@charset "UTF-8";
/*!
Theme Name: Weidenhammer Creative Base Theme
Author: Weidenhammer Creative
Author URI: http://weidenhammercreative.com
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

address {
  font-style: normal;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
  color: inherit;
}

:focus {
  outline: none;
}

strong {
  font-weight: bold;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin-left: 0;
  padding: 0 0 0 30px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  padding: 0;
}

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

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
}

/* Wordpress */
.alignleft {
  float: left;
  margin: 0 25px 15px 0;
}

.alignright {
  float: right;
  margin: 0 0 15px 25px;
}

.alignnone {
  margin: 10px 0 15px 0;
}

.aligncenter {
  margin: 15px auto;
}

pre {
  tab-size: 6;
  width: 90%;
  padding: 0;
  margin: 2em auto;
  overflow: auto;
  white-space: pre-wrap;
  overflow-y: hidden;
  font-size: 13px;
  line-height: 1.5;
  background: #efefef;
  border-left: 8px solid #b40b0b;
  padding: 10px;
  color: #333;
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/**
 * Returns a list of all text-based input types (excluding textarea)
 * @pseudo {String} 	An optional pseudo selector (eg: :hover, :focus)
 * @additional {List} 	An optional list of additional input types posible types include: color, date, datetime, datetime-local, month, time, week
 */
@font-face {
  font-family: "hammer";
  src: url("fonts/hammer.eot?77679306");
  src: url("fonts/hammer.eot?77679306#iefix") format("embedded-opentype"), url("fonts/hammer.woff2?77679306") format("woff2"), url("fonts/hammer.woff?77679306") format("woff"), url("fonts/hammer.ttf?77679306") format("truetype"), url("fonts/hammer.svg?77679306#hammer") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "hammer";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-left-open-big:before {
  content: "<";
}

/* '&lt;' */
.icon-right-open-big:before {
  content: ">";
}

/* '&gt;' */
.icon-mail:before {
  content: "E";
}

/* 'E' */
.icon-facebook:before {
  content: "F";
}

/* 'F' */
.icon-google:before {
  content: "G";
}

/* 'G' */
.icon-instagram:before {
  content: "I";
}

/* 'I' */
.icon-linkedin:before {
  content: "L";
}

/* 'L' */
.icon-pinterest:before {
  content: "P";
}

/* 'P' */
.icon-export:before {
  content: "S";
}

/* 'S' */
.icon-twitter:before {
  content: "T";
}

/* 'T' */
.icon-youtube:before {
  content: "Y";
}

/* 'Y' */
.icon-youtube-play:before {
  content: "y";
}

/* 'y' */
.icon-down:before {
  content: "";
}

/* '' */
.icon-upload:before {
  content: "";
}

/* '' */
.icon-plus:before {
  content: "";
}

/* '' */
body {
  margin: 0;
  padding: 64px 0 0 0;
  color: #333333;
  font: normal 1em "Raleway", sans-serif;
  line-height: 1.5em;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Slab", serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

h3 {
  font-weight: 600;
  font-size: 1.875em;
  color: #0080c3;
}

h4 {
  color: #0080c3;
  font-weight: 600;
}

p {
  margin: 0 0 1em;
}

strong {
  font-weight: bold;
}

a,
a:visited,
a:hover,
a:focus {
  text-decoration: none;
  color: #0080c3;
}
a.anchor,
a:visited.anchor,
a:hover.anchor,
a:focus.anchor {
  display: block;
  position: relative;
  top: -115px;
  visibility: hidden;
}

iframe {
  max-width: 100%;
}

.container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
.wide.container {
  max-width: 1400px;
  padding: 0;
}

.title {
  font: 600 1.875em "Roboto Slab", serif;
  color: #0080c3;
  position: relative;
  width: 1140px;
  margin: 1em 0 0 2em;
  padding: 1.125em 0 0.875em 0.25em;
}

.container {
  max-width: 1140px;
}
.container .crumbs {
  text-transform: uppercase;
  font-size: 0.75em;
  color: #0080c3;
  padding: 1.5em 0 0 5.5em;
}

.contact-container {
  position: relative;
  display: block;
  padding-top: 15px;
  vertical-align: middle;
}
.contact-container .btn {
  margin: 2em 0 0 0;
}

.debug {
  border: 1px dashed blue;
}

.debug-red {
  border: 1px dotted blue;
}

.gform_wrapper .gform_footer button, .gform_wrapper .gform_footer .gform_next_button,
.gform_wrapper .gform_footer .gform_previous_button,
.gform_wrapper .gform_page_footer .gform_next_button,
.gform_wrapper .gform_page_footer .gform_previous_button, .btn {
  font: 600 1em "Raleway", sans-serif;
  text-transform: uppercase;
  text-align: center;
  display: block;
  width: 175px;
  height: 30px;
  border-radius: 20px;
  border-top: 0;
  border-bottom: 0;
  padding: 5px 15px;
  white-space: nowrap;
  transition: color 250ms ease-in-out, width 250ms ease-in-out, padding 250ms ease-in-out, border 250ms ease-in-out;
}
.gform_wrapper .gform_footer button:hover, .gform_wrapper .gform_footer .gform_next_button:hover,
.gform_wrapper .gform_footer .gform_previous_button:hover,
.gform_wrapper .gform_page_footer .gform_next_button:hover,
.gform_wrapper .gform_page_footer .gform_previous_button:hover, .btn:hover, .gform_wrapper .gform_footer button:focus, .gform_wrapper .gform_footer .gform_next_button:focus,
.gform_wrapper .gform_footer .gform_previous_button:focus,
.gform_wrapper .gform_page_footer .gform_next_button:focus,
.gform_wrapper .gform_page_footer .gform_previous_button:focus, .btn:focus {
  padding: 5px 15px;
  transition: color 250ms ease-in-out, width 250ms ease-in-out, padding 250ms ease-in-out, border 250ms ease-in-out;
}

.gform_button {
  width: 175px !important;
}
.gform_button:hover {
  width: 175px !important;
  border-right: 6px solid #f89538;
}

.btn-primary {
  border-left: 12px solid #0080c3;
  border-right: 12px solid #0080c3;
  color: #FFFFFF !important;
  background: #0080c3;
}
.btn-primary:hover {
  color: #FFFFFF;
  border-left: 6px solid #f89538;
  border-right: 6px solid #f89538;
}

.btn-secondary {
  border-left: 12px solid #FFFFFF;
  border-right: 12px solid #FFFFFF;
  color: #0080c3 !important;
  background: #FFFFFF;
}
.btn-secondary:hover {
  color: #f89538;
  border-left: 6px solid #f89538;
  border-right: 6px solid #f89538;
}

.btn-wide {
  width: 275px;
}
.btn-wide:hover {
  width: 275px !important;
}

.btn-group {
  position: relative;
  display: block;
  left: 4em;
  margin: 0 auto;
}
.btn-group a {
  display: inline-block;
  margin: 15px 10px 5px 0;
}

.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before, .owl-carousel .owl-nav [class*=owl-], .gform_wrapper .gfield.select:before,
.gform_wrapper .gfield .address_country:before,
.gform_wrapper .gfield .ginput_container_time:last-child:before, .ssk-group .ssk:before, .share-toggle:after, .ham-expand-wrapper .ham-expand-btn::before, .social-nav a {
  font-family: "hammer";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wrap {
  width: 100%;
  padding: 0 15px;
}
.wrap > * {
  width: 1010px;
  margin: 0 auto;
}
.wrap > *:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " " !important;
  clear: both;
  height: 0;
}
.wrap > header {
  width: 1200px;
}

.skip-to-content {
  position: fixed;
  top: 5px;
  right: 5px;
  transform: translateX(200%);
  border: 2px solid #fff;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  padding: 5px 10px;
  z-index: 3000;
}
.skip-to-content:focus {
  transform: translateX(0%);
}

.crumbs a {
  color: #0080c3;
}
.crumbs a:hover {
  color: #0080c3;
  text-decoration: underline;
}

.breadcrumb_last {
  color: #333333;
}

.pagination > * {
  background: #FFFFFF !important;
}

.sjb-page .pagination li.list-item span.current {
  background: #0080c3 !important;
}

header {
  display: inline-flex;
  background: #FFFFFF;
  width: 100%;
  height: 100px;
  padding: 1em 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.05);
}
header .logo {
  position: relative;
  z-index: 99999999;
  bottom: 0.5em;
  margin: 0;
  padding: 0;
  height: 100%;
  max-width: 258px;
  overflow: visible;
}
header .logo a {
  display: inline-block;
  width: 100%;
  height: 100px;
  text-decoration: none;
  text-indent: -9999em;
  background: url(images/logo-pa.svg) no-repeat center;
  background-size: 258px;
  padding: 0;
  margin: 0;
  position: relative;
}

.hamburger {
  position: absolute;
  right: 15px;
  top: 25px;
}

.primary-nav-container {
  position: absolute;
  width: 100%;
  right: 0;
  background: none;
  bottom: -16px;
}
.primary-nav-container .main-nav {
  position: relative;
  right: -4em;
  float: right;
}

.social-nav {
  clear: both;
}
.social-nav a {
  color: #d4e5f3;
}
.social-nav a span {
  display: none;
}

.nav-wrap {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.nav-wrap .nav {
  padding: 0;
}
.nav-wrap .nav li {
  float: left;
  list-style: none;
  right: 0em;
}
.nav-wrap .nav li a {
  text-decoration: none;
  display: block;
  color: #0080c3;
  text-transform: uppercase;
}

nav {
  float: right;
}

.front-page-fluid {
  max-width: 100%;
  padding: 0px;
}

.top-header {
  line-height: 1.25;
  height: 0;
  position: relative;
}
.top-header .intro-page-title {
  font-size: 2.25em;
  color: #eee;
  text-shadow: 0 0px 3px rgba(0, 0, 0, 0.5);
}
.top-header .tagline {
  padding: 1.625em 0;
  margin: 0 auto;
  font-size: 1.875em;
  text-align: center;
  width: 60%;
}
.top-header .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
}

.subtitle {
  color: #0080c3;
  margin-bottom: 1em;
  font-size: 2.25em;
}

figure {
  display: block;
  margin: 0;
}

.content {
  padding-top: 2em;
  padding-bottom: 2em;
  width: 100%;
}
.content .owl-carousel.quotation-carousel {
  width: 100%;
  text-align: center;
  margin: 0em auto 1em;
}
.content .owl-carousel.quotation-carousel .quotation blockquote {
  width: 100%;
  color: #0080c3;
}
.content .owl-carousel.quotation-carousel .quotation blockquote .section p {
  quotes: "“" "”";
  font: 300 2em "Roboto Slab", serif;
  color: #0080c3;
}
.content .owl-carousel.quotation-carousel .quotation blockquote .section p:before {
  content: open-quote;
}
.content .owl-carousel.quotation-carousel .quotation blockquote .section p:after {
  content: close-quote;
}
.content .owl-carousel.quotation-carousel .quotation blockquote cite {
  font-style: italic;
  display: inline-block;
  color: #0080c3;
  padding: 0 0 10px 0;
  font: 300 1.5em "Roboto Slab", serif;
}

.section h1,
.section h2,
.section h3,
.section h4,
.section h5,
.section h6 {
  color: #0080c3;
  margin-bottom: 1em;
}
.section h1 {
  font-size: 2.625em;
}
.section h2 {
  font-size: 2.25em;
}
.section h3 {
  font-size: 1.875em;
}
.section h4 {
  font-size: 1.625em;
}
.section h5 {
  font-size: 1.375em;
}
.section h6 {
  font-size: 1.125em;
}
.section + .section {
  border-top: 1px solid #eee;
  padding-top: 1.5em;
  margin-top: 1.5em;
}
.section p:empty {
  display: none;
}
.section p + p {
  margin-top: 1em;
}
.section p.wp-caption-text {
  margin: 0;
  padding-top: 5px;
  font-size: 0.875em;
  font-style: italic;
  color: #a2a2a2;
}
.section a {
  color: #d4e5f3;
  text-decoration: none;
  transition: all 350ms ease-in-out;
}
.section a.btn {
  color: white;
}
.section hr {
  margin: 30px 0;
  border: none;
  outline: none;
  width: 100%;
  height: 2px;
  background: #eee;
}
.section .wp-caption,
.section img {
  max-width: 100%;
  height: auto;
}
.section ul {
  padding-left: 10px;
  margin-top: 0.5em;
  overflow: hidden;
}
.section ul li {
  list-style: none;
  padding-left: 15px;
  position: relative;
  margin-bottom: 8px;
  font-size: 1em;
  color: #222;
  font-weight: 400;
}
.section ul li:before {
  position: absolute;
  left: 0;
  top: 9px;
  line-height: 1;
  background: #0080c3;
  font-weight: 100;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.section ol {
  margin: 1em 0;
  padding-left: 10px;
  list-style-type: none;
  counter-reset: step-counter;
}
.section ol li {
  counter-increment: step-counter;
  position: relative;
  padding-left: 30px;
  font-weight: 400;
}
.section ol li + li {
  margin-top: 0.5em;
}
.section ol li:before {
  content: counter(step-counter);
  position: absolute;
  left: -2px;
  top: 3px;
  font-size: 80%;
  background-color: #d4e5f3;
  color: white;
  font-weight: bold;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
}
.section ol li ol > li,
.section ol li ul > li {
  font-size: 1em;
}
.section ol li ol {
  counter-reset: step-counter;
}
.section ol li ol ol {
  counter-reset: step-counter;
}
.section ol li ul {
  counter-reset: step-counter;
}
.section ol li ul > li {
  list-style: none;
  padding-left: 15px;
  position: relative;
  margin-bottom: 8px;
  font-weight: 400;
}
.section ol li ul > li:before {
  position: absolute;
  left: 0;
  top: 10px;
  line-height: 1;
  background: #d4e5f3;
  font-weight: 100;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.section blockquote {
  margin: 1em 0;
  padding: 15px;
  background: #eee;
  border-left: 5px solid #d4e5f3;
  font-size: 1.5em;
}
.section blockquote p:last-child {
  margin-bottom: 0;
}

.module .widget-title {
  font-size: 1.25em;
  color: #0080c3;
}
.module.mini-carousel .mini-items {
  margin: 0;
}

.sidebar {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.video-wrap {
  clear: both;
  width: auto;
  width: 100%;
  display: block;
  max-width: 850px;
}
.video-wrap .video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.video-wrap h6 {
  margin-top: 10px;
  margin-bottom: 0;
}
.video-wrap .caption {
  font-size: 0.9375em;
  font-style: italic;
  color: #999;
  padding-top: 5px;
}
.video-wrap.float-center {
  margin: 2em auto;
}
.video-wrap.float-left {
  float: left;
  margin: 17px 2.25em 1em 0;
}
.video-wrap.float-right {
  float: right;
  margin: 17px 0 1em 2.25em;
}

.sidebar {
  width: 100%;
  clear: both;
  margin-top: 2em;
}
.sidebar .module + .module {
  margin-top: 1em;
}

.ham-expand-wrapper {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
  transition: max-height 300ms ease-in-out;
}
.ham-expand-wrapper span {
  display: block;
}
.ham-expand-wrapper .ham-expand-btn {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  color: white;
  font-weight: 600;
  font-size: 1.125em;
  position: relative;
  padding: 10px 8px 10px 40px;
  background: #0080c3;
  width: 100%;
  line-height: 1.3;
}
.ham-expand-wrapper .ham-expand-btn::before {
  color: white;
  display: block;
  font-style: normal;
  font-weight: normal;
  content: "";
  font-size: 1.5em;
  position: absolute;
  left: 8px;
  top: 8px;
  line-height: 1;
  will-change: transform;
  transition: all 350ms linear;
}
.ham-expand-wrapper .ham-expand-btn:hover::before, .ham-expand-wrapper .ham-expand-btn:focus::before {
  color: #d4e5f3;
}
.ham-expand-wrapper .ham-expand-content {
  padding: 10px 0 0 40px;
}
.ham-expand-wrapper .ham-expand-content br {
  display: none;
}
.ham-expand-wrapper.open .ham-expand-btn::before {
  transform: rotate(45deg);
  color: #d4e5f3;
}

.section .ham-expand-wrapper:last-child {
  margin-bottom: 0;
}

.carousel-wrap.owl-carousel {
  width: 100%;
  margin: 0 0 1.5em 0;
  clear: both;
}

.carousel-item {
  height: 450px;
}
.carousel-item .image {
  background-size: cover;
  background-position: 25% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.carousel-item .image.desktop {
  display: none;
}
.carousel-item .copy {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 85%;
  max-width: 1140px;
  transform: translate3d(-50%, -50%, 0);
  z-index: 10;
  padding: 20px;
  background: rgba(0, 128, 195, 0.85);
}
.carousel-item .copy h3 {
  color: white;
  font-size: 1.875em;
  margin-bottom: 0.35em;
}
.carousel-item .copy p {
  color: white;
}

.owl-carousel.owl-carousel:focus {
  outline: 2px solid #0080c3;
}
.owl-carousel.owl-carousel .owl-item.owl-item.cloned.cloned a {
  display: none;
  pointer-events: none;
}

.page-fluid {
  max-width: 100%;
  padding: 0;
}

.top-header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  height: 0;
  padding-bottom: 5%;
  position: relative;
}
.top-header .intro-page-title {
  font-size: 2.25em;
  color: #eee;
  text-shadow: 0 0px 3px rgba(0, 0, 0, 0.5);
}
.top-header .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.subtitle {
  color: #0080c3;
  margin-bottom: 1em;
  font-size: 2.25em;
}

.content {
  position: relative;
  padding-top: 2em;
  padding-bottom: 2em;
}

.section {
  padding: 0 4em;
  max-width: 1400px;
  margin: 0 auto;
}
.section h1,
.section h2,
.section h3,
.section h4,
.section h5,
.section h6 {
  color: #0080c3;
  margin-bottom: 1em;
}
.section h1 {
  font-size: 2.625em;
}
.section h2 {
  font-size: 1.5em;
  font-weight: 600;
}
.section h3 {
  font-size: 1.875em;
  font-weight: 600;
}
.section h3 a {
  position: relative;
}
.section .pseudo-title {
  color: #0080c3;
  font-family: "Roboto Slab", serif;
  font-size: 1.875em;
  font-weight: 600;
  margin-bottom: 1em;
}
.section h4 {
  font-size: 1.625em;
}
.section h5 {
  font-size: 1.375em;
}
.section h6 {
  font-size: 1.125em;
}
.section + .section {
  border-top: none;
  padding-top: 1.5em;
  margin-top: 1.5em;
}
.section .top-break {
  margin-top: 2.25em;
}
.section p:empty {
  display: none;
}
.section p + p {
  margin: 1.5em auto;
}
.section p.wp-caption-text {
  margin: 0;
  padding-top: 5px;
  font-size: 0.875em;
  font-style: italic;
  color: #a2a2a2;
}
.section a {
  color: #0080c3;
  text-decoration: none;
  transition: all 350ms ease-in-out;
}
.section a.btn {
  color: white;
}
.section hr {
  margin: 30px 0;
  border: none;
  outline: none;
  width: 100%;
  height: 2px;
  background: #eee;
}
.section ul {
  position: relative;
  left: 4em;
  margin: 1.5em auto;
}
.section .wp-caption,
.section img {
  max-width: 100%;
  height: auto;
}
.section figure {
  width: 100%;
  clear: both;
  position: relative;
  overflow: hidden;
}
.section figure.alignright {
  position: relative;
  width: 550px;
  float: right;
  right: -22%;
  margin-left: -18%;
}
.section figure.alignright figcaption {
  width: 75%;
  color: #f89538;
  font: 300 1.25em "Roboto Slab", serif;
  text-align: center;
  left: -1em;
}
.section blockquote.wp-block-quote {
  width: 100%;
  font: 300 1.5em "Roboto Slab", serif;
  color: #0080c3;
  background: #FFFFFF;
  border: none;
}
.section blockquote.wp-block-quote em {
  font-style: normal;
}
.section blockquote.wp-block-quote .section p {
  quotes: "“" "”";
  color: #0080c3;
}
.section blockquote.wp-block-quote .section p:before {
  content: open-quote;
}
.section blockquote.wp-block-quote .section p:after {
  content: close-quote;
}
.section blockquote.wp-block-quote cite {
  font-style: italic;
  display: inline-block;
  font-size: 0.875em;
  color: #0080c3;
  padding: 0 0 10px 0;
  margin: 0;
  text-align: center;
  width: 100%;
}
.section .wp-block-pullquote {
  width: 100%;
}
.section .wp-block-pullquote.service-heading {
  clear: both;
  position: relative;
  left: -30px;
  float: left;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #f89538;
  margin: 20px 0;
  font: 300 20px "Roboto Slab", serif;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
}
.section ul {
  padding-left: 0;
  margin-top: 0.5em;
  left: 1.5em;
  overflow: hidden;
}
.section ul li {
  list-style: none;
  padding-left: 20px;
  position: relative;
  margin-bottom: 8px;
  font-size: 1em;
  color: #222;
  font-weight: 400;
}
.section ul li:before {
  position: absolute;
  left: 0;
  top: 9px;
  line-height: 1;
  background: #0080c3;
  font-weight: 100;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.section ol {
  margin: 1em 0;
  padding-left: 10px;
  list-style-type: none;
  counter-reset: step-counter;
}
.section ol li {
  counter-increment: step-counter;
  position: relative;
  padding-left: 30px;
  font-weight: 400;
}
.section ol li + li {
  margin-top: 0.5em;
}
.section ol li:before {
  content: counter(step-counter);
  position: absolute;
  left: -2px;
  top: 3px;
  font-size: 80%;
  background-color: #d4e5f3;
  color: white;
  font-weight: bold;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
}
.section ol li ol > li,
.section ol li ul > li {
  font-size: 1em;
}
.section ol li ol {
  counter-reset: step-counter;
}
.section ol li ol ol {
  counter-reset: step-counter;
}
.section ol li ul {
  counter-reset: step-counter;
}
.section ol li ul > li {
  list-style: none;
  padding-left: 15px;
  position: relative;
  margin-bottom: 8px;
  font-weight: 400;
}
.section ol li ul > li:before {
  position: absolute;
  left: 0;
  top: 10px;
  line-height: 1;
  background: #d4e5f3;
  font-weight: 100;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.section blockquote {
  margin: 1em 0;
  padding: 15px;
  background: #eee;
  border-left: 5px solid #d4e5f3;
  font-size: 1.5em;
}
.section blockquote p:last-child {
  margin-bottom: 0;
}

ul.location-hours {
  list-style-type: none;
  margin-left: 0;
  left: 0;
}
ul.location-hours li:before {
  content: "";
  width: 0;
  height: 0;
  background: #FFFFFF;
  margin: 0;
  padding: 0;
  top: 0;
  border: 0;
  font-size: 0em;
}
ul.holidays-list {
  list-style-type: none;
  margin: 0 0 2em 0;
  left: -1.5em;
}
ul.holidays-list li:before {
  content: "";
  width: 0;
  height: 0;
  background: #FFFFFF;
  margin: 0;
  padding: 0;
  top: 0;
  border: 0;
  font-size: 0em;
}

.module .widget-title {
  font-size: 1.25em;
  color: #0080c3;
}
.module.mini-carousel .mini-items {
  margin: 0;
}

.sidebar {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.video-wrap {
  clear: both;
  width: auto;
  width: 100%;
  display: block;
  max-width: 850px;
}
.video-wrap .video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.video-wrap h6 {
  margin-top: 10px;
  margin-bottom: 0;
}
.video-wrap .caption {
  font-size: 0.9375em;
  font-style: italic;
  color: #999;
  padding-top: 5px;
}
.video-wrap.float-center {
  margin: 2em auto;
}
.video-wrap.float-left {
  float: left;
  margin: 17px 2.25em 1em 0;
}
.video-wrap.float-right {
  float: right;
  margin: 17px 0 1em 2.25em;
}

.sidebar {
  width: 100%;
  clear: both;
  margin-top: 2em;
}
.sidebar .module + .module {
  margin-top: 1em;
}

.ham-expand-wrapper {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
  transition: max-height 300ms ease-in-out;
}
.ham-expand-wrapper span {
  display: block;
}
.ham-expand-wrapper .ham-expand-btn {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  color: white;
  font-weight: 600;
  font-size: 1.125em;
  position: relative;
  padding: 10px 8px 10px 40px;
  background: #0080c3;
  width: 100%;
  line-height: 1.3;
}
.ham-expand-wrapper .ham-expand-btn::before {
  color: white;
  display: block;
  font-style: normal;
  font-weight: normal;
  content: "";
  font-size: 1.5em;
  position: absolute;
  left: 8px;
  top: 8px;
  line-height: 1;
  will-change: transform;
  transition: all 350ms linear;
}
.ham-expand-wrapper .ham-expand-btn:hover::before, .ham-expand-wrapper .ham-expand-btn:focus::before {
  color: #d4e5f3;
}
.ham-expand-wrapper .ham-expand-content {
  padding: 10px 0 0 40px;
}
.ham-expand-wrapper .ham-expand-content br {
  display: none;
}
.ham-expand-wrapper.open .ham-expand-btn::before {
  transform: rotate(45deg);
  color: #d4e5f3;
}

.section .ham-expand-wrapper:last-child {
  margin-bottom: 0;
}

.owl-carousel.testimonial-carousel {
  width: 100%;
  text-align: left;
  margin: 2.25em auto;
}
.owl-carousel.testimonial-carousel .testimonial blockquote {
  width: 100%;
  font: 300 1.5em "Roboto Slab", serif;
  color: #0080c3;
}
.owl-carousel.testimonial-carousel .testimonial blockquote .section p {
  quotes: "“" "”";
  color: #0080c3;
}
.owl-carousel.testimonial-carousel .testimonial blockquote .section p:before {
  content: open-quote;
}
.owl-carousel.testimonial-carousel .testimonial blockquote .section p:after {
  content: close-quote;
}
.owl-carousel.testimonial-carousel .testimonial blockquote cite {
  font-style: italic;
  display: inline-block;
  font-size: 0.875em;
  color: #0080c3;
  padding: 0 0 10px 150px;
}

.headline-for-careers {
  position: relative;
  width: 100%;
  height: 25.625em;
  margin: 90px 0;
  padding: 0;
  display: block;
  vertical-align: middle;
}
.headline-for-careers article {
  padding: 0 1.375em 0 10%;
  width: 49%;
  height: 100%;
  float: left;
}
.headline-for-careers article h3 {
  position: relative;
  font-size: 1.875em;
  margin: 60px 0 5px;
  padding: 0;
  color: #0080c3;
}
.headline-for-careers article:before {
  -webkit-clip-path: polygon(65% 0, 100% 0, 35% 100%, 0 100%);
  clip-path: polygon(65% 0, 100% 0, 35% 100%, 0 100%);
  background: #f89538;
  position: absolute;
  top: 0;
  left: 3%;
  z-index: 9999;
  content: "";
  display: block;
  width: 9.25em;
  height: 6em;
}
.headline-for-careers article:after {
  -webkit-clip-path: polygon(65% 0, 100% 0, 35% 100%, 0 100%);
  clip-path: polygon(65% 0, 100% 0, 35% 100%, 0 100%);
  background: #f89538;
  position: absolute;
  bottom: 0;
  left: 44%;
  z-index: 9999;
  content: "";
  display: block;
  width: 9.25em;
  height: 6em;
}
.headline-for-careers .flex-img-container {
  width: 48%;
  height: 100%;
  overflow: hidden;
  float: right;
  margin-left: 2.25em;
}
.headline-for-careers .flex-img-container img {
  width: 100%;
  height: auto;
}

_:-ms-lang(x) article::before, .headline-for-careers article::before {
  display: none;
}
_:-ms-lang(x) article::after, .headline-for-careers article::after {
  display: none;
}

.case-study-or-flexible-space {
  position: relative;
  width: 100%;
  height: 25.625em;
  margin: 90px 0;
  padding: 0;
  display: block;
  vertical-align: middle;
}
.case-study-or-flexible-space article {
  padding: 0 10% 0 1.375em;
  width: 49%;
  float: right;
}
.case-study-or-flexible-space article h3 {
  margin: 20px 0 15px 35px;
  padding: 0;
  color: #0080c3;
}
.case-study-or-flexible-space article:before {
  -webkit-clip-path: polygon(65% 0, 100% 0, 35% 100%, 0 100%);
  clip-path: polygon(65% 0, 100% 0, 35% 100%, 0 100%);
  background: #f89538;
  position: absolute;
  top: 0;
  right: 44%;
  z-index: 9999;
  content: "";
  display: block;
  width: 9.25em;
  height: 6em;
}
.case-study-or-flexible-space article:after {
  -webkit-clip-path: polygon(65% 0, 100% 0, 35% 100%, 0 100%);
  clip-path: polygon(65% 0, 100% 0, 35% 100%, 0 100%);
  background: #f89538;
  position: absolute;
  bottom: 0;
  right: 4%;
  z-index: 9999;
  content: "";
  display: block;
  width: 9.25em;
  height: 6em;
}
.case-study-or-flexible-space .flex-img-container {
  width: 48%;
  height: 100%;
  overflow: hidden;
  float: left;
  margin-right: 2.25em;
}
.case-study-or-flexible-space .flex-img-container img {
  width: 100%;
  height: auto;
}

_:-ms-lang(x) article::before, .case-study-or-flexible-space article::before {
  display: none;
}
_:-ms-lang(x) article::after, .case-study-or-flexible-space article::after {
  display: none;
}

.infographic-container {
  height: 400px;
  text-align: center;
  font: normal 1.5em "Raleway", sans-serif;
  color: #666;
  text-transform: uppercase;
  background: #efefef;
  vertical-align: middle;
  margin: 0 auto;
  padding: 10% 0;
}

.the-content {
  margin-bottom: 4em;
}

.featured-image {
  position: relative;
  top: -15px;
  float: right;
  overflow: hidden;
  padding: 0;
  width: 60%;
  max-width: 60%;
  margin-left: -100px;
  -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 25% 100%);
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 25% 100%);
}
.featured-image img {
  width: 100%;
  height: auto;
  position: relative;
  right: -2.25em;
}
.featured-image.no-ribbon:after {
  background: none;
}
.featured-image:after {
  -webkit-clip-path: polygon(100% 0, 100% 40%, 40% 100%, 0 100%);
  clip-path: polygon(100% 0, 100% 40%, 40% 100%, 0 100%);
  background: #f89538;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9999;
  content: "";
  display: block;
  width: 12.25em;
  height: 12.25em;
}
.featured-image .careers img {
  width: 100%;
  position: relative;
  right: -8%;
}

.category-icon-container {
  margin-bottom: 4em;
}
.category-icon-container .category-icon {
  width: 150px;
  height: 150px;
  display: inline-block;
  float: left;
  vertical-align: middle;
  margin: 0 0 0 3em;
}
.category-icon-container .category-icon svg {
  stroke: #0080c3;
  fill: #0080c3;
}
.category-icon-container .category-icon svg path, .category-icon-container .category-icon svg rect {
  stroke: #0080c3 !important;
  fill: #0080c3;
}
.category-icon-container .category-icon svg .reverse {
  fill: none;
  stroke: #0080c3 !important;
}
.category-icon-container .category-icon svg .sdp {
  stroke: #FFFFFF !important;
  stroke-width: 1.5 !important;
}

_:-ms-lang(x) img, .featured-image .careers img {
  right: -131px;
}

_:-ms-lang(x) img, .featured-image img {
  right: -131px;
}

_:-ms-lang(x), .featured-image::after {
  display: none;
}

.testimonials-container {
  margin: 0 auto;
}
.testimonials-container h3 {
  color: #0080c3;
  margin-bottom: 1em;
  font-size: 1.875em;
  font-weight: 600;
}
.testimonials-container blockquote {
  width: 100%;
  font: 300 1.125em "Roboto Slab", serif;
  background: #FFFFFF;
  border: none;
}
.testimonials-container blockquote p {
  quotes: "“" "”";
  color: #333333;
}
.testimonials-container blockquote p:before {
  content: open-quote;
}
.testimonials-container blockquote p:after {
  content: close-quote;
}
.testimonials-container cite {
  width: 70%;
  padding: 0 0 0 8em;
  margin: 0;
  font-style: italic;
  font-size: 1.125em;
  color: #0080c3;
  text-align: left;
  position: relative;
  top: -1.25em;
}

.about-btn-group-container {
  position: relative;
  display: inline-flex;
  width: 50%;
  top: -8em;
  left: -4em;
  float: left;
}
.about-btn-group-container .btn-group {
  width: 50%;
  padding: 0;
  margin: 0;
}

.section.services-btn-section {
  padding: 0;
}

.services-btn-group-container {
  width: 60%;
  float: none;
}
.services-btn-group-container .btn-group {
  position: static;
  width: 100%;
  padding: 0;
  margin: 0;
}

.about-btn-group-container {
  position: relative;
  display: inline flex;
  width: 50%;
  top: -4em;
  left: -4em;
  float: left;
}
.about-btn-group-container .btn-group {
  width: 100%;
  padding: 0;
  margin: 0;
}

article + article {
  border-top: 1px solid #eee;
  padding-top: 1.5em;
  margin-top: 1.5em;
}
article h3 {
  font-size: 1.875em;
  color: #d4e5f3;
  margin-bottom: 0.5em;
}
article .img-wrap {
  width: 100%;
  text-align: center;
}
article .img-wrap img {
  display: block;
}
article .blog-content {
  clear: both;
  width: 100%;
  margin-top: 10px;
}

.post-meta {
  background: #eee;
  padding: 10px;
  margin-bottom: 1em;
}
.post-meta a {
  color: #d4e5f3;
}

.pagination {
  clear: both;
  width: 100%;
  margin-top: 2.5em;
  text-align: center;
}
.pagination > * {
  display: inline-block;
  font-size: 0.875em;
  padding: 0.7142857143em 0.9285714286em;
  line-height: 1;
  text-align: center;
  background: #11adff;
  color: white;
  font-weight: bold;
  transition: all 300ms ease-in-out;
}
.pagination > *.current {
  background: #0080c3;
}
.pagination > *:not(.current):hover, .pagination > *:not(.current):focus {
  background: #0080c3;
}

.share-toggle {
  float: right;
  text-transform: uppercase;
  font-size: 0.9375em;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  color: #0080c3;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 350ms ease-in-out;
}
.share-toggle:hover, .share-toggle:focus {
  color: #d4e5f3;
}
.share-toggle:after {
  content: "S";
  display: inline-block;
  font-size: 1.5em;
  margin-left: 8px;
  line-height: 1;
  color: #d4e5f3;
  font-weight: 100;
}

.ssk-group {
  max-height: 0;
  overflow: hidden;
  width: 100%;
  opacity: 0;
  z-index: 10;
  transition: all 600ms ease-in-out;
}
.ssk-group.open {
  max-height: 80px;
  opacity: 1;
}
.ssk-group .ssk {
  border: 0;
  width: 50%;
  padding: 0;
  color: white;
  height: 40px;
  font-size: 0.875em;
  float: left;
  position: relative;
  padding-left: 40px;
  line-height: 40px;
  text-decoration: none;
  cursor: pointer;
  transition: background 350ms ease-in-out;
}
.ssk-group .ssk span {
  display: none;
}
.ssk-group .ssk:before {
  display: block;
  text-align: center;
  font-size: 1.25em;
  height: 100%;
  width: 30px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 40px;
  font-weight: 100;
}
.ssk-group .ssk.ssk-facebook {
  background: #255C95;
}
.ssk-group .ssk.ssk-facebook:before {
  background: #1F4E7E;
  content: "F";
}
.ssk-group .ssk.ssk-facebook:hover, .ssk-group .ssk.ssk-facebook:focus {
  background: #1F4E7E;
}
.ssk-group .ssk.ssk-twitter {
  background: #00B4E0;
}
.ssk-group .ssk.ssk-twitter:before {
  background: #0099BE;
  content: "T";
}
.ssk-group .ssk.ssk-twitter:hover, .ssk-group .ssk.ssk-twitter:focus {
  background: #0099BE;
}
.ssk-group .ssk.ssk-pinterest {
  background: #F1403A;
}
.ssk-group .ssk.ssk-pinterest:before {
  background: #CD3631;
  content: "P";
}
.ssk-group .ssk.ssk-pinterest:hover, .ssk-group .ssk.ssk-pinterest:focus {
  background: #CD3631;
}
.ssk-group .ssk.ssk-email {
  background: #1C87BD;
}
.ssk-group .ssk.ssk-email:before {
  background: #187AAB;
  content: "E";
}
.ssk-group .ssk.ssk-email:hover, .ssk-group .ssk.ssk-email:focus {
  background: #187AAB;
}

.honeypot {
  display: none;
}

.gform_wrapper {
  margin: 1.5em auto;
  width: 100%;
  max-width: 100%;
  position: relative;
}
.gform_wrapper .gform_anchor {
  display: inline;
}
.gform_wrapper img {
  padding: 0;
}
.gform_wrapper .gform_fields {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gform_wrapper .gform_button {
  position: relative;
  left: 24px;
  font: 600 0.8125em "Raleway", sans-serif;
  text-transform: uppercase;
  text-align: center;
  display: block;
  width: 150px;
  height: 30px;
  border-radius: 20px;
  border-top: 0;
  border-bottom: 0;
  padding: 7px 15px;
  transition: color 250ms ease-in-out, width 250ms ease-in-out, padding 250ms ease-in-out, border 250ms ease-in-out;
  border-left: 12px solid #0080c3;
  border-right: 12px solid #0080c3;
  color: #FFFFFF !important;
  background: #0080c3;
}
.gform_wrapper .gform_button:hover, .gform_wrapper .gform_button:focus {
  color: #FFFFFF;
  border-left: 6px solid #f89538;
  border-right: 6px solid #f89538;
  padding: 7px 10px;
  width: 150px;
  transition: color 250ms ease-in-out, width 250ms ease-in-out, padding 250ms ease-in-out, border 250ms ease-in-out;
}
.gform_wrapper .ginput_container {
  margin-top: 0 !important;
}
.gform_wrapper .gform_heading {
  margin: 0 0 1em;
}
.gform_wrapper .gform_title {
  display: block;
  margin: 0 0 10px 0;
  font-size: 2.25em;
}
.gform_wrapper .gform_body {
  margin: 0;
}
.gform_wrapper .validation_error {
  margin: 30px 0 0;
  font-size: 0.875em;
  line-height: 1.625em;
  letter-spacing: 1px;
  color: #990000;
  border: none;
  background: transparent;
}
.gform_wrapper .gform_footer,
.gform_wrapper .gform_page_footer {
  margin: 30px 0 0;
}
.gform_wrapper .gform_footer .gform_next_button,
.gform_wrapper .gform_footer .gform_previous_button,
.gform_wrapper .gform_page_footer .gform_next_button,
.gform_wrapper .gform_page_footer .gform_previous_button {
  font-size: 1em;
}
.gform_wrapper .gform_footer .gform_previous_button,
.gform_wrapper .gform_page_footer .gform_previous_button {
  background: #0080c3;
}
.gform_wrapper .gform_footer .gform_button,
.gform_wrapper .gform_page_footer .gform_button {
  font-size: 1em;
}
.gform_wrapper .gform_footer {
  position: relative;
}
.gform_wrapper .gform_footer button {
  font-size: 1em;
}
.gform_wrapper .gfield {
  overflow: hidden;
  padding: 0;
  border: none;
  background: none;
}
.gform_wrapper .gfield:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " " !important;
  clear: both;
  height: 0;
}
.gform_wrapper .gfield + .gfield {
  margin-top: 15px;
}
.gform_wrapper .gfield:before {
  display: none;
}
.gform_wrapper .gfield.gfield_error {
  border: none;
  background: transparent;
  width: 100%;
}
.gform_wrapper .gfield.gfield_error .gfield_label {
  color: #0080c3;
  margin-left: 0;
}
.gform_wrapper .gfield.gfield_error .ginput_container {
  margin: 0;
}
.gform_wrapper .gfield .gfield_description {
  display: inline-block;
  font-size: 0.8125em;
  line-height: 1.5em;
  margin: 10px 0 0 0;
  font-style: italic;
  color: #aeaeae;
}
.gform_wrapper .gfield .gfield_description.validation_message {
  color: #990000;
}
.gform_wrapper .gfield > label {
  color: #333333;
  font-size: 1em;
  width: 100%;
  font-weight: 600;
  padding: 10px 0 0;
}
.gform_wrapper .gfield > label .gfield_required {
  color: #990000;
  margin-left: 3px;
}
.gform_wrapper .gfield > .ginput_container,
.gform_wrapper .gfield .clear-multi {
  width: 100%;
}
.gform_wrapper .gfield > .ginput_container label,
.gform_wrapper .gfield .clear-multi label {
  display: block;
  font-size: 0.8125em;
  line-height: 1em;
  margin: 5px 0 0 0px;
  font-style: italic;
  color: #aeaeae;
}
.gform_wrapper .gfield input[type=text],
.gform_wrapper .gfield input[type=email],
.gform_wrapper .gfield input[type=tel],
.gform_wrapper .gfield input[type=url],
.gform_wrapper .gfield input[type=number],
.gform_wrapper .gfield input[type=password],
.gform_wrapper .gfield select,
.gform_wrapper .gfield textarea {
  color: #333333;
  border: none;
  border-bottom: 2px solid transparent;
  background: #efefef;
  padding: 15px 10px;
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 1px;
  width: 100%;
  transition: all 250ms ease-in-out;
  border-radius: 0;
}
.gform_wrapper .gfield input[type=text]:focus,
.gform_wrapper .gfield input[type=email]:focus,
.gform_wrapper .gfield input[type=tel]:focus,
.gform_wrapper .gfield input[type=url]:focus,
.gform_wrapper .gfield input[type=number]:focus,
.gform_wrapper .gfield input[type=password]:focus,
.gform_wrapper .gfield select:focus,
.gform_wrapper .gfield textarea:focus {
  background: #fefefe;
  border-top: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  border-bottom-color: #0080c3;
}
.gform_wrapper .gfield textarea {
  width: 100%;
  height: 125px;
}
.gform_wrapper .gfield select {
  padding-top: 14px;
  padding-bottom: 14px;
  -webkit-appearance: none;
  width: 105%;
}
.gform_wrapper .gfield select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.gform_wrapper .gfield textarea {
  resize: vertical;
}
.gform_wrapper .gfield.time .ginput_container_time {
  width: 100%;
  margin-left: 0;
}
.gform_wrapper .gfield.time .ginput_container_time:not(:first-child) {
  margin: 15px 0 0;
}
.gform_wrapper .gfield.fileupload {
  margin-top: 3em;
}
.gform_wrapper .gfield.fileupload input[type=file] {
  width: 0.1px;
  height: 0.1px;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.gform_wrapper .gfield.fileupload .screen-reader-text {
  font-size: 0.875em;
  opacity: 0.4;
  font-style: italic;
}
.gform_wrapper .gfield.fileupload label {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: 10px;
  text-align: center;
  color: #333333;
  background: white;
  border: 2px dashed #eee;
  transition: border 300ms ease-in-out;
}
.gform_wrapper .gfield.fileupload label:hover, .gform_wrapper .gfield.fileupload label:focus {
  border-color: #0080c3;
}
.gform_wrapper .gfield.fileupload label .gfield_required {
  display: none;
}
.gform_wrapper .gfield.fileupload input[type=button] {
  background: #d4e5f3;
  border: 0;
  padding: 5px 20px;
  font-weight: 300;
  color: white;
  font-size: 1.125em;
}
.gform_wrapper .gfield.fileupload .gfield_description {
  margin: 0;
  padding: 0;
  top: 50px;
  left: 0;
  position: absolute;
  width: 25%;
  display: inline-block;
}
.gform_wrapper .gfield.fileupload .gfield_description.validation_message {
  top: 3px;
  right: 3px;
  text-align: right;
}
.gform_wrapper .gfield.fileupload div[id^=gform_preview] {
  clear: both;
  width: 100%;
}
.gform_wrapper .gfield.fileupload div[id^=gform_preview] div {
  display: inline-block;
  margin-right: 15px;
}
.gform_wrapper .gfield.fileupload div[id^=gform_preview] img {
  display: inline-block;
}
.gform_wrapper .gfield.list table {
  width: 100%;
}
.gform_wrapper .gfield.list tr td {
  padding: 0;
}
.gform_wrapper .gfield.list tr:not(:first-child) td {
  padding: 5px 0 0;
}
.gform_wrapper .gfield.list tr:hover td, .gform_wrapper .gfield.list tr:focus td {
  background: transparent;
}
.gform_wrapper .gfield.list img {
  display: block;
  border: none;
  margin: 5px auto;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
}
.gform_wrapper .gfield.select,
.gform_wrapper .gfield .address_country,
.gform_wrapper .gfield .ginput_container_time:last-child {
  position: relative;
}
.gform_wrapper .gfield.select:before,
.gform_wrapper .gfield .address_country:before,
.gform_wrapper .gfield .ginput_container_time:last-child:before {
  display: block;
  background: transparent;
  top: 41px;
  left: calc(100% - 35px);
  width: auto;
  height: auto;
  content: "";
  position: absolute;
  pointer-events: none;
  font-size: 1.5625em;
  line-height: 1;
  color: #0080c3;
}
.gform_wrapper .gfield .address_country:before,
.gform_wrapper .gfield .ginput_container_time:last-child:before {
  top: 16px;
}
.gform_wrapper .gfield.name > .ginput_container span {
  width: 100%;
  margin: 15px 0 0;
}
.gform_wrapper .gfield.name > .ginput_container.gf_name_has_2 > span {
  width: 49.5%;
  float: left;
  margin: 0;
}
.gform_wrapper .gfield.name > .ginput_container.gf_name_has_2 > span:last-child {
  float: right;
}
.gform_wrapper .gfield.address .ginput_complex input {
  width: 100%;
}
.gform_wrapper .gfield.address .ginput_complex select {
  -webkit-appearance: none;
  width: 105%;
}
.gform_wrapper .gfield.address > .ginput_container span {
  width: 100%;
  margin-left: 0;
  display: inline-block;
}
.gform_wrapper .gfield.address > .ginput_container.has_city.has_state.has_zip .address_city,
.gform_wrapper .gfield.address > .ginput_container.has_city.has_state.has_zip .address_state,
.gform_wrapper .gfield.address > .ginput_container.has_city.has_state.has_zip .address_zip {
  width: 32%;
  float: left;
}
.gform_wrapper .gfield.address > .ginput_container.has_city.has_state.has_zip .address_zip {
  margin-left: 2%;
}
.gform_wrapper .gfield.address > .ginput_container.has_city.has_state.has_zip .address_state {
  margin: 13px 0;
  padding: 0 15px 0 5px;
}
.gform_wrapper .gfield.address > .ginput_container.has_city.has_state.has_zip .address_state select {
  line-height: 1.5em !important;
  padding: 5px 0;
  margin-right: 4%;
}
.gform_wrapper .gfield.address > .ginput_container.has_city.has_state.has_zip .address_state label {
  margin-top: 0;
  padding-top: 0;
}
.gform_wrapper .gfield.section h2 {
  font-size: 1.5em;
  margin: 1em 0 0 0;
  padding-top: 1em;
  border-top: 1px solid #eee;
}
.gform_wrapper .gfield.list .gfield_list_cell {
  width: calc(100% - 50px);
}
.gform_wrapper .gfield.list .gfield_list_icons {
  width: auto;
}
.gform_wrapper .gfield.radio > .ginput_container > ul, .gform_wrapper .gfield.checkbox > .ginput_container > ul {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}
.gform_wrapper .gfield.radio > .ginput_container > ul:after, .gform_wrapper .gfield.checkbox > .ginput_container > ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " " !important;
  clear: both;
  height: 0;
}
.gform_wrapper .gfield.radio > .ginput_container > ul li, .gform_wrapper .gfield.checkbox > .ginput_container > ul li {
  width: 100%;
  padding-left: 0;
  border: none;
  background: none;
  margin: 0;
}
.gform_wrapper .gfield.radio > .ginput_container > ul li:after, .gform_wrapper .gfield.checkbox > .ginput_container > ul li:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " " !important;
  clear: both;
  height: 0;
}
.gform_wrapper .gfield.radio > .ginput_container > ul li:before, .gform_wrapper .gfield.checkbox > .ginput_container > ul li:before {
  display: none;
}
.gform_wrapper .gfield.radio > .ginput_container > ul li:not(:first-child), .gform_wrapper .gfield.checkbox > .ginput_container > ul li:not(:first-child) {
  margin-top: 5px;
}
.gform_wrapper .gfield.radio > .ginput_container input, .gform_wrapper .gfield.checkbox > .ginput_container input {
  position: absolute;
  top: 17px;
  left: 11px;
  z-index: -100;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: none;
  outline: none;
  background: transparent;
  pointer-events: none;
  margin: 0;
}
.gform_wrapper .gfield.radio > .ginput_container input[type=checkbox]:checked + label:after, .gform_wrapper .gfield.checkbox > .ginput_container input[type=checkbox]:checked + label:after {
  content: "✓";
  color: #d4e5f3;
  font-style: normal;
  font-size: 1.5em;
  line-height: 10px;
  text-indent: 0px;
}
.gform_wrapper .gfield.radio > .ginput_container input[type=radio]:checked + label:after, .gform_wrapper .gfield.checkbox > .ginput_container input[type=radio]:checked + label:after {
  border-color: #accde8;
  background: #d4e5f3;
}
.gform_wrapper .gfield.radio > .ginput_container input[type=radio] + label:after, .gform_wrapper .gfield.checkbox > .ginput_container input[type=radio] + label:after {
  border-radius: 11px;
}
.gform_wrapper .gfield.radio > .ginput_container label, .gform_wrapper .gfield.checkbox > .ginput_container label {
  font-size: 1em;
  height: 40px;
  line-height: 40px;
  position: relative;
  padding-left: 35px;
  margin: 0;
}
.gform_wrapper .gfield.radio > .ginput_container label:hover, .gform_wrapper .gfield.radio > .ginput_container label:focus, .gform_wrapper .gfield.checkbox > .ginput_container label:hover, .gform_wrapper .gfield.checkbox > .ginput_container label:focus {
  cursor: pointer;
}
.gform_wrapper .gfield.radio > .ginput_container label:after, .gform_wrapper .gfield.checkbox > .ginput_container label:after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background: #e6e6e6;
  border: 1px #d9d9d9 solid;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}
.gform_wrapper .gf_progressbar_wrapper {
  position: absolute;
  top: 15px;
  right: 15px;
}
.gform_wrapper .gf_progressbar_wrapper h3 {
  color: #0080c3;
  font-size: 0.75em;
}
.gform_wrapper .gf_progressbar {
  display: none;
}
.gform_wrapper .gform_ajax_spinner {
  position: absolute;
  left: -35px;
  bottom: 12px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-left: 4px solid #0080c3;
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.gform_confirmation_message {
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.875em;
  padding: 15px;
  color: white;
  text-align: center;
  background: #0080c3;
  border: 2px #006faa solid;
}

.owl-carousel {
  margin: 1.5em 0 1em 0;
}

.owl-carousel {
  overflow: hidden;
}
.owl-carousel .owl-nav {
  -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-nav [class*=owl-] {
  color: white;
  cursor: pointer;
  font-size: 2.8125em;
  transition: all 350ms ease-in-out;
  position: absolute;
  top: 50%;
  opacity: 0.4;
  line-height: 1;
  width: 50px;
  height: 50px;
  text-align: center;
  transform: translateY(-50%);
}
.owl-carousel .owl-nav [class*=owl-]:hover, .owl-carousel .owl-nav [class*=owl-]:focus {
  opacity: 1;
  text-decoration: none;
}
.owl-carousel .owl-nav [class*=owl-].owl-prev {
  transform: translate3d(-200%, -50%, 0);
  left: 10px;
}
.owl-carousel .owl-nav [class*=owl-].owl-next {
  transform: translate3d(200%, -50%, 0);
  right: 10px;
}
.owl-carousel .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-carousel .owl-nav .disabled + .owl-dots {
  margin-top: 10px;
}
.owl-carousel .owl-dots {
  margin: 10px auto 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #FFFFFF;
  border: 1px solid #d4e5f3;
  border-radius: 50%;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
}
.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span, .owl-carousel .owl-dots .owl-dot:focus span {
  background: #0080c3;
}

.owl-stage-outer {
  position: relative;
}
.owl-stage-outer .caption {
  padding: 5px 5px 3px 5px;
  font-size: 0.8em;
  font-style: italic;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.owl-stage-outer .caption p {
  margin: 0;
}

.owl-thumbs {
  width: 100%;
  clear: both;
  margin-bottom: 2em;
}
.owl-thumbs button {
  background: none;
  padding: 0;
  margin: 0;
  outline: none;
  float: left;
  border: 0;
  width: calc(25% - 2px);
}
.owl-thumbs button + button {
  margin-left: 2px;
}
.owl-thumbs button.active img {
  opacity: 1;
}
.owl-thumbs img {
  max-width: 100%;
  height: auto;
  opacity: 0.7;
  transition: opacity 350ms ease-in-out;
}

.footer-wrap {
  border-top: 2px solid #eee;
  width: 100%;
  margin: 0;
  padding: 0;
}

footer {
  display: block;
  clear: both;
  margin: 0 auto 0 auto;
  background: #FFFFFF;
  height: auto;
  padding: 3em 4em 0;
  max-width: 1400px;
}
footer .footer-contact-block {
  color: #0080c3;
}
footer .footer-contact-block #footer-logo {
  height: 132px;
  margin: 0 40px 0 0;
  float: left;
}
footer .footer-contact-block .footer-contact-text {
  position: relative;
  bottom: -1em;
  text-align: left;
  font: normal 1em "Raleway", sans-serif;
  line-height: 0.66;
  display: block;
}
footer .footer-contact-block .footer-contact-text a {
  color: #0080c3;
  padding: 2px 0;
}
footer .footer-contact-block .footer-contact-text a:hover {
  text-decoration: none;
  color: #0080c3;
}
footer .footer-contact-block .footer-contact-text .footer-address {
  float: left;
}
footer .footer-contact-block .footer-contact-text .address1 {
  margin-right: 25px;
}
footer .footer-contact-block .footer-menu-container {
  position: relative;
  float: right;
  clear: both;
}
footer .footer-contact-block .footer-menu-container img {
  position: relative;
  right: 0em;
  float: right;
  margin: 20px 0;
  width: 75px;
}
footer .footer-contact-block .footer-menu-container ul {
  bottom: 7em;
  float: right;
  font-size: 1em;
  width: auto;
  display: inline-flex;
}
footer .footer-contact-block .footer-menu-container ul li {
  width: auto;
  margin: 0 10px;
  font: bold 1em "Raleway", sans-serif;
  text-align: center;
  list-style-type: none;
}
footer .footer-contact-block .footer-menu-container ul li a {
  margin: 0 0;
  font: bold 1em "Raleway", sans-serif;
  text-align: center;
}
footer .footer-contact-block .footer-menu-container ul li:last-child {
  margin-right: 0;
}
footer .footer-contact-block .footer-nav {
  white-space: nowrap;
}
footer .site-by svg {
  max-width: 30px;
}
footer .site-by svg path {
  fill: black;
}

footer .footer-icons {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

footer .footer-icons img {
  align-self: center;
}

footer .footer-icons svg {
  width: 65px;
  height: 45px;
  margin: 31px 0;
  fill: #0080c3;
  transition: all 250ms ease-in-out;
  margin-top: 35px;
}

footer .footer-icons svg:hover {
  fill: #f89538;
}

@media screen and (max-width: 979px) {
  footer .footer-icons a {
    position: relative;
    top: -10em;
    right: -2.25em;
  }
}
@media screen and (max-width: 599px) {
  footer .footer-icons a {
    top: -10.5em;
    right: -5.9em;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover, .mfp-preloader a:focus {
  color: white;
}

.mfp-s-ready .mfp-preloader, .mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.the-content .single-job-listing-meta {
  position: relative;
  right: -75%;
  top: -4.5em;
}

.team-member-container {
  margin: 0 auto;
}
.team-member-container .team-member {
  border-bottom: 1px solid #eee;
  padding: 2.25em 0;
}
.team-member-container .team-member h4.credentials {
  position: relative;
  top: -1em;
  font-size: 1.375em;
  font-weight: 400;
  color: #0080c3;
}
.team-member-container .team-member img {
  float: left;
  border: 2px solid #0080c3;
  border-radius: 50%;
  padding: 2px;
}
.icon-band-container {
  height: 413px;
  background: #d4e5f3;
  display: flex;
}
.icon-band-container .icon-band {
  padding: 0;
  width: 75%;
  height: 100%;
  position: relative;
  max-width: 1520px;
  margin: 0 auto;
  display: flex;
}
.icon-band-container .icon-band div {
  position: relative;
  padding: 0;
  width: 25%;
  height: 100%;
  margin: 0 auto;
}
.icon-band-container .icon-band div a {
  position: absolute;
  padding: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}
.icon-band-container .icon-band div a svg {
  position: relative;
  top: -12.5em;
  z-index: 1000;
  display: block;
  height: 242px;
  width: 242px;
  margin: 10px auto;
  border-radius: 50%;
  background: #FFFFFF;
}
.icon-band-container .icon-band div a svg path {
  stroke-width: 4.2;
  stroke: #FFFFFF;
  fill: #333333;
  stroke-miterlimit: 10;
}
.icon-band-container .icon-band div a svg .reverse {
  fill: none !important;
  stroke: #333333 !important;
  stroke-width: 1;
  transition: 250ms ease-in-out;
}
.icon-band-container .icon-band div a .icon-band-spin {
  opacity: 0;
  position: relative;
  top: 4em;
  margin: 10px auto;
  height: 265px;
  width: 265px;
  z-index: 998;
  -webkit-animation-name: spin-out;
  -webkit-animation-duration: 500ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -moz-animation-name: spin-out;
  -moz-animation-duration: 500ms;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  animation-name: spin-out;
  animation-duration: 500ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  transition: opacity 250ms ease 0ms;
  content: url(images/icon-band/icon-band-hover.svg);
}
.icon-band-container .icon-band div a span {
  padding: 20px 2px;
  width: 60%;
  color: #0080c3;
  text-align: center;
  margin: 0 auto;
  font: bold 1.125em "Raleway", sans-serif;
  text-transform: uppercase;
  display: block;
  position: relative;
  top: -10.75em;
  border-bottom: 8px solid transparent;
}
.icon-band-container .icon-band div a:hover svg {
  fill: #f89538;
  transition: 250ms ease-in-out;
}
.icon-band-container .icon-band div a:hover svg path {
  fill: #f89538;
  transition: 250ms ease-in-out;
}
.icon-band-container .icon-band div a:hover svg rect {
  fill: none !important;
  stroke: #f89538 !important;
  transition: 250ms ease-in-out;
}
.icon-band-container .icon-band div a:hover svg .reverse {
  fill: none !important;
  stroke: #f89538 !important;
  stroke-width: 1;
  transition: 250ms ease-in-out;
}
.icon-band-container .icon-band div a:hover .icon-band-spin {
  opacity: 1;
  -webkit-animation-name: spin-in;
  -webkit-animation-duration: 500ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -moz-animation-name: spin-in;
  -moz-animation-duration: 500ms;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  animation-name: spin-in;
  animation-duration: 500ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  transition: opacity 250ms ease 0ms;
}
@keyframes spin-in {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes spin-out {
  0% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.icon-band-container .icon-band div a:hover span {
  border-bottom: 8px solid #0080c3;
  transition: border 350ms ease-in-out;
}

.container-fluid .services-band {
  position: relative;
  background: #d4e5f3;
  padding: 1em 0 2em 0;
  margin-top: 2.25em;
  margin-bottom: 0;
}
.container-fluid .services-band h2 {
  margin-left: 4em;
}
.container-fluid .services-band:before {
  -webkit-clip-path: polygon(65% 0, 100% 0, 35% 100%, 0 100%);
  clip-path: polygon(65% 0, 100% 0, 35% 100%, 0 100%);
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 1%;
  z-index: 9999;
  content: "";
  display: block;
  width: 9.25em;
  height: 6em;
}

.services-detail-band {
  position: relative;
  top: -3em;
}
.services-detail-band h3 {
  padding: 1.5em 2.125em 0;
}
.services-detail-band .services-detail-intro {
  margin: 0 auto;
  padding: 0 1.5em;
  height: auto;
}

.services-detail-band-container {
  position: relative;
  height: 340px;
  background: #FFFFFF;
  display: flex;
  position: relative;
  top: -2em;
}
.services-detail-band-container:after {
  -webkit-clip-path: polygon(65% 0, 100% 0, 35% 100%, 0 100%);
  clip-path: polygon(65% 0, 100% 0, 35% 100%, 0 100%);
  background: #FFFFFF;
  position: absolute;
  bottom: 0;
  right: 1%;
  z-index: 9999;
  content: "";
  display: block;
  width: 9.25em;
  height: 6em;
}
.services-detail-band-container .icon-band {
  padding: 0;
  width: 75%;
  height: 100%;
  position: relative;
  max-width: 1520px;
  margin: 0 auto;
  display: flex;
}
.services-detail-band-container .icon-band div {
  position: relative;
  padding: 0;
  margin: 0;
  width: 20%;
}
.services-detail-band-container .icon-band div a {
  position: absolute;
  padding: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}
.services-detail-band-container .icon-band div a svg {
  position: relative;
  top: -13.875em;
  z-index: 1000;
  display: block;
  height: 200px;
  width: 200px;
  margin: 10px auto 0;
  border-radius: 50%;
  background: #FFFFFF;
}
.services-detail-band-container .icon-band div a svg path {
  stroke-width: 1;
  stroke: #333333;
  fill: #333333;
  stroke-miterlimit: 10;
}
.services-detail-band-container .icon-band div a svg rect {
  stroke-width: 1;
  stroke: #333333;
  fill: none;
}
.services-detail-band-container .icon-band div a svg .sdp {
  stroke: #FFFFFF !important;
  stroke-width: 1.5 !important;
}
.services-detail-band-container .icon-band div a .icon-band-spin {
  opacity: 0;
  position: relative;
  margin: 10px auto 0;
  height: 228px;
  width: 228px;
  z-index: 998;
  -webkit-animation-name: spin-out;
  -webkit-animation-duration: 500ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -moz-animation-name: spin-out;
  -moz-animation-duration: 500ms;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  animation-name: spin-out;
  animation-duration: 500ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  transition: opacity 250ms ease 0ms;
  content: url(images/icon-band/icon-band-hover.svg);
}
.services-detail-band-container .icon-band div a span {
  color: #0080c3;
  text-align: center;
  height: 3.875em;
  margin: 0 auto;
  width: 70%;
  padding: 0 0 20px 0;
  font: bold 1.125em "Raleway", sans-serif;
  text-transform: uppercase;
  vertical-align: text-bottom;
  transition: 250ms ease-in-out;
}
.services-detail-band-container .icon-band div a span.services-link {
  height: 4em;
  position: relative;
  z-index: 99999;
  bottom: 13.125em;
  text-align: center;
  width: 100%;
  vertical-align: text-bottom;
  transition: 250ms ease-in-out;
}
.services-detail-band-container .icon-band div a span.services-link p.subtext {
  padding-top: 5px;
  text-transform: none;
  color: #FFFFFF;
  font-size: 0.75em;
  font-weight: 500;
  white-space: normal;
  width: 75%;
  margin: 0 auto;
}
.services-detail-band-container .icon-band div a:hover svg {
  fill: #f89538;
  transition: 250ms ease-in-out;
}
.services-detail-band-container .icon-band div a:hover svg path {
  fill: #f89538 !important;
  stroke: #f89538 !important;
  transition: 250ms ease-in-out;
}
.services-detail-band-container .icon-band div a:hover svg rect {
  fill: none !important;
  stroke: #f89538 !important;
  transition: 250ms ease-in-out;
}
.services-detail-band-container .icon-band div a:hover svg .reverse {
  fill: none !important;
  stroke: #f89538 !important;
  stroke-width: 1;
  transition: 250ms ease-in-out;
}
.services-detail-band-container .icon-band div a:hover svg .sdp {
  stroke: #FFFFFF !important;
  stroke-width: 1.5 !important;
}
.services-detail-band-container .icon-band div a:hover span {
  border-bottom: 8px solid #0080c3;
}
.services-detail-band-container .icon-band div a:hover span.services-link {
  border-bottom: none;
  color: #f89538;
}
.services-detail-band-container .icon-band div a:hover span.services-link p.subtext {
  color: #0080c3;
}
.services-detail-band-container .icon-band div a:hover .icon-band-spin {
  opacity: 1;
  -webkit-animation-name: spin-in;
  -webkit-animation-duration: 500ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -moz-animation-name: spin-in;
  -moz-animation-duration: 500ms;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  animation-name: spin-in;
  animation-duration: 500ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  transition: opacity 250ms ease 0ms;
}
@keyframes spin-in {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes spin-out {
  0% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.services-detail-band-container .detail-icon-band {
  background: #FFFFFF;
  height: 300px;
}
.services-detail-band-container .detail-icon-band div.vertical-line {
  top: 1.5em;
  border: 2px solid #d4e5f3;
  width: 0;
  height: 70%;
  vertical-align: middle;
  margin-top: 20px;
}
.services-detail-band-container .detail-icon-band div {
  top: 13.9375em;
}
.services-detail-band-container .detail-icon-band div a svg {
  height: 180px;
  width: 180px;
  margin-bottom: 2em;
}
.services-detail-band-container .detail-icon-band div a svg path {
  stroke-width: 1;
  stroke: #0080c3 !important;
  fill: #0080c3 !important;
  stroke-miterlimit: 10;
}
.services-detail-band-container .detail-icon-band div a svg rect {
  stroke-width: 1;
  stroke: #0080c3 !important;
  fill: none;
}
.services-detail-band-container .detail-icon-band div a svg .reverse {
  fill: none !important;
  stroke: #0080c3 !important;
  stroke-width: 1;
  transition: 250ms ease-in-out;
}

.bg-secondary {
  background: #d4e5f3 !important;
}
.bg-secondary span {
  padding: 12px 2px 10px;
  width: 50%;
  color: #0080c3;
  text-align: center;
  margin: 0 auto;
  font: bold 13px "Raleway", sans-serif;
  text-transform: uppercase;
  display: block;
  position: relative;
  top: -9.875em;
}
.bg-secondary a:hover span {
  border-bottom: 6px solid #0080c3;
  transition: border 250ms ease-in-out;
}
.bg-secondary a:hover span .subtext {
  color: #0080c3;
}

.services-detail-container {
  position: relative;
}
.services-detail-container .services-detail-heading {
  top: -2.25em;
  margin-bottom: 2.25em;
  padding-bottom: 0;
}
.services-detail-container h2 {
  color: #0080c3;
  position: relative;
  top: -2.25em;
}
.services-detail-container h3 {
  color: #0080c3;
}
.services-detail-container .services-article {
  display: table-row;
  vertical-align: middle;
}
.services-detail-container .services-article a h3 {
  font-weight: 400;
}
.services-detail-container .services-article a .services-detail-bullet {
  position: relative;
  float: left;
  width: 185px;
  height: 185px;
  border-radius: 50%;
  background: #f89538;
  clear: both;
  margin: 1.5em 2.25em 4em 2.25em;
  padding: 0.5em;
  transition: background 350ms ease;
  cursor: pointer;
}
.services-detail-container .services-article a .services-detail-bullet svg {
  stroke: #FFFFFF;
  fill: #FFFFFF;
}
.services-detail-container .services-article a .services-detail-bullet svg path, .services-detail-container .services-article a .services-detail-bullet svg rect {
  stroke: #FFFFFF !important;
  fill: #FFFFFF;
}
.services-detail-container .services-article a .services-detail-bullet svg .reverse {
  fill: none;
  stroke: #FFFFFF !important;
}
.services-detail-container .services-article a .services-detail-bullet svg .sdp {
  stroke: #f89538 !important;
  stroke-width: 1.5 !important;
}
.services-detail-container .services-article a .lines {
  position: absolute;
  float: left;
  left: -50%;
  width: 60%;
  height: 210px;
  background: #f89538;
  padding: 2px 3px 2px 2px;
  -webkit-clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
  transition: background 350ms ease;
}
.services-detail-container .services-article a .lines div {
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  -webkit-clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
}
.services-detail-container .services-article a:hover .services-detail-bullet {
  background: #0080c3;
}
.services-detail-container .services-article a:hover .lines {
  background: #0080c3;
}
.services-detail-container .services-article a:hover svg .sdp {
  stroke: #0080c3 !important;
  stroke-width: 1.5 !important;
}
.services-detail-container .services-article p {
  position: relative;
  margin-bottom: 4em;
}
.services-detail-container .services-article p .btn {
  margin-top: 0.75em;
}

.services-landing-container .featured-image {
  width: 100%;
  position: relative;
  z-index: 999;
  float: right;
  max-width: 45%;
  margin-left: 2.25em;
}
.services-landing-container .featured-image img {
  width: 100%;
  height: auto;
  position: relative;
  right: -50px;
  float: right;
  overflow: hidden;
  padding: 0;
}
.services-landing-container .btn-group {
  padding: 0;
}

.figure-container {
  position: relative;
  top: 1.625em;
  float: right;
  width: 45%;
  margin-left: 4em;
}
.figure-container .secondary-image-figure img {
  width: 100%;
  height: auto;
}
.figure-container .secondary-image-figure figcaption {
  width: 80%;
  position: relative;
  color: #f89538;
  font: 300 1.875em "Roboto Slab", serif;
  text-align: center;
  margin-left: 0em;
}
.figure-container .secondary-image-figure:after {
  -webkit-clip-path: polygon(100% 0, 100% 40%, 40% 100%, 0 100%);
  clip-path: polygon(100% 0, 100% 40%, 40% 100%, 0 100%);
  background: #f89538;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9999;
  content: "";
  display: block;
  width: 10em;
  height: 10em;
}

.sitemap-container {
  position: relative;
  top: 0;
}

html.js .animate-down {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 250ms;
}
html.js .animate-down.on {
  opacity: 1;
  transform: translateY(0px);
}
html.js .animate-up {
  opacity: 0;
  transform: translateY(50px);
  transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 250ms;
}
html.js .animate-up.on {
  opacity: 1;
  transform: translateY(0px);
}
html.js .animate-right {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 250ms;
}
html.js .animate-right.on {
  opacity: 1;
  transform: translateX(0px);
}
html.js .animate-left {
  opacity: 0;
  transform: translateX(50px);
  transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 250ms;
}
html.js .animate-left.on {
  opacity: 1;
  transform: translateX(0px);
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:focus,
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*! jQuery UI - v1.11.0 - 2014-07-09
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=0px&bgColorHeader=%23eee&bgTextureHeader=highlight_soft&bgImgOpacityHeader=0&borderColorHeader=%23eee&fcHeader=%23333&iconColorHeader=%230069AA&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=0&borderColorContent=%23eee&fcContent=%23222222&iconColorContent=%23222222&bgColorDefault=%23eee&bgTextureDefault=glass&bgImgOpacityDefault=0&borderColorDefault=%23eee&fcDefault=%230069AA&iconColorDefault=%230069AA&bgColorHover=%23ddd&bgTextureHover=glass&bgImgOpacityHover=0&borderColorHover=%23ddd&fcHover=%230069AA&iconColorHover=%230069AA&bgColorActive=%23ffffff&bgTextureActive=glass&bgImgOpacityActive=0&borderColorActive=%23aaaaaa&fcActive=%23212121&iconColorActive=%23454545&bgColorHighlight=%23fff&bgTextureHighlight=glass&bgImgOpacityHighlight=0&borderColorHighlight=%23eee&fcHighlight=%23F26649&iconColorHighlight=%232e83ff&bgColorError=%23fef1ec&bgTextureError=glass&bgImgOpacityError=0&borderColorError=%23F26649&fcError=%23F26649&iconColorError=%23F26649&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 35px;
  height: 35px;
}
.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
  display: block;
  content: "<";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-next:before {
  content: ">";
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: none;
}

.ui-datepicker .ui-datepicker-next span:before {
  content: ">";
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:focus,
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:focus,
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #eee;
  background: #ffffff url("images/ui-bg_flat_0_ffffff_40x100.png") 50% 50% repeat-x;
  color: #222222;
}

.ui-widget-content a {
  color: #222222;
}

.ui-widget-header {
  border: 1px solid #eee;
  background: #eee url("images/ui-bg_highlight-soft_0_eee_1x100.png") 50% 50% repeat-x;
  color: #333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #eee;
  background: #eee url("images/ui-bg_glass_0_eee_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #0080c3;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #0080c3;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #ddd;
  background: #ddd url("images/ui-bg_glass_0_ddd_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #0080c3;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:focus,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:focus,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #0080c3;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url("images/ui-bg_glass_0_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #eee;
  background: #fff url("images/ui-bg_glass_0_fff_1x400.png") 50% 50% repeat-x;
  color: #d4e5f3;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #d4e5f3;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #d4e5f3;
  background: #fef1ec url("images/ui-bg_glass_0_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #d4e5f3;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #d4e5f3;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #d4e5f3;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_0069AA_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_F26649_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover, .hamburger:focus {
  opacity: 1;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #0080c3;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.7142857143px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/** ************************************************************************************ */
/** DESKTOP / HI-RES/LARGE                                                               */
@media (min-width: 1800px) {
  .header .hamburger {
    display: none;
  }
  .header .logo {
    left: 0em;
  }

  .nav-wrap .main-nav li + li {
    margin-left: 8em;
  }

  .container-fluid {
    /* services landing page */
  }
  .container-fluid .services-landing-container .featured-image {
    width: 75%;
    margin-left: 2.25em;
  }
  .container-fluid .services-landing-container .featured-image img {
    width: 100%;
    height: auto;
    position: relative;
    right: -50px;
    float: right;
    overflow: hidden;
    padding: 0;
  }
  .container-fluid .services-band {
    position: relative;
    top: 60%;
    z-index: 9;
    margin-top: 16em;
  }
  .container-fluid .services-detail-intro {
    margin: 0 40px;
    height: auto;
  }

  .icon-band-container .icon-band div a span {
    width: 50%;
  }
}
/** ************************************************************************************ */
/** DESKTOP / STANDARD                                                                   */
@media (min-width: 1200px) {
  body {
    font-size: 1em;
  }

  header .hamburger {
    display: none;
  }
  header .logo {
    left: 1.875em;
  }

  .nav-wrap {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: visible;
    box-shadow: none;
  }
  .nav-wrap .main-nav li + li {
    margin-left: 4em;
  }

  .primary-nav-container {
    position: absolute;
    width: 85%;
    right: 0;
    background: none;
    bottom: -16px;
  }
  .primary-nav-container .main-nav {
    position: relative;
    right: -3em;
  }
  .primary-nav-container .main-nav li {
    width: 7.5em;
    height: 2.5em;
    margin: 0 3.125em;
    text-align: center;
    padding: 0.75em 0 1.125em 0;
    white-space: nowrap;
  }

  .secondary-nav-container {
    right: -2em;
  }

  .footer-menu-container {
    right: 0em;
    bottom: 7.5em;
  }

  .services-landing-container .featured-image {
    width: 75%;
    margin-left: 2.25em;
  }
  .services-landing-container .featured-image img {
    width: 100%;
    height: auto;
    position: relative;
    right: -50px;
    float: right;
    overflow: hidden;
    padding: 0;
  }

  .services-band {
    margin-top: 2.25em;
  }

  .services-detail-intro {
    margin: 0 40px;
    height: auto;
  }

  .icon-band-container {
    height: 329px;
  }
  .icon-band-container .icon-band div a svg {
    top: -12.5em;
    height: 200px;
    width: 200px;
  }
  .icon-band-container .icon-band div a .icon-band-spin {
    top: 1.375em;
    height: 223px;
    width: 223px;
  }
  .icon-band-container .icon-band div a span {
    width: 50%;
  }

  .services-detail-band-container {
    height: 300px;
  }
  .services-detail-band-container .icon-band div a {
    padding: auto 1.5em;
  }
  .services-detail-band-container .icon-band div a svg {
    top: -10.5em;
    height: 165px;
    width: 165px;
  }
  .services-detail-band-container .icon-band div a .icon-band-spin {
    top: 1.4375em;
    height: 195px;
    width: 195px;
  }
  .services-detail-band-container .icon-band div a span {
    text-align: center;
    height: 5.375em;
    margin: 0 auto;
    width: 77%;
    padding: 40px 0 35px;
  }
  .services-detail-band-container .icon-band div a span.services-link {
    height: 3.875em;
    margin: 0 auto;
    width: 70%;
    padding: 20px 0 25px;
  }
}
/** ************************************************************************************ */
/** TABLET / LANDSCAPE                                                                   */
@media (min-width: 980px) {
  body {
    font-size: 1em;
    padding-top: 72px;
    max-width: 100%;
    margin: 0;
  }

  header .hamburger {
    display: none;
  }

  .nav-wrap {
    right: 3em;
  }
  .nav-wrap .main-nav {
    order: 2;
  }
  .nav-wrap .main-nav li {
    width: 6em;
    height: 2.5em;
    margin: 0 4.375em;
    text-align: center;
    padding: 0.75em 0 1.125em 0;
    white-space: nowrap;
    background: transparent;
    position: relative;
    display: block;
  }
  .nav-wrap .main-nav li + li {
    margin-left: 4em;
  }
  .nav-wrap .main-nav li.current_page_item a, .nav-wrap .main-nav li.current-page-ancestor a {
    color: #0080c3;
  }
  .nav-wrap .main-nav li:hover > .sub-menu, .nav-wrap .main-nav li:focus > .sub-menu, .nav-wrap .main-nav li.menu-item-has-children[aria-expanded=true] > .sub-menu {
    opacity: 1;
    left: 0;
    transform: translateY(100%);
    z-index: 497;
    transition: opacity 250ms ease 0ms, transform 250ms ease 0ms, left 0ms linear 0ms;
  }
  .nav-wrap .main-nav li:hover > a, .nav-wrap .main-nav li:focus > a, .nav-wrap .main-nav li.menu-item-has-children[aria-expanded=true] > a {
    color: #0080c3;
  }
  .nav-wrap .main-nav li:hover {
    background: #FFFFFF;
    color: #0080c3;
  }
  .nav-wrap .main-nav li a {
    font: bold 1em "Raleway", sans-serif;
    display: block;
  }
  .nav-wrap .main-nav li a:hover {
    color: #0080c3;
  }
  .nav-wrap .main-nav li:last-child {
    background: #d4e5f3;
  }
  .nav-wrap .main-nav li .sub-menu {
    position: absolute;
    bottom: -6px;
    left: -9999px;
    opacity: 0;
    z-index: -497;
    background-color: #FFFFFF;
    width: auto;
    min-width: 175px;
    height: auto;
    padding: 8px 0 0 0;
    white-space: nowrap;
    transform: translateY(95%);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
    transition: opacity 250ms ease 0ms, transform 250ms ease 0ms, left 0ms linear 0ms;
  }
  .nav-wrap .main-nav li .sub-menu li {
    text-decoration: none;
    width: 100%;
    height: auto;
    list-style: none;
    background-color: #FFFFFF;
    margin-left: 0;
    padding: 6px 0;
    overflow: visible;
    transition: 250ms ease;
  }
  .nav-wrap .main-nav li .sub-menu li.current_page_item a {
    color: #0080c3;
  }
  .nav-wrap .main-nav li .sub-menu li a {
    display: block;
    height: 22px;
    font: 700 1em "Raleway", sans-serif;
    text-transform: none;
    text-align: left;
    color: #333333;
    padding: 2px 0 2px 15px;
    margin-left: 0;
    text-shadow: none;
    border-bottom: 0;
    overflow: hidden;
    transition: 250ms ease;
  }
  .nav-wrap .main-nav li .sub-menu li a:hover, .nav-wrap .main-nav li .sub-menu li a:focus {
    color: #0080c3;
  }
  .nav-wrap .main-nav li .sub-menu li:last-child {
    background: #FFFFFF;
    padding-bottom: 22px;
  }
  .nav-wrap .main-nav li .sub-menu li ul.sub-menu {
    position: static;
    display: block;
    left: 0;
    opacity: 1;
    border: 0;
    background: #FFFFFF;
    box-shadow: none;
    padding: 4px 0 0 0;
    height: auto;
  }
  .nav-wrap .main-nav li .sub-menu li ul.sub-menu li {
    margin: 0;
    padding: 4px 0 4px 15px;
    line-height: 1;
  }
  .nav-wrap .main-nav li .sub-menu li ul.sub-menu li a {
    font-weight: normal;
    padding: 0 0 0 15px;
    color: #333333;
    transition: 250ms ease;
  }
  .nav-wrap .main-nav li .sub-menu li ul.sub-menu li a:hover {
    color: #0080c3;
  }
  .nav-wrap .main-nav li .sub-menu li ul.sub-menu li:last-child {
    padding-bottom: 0;
  }
  .nav-wrap .main-nav > li:after {
    content: "";
    display: block;
    height: 8px;
    width: 150px;
    margin: 9px 0 -6px 0;
    padding: 0;
    background-color: transparent;
    transition: 250ms linear;
  }
  .nav-wrap .main-nav > li:hover:after {
    background-color: #f89538;
  }
  .nav-wrap .secondary-nav {
    position: absolute;
    order: 1;
    right: -2.375em;
    float: right;
    top: -3em;
  }
  .nav-wrap .secondary-nav li {
    font: bold 0.75em "Raleway", sans-serif;
    width: 8em;
    margin: 0 15px;
  }
  .nav-wrap .secondary-nav li a {
    text-align: center;
    white-space: nowrap;
  }

  .top-header .tagline {
    font-size: 1.5em;
  }

  .hero-trio {
    position: relative;
    z-index: 9999;
    overflow: hidden;
    top: -8em;
    display: flex;
    margin: 0;
    padding: 16em 0 0;
    border-bottom: 1px solid #eee;
    box-shadow: 0 5px 15px -5px #bbbbbb;
    width: 100%;
  }
  .hero-trio img {
    width: 100%;
    display: block;
  }
  .hero-trio .trio-label {
    position: relative;
    z-index: 99999;
    top: -40%;
    color: #FFFFFF;
    font: bold 1.875em "Roboto Slab", serif;
    text-shadow: 0 0 1px #333333;
    text-align: center;
    display: block;
  }
  .hero-trio a {
    position: relative;
    z-index: 99999;
    top: -20%;
    margin: 5px auto;
  }
  .hero-trio .trio-img-overlay {
    position: relative;
    float: left;
    cursor: pointer;
    width: 117%;
    height: auto;
    transition: background 350ms ease-in-out;
  }
  .hero-trio .trio-img-overlay:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2));
  }
  .hero-trio .trio-img-overlay:hover, .hero-trio .trio-img-overlay:hover:after {
    background: rgba(0, 0, 0, 0.1);
  }
  .hero-trio .trio-img-overlay:hover a {
    color: #f89538;
    border-left: 6px solid #f89538;
    border-right: 6px solid #f89538;
  }
  .hero-trio .trio-left {
    position: relative;
    width: 32%;
  }
  .hero-trio .trio-left .trio-img-overlay {
    top: 3em;
    margin: 0;
    padding: 0;
    float: left;
    -webkit-clip-path: polygon(0 0, 85% 0, 100% 77%, 0 77%);
    clip-path: polygon(0 0, 85% 0, 100% 77%, 0 77%);
    width: 117%;
    height: 90%;
    overflow-y: hidden;
  }
  .hero-trio .trio-left img {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    width: 100%;
  }
  .hero-trio .trio-left a {
    top: -30%;
  }
  .hero-trio .trio-center {
    position: relative;
    z-index: 99999;
    top: 2em;
    margin: 0 auto;
    padding: 0;
    width: 35%;
    left: -0.25%;
  }
  .hero-trio .trio-center .trio-img-overlay {
    height: 92%;
    -webkit-clip-path: polygon(0 0, 100% 0, 85% 85%, 15% 85%);
    clip-path: polygon(0 0, 100% 0, 85% 85%, 15% 85%);
    margin: 0 auto;
    top: 0em;
    left: 0;
    overflow-y: hidden;
  }
  .hero-trio .trio-center .trio-img-overlay img {
    -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
  }
  .hero-trio .trio-center .trio-img-overlay .trio-label {
    top: -42%;
  }
  .hero-trio .trio-center .trio-img-overlay a {
    top: -33%;
  }
  .hero-trio .trio-right {
    width: 32%;
    position: relative;
    top: 3em;
    overflow: hidden;
  }
  .hero-trio .trio-right .trio-img-overlay {
    -webkit-clip-path: polygon(15% 0, 100% 0, 100% 78%, 0 78%);
    clip-path: polygon(15% 0, 100% 0, 100% 78%, 0 78%);
    width: 117%;
    height: 90%;
  }
  .hero-trio .trio-right img {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .hero-trio .trio-right a {
    top: -30%;
  }

  .headline-for-careers article,
.case-study-or-flexible-space article {
    width: 45%;
  }
  .headline-for-careers article h3,
.case-study-or-flexible-space article h3 {
    top: -1.5em;
    right: -3em;
    font-size: 1.5em;
  }
  .headline-for-careers article p,
.case-study-or-flexible-space article p {
    position: relative;
    top: -2em;
    width: 115%;
    font-size: 0.875em;
  }
  .headline-for-careers article .btn,
.case-study-or-flexible-space article .btn {
    position: relative;
    top: -1.5em;
  }

  .headline-for-careers {
    top: -6em;
    margin-bottom: 0;
  }
  .headline-for-careers .flex-img-container {
    width: 60%;
    height: 100%;
    overflow: hidden;
    margin-left: -5%;
    float: right;
    position: relative;
  }
  .headline-for-careers .flex-img-container img {
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 10% 100%);
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 10% 100%);
    position: relative;
    right: -10%;
    width: 100%;
    height: auto;
  }

  .case-study-or-flexible-space {
    top: -3em;
    margin-bottom: 0;
  }
  .case-study-or-flexible-space article h3 {
    margin-bottom: 1.5em;
  }
  .case-study-or-flexible-space .flex-img-container {
    width: 60%;
    height: 100%;
    overflow: hidden;
    margin-right: -10%;
    float: left;
    position: relative;
  }
  .case-study-or-flexible-space .flex-img-container img {
    -webkit-clip-path: polygon(0 0, 90% 0, 90% 100%, 0 100%);
    clip-path: polygon(0 0, 90% 0, 90% 100%, 0 100%);
    position: relative;
    left: -10%;
    width: 100%;
    height: auto;
  }

  .footer-menu-container {
    bottom: 7.75em;
  }

  .content {
    width: 100%;
  }

  .about-btn-group-container {
    position: relative;
    display: flex;
    width: 50%;
    top: -3em;
    left: -4em;
    float: left;
  }
  .about-btn-group-container .btn-group {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .icon-band-container {
    height: 275px;
    width: 100%;
  }
  .icon-band-container .icon-band {
    width: 90%;
  }
  .icon-band-container .icon-band div a svg {
    top: -10.9375em;
    height: 150px;
    width: 150px;
  }
  .icon-band-container .icon-band div a .icon-band-spin {
    top: 0em;
    height: 180px;
    width: 180px;
  }
  .icon-band-container .icon-band div a span {
    padding: 20px 4px 34px;
    width: 66%;
    top: -9.375em;
  }

  .carousel-item .image.desktop {
    display: block;
  }
  .carousel-item .image.mobile {
    display: none;
  }

  .video-wrap.float-left, .video-wrap.float-right {
    max-width: 42%;
  }

  .ssk-group .ssk {
    width: 25%;
  }

  .owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next, .owl-carousel:focus .owl-nav .owl-prev,
.owl-carousel:focus .owl-nav .owl-next {
    transform: translate3d(0, -50%, 0);
  }

  .sidebar {
    float: right;
    width: 300px;
    clear: none;
    margin-top: 0;
  }

  .gform_wrapper .gfield {
    clear: both;
    width: 100%;
  }
  .gform_wrapper .gfield > .ginput_container span,
.gform_wrapper .gfield .clear-multi span {
    float: left;
  }
  .gform_wrapper .gfield.form-left {
    float: left;
    width: 49.5%;
  }
  .gform_wrapper .gfield.form-right {
    float: right;
    width: 49.5%;
    clear: none;
  }
  .gform_wrapper .gfield.name > .ginput_container span {
    width: 49.5%;
    float: left;
    margin: 0;
  }
  .gform_wrapper .gfield.name > .ginput_container span:not(:first-child) {
    margin-left: 1%;
  }
  .gform_wrapper .gfield.time .ginput_container_time {
    float: left;
    overflow: hidden;
    width: 32.66%;
  }
  .gform_wrapper .gfield.time .ginput_container_time:not(:first-child) {
    margin-left: 1%;
  }
  .gform_wrapper .gfield.time .ginput_container_time i {
    display: none;
  }
  .gform_wrapper .gfield.time select {
    width: 110%;
  }
  .gform_wrapper .gfield.address > .ginput_container span:not(:first-child) {
    margin-top: 15px;
  }
  .gform_wrapper .gfield.address > .ginput_container span.address_city {
    clear: both;
    width: 32.66%;
  }
  .gform_wrapper .gfield.address > .ginput_container span.address_state {
    width: 32.66%;
    margin-left: 1%;
  }
  .gform_wrapper .gfield.address > .ginput_container span.address_zip {
    width: 32.66%;
    float: right;
  }
  .gform_wrapper .gfield.address > .ginput_container span.address_country {
    width: 100%;
    margin-left: 0;
  }
}
/** ************************************************************************************ */
/** TABLET / PORTRAIT                                                                    */
@media only screen and (max-width: 979px) {
  body {
    overflow-x: hidden;
  }
  body .top-header .tagline {
    font-size: 1.5em;
    width: 85%;
  }

  html.nav-open .nav-wrap {
    right: 0;
    overflow-y: scroll;
  }
  html.nav-open .header {
    position: fixed;
    background: #FFFFFF;
    height: 84px;
  }
  html.nav-open .header .hamburger {
    padding-top: 1em;
    position: fixed;
  }

  .nav-wrap {
    background: #FFFFFF;
    height: auto;
    display: block;
    position: fixed;
    right: -100%;
    top: 6.25em;
    padding-top: 2em;
    width: 50%;
    z-index: 1005;
    height: calc(100vh - 68px);
    overflow: hidden;
    transition: right 800ms ease-in-out;
    box-shadow: -3px 3px 2px rgba(0, 0, 0, 0.05);
  }
  .nav-wrap .primary-nav-container {
    bottom: auto;
    padding: 0 0 1.5em 0;
  }
  .nav-wrap .nav li {
    float: none;
  }
  .nav-wrap li {
    line-height: 2;
  }
  .nav-wrap .main-nav {
    order: 1;
    left: 0em;
    top: 0.5em;
    font-weight: bold;
  }
  .nav-wrap .main-nav li.current_page_item {
    color: #0080c3;
  }
  .nav-wrap .main-nav li.current_page_item li {
    color: #0080c3;
  }
  .nav-wrap .main-nav .sub-menu {
    padding-left: 2em;
  }
  .nav-wrap .main-nav .sub-menu li a {
    color: #333333;
    font-weight: bold;
  }
  .nav-wrap .main-nav .sub-menu .menu-item-has-children .sub-menu {
    display: block;
  }
  .nav-wrap .main-nav .sub-menu .menu-item-has-children .sub-menu a {
    font-weight: normal;
  }
  .nav-wrap .secondary-nav {
    order: 2;
    position: absolute;
    bottom: -8em;
    left: 0em;
    display: block;
  }
  .nav-wrap .secondary-nav .menu-item {
    float: left;
    display: list-item;
  }
  .nav-wrap .secondary-nav .menu-item a {
    margin: 4em 1.5em;
    font-weight: bold;
  }

  .hero-trio {
    position: relative;
    z-index: 9999;
    overflow: hidden;
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 9.25em 0 0;
    border-bottom: 1px solid #eee;
    box-shadow: 0 5px 5px -5px #bbbbbb;
  }
  .hero-trio img {
    width: 100%;
    height: 50%;
    overflow: hidden;
    display: block;
    margin: 0;
  }
  .hero-trio .trio-label {
    position: relative;
    z-index: 99999;
    top: -6em;
    color: #FFFFFF;
    font: bold 1.875em "Roboto Slab", serif;
    text-shadow: 0 0 1px #333333;
    text-align: center;
    display: block;
  }
  .hero-trio a {
    position: relative;
    z-index: 99999;
    top: -8em;
    margin: 5px auto -4em;
  }
  .hero-trio .trio-img-overlay {
    width: 100%;
    position: relative;
    transition: background 350ms ease-in-out;
  }
  .hero-trio .trio-img-overlay:after {
    height: calc(100% - 74px);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2));
  }
  .hero-trio .trio-img-overlay:hover, .hero-trio .trio-img-overlay:hover:after {
    background: rgba(0, 0, 0, 0.1);
  }
  .hero-trio .trio-img-overlay:hover a {
    color: #f89538;
    border-left: 6px solid #f89538;
    border-right: 6px solid #f89538;
  }
  .headline-for-careers,
.case-study-or-flexible-space {
    position: relative;
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .headline-for-careers:before,
.case-study-or-flexible-space:before {
    -webkit-clip-path: polygon(65% 0, 100% 0, 35% 100%, 0 100%);
    clip-path: polygon(65% 0, 100% 0, 35% 100%, 0 100%);
    background: #f89538;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    content: "";
    display: block;
    width: 9.25em;
    height: 6em;
  }
  .headline-for-careers:after,
.case-study-or-flexible-space:after {
    -webkit-clip-path: polygon(65% 0, 100% 0, 35% 100%, 0 100%);
    clip-path: polygon(65% 0, 100% 0, 35% 100%, 0 100%);
    background: #f89538;
    position: absolute;
    bottom: -4em;
    right: 0;
    z-index: 9999;
    content: "";
    display: block;
    width: 9.25em;
    height: 6em;
  }
  .headline-for-careers article,
.case-study-or-flexible-space article {
    order: 1;
    width: 75%;
    padding: 0.5em 0.5em 0 0.5em;
    margin: 0 auto;
  }
  .headline-for-careers article h3,
.case-study-or-flexible-space article h3 {
    width: 100%;
    font-size: 1.5em;
  }
  .headline-for-careers article p,
.case-study-or-flexible-space article p {
    width: 100%;
    font-size: 1em;
  }
  .headline-for-careers article:before, .headline-for-careers article:after,
.case-study-or-flexible-space article:before,
.case-study-or-flexible-space article:after {
    background: none;
  }
  .headline-for-careers .btn,
.case-study-or-flexible-space .btn {
    position: absolute;
    bottom: -3em;
  }
  .headline-for-careers .flex-img-container,
.case-study-or-flexible-space .flex-img-container {
    order: 2;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
  }
  .headline-for-careers .flex-img-container img,
.case-study-or-flexible-space .flex-img-container img {
    width: 100%;
    height: auto;
  }

  .case-study-or-flexible-space article {
    width: 75%;
    padding: 4em 0.5em 0 0.5em;
  }
  .case-study-or-flexible-space article h3 {
    margin: 0 0 0.5em 0;
  }

  .icon-band-container {
    height: 275px;
    width: 100%;
  }
  .icon-band-container .icon-band {
    width: 90%;
  }
  .icon-band-container .icon-band div a svg {
    top: -10.3125em;
    height: 140px;
    width: 140px;
  }
  .icon-band-container .icon-band div a .icon-band-spin {
    top: 0.5em;
    height: 175px;
    width: 175px;
  }
  .icon-band-container .icon-band div a span {
    padding: 35px 2px 34px;
    width: 80%;
    top: -9.375em;
  }

  .owl-carousel.quotation-carousel .quotation blockquote .section {
    padding: 0 1em;
  }
  .owl-carousel.quotation-carousel .quotation blockquote .section p {
    font: 300 1em "Roboto Slab", serif;
  }
  .owl-carousel.quotation-carousel .quotation blockquote cite {
    font-size: 0.875em;
  }

  article .img-wrap {
    width: 120px;
    float: left;
    margin: 0 15px 0 0;
  }
  article .blog-content {
    float: right;
    margin-top: 0;
    width: calc(100% - 135px);
    clear: none;
  }

  .featured-image {
    margin-left: -75px;
  }
  .featured-image.no-ribbon:after {
    background: none;
  }
  .featured-image:after {
    width: 8em;
    height: 8em;
  }

  .services-landing-container .featured-image {
    max-width: 65%;
    margin-left: -3em;
  }
  .services-landing-container .services-btn-group-container {
    top: -3em;
  }
  .services-landing-container .services-btn-group-container .btn-group {
    clear: both;
  }
  .services-landing-container .services-btn-group-container .btn-group a {
    margin: 5px;
  }

  .container-fluid .services-band {
    position: relative;
    background: #d4e5f3;
    padding: 1em 0 2em 0;
    margin-top: 2.25em;
    margin-bottom: 0;
  }
  .container-fluid .services-band h2 {
    width: 50%;
    margin: 1em 0 0 3em;
    font-size: 2.25em;
    z-index: 99999;
  }
  .container-fluid .services-band:before {
    width: 8em;
    height: 6em;
  }

  .services-detail-band-container {
    height: 740px;
    top: -8em;
    margin-bottom: -12.25em;
  }
  .services-detail-band-container:after {
    width: 8em;
    height: 6em;
  }
  .services-detail-band-container .icon-band {
    display: grid;
    justify-content: space-evenly;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    padding-bottom: 4em;
  }
  .services-detail-band-container .icon-band div {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 250px;
  }
  .services-detail-band-container .icon-band div a {
    position: relative;
  }
  .services-detail-band-container .icon-band div a svg {
    height: 9.375em;
    width: 9.375em;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .services-detail-band-container .icon-band div a .icon-band-spin {
    top: -3.125em;
    height: 10.9375em;
    width: 10.9375em;
  }
  .services-detail-band-container .icon-band div a span {
    padding: 0;
    width: 100%;
    text-align: center;
    font-size: 1em;
  }
  .services-detail-band-container .icon-band div a:hover span {
    border: none;
  }
  .services-detail-band-container .detail-icon-band {
    background: #FFFFFF;
    height: 300px;
  }
  .services-detail-band-container .detail-icon-band div.vertical-line {
    top: 1.5em;
    border: 2px solid #d4e5f3;
    width: 0;
    height: 70%;
    vertical-align: middle;
    margin-top: 20px;
  }
  .services-detail-band-container .detail-icon-band div {
    top: 13.9375em;
  }
  .services-detail-band-container .detail-icon-band div a svg {
    height: 180px;
    width: 180px;
    margin-bottom: 2em;
  }
  .services-detail-band-container .detail-icon-band div a svg path {
    stroke-width: 1;
    stroke: #0080c3 !important;
    fill: #0080c3 !important;
    stroke-miterlimit: 10;
  }
  .services-detail-band-container .detail-icon-band div a svg rect {
    stroke-width: 1;
    stroke: #0080c3 !important;
    fill: none;
  }
  .services-detail-band-container .detail-icon-band div a svg .reverse {
    fill: none !important;
    stroke: #0080c3 !important;
    stroke-width: 1;
    transition: 250ms ease-in-out;
  }

  .bg-secondary span {
    top: -12em;
  }

  .figure-container {
    position: relative;
    top: -3em;
    width: 50%;
    float: right;
  }
  .figure-container .alignright {
    margin: 0;
  }
  .figure-container .secondary-image-figure img {
    width: 100%;
    height: auto;
  }
  .figure-container .secondary-image-figure figcaption {
    width: 70%;
    padding-left: 1em;
    font: 300 1.125em "Roboto Slab", serif;
  }
  .figure-container .secondary-image-figure:after {
    bottom: 0em;
    width: 7em;
    height: 8.5em;
  }

  .services-detail-container {
    width: 100%;
  }
  .services-detail-container .services-detail-heading {
    padding-bottom: 0em;
  }
  .services-detail-container .services-article {
    display: inline-block;
    border: 0;
  }
  .services-detail-container .services-article h3 {
    float: left;
    padding: 0 0em;
    white-space: nowrap;
  }
  .services-detail-container .services-article p {
    padding: 3.5em 1em 0 1.5em;
  }
  .services-detail-container .services-article a .services-detail-bullet {
    width: 140px;
    height: 140px;
  }
  .services-detail-container .services-article a .lines {
    left: -40%;
    height: 200px;
  }

  .about-btn-group-container {
    position: relative;
    display: flex;
    width: 50%;
    top: -3em;
    left: -4em;
    float: left;
  }
  .about-btn-group-container .btn-group {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  footer .footer-contact-block {
    color: #0080c3;
  }
  footer .footer-contact-block #footer-logo {
    margin: 0;
    position: relative;
    left: -2em;
  }
  footer .footer-contact-block .footer-menu-container {
    position: relative;
    float: right;
  }
  footer .footer-contact-block .footer-menu-container img {
    top: -10em;
    right: -2.25em;
  }
  footer .footer-contact-block .footer-menu-container ul {
    position: relative;
    top: -10.5em;
    right: -2.5em;
    width: auto;
    display: block;
  }
  footer .footer-contact-block .footer-menu-container ul li {
    float: none;
    width: auto;
    text-align: right;
    font: bold 1em "Raleway", sans-serif;
  }
  footer .footer-contact-block .footer-menu-container ul li a {
    margin: 0;
    font: bold 1em "Raleway", sans-serif;
    text-align: right;
  }
  footer .footer-contact-block .footer-menu-container ul li:last-child {
    margin-right: 0.625em;
  }
}
/** ************************************************************************************ */
/** MOBILE / PHONE                                                                       */
@media only screen and (max-width: 599px) {
  body .top-header {
    background: #FFFFFF;
    position: relative;
    z-index: 99999;
  }
  body .top-header .tagline {
    font-size: 0.875em;
    width: 90%;
  }

  html .nav-open .nav-wrap {
    right: 0;
  }
  html .header {
    position: fixed;
    background: #FFFFFF;
    height: 84px;
  }
  html .header .logo a {
    left: -2em;
    background-size: 220px;
  }
  html .header .hamburger {
    padding-top: 1em;
    position: fixed;
  }

  .nav-wrap {
    position: fixed;
    z-index: 1005;
    overflow: scroll;
    background: #FFFFFF;
    display: block;
    right: -100%;
    width: 75%;
    height: calc(100vh - 68px);
    padding: 0 0.75em 2em;
    font-size: 0.875em;
    transition: right 800ms ease-in-out;
    box-shadow: -3px 3px 2px rgba(0, 0, 0, 0.05);
  }
  .nav-wrap li {
    line-height: 2;
  }
  .nav-wrap .main-nav {
    order: 1;
    left: 1em;
    top: 0.5em;
    font-weight: bold;
  }
  .nav-wrap .main-nav li.current_page_item {
    color: #0080c3;
  }
  .nav-wrap .main-nav li.current_page_item li {
    color: #0080c3;
  }
  .nav-wrap .main-nav .sub-menu li a {
    color: #333333;
    font-weight: bold;
  }
  .nav-wrap .main-nav .sub-menu .menu-item-has-children .sub-menu {
    display: block;
  }
  .nav-wrap .main-nav .sub-menu .menu-item-has-children .sub-menu a {
    font-weight: normal;
  }
  .nav-wrap .secondary-nav {
    order: 2;
    position: relative;
    bottom: 0;
  }
  .nav-wrap .secondary-nav .menu-item a {
    margin: 1.5em 1em;
    font-weight: bold;
  }

  .hero-trio {
    padding: 5.5em 0 0;
  }
  .hero-trio img {
    width: 110%;
  }
  .hero-trio .trio-label {
    top: -4em;
  }
  .hero-trio a {
    top: -6em;
  }
  .content .owl-carousel.quotation-carousel .quotation blockquote .section p {
    font-size: 1.5em;
  }
  .content .owl-carousel.quotation-carousel .quotation blockquote cite {
    font-size: 1em;
  }

  .headline-for-careers,
.case-study-or-flexible-space {
    top: -3em;
  }
  .headline-for-careers article,
.case-study-or-flexible-space article {
    order: 1;
    width: 75%;
    padding: 0.5em 0 0 0.75em;
    margin: 0 auto;
  }
  .headline-for-careers article h3,
.case-study-or-flexible-space article h3 {
    width: 100%;
    font-size: 1.5em;
    padding: 0 0 0.25em 1.5em;
  }
  .headline-for-careers article p,
.case-study-or-flexible-space article p {
    width: 100%;
    font-size: 1em;
  }
  .headline-for-careers article:before, .headline-for-careers article:after,
.case-study-or-flexible-space article:before,
.case-study-or-flexible-space article:after {
    background: none;
  }
  .headline-for-careers .btn,
.case-study-or-flexible-space .btn {
    position: absolute;
    bottom: -3em;
    left: 1.5em;
  }
  .headline-for-careers .flex-img-container,
.case-study-or-flexible-space .flex-img-container {
    order: 2;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
  }
  .headline-for-careers .flex-img-container img,
.case-study-or-flexible-space .flex-img-container img {
    width: 100%;
    height: auto;
  }

  .case-study-or-flexible-space {
    margin-bottom: 1em;
  }
  .case-study-or-flexible-space article {
    width: 75%;
    padding: 4em 0.5em 0 0.5em;
  }
  .case-study-or-flexible-space article h3 {
    padding: 0 0 0.25em 1.5em;
  }

  .title {
    max-width: 90%;
    padding: 0;
    margin: 0.5em 1.0625em;
  }

  .wide {
    padding: 0;
  }

  .content {
    padding-left: 0em;
  }

  .section {
    padding: 0.5em 2em;
  }

  .container .crumbs {
    padding: 0 0 0 2.625em;
    margin: 0;
  }

  .featured-image {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
  }
  .featured-image img {
    right: 0;
  }
  .featured-image:after {
    width: 6em;
    height: 6em;
  }

  .icon-band-container {
    margin: 1em 0 0 0;
    padding: 0.5em 0 0.5em 0;
    height: auto;
  }
  .icon-band-container:before {
    width: 0;
    padding: 0;
    margin: 0;
  }
  .icon-band-container .icon-band {
    width: 100%;
    display: grid;
    justify-content: space-evenly;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
  }
  .icon-band-container .icon-band div {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 250px;
  }
  .icon-band-container .icon-band div a {
    position: relative;
  }
  .icon-band-container .icon-band div a svg {
    height: 9.375em;
    width: 9.375em;
  }
  .icon-band-container .icon-band div a .icon-band-spin {
    height: 10.625em;
    width: 10.625em;
  }
  .icon-band-container .icon-band div a span {
    padding: 0;
    width: 100%;
    text-align: center;
    font-size: 1em;
  }
  .icon-band-container .icon-band div a:hover span {
    border: none;
  }

  .services-landing-container .featured-image {
    max-width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
  }
  .services-landing-container .featured-image img {
    right: 0;
  }
  .services-landing-container .services-btn-group-container {
    top: -3em;
  }
  .services-landing-container .services-btn-group-container .btn-group {
    clear: both;
  }
  .services-landing-container .services-btn-group-container .btn-group a {
    margin: 5px;
  }

  .container-fluid .services-band {
    position: relative;
    background: #d4e5f3;
    padding: 1em 0 2em 0;
    margin-top: 2.25em;
    margin-bottom: 0;
  }
  .container-fluid .services-band h2 {
    width: 50%;
    margin: 1.875em 0 0 1em;
    font-size: 1.5em;
    z-index: 99999;
  }
  .container-fluid .services-band:before {
    width: 6em;
    height: 4em;
  }
  .container-fluid .services-detail-band h3 {
    width: 45%;
    position: relative;
    z-index: 99999;
    font-size: 1.375em;
  }

  .services-detail-band-container {
    height: 42.5em;
    top: -5em;
    margin-bottom: -5em;
  }
  .services-detail-band-container:after {
    width: 6em;
    height: 4em;
  }
  .services-detail-band-container .icon-band {
    display: grid;
    justify-content: space-evenly;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    padding-bottom: 4em;
  }
  .services-detail-band-container .icon-band div {
    padding: 0;
    margin: 0 0 1.5em 0;
    width: 100%;
    height: 12.5em;
  }
  .services-detail-band-container .icon-band div a {
    position: relative;
  }
  .services-detail-band-container .icon-band div a svg {
    height: 9.375em;
    width: 9.375em;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .services-detail-band-container .icon-band div a .icon-band-spin {
    height: 10.625em;
    width: 10.625em;
  }
  .services-detail-band-container .icon-band div a span {
    padding: 1.5em 0;
    width: 100%;
    text-align: center;
    font-size: 1em;
    top: -13.75em;
  }
  .services-detail-band-container .icon-band div a:hover span {
    border: none;
  }
  .services-detail-band-container .detail-icon-band {
    background: #FFFFFF;
    height: 740px;
  }
  .services-detail-band-container .detail-icon-band div.vertical-line {
    display: none;
  }
  .services-detail-band-container .detail-icon-band div {
    display: grid;
    justify-content: space-evenly;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    padding-bottom: 4em;
  }
  .services-detail-band-container .detail-icon-band div a {
    position: relative;
  }
  .services-detail-band-container .detail-icon-band div a svg {
    height: 9.375em;
    width: 9.375em;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .services-detail-band-container .detail-icon-band div a svg path {
    stroke-width: 1;
    stroke: #0080c3 !important;
    fill: #0080c3 !important;
    stroke-miterlimit: 10;
  }
  .services-detail-band-container .detail-icon-band div a svg rect {
    stroke-width: 1;
    stroke: #0080c3 !important;
    fill: none;
  }
  .services-detail-band-container .detail-icon-band div a svg .reverse {
    fill: none !important;
    stroke: #0080c3 !important;
    stroke-width: 1;
    transition: 250ms ease-in-out;
  }
  .services-detail-band-container .detail-icon-band div a span {
    padding: 0;
    width: 100%;
    text-align: center;
    font-size: 1em;
  }

  .category-icon-container .category-icon {
    margin: 0 0 0 0.5em;
  }
  .category-icon-container .title {
    padding: 1em 0 0 0;
  }

  .bg-secondary span {
    top: -12em;
  }

  .figure-container {
    position: relative;
    top: -3em;
    width: 100%;
  }
  .figure-container .secondary-image-figure {
    padding: 0;
    margin: 0 0 0em 0;
  }
  .figure-container .secondary-image-figure img {
    width: 100%;
    height: auto;
  }
  .figure-container .secondary-image-figure figcaption {
    width: 70%;
    padding-left: 1em;
    font: 300 1em "Roboto Slab", serif;
  }
  .figure-container .secondary-image-figure:after {
    bottom: 0em;
    width: 7em;
    height: 8.5em;
  }

  .services-detail-container .services-detail-heading {
    padding-bottom: 0em;
  }
  .services-detail-container .services-article p {
    padding: 0 0.5em 0 1.5em;
    float: right;
  }
  .services-detail-container .services-article a .services-detail-bullet {
    left: 45%;
    width: 140px;
    height: 140px;
  }
  .services-detail-container .services-article a .lines {
    left: -25%;
    height: 190px;
    width: 100%;
  }
  .services-detail-container .services-article h3 {
    position: relative;
    clear: both;
    font-size: 1.5em;
    padding: 0 0.5em 0 1em;
    float: left;
  }

  footer .footer-contact-block {
    position: relative;
    left: -3em;
  }
  footer .footer-contact-block #footer-logo {
    margin: 0;
    position: relative;
    left: 0em;
  }
  footer .footer-contact-block .footer-contact-text {
    float: left;
  }
  footer .footer-contact-block .footer-menu-container {
    position: relative;
    float: right;
    right: -4em;
  }
  footer .footer-contact-block .footer-menu-container img {
    top: -16.5em;
    right: -1.5em;
  }
  footer .footer-contact-block .footer-menu-container ul {
    position: relative;
    top: -10.5em;
    width: auto;
  }
  footer .footer-contact-block .footer-menu-container ul li {
    float: none;
    width: auto;
    text-align: right;
    font: bold 1em "Raleway", sans-serif;
  }
  footer .footer-contact-block .footer-menu-container ul li a {
    margin: 0;
    font: bold 1em "Raleway", sans-serif;
    text-align: right;
  }
  footer .footer-contact-block .footer-menu-container ul li:last-child {
    margin-right: 0.625em;
  }
}
@media (min-width: 980px) {
  .hero-trio .trio-label {
    position: absolute !important;
    z-index: 99999 !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    color: #fff;
    font: bold 1.875em "Roboto Slab", serif;
    text-shadow: 0 0 1px #333;
    text-align: center;
    display: block;
    width: 100% !important;
  }

  .hero-trio .trio-left a {
    position: absolute;
    top: calc(50% + 50px) !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }

  .hero-trio .trio-center .trio-img-overlay a {
    position: absolute !important;
    top: calc(50% + 50px) !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }

  .hero-trio .trio-right a {
    position: absolute !important;
    top: calc(50% + 50px) !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
}
