@charset "UTF-8";
/******************************************************************
Site Name: Intrepid IB
Author: 1105media.com

Stylesheet: Main Stylesheet
Theme Name: Intrepid Theme
Theme URI: http://intrepidib.com/

******************************************************************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  hyphens: manual;
}

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: "";
  content: none;
}

small, .small {
  font-size: 75%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}

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

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix, .cf, .comment-respond {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after, .comment-respond:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif !important;
  font-style: italic;
}

/* @include css-gradient(#dfdfdf,#f8f8f8); */
/* @include box-sizing(border-box); */
.tint {
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
}

.tint:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/tombstoneTint2.png) top no-repeat;
  background-size: 180px;
  background-position: 0 0;
  pointer-events: none;
}
@media (min-width: 470px) {
  .tint:before {
    background-size: 301px;
  }
}

.tint:hover:before {
  background: none;
}

.first-col {
  float: left !important;
  padding-right: 0 !important;
}

.middle-col {
  float: left !important;
  padding-right: 0 !important;
}

.last-col {
  float: right !important;
  padding-right: 0 !important;
}

@media (max-width: 767px) {
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
  }
  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }
  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }
  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }
  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }
  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
}
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }
  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }
  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }
  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }
  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }
  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }
  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }
  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }
  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
}
/* Landscape to small desktop */
@media (min-width: 1030px) {
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }
  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }
  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }
  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }
  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }
  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }
  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }
  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }
  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%;
  }
  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%;
  }
  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%;
  }
  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%;
  }
  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%;
  }
  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%;
  }
  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%;
  }
  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%;
  }
  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%;
  }
  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%;
  }
  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.0909090909%;
  }
  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%;
  }
}
body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #2d2a26;
  background-color: #fff;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
#html-home body {
  font-size: 10px;
  position: static;
}

@media (min-width: 840px) {
  #html-home {
    overflow-x: hidden;
    overflow-y: hidden;
    height: 100%;
  }
}

html {
  font-size: 10px;
}

.screen-reader-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.wrap {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
#html-home .wrap {
  background-color: transparent;
}

a, a:visited {
  color: #f58721;
  outline: none;
}
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #f58721;
  outline: none;
}
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

b, strong {
  font-weight: 600;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #2d2a26;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  text-decoration: none;
}

h1, .h1 {
  font-size: 34px;
  line-height: 110%;
  margin: 15px 0 10px 0;
  color: #000000;
}
@media (min-width: 600px) {
  h1, .h1 {
    font-size: 38px;
  }
}

h2, .h2 {
  font-size: 34px;
  line-height: 107%;
  margin: 35px 0 15px 0;
}
@media (min-width: 600px) {
  h2, .h2 {
    font-size: 36px;
  }
}

h3, .h3 {
  font-size: 26px;
  line-height: 110%;
  margin: 20px 0 5px 0;
}
@media (min-width: 600px) {
  h3, .h3 {
    font-size: 30px;
  }
}

h4, .h4 {
  font-size: 19px;
  line-height: 110%;
  margin: 10px 0 4px 0;
}
@media (min-width: 600px) {
  h4, .h4 {
    font-size: 23px;
  }
}

h5, .h5 {
  font-size: 19px;
  line-height: 110%;
  margin: 0 0 10px 0;
  padding: 13px 0 10px 0;
}
@media (min-width: 600px) {
  h5, .h5 {
    font-size: 22px;
  }
}

h6, .h6 {
  font-size: 19px;
  line-height: 110%;
  margin: 0 0 10px 0;
  padding: 10px 0 8px 0;
}

p, .p,
ul li,
ol li {
  font-size: 16px;
}
@media (min-width: 1400px) {
  p, .p,
  ul li,
  ol li {
    font-size: 18px;
  }
}

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

blockquote {
  margin: 0 0 1.5em 0.75em;
  padding: 0 0 0 0.75em;
  border-left: 3px solid #f58721;
  font-style: italic;
  color: #4d4d4f;
}

.four-zero-four {
  display: block;
  max-width: 100%;
  margin: 40px auto;
  padding: 0 20px;
}
@media (min-width: 840px) {
  .four-zero-four {
    max-width: 70%;
  }
}

#catapult-cookie-bar {
  font-size: 14px;
}

.alignright {
  float: none;
  display: block;
  margin: 15px auto !important;
}
@media (min-width: 600px) {
  .alignright {
    float: right;
    margin: 10px 0 10px 22px !important;
    display: inline;
  }
}

.alignleft {
  float: none;
  display: block;
  margin: 15px auto !important;
}
@media (min-width: 600px) {
  .alignleft {
    float: left;
    margin: 10px 18px 10px 0 !important;
    display: inline;
  }
}

.disclaimer {
  float: right;
  display: block;
  clear: both;
  margin-right: 20px;
  margin-left: 20px;
}
@media (min-width: 768px) {
  .disclaimer {
    margin-right: 85px;
  }
}
.disclaimer p {
  font-size: 12px;
  margin: 0 0 20px 20px;
}

.disclaimer-page {
  margin-bottom: 30px;
  float: right;
  display: block;
  clear: both;
  margin-right: 20px;
  margin-left: 20px;
}
@media (min-width: 768px) {
  .disclaimer-page {
    margin-right: 85px;
  }
}
.disclaimer-page p {
  font-size: 12px;
  margin: 0 0 20px 20px;
}

.disclaimer-page-dark {
  padding-bottom: 30px;
  float: right;
  display: block;
  clear: both;
  margin-right: 20px;
  margin-left: 20px;
}
@media (min-width: 768px) {
  .disclaimer-page-dark {
    margin-right: 85px;
  }
}
.disclaimer-page-dark p {
  font-size: 12px;
  margin: 0 0 20px 20px;
  color: #fff;
}

.disclaimer-page-showcase {
  padding-bottom: 10px;
  float: right;
  display: block;
  clear: both;
  margin-right: 20px;
  margin-left: 20px;
}
@media (min-width: 768px) {
  .disclaimer-page-showcase {
    margin-right: 85px;
  }
}
.disclaimer-page-showcase p {
  font-size: 12px;
  margin: 0 0 10px 20px;
  color: #fff;
}

.iframe-main-wrapper {
  max-width: 700px;
  clear: both;
}

.iframe-inner-wrapper {
  position: relative;
  margin: 0 0 1em;
  padding-bottom: 50%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
.iframe-inner-wrapper iframe, .iframe-inner-wrapper object, .iframe-inner-wrapper embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.iframe-main-wrapper-video {
  max-width: 600px;
}
.iframe-main-wrapper-video .iframe-inner-wrapper {
  padding-top: 50px;
}

/******************************************************************

Stylesheet: Alert Styles

******************************************************************/
.alert-success, .alert-error, .alert-info, .alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/******************************************************************

Stylesheet: Button Styles

******************************************************************/
.blue-btn, #submit, .comment-reply-link {
  display: inline-block;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}
.blue-btn:hover, #submit:hover, .comment-reply-link:hover, .blue-btn:focus, #submit:focus, .comment-reply-link:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}
.blue-btn:active, #submit:active, .comment-reply-link:active {
  top: 1px;
}

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.blue-btn, #submit, .comment-reply-link {
  background-color: #2980b9;
}
.blue-btn:hover, #submit:hover, .comment-reply-link:hover, .blue-btn:focus, #submit:focus, .comment-reply-link:focus {
  background-color: #2574a8;
}
.blue-btn:active, #submit:active, .comment-reply-link:active {
  background-color: #2472a4;
}

/******************************************************************

Stylesheet: Form Styles

******************************************************************/
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea,
.field {
  display: block;
  height: 40px;
  line-height: 1em;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #000000;
  border: solid 1px #4d4d4f !important;
  border-radius: 3px !important;
  vertical-align: middle;
  box-shadow: none;
  border: solid 1px #252525;
  width: 100%;
  max-width: 400px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #f8f9fa;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
}
input[type=text]:focus, input[type=text]:active,
input[type=password]:focus,
input[type=password]:active,
input[type=datetime]:focus,
input[type=datetime]:active,
input[type=datetime-local]:focus,
input[type=datetime-local]:active,
input[type=date]:focus,
input[type=date]:active,
input[type=month]:focus,
input[type=month]:active,
input[type=time]:focus,
input[type=time]:active,
input[type=week]:focus,
input[type=week]:active,
input[type=number]:focus,
input[type=number]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=url]:focus,
input[type=url]:active,
input[type=search]:focus,
input[type=search]:active,
input[type=tel]:focus,
input[type=tel]:active,
input[type=color]:focus,
input[type=color]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  background-color: white;
  outline: none;
}
input[type=text].error, input[type=text].is-invalid,
input[type=password].error,
input[type=password].is-invalid,
input[type=datetime].error,
input[type=datetime].is-invalid,
input[type=datetime-local].error,
input[type=datetime-local].is-invalid,
input[type=date].error,
input[type=date].is-invalid,
input[type=month].error,
input[type=month].is-invalid,
input[type=time].error,
input[type=time].is-invalid,
input[type=week].error,
input[type=week].is-invalid,
input[type=number].error,
input[type=number].is-invalid,
input[type=email].error,
input[type=email].is-invalid,
input[type=url].error,
input[type=url].is-invalid,
input[type=search].error,
input[type=search].is-invalid,
input[type=tel].error,
input[type=tel].is-invalid,
input[type=color].error,
input[type=color].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid,
.field.error,
.field.is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}
input[type=text].success, input[type=text].is-valid,
input[type=password].success,
input[type=password].is-valid,
input[type=datetime].success,
input[type=datetime].is-valid,
input[type=datetime-local].success,
input[type=datetime-local].is-valid,
input[type=date].success,
input[type=date].is-valid,
input[type=month].success,
input[type=month].is-valid,
input[type=time].success,
input[type=time].is-valid,
input[type=week].success,
input[type=week].is-valid,
input[type=number].success,
input[type=number].is-valid,
input[type=email].success,
input[type=email].is-valid,
input[type=url].success,
input[type=url].is-valid,
input[type=search].success,
input[type=search].is-valid,
input[type=tel].success,
input[type=tel].is-valid,
input[type=color].success,
input[type=color].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}
input[type=text][disabled], input[type=text].is-disabled,
input[type=password][disabled],
input[type=password].is-disabled,
input[type=datetime][disabled],
input[type=datetime].is-disabled,
input[type=datetime-local][disabled],
input[type=datetime-local].is-disabled,
input[type=date][disabled],
input[type=date].is-disabled,
input[type=month][disabled],
input[type=month].is-disabled,
input[type=time][disabled],
input[type=time].is-disabled,
input[type=week][disabled],
input[type=week].is-disabled,
input[type=number][disabled],
input[type=number].is-disabled,
input[type=email][disabled],
input[type=email].is-disabled,
input[type=url][disabled],
input[type=url].is-disabled,
input[type=search][disabled],
input[type=search].is-disabled,
input[type=tel][disabled],
input[type=tel].is-disabled,
input[type=color][disabled],
input[type=color].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
input[type=text][disabled]:focus, input[type=text][disabled]:active, input[type=text].is-disabled:focus, input[type=text].is-disabled:active,
input[type=password][disabled]:focus,
input[type=password][disabled]:active,
input[type=password].is-disabled:focus,
input[type=password].is-disabled:active,
input[type=datetime][disabled]:focus,
input[type=datetime][disabled]:active,
input[type=datetime].is-disabled:focus,
input[type=datetime].is-disabled:active,
input[type=datetime-local][disabled]:focus,
input[type=datetime-local][disabled]:active,
input[type=datetime-local].is-disabled:focus,
input[type=datetime-local].is-disabled:active,
input[type=date][disabled]:focus,
input[type=date][disabled]:active,
input[type=date].is-disabled:focus,
input[type=date].is-disabled:active,
input[type=month][disabled]:focus,
input[type=month][disabled]:active,
input[type=month].is-disabled:focus,
input[type=month].is-disabled:active,
input[type=time][disabled]:focus,
input[type=time][disabled]:active,
input[type=time].is-disabled:focus,
input[type=time].is-disabled:active,
input[type=week][disabled]:focus,
input[type=week][disabled]:active,
input[type=week].is-disabled:focus,
input[type=week].is-disabled:active,
input[type=number][disabled]:focus,
input[type=number][disabled]:active,
input[type=number].is-disabled:focus,
input[type=number].is-disabled:active,
input[type=email][disabled]:focus,
input[type=email][disabled]:active,
input[type=email].is-disabled:focus,
input[type=email].is-disabled:active,
input[type=url][disabled]:focus,
input[type=url][disabled]:active,
input[type=url].is-disabled:focus,
input[type=url].is-disabled:active,
input[type=search][disabled]:focus,
input[type=search][disabled]:active,
input[type=search].is-disabled:focus,
input[type=search].is-disabled:active,
input[type=tel][disabled]:focus,
input[type=tel][disabled]:active,
input[type=tel].is-disabled:focus,
input[type=tel].is-disabled:active,
input[type=color][disabled]:focus,
input[type=color][disabled]:active,
input[type=color].is-disabled:focus,
input[type=color].is-disabled:active,
select[disabled]:focus,
select[disabled]:active,
select.is-disabled:focus,
select.is-disabled:active,
textarea[disabled]:focus,
textarea[disabled]:active,
textarea.is-disabled:focus,
textarea.is-disabled:active,
.field[disabled]:focus,
.field[disabled]:active,
.field.is-disabled:focus,
.field.is-disabled:active {
  background-color: #d5edf8;
}

input[type=password] {
  letter-spacing: 0.3em;
}

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 96% center;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #4d4d4f;
}

.dropdown-menu {
  padding-bottom: 5px;
}
.dropdown-menu select {
  font-size: 0.875em;
}

.searchform input[type=search] {
  display: inline-block;
  width: -webkit-calc(100% - 44px);
  width: -moz-calc(100% - 44px);
  width: calc(100% - 44px);
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  box-sizing: border-box;
}

#searchsubmit {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 40px;
  height: 40px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
  margin: 0 0 14px 0;
  padding: 0;
  border: solid 1px #4d4d4f !important;
  border-radius: 3px;
}
#searchsubmit:after {
  content: "→";
  display: block;
  font-size: 18px;
  text-align: center;
}
#searchsubmit:hover, #searchsubmit:focus {
  background-color: #354552 !important;
  color: #fff;
}

div.wpcf7-mail-sent-ok {
  display: none !important;
}

div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {
  border: none;
  border-left: 4px solid #f58721;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div.wpcf7-response-output {
  margin: 40px 0 20px 0;
  clear: both;
  padding: 0.4em 0.7em;
}

span.wpcf7-not-valid-tip {
  color: #f58721;
}

.wpcf7 input[type=submit], .contact-form-custom .wpcf7 input[type=submit] {
  background: #2f444d;
  height: 50px;
  line-height: 40px;
  vertical-align: middle;
  border: none !important;
  outline: none;
  color: #fff !important;
  float: left;
  font-size: 22px;
  clear: both;
  display: block;
  padding-top: 5px;
  width: 270px;
  text-transform: uppercase;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 20px 0 0 0;
}
.wpcf7 input[type=submit]:hover, .contact-form-custom .wpcf7 input[type=submit]:hover {
  background: #202e34;
}

.contact-form-custom p {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.ebd-form-wrapper {
  display: block;
  height: auto;
  clear: both;
}
.ebd-form-wrapper .ebd-content {
  float: left;
  display: block;
  width: 30%;
  margin: 0 3.3% 40px 0;
  padding: 15px;
  min-height: 230px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
}
.ebd-form-wrapper .ebd-content:last-child {
  margin-right: 0;
}
.ebd-form-wrapper .ebd-content .ebd-short p {
  font-size: 16px;
  line-height: 20px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ebd-form-wrapper .ebd-content .ebd-image {
  width: 100px;
  height: 100px;
  float: left;
  margin: 0 15px 5px 0;
}
.ebd-form-wrapper .ebd-content .ebd-ftype {
  font-size: 13px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.ebd-form-wrapper input[type=checkbox] {
  margin: 3px 2px 10px 0;
  width: 20px;
  border-radius: 13px;
}
.ebd-form-wrapper #downloadinputform {
  float: none !important;
  clear: both !important;
  border: 1px solid #333;
  margin: 0 auto 25px auto;
  width: 50%;
  padding: 40px 40px 10px 40px;
}
.ebd-form-wrapper #downloadinputform p {
  font-size: 16px;
}
.ebd-form-wrapper #downloadinputform input {
  max-width: 100% !important;
  font-size: 16px;
}
.ebd-form-wrapper a.download-icon {
  width: 50%;
  margin: 0 auto -20px auto;
  display: block;
  color: #f58721;
}

.ctct-embed-signup {
  margin-top: -20px;
  background: #fff;
}
.ctct-embed-signup .ctct-custom-form h2 {
  width: 100%;
  text-transform: none;
}
.ctct-embed-signup .ctct-custom-form p {
  width: 100%;
  font-size: 17px;
  line-height: 1.4;
  color: #000;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ctct-embed-signup .ctct-custom-form label {
  color: #2d2a26;
  font-size: 16px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ctct-embed-signup .ctct-custom-form .ctct-form-footer {
  font-size: 12px;
  width: 50%;
}
.ctct-embed-signup .ctct-custom-form .ctct-form-required label {
  padding-left: 14px;
}
.ctct-embed-signup .ctct-custom-form .ctct-form-required:before {
  left: -12px;
  content: "*";
  color: red;
}
.ctct-embed-signup .ctct-custom-form .lists {
  margin-bottom: 5px;
}
.ctct-embed-signup .ctct-custom-form span {
  font-size: 17px;
  padding-left: 5px;
  color: #000;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ctct-embed-signup .ctct-custom-form .ctct-form-errorMessage {
  color: #f58721;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ctct-embed-signup .ctct-custom-form .ctct-button {
  width: 100%;
  max-width: 400px;
  margin-top: 20px;
  background: #2f444d;
  color: #fff;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: none;
  padding: 25px 0 20px 0;
  text-transform: uppercase;
}
.ctct-embed-signup .ctct-custom-form .ctct-button:hover {
  background: #202e34;
  transition: linear 0.5s;
}
.ctct-embed-signup .ctct-custom-form input[type=checkbox] {
  margin-top: 2px !important;
}
.ctct-embed-signup .ctct-custom-form input[type=checkbox] {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  width: 15px;
  height: 15px;
  margin: 0;
  margin-right: 3px;
  margin-left: 25px;
  display: block;
  float: left;
  position: relative;
  cursor: pointer;
}
.ctct-embed-signup .ctct-custom-form input[type=checkbox]:after {
  content: "";
  vertical-align: middle;
  text-align: center;
  line-height: 13px;
  position: absolute;
  cursor: pointer;
  height: 15px;
  width: 15px;
  left: -1px;
  top: -1px;
  font-size: 10px;
  border: 1px solid #000;
  border-radius: 2px;
  background: #fff;
}
.ctct-embed-signup .ctct-custom-form input[type=checkbox]:checked:after {
  background: #fff;
  content: "✔";
  color: #000;
}

#success_message {
  font-size: 32px !important;
  text-align: left;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.rss-container {
  max-width: 800px;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .rss-container {
    margin-top: 30px;
  }
}
.rss-container ul {
  list-style: none;
  margin: 0 !important;
}
.rss-container ul li {
  padding: 10px 0 10px 28px;
  background: url(../images/rss.svg) no-repeat 0% 50%;
  border-bottom: 1px solid #ddd;
}
.rss-container ul li a {
  font-size: 16px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  color: #252525;
  text-decoration: none;
}
.rss-container ul li a:hover {
  color: #252525;
  text-decoration: underline;
}
.rss-container ul li:before {
  display: none !important;
}

.wpcf7-form p {
  font-size: 16px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif, serif;
  color: #2d2a26;
}
.wpcf7-form label {
  font-size: 16px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif, serif;
  color: #2d2a26;
}

#catapult-cookie-bar {
  position: absolute;
  top: 20px;
}
#catapult-cookie-bar #catapultCookie {
  background-color: #ddd !important;
  border-radius: 3px !important;
}

.slideshow-home {
  display: none !important;
}

.random-mobile-home {
  display: none !important;
}

.nav-home {
  display: none !important;
}

#demo {
  list-style: none;
  padding: 50px 20px;
  width: 340px;
  margin: 50px auto;
  color: #fff;
}

#demo li {
  display: none;
  color: #fff;
}

.home .ctct-embed-signup {
  display: none;
}

body.page-template-page-home {
  background-color: #000 !important;
}
body.page-template-page-home ul {
  padding: 0;
  margin: 0 auto;
}

.home .header {
  height: auto;
  width: 100%;
  background: none;
}
.home .page {
  background: transparent !important;
}
.home .footer {
  display: none;
  position: absolute;
  bottom: 0;
  z-index: 2;
}

.logged-in .home-header {
  top: 46px;
}

.home-header {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.home-header .sidebar {
  margin-top: 0;
}
.home-header:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 70px;
  background-color: #000000;
}
@media (min-width: 450px) {
  .home-header:before {
    height: 85px;
  }
}
@media (min-width: 840px) {
  .home-header:before {
    display: none;
  }
}

.strip {
  display: none;
}
@media (min-width: 840px) {
  .strip {
    display: block;
    background: transparent;
    width: 90%;
    height: 60vh;
    height: calc(100% - 350px);
    position: relative;
  }
}

@media (min-width: 840px) {
  .nav-bigbg {
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
  }
}

@media (min-width: 840px) {
  .bigbg1, .bigbg2, .bigbg3, .bigbg4, .bigbg5,
  .industries-bigbg1, .industries-bigbg2,
  .industries-bigbg3, .industries-bigbg4, .industries-bigbg5,
  .industries-submenu1, .industries-submenu2, .industries-submenu3,
  .industries-submenu4, .industries-submenu5, .industries-submenu6, .industries-submenu7 {
    background-position: center top !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  .industries-submenu6, .industries-submenu7 {
    background-position: 50% 50% !important;
  }
}
.displayBlock {
  display: block;
}

.home-nav {
  text-align: center;
  position: relative;
  z-index: 10;
  margin: 0 auto;
  background: url(../images/home-nav-bg.png) repeat-x center bottom;
}
.home-nav ul {
  list-style: none;
  width: 100%;
  bottom: 0;
  position: relative;
  z-index: 3;
}
.home-nav li {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130px;
  line-height: 130px;
  width: 100%;
  max-width: 345px;
  margin: 0 auto 15px auto;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 840px) {
  .home-nav li {
    display: inline-block;
    width: calc(20% - 1px);
    max-width: 280px;
    margin: 0 -2px 0 0;
    text-align: left;
  }
}
.home-nav li:last-child {
  border-right: none;
}
.home-nav li:last-child a {
  border-right: none;
}
.home-nav li:hover span {
  display: block;
  top: 0;
  left: 0;
}
@media (min-width: 840px) {
  .home-nav li:nth-child(1), .home-nav li:nth-child(2), .home-nav li:nth-child(3),
  .home-nav li:nth-child(4), .home-nav li:nth-child(5) {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%);
    -webkit-backface-visibility: hidden;
    background-position: center 15px !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
}
@media screen and (min-width: 840px) and (-ms-high-contrast: active), (min-width: 840px) and (-ms-high-contrast: none) {
  .home-nav li:nth-child(1):before, .home-nav li:nth-child(2):before, .home-nav li:nth-child(3):before,
  .home-nav li:nth-child(4):before, .home-nav li:nth-child(5):before {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    content: "";
    z-index: 99999999;
    width: 100%;
    height: 90%;
    top: 10%;
  }
}
@media (min-width: 840px) {
  .home-nav li:nth-child(1):hover, .home-nav li:nth-child(2):hover, .home-nav li:nth-child(3):hover,
  .home-nav li:nth-child(4):hover, .home-nav li:nth-child(5):hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
  }
}
@media screen and (min-width: 840px) and (-ms-high-contrast: active), (min-width: 840px) and (-ms-high-contrast: none) {
  .home-nav li:nth-child(1):hover:before, .home-nav li:nth-child(2):hover:before, .home-nav li:nth-child(3):hover:before,
  .home-nav li:nth-child(4):hover:before, .home-nav li:nth-child(5):hover:before {
    background: rgba(0, 0, 0, 0);
  }
}
.home-nav a {
  display: block;
  background: url(../images/home-nav-bg-link.png) repeat-x;
  background-position: center 93px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  padding: 102px 0 15px 0;
  bottom: 0;
  height: 140px;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  margin-top: 0;
  line-height: 1.7;
  text-transform: uppercase;
  z-index: 99999999999999;
  position: relative;
}
#nav-mobile .home-nav a {
  height: auto;
}
@media (min-width: 840px) {
  .home-nav a {
    background-position: center 100px;
    padding: 106px 5px 5px 15px;
    max-width: 280px;
    height: 130px;
    cursor: pointer;
  }
  .home-nav a:after {
    content: "";
    position: absolute;
    border-right: 1px solid #ccc;
    width: auto;
    right: 0;
    height: 88%;
    bottom: 0px;
    z-index: 10;
  }
}
.home-nav a:hover {
  transition: linear 0.3s;
  color: #fff;
}
.home-nav li:last-child a:after, .home-nav ul ul a:after {
  display: none;
}
.home-nav ul ul {
  display: none;
  position: absolute;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
@media (min-width: 840px) {
  .home-nav ul ul {
    top: 90px;
  }
}
.home-nav ul li:hover > ul {
  display: none;
}
@media (min-width: 840px) {
  .home-nav ul li:hover > ul {
    display: block;
  }
}
.home-nav ul ul li {
  display: block;
  width: 100%;
  height: 0px;
  line-height: 0px;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  border-right: none;
}
.home-nav ul ul li:last-child {
  border-bottom: none;
}
.home-nav ul ul li:last-child a {
  border-bottom: none;
  height: 37px;
}
.home-nav ul ul li:last-child li a {
  height: 40px;
}
.home-nav ul ul li:nth-child(1), .home-nav ul ul li:nth-child(2), .home-nav ul ul li:nth-child(3), .home-nav ul ul li:nth-child(4), .home-nav ul ul li:nth-child(5) {
  background: none;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0);
}
.home-nav ul ul li:nth-child(1):hover, .home-nav ul ul li:nth-child(2):hover, .home-nav ul ul li:nth-child(3):hover, .home-nav ul ul li:nth-child(4):hover, .home-nav ul ul li:nth-child(5):hover {
  background: none;
}
.home-nav ul ul li a {
  display: block;
  width: 100%;
  padding: 14px 0 0 15px;
  margin-top: 40px;
  position: relative;
  border-bottom: 3px solid #000;
  font-size: 12px;
  line-height: 11px;
  text-transform: none;
  border-right: none;
  height: 40px;
}
@media (min-width: 840px) {
  .home-nav ul ul li a {
    background: #252525;
  }
}
@media (min-width: 1200px) {
  .home-nav ul ul li a {
    font-size: 14px;
    height: 40px;
    padding: 14px 5px 0 15px;
  }
}
@media (min-width: 1360px) {
  .home-nav ul ul li a {
    font-size: 15px;
  }
}
.home-nav ul ul li a:hover {
  background: #f58721;
}
.home-nav ul ul ul {
  position: absolute;
  top: -40px;
  left: -100%;
}
@media (min-width: 1200px) {
  .home-nav ul ul ul {
    top: -40px;
    left: 100%;
  }
}
.home-nav ul ul ul li:nth-child(1), .home-nav ul ul ul li:nth-child(2), .home-nav ul ul ul li:nth-child(3), .home-nav ul ul ul:nth-child(4), .home-nav ul ul ul:nth-child(5) {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0);
}
.home-nav ul li:first-of-type ul ul {
  left: 100%;
}
.home-nav ul ul ul li {
  background: none;
  border-bottom: none;
  width: inherit;
  color: #fff;
}
@media (min-width: 1200px) {
  .home-nav ul ul ul li {
    width: 100%;
    padding: 0 !important;
    padding: 5px 0 4px 12px;
  }
  .home-nav ul ul ul li:hover {
    color: #252525 !important;
    transition: none;
  }
}
.home-nav ul ul ul li a {
  display: block;
  width: 100%;
  color: #fff;
  border-bottom: 3px solid #252525 !important;
  background: #FBAF3F;
  transition: none !important;
}
.home-nav ul ul ul li a:hover {
  background: #f58721;
}

#nav-trigger {
  display: block;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  line-height: 0;
  z-index: 10001;
}
#html-home #nav-trigger {
  position: relative;
  z-index: auto;
}
#nav-trigger span {
  display: inline-block;
  width: 30px;
  position: relative;
  padding: 0;
  color: white;
  cursor: pointer;
  text-transform: uppercase;
  z-index: 9999;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
}
#nav-trigger span:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 14px;
  width: 35px;
  height: 27px;
  background: transparent url(../images/mobilemenubutton.svg) left top no-repeat;
  background-size: 100% auto;
}
@media (min-width: 990px) {
  #nav-trigger {
    display: none;
  }
}

#nav-mobile {
  position: relative;
  display: inline-block;
  width: 100%;
  z-index: 9998;
  margin-top: -55px;
  height: auto;
}
@media (min-width: 990px) {
  #nav-mobile {
    display: none;
  }
}
#nav-mobile .home-nav {
  margin-top: 125px !important;
  border-bottom: 1px solid #b4b4b4;
}
#nav-mobile ul {
  display: none;
  position: relative;
  float: none;
  background-color: #fff;
  background-image: none;
  top: auto;
  left: auto;
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
#nav-mobile li {
  display: block;
  background: none;
  background-image: none !important;
  padding: 0;
  margin: 0;
  border-right: none;
  height: auto;
  line-height: 1;
  width: 100%;
  max-width: 100%;
  text-align: left;
  pointer-events: all;
}
#nav-mobile li.panel-title {
  display: none;
}
#nav-mobile li.panel-image {
  display: none;
  position: relative;
  width: auto;
  line-height: 0;
  margin: 10px 40px 0 40px;
}
#nav-mobile li:last-child {
  border-bottom: none;
}
#nav-mobile ul ul {
  position: relative;
  margin: 0 0 6px 0;
  padding: 0;
  border-bottom: none;
}
#html-home #nav-mobile ul ul {
  margin: 0;
}
#nav-mobile ul ul li {
  border-bottom: 0;
}
#nav-mobile ul ul li a {
  font-size: 16px;
  height: auto;
  padding-top: 10px;
  padding-left: 17px;
}
@media (min-width: 355px) {
  #nav-mobile ul ul li a {
    padding-left: 40px;
    font-size: 16px;
  }
}
#html-home #nav-mobile ul ul li a {
  padding-bottom: 3px;
}
#nav-mobile a {
  display: block;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2d2a26;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  margin-top: 0;
  width: 100%;
  border-right: none;
  padding: 10px 0 5px 15px;
  line-height: 1;
}
#html-home #nav-mobile a {
  padding-top: 10px;
}
#nav-mobile .panel-image > a {
  width: auto;
  min-height: 20vw;
  font-size: 0;
  line-height: 0;
  margin: 0 auto;
}
#nav-mobile > ul > li > a {
  background: rgba(99, 99, 99, 0.1);
}
#nav-mobile ul ul ul {
  background: none;
  float: none;
  margin-top: -4px;
  margin-bottom: 10px;
}
#html-home #nav-mobile ul ul ul {
  margin-top: -7px;
  margin-bottom: 8px;
}
#nav-mobile ul ul ul li {
  padding-left: 30px;
  height: 25px;
}
#html-home #nav-mobile ul ul ul li {
  padding-left: 20px;
}
#nav-mobile ul ul ul a {
  border: 0;
  font-size: 16px;
  text-transform: none;
}
@media (min-width: 355px) {
  #nav-mobile ul ul ul a {
    font-size: 16px;
  }
}

.mobile-random-img {
  display: block;
  text-align: center;
  position: relative;
  margin: 70px auto 40px auto;
  height: auto;
}
@media (min-width: 450px) {
  .mobile-random-img {
    margin-top: 81px;
  }
}
@media (min-width: 840px) {
  .mobile-random-img {
    display: none;
  }
}
.mobile-random-img img {
  width: 100%;
}
.mobile-random-img .caption {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 16px;
  margin: -50px auto 60px auto;
  padding: 0 20px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 600px) {
  .mobile-random-img .caption {
    font-size: 18px;
  }
}
.mobile-random-img #rightArrow {
  display: none;
  width: 0;
  height: 0;
  position: absolute;
  z-index: 100;
  right: 2%;
  top: 50%;
  opacity: 0.6;
  border-top: 15px solid transparent;
  border-left: 18px solid #fff;
  border-bottom: 15px solid transparent;
  cursor: pointer;
}
.mobile-random-img #leftArrow {
  display: none;
  width: 0;
  height: 0;
  position: absolute;
  z-index: 100;
  left: 2%;
  top: 50%;
  opacity: 0.6;
  border-top: 15px solid transparent;
  border-right: 18px solid #fff;
  border-bottom: 15px solid transparent;
  cursor: pointer;
}

.vegas-wrapper,
.vegas-overlay,
.vegas-timer,
.vegas-slide,
.vegas-slide-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0;
  display: none;
}
@media (min-width: 840px) {
  .vegas-wrapper,
  .vegas-overlay,
  .vegas-timer,
  .vegas-slide,
  .vegas-slide-inner {
    display: block;
  }
}

.vegas-overlay {
  opacity: 0.5;
  background: transparent url(overlays/01.png) center center repeat;
}

.vegas-timer {
  top: auto;
  bottom: 0;
  height: 2px;
}

.vegas-timer-progress {
  width: 0%;
  height: 100%;
  background: white;
  -webkit-transition: width ease-out;
  transition: width ease-out;
}

.vegas-timer-running .vegas-timer-progress {
  width: 100%;
  display: none;
}

.vegas-slide,
.vegas-slide-inner {
  margin: 0;
  padding: 0;
  background: transparent center center no-repeat;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

body .vegas-container {
  overflow: hidden !important;
  position: relative;
}

.vegas-video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

body.vegas-container {
  overflow: auto;
  position: static;
  z-index: -2;
}

body.vegas-container > .vegas-timer,
body.vegas-container > .vegas-overlay,
body.vegas-container > .vegas-slide {
  position: fixed;
  z-index: -1;
}

/* Target Safari IOS7+ in order to add 76px */
_::full-page-media, _:future,
:root body.vegas-container > .vegas-slide,
:root body.vegas-container > .vegas-overlay {
  bottom: -76px;
}

/*************************
    Transitions
 *************************/
/* fade */
.vegas-transition-fade,
.vegas-transition-fade2 {
  opacity: 0;
}

.vegas-transition-fade-in,
.vegas-transition-fade2-in {
  opacity: 1;
}

.vegas-transition-fade2-out {
  opacity: 0;
}

/* blur */
.vegas-transition-blur,
.vegas-transition-blur2 {
  opacity: 0;
  -webkit-filter: blur(32px);
  filter: blur(32px);
}

.vegas-transition-blur-in,
.vegas-transition-blur2-in {
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.vegas-transition-blur2-out {
  opacity: 0;
}

/* flash */
.vegas-transition-flash,
.vegas-transition-flash2 {
  opacity: 0;
  -webkit-filter: brightness(25);
  filter: brightness(25);
}

.vegas-transition-flash-in,
.vegas-transition-flash2-in {
  opacity: 1;
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.vegas-transition-flash2-out {
  opacity: 0;
  -webkit-filter: brightness(25);
  filter: brightness(25);
}

/* negative */
.vegas-transition-negative,
.vegas-transition-negative2 {
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.vegas-transition-negative-in,
.vegas-transition-negative2-in {
  opacity: 1;
  -webkit-filter: invert(0);
  filter: invert(0);
}

.vegas-transition-negative2-out {
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

/* burn */
.vegas-transition-burn,
.vegas-transition-burn2 {
  opacity: 0;
  -webkit-filter: contrast(1000%) saturate(1000%);
  filter: contrast(1000%) saturate(1000%);
}

.vegas-transition-burn-in,
.vegas-transition-burn2-in {
  opacity: 1;
  -webkit-filter: contrast(100%) saturate(100%);
  filter: contrast(100%) saturate(100%);
}

.vegas-transition-burn2-out {
  opacity: 0;
  -webkit-filter: contrast(1000%) saturate(1000%);
  filter: contrast(1000%) saturate(1000%);
}

/* slideLeft */
.vegas-transition-slideLeft,
.vegas-transition-slideLeft2 {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.vegas-transition-slideLeft-in,
.vegas-transition-slideLeft2-in {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.vegas-transition-slideLeft2-out {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* slideRight */
.vegas-transition-slideRight,
.vegas-transition-slideRight2 {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.vegas-transition-slideRight-in,
.vegas-transition-slideRight2-in {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.vegas-transition-slideRight2-out {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

/* slideUp */
.vegas-transition-slideUp,
.vegas-transition-slideUp2 {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.vegas-transition-slideUp-in,
.vegas-transition-slideUp2-in {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.vegas-transition-slideUp2-out {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* slideDown */
.vegas-transition-slideDown,
.vegas-transition-slideDown2 {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.vegas-transition-slideDown-in,
.vegas-transition-slideDown2-in {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.vegas-transition-slideDown2-out {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

/* zoomIn */
.vegas-transition-zoomIn,
.vegas-transition-zoomIn2 {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.vegas-transition-zoomIn-in,
.vegas-transition-zoomIn2-in {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.vegas-transition-zoomIn2-out {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0;
}

/* zoomOut */
.vegas-transition-zoomOut,
.vegas-transition-zoomOut2 {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0;
}

.vegas-transition-zoomOut-in,
.vegas-transition-zoomOut2-in {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.vegas-transition-zoomOut2-out {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

/* swirlLeft */
.vegas-transition-swirlLeft,
.vegas-transition-swirlLeft2 {
  -webkit-transform: scale(2) rotate(35deg);
  -ms-transform: scale(2) rotate(35deg);
  transform: scale(2) rotate(35deg);
  opacity: 0;
}

.vegas-transition-swirlLeft-in,
.vegas-transition-swirlLeft2-in {
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

.vegas-transition-swirlLeft2-out {
  -webkit-transform: scale(2) rotate(-35deg);
  -ms-transform: scale(2) rotate(-35deg);
  transform: scale(2) rotate(-35deg);
  opacity: 0;
}

/* swirlRight */
.vegas-transition-swirlRight,
.vegas-transition-swirlRight2 {
  -webkit-transform: scale(2) rotate(-35deg);
  -ms-transform: scale(2) rotate(-35deg);
  transform: scale(2) rotate(-35deg);
  opacity: 0;
}

.vegas-transition-swirlRight-in,
.vegas-transition-swirlRight2-in {
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

.vegas-transition-swirlRight2-out {
  -webkit-transform: scale(2) rotate(35deg);
  -ms-transform: scale(2) rotate(35deg);
  transform: scale(2) rotate(35deg);
  opacity: 0;
}

/*************************
    Animations
 *************************/
.vegas-animation-kenburns {
  -webkit-animation: kenburns ease-out;
  animation: kenburns ease-out;
}

@-webkit-keyframes kenburns {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes kenburns {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.vegas-animation-kenburnsUp {
  -webkit-animation: kenburnsUp ease-out;
  animation: kenburnsUp ease-out;
}

@-webkit-keyframes kenburnsUp {
  0% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUp {
  0% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
.vegas-animation-kenburnsDown {
  -webkit-animation: kenburnsDown ease-out;
  animation: kenburnsDown ease-out;
  opacity: 0;
  -ms-interpolation-mode: nearest-neighbor;
}

@keyframes kenburnsDown {
  0% {
    opacity: 0;
    transform: scale(1.1) translate3d(3px, 0px, 0px) rotate(0.1deg);
  }
  5% {
    opacity: 1;
  }
  75% {
    transform: scale(1) translate3d(3px, 0px, 0px) rotate(0.1deg);
    animation-timing-function: ease-in;
    opacity: 1;
  }
  100% {
    transform: scale(1) translate3d(0px, 0px, 0px) rotate(0.1deg);
    opacity: 0;
  }
}
@media (min-width: 1200px) {
  @keyframes kenburnsDown {
    0% {
      opacity: 0;
      transform: scale(1.1) translate3d(15px, 0px, 0px) rotate(0.1deg);
    }
    5% {
      opacity: 1;
    }
    75% {
      transform: scale(1) translate3d(15px, 0px, 0px) rotate(0.1deg);
      animation-timing-function: ease-in;
      opacity: 1;
    }
    100% {
      transform: scale(1) translate3d(0px, 0px, 0px) rotate(0.1deg);
      opacity: 0;
    }
  }
}
.vegas-animation-kenburnsLeft {
  -webkit-animation: kenburnsLeft ease-out;
  animation: kenburnsLeft ease-out;
}

@-webkit-keyframes kenburnsLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 0) rotate(0.1deg);
    transform: scale(1.5) translate(10%, 0) rotate(0.1deg);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0) rotate(0.1deg);
    transform: scale(1) translate(0, 0) rotate(0.1deg);
  }
}
@keyframes kenburnsLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 0) rotate(0.1deg);
    transform: scale(1.5) translate(10%, 0) rotate(0.1deg);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0) rotate(0.1deg);
    transform: scale(1) translate(0, 0) rotate(0.1deg);
  }
}
.vegas-animation-kenburnsRight {
  -webkit-animation: kenburnsRight ease-out;
  animation: kenburnsRight ease-out;
}

@-webkit-keyframes kenburnsRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
.vegas-animation-kenburnsUpLeft {
  -webkit-animation: kenburnsUpLeft ease-out;
  animation: kenburnsUpLeft ease-out;
}

@-webkit-keyframes kenburnsUpLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUpLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
.vegas-animation-kenburnsUpRight {
  -webkit-animation: kenburnsUpRight ease-out;
  animation: kenburnsUpRight ease-out;
}

@-webkit-keyframes kenburnsUpRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUpRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
.vegas-animation-kenburnsDownLeft {
  -webkit-animation: kenburnsDownLeft ease-out;
  animation: kenburnsDownLeft ease-out;
}

@-webkit-keyframes kenburnsDownLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDownLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
.vegas-animation-kenburnsDownRight {
  -webkit-animation: kenburnsDownRight ease-out;
  animation: kenburnsDownRight ease-out;
}

@-webkit-keyframes kenburnsDownRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDownRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*********************
HEADER STYLES
*********************/
.home-header {
  pointer-events: none;
}
.home-header * {
  pointer-events: all;
}
.home-header #inner-header {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}
.home-header #site-logo {
  z-index: 10;
  position: absolute;
  top: 15px;
  left: 7px;
  width: 97%;
  text-align: left;
  margin: 0 auto;
}
.home-header #site-logo img,
.home-header #site-logo svg {
  width: 220px;
  height: auto;
}
@media (min-width: 450px) {
  .home-header #site-logo {
    left: 15px;
  }
}
@media (min-width: 920px) {
  .home-header #site-logo {
    width: 30%;
    text-align: left;
    left: 20px;
    top: 70px;
  }
}
@media (min-width: 1420px) {
  .home-header #site-logo {
    left: 0;
  }
}
.home-header #homesocialmedia {
  display: block;
  position: absolute;
  width: 101px;
  padding-top: 12px;
  padding-left: 0;
  right: 40px;
  z-index: 10000;
}
@media (min-width: 450px) {
  .home-header #homesocialmedia {
    padding-top: 17px;
    right: 80px;
  }
}
@media (min-width: 520px) {
  .home-header #homesocialmedia {
    padding-top: 31px;
    width: auto;
  }
}
@media (min-width: 990px) {
  .home-header #homesocialmedia {
    padding-top: 95px;
    right: 20px;
  }
}
@media (min-width: 1026px) {
  .home-header #homesocialmedia {
    padding-top: 110px;
  }
}
@media (min-width: 1420px) {
  .home-header #homesocialmedia {
    right: 0;
  }
}
.home-header #homesocialmedia a {
  text-decoration: none;
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 5px;
}
@media (min-width: 450px) {
  .home-header #homesocialmedia a {
    margin-right: 10px;
  }
}
@media (min-width: 520px) {
  .home-header #homesocialmedia a {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
}
@media (min-width: 990px) {
  .home-header #homesocialmedia a {
    margin-right: 12px;
  }
}
@media (min-width: 1024px) {
  .home-header #homesocialmedia a {
    margin-right: 14px;
  }
}
.home-header #homesocialmedia a:first-child {
  margin-right: 11px;
}
@media (min-width: 450px) {
  .home-header #homesocialmedia a:first-child {
    margin-right: 12px;
  }
}
@media (min-width: 990px) {
  .home-header #homesocialmedia a:first-child {
    margin-right: 12px;
  }
}
@media (min-width: 1024px) {
  .home-header #homesocialmedia a:first-child {
    margin-right: 14px;
  }
}
.home-header #homesocialmedia a:last-child {
  margin-right: 0;
}
.home-header #homesocialmedia a span.detail {
  display: none;
  position: absolute;
  top: auto;
  right: 0;
  background-color: rgba(20, 24, 27, 0.7);
  width: auto;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  margin-top: 10px;
  padding: 8px 5px 5px 5px;
  border: 1px solid #fff;
  opacity: 0;
  transition: 1s;
}
@media (max-width: 1024px) {
  .home-header #homesocialmedia a span.detail {
    display: none;
  }
}
@media (min-width: 1025px) {
  .home-header #homesocialmedia a:hover span.detail {
    display: block;
    opacity: 1;
  }
}
.home-header #homesocialmedia #icon-email,
.home-header #homesocialmedia #icon-linkedin,
.home-header #homesocialmedia #icon-facebook,
.home-header #homesocialmedia #icon-instagram-1,
.home-header #homesocialmedia #icon-instagram-2,
.home-header #homesocialmedia #icon-instagram-3,
.home-header #homesocialmedia #icon-phone,
.home-header #homesocialmedia #icon-twitter {
  transition: 1s;
}
.home-header #homesocialmedia svg {
  width: 18px;
  height: 18px;
  fill: #fff !important;
}
@media (min-width: 990px) {
  .home-header #homesocialmedia svg {
    width: 20px;
    height: 20px;
  }
}
.home-header #homesocialmedia svg:hover #icon-email,
.home-header #homesocialmedia svg:hover #icon-linkedin,
.home-header #homesocialmedia svg:hover #icon-facebook,
.home-header #homesocialmedia svg:hover #icon-instagram-1,
.home-header #homesocialmedia svg:hover #icon-instagram-2,
.home-header #homesocialmedia svg:hover #icon-instagram-3,
.home-header #homesocialmedia svg:hover #icon-phone,
.home-header #homesocialmedia svg:hover #icon-twitter {
  fill: #f58721;
}

.internal-header {
  background-color: #000000;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  z-index: 10000;
  height: 70px;
}
@media (min-width: 450px) {
  .internal-header {
    height: 70px;
  }
}
@media (min-width: 990px) {
  .internal-header {
    background-color: transparent;
    position: relative;
  }
}
.internal-header #site-logo img,
.internal-header #site-logo svg {
  width: 190px;
  float: left;
  margin: 14px 30px 10px 10px;
}
.internal-header #site-logo .logo-desktop {
  display: none;
}
.internal-header #site-logo .logo-mobile {
  display: block;
}
@media (min-width: 990px) {
  .internal-header #site-logo .logo-desktop {
    display: block;
  }
  .internal-header #site-logo .logo-mobile {
    display: none;
  }
}

/*********************
NAVIGATION STYLES
*********************/
.nav {
  width: 100%;
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #444444;
  border-bottom: 0;
  margin: 0;
  padding: 0 5%;
}
.nav li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 0.75em;
}
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 30px;
}

.internal-nav {
  background: transparent;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: auto;
  white-space: nowrap;
  padding: 23px 30px 0 0;
  margin: 0;
  pointer-events: none;
}
@media (min-width: 990px) {
  .internal-nav {
    display: block;
  }
}
#nav-mobile .internal-nav {
  position: relative;
  top: auto;
  right: auto;
  background-color: #fff;
  margin-top: 125px !important;
  border-bottom: 1px solid #b4b4b4;
}
.internal-nav ul {
  list-style: none;
  text-align: center;
  pointer-events: auto;
}
.internal-nav ul:before {
  display: inline !important;
}
.internal-nav ul li {
  display: block;
  font-size: inherit;
  margin: 0;
  padding: 0 4px 0 4px;
  text-align: center;
  position: unset;
}
@media (min-width: 990px) {
  .internal-nav ul li {
    display: inline-block;
    height: 47px;
  }
}
@media (min-width: 1020px) {
  .internal-nav ul li {
    padding: 0 8px 0 8px;
  }
}
.internal-nav ul li.nav-no-link > a {
  pointer-events: none;
}
.internal-nav ul a {
  color: #2d2a26;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.015em;
  text-decoration: none;
  transition: color 0.3s linear;
  pointer-events: all;
}
.internal-nav ul a:hover {
  color: #f58721;
}
@media (min-width: 990px) {
  .internal-nav ul {
    height: 69px;
    text-align: right;
  }
}
.internal-nav ul ul {
  display: none;
  height: auto;
  text-align: left;
  margin: 0;
  padding: 10px 10px 10px 10px;
}
@media (min-width: 990px) {
  .internal-nav ul ul {
    position: absolute;
    top: 70px;
    right: 0;
    background-color: #fff;
    width: 700px;
    min-width: 700px;
    min-height: 200px;
    padding: 20px 80px 20px 30px;
    border: 1px solid #b4b4b4;
    border-right-width: 0;
  }
}
.internal-nav li.panel-title {
  display: none;
}
.internal-nav li.panel-image {
  position: relative;
  width: 300px;
  height: auto;
  margin: 0 auto;
}
.internal-nav li.panel-image a {
  background-color: rgba(99, 99, 99, 0.1);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
  margin: 0 auto;
}
.internal-nav ul li.has-panel-image.image-left > ul {
  padding-left: 340px;
}
.internal-nav ul li.has-panel-image.image-right > ul {
  padding-right: 340px;
}
.internal-nav ul li.has-panel-image.image-right > ul li.panel-title {
  width: auto;
}
.internal-nav ul li.has-panel-image.image-right > ul li.panel-image {
  left: auto;
  right: 20px;
}
.internal-nav > ul > li:hover > ul,
.internal-nav > ul > li:focus > ul,
.internal-nav > ul > li.active > ul {
  display: block;
}
.internal-nav ul ul li {
  display: block;
  height: auto;
  text-align: left;
  color: #2d2a26;
  margin: 0 0 0 20px;
  padding: 0;
}
.internal-nav ul ul a {
  display: block;
  padding: 0;
  font-size: 15px;
  line-height: 1.7;
  text-transform: none;
}
.internal-nav ul ul ul {
  display: block;
  position: relative;
  top: auto;
  right: auto;
  background-color: transparent;
  width: auto;
  min-height: 0;
  padding: 2px 0 2px 0;
  border: none;
}
.internal-nav ul ul ul a {
  line-height: 1.8;
}
@media (min-width: 990px) {
  .internal-nav li.panel-title {
    display: block;
    width: 100%;
    padding-bottom: 16px;
    margin-bottom: 14px;
    border-bottom: 1px solid #f58721;
  }
  .internal-nav li.panel-title a {
    font-weight: 600;
    text-transform: uppercase;
  }
  .internal-nav li.panel-title a:hover {
    color: #2d2a26;
  }
  .internal-nav li.panel-image {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 300px;
    height: 150px;
  }
  .internal-nav li.panel-image a {
    background-color: #e6e6e6;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
  }
  .internal-nav ul li.has-panel-image.image-left > ul {
    padding-left: 340px;
  }
  .internal-nav ul li.has-panel-image.image-right > ul {
    padding-right: 340px;
  }
  .internal-nav ul li.has-panel-image.image-right > ul li.panel-title {
    width: auto;
  }
  .internal-nav ul li.has-panel-image.image-right > ul li.panel-image {
    left: auto;
    right: 20px;
  }
}

@media screen and (max-width: 782px) {
  body.admin-bar .internal-nav > ul > li > ul {
    margin-top: 46px;
  }
}

/*********************
POSTS & CONTENT STYLES
*********************/
#content {
  margin-top: 44px;
}
@media (min-width: 840px) {
  #content {
    margin-top: 0;
  }
}

#inner-content {
  margin: 46px auto 0 auto;
}
@media (min-width: 990px) {
  #inner-content {
    border-top: 1px solid #b4b4b4;
    margin: 0 auto;
  }
}

.mobile-content {
  margin-top: 0 !important;
}

.hentry {
  background-color: #fff;
  margin-bottom: 1.5em;
  border: 1px solid #ccc;
}
.hentry header {
  padding: 1.5em 0;
}
.hentry footer {
  padding: 1.5em;
  border-top: 1px solid #f8f9fa;
}
.hentry footer p {
  margin: 0;
}

.single-title,
.page-title,
.entry-title {
  margin: 0;
  color: #0E4F83;
}

.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6 {
  color: #0E4F83;
}

.page {
  background-color: #fff;
}

.hentry {
  border: none;
}
.hentry footer {
  border: none;
}

.byline {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
}

.entry-content {
  padding: 0;
}
.entry-content h1, .entry-content .h1 {
  font-size: 34px;
  line-height: 107%;
  margin: 35px 0 15px 0;
  color: #0E4F83;
}
@media (min-width: 600px) {
  .entry-content h1, .entry-content .h1 {
    font-size: 36px;
  }
}
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  color: #0E4F83;
}
.entry-content p {
  margin: 0 0 1.5em;
}
.entry-content table {
  width: 100%;
  border: 1px solid #4d4d4f;
  margin-bottom: 1.5em;
}
.entry-content table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #9fa6b4;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.entry-content tr {
  border-bottom: 1px solid #4d4d4f;
}
.entry-content tr:nth-child(even) {
  background-color: #f8f9fa;
}
.entry-content td {
  padding: 7px;
  border-right: 1px solid #4d4d4f;
}
.entry-content td:last-child {
  border-right: 0;
}
.entry-content th {
  background-color: #f8f9fa;
  border-bottom: 1px solid #4d4d4f;
  border-right: 1px solid #4d4d4f;
}
.entry-content th:last-child {
  border-right: 0;
}
.entry-content blockquote {
  margin: 0 0 1.5em 0.75em;
  padding: 0 0 0 0.75em;
  border-left: 3px solid #2980b9;
  font-style: italic;
  color: #9fa6b4;
}
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #000000;
  color: #f8f9fa;
  font-size: 0.9em;
  padding: 1.5em;
  margin: 0 0 1.5em;
  border-radius: 3px;
}

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  margin-bottom: 10px;
}
.wp-caption p {
  margin: 0 !important;
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 0;
  text-align: center;
}

.tags {
  margin: 0;
}

/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #f8f9fa;
  /* number of comments span */
}
.commentlist {
  margin: 0;
  list-style-type: none;
}

.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid #f8f9fa;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */
}
.comment .comment-author {
  padding: 7px;
  border: 0;
}
.comment .vcard {
  margin-left: 50px;
}
.comment .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.comment .vcard time {
  display: block;
  font-size: 0.9em;
  font-style: italic;
}
.comment .vcard time a {
  color: #9fa6b4;
  text-decoration: none;
}
.comment .vcard time a:hover {
  text-decoration: underline;
}
.comment .vcard .avatar {
  position: absolute;
  left: 16px;
  border-radius: 50%;
}
.comment:last-child {
  margin-bottom: 0;
}
.comment .children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
.comment[class*=depth-] {
  margin-top: 1.1em;
}
.comment.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.comment:not(.depth-1) {
  margin-top: 0;
  margin-left: 7px;
  padding: 7px;
}
.comment.odd {
  background-color: #fff;
}
.comment.even {
  background: #f8f9fa;
}
/* comment meta */
/* comment content */
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}

/* end .commentlist .comment_content */
/* comment reply link */
.comment-reply-link {
  font-size: 0.9em;
  float: right;
} /* end .commentlist .comment-reply-link */
/* edit comment link */
.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em;
}

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.comment-respond {
  padding: 1.5em;
  border-top: 1px solid #f8f9fa;
}

#reply-title {
  margin: 0;
}

.logged-in-as {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
}
.logged-in-as a {
  color: #5c6b80;
}

.comment-form-comment {
  margin: 1.5em 0 0.75em;
}

.form-allowed-tags {
  padding: 1.5em;
  background-color: #f8f9fa;
  font-size: 0.9em;
}

/* comment submit button */
#submit {
  float: right;
  font-size: 1em;
}

/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}

.page {
  background: #fff;
  max-width: 1920px;
  display: block;
  margin: 0 auto;
}
.page p {
  margin: 0 0 15px 0;
}
.page #main .page {
  background: #fff;
}
.page #main .page ul {
  margin: 0 0 20px 40px;
  list-style: none;
}
@media (min-width: 1360px) {
  .page #main .page ul {
    margin-left: 60px;
  }
}
.page #main .page ul li:before {
  content: "•";
  padding: 0 10px 0 0;
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -26px;
  top: 0px;
  color: #f58721;
  font-size: 36px;
  line-height: 24px;
}

.article-header,
.archive-header {
  margin: 0;
  padding: 0;
}
.article-header .standard-image,
.article-header .header-image,
.archive-header .standard-image,
.archive-header .header-image {
  position: relative;
}
@media screen and (min-width: 600px) {
  .article-header .standard-image,
  .article-header .header-image,
  .archive-header .standard-image,
  .archive-header .header-image {
    height: 18vw;
    overflow: hidden;
  }
}
@media screen and (min-width: 990px) {
  .article-header .standard-image,
  .article-header .header-image,
  .archive-header .standard-image,
  .archive-header .header-image {
    margin-top: -1px;
  }
}
.article-header .standard-image h1,
.article-header .standard-image h2,
.article-header .standard-image h3,
.article-header .header-image h1,
.article-header .header-image h2,
.article-header .header-image h3,
.archive-header .standard-image h1,
.archive-header .standard-image h2,
.archive-header .standard-image h3,
.archive-header .header-image h1,
.archive-header .header-image h2,
.archive-header .header-image h3 {
  background-color: rgba(20, 24, 27, 0.4);
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #f8f9fa;
  text-align: center;
  position: absolute;
  font-size: 28px;
  line-height: 1;
  margin: 0;
  padding: 6px 20px 8px 20px;
  top: 50%;
  left: 50%;
  z-index: 10;
  text-shadow: 0 0 8px rgba(33, 33, 33, 0.1);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
}
@media (min-width: 600px) {
  .article-header .standard-image h1,
  .article-header .standard-image h2,
  .article-header .standard-image h3,
  .article-header .header-image h1,
  .article-header .header-image h2,
  .article-header .header-image h3,
  .archive-header .standard-image h1,
  .archive-header .standard-image h2,
  .archive-header .standard-image h3,
  .archive-header .header-image h1,
  .archive-header .header-image h2,
  .archive-header .header-image h3 {
    left: 0;
    font-size: 32px;
    text-align: left;
    padding: 6px 40px 12px 40px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 840px) {
  .article-header .standard-image h1,
  .article-header .standard-image h2,
  .article-header .standard-image h3,
  .article-header .header-image h1,
  .article-header .header-image h2,
  .article-header .header-image h3,
  .archive-header .standard-image h1,
  .archive-header .standard-image h2,
  .archive-header .standard-image h3,
  .archive-header .header-image h1,
  .archive-header .header-image h2,
  .archive-header .header-image h3 {
    font-size: 40px;
  }
}
@media (min-width: 1100px) {
  .article-header .standard-image h1,
  .article-header .standard-image h2,
  .article-header .standard-image h3,
  .article-header .header-image h1,
  .article-header .header-image h2,
  .article-header .header-image h3,
  .archive-header .standard-image h1,
  .archive-header .standard-image h2,
  .archive-header .standard-image h3,
  .archive-header .header-image h1,
  .archive-header .header-image h2,
  .archive-header .header-image h3 {
    font-size: 48px;
  }
}
.article-header .standard-image img,
.article-header .header-image img,
.archive-header .standard-image img,
.archive-header .header-image img {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.article-header.full .standard-image,
.article-header.full .header-image,
.archive-header.full .standard-image,
.archive-header.full .header-image {
  height: auto;
  overflow: inherit;
}

.hentry .page-image-header {
  margin: 0;
  padding: 0;
}
.hentry .page-image-header .standard-image,
.hentry .page-image-header .header-image {
  position: relative;
}
@media screen and (min-width: 600px) {
  .hentry .page-image-header .standard-image,
  .hentry .page-image-header .header-image {
    height: 18vw;
    overflow: hidden;
  }
}
@media screen and (min-width: 990px) {
  .hentry .page-image-header .standard-image,
  .hentry .page-image-header .header-image {
    margin-top: -1px;
  }
}
.hentry .page-image-header .standard-image h1,
.hentry .page-image-header .standard-image h2,
.hentry .page-image-header .standard-image h3,
.hentry .page-image-header .header-image h1,
.hentry .page-image-header .header-image h2,
.hentry .page-image-header .header-image h3 {
  background-color: rgba(20, 24, 27, 0.4);
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #f8f9fa;
  text-align: center;
  position: absolute;
  font-size: 28px;
  line-height: 1;
  margin: 0;
  padding: 6px 20px 8px 20px;
  top: 50%;
  left: 50%;
  z-index: 10;
  text-shadow: 0 0 8px rgba(33, 33, 33, 0.1);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
}
@media (min-width: 600px) {
  .hentry .page-image-header .standard-image h1,
  .hentry .page-image-header .standard-image h2,
  .hentry .page-image-header .standard-image h3,
  .hentry .page-image-header .header-image h1,
  .hentry .page-image-header .header-image h2,
  .hentry .page-image-header .header-image h3 {
    left: 0;
    font-size: 32px;
    text-align: left;
    padding: 6px 40px 12px 40px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 840px) {
  .hentry .page-image-header .standard-image h1,
  .hentry .page-image-header .standard-image h2,
  .hentry .page-image-header .standard-image h3,
  .hentry .page-image-header .header-image h1,
  .hentry .page-image-header .header-image h2,
  .hentry .page-image-header .header-image h3 {
    font-size: 40px;
  }
}
@media (min-width: 1100px) {
  .hentry .page-image-header .standard-image h1,
  .hentry .page-image-header .standard-image h2,
  .hentry .page-image-header .standard-image h3,
  .hentry .page-image-header .header-image h1,
  .hentry .page-image-header .header-image h2,
  .hentry .page-image-header .header-image h3 {
    font-size: 48px;
  }
}
.hentry .page-image-header .standard-image img,
.hentry .page-image-header .header-image img {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.hentry .page-image-header.full .standard-image,
.hentry .page-image-header.full .header-image {
  height: auto;
  overflow: inherit;
}

.no-header-image {
  padding: 1.5em 0 0 0;
}
.no-header-image h1,
.no-header-image h2,
.no-header-image h3 {
  margin: 20px 20px 0 20px;
  color: #0E4F83;
}
@media (min-width: 990px) {
  .no-header-image h1,
  .no-header-image h2,
  .no-header-image h3 {
    max-width: 80%;
    margin-right: 60px;
    margin-left: 60px;
  }
}
@media (min-width: 1520px) {
  .no-header-image h1,
  .no-header-image h2,
  .no-header-image h3 {
    margin-right: 80px;
    margin-left: 80px;
    max-width: 65%;
  }
}

.standard-main {
  max-width: 1920px;
  display: block;
  margin: 0 auto;
}
.standard-main .standard-content {
  max-width: 100%;
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 20px;
}
@media (min-width: 990px) {
  .standard-main .standard-content {
    margin-left: 60px;
    margin-right: 60px;
  }
}
@media (min-width: 1520px) {
  .standard-main .standard-content {
    margin-left: 80px;
    margin-right: 80px;
  }
}
.standard-main .standard-content h2 {
  font-size: 28px;
  line-height: 110%;
  color: #0E4F83;
  text-transform: none;
  margin: 20px 0 3px 0;
}
@media (min-width: 600px) {
  .standard-main .standard-content h2 {
    font-size: 34px;
  }
}
.standard-main .standard-content h3 {
  font-size: 24px;
  line-height: 110%;
  color: #0E4F83;
  text-transform: none;
  margin: 20px 0 3px 0;
}
@media (min-width: 600px) {
  .standard-main .standard-content h3 {
    font-size: 32px;
  }
}
.standard-main .standard-content .contact-page {
  max-width: 800px;
}
.standard-main .standard-content .contact-page .contact-form-custom {
  max-width: 700px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #565656;
  margin-bottom: 60px;
}
.standard-main .standard-content .contact-page .contact-form-custom p {
  font-size: 16px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.standard-main .standard-content .contact-page .contact-form-custom input, .standard-main .standard-content .contact-page .contact-form-custom textarea {
  max-width: 100%;
  color: #565656;
  font-size: 16px;
  border-radius: 0;
  border: 1px solid #ccc;
}
.standard-main .standard-content .contact-page .contact-form-custom textarea {
  min-height: 300px;
}
.standard-main .standard-content .contact-page .contact-form-custom input[type=submit] {
  width: 150px;
}
.standard-main .standard-content .contact-page .contact-form-custom div.wpcf7-mail-sent-ok {
  display: block !important;
}

body.archive .article-header,
body.archive .archive-header {
  margin: 0;
  padding: 0;
}
body.archive .article-header .standard-image,
body.archive .archive-header .standard-image {
  position: relative;
}
@media screen and (min-width: 600px) {
  body.archive .article-header .standard-image,
  body.archive .archive-header .standard-image {
    height: 18vw;
    overflow: hidden;
  }
}
@media screen and (min-width: 990px) {
  body.archive .article-header .standard-image,
  body.archive .archive-header .standard-image {
    margin-top: -1px;
  }
}
body.archive .article-header .standard-image h1,
body.archive .article-header .standard-image h3,
body.archive .archive-header .standard-image h1,
body.archive .archive-header .standard-image h3 {
  background-color: rgba(20, 24, 27, 0.4);
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #f8f9fa;
  text-align: center;
  position: absolute;
  font-size: 28px;
  line-height: 1;
  margin: 0;
  padding: 6px 20px 8px 20px;
  top: 50%;
  left: 50%;
  z-index: 10;
  text-shadow: 0 0 8px rgba(33, 33, 33, 0.1);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 600px) {
  body.archive .article-header .standard-image h1,
  body.archive .article-header .standard-image h3,
  body.archive .archive-header .standard-image h1,
  body.archive .archive-header .standard-image h3 {
    left: 0;
    font-size: 32px;
    text-align: left;
    padding: 6px 40px 12px 40px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 840px) {
  body.archive .article-header .standard-image h1,
  body.archive .article-header .standard-image h3,
  body.archive .archive-header .standard-image h1,
  body.archive .archive-header .standard-image h3 {
    font-size: 40px;
  }
}
@media (min-width: 1100px) {
  body.archive .article-header .standard-image h1,
  body.archive .article-header .standard-image h3,
  body.archive .archive-header .standard-image h1,
  body.archive .archive-header .standard-image h3 {
    font-size: 48px;
  }
}
body.archive .article-header .standard-image img,
body.archive .archive-header .standard-image img {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.columned-main {
  max-width: 1920px;
  display: block;
  margin: 0 auto;
}
.columned-main .entry-content {
  max-width: 100%;
  float: none;
  margin: 0;
}
@media (min-width: 601px) {
  .columned-main .entry-content {
    float: left;
    margin: 20px 0;
  }
}
@media (min-width: 768px) {
  .columned-main .entry-content {
    margin: 55px 0;
  }
}
.columned-main .columned-content {
  float: right;
  max-width: 100%;
  padding: 0 20px;
  display: block;
  margin: 20px 0 0 0;
}
@media (min-width: 768px) {
  .columned-main .columned-content {
    margin: 20px 0 0 0;
    width: 65%;
    padding: 0 40px;
  }
}
.columned-main .columned-content h2 {
  font-size: 28px;
  line-height: 110%;
  color: #0E4F83;
  text-transform: none;
  margin: 20px 0 3px 0;
}
@media (min-width: 600px) {
  .columned-main .columned-content h2 {
    font-size: 34px;
  }
}
.columned-main .columned-content h3 {
  font-size: 24px;
  line-height: 110%;
  color: #0E4F83;
  text-transform: none;
  margin: 20px 0 3px 0;
}
@media (min-width: 600px) {
  .columned-main .columned-content h3 {
    font-size: 32px;
  }
}
.columned-main .columned-sidebar {
  float: left;
  width: 90%;
  display: block;
  margin: 15px 20px 0 20px;
}
@media (min-width: 601px) {
  .columned-main .columned-sidebar {
    margin: 0 20px 0 20px;
  }
}
@media (min-width: 768px) {
  .columned-main .columned-sidebar {
    margin: 20px 0 0 35px;
    width: 30%;
  }
}
@media (min-width: 1100px) {
  .columned-main .columned-sidebar {
    margin: 20px 0 0 120px;
    width: 24%;
  }
}
.columned-main .columned-sidebar .associated-people {
  width: 100%;
  max-width: 300px;
  margin: 0;
}
@media (min-width: 768px) {
  .columned-main .columned-sidebar .associated-people {
    max-width: 100%;
    margin: 0 0 40px 0;
  }
}
.columned-main .columned-sidebar .associated-sidebar-content {
  margin: 0 0 20px 0;
}

.page-template-page-team {
  background: #fff;
  max-width: 1920px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 840px) {
  .page-template-page-team .article-header {
    padding: 24px 0;
  }
}
.page-template-page-team .article-header .categories {
  font-size: 18px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 20px 0 20px;
  color: #2d2a26;
}
@media (min-width: 990px) {
  .page-template-page-team .article-header .categories {
    margin-left: 60px;
    margin-right: 60px;
  }
}
@media (min-width: 1520px) {
  .page-template-page-team .article-header .categories {
    margin-left: 80px;
    margin-right: 80px;
  }
}
.page-template-page-team .article-header .categories .filter {
  text-transform: uppercase;
  display: block;
  margin: 0 20px 0 0;
  cursor: pointer;
}
@media (min-width: 840px) {
  .page-template-page-team .article-header .categories .filter {
    display: inline-block;
  }
}
.page-template-page-team .article-header .categories .filter:hover {
  color: #f58721;
}
.page-template-page-team .article-header .categories .active {
  color: #f58721;
}
.page-template-page-team .article-header h1 {
  margin: 10px 20px 10px 20px;
  color: #0E4F83;
}
@media (min-width: 990px) {
  .page-template-page-team .article-header h1 {
    margin-left: 60px;
    margin-right: 60px;
  }
}
@media (min-width: 1520px) {
  .page-template-page-team .article-header h1 {
    margin-left: 80px;
    margin-right: 80px;
  }
}

.team-page {
  position: relative;
  max-width: 1920px;
  min-height: 100px;
  display: block;
  margin: 0 20px 0 20px;
  padding: 20px 0 0 0;
}
@media (min-width: 990px) {
  .team-page {
    margin: 0 60px 0 60px;
  }
}
@media (min-width: 1024px) {
  .team-page {
    min-height: 400px;
  }
}
@media (min-width: 1200px) {
  .team-page {
    min-height: 500px;
  }
}
@media (min-width: 1300px) {
  .team-page {
    min-height: 700px;
  }
}
@media (min-width: 1400px) {
  .team-page {
    min-height: 750px;
  }
}
@media (min-width: 1520px) {
  .team-page {
    margin: 20px 80px 0 80px;
    min-height: 890px;
  }
}
.team-page #team .mix {
  display: none;
  width: 100%;
  vertical-align: baseline;
  height: auto;
}
@media (min-width: 480px) {
  .team-page #team .mix {
    width: 31.3%;
    vertical-align: top;
    margin-bottom: 7px;
    margin-right: 3px;
  }
}
@media (min-width: 550px) {
  .team-page #team .mix {
    width: 30.3%;
    margin-bottom: 15px;
    margin-right: 10px;
  }
}
@media (min-width: 990px) {
  .team-page #team .mix {
    width: 31.3%;
  }
}
@media (min-width: 1025px) {
  .team-page #team .mix {
    float: left;
    width: 14.5%;
    margin-right: 15px;
  }
}
@media (min-width: 1375px) {
  .team-page #team .mix {
    width: 15%;
  }
}
@media (min-width: 1520px) {
  .team-page #team .mix {
    width: 15.4%;
    vertical-align: baseline;
  }
}
.team-page .profile {
  display: inline-block;
  margin: -1px 2px;
  overflow: hidden;
}
.team-page .profile-info {
  color: #fff;
  position: relative;
  max-width: 300px;
  height: auto;
  text-align: center;
}
@media (min-width: 450px) {
  .team-page .profile-info {
    text-align: left;
  }
}
.team-page .profile-info:hover .profile-content {
  background: rgb(14, 79, 131);
  background: -moz-radial-gradient(circle, rgb(14, 79, 131) 0%, rgb(45, 47, 54) 75%);
  background: -webkit-radial-gradient(circle, rgb(14, 79, 131) 0%, rgb(45, 47, 54) 75%);
  background: radial-gradient(circle, rgb(14, 79, 131) 0%, rgb(45, 47, 54) 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0e4f83", endColorstr="#2d2f36", GradientType=1);
  width: 100%;
  position: relative;
  bottom: 0;
  padding: 10px 5px 4px 4px;
  margin: -70px auto 0 auto;
  display: block;
  text-align: left;
}
@media (min-width: 480px) {
  .team-page .profile-info:hover .profile-content {
    width: auto;
    margin-top: -10px;
  }
}
@media (min-width: 1025px) {
  .team-page .profile-info:hover .profile-content {
    height: auto;
    width: 100%;
    position: absolute;
    bottom: -8px;
    margin: 0;
    padding: 4px 0 12px 4px;
  }
}
.team-page .profile-info .profile-content {
  background: rgb(14, 79, 131);
  background: -moz-radial-gradient(circle, rgb(14, 79, 131) 0%, rgb(45, 47, 54) 75%);
  background: -webkit-radial-gradient(circle, rgb(14, 79, 131) 0%, rgb(45, 47, 54) 75%);
  background: radial-gradient(circle, rgb(14, 79, 131) 0%, rgb(45, 47, 54) 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0e4f83", endColorstr="#2d2f36", GradientType=1);
  width: 100%;
  position: relative;
  bottom: 0;
  padding: 10px 5px 4px 4px;
  margin: -70px auto 0 auto;
  display: block;
  height: auto;
  text-align: left;
}
@media (min-width: 480px) {
  .team-page .profile-info .profile-content {
    width: 100%;
    height: 105px;
    margin-top: -10px;
  }
}
@media (min-width: 600px) {
  .team-page .profile-info .profile-content {
    height: 85px;
    margin-top: -10px;
  }
}
@media (min-width: 980px) {
  .team-page .profile-info .profile-content {
    height: 85px;
  }
}
@media (min-width: 1025px) {
  .team-page .profile-info .profile-content {
    display: none;
    height: 70px;
    margin-top: -70px;
  }
}
@media (min-width: 1400px) {
  .team-page .profile-info .profile-content {
    bottom: -8px;
    margin: 0;
    padding: 4px 0 4px 4px;
    height: auto;
  }
}
.team-page .profile-info a {
  text-decoration: none;
}
.team-page .profile-info a img {
  max-width: 100%;
  display: inline-block;
}
@media (min-width: 480px) {
  .team-page .profile-info a img {
    display: block;
  }
}
@media (min-width: 1025px) {
  .team-page .profile-info a img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
}
.team-page .profile-info a:hover img {
  display: inline-block;
}
@media (min-width: 480px) {
  .team-page .profile-info a:hover img {
    display: block;
  }
}
@media (min-width: 1025px) {
  .team-page .profile-info a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.team-page .profile-info h3 {
  color: #f58721;
  font-size: 13px;
  font-weight: normal;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 5px 0 3px 5px;
}
@media (min-width: 840px) {
  .team-page .profile-info h3 {
    font-size: 15px;
    line-height: 1;
    margin: 10px 0 3px 5px;
  }
}
@media (min-width: 1025px) {
  .team-page .profile-info h3 {
    line-height: 1.2;
    font-size: 13px;
    margin: 5px 0 5px 5px;
  }
}
@media (min-width: 1200px) {
  .team-page .profile-info h3 {
    font-size: 13px;
  }
}
@media (min-width: 1400px) {
  .team-page .profile-info h3 {
    font-size: 15px;
    margin: 9px 0 5px 15px;
  }
}
.team-page .profile-info p {
  margin: 0;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.team-page .profile-info .job-title {
  font-size: 12px;
  line-height: 15px;
  margin: -2px 4px 5px 5px;
  color: #fff;
}
@media (min-width: 1025px) {
  .team-page .profile-info .job-title {
    line-height: 1.2;
    margin: -5px 4px 5px 5px;
  }
}
@media (min-width: 1400px) {
  .team-page .profile-info .job-title {
    margin: -5px 4px 5px 15px;
    font-size: 14px;
    line-height: 18px;
  }
}
.team-page .profile-info .job-title:hover {
  color: #fff;
}
.team-page .profile-info .job-title2 {
  font-size: 11px;
  line-height: 15px;
  margin: -5px 4px 5px 5px;
  color: #fff;
}
@media (min-width: 1025px) {
  .team-page .profile-info .job-title2 {
    line-height: 1.2;
    margin: -5px 4px 10px 5px;
  }
}
@media (min-width: 1400px) {
  .team-page .profile-info .job-title2 {
    font-size: 14px;
    margin: -5px 4px 10px 15px;
    line-height: 18px;
  }
}
.team-page .profile-info .job-title2:hover {
  color: #fff;
}

.single-team {
  max-width: 100% !important;
}
.single-team #main {
  max-width: 100% !important;
  position: relative;
}
.single-team .page {
  background: #fff !important;
}
.single-team .page p {
  margin: 0 0 15px 0;
  font-size: 20px;
}
.single-team .page ul {
  padding: 0 0 0 10px;
  margin: 0 0 0 20px;
  list-style: disc;
  font-size: 20px;
}
.single-team .article-header {
  padding: 0;
}
.single-team .sidebar {
  display: none;
}
.single-team .team-content {
  max-width: 100%;
  float: none;
  margin: 0;
}
@media (min-width: 601px) {
  .single-team .team-content {
    float: left;
    margin: 20px 0;
  }
}
@media (min-width: 768px) {
  .single-team .team-content {
    margin: 55px 0;
  }
}
.single-team .team-image {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  float: none;
  display: block;
}
.single-team .team-image img {
  display: block;
  max-width: 100%;
}
.single-team .team-image .team-quote {
  background: rgb(14, 79, 131);
  background: -moz-radial-gradient(circle, rgb(14, 79, 131) 0%, rgb(45, 47, 54) 75%);
  background: -webkit-radial-gradient(circle, rgb(14, 79, 131) 0%, rgb(45, 47, 54) 75%);
  background: radial-gradient(circle, rgb(14, 79, 131) 0%, rgb(45, 47, 54) 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0e4f83", endColorstr="#2d2f36", GradientType=1);
  position: relative;
  width: 100%;
  color: #fff;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 5px 20px 5px 20px;
}
@media (min-width: 601px) {
  .single-team .team-image .team-quote {
    position: absolute;
    background: none;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px 50px;
  }
}
@media (min-width: 768px) {
  .single-team .team-image .team-quote {
    padding: 10px 50px;
  }
}
@media (min-width: 1100px) {
  .single-team .team-image .team-quote {
    width: 75%;
    padding: 20px 100px 20px 120px;
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .single-team .team-image .team-quote {
    width: 75%;
    font-size: 22px;
    padding: 20px 140px 20px 120px;
  }
}
@media (min-width: 1400px) {
  .single-team .team-image .team-quote {
    width: 50%;
  }
}
.single-team .team-image .team-quote p {
  font-size: 14px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}
@media (min-width: 601px) {
  .single-team .team-image .team-quote p {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (min-width: 840px) {
  .single-team .team-image .team-quote p {
    font-size: 18px;
    line-height: 23px;
  }
}
.single-team .team-title {
  background: rgb(14, 79, 131);
  background: -moz-radial-gradient(circle, rgb(14, 79, 131) 0%, rgb(45, 47, 54) 75%);
  background: -webkit-radial-gradient(circle, rgb(14, 79, 131) 0%, rgb(45, 47, 54) 75%);
  background: radial-gradient(circle, rgb(14, 79, 131) 0%, rgb(45, 47, 54) 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0e4f83", endColorstr="#2d2f36", GradientType=1);
  position: relative;
  padding: 20px 20px 15px 20px;
  min-width: 100%;
  top: -20px;
  left: 0;
  z-index: 10;
}
@media (min-width: 601px) {
  .single-team .team-title {
    min-width: 210px;
    top: 0;
    left: 0;
    padding: 10px 100px 5px 55px;
    position: absolute;
    background: none;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 840px) {
  .single-team .team-title {
    padding: 18px 100px 15px 55px;
  }
}
@media (min-width: 1100px) {
  .single-team .team-title {
    min-width: 300px;
    padding: 25px 140px 25px 120px;
  }
}
.single-team .team-title h1, .single-team .team-title h2 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 auto;
}
.single-team .team-title h1 {
  color: #f58721;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .single-team .team-title h1 {
    font-size: 22px;
    line-height: 28px;
  }
}
.single-team .team-title h2 {
  color: #fff;
  font-size: 14px;
  line-height: 15px;
}
@media (min-width: 601px) {
  .single-team .team-title h2 {
    line-height: 20px;
  }
}
@media (min-width: 1024px) {
  .single-team .team-title h2 {
    font-size: 18px;
  }
}
.single-team .team-title span {
  color: #fff;
}
.single-team .team-sidebar {
  float: left;
  width: 90%;
  display: block;
  margin: 15px 20px 0 20px;
}
@media (min-width: 601px) {
  .single-team .team-sidebar {
    margin: 0 20px 0 20px;
  }
}
@media (min-width: 768px) {
  .single-team .team-sidebar {
    margin: 20px 0 0 35px;
    width: 30%;
  }
}
@media (min-width: 1100px) {
  .single-team .team-sidebar {
    margin: 20px 0 0 120px;
    width: 24%;
  }
}
.single-team .team-sidebar .team-social {
  width: 320px;
}
.single-team .team-sidebar .team-social a {
  display: inline-block;
}
.single-team .team-sidebar .team-social .team-email {
  background: url(../images/email.png) center top no-repeat;
  width: 40px;
  height: 28px;
  margin-right: 10px;
}
.single-team .team-sidebar .team-social .team-linkedin {
  background: url(../images/linkedin.png) center top no-repeat;
  width: 30px;
  height: 28px;
  margin-right: 10px;
}
.single-team .team-sidebar .team-social .team-twitter {
  background: url(../images/twitter.png) center top no-repeat;
  width: 30px;
  height: 28px;
  margin-right: 10px;
}
.single-team .team-sidebar .team-social .team-facebook {
  background: url(../images/facebook.png) center top no-repeat;
  width: 30px;
  height: 28px;
  margin-right: 10px;
}
.single-team .team-sidebar .team-social .team-logo {
  background: url(../images/social-logo-sail.png) center top no-repeat;
  width: 67px;
  height: 28px;
  margin-right: 10px;
}
.single-team .team-sidebar .team-social p {
  margin-bottom: 15px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .single-team .team-sidebar .team-social p {
    margin-bottom: 15px;
    margin-top: 0;
  }
}
@media (min-width: 840px) {
  .single-team .team-sidebar .team-social p {
    margin-bottom: 25px;
  }
}
.single-team .team-sidebar .team-education {
  color: #0E4F83;
}
.single-team .team-sidebar .team-education h3 {
  font-size: 18px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .single-team .team-sidebar .team-education h3 {
    margin-top: 25px;
  }
}
.single-team .team-sidebar .team-education p {
  font-size: 16px;
  margin: 0;
}
.single-team .team-sidebar .team-education ul li {
  font-size: 18px;
  list-style: url(../images/list-bullet.jpg);
  margin-left: 20px;
  padding-bottom: 10px;
}
.single-team .team-sidebar .team-education ul li span {
  display: block;
  line-height: 1.2;
}
.single-team .team-sidebar .team-credentials {
  color: #0E4F83;
}
.single-team .team-sidebar .team-credentials h3 {
  font-size: 18px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  margin-top: 25px;
}
.single-team .team-sidebar .team-credentials p {
  font-size: 16px;
  margin: 0;
}
.single-team .team-sidebar .team-credentials ul li {
  font-size: 18px;
  list-style: url(../images/list-bullet.jpg);
  margin-left: 20px;
  padding-bottom: 10px;
}
.single-team .team-sidebar .team-credentials ul li span {
  display: block;
  line-height: 1.2;
}
.single-team .team-sidebar .team-links {
  max-width: 100%;
  margin-top: 40px;
}
.single-team .team-sidebar .team-links a {
  display: block;
  background: #f58721;
  max-width: 275px;
  margin-bottom: 3px;
  padding: 8px 0 6px 15px;
  color: #fff;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  text-decoration: none;
}
.single-team .team-sidebar .team-links a:hover {
  background: #4d4d4f;
}
.single-team .team-sidebar .team-links p {
  margin: 0;
}
.single-team .team-main {
  color: #2d2a26;
  float: right;
  max-width: 100%;
  padding: 0 20px;
  display: block;
  margin: 20px 0 0 0;
}
@media (min-width: 768px) {
  .single-team .team-main {
    margin: 20px 0 0 0;
    width: 65%;
    padding: 0 40px;
  }
}
.single-team .team-main h3:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.single-team .team-main ul {
  margin: 0 0 20px 40px;
  list-style: none;
}
.single-team .team-main ul li {
  font-size: 20px;
}
.single-team .team-main ul li:before {
  /* For a disc bullet */
  content: "•";
  padding: 0 10px 0 0;
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -20px;
  top: 0px;
  color: #f58721;
  font-size: 20px;
}
.single-team .team-main .recent-transaction {
  width: 100%;
  text-align: left;
  clear: both;
  display: inline-block;
  width: 100%;
  text-align: left;
  clear: both;
  display: inline-block;
}
.single-team .team-main .recent-transaction .transaction-headline {
  font-size: 18px;
  color: #0E4F83;
}
.single-team .team-main .recent-transaction .transaction-headline {
  font-size: 24px;
}
.single-team .team-main .recent-transaction .transactions .transaction-image {
  display: inline-block;
}
.single-team .team-main .recent-transaction .transactions .transaction-image img {
  width: 180px;
}
@media (min-width: 470px) {
  .single-team .team-main .recent-transaction .transactions .transaction-image img {
    width: 300px;
  }
}
.single-team .team-main .recent-transaction .transactions .transaction-image a img {
  cursor: pointer;
}
.single-team .team-main .recent-transaction a img {
  cursor: pointer;
}
.single-team .team-main .recent-transaction .transactions {
  margin-top: 20px;
}

.page-template-page-client {
  background: #fff;
  max-width: 1920px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 840px) {
  .page-template-page-client .article-header {
    padding: 24px 0;
  }
}
.page-template-page-client .article-header h1 {
  margin: 10px 20px 10px 20px;
}
@media (min-width: 990px) {
  .page-template-page-client .article-header h1 {
    margin-left: 60px;
    margin-right: 60px;
  }
}
@media (min-width: 1520px) {
  .page-template-page-client .article-header h1 {
    margin-left: 80px;
    margin-right: 80px;
  }
}

.clients-page {
  position: relative;
  max-width: 1920px;
  min-height: 100px;
  display: block;
  margin: 0 auto;
  padding: 20px 20px 0 20px;
}
@media (min-width: 990px) {
  .clients-page {
    padding: 20px 60px 0 60px;
  }
}
@media (min-width: 1024px) {
  .clients-page {
    min-height: 400px;
  }
}
@media (min-width: 1200px) {
  .clients-page {
    min-height: 500px;
  }
}
@media (min-width: 1300px) {
  .clients-page {
    min-height: 700px;
  }
}
@media (min-width: 1400px) {
  .clients-page {
    min-height: 750px;
  }
}
@media (min-width: 1520px) {
  .clients-page {
    padding: 20px 80px 0 80px;
  }
}
@media (min-width: 1600px) {
  .clients-page {
    min-height: 890px;
  }
}
.clients-page #clients .mix {
  display: none;
  width: 100%;
  vertical-align: baseline;
  height: auto;
}
@media (min-width: 480px) {
  .clients-page #clients .mix {
    width: 48.3%;
    vertical-align: top;
    margin-bottom: 7px;
    margin-right: 3px;
  }
}
@media (min-width: 550px) {
  .clients-page #clients .mix {
    width: -webkit-calc(32% - 10px);
    width: -moz-calc(32% - 10px);
    width: calc(32% - 10px);
    margin-bottom: 15px;
    margin-right: 10px;
  }
}
@media (min-width: 1025px) {
  .clients-page #clients .mix {
    float: none;
    width: 23%;
    margin-bottom: 15px;
    margin-right: 10px;
  }
}
@media (min-width: 1025px) {
  .clients-page #clients .mix {
    float: left;
    margin-right: 15px;
  }
}
@media (min-width: 1055px) {
  .clients-page #clients .mix {
    width: 23%;
  }
}
@media (min-width: 1375px) {
  .clients-page #clients .mix {
    width: 23%;
  }
}
@media (min-width: 1400px) {
  .clients-page #clients .mix {
    width: 23%;
    vertical-align: baseline;
  }
}
@media (min-width: 1795px) {
  .clients-page #clients .mix {
    width: 23%;
  }
}
.clients-page .profile {
  display: inline-block;
  margin: -1px 2px;
  overflow: hidden;
}
.clients-page .profile-info {
  color: #fff;
  position: relative;
  height: auto;
  text-align: center;
}
@media (min-width: 450px) {
  .clients-page .profile-info {
    text-align: left;
  }
}
.clients-page .profile-info:hover .profile-content {
  background: rgb(14, 79, 131);
  background: -moz-radial-gradient(circle, rgb(14, 79, 131) 0%, rgb(45, 47, 54) 75%);
  background: -webkit-radial-gradient(circle, rgb(14, 79, 131) 0%, rgb(45, 47, 54) 75%);
  background: radial-gradient(circle, rgb(14, 79, 131) 0%, rgb(45, 47, 54) 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0e4f83", endColorstr="#2d2f36", GradientType=1);
  width: 100%;
  position: relative;
  bottom: 0;
  padding: 10px 5px 4px 4px;
  margin: -70px auto 0 auto;
  display: block;
  text-align: left;
}
@media (min-width: 480px) {
  .clients-page .profile-info:hover .profile-content {
    width: auto;
    margin-top: -10px;
  }
}
@media (min-width: 1025px) {
  .clients-page .profile-info:hover .profile-content {
    height: auto;
    width: 100%;
    position: absolute;
    bottom: -8px;
    margin: 0;
    padding: 4px 0 12px 4px;
  }
}
.clients-page .profile-info .profile-content {
  background: rgb(14, 79, 131);
  background: -moz-radial-gradient(circle, rgb(14, 79, 131) 0%, rgb(45, 47, 54) 75%);
  background: -webkit-radial-gradient(circle, rgb(14, 79, 131) 0%, rgb(45, 47, 54) 75%);
  background: radial-gradient(circle, rgb(14, 79, 131) 0%, rgb(45, 47, 54) 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0e4f83", endColorstr="#2d2f36", GradientType=1);
  width: 100%;
  position: relative;
  bottom: 0;
  padding: 10px 5px 4px 4px;
  margin: -70px auto 0 auto;
  display: block;
  height: auto;
  text-align: left;
}
@media (min-width: 480px) {
  .clients-page .profile-info .profile-content {
    width: 100%;
    height: 105px;
    margin-top: -10px;
  }
}
@media (min-width: 600px) {
  .clients-page .profile-info .profile-content {
    height: 85px;
    margin-top: -10px;
  }
}
@media (min-width: 980px) {
  .clients-page .profile-info .profile-content {
    height: 85px;
  }
}
@media (min-width: 1025px) {
  .clients-page .profile-info .profile-content {
    display: none;
    height: 70px;
    margin-top: -70px;
  }
}
@media (min-width: 1400px) {
  .clients-page .profile-info .profile-content {
    bottom: -8px;
    margin: 0;
    padding: 4px 0 4px 4px;
    height: auto;
  }
}
.clients-page .profile-info a {
  text-decoration: none;
}
.clients-page .profile-info a img {
  width: 100%;
  max-width: 100%;
  display: inline-block;
}
@media (min-width: 480px) {
  .clients-page .profile-info a img {
    display: block;
  }
}
@media (min-width: 1025px) {
  .clients-page .profile-info a img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
}
.clients-page .profile-info a:hover img {
  display: inline-block;
}
@media (min-width: 480px) {
  .clients-page .profile-info a:hover img {
    display: block;
  }
}
@media (min-width: 1025px) {
  .clients-page .profile-info a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.clients-page .profile-info h3 {
  color: #f58721;
  font-size: 14px;
  font-weight: normal;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 5px 0 3px 5px;
}
@media (min-width: 840px) {
  .clients-page .profile-info h3 {
    font-size: 16px;
    line-height: 1;
    margin: 10px 0 3px 5px;
  }
}
@media (min-width: 1025px) {
  .clients-page .profile-info h3 {
    line-height: 1.2;
    margin: 5px 0 5px 5px;
  }
}
@media (min-width: 1400px) {
  .clients-page .profile-info h3 {
    margin: 9px 0 5px 15px;
  }
}
.clients-page .profile-info p {
  margin: 0;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.clients-page .profile-info .founders {
  font-size: 12px;
  line-height: 14px;
  margin: -2px 4px 5px 5px;
  color: #fff;
}
@media (min-width: 1025px) {
  .clients-page .profile-info .founders {
    line-height: 1.2;
    margin: -5px 4px 5px 5px;
  }
}
@media (min-width: 1400px) {
  .clients-page .profile-info .founders {
    margin: -5px 4px 5px 15px;
    line-height: 18px;
  }
}
.clients-page .profile-info .founders:hover {
  color: #fff;
}
.clients-page .profile-info .job-title2 {
  font-size: 12px;
  line-height: 15px;
  margin: -5px 4px 5px 5px;
  color: #fff;
}
@media (min-width: 1025px) {
  .clients-page .profile-info .job-title2 {
    line-height: 1.2;
    margin: -5px 4px 10px 5px;
  }
}
@media (min-width: 1400px) {
  .clients-page .profile-info .job-title2 {
    font-size: 14px;
    margin: -5px 4px 10px 15px;
    line-height: 18px;
  }
}
.clients-page .profile-info .job-title2:hover {
  color: #fff;
}

.single-clients {
  max-width: 100% !important;
}
.single-clients #main {
  max-width: 100% !important;
  position: relative;
}
.single-clients .page {
  background: #fff !important;
}
.single-clients .page p {
  margin: 0 0 15px 0;
}
.single-clients .page ul {
  padding: 0 0 0 10px;
  margin: 0 0 0 20px;
  list-style: disc;
}
.single-clients .article-header {
  padding: 0;
}
.single-clients .sidebar {
  display: none;
}
.single-clients .client-content {
  max-width: 100%;
  float: none;
  margin: 0;
}
@media (min-width: 601px) {
  .single-clients .client-content {
    float: left;
    margin: 20px 0;
  }
}
@media (min-width: 768px) {
  .single-clients .client-content {
    margin: 55px 0;
  }
}
.single-clients .client-image {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  float: none;
  display: block;
}
.single-clients .client-image img {
  display: block;
  max-width: 100%;
}
.single-clients .client-image .slogan {
  background: rgb(14, 79, 131);
  background: -moz-radial-gradient(circle, rgb(14, 79, 131) 0%, rgb(45, 47, 54) 75%);
  background: -webkit-radial-gradient(circle, rgb(14, 79, 131) 0%, rgb(45, 47, 54) 75%);
  background: radial-gradient(circle, rgb(14, 79, 131) 0%, rgb(45, 47, 54) 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0e4f83", endColorstr="#2d2f36", GradientType=1);
  position: relative;
  width: 100%;
  color: #fff;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 5px 20px 5px 20px;
}
@media (min-width: 601px) {
  .single-clients .client-image .slogan {
    position: absolute;
    background: none;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px 50px;
  }
}
@media (min-width: 768px) {
  .single-clients .client-image .slogan {
    padding: 10px 50px;
  }
}
@media (min-width: 1100px) {
  .single-clients .client-image .slogan {
    width: 75%;
    padding: 20px 100px 20px 120px;
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .single-clients .client-image .slogan {
    width: 75%;
    font-size: 22px;
    padding: 20px 140px 20px 120px;
  }
}
@media (min-width: 1400px) {
  .single-clients .client-image .slogan {
    width: 50%;
  }
}
.single-clients .client-image .slogan p {
  font-size: 14px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}
@media (min-width: 601px) {
  .single-clients .client-image .slogan p {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (min-width: 840px) {
  .single-clients .client-image .slogan p {
    font-size: 18px;
    line-height: 23px;
  }
}
.single-clients .client-title {
  background: rgb(14, 79, 131);
  background: -moz-radial-gradient(circle, rgb(14, 79, 131) 0%, rgb(45, 47, 54) 75%);
  background: -webkit-radial-gradient(circle, rgb(14, 79, 131) 0%, rgb(45, 47, 54) 75%);
  background: radial-gradient(circle, rgb(14, 79, 131) 0%, rgb(45, 47, 54) 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0e4f83", endColorstr="#2d2f36", GradientType=1);
  position: relative;
  padding: 20px 20px 15px 20px;
  min-width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (min-width: 601px) {
  .single-clients .client-title {
    min-width: 210px;
    padding: 10px 100px 5px 55px;
    position: absolute;
    background: none;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 840px) {
  .single-clients .client-title {
    padding: 18px 100px 15px 55px;
  }
}
@media (min-width: 1100px) {
  .single-clients .client-title {
    min-width: 300px;
    padding: 25px 140px 25px 120px;
  }
}
.single-clients .client-title h1, .single-clients .client-title h2 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 auto;
}
.single-clients .client-title h1 {
  color: #f58721;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .single-clients .client-title h1 {
    font-size: 22px;
    line-height: 28px;
  }
}
.single-clients .client-title h2 {
  color: #fff;
  font-size: 14px;
  line-height: 15px;
}
@media (min-width: 601px) {
  .single-clients .client-title h2 {
    line-height: 20px;
  }
}
@media (min-width: 1024px) {
  .single-clients .client-title h2 {
    font-size: 18px;
  }
}
.single-clients .client-title span {
  color: #fff;
}
.single-clients .client-sidebar {
  float: left;
  width: 90%;
  display: block;
  margin: 15px 20px 0 20px;
}
@media (min-width: 601px) {
  .single-clients .client-sidebar {
    margin: 0 20px 0 20px;
  }
}
@media (min-width: 768px) {
  .single-clients .client-sidebar {
    margin: 20px 0 0 35px;
    width: 30%;
  }
}
@media (min-width: 1100px) {
  .single-clients .client-sidebar {
    margin: 20px 0 0 120px;
    width: 24%;
  }
}
.single-clients .client-main {
  color: #2d2a26;
  float: right;
  max-width: 100%;
  padding: 0 20px;
  display: block;
  margin: 20px 0 0 0;
}
@media (min-width: 768px) {
  .single-clients .client-main {
    margin: 20px 0 0 0;
    width: 65%;
    padding: 0 40px;
  }
}
.single-clients .client-main h3:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.single-clients .client-main ul {
  margin: 0 0 20px 40px;
  list-style: none;
}
.single-clients .client-main ul li:before {
  /* For a disc bullet */
  content: "•";
  padding: 0 10px 0 0;
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -20px;
  top: 0px;
  color: #f58721;
  font-size: 20px;
}
.single-clients .client-main .client-intro {
  font-style: italic;
  line-height: 1.15;
}
@media (min-width: 840px) {
  .single-clients .client-main .client-intro {
    font-size: 17px;
  }
}
.single-clients .client-transaction {
  position: relative;
  width: 225px;
  height: auto;
  margin: 0 0 20px 0;
}
.single-clients .client-people {
  width: 240px;
  margin: 0 0 20px 0;
}
.single-clients .client-people .person img {
  width: 240px;
}
@media (min-width: 450px) {
  .single-clients .client-people .person img {
    width: 280px;
  }
}
.single-clients .client-people .person .info {
  width: 240px;
}
@media (min-width: 450px) {
  .single-clients .client-people .person .info {
    width: 280px;
  }
}
@media (min-width: 450px) {
  .single-clients .client-people {
    width: 280px;
  }
}

.page-template-page-videos {
  background: #fff;
  max-width: 1920px;
  display: block;
  margin: 0 auto;
}
.page-template-page-videos #content {
  min-height: 73vh;
}
@media (min-width: 840px) {
  .page-template-page-videos .article-header {
    padding: 24px 0;
  }
}
.page-template-page-videos .article-header h1 {
  margin: 10px 20px 10px 20px;
}
@media (min-width: 990px) {
  .page-template-page-videos .article-header h1 {
    margin-left: 60px;
    margin-right: 60px;
  }
}
@media (min-width: 1520px) {
  .page-template-page-videos .article-header h1 {
    margin-left: 80px;
    margin-right: 80px;
  }
}
.page-template-page-videos .videos-page {
  position: relative;
  max-width: 1920px;
  min-height: 100px;
  margin: 0 20px 0 20px;
  padding: 0 25px 0 0;
}
@media (min-width: 990px) {
  .page-template-page-videos .videos-page {
    margin-left: 60px;
    margin-right: 60px;
  }
}
@media (min-width: 1520px) {
  .page-template-page-videos .videos-page {
    margin-left: 80px;
    margin-right: 80px;
  }
}
.page-template-page-videos .videos-page #videos {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .page-template-page-videos .videos-page #videos {
    justify-content: space-between;
  }
}
.page-template-page-videos .videos-page #videos .video-item {
  width: 22%;
  margin-right: 2.4rem;
  margin-bottom: 2.4rem;
}
.page-template-page-videos .videos-page #videos .video-item:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .page-template-page-videos .videos-page #videos .video-item {
    width: 48%;
    margin-right: 0;
  }
}
.page-template-page-videos .videos-page #videos .video-item .video-content {
  display: block;
  background: #0e4f83;
  background: -moz-radial-gradient(circle, #0e4f83 0%, #2d2f36 75%);
  background: -webkit-radial-gradient(circle, #0e4f83 0%, #2d2f36 75%);
  background: radial-gradient(circle, #0e4f83 0%, #2d2f36 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0e4f83", endColorstr="#2d2f36", GradientType=1);
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 10px 5px 4px 4px;
  margin: -43px auto 0 auto;
  height: auto;
  text-align: left;
}
@media (max-width: 1024px) {
  .page-template-page-videos .videos-page #videos .video-item .video-content {
    display: block;
  }
}
.page-template-page-videos .videos-page .video {
  display: inline-block;
  margin: -1px 2px;
  overflow: hidden;
}
.page-template-page-videos .videos-page .video-info {
  color: #fff;
  position: relative;
  height: auto;
  text-align: center;
}
@media (min-width: 450px) {
  .page-template-page-videos .videos-page .video-info {
    text-align: left;
  }
}
.page-template-page-videos .videos-page .video-info:hover .video-content {
  background: rgb(14, 79, 131);
  background: -moz-radial-gradient(circle, rgb(14, 79, 131) 0%, rgb(45, 47, 54) 75%);
  background: -webkit-radial-gradient(circle, rgb(14, 79, 131) 0%, rgb(45, 47, 54) 75%);
  background: radial-gradient(circle, rgb(14, 79, 131) 0%, rgb(45, 47, 54) 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0e4f83", endColorstr="#2d2f36", GradientType=1);
  width: 100%;
  position: relative;
  bottom: 0;
  padding: 10px 5px 4px 4px;
  margin: -70px auto 0 auto;
  display: block;
  text-align: left;
}
@media (min-width: 480px) {
  .page-template-page-videos .videos-page .video-info:hover .video-content {
    width: auto;
    margin-top: -10px;
  }
}
@media (min-width: 1025px) {
  .page-template-page-videos .videos-page .video-info:hover .video-content {
    height: auto;
    width: 100%;
    position: absolute;
    bottom: -8px;
    margin: 0;
    padding: 4px 0 12px 4px;
  }
}
.page-template-page-videos .videos-page .video-info .video-content {
  background: rgb(14, 79, 131);
  background: -moz-radial-gradient(circle, rgb(14, 79, 131) 0%, rgb(45, 47, 54) 75%);
  background: -webkit-radial-gradient(circle, rgb(14, 79, 131) 0%, rgb(45, 47, 54) 75%);
  background: radial-gradient(circle, rgb(14, 79, 131) 0%, rgb(45, 47, 54) 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0e4f83", endColorstr="#2d2f36", GradientType=1);
  width: 100%;
  position: relative;
  bottom: 0;
  padding: 10px 5px 4px 4px;
  margin: -70px auto 0 auto;
  display: block;
  height: auto;
  text-align: left;
}
@media (min-width: 480px) {
  .page-template-page-videos .videos-page .video-info .video-content {
    width: 100%;
    height: 105px;
    margin-top: -10px;
  }
}
@media (min-width: 600px) {
  .page-template-page-videos .videos-page .video-info .video-content {
    height: 85px;
    margin-top: -10px;
  }
}
@media (min-width: 980px) {
  .page-template-page-videos .videos-page .video-info .video-content {
    height: 85px;
  }
}
@media (min-width: 1025px) {
  .page-template-page-videos .videos-page .video-info .video-content {
    display: none;
    height: 70px;
    margin-top: -70px;
  }
}
@media (min-width: 1400px) {
  .page-template-page-videos .videos-page .video-info .video-content {
    bottom: -8px;
    margin: 0;
    padding: 4px 0 4px 4px;
    height: auto;
  }
}
.page-template-page-videos .videos-page .video-info a {
  text-decoration: none;
}
.page-template-page-videos .videos-page .video-info a img {
  width: 100%;
  max-width: 100%;
  display: inline-block;
}
@media (min-width: 480px) {
  .page-template-page-videos .videos-page .video-info a img {
    display: block;
  }
}
@media (min-width: 1025px) {
  .page-template-page-videos .videos-page .video-info a img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
}
.page-template-page-videos .videos-page .video-info a:hover img {
  display: inline-block;
}
@media (min-width: 480px) {
  .page-template-page-videos .videos-page .video-info a:hover img {
    display: block;
  }
}
@media (min-width: 1025px) {
  .page-template-page-videos .videos-page .video-info a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.page-template-page-videos .videos-page .video-info h3 {
  color: #f58721;
  font-size: 14px;
  font-weight: normal;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 5px 0 3px 5px;
}
@media (min-width: 840px) {
  .page-template-page-videos .videos-page .video-info h3 {
    font-size: 16px;
    line-height: 1;
    margin: 10px 0 3px 5px;
  }
}
@media (min-width: 1025px) {
  .page-template-page-videos .videos-page .video-info h3 {
    line-height: 1.2;
    margin: 5px 0 5px 5px;
  }
}
@media (min-width: 1400px) {
  .page-template-page-videos .videos-page .video-info h3 {
    margin: 9px 0 5px 15px;
  }
}
.page-template-page-videos .videos-page .video-info p {
  margin: 0;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.single-videos {
  max-width: 100% !important;
}
.single-videos iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.single-videos #main {
  max-width: 100% !important;
  position: relative;
}
.single-videos .page {
  background: #fff !important;
}
.single-videos .page p {
  margin: 0 0 15px 0;
}
.single-videos .page ul {
  padding: 0 0 0 10px;
  margin: 0 0 0 20px;
  list-style: disc;
}
.single-videos .article-header {
  width: 80%;
  height: 0;
  margin: 0 auto;
  padding: 56.25% 0 0 0;
  position: relative;
}
.single-videos .sidebar {
  display: none;
}
.single-videos .video-title {
  margin-bottom: 20px;
}
.single-videos .video-main {
  color: #2d2a26;
  float: right;
  max-width: 100%;
  padding: 0 20px;
  display: block;
  margin: 20px 0 0 0;
}
@media (min-width: 768px) {
  .single-videos .video-main {
    margin: 20px 0 0 0;
    width: 100%;
    padding: 0 40px;
  }
}
.single-videos .video-main h3:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.single-videos .video-main ul {
  margin: 0 0 20px 40px;
  list-style: none;
}
.single-videos .video-main ul li:before {
  /* For a disc bullet */
  content: "•";
  padding: 0 10px 0 0;
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -20px;
  top: 0px;
  color: #f58721;
  font-size: 20px;
}

.video-modal-info {
  display: none;
}

.video_modal-overlay {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.video_modal-content {
  width: 80%;
  max-width: 870px;
  height: auto;
  position: absolute;
  top: calc(50% - 110px);
  left: 50%;
  padding: 0 20px 20px 20px;
  transform: translate(-50%, -50%);
  overflow: auto;
  background-color: white;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  z-index: 9999999;
}
@media (max-width: 768px) {
  .video_modal-content {
    top: 350px;
  }
}

#video_modal {
  display: none;
  z-index: 9999;
}
#video_modal .video_modal-title h3 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-align: left;
  color: #0E4F83;
}
#video_modal .video_modal-video {
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  position: relative;
}
#video_modal .video_modal-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#close-modal {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  top: 6px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  color: #f58721;
}

.page-template-page-podcast {
  background: #fff;
  max-width: 1920px;
  display: block;
  margin: 0 auto;
}
.page-template-page-podcast .archive-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin: 20px 0 30px 0;
  clear: both;
  overflow: hidden;
}
.page-template-page-podcast .archive-filters {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin: 0;
}
.page-template-page-podcast .archive-filters .search > div {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.page-template-page-podcast .archive-filters .search input[type=search],
.page-template-page-podcast .archive-filters .search .podcast-search-submit {
  display: inline-block;
}
.page-template-page-podcast .archive-filters .search input[type=search] {
  width: 255px;
  margin: 0 1em 0 0;
}
.page-template-page-podcast .archive-filters .search .podcast-search-submit {
  height: 40px;
  background: #0E4F83;
  color: white;
  font-weight: bold;
  letter-spacing: 0.025em;
  white-space: nowrap;
  border: none;
  margin: 0 0 0 auto;
  padding: 1px 8px 1px 8px;
  vertical-align: middle;
  -webkit-appearance: button;
  -moz-appearance: button;
  cursor: pointer;
}
.page-template-page-podcast #content {
  min-height: 73vh;
}
@media (min-width: 840px) {
  .page-template-page-podcast .article-header {
    padding: 24px 0;
  }
}
.page-template-page-podcast .article-header h1 {
  margin: 10px 20px 10px 20px;
}
@media (min-width: 990px) {
  .page-template-page-podcast .article-header h1 {
    margin-left: 60px;
    margin-right: 60px;
  }
}
@media (min-width: 1520px) {
  .page-template-page-podcast .article-header h1 {
    margin-left: 80px;
    margin-right: 80px;
  }
}
.page-template-page-podcast .entry-content .standard-content {
  margin-top: 0;
}
.page-template-page-podcast .podcasts-page {
  position: relative;
  max-width: 1920px;
  min-height: 100px;
  margin: 0 20px 0 20px;
  padding: 0 25px 0 0;
}
@media (min-width: 990px) {
  .page-template-page-podcast .podcasts-page {
    margin-left: 60px;
    margin-right: 60px;
  }
}
@media (min-width: 1520px) {
  .page-template-page-podcast .podcasts-page {
    margin-left: 80px;
    margin-right: 80px;
  }
}
.page-template-page-podcast .podcasts-page #podcasts {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .page-template-page-podcast .podcasts-page #podcasts {
    justify-content: space-between;
  }
}
.page-template-page-podcast .podcasts-page #podcasts .podcast-item {
  position: relative;
  width: auto;
  margin: 0 10px 20px 10px;
  padding: 0;
  border: 1px solid #b4b4b4;
}
@media (min-width: 768px) {
  .page-template-page-podcast .podcasts-page #podcasts .podcast-item {
    width: calc(50% - 40px);
    margin: 0 20px 40px 20px;
  }
}
.page-template-page-podcast .podcasts-page #podcasts .podcast-item .entry-content {
  padding: 10px 20px 20px 20px;
}
.page-template-page-podcast .podcasts-page #podcasts .podcast-item .podcast-header {
  position: relative;
  padding: 0;
  cursor: pointer;
}
.page-template-page-podcast .podcasts-page #podcasts .podcast-item .podcast-header .podcast-icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 56px;
  height: 56px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.page-template-page-podcast .podcasts-page #podcasts .podcast-item .podcast-header .podcast-icon img {
  width: 44px;
  height: 44px;
  margin: 6px auto 0 auto;
}
.page-template-page-podcast .podcasts-page #podcasts .podcast-item .podcast-header:hover .podcast-icon {
  opacity: 0.8;
}
.page-template-page-podcast .podcasts-page #podcasts .podcast-item .featured-image {
  background: transparent none center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 36vw;
}
@media (min-width: 768px) {
  .page-template-page-podcast .podcasts-page #podcasts .podcast-item .featured-image {
    height: 18vw;
  }
}
.page-template-page-podcast .podcasts-page #podcasts .podcast-item h1, .page-template-page-podcast .podcasts-page #podcasts .podcast-item .h1,
.page-template-page-podcast .podcasts-page #podcasts .podcast-item h2,
.page-template-page-podcast .podcasts-page #podcasts .podcast-item h3 {
  font-size: 24px;
  line-height: 110%;
  color: #0E4F83;
  text-transform: none;
  margin: 20px 0 3px 0;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #0E4F83;
  font-size: 24px;
  margin: 10px 30px 18px 0;
  padding: 0 0 16px 0;
  border-bottom: 1px solid #f58721;
}
@media (min-width: 600px) {
  .page-template-page-podcast .podcasts-page #podcasts .podcast-item h1, .page-template-page-podcast .podcasts-page #podcasts .podcast-item .h1,
  .page-template-page-podcast .podcasts-page #podcasts .podcast-item h2,
  .page-template-page-podcast .podcasts-page #podcasts .podcast-item h3 {
    font-size: 32px;
  }
}
.page-template-page-podcast .podcasts-page #podcasts .podcast-item h1 a, .page-template-page-podcast .podcasts-page #podcasts .podcast-item .h1 a,
.page-template-page-podcast .podcasts-page #podcasts .podcast-item h2 a,
.page-template-page-podcast .podcasts-page #podcasts .podcast-item h3 a {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2d2a26;
  font-size: inherit;
}
@media (min-width: 600px) {
  .page-template-page-podcast .podcasts-page #podcasts .podcast-item h1, .page-template-page-podcast .podcasts-page #podcasts .podcast-item .h1,
  .page-template-page-podcast .podcasts-page #podcasts .podcast-item h2,
  .page-template-page-podcast .podcasts-page #podcasts .podcast-item h3 {
    font-size: 24px;
  }
}
@media (min-width: 1360px) {
  .page-template-page-podcast .podcasts-page #podcasts .podcast-item h1, .page-template-page-podcast .podcasts-page #podcasts .podcast-item .h1,
  .page-template-page-podcast .podcasts-page #podcasts .podcast-item h2,
  .page-template-page-podcast .podcasts-page #podcasts .podcast-item h3 {
    font-size: 32px;
  }
}
.page-template-page-podcast .podcasts-page #podcasts .podcast-item p {
  color: #2d2a26;
  margin: 0 0 10px 0;
}
.page-template-page-podcast .podcasts-page #podcasts .podcast-item .byline {
  display: inline;
  font-style: normal;
  font-size: 17px;
}
.page-template-page-podcast .podcasts-page #podcasts .podcast-item .date {
  color: #9C9C9C;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  font-size: 16px;
}
.page-template-page-podcast .podcasts-page #podcasts .podcast-item .author {
  display: inline;
}
.page-template-page-podcast .podcasts-page #podcasts .podcast-item .author a {
  color: #f58721;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
.page-template-page-podcast .podcasts-page #podcasts .podcast-item .author a:before {
  content: " : ";
  margin: 0 5px 0 0;
}
.page-template-page-podcast .podcasts-page #podcasts .podcast-item.active .podcast-header .podcast-icon {
  display: none;
}

.single-podcasts {
  max-width: 100% !important;
}
.single-podcasts iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.single-podcasts #main {
  max-width: 100% !important;
  position: relative;
}
.single-podcasts .page {
  background: #fff !important;
}
.single-podcasts .page p {
  margin: 0 0 15px 0;
}
.single-podcasts .page ul {
  padding: 0 0 0 10px;
  margin: 0 0 0 20px;
  list-style: disc;
}
.single-podcasts .article-header {
  width: 80%;
  height: 0;
  margin: 0 auto;
  padding: 56.25% 0 0 0;
  position: relative;
}
.single-podcasts .sidebar {
  display: none;
}
.single-podcasts .podcast-title {
  margin-bottom: 20px;
}
.single-podcasts .podcast-main {
  color: #2d2a26;
  float: right;
  max-width: 100%;
  padding: 0 20px;
  display: block;
  margin: 20px 0 0 0;
}
@media (min-width: 768px) {
  .single-podcasts .podcast-main {
    margin: 20px 0 0 0;
    width: 100%;
    padding: 0 40px;
  }
}
.single-podcasts .podcast-main h3:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.single-podcasts .podcast-main ul {
  margin: 0 0 20px 40px;
  list-style: none;
}
.single-podcasts .podcast-main ul li:before {
  /* For a disc bullet */
  content: "•";
  padding: 0 10px 0 0;
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -20px;
  top: 0px;
  color: #f58721;
  font-size: 20px;
}

.podcast-info {
  display: none;
}

.podcast-player-overlay {
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 38px 10px 12px 10px;
  opacity: 0;
  pointer-events: none;
  border-bottom: 1px solid #ccc;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.podcast-player-overlay .close-player {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  color: #f58721;
  text-align: center;
  line-height: 32px;
}
.podcast-player-overlay .loading {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #252525;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.podcast-item.active .podcast-player-overlay {
  opacity: 1;
  pointer-events: all;
}

.podcast-item.loaded .loading {
  display: none;
}

.page-template-page-client-showcase {
  max-width: 1920px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 840px) {
  .page-template-page-client-showcase .article-header {
    padding: 10px 0 0 0;
  }
}
.page-template-page-client-showcase .article-header h1 {
  margin: 10px 20px 10px 20px;
}
@media (min-width: 990px) {
  .page-template-page-client-showcase .article-header h1 {
    margin-left: 60px;
    margin-right: 60px;
  }
}
@media (min-width: 1520px) {
  .page-template-page-client-showcase .article-header h1 {
    margin-left: 80px;
    margin-right: 80px;
  }
}

.client-showcase-main #showcase {
  margin: 10px 10px 0 10px;
}
.client-showcase-main #showcase .client-showcase .logos {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 0;
  background-color: #fefefe;
}
.client-showcase-main #showcase .client-showcase .logos .showcase-logo {
  position: relative;
  display: inline-block;
  float: left;
  width: auto;
  max-width: 25%;
  height: auto;
  margin: 0;
  z-index: 10;
}
.client-showcase-main #showcase .client-showcase .client-showcase-logos {
  position: relative;
  background-color: #fefefe;
  width: auto;
  height: auto;
  overflow: hidden;
}
.client-showcase-main #showcase .client-showcase .client-showcase-logos .showcase-logo {
  display: inline-block;
  position: relative;
  float: left;
  width: 23%;
  max-width: 23%;
  height: 0;
  margin: 0;
  padding-top: 23%;
  z-index: 10;
  margin-right: 2%;
}
@media (min-width: 600px) {
  .client-showcase-main #showcase .client-showcase .client-showcase-logos .showcase-logo {
    width: 18%;
    max-width: 18%;
    padding-top: 18%;
  }
}
.client-showcase-main #showcase .client-showcase .client-showcase-logos .showcase-logo img {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  margin: 0;
}
.client-showcase-main #showcase .client-showcase .client-showcase-logos .showcase-logo img.active {
  display: block;
}

.case-study-single-page {
  max-width: 100%;
}
.case-study-single-page .case-study-content {
  float: none;
  padding-left: 20px;
  padding-right: 30px;
  margin-top: 30px;
  color: #000000;
  width: 100%;
  display: block;
}
@media (min-width: 450px) {
  .case-study-single-page .case-study-content {
    padding-left: 50px;
  }
}
@media (min-width: 840px) {
  .case-study-single-page .case-study-content {
    margin-top: 40px;
  }
}
@media (min-width: 840px) {
  .case-study-single-page .case-study-content {
    margin-top: 45px;
  }
}
@media (min-width: 1100px) {
  .case-study-single-page .case-study-content {
    padding-left: 120px;
  }
}
@media (min-width: 1300px) {
  .case-study-single-page .case-study-content {
    float: left;
    max-width: 47%;
  }
}
.case-study-single-page .case-study-content h1 {
  color: #f58721;
}
.case-study-single-page .case-study-content ul {
  margin: 0 0 20px 40px;
  list-style: none;
}
.case-study-single-page .case-study-content ul li {
  font-size: 20px;
}
.case-study-single-page .case-study-content ul li:before {
  /* For a disc bullet */
  content: "•";
  padding: 0 10px 0 0;
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -20px;
  top: 0px;
  color: #f58721;
  font-size: 20px;
}
.case-study-single-page .case-study-content ul p {
  margin: 0 0 15px 0;
}
.case-study-single-page .case-study-content .case-study-bio .case-study-transaction-wrapper {
  float: none;
  width: 280px;
  display: block;
  margin: 20px auto 20px auto;
}
@media (min-width: 599px) {
  .case-study-single-page .case-study-content .case-study-bio .case-study-transaction-wrapper {
    margin: 5px 0 20px 20px;
    float: right;
  }
}
.case-study-single-page .case-study-content .case-study-bio .case-study-transaction-wrapper .case-study-transaction .transaction-image img {
  width: 280px;
}
@media (min-width: 599px) {
  .case-study-single-page .case-study-content .case-study-bio .case-study-transaction-wrapper .case-study-transaction .transaction-image img {
    width: 245px;
  }
}
@media (min-width: 1600px) {
  .case-study-single-page .case-study-content .case-study-bio .case-study-transaction-wrapper .case-study-transaction .transaction-image img {
    width: 345px;
  }
}
.case-study-single-page .case-study-content .case-study-bio .case-study-transaction-wrapper .case-study-deal-team {
  margin: 5px 0 0 0;
}
.case-study-single-page .case-study-content .case-study-bio .case-study-transaction-wrapper .case-study-deal-team .deal-team {
  margin: 4px 0 0 0;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2f444d;
  font-size: 22px;
}
.case-study-single-page .case-study-content .case-study-bio .case-study-transaction-wrapper .case-study-deal-team .deal-team-people {
  margin: 3px 0 0 0;
}
.case-study-single-page .case-study-content .case-study-bio .case-study-transaction-wrapper .case-study-deal-team .deal-team-people .person .person-info .name {
  font-size: 20px;
  margin: 5px 0 0 20px;
  position: relative;
}
.case-study-single-page .case-study-content .case-study-bio .case-study-transaction-wrapper .case-study-deal-team .deal-team-people .person .person-info .name:before {
  content: "";
  position: absolute;
  top: 5px;
  left: -20px;
  background: url(../images/list-bullet-orange.png) no-repeat;
  width: 20px;
  height: 20px;
}
.case-study-single-page .case-study-content .case-study-bio .case-study-transaction-wrapper .case-study-deal-team .deal-team-people .person .person-info .name p {
  margin: 0;
  line-height: 1.2;
}
.case-study-single-page .featured-case-study {
  display: block;
  padding: 20px 10px 20px 10px;
  float: none;
  margin: 30px auto 0 auto;
  color: #000000;
  max-width: 80%;
}
@media (min-width: 600px) {
  .case-study-single-page .featured-case-study {
    max-width: 90%;
  }
}
@media (min-width: 600px) {
  .case-study-single-page .featured-case-study {
    max-width: 80%;
  }
}
@media (min-width: 890px) {
  .case-study-single-page .featured-case-study {
    max-width: 78%;
  }
}
@media (min-width: 1100px) {
  .case-study-single-page .featured-case-study {
    margin: 70px auto 0 auto;
  }
}
@media (min-width: 1300px) {
  .case-study-single-page .featured-case-study {
    float: right;
    max-width: 47%;
    padding: 0 80px 0 40px;
  }
}
.case-study-single-page .featured-case-study .case-study-featured-content {
  width: 100%;
  margin-top: -5px;
  background-color: #252525;
  color: #9C9C9C;
  padding: 20px;
  font-size: 14px;
  line-height: 125%;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 840px) {
  .case-study-single-page .featured-case-study .case-study-featured-content {
    padding: 40px;
    font-size: 18px;
    line-height: 125%;
    max-width: 890px;
  }
}
.case-study-single-page .featured-case-study .case-study-featured-content h4 {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
}
.case-study-single-page .featured-case-study .case-study-featured-content p {
  font-size: 12px;
  margin-top: 0;
  line-height: 110%;
  margin-bottom: 4px;
}
@media (min-width: 840px) {
  .case-study-single-page .featured-case-study .case-study-featured-content p {
    font-size: 16px;
    padding: 40px;
  }
}
.case-study-single-page .featured-case-study .case-study-featured-content .quote-byline {
  color: #f58721;
  display: block;
  margin-top: 5px;
  font-size: 12px;
}
@media (min-width: 840px) {
  .case-study-single-page .featured-case-study .case-study-featured-content .quote-byline {
    font-size: 16px;
  }
}
.case-study-single-page .featured-case-study .case-study-featured-content .quote-byline:before {
  content: "- ";
  color: #f58721;
}
.case-study-single-page .featured-case-study .case-study-image {
  max-width: 890px;
}
.case-study-single-page .featured-case-study .case-study-image img {
  width: 100%;
  margin-bottom: -10px;
}

#main .industries-main-content {
  max-width: 80%;
  float: left;
  display: block;
  padding: 0 10px 0 20px;
  overflow: hidden;
}
@media (min-width: 1100px) {
  #main .industries-main-content {
    margin: 0 20px 0 120px;
  }
}
#main .industries-main-content h1 {
  margin: 0 0 20px 0;
}

.single-industries .industries-info,
.single-practice .industries-info {
  width: 100%;
  display: block;
  float: left;
  margin: 40px 0 20px 0;
  padding: 0 0 0 20px;
}
@media (min-width: 990px) {
  .single-industries .industries-info,
  .single-practice .industries-info {
    width: 480px;
    padding: 0 0 0 60px;
  }
}
@media (min-width: 1520px) {
  .single-industries .industries-info,
  .single-practice .industries-info {
    padding: 0 0 0 80px;
  }
}
.single-industries .industries-info .jump-link,
.single-practice .industries-info .jump-link {
  max-width: 100%;
  margin-bottom: 8px;
}
.single-industries .industries-info .jump-link a,
.single-practice .industries-info .jump-link a {
  display: block;
  max-width: 350px;
  margin-top: -4px;
  margin-bottom: 3px;
  background: #4d4d4f;
  padding: 6px 0 5px 15px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.single-industries .industries-info .jump-link a:hover,
.single-practice .industries-info .jump-link a:hover {
  background: #f58721;
}
.single-industries .industries-info .industries-email-name .name p,
.single-practice .industries-info .industries-email-name .name p {
  margin: 0;
  color: #2f444d;
  text-transform: uppercase;
  font-size: 19px;
}
.single-industries .industries-info .industries-email-name .email,
.single-practice .industries-info .industries-email-name .email {
  margin-bottom: 30px;
  position: relative;
}
.single-industries .industries-info .industries-email-name .email a,
.single-practice .industries-info .industries-email-name .email a {
  padding-left: 32px;
  margin: 0;
  color: #f58721;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
.single-industries .industries-info .industries-email-name .email:before,
.single-practice .industries-info .industries-email-name .email:before {
  content: " ";
  background: url(../images/email.png) center top no-repeat;
  width: 25px;
  height: 20px;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 1px;
  margin-right: 10px;
}
.single-industries .industries-info .all-transaction-page-link,
.single-practice .industries-info .all-transaction-page-link {
  font-size: 17px;
  width: 85%;
  margin: 0;
  padding-left: 20px;
  line-height: 1.1;
  color: #4d4d4f !important;
}
.single-industries .industries-info .all-transaction-page-link a,
.single-practice .industries-info .all-transaction-page-link a {
  color: #f58721;
  display: list-item;
  list-style: disc;
  list-style: url(../images/list-bullet-orange.png);
}
.single-industries .industries-info .all-transaction-page-link a:hover,
.single-practice .industries-info .all-transaction-page-link a:hover {
  color: #f58721;
}
.single-industries .industries-info .industries-associated-content,
.single-practice .industries-info .industries-associated-content {
  margin-right: 0 45px 45px 0;
}
.single-industries .industries-info .industries-people,
.single-practice .industries-info .industries-people {
  margin: 0 0 20px 0;
}
.single-industries .industries-info .industries-people .underperson-email,
.single-practice .industries-info .industries-people .underperson-email {
  padding-top: 10px;
}
.single-industries .industries-info .industries-people .underperson-email .name p,
.single-practice .industries-info .industries-people .underperson-email .name p {
  margin: 0;
  color: #2f444d;
  text-transform: uppercase;
  font-size: 19px;
}
.single-industries .industries-info .industries-people .underperson-email .email,
.single-practice .industries-info .industries-people .underperson-email .email {
  margin-bottom: 30px;
  position: relative;
}
.single-industries .industries-info .industries-people .underperson-email .email a,
.single-practice .industries-info .industries-people .underperson-email .email a {
  padding-left: 32px;
  margin: 0;
  color: #f58721;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
.single-industries .industries-info .industries-people .underperson-email .email:before,
.single-practice .industries-info .industries-people .underperson-email .email:before {
  content: " ";
  background: url(../images/email.png) center top no-repeat;
  width: 25px;
  height: 20px;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 1px;
  margin-right: 10px;
}
.single-industries .industries-info .person-links,
.single-practice .industries-info .person-links {
  max-width: 100%;
  margin-bottom: 20px;
}
.single-industries .industries-info .person-links a,
.single-practice .industries-info .person-links a {
  display: block;
  max-width: 260px;
  margin-top: -4px;
  margin-bottom: 8px;
  background: #4d4d4f;
  padding: 8px 0 6px 15px;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}
@media (min-width: 450px) {
  .single-industries .industries-info .person-links a,
  .single-practice .industries-info .person-links a {
    max-width: 370px;
  }
}
.single-industries .industries-info .person-links a:hover,
.single-practice .industries-info .person-links a:hover {
  background: #f58721;
}
.single-industries .industries-content,
.single-practice .industries-content {
  max-width: 100%;
  margin: 0 20px 0 20px;
  float: none;
  display: block;
}
@media (min-width: 990px) {
  .single-industries .industries-content,
  .single-practice .industries-content {
    float: left;
    width: calc(100% - 540px);
    margin: 15px 60px 20px 0;
  }
}
@media (min-width: 1520px) {
  .single-industries .industries-content,
  .single-practice .industries-content {
    width: calc(100% - 560px);
    margin: 15px 80px 20px 0;
  }
}
.single-industries .industries-content h2,
.single-practice .industries-content h2 {
  font-size: 28px;
  line-height: 110%;
  color: #0E4F83;
  text-transform: none;
  margin: 20px 0 3px 0;
}
@media (min-width: 600px) {
  .single-industries .industries-content h2,
  .single-practice .industries-content h2 {
    font-size: 34px;
  }
}
.single-industries .industries-content h3,
.single-practice .industries-content h3 {
  font-size: 24px;
  line-height: 110%;
  color: #0E4F83;
  text-transform: none;
  margin: 20px 0 3px 0;
}
@media (min-width: 600px) {
  .single-industries .industries-content h3,
  .single-practice .industries-content h3 {
    font-size: 32px;
  }
}
.single-industries .industries-content:after,
.single-practice .industries-content:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.single-industries .industries-content .recent-transaction,
.single-practice .industries-content .recent-transaction {
  width: 100%;
  text-align: left;
  clear: both;
  display: inline-block;
}
.single-industries .industries-content .recent-transaction .transaction-headline,
.single-practice .industries-content .recent-transaction .transaction-headline {
  font-size: 24px;
}
.single-industries .industries-content .recent-transaction .transactions .transaction-image,
.single-practice .industries-content .recent-transaction .transactions .transaction-image {
  display: inline-block;
}
.single-industries .industries-content .recent-transaction .transactions .transaction-image img,
.single-practice .industries-content .recent-transaction .transactions .transaction-image img {
  width: 180px;
}
@media (min-width: 470px) {
  .single-industries .industries-content .recent-transaction .transactions .transaction-image img,
  .single-practice .industries-content .recent-transaction .transactions .transaction-image img {
    width: 300px;
  }
}
.single-industries .industries-content .recent-transaction .transactions .transaction-image a img,
.single-practice .industries-content .recent-transaction .transactions .transaction-image a img {
  cursor: pointer;
}
.single-industries .industries-content .recent-transaction a img,
.single-practice .industries-content .recent-transaction a img {
  cursor: pointer;
}
.single-industries .industries-content .recent-transaction .transactions,
.single-practice .industries-content .recent-transaction .transactions {
  margin-top: 20px;
  margin-bottom: 80px;
}
.single-industries .industries-content ul,
.single-practice .industries-content ul {
  margin: 0 0 20px 40px;
  list-style: none;
}
.single-industries .industries-content ul li,
.single-practice .industries-content ul li {
  font-size: 20px;
}
.single-industries .industries-content ul li:before,
.single-practice .industries-content ul li:before {
  /* For a disc bullet */
  content: "•";
  padding: 0 10px 0 0;
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -20px;
  top: 0px;
  color: #f58721;
  font-size: 20px;
}
.single-industries .industries-practices,
.single-practice .industries-practices {
  position: relative;
  display: block;
  clear: both;
  float: none;
}
.single-industries .industries-practices:before,
.single-practice .industries-practices:before {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.single-industries .industries-practices .back-top-link,
.single-practice .industries-practices .back-top-link {
  color: #fff;
  background-color: #2F434E;
  text-decoration: none;
  font-size: 12px;
}
.single-industries .industries-practices .back-top-link:visited, .single-industries .industries-practices .back-top-link:hover,
.single-practice .industries-practices .back-top-link:visited,
.single-practice .industries-practices .back-top-link:hover {
  color: #fff;
}
.single-industries .industries-practices .back-top-link .back-top,
.single-practice .industries-practices .back-top-link .back-top {
  position: absolute;
  z-index: 10;
  background: no-repeat top center;
  background-color: #2F434E;
  color: #fff;
  width: 98px;
  padding: 4px 0 5px 0;
  right: 0;
  margin-left: 20px;
  bottom: 20px;
  text-align: center;
  clear: both;
  float: none;
}
@media (min-width: 1200px) {
  .single-industries .industries-practices .back-top-link .back-top,
  .single-practice .industries-practices .back-top-link .back-top {
    z-index: 1;
    top: 350px;
    background-image: url("../images/backToTopArrow.jpg");
    background-position: center 8px;
    background-repeat: no-repeat;
    background-size: 45px 53px;
    right: 0;
    padding: 65px 0 5px 0;
    width: 78px;
    height: 90px;
  }
}
.single-industries .industries-practices .practice,
.single-practice .industries-practices .practice {
  position: relative;
  overflow: auto;
}
.single-industries .industries-practices .practice .practices-info,
.single-practice .industries-practices .practice .practices-info {
  width: 100%;
  display: block;
  float: none;
  margin: 40px auto 20px auto;
  padding: 0 20px 0 20px;
}
@media (min-width: 768px) {
  .single-industries .industries-practices .practice .practices-info,
  .single-practice .industries-practices .practice .practices-info {
    width: 320px;
    display: inline-block;
    float: left;
    padding: 0 40px 0 20px;
  }
}
@media (min-width: 1100px) {
  .single-industries .industries-practices .practice .practices-info,
  .single-practice .industries-practices .practice .practices-info {
    padding: 0 0 0 120px;
    width: 560px;
    float: left;
  }
}
.single-industries .industries-practices .practice .practices-info .all-transaction-page-link,
.single-practice .industries-practices .practice .practices-info .all-transaction-page-link {
  font-size: 17px;
  width: 85%;
  margin: 0;
  padding-left: 20px;
  line-height: 1.1;
  color: #4d4d4f !important;
}
.single-industries .industries-practices .practice .practices-info .all-transaction-page-link a,
.single-practice .industries-practices .practice .practices-info .all-transaction-page-link a {
  color: #f58721;
  display: list-item;
  list-style: disc;
  list-style: url(../images/list-bullet-orange.png);
}
.single-industries .industries-practices .practice .practices-info .all-transaction-page-link a:hover,
.single-practice .industries-practices .practice .practices-info .all-transaction-page-link a:hover {
  color: #f58721;
}
.single-industries .industries-practices .practice .practices-info .practices-people,
.single-practice .industries-practices .practice .practices-info .practices-people {
  margin: 0 0 40px 0;
}
.single-industries .industries-practices .practice .practices-info .practices-people .underperson-email,
.single-practice .industries-practices .practice .practices-info .practices-people .underperson-email {
  padding-top: 10px;
}
.single-industries .industries-practices .practice .practices-info .practices-people .underperson-email .name p,
.single-practice .industries-practices .practice .practices-info .practices-people .underperson-email .name p {
  margin: 0;
  color: #2f444d;
  text-transform: uppercase;
  font-size: 19px;
}
.single-industries .industries-practices .practice .practices-info .practices-people .underperson-email .email,
.single-practice .industries-practices .practice .practices-info .practices-people .underperson-email .email {
  margin-bottom: 30px;
  position: relative;
}
.single-industries .industries-practices .practice .practices-info .practices-people .underperson-email .email a,
.single-practice .industries-practices .practice .practices-info .practices-people .underperson-email .email a {
  padding-left: 32px;
  margin: 0;
  color: #f58721;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
.single-industries .industries-practices .practice .practices-info .practices-people .underperson-email .email:before,
.single-practice .industries-practices .practice .practices-info .practices-people .underperson-email .email:before {
  content: " ";
  background: url(../images/email.png) center top no-repeat;
  width: 25px;
  height: 20px;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 1px;
  margin-right: 10px;
}
.single-industries .industries-practices .practice .practices-info .person-links,
.single-practice .industries-practices .practice .practices-info .person-links {
  max-width: 100%;
  margin-bottom: 20px;
}
.single-industries .industries-practices .practice .practices-info .person-links a,
.single-practice .industries-practices .practice .practices-info .person-links a {
  display: block;
  max-width: 260px;
  margin-top: -4px;
  margin-bottom: 8px;
  background: #4d4d4f;
  padding: 8px 0 6px 11px;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}
@media (min-width: 450px) {
  .single-industries .industries-practices .practice .practices-info .person-links a,
  .single-practice .industries-practices .practice .practices-info .person-links a {
    max-width: 370px;
  }
}
@media (min-width: 768px) {
  .single-industries .industries-practices .practice .practices-info .person-links a,
  .single-practice .industries-practices .practice .practices-info .person-links a {
    max-width: 260px;
  }
}
@media (min-width: 1100px) {
  .single-industries .industries-practices .practice .practices-info .person-links a,
  .single-practice .industries-practices .practice .practices-info .person-links a {
    max-width: 370px;
  }
}
.single-industries .industries-practices .practice .practices-info .person-links a:hover,
.single-practice .industries-practices .practice .practices-info .person-links a:hover {
  background: #f58721;
}
.single-industries .industries-practices .practice .practices-info .practice-email-name,
.single-practice .industries-practices .practice .practices-info .practice-email-name {
  padding-top: 10px;
  padding-bottom: 0;
}
.single-industries .industries-practices .practice .practices-info .practice-email-name .name p,
.single-practice .industries-practices .practice .practices-info .practice-email-name .name p {
  margin: 0;
  color: #2f444d;
  text-transform: uppercase;
  font-size: 19px;
}
.single-industries .industries-practices .practice .practices-info .practice-email-name .email,
.single-practice .industries-practices .practice .practices-info .practice-email-name .email {
  margin-bottom: 30px;
  position: relative;
}
.single-industries .industries-practices .practice .practices-info .practice-email-name .email a,
.single-practice .industries-practices .practice .practices-info .practice-email-name .email a {
  padding-left: 32px;
  margin: 0;
  color: #f58721;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
.single-industries .industries-practices .practice .practices-info .practice-email-name .email:before,
.single-practice .industries-practices .practice .practices-info .practice-email-name .email:before {
  content: " ";
  background: url(../images/email.png) center top no-repeat;
  width: 25px;
  height: 20px;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 1px;
  margin-right: 10px;
}
.single-industries .industries-practices .practice .practices-info .practice-associated-content,
.single-practice .industries-practices .practice .practices-info .practice-associated-content {
  margin: 0 45px 45px 0;
}
.single-industries .industries-practices .practice .practices-content,
.single-practice .industries-practices .practice .practices-content {
  max-width: 100%;
  margin: -20px 20px 0 20px;
  float: none;
  position: relative;
  padding-right: 2%;
}
@media (min-width: 768px) {
  .single-industries .industries-practices .practice .practices-content,
  .single-practice .industries-practices .practice .practices-content {
    width: 54%;
    margin: 20px 0;
    float: left;
    padding-right: 1%;
  }
}
@media (min-width: 840px) {
  .single-industries .industries-practices .practice .practices-content,
  .single-practice .industries-practices .practice .practices-content {
    width: 60%;
  }
}
@media (min-width: 1100px) {
  .single-industries .industries-practices .practice .practices-content,
  .single-practice .industries-practices .practice .practices-content {
    padding-right: 1%;
    width: 44%;
  }
}
@media (min-width: 1350px) {
  .single-industries .industries-practices .practice .practices-content,
  .single-practice .industries-practices .practice .practices-content {
    width: 55%;
    padding-right: 7%;
  }
}
@media (min-width: 1515px) {
  .single-industries .industries-practices .practice .practices-content,
  .single-practice .industries-practices .practice .practices-content {
    width: 60%;
    padding-right: 5%;
  }
}
@media (min-width: 1700px) {
  .single-industries .industries-practices .practice .practices-content,
  .single-practice .industries-practices .practice .practices-content {
    padding-right: 0;
  }
}
.single-industries .industries-practices .practice .practices-content:after,
.single-practice .industries-practices .practice .practices-content:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.single-industries .industries-practices .practice .practices-content ul,
.single-practice .industries-practices .practice .practices-content ul {
  margin: 0 0 20px 40px;
  list-style: none;
}
.single-industries .industries-practices .practice .practices-content ul li,
.single-practice .industries-practices .practice .practices-content ul li {
  font-size: 20px;
}
.single-industries .industries-practices .practice .practices-content ul li:before,
.single-practice .industries-practices .practice .practices-content ul li:before {
  /* For a disc bullet */
  content: "•";
  padding: 0 10px 0 0;
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -20px;
  top: 0px;
  color: #f58721;
  font-size: 20px;
}
.single-industries .industries-practices .practice .practices-content .recent-transaction,
.single-practice .industries-practices .practice .practices-content .recent-transaction {
  width: 100%;
  text-align: left;
  clear: both;
  display: inline-block;
}
.single-industries .industries-practices .practice .practices-content .recent-transaction .transaction-headline,
.single-practice .industries-practices .practice .practices-content .recent-transaction .transaction-headline {
  font-size: 24px;
}
.single-industries .industries-practices .practice .practices-content .recent-transaction .transactions .transaction-image,
.single-practice .industries-practices .practice .practices-content .recent-transaction .transactions .transaction-image {
  display: inline-block;
}
.single-industries .industries-practices .practice .practices-content .recent-transaction .transactions .transaction-image img,
.single-practice .industries-practices .practice .practices-content .recent-transaction .transactions .transaction-image img {
  width: 180px;
}
@media (min-width: 470px) {
  .single-industries .industries-practices .practice .practices-content .recent-transaction .transactions .transaction-image img,
  .single-practice .industries-practices .practice .practices-content .recent-transaction .transactions .transaction-image img {
    width: 300px;
  }
}
.single-industries .industries-practices .practice .practices-content .recent-transaction .transactions .transaction-image a img,
.single-practice .industries-practices .practice .practices-content .recent-transaction .transactions .transaction-image a img {
  cursor: pointer;
}
.single-industries .industries-practices .practice .practices-content .recent-transaction a img,
.single-practice .industries-practices .practice .practices-content .recent-transaction a img {
  cursor: pointer;
}
.single-industries .industries-practices .practice .practices-content .recent-transaction .transactions,
.single-practice .industries-practices .practice .practices-content .recent-transaction .transactions {
  margin-top: 20px;
  margin-bottom: 80px;
}
.single-industries .industries-practices .jump,
.single-practice .industries-practices .jump {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.single-industries .industries-transactions,
.single-industries .practice-transactions,
.single-practice .industries-transactions,
.single-practice .practice-transactions {
  width: 100%;
  text-align: left;
  clear: both;
  display: inline-block;
}
.single-industries .industries-transactions .transaction-headline,
.single-industries .practice-transactions .transaction-headline,
.single-practice .industries-transactions .transaction-headline,
.single-practice .practice-transactions .transaction-headline {
  font-size: 24px;
}
.single-industries .industries-transactions .transactions .transaction-image,
.single-industries .practice-transactions .transactions .transaction-image,
.single-practice .industries-transactions .transactions .transaction-image,
.single-practice .practice-transactions .transactions .transaction-image {
  display: inline-block;
}
.single-industries .industries-transactions .transactions .transaction-image img,
.single-industries .practice-transactions .transactions .transaction-image img,
.single-practice .industries-transactions .transactions .transaction-image img,
.single-practice .practice-transactions .transactions .transaction-image img {
  width: 180px;
}
@media (min-width: 470px) {
  .single-industries .industries-transactions .transactions .transaction-image img,
  .single-industries .practice-transactions .transactions .transaction-image img,
  .single-practice .industries-transactions .transactions .transaction-image img,
  .single-practice .practice-transactions .transactions .transaction-image img {
    width: 300px;
  }
}
.single-industries .industries-transactions .transactions .transaction-image a img,
.single-industries .practice-transactions .transactions .transaction-image a img,
.single-practice .industries-transactions .transactions .transaction-image a img,
.single-practice .practice-transactions .transactions .transaction-image a img {
  cursor: pointer;
}
.single-industries .industries-transactions a img,
.single-industries .practice-transactions a img,
.single-practice .industries-transactions a img,
.single-practice .practice-transactions a img {
  cursor: pointer;
}
.single-industries .industries-transactions .transaction-headline,
.single-industries .practice-transactions .transaction-headline,
.single-practice .industries-transactions .transaction-headline,
.single-practice .practice-transactions .transaction-headline {
  color: #0E4F83;
  text-align: left;
  margin-bottom: 20px;
  padding: 0 20px;
}
@media (min-width: 840px) {
  .single-industries .industries-transactions .transaction-headline,
  .single-industries .practice-transactions .transaction-headline,
  .single-practice .industries-transactions .transaction-headline,
  .single-practice .practice-transactions .transaction-headline {
    padding: 0;
  }
}
.single-industries .industries-transactions #transactions,
.single-industries .practice-transactions #transactions,
.single-practice .industries-transactions #transactions,
.single-practice .practice-transactions #transactions {
  position: relative;
  max-width: 1920px;
  min-height: 1000px;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 0 20px 0 20px;
}
@media (min-width: 990px) {
  .single-industries .industries-transactions #transactions,
  .single-industries .practice-transactions #transactions,
  .single-practice .industries-transactions #transactions,
  .single-practice .practice-transactions #transactions {
    padding: 0 60px 0 60px;
  }
}
@media (min-width: 1520px) {
  .single-industries .industries-transactions #transactions,
  .single-industries .practice-transactions #transactions,
  .single-practice .industries-transactions #transactions,
  .single-practice .practice-transactions #transactions {
    padding: 0 80px 0 80px;
  }
}
.single-industries .industries-transactions #transactions .mix,
.single-industries .practice-transactions #transactions .mix,
.single-practice .industries-transactions #transactions .mix,
.single-practice .practice-transactions #transactions .mix {
  display: none;
  position: relative;
  width: 80%;
  height: auto;
  padding: 0;
}
@media (min-width: 450px) {
  .single-industries .industries-transactions #transactions .mix,
  .single-industries .practice-transactions #transactions .mix,
  .single-practice .industries-transactions #transactions .mix,
  .single-practice .practice-transactions #transactions .mix {
    width: 30%;
    height: 0;
    margin-right: 10px;
    padding-top: 40%;
  }
}
@media (min-width: 840px) {
  .single-industries .industries-transactions #transactions .mix,
  .single-industries .practice-transactions #transactions .mix,
  .single-practice .industries-transactions #transactions .mix,
  .single-practice .practice-transactions #transactions .mix {
    float: left;
    width: 30%;
  }
}
@media (min-width: 1000px) {
  .single-industries .industries-transactions #transactions .mix,
  .single-industries .practice-transactions #transactions .mix,
  .single-practice .industries-transactions #transactions .mix,
  .single-practice .practice-transactions #transactions .mix {
    width: 19.7%;
    margin-right: 2px;
    padding-top: 27%;
  }
}
@media (min-width: 1365px) {
  .single-industries .industries-transactions #transactions .mix,
  .single-industries .practice-transactions #transactions .mix,
  .single-practice .industries-transactions #transactions .mix,
  .single-practice .practice-transactions #transactions .mix {
    margin-right: 3px;
  }
}
@media (min-width: 1765px) {
  .single-industries .industries-transactions #transactions .mix,
  .single-industries .practice-transactions #transactions .mix,
  .single-practice .industries-transactions #transactions .mix,
  .single-practice .practice-transactions #transactions .mix {
    margin-right: 4px;
  }
}
.single-industries .industries-transactions #transactions .the-transaction .transaction-image,
.single-industries .practice-transactions #transactions .the-transaction .transaction-image,
.single-practice .industries-transactions #transactions .the-transaction .transaction-image,
.single-practice .practice-transactions #transactions .the-transaction .transaction-image {
  position: relative;
  margin-top: 0;
}
.single-industries .industries-transactions #transactions .the-transaction .transaction-image img,
.single-industries .practice-transactions #transactions .the-transaction .transaction-image img,
.single-practice .industries-transactions #transactions .the-transaction .transaction-image img,
.single-practice .practice-transactions #transactions .the-transaction .transaction-image img {
  max-width: 100%;
  width: 350px;
  transition: all 0.5s ease;
}
@media (min-width: 450px) {
  .single-industries .industries-transactions #transactions .the-transaction .transaction-image,
  .single-industries .practice-transactions #transactions .the-transaction .transaction-image,
  .single-practice .industries-transactions #transactions .the-transaction .transaction-image,
  .single-practice .practice-transactions #transactions .the-transaction .transaction-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.single-industries .industries-transactions #transactions .the-transaction .tint,
.single-industries .practice-transactions #transactions .the-transaction .tint,
.single-practice .industries-transactions #transactions .the-transaction .tint,
.single-practice .practice-transactions #transactions .the-transaction .tint {
  margin-bottom: 0;
}
@media (min-width: 840px) {
  .single-industries .industries-transactions #transactions .the-transaction .tint,
  .single-industries .practice-transactions #transactions .the-transaction .tint,
  .single-practice .industries-transactions #transactions .the-transaction .tint,
  .single-practice .practice-transactions #transactions .the-transaction .tint {
    margin-bottom: 20px;
  }
}
.single-industries .industries-transactions #transactions .the-transaction .tint:before,
.single-industries .practice-transactions #transactions .the-transaction .tint:before,
.single-practice .industries-transactions #transactions .the-transaction .tint:before,
.single-practice .practice-transactions #transactions .the-transaction .tint:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/tombstoneTint2.png) left top no-repeat;
  background-size: 100%;
  pointer-events: none;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.single-industries .industries-transactions #transactions .the-transaction .tint:hover:before,
.single-industries .practice-transactions #transactions .the-transaction .tint:hover:before,
.single-practice .industries-transactions #transactions .the-transaction .tint:hover:before,
.single-practice .practice-transactions #transactions .the-transaction .tint:hover:before {
  opacity: 0;
}
.single-industries .industries-transactions #transactions .the-transaction .tint a:after,
.single-industries .practice-transactions #transactions .the-transaction .tint a:after,
.single-practice .industries-transactions #transactions .the-transaction .tint a:after,
.single-practice .practice-transactions #transactions .the-transaction .tint a:after {
  display: none;
}

.services-main .hentry .page-image-header .header-video,
.services-what-we-do .hentry .page-image-header .header-video {
  position: relative;
  width: 100vw;
  height: 55vh;
}
.services-main .hentry .page-image-header .header-video video,
.services-what-we-do .hentry .page-image-header .header-video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.services-main .hentry .page-image-header .header-video .header-title h1,
.services-what-we-do .hentry .page-image-header .header-video .header-title h1 {
  position: absolute;
  top: 18%;
  padding: 6px 40px 12px 40px;
  background-color: rgba(20, 24, 27, 0.7);
  font-family: "Heebo-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #f8f9fa;
  font-weight: 500;
}
.services-main .hentry .page-image-header .header-video .video-overlay,
.services-what-we-do .hentry .page-image-header .header-video .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
}
@media screen and (min-width: 600px) {
  .services-main .hentry .page-image-header .standard-image,
  .services-main .hentry .page-image-header .header-image,
  .services-what-we-do .hentry .page-image-header .standard-image,
  .services-what-we-do .hentry .page-image-header .header-image {
    height: 50vw;
  }
}
@media screen and (min-width: 990px) {
  .services-main .hentry .page-image-header .standard-image,
  .services-main .hentry .page-image-header .header-image,
  .services-what-we-do .hentry .page-image-header .standard-image,
  .services-what-we-do .hentry .page-image-header .header-image {
    margin-top: -1px;
  }
}
.services-main .hentry .page-image-header .standard-image h1,
.services-main .hentry .page-image-header .standard-image h2,
.services-main .hentry .page-image-header .standard-image h3,
.services-main .hentry .page-image-header .header-image h1,
.services-main .hentry .page-image-header .header-image h2,
.services-main .hentry .page-image-header .header-image h3,
.services-what-we-do .hentry .page-image-header .standard-image h1,
.services-what-we-do .hentry .page-image-header .standard-image h2,
.services-what-we-do .hentry .page-image-header .standard-image h3,
.services-what-we-do .hentry .page-image-header .header-image h1,
.services-what-we-do .hentry .page-image-header .header-image h2,
.services-what-we-do .hentry .page-image-header .header-image h3 {
  top: 18%;
  font-weight: 500;
}
.services-main .hentry .page-image-header h1,
.services-main .hentry .page-image-header h2,
.services-main .hentry .page-image-header h3,
.services-what-we-do .hentry .page-image-header h1,
.services-what-we-do .hentry .page-image-header h2,
.services-what-we-do .hentry .page-image-header h3 {
  top: 18%;
}
.services-main .hentry footer,
.services-what-we-do .hentry footer {
  padding: 0;
}
.services-main .standard-content,
.services-what-we-do .standard-content {
  position: relative;
}
.services-main .standard-content h3,
.services-main .standard-content .h3,
.services-main .standard-content h4,
.services-main .standard-content .h4,
.services-main .standard-content h5,
.services-main .standard-content .h5,
.services-main .standard-content h6,
.services-main .standard-content .h6,
.services-what-we-do .standard-content h3,
.services-what-we-do .standard-content .h3,
.services-what-we-do .standard-content h4,
.services-what-we-do .standard-content .h4,
.services-what-we-do .standard-content h5,
.services-what-we-do .standard-content .h5,
.services-what-we-do .standard-content h6,
.services-what-we-do .standard-content .h6 {
  color: #2d2a26;
  text-transform: uppercase;
  margin: 20px 0 20px 0;
}
.services-main .standard-content h2,
.services-what-we-do .standard-content h2 {
  font-size: 24px;
}
.services-main .standard-content h3,
.services-what-we-do .standard-content h3 {
  font-size: 22px;
}
.services-main .standard-content h4,
.services-what-we-do .standard-content h4 {
  font-size: 18px;
}
.services-main .standard-content h5,
.services-main .standard-content h6,
.services-what-we-do .standard-content h5,
.services-what-we-do .standard-content h6 {
  font-size: 16px;
}
@media (min-width: 768px) {
  .services-main .standard-content .services-inline-list,
  .services-what-we-do .standard-content .services-inline-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .services-main .standard-content .services-inline-list li,
  .services-what-we-do .standard-content .services-inline-list li {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .services-main .standard-content .services-inline-list li,
  .services-what-we-do .standard-content .services-inline-list li {
    width: 33.33%;
  }
}
@media (min-width: 1440px) {
  .services-main .standard-content .services-inline-list,
  .services-what-we-do .standard-content .services-inline-list {
    margin-left: 25px !important;
  }
  .services-main .standard-content .services-inline-list li,
  .services-what-we-do .standard-content .services-inline-list li {
    width: auto;
  }
}
.services-main .standard-content .services-gallery,
.services-what-we-do .standard-content .services-gallery {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .services-main .standard-content .services-gallery img,
  .services-what-we-do .standard-content .services-gallery img {
    width: 50%;
  }
}
@media (min-width: 600px) {
  .services-main .standard-content h2,
  .services-what-we-do .standard-content h2 {
    font-size: 30px;
  }
  .services-main .standard-content h3,
  .services-what-we-do .standard-content h3 {
    font-size: 22px;
  }
  .services-main .standard-content h4,
  .services-what-we-do .standard-content h4 {
    font-size: 20px;
  }
  .services-main .standard-content h5,
  .services-what-we-do .standard-content h5 {
    text-transform: none;
    font-size: 16px;
    color: #f58721;
    font-weight: 600;
    margin: 0;
    padding-top: 0;
  }
  .services-main .standard-content h6,
  .services-what-we-do .standard-content h6 {
    font-size: 18px;
  }
}

.services-main .standard-content,
.services-main .client-showcase-logos,
.services-what-we-do .standard-content,
.services-what-we-do .client-showcase-logos {
  background-color: white;
  max-width: 100%;
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 0;
  padding: 30px 20px 20px 20px;
}
.services-main .standard-content h3,
.services-main .standard-content h4,
.services-main .client-showcase-logos h3,
.services-main .client-showcase-logos h4,
.services-what-we-do .standard-content h3,
.services-what-we-do .standard-content h4,
.services-what-we-do .client-showcase-logos h3,
.services-what-we-do .client-showcase-logos h4 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: none;
  color: #0E4F83;
}
.services-main .standard-content h3 a,
.services-main .standard-content h4 a,
.services-main .client-showcase-logos h3 a,
.services-main .client-showcase-logos h4 a,
.services-what-we-do .standard-content h3 a,
.services-what-we-do .standard-content h4 a,
.services-what-we-do .client-showcase-logos h3 a,
.services-what-we-do .client-showcase-logos h4 a {
  color: #0E4F83;
}
.services-main .standard-content .section-divider,
.services-main .client-showcase-logos .section-divider,
.services-what-we-do .standard-content .section-divider,
.services-what-we-do .client-showcase-logos .section-divider {
  background-color: #f58721;
  margin-bottom: 10px;
  height: 1px;
  border: none;
}
@media (max-width: 767px) {
  .services-main .standard-content h3,
  .services-main .standard-content h4,
  .services-main .client-showcase-logos h3,
  .services-main .client-showcase-logos h4,
  .services-what-we-do .standard-content h3,
  .services-what-we-do .standard-content h4,
  .services-what-we-do .client-showcase-logos h3,
  .services-what-we-do .client-showcase-logos h4 {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .services-main .standard-content,
  .services-main .client-showcase-logos,
  .services-what-we-do .standard-content,
  .services-what-we-do .client-showcase-logos {
    margin-left: 60px;
    margin-right: 60px;
    padding: 30px 60px 20px 60px;
  }
}
@media (min-width: 990px) {
  .services-main .standard-content,
  .services-main .client-showcase-logos,
  .services-what-we-do .standard-content,
  .services-what-we-do .client-showcase-logos {
    margin-left: 80px;
    margin-right: 80px;
    padding: 30px 60px 20px 60px;
  }
}
@media (min-width: 1520px) {
  .services-main .standard-content,
  .services-main .client-showcase-logos,
  .services-what-we-do .standard-content,
  .services-what-we-do .client-showcase-logos {
    margin-left: 100px;
    margin-right: 100px;
    padding: 40px 80px 40px 80px;
  }
}
.services-main .services-container,
.services-what-we-do .services-container {
  display: block;
  width: 100%;
  margin: 30px 0 0 0;
}
.services-main .services-container .services-section,
.services-what-we-do .services-container .services-section {
  display: block;
  position: relative;
  background-color: #fff;
  width: 100%;
  margin: 0 0 30px 0;
  padding: 20px;
  border: solid 2px #999999;
}
.services-main .services-container .services-section h2,
.services-main .services-container .services-section h3,
.services-main .services-container .services-section h4,
.services-what-we-do .services-container .services-section h2,
.services-what-we-do .services-container .services-section h3,
.services-what-we-do .services-container .services-section h4 {
  color: #0E4F83;
}
.services-main .services-container .services-section .section-text,
.services-what-we-do .services-container .services-section .section-text {
  font-size: 14px;
}
.services-main .services-container .services-section .section-text p,
.services-what-we-do .services-container .services-section .section-text p {
  text-align: justify;
}
.services-main .services-container .services-section .section-text ul,
.services-what-we-do .services-container .services-section .section-text ul {
  margin-left: 25px !important;
}
@media (min-width: 768px) {
  .services-main .services-container,
  .services-what-we-do .services-container {
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .services-main .services-container .services-section,
  .services-what-we-do .services-container .services-section {
    display: inline-block;
    width: calc(50% - 20px);
    margin: 0 0 30px 0;
    padding: 30px;
  }
}
@media (min-width: 1360px) {
  .services-main .services-container .services-section,
  .services-what-we-do .services-container .services-section {
    margin: 0 0 30px 0;
    padding: 40px;
  }
  .services-main .services-container .services-section:before,
  .services-what-we-do .services-container .services-section:before {
    top: 40px;
    left: 40px;
  }
  .services-main .services-container .services-section-3-columns,
  .services-what-we-do .services-container .services-section-3-columns {
    width: calc(33% - 20px);
  }
}
@media (min-width: 768px) {
  .services-main .services-container,
  .services-what-we-do .services-container {
    margin: 40px 0 0 0;
  }
}

.page.page-template-page-what-we-do #main .page ul {
  margin-left: 20px;
}
.page.page-template-page-what-we-do .section-text p,
.page.page-template-page-what-we-do .section-text ul li,
.page.page-template-page-what-we-do .section-text ol li {
  font-size: 14px;
}
@media (min-width: 1360px) {
  .page.page-template-page-what-we-do .section-text p,
  .page.page-template-page-what-we-do .section-text ul li,
  .page.page-template-page-what-we-do .section-text ol li {
    font-size: 16px;
  }
}

.page-timeline {
  position: relative;
}
.page-timeline .standard-main {
  position: relative;
}
.page-timeline .timeline-intro {
  display: block;
  position: relative;
  width: auto;
  text-align: center;
  margin: 20px auto 0 auto;
  padding: 10px 20px 10px 20px;
  z-index: 1;
}
.page-timeline .timeline-intro p {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: #0E4F83;
  line-height: 1.2;
  margin: 0;
}
.page-timeline .marker {
  display: block;
  position: absolute;
  background-color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #f58721;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
@media (min-width: 768px) {
  .page-timeline .timeline-intro p {
    font-size: 32px;
  }
}

.timeline-page {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  margin: 20px 20px 40px 20px;
  padding: 30px 0 0 0;
  clear: both;
  overflow: hidden;
}
.timeline-page > .marker {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.timeline-page > .marker.first {
  top: 0;
  bottom: auto;
}
.timeline-page:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #f58721;
  width: 1px;
  height: 100%;
}
@media (min-width: 1100px) {
  .timeline-page {
    margin: 20px 40px 40px 40px;
  }
}

.timeline-items {
  display: block;
}
@media (min-width: 768px) {
  .timeline-items {
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.timeline-item {
  display: inline-block;
  position: relative;
  width: auto;
  margin: 30px 0 0 0;
  padding: 0;
  z-index: 1;
}
.timeline-item .connector {
  display: none;
}
.timeline-item .connector .marker {
  display: none;
}
.timeline-item .timeline-item-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #b4b4b4;
}
.timeline-item header {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
}
.timeline-item header .featured-image {
  display: block;
  position: relative;
  background: transparent none center top no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 0;
  padding: 72% 0 0 0;
}
.timeline-item h3 {
  position: absolute;
  top: auto;
  left: 50%;
  background-color: #fff;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 54px;
  color: #f58721;
  line-height: 1;
  margin: -8px 0 0 0;
  padding: 8px 15px 2px 15px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.timeline-item .timeline-content {
  margin: 0;
  padding: 40px 12px 12px 12px;
}
.timeline-item .timeline-content h4 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: #2d2a26;
  margin: 0 0 10px 0;
}
@media (min-width: 768px) {
  .timeline-item {
    width: 49%;
    width: -webkit-calc(50% - 1px);
    width: -moz-calc(50% - 1px);
    width: calc(50% - 1px);
    margin: 40px 0 10px 0;
    padding: 0 7vw 0 0;
  }
  .timeline-item .connector {
    display: block;
    position: absolute;
    top: 150px;
    right: 0;
    background-color: #f58721;
    width: 100%;
    height: 1px;
  }
  .timeline-item .connector .marker {
    display: block;
    top: 50%;
    right: 0;
  }
  .timeline-item .connector.overlay {
    display: none;
  }
  .timeline-item:nth-of-type(even) {
    margin: 120px 0 10px 0;
    padding: 0 0 0 7vw;
  }
  .timeline-item:nth-of-type(even) .connector {
    right: auto;
    left: 0;
  }
  .timeline-item:nth-of-type(even) .connector .marker {
    right: auto;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .timeline-item:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .timeline-item:nth-last-of-type(1) .overlay {
    display: block;
    position: absolute;
    top: 150px;
    left: 0;
    width: calc(100vw - 55px);
    height: 100%;
    background-color: #fff;
    z-index: 0;
  }
  .timeline-item:nth-last-of-type(1) .overlay:before {
    content: "";
    display: block;
    position: absolute;
    top: -150px;
    left: 50%;
    background-color: #f58721;
    width: 1px;
    height: 150px;
  }
}
@media (min-width: 768px) and (min-width: 1100px) {
  .timeline-item:nth-last-of-type(1) .overlay {
    width: calc(100vw - 95px);
  }
}

.transactions-content {
  position: relative;
}
.transactions-content h1 {
  margin: 0 0 15px 120px;
  color: #f58721;
}
.transactions-content h5 {
  padding-left: 120px;
}
.transactions-content h6 {
  padding-left: 120px;
  margin-bottom: 20px;
}
.transactions-content .transaction-wrappper {
  margin: 0 0 0 120px;
}
.transactions-content .transaction-wrappper img {
  width: 300px;
  height: 405px;
  margin: 10px 5px 0 0;
}
.transactions-content .transaction-wrappper a {
  text-decoration: none;
}
.transactions-content .transaction-wrappper a:visited {
  text-decoration: none;
}
.transactions-content .transactions {
  padding-left: 120px;
  margin-top: 40px;
}
.transactions-content .transactions .transaction-image {
  display: inline-block;
}
.transactions-content .transactions .transaction-image img {
  width: 300px;
}
.transactions-content .transactions .tint {
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
}
.transactions-content .transactions .tint:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/tombstoneTint.png) top no-repeat;
  background-size: 294px;
  background-position: 0 0;
  pointer-events: none;
}
.transactions-content .transactions .tint:hover:before {
  background: none;
}
.transactions-content .transactions .tint a:after {
  display: none;
}

.transaction-single-page {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
}
.transaction-single-page .transaction-title {
  position: relative;
  width: 100%;
}
.transaction-single-page .transaction-title h1 {
  margin: 40px 40px 40px 40px;
  max-width: 100%;
}
@media (min-width: 840px) {
  .transaction-single-page .transaction-title h1 {
    margin: 40px 120px 40px 120px;
  }
}
.transaction-single-page .transaction-tombstone {
  width: 100%;
}
@media (min-width: 1024px) {
  .transaction-single-page .transaction-tombstone {
    width: 30%;
  }
}
.transaction-single-page .transaction-tombstone .tombstone-image {
  float: left;
  margin: 0 0 0 40px;
}
@media (min-width: 840px) {
  .transaction-single-page .transaction-tombstone .tombstone-image {
    margin: 0 0 0 120px;
  }
}
.transaction-single-page .transaction-tombstone .tombstone-image img {
  width: 100%;
  max-width: 350px;
}
.transaction-single-page .transaction-content {
  position: relative;
  max-width: 100%;
  float: left;
  display: block;
}
@media (min-width: 1024px) {
  .transaction-single-page .transaction-content {
    max-width: 70%;
  }
}
.transaction-single-page .transaction-content .transaction-info {
  color: #2d2a26;
  margin: 0 120px 0 40px;
}
@media (min-width: 840px) {
  .transaction-single-page .transaction-content .transaction-info {
    margin: 0 120px 0 120px;
  }
}
@media (min-width: 1024px) {
  .transaction-single-page .transaction-content .transaction-info {
    margin: 0 120px 0 40px;
  }
}
.transaction-single-page .transaction-content .transaction-info p {
  position: relative;
  width: 100%;
}

.transactions-page {
  padding-bottom: 0;
}
.transactions-page .article-header {
  padding-bottom: 0;
}
@media (min-width: 840px) {
  .transactions-page .article-header {
    padding-bottom: 24px;
  }
}
.transactions-page .article-header .categories {
  font-size: 20px;
  color: #252525;
  padding: 10px 20px 10px 20px;
}
@media (min-width: 990px) {
  .transactions-page .article-header .categories {
    padding: 10px 60px 0 60px;
  }
}
@media (min-width: 1520px) {
  .transactions-page .article-header .categories {
    padding: 10px 80px 0 80px;
  }
}
.transactions-page .article-header .categories .filter,
.transactions-page .article-header .categories .filter-link {
  text-transform: uppercase;
  display: block;
  margin: 0 22px 0 0;
  cursor: pointer;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 840px) {
  .transactions-page .article-header .categories .filter,
  .transactions-page .article-header .categories .filter-link {
    color: #252525;
    margin: 0 20px 0 0;
    display: inline-block;
    border: none;
  }
}
.transactions-page .article-header .categories .filter:hover,
.transactions-page .article-header .categories .filter-link:hover {
  color: #f58721;
}
.transactions-page .article-header .categories .filter-link.child,
.transactions-page .article-header .categories .filter-link.child:hover,
.transactions-page .article-header .categories .filter-link.child:active {
  text-transform: none;
  color: #252525;
}
@media (min-width: 840px) {
  .transactions-page .article-header .categories .filter-link.child,
  .transactions-page .article-header .categories .filter-link.child:hover,
  .transactions-page .article-header .categories .filter-link.child:active {
    color: #fff;
  }
}
.transactions-page .article-header .categories .active {
  color: #f58721;
}
.transactions-page .article-header h1 {
  margin: 10px 20px 10px 20px;
}
@media (min-width: 990px) {
  .transactions-page .article-header h1 {
    margin-left: 60px;
    margin-right: 60px;
  }
}
@media (min-width: 1520px) {
  .transactions-page .article-header h1 {
    margin-left: 80px;
    margin-right: 80px;
  }
}
.transactions-page .cat-section {
  font-size: 18px;
}
.transactions-page .cat-section ul {
  list-style-type: none;
  margin: 0 !important;
}
@media (min-width: 840px) {
  .transactions-page .cat-section ul {
    margin: 15px 0 0 0 !important;
  }
}
.transactions-page .cat-section ul li {
  display: list-item;
  padding: 2px 0 0 0;
  margin: 0;
  text-align: left;
  position: relative;
  width: auto;
  font-size: 18px !important;
}
@media (min-width: 840px) {
  .transactions-page .cat-section ul li {
    display: inline-block;
    padding: 0;
    margin: 0 1% 0 0;
  }
}
.transactions-page .cat-section ul li:before {
  display: none !important;
}
.transactions-page .cat-section ul ul {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  padding: 0 0 0 0;
  margin: 0 22px 0 0 !important;
  z-index: 10;
}
@media (min-width: 840px) {
  .transactions-page .cat-section ul ul {
    position: absolute;
    display: none;
    top: 23px;
    left: -11px;
  }
}
.transactions-page .cat-section ul ul li {
  float: none;
  width: 100%;
  height: auto;
  text-align: left;
  font-size: 15px !important;
  padding: 5px 0 0 28px;
  margin-right: 22px;
  margin-bottom: 0;
}
@media (min-width: 840px) {
  .transactions-page .cat-section ul ul li {
    background: #4d4d4f;
    color: #fff;
    padding: 7px 0 5px 28px;
    margin-bottom: 2px;
    width: 315px;
  }
}
.transactions-page .cat-section ul ul li:last-child {
  border-bottom: none;
}
.transactions-page .cat-section ul ul li:hover {
  transition: linear 0.3s;
  color: #f58721 !important;
}
@media (min-width: 840px) {
  .transactions-page .cat-section ul ul li:hover {
    background: #FBAF3F;
    color: #fff !important;
  }
}
.transactions-page .cat-section ul ul li div {
  width: 100%;
  color: #252525 !important;
  text-transform: none;
}
@media (min-width: 840px) {
  .transactions-page .cat-section ul ul li div {
    color: #fff !important;
  }
}
.transactions-page .cat-section ul ul li div:hover {
  color: #f58721 !important;
}
@media (min-width: 840px) {
  .transactions-page .cat-section ul ul li div:hover {
    color: #fff !important;
  }
}
.transactions-page .cat-section ul ul li .filter,
.transactions-page .cat-section ul ul li .filter-link {
  text-transform: none !important;
}
.transactions-page .cat-section ul li:hover > ul {
  display: block;
}
.transactions-page .transaction-page-content #transactions {
  position: relative;
  max-width: 1920px;
  min-height: 1000px;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 20px 20px 0 20px;
}
@media (min-width: 990px) {
  .transactions-page .transaction-page-content #transactions {
    padding: 20px 60px 0 60px;
  }
}
@media (min-width: 1520px) {
  .transactions-page .transaction-page-content #transactions {
    padding: 20px 80px 0 80px;
  }
}
.transactions-page .transaction-page-content #transactions .mix {
  display: none;
  position: relative;
  width: 80%;
  height: auto;
  padding: 0;
}
@media (min-width: 450px) {
  .transactions-page .transaction-page-content #transactions .mix {
    width: 30%;
    height: 0;
    margin-right: 10px;
    padding-top: 40%;
  }
}
@media (min-width: 840px) {
  .transactions-page .transaction-page-content #transactions .mix {
    float: left;
    width: 30%;
  }
}
@media (min-width: 1000px) {
  .transactions-page .transaction-page-content #transactions .mix {
    width: 19.7%;
    margin-right: 2px;
    padding-top: 27%;
  }
}
@media (min-width: 1365px) {
  .transactions-page .transaction-page-content #transactions .mix {
    margin-right: 3px;
  }
}
@media (min-width: 1765px) {
  .transactions-page .transaction-page-content #transactions .mix {
    margin-right: 4px;
  }
}
.transactions-page .transaction-page-content #transactions .the-transaction .transaction-image {
  position: relative;
  margin-top: 0;
}
.transactions-page .transaction-page-content #transactions .the-transaction .transaction-image img {
  max-width: 100%;
  width: 350px;
  transition: all 0.5s ease;
}
@media (min-width: 450px) {
  .transactions-page .transaction-page-content #transactions .the-transaction .transaction-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.transactions-page .transaction-page-content #transactions .the-transaction .tint {
  margin-bottom: 0;
}
@media (min-width: 840px) {
  .transactions-page .transaction-page-content #transactions .the-transaction .tint {
    margin-bottom: 20px;
  }
}
.transactions-page .transaction-page-content #transactions .the-transaction .tint:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/tombstoneTint2.png) left top no-repeat;
  background-size: 100%;
  pointer-events: none;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.transactions-page .transaction-page-content #transactions .the-transaction .tint:hover:before {
  opacity: 0;
}
.transactions-page .transaction-page-content #transactions .the-transaction .tint a:after {
  display: none;
}

.transaction-header-image img {
  max-width: 100%;
  margin: 0;
}

.individual-transaction-page {
  margin-top: 25px;
}
.individual-transaction-page h1 {
  margin-top: 25px;
  margin-bottom: 10px;
  margin-left: 20px;
  color: #f58721;
}
@media (min-width: 840px) {
  .individual-transaction-page h1 {
    margin-top: 40px;
    margin-left: 75px;
  }
}
@media (min-width: 1024px) {
  .individual-transaction-page h1 {
    margin-left: 120px;
  }
}
.individual-transaction-page .categories {
  font-size: 20px;
  padding: 0 0 0 20px;
  margin: 0 0 0 0;
}
@media (min-width: 840px) {
  .individual-transaction-page .categories {
    padding: 0 0 0 75px;
    background: #fff;
    color: #2d2a26;
  }
}
@media (min-width: 1024px) {
  .individual-transaction-page .categories {
    padding: 0 0 0 120px;
  }
}
.individual-transaction-page .categories .all-transactions-link {
  text-transform: uppercase;
  display: block;
  margin: 0 10px 0 30px;
  cursor: pointer;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 840px) {
  .individual-transaction-page .categories .all-transactions-link {
    margin: 0 10px 0 30px;
    display: inline-block;
    border: none;
  }
}
.individual-transaction-page .categories .all-transactions-link a {
  font-size: 15px;
  color: #2d2a26;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 840px) {
  .individual-transaction-page .categories .all-transactions-link a {
    font-size: 18px;
  }
}
.individual-transaction-page .categories .all-transactions-link a:hover {
  color: #f58721;
}
.individual-transaction-page .categories .all-transactions-link a:before {
  content: "←";
  padding: 0 10px 0 0;
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -25px;
  top: 5px;
  color: #2d2a26;
  font-size: 15px;
}
@media (min-width: 840px) {
  .individual-transaction-page .categories .all-transactions-link a:before {
    font-size: 18px;
    left: -30px;
    top: 0;
  }
}
.individual-transaction-page .categories .all-transactions-link a:hover:before {
  color: #f58721;
}
.individual-transaction-page .all-transactions {
  position: relative;
  max-width: 1920px;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 10px 20px 0 20px;
}
@media (min-width: 840px) {
  .individual-transaction-page .all-transactions {
    padding: 40px 75px 0 75px;
  }
}
.individual-transaction-page .all-transactions .transactions .the-transaction {
  display: inline-block;
  width: 80%;
}
@media (min-width: 450px) {
  .individual-transaction-page .all-transactions .transactions .the-transaction {
    width: 30%;
    margin-right: 10px;
  }
}
@media (min-width: 840px) {
  .individual-transaction-page .all-transactions .transactions .the-transaction {
    width: 30%;
    float: left;
  }
}
@media (min-width: 1000px) {
  .individual-transaction-page .all-transactions .transactions .the-transaction {
    width: 19.7%;
    margin-right: 2px;
  }
}
@media (min-width: 1365px) {
  .individual-transaction-page .all-transactions .transactions .the-transaction {
    margin-right: 3px;
  }
}
@media (min-width: 1765px) {
  .individual-transaction-page .all-transactions .transactions .the-transaction {
    margin-right: 4px;
  }
}
.individual-transaction-page .all-transactions .transactions .the-transaction .transaction-image {
  margin-top: 0;
}
@media (min-width: 450px) {
  .individual-transaction-page .all-transactions .transactions .the-transaction .transaction-image {
    margin-top: 20px;
  }
}
.individual-transaction-page .all-transactions .transactions .the-transaction .transaction-image img {
  max-width: 100%;
  width: 350px;
  transition: all 0.5s ease;
}
.individual-transaction-page .all-transactions .transactions .the-transaction .tint {
  position: relative;
  margin-bottom: 0;
}
@media (min-width: 840px) {
  .individual-transaction-page .all-transactions .transactions .the-transaction .tint {
    margin-bottom: 20px;
  }
}
.individual-transaction-page .all-transactions .transactions .the-transaction .tint:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/tombstoneTint2.png) top no-repeat;
  background-size: 100%;
  background-position: 0 0;
  pointer-events: none;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.individual-transaction-page .all-transactions .transactions .the-transaction .tint:hover:before {
  opacity: 0;
}
.individual-transaction-page .all-transactions .transactions .the-transaction .tint a:after {
  display: none;
}

#author-content {
  position: relative;
  min-height: 750px;
}
@media (min-width: 990px) {
  #author-content {
    border-top: 1px solid #b4b4b4;
  }
}
#author-content:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#author-content .author-info {
  position: absolute;
  top: 0;
  left: 0;
  float: none;
  width: 100%;
  background-color: #3d5560;
  height: 105px;
}
@media (min-width: 1024px) {
  #author-content .author-info {
    position: relative;
    float: left;
    top: 0;
    left: 0;
    width: 28%;
    background-color: transparent;
    margin: 102px 0 0 20px;
  }
}
@media (min-width: 1200px) {
  #author-content .author-info {
    margin: 108px 0 0 60px;
  }
}
#author-content .author-info p {
  color: #565656;
  margin: 0 0 10px 0;
  max-width: 960px;
}
#author-content .author-info h3 {
  color: #fff;
  margin: 0;
  max-width: 960px;
}
#author-content .author-info h3 a {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#author-content .author-info .author-image {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
@media (min-width: 1024px) {
  #author-content .author-info .author-image {
    width: 275px;
    position: relative;
  }
}
#author-content .author-info .author-image .author-name {
  background-color: #000000;
  position: absolute;
  margin: 0;
  height: 105px;
  display: block;
  left: 105px;
  width: calc(100% - 105px);
  bottom: 8px;
  padding: 30px 0 0 15px;
}
@media (min-width: 1024px) {
  #author-content .author-info .author-image .author-name {
    bottom: 7px;
    left: 0;
    width: 100%;
    padding: 4px 0 4px 4px;
    height: auto;
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
}
#author-content .author-info .author-image .author-name h3 {
  font-size: 18px;
  color: #fff;
  margin: 10px 10px 5px 10px;
}
#author-content .author-info .author-image p {
  font-size: 14px;
  line-height: 18px;
  margin: 0 10px 5px 10px;
  color: #fff;
  font-style: normal;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#author-content .author-info .author-image img {
  width: 105px;
  height: auto;
  display: inline-block;
}
@media (min-width: 1024px) {
  #author-content .author-info .author-image img {
    width: 275px;
  }
}
#author-content .author-wrapper {
  max-width: 100%;
  margin: 20px 40px 30px 40px;
  padding-bottom: 40px;
}
#author-content .author-wrapper .author-posts {
  width: 100%;
}
#author-content .author-wrapper .author-posts p {
  color: #2d2a26;
  margin: 0 10px 10px 20px;
}
#author-content .author-wrapper .author-posts a {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #f58721;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
}
#author-content .author-wrapper .author-posts ul {
  margin: 0;
}
#author-content .author-wrapper .author-posts ul li .author-post {
  width: auto;
  margin: 0 20px 20px 20px;
  padding: 0 0 20px 0;
  border: 1px solid #b4b4b4;
}
@media (min-width: 768px) {
  #author-content .author-wrapper .author-posts ul li .author-post {
    width: 100%;
    margin: 0 0 40px 0;
  }
}
#author-content .author-wrapper .author-posts ul li .featured-image {
  margin-bottom: -10px;
}
#author-content .author-wrapper .author-posts ul li h1, #author-content .author-wrapper .author-posts ul li .h1,
#author-content .author-wrapper .author-posts ul li h2,
#author-content .author-wrapper .author-posts ul li h3 {
  font-size: 24px;
  line-height: 110%;
  color: #0E4F83;
  text-transform: none;
  margin: 20px 0 3px 0;
  margin: 20px 30px 18px 20px;
  padding: 0 0 16px 0;
  border-bottom: 1px solid #f58721;
}
@media (min-width: 600px) {
  #author-content .author-wrapper .author-posts ul li h1, #author-content .author-wrapper .author-posts ul li .h1,
  #author-content .author-wrapper .author-posts ul li h2,
  #author-content .author-wrapper .author-posts ul li h3 {
    font-size: 32px;
  }
}
#author-content .author-wrapper .author-posts ul li h1 a, #author-content .author-wrapper .author-posts ul li .h1 a,
#author-content .author-wrapper .author-posts ul li h2 a,
#author-content .author-wrapper .author-posts ul li h3 a {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2d2a26;
  font-size: inherit;
}
#author-content .author-wrapper .author-posts ul li .byline {
  display: inline;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 17px;
  margin: 0 10px 0 20px;
}
#author-content .author-wrapper .author-posts ul li .date {
  color: #9C9C9C;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  font-size: 17px;
}
#author-content .author-wrapper .author-posts ul li .author {
  color: #f58721;
}
#author-content .author-wrapper .author-posts ul li .author a {
  color: #2d2a26;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  display: inline-block;
}
#author-content .author-wrapper .author-posts ul li .article-footer {
  padding: 0;
}
#author-content .author-wrapper .author-posts ul li .featured-image img {
  width: 100%;
  height: auto;
}
#author-content .author-wrapper .author-posts ul li .category {
  color: #f58721;
}
#author-content .author-wrapper .author-posts ul li .category a {
  color: #2d2a26;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  display: inline-block;
  font-size: 17px;
}

.archive {
  max-width: 1920px;
  display: block;
  margin: 0 auto 0 auto;
}
.archive .archive-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 20px 20px 40px 20px;
  padding-bottom: 40px;
  clear: both;
  overflow: hidden;
}
@media (min-width: 1100px) {
  .archive .archive-wrapper {
    margin: 20px 40px 40px 40px;
  }
}
.archive .archive-wrapper h1 {
  font-size: 28px;
  margin-bottom: 3px;
  color: #0E4F83;
}
@media (min-width: 600px) {
  .archive .archive-wrapper h1 {
    font-size: 32px;
  }
}
.archive .archive-wrapper .post-meta {
  margin-top: 14px;
  font-size: 19px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.archive .archive-header {
  width: 100%;
  display: block;
}
.archive .archive-header img {
  width: 100%;
}
.archive .archive-header:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.archive .page-title {
  margin: 0 0 18px 0 !important;
  max-width: 960px;
  font-size: 37px;
}
@media (min-width: 1100px) {
  .archive .page-title {
    font-size: 42px !important;
    line-height: 108%;
  }
}

.archive-post {
  position: relative;
  width: auto;
  margin: 0 10px 20px 10px;
  padding: 0;
  border: 1px solid #b4b4b4;
}
@media (min-width: 768px) {
  .archive-post {
    width: calc(50% - 40px);
    margin: 0 20px 40px 20px;
  }
}
.archive-post .entry-subtitle {
  display: inline-block;
  background-color: #0E4F83;
  width: auto;
  height: auto;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  margin: 10px 0 0 -20px;
  padding: 6px 18px 7px 18px;
}
.archive-post .entry-subtitle:hover {
  color: #fff;
}
.archive-post .featured-image {
  background: transparent none center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 18vw;
}
.archive-post .featured-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.archive-post .featured-image a.entry-subtitle {
  position: absolute;
  top: 20px;
  left: 0;
  width: auto;
  height: auto;
  margin: 0;
}
.archive-post .entry-content {
  padding: 10px 20px 20px 20px;
}
.archive-post p {
  color: #2d2a26;
  margin: 0 0 10px 0;
}
.archive-post a {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: inherit;
  display: inline-block;
  transition: color 0.2s ease;
}
.archive-post h1, .archive-post .h1,
.archive-post h2,
.archive-post h3 {
  font-size: 24px;
  line-height: 110%;
  color: #0E4F83;
  text-transform: none;
  margin: 20px 0 3px 0;
  margin: 10px 30px 18px 0;
  padding: 0 0 16px 0;
  border-bottom: 1px solid #f58721;
}
@media (min-width: 600px) {
  .archive-post h1, .archive-post .h1,
  .archive-post h2,
  .archive-post h3 {
    font-size: 32px;
  }
}
.archive-post h1 a, .archive-post .h1 a,
.archive-post h2 a,
.archive-post h3 a {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2d2a26;
  font-size: inherit;
}
.archive-post ul li {
  margin: 20px 0;
}
.archive-post .date {
  color: #9C9C9C;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  font-size: 16px;
}
.archive-post .author {
  display: inline;
}
.archive-post .author a {
  color: #f58721;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
.archive-post .author a:before {
  content: " : ";
  margin: 0 5px 0 0;
}
.archive-post .category {
  display: inline;
  color: #f58721;
}
.archive-post .category a {
  color: #000000;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  display: inline-block;
}
.archive-post .category a:before {
  content: "::";
  color: #f58721;
  margin: 0 5px 0 0;
}
.archive-post .byline {
  display: inline;
  font-style: normal;
  font-size: 17px;
}
.archive-post .footer-tags {
  font-size: 19px;
}
@media (min-width: 990px) {
  .archive-post:nth-of-type(1) {
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 100%;
    min-height: 230px;
  }
  .archive-post:nth-of-type(1) .article-header {
    width: 40%;
  }
  .archive-post:nth-of-type(1) .article-header .featured-image {
    height: 100%;
  }
  .archive-post:nth-of-type(1) .article-header .featured-image a.entry-subtitle {
    left: auto;
    right: 0;
  }
  .archive-post:nth-of-type(1) .entry-content {
    width: calc(60% + 20px);
    padding: 10px 0 20px 20px;
  }
  .archive-post:nth-of-type(1).no-thumbnail {
    margin-right: 20px;
  }
  .archive-post:nth-of-type(1).no-thumbnail .article-header {
    display: none;
  }
  .archive-post:nth-of-type(1).no-thumbnail .entry-content {
    width: auto;
  }
}

.blog {
  max-width: 1920px;
  display: block;
  margin: 0 auto;
}
.blog .blog-wrapper {
  margin-top: 20px;
  margin-left: 20px;
  padding-bottom: 40px;
  clear: both;
  overflow: hidden;
}
@media (min-width: 1100px) {
  .blog .blog-wrapper {
    margin-left: 120px;
  }
}
@media (min-width: 1650px) {
  .blog .blog-wrapper {
    margin-left: 310px;
  }
}
.blog .blog-wrapper .blog-title {
  margin: 0 0 25px 0;
  max-width: 960px;
  font-size: 37px;
  color: #f58721;
}
@media (min-width: 1100px) {
  .blog .blog-wrapper .blog-title {
    font-size: 42px;
    line-height: 108%;
  }
}
.blog .blog-wrapper h1 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 30px;
}
@media (min-width: 600px) {
  .blog .blog-wrapper h1 {
    font-size: 36px;
  }
}
.blog .blog-wrapper h1 a:hover {
  color: #354552;
}
.blog .blog-wrapper .post-meta {
  margin-top: 14px;
  font-size: 17px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.blog .blog-wrapper .post-meta a {
  font-size: 17px;
}
.blog .blog-wrapper .post-meta .date {
  font-size: 17px;
}
.blog .blog-header {
  width: 100%;
}
.blog .blog-header img {
  width: 100%;
}

.blog-post {
  width: 100%;
  margin: 0;
  padding-bottom: 30px;
  padding-right: 20px;
  border-right: none;
  float: left;
}
@media (min-width: 768px) {
  .blog-post {
    padding-right: 60px;
    border-right: 1px solid #f58721;
  }
}
@media (min-width: 1100px) {
  .blog-post {
    padding-right: 110px;
  }
}
.blog-post p {
  color: #565656;
  margin: 0 0 10px 0;
  max-width: 960px;
}
.blog-post a {
  color: #f58721;
  text-decoration: none;
  display: inline-block;
}
.blog-post h1 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 600px) {
  .blog-post h1 {
    font-size: 36px;
  }
}
.blog-post h3 {
  margin: 0;
  max-width: 960px;
}
.blog-post h3 a {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.blog-post ul li {
  margin: 20px 0;
}
.blog-post .date {
  color: #9C9C9C;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
}
.blog-post .author {
  display: inline;
}
.blog-post .author a {
  color: #f58721;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  display: inline-block;
}
.blog-post .author a:before {
  content: "::";
  color: #f58721;
  margin: 0 5px 0 0;
}
.blog-post .article-footer {
  width: 70%;
  padding-top: 30px;
  border-bottom: 1px solid #252525;
}
.blog-post .category {
  display: inline;
  color: #f58721;
}
.blog-post .category a {
  color: #000000;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  display: inline-block;
}
.blog-post .category a:before {
  content: "::";
  color: #f58721;
  margin: 0 5px 0 0;
}
.blog-post .byline {
  display: inline;
  font-style: normal;
  font-size: 19px;
}
.blog-post .footer-tags {
  font-size: 19px;
}

.article-header .featured-image img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

.single #container {
  max-width: 1920px;
  margin: 0 auto;
}
.single .section-contact-about {
  display: block;
}
@media (min-width: 768px) {
  .single .section-contact-about {
    width: calc(100% - 280px);
  }
}
.single .contact-area,
.single .about-area {
  margin: 10px 0 20px 0;
}
.single .associated-transaction {
  display: block;
  margin: 10px auto 10px auto;
}
.single .associated-transaction img {
  display: block;
  max-width: 350px;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .single .associated-transaction {
    float: right;
    margin: 10px 0 10px 15px;
  }
}
.single .date {
  color: #252525;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
}
.single .meta-container {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .single .meta-container {
    display: block;
  }
  .single .meta-container .byline {
    display: block;
  }
  .single .meta-container .author {
    margin: 0;
  }
}

.single-blog-post {
  margin: 20px 20px 30px 20px;
  padding: 0;
  clear: both;
  overflow: hidden;
  border: none;
}
.single-blog-post .featured-image {
  margin: 10px 0 0 0;
}
@media (min-width: 1100px) {
  .single-blog-post {
    margin: 20px 40px 30px 40px;
  }
}
.single-blog-post .byline {
  margin-top: 5px;
  font-style: normal;
  font-size: 16px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  color: #2d2a26;
}
.single-blog-post .author {
  display: block;
  color: #9C9C9C;
  margin: 0 0 10px 0;
}
.single-blog-post .author a {
  color: #f58721;
  text-decoration: none;
  display: inline-block;
}
.single-blog-post .author span {
  color: #9C9C9C;
}
.single-blog-post ul {
  margin: 0 0 20px 40px;
  list-style: none;
}
.single-blog-post ul li {
  font-size: 20px;
}
.single-blog-post ul li:before {
  content: "•";
  padding: 0 10px 0 0;
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -20px;
  top: 0px;
  color: #f58721;
  font-size: 20px;
}
.single-blog-post ul li ul,
.single-blog-post ul li ol {
  margin-bottom: 0;
}
.single-blog-post ol li ul,
.single-blog-post ol li ol {
  margin-bottom: 0;
}
.single-blog-post h2 {
  text-transform: none;
  margin-top: 20px;
}
.single-blog-post .entry-content p {
  margin: 0 0 15px 0;
}

.archive-filters {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 100%;
  margin: 0 20px 10px 0;
}
@media screen and (max-width: 660px) {
  .archive-filters {
    flex-direction: column;
    align-items: center;
    margin: 0 10px;
  }
}
.archive-filters select {
  min-width: 180px;
  max-width: 280px;
  margin: 0 0 0 1em;
}
@media screen and (max-width: 660px) {
  .archive-filters select {
    max-width: 100%;
    margin: 0;
  }
}
.archive-filters .search {
  margin: 0 0 0 1em;
}
@media screen and (max-width: 660px) {
  .archive-filters .search {
    width: 100%;
    margin: 0 10px;
  }
}
.archive-filters .searchform {
  min-width: 300px;
}
@media screen and (max-width: 660px) {
  .archive-filters .searchform div {
    display: flex;
    justify-content: space-between;
  }
}
.archive-filters .searchform input[type=search] {
  width: 250px;
}
@media screen and (max-width: 660px) {
  .archive-filters .searchform input[type=search] {
    width: calc(100% - 50px);
  }
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 1.5em 0;
}

#main {
  /* end .bones_page_navi */
  /* fallback previous & next links */
  /* end .wp-prev-next */
}
#main .pagination {
  text-align: center !important;
}
#main .pagination .page-numbers {
  float: none;
  width: auto;
}
#main .pagination ul {
  display: inline-block;
  background-color: #fff;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px;
}
#main .pagination ul a, #main .pagination ul span {
  background-color: #fff !important;
}
#main .pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
  border-right: 1px solid #4d4d4f;
}
#main .pagination li span {
  border: none;
  background: #fff;
}
#main .pagination li a {
  background: #fff;
  border: none;
}
#main .pagination li:last-child {
  border-right: none;
}
#main .pagination a, #main .pagination span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 20px;
  font-weight: normal;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 10px 20px;
  min-width: 1em;
  display: block;
  color: #354552;
  backgound-color: #fff;
}
#main .pagination a:hover, #main .pagination a:focus, #main .pagination span:hover, #main .pagination span:focus {
  background-color: #354552 !important;
  color: #fff;
}
#main .pagination .current {
  cursor: default;
  color: #f58721;
}
#main .pagination .current:hover, #main .pagination .current:focus {
  background-color: #fff !important;
  color: #f58721;
}
#main .wp-prev-next .prev-link {
  float: left;
}
#main .wp-prev-next .next-link {
  float: right;
}

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar {
  margin-top: 85px;
  padding-left: 20px;
  max-width: 100%;
}
@media (min-width: 840px) {
  .sidebar {
    max-width: 250px;
  }
}
#sidebar1 {
  margin: 10px 20px 50px 0;
  padding: 20px 0 0 20px;
  max-width: 100%;
  border-top: solid 10px #666669;
}
@media (min-width: 768px) {
  #sidebar1 {
    margin: 30px 0 20px 0;
    padding: 0 0 0 20px;
    border-top: none;
  }
}
@media (min-width: 840px) {
  #sidebar1 {
    width: 250px;
  }
}
#sidebar1 .widget_text ul {
  margin: 10px 0 0 0;
  position: relative;
}
#sidebar1 .widget_text ul li {
  position: relative;
  line-height: 1.2;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#sidebar1 .widget_text ul li:after {
  padding: 0;
  margin: 0;
  display: block;
  content: "";
  width: 100px;
  height: 1px;
  background-color: #4d4d4f;
  position: absolute;
  left: 0;
  bottom: -1px;
}
#sidebar1 .widget_text ul li:last-child:after {
  display: none;
}
#sidebar1 .widget_text ul li a {
  font-size: 16px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #252525;
  text-decoration: none;
}
#sidebar1 .widget_text ul li a:hover {
  color: #252525;
  text-decoration: underline;
}
#sidebar1 .widget_archive,
#sidebar1 .widget_dropdown_nav_menu,
#sidebar1 .widget_nav_menu,
#sidebar1 .widget_search,
#sidebar1 .widget_text {
  position: relative;
  margin: 0 0 10px 0;
}
#sidebar1 .widget_archive .widgettitle,
#sidebar1 .widget_dropdown_nav_menu .widgettitle,
#sidebar1 .widget_nav_menu .widgettitle,
#sidebar1 .widget_search .widgettitle,
#sidebar1 .widget_text .widgettitle {
  font-size: 18px;
  color: #f58721;
  margin-top: 0;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.single-post #sidebar1 {
  margin-top: 30px;
}

#sidebar2 {
  border-top: solid 10px #666669;
  margin-top: 25px;
  padding-top: 40px;
  float: left !important;
}
@media (min-width: 768px) {
  #sidebar2 {
    border-top: none;
    margin-top: 135px;
    padding-top: 0;
  }
}
#sidebar2 .widget_text {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 0;
}
#sidebar2 .widget_text .widgettitle {
  font-size: 18px;
  color: #f58721;
  margin-bottom: 7px;
  text-transform: uppercase;
}
#sidebar2 .widget_text ul {
  margin: 10px 0 0 0;
  position: relative;
}
#sidebar2 .widget_text ul li {
  position: relative;
  line-height: 1.2;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#sidebar2 .widget_text ul li:after {
  padding: 0;
  margin: 0;
  display: block; /* not really needed */
  content: "";
  width: 100px;
  height: 1px;
  background-color: #4d4d4f;
  position: absolute;
  left: 0;
  bottom: -1px;
}
#sidebar2 .widget_text ul li:last-child:after {
  display: none;
}
#sidebar2 .widget_text ul li a {
  font-size: 16px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #252525;
  text-decoration: none;
}
#sidebar2 .widget_text ul li a:hover {
  color: #252525;
  text-decoration: underline;
}

#sidebar3 {
  margin: 10px 20px 50px 0;
  padding-top: 25px;
  padding-left: 20px;
  max-width: 100%;
  border-top: solid 10px #666669;
}
@media (min-width: 768px) {
  #sidebar3 {
    margin: 130px 0 50px 0;
    padding-top: 0;
    padding-left: 20px;
    border-top: none;
  }
}
@media (min-width: 840px) {
  #sidebar3 {
    width: 250px;
  }
}
#sidebar3 .widget_text {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
#sidebar3 .widget_text .widgettitle {
  font-size: 18px;
  color: #f58721;
  margin-bottom: 7px;
  text-transform: uppercase;
}
#sidebar3 .widget_text a {
  font-size: 16px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #252525;
  text-decoration: none;
}
#sidebar3 .widget_text a:hover {
  color: #252525;
  text-decoration: underline;
}
#sidebar3 .widget_text ul {
  margin: 10px 0 0 0;
  position: relative;
}
#sidebar3 .widget_text ul li {
  position: relative;
  line-height: 1.2;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#sidebar3 .widget_text ul li:after {
  padding: 0;
  margin: 0;
  display: block;
  content: "";
  width: 100px;
  height: 1px;
  background-color: #4d4d4f;
  position: absolute;
  left: 0;
  bottom: -1px;
}
#sidebar3 .widget_text ul li:last-child:after {
  display: none;
}
#sidebar3 .widget_text ul li a {
  font-size: 16px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #252525;
  text-decoration: none;
}
#sidebar3 .widget_text ul li a:hover {
  color: #252525;
  text-decoration: underline;
}

.widgettitle {
  font-size: 18px;
  color: #f58721;
  margin-bottom: 0;
  text-transform: uppercase;
}

.widget ul li:last-child:after {
  display: none;
}

.widget_tag_cloud {
  margin-top: 30px;
  position: relative;
  padding-bottom: 18px;
}
.widget_tag_cloud h4 {
  margin-bottom: 15px;
}
.widget_tag_cloud a {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 15px;
  display: block;
  color: #252525;
  font-size: 16px !important;
  text-decoration: none;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.widget_tag_cloud a:hover {
  color: #252525;
  text-decoration: underline;
}
.widget_tag_cloud a:after {
  padding: 0;
  margin: 0;
  display: block; /* not really needed */
  content: "";
  width: 100px;
  height: 1px;
  background-color: #4d4d4f;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.widget_tag_cloud a:last-child:after {
  display: none;
}

.widget_categories ul {
  margin-top: 0;
}

.dlm_widget_downloads img {
  width: 100% !important;
  height: auto !important;
}
.dlm_widget_downloads .download-count {
  display: none;
}
.dlm_widget_downloads h1 {
  display: none;
  font-size: 22px;
}
.dlm_widget_downloads p {
  display: none;
}
.dlm_widget_downloads h4 {
  margin-top: 0;
}

.widget_nav_menu {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.widget_nav_menu ul {
  margin: 10px 0 0 0;
  position: relative;
}
.widget_nav_menu ul li {
  position: relative;
  line-height: 1.2;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.widget_nav_menu ul li:after {
  padding: 0;
  margin: 0;
  display: block;
  content: "";
  width: 100px;
  height: 1px;
  background-color: #4d4d4f;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.widget_nav_menu ul li:last-child:after {
  display: none;
}
.widget_nav_menu ul li a {
  font-size: 16px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #252525;
  text-decoration: none;
}
.widget_nav_menu ul li a:hover {
  color: #252525;
  text-decoration: underline;
}

.cat-post-widget {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.cat-post-widget .cat-post-item {
  border: none;
}
.cat-post-widget ul {
  margin: 10px 0 0 0;
  position: relative;
}
.cat-post-widget ul li {
  position: relative;
  line-height: 1.2;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.cat-post-widget ul li:after {
  padding: 0;
  margin: 0;
  display: block;
  content: "";
  width: 100px;
  height: 1px;
  background-color: #4d4d4f;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.cat-post-widget ul li:last-child:after {
  display: none;
}
.cat-post-widget ul li a {
  font-size: 16px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #252525;
  text-decoration: none;
}
.cat-post-widget ul li a:hover {
  color: #252525;
  text-decoration: underline;
}

.widget_recent_entries {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.widget_recent_entries ul {
  margin: 10px 0 0 0;
  position: relative;
}
.widget_recent_entries ul li {
  position: relative;
  line-height: 1.2;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.widget_recent_entries ul li:after {
  padding: 0;
  margin: 0;
  display: block;
  content: "";
  width: 60px;
  height: 1px;
  background-color: #4d4d4f;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.widget_recent_entries ul li:last-child:after {
  display: none;
}
.widget_recent_entries ul li a {
  font-size: 16px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #252525;
  text-decoration: none;
}
.widget_recent_entries ul li a:hover {
  color: #252525;
  text-decoration: underline;
}

.widget_author_avatars {
  position: relative;
  margin-bottom: 30px;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .widget_author_avatars {
    margin-top: 0;
    padding-top: 0;
  }
}
.widget_author_avatars h4 {
  margin-top: 0;
  margin-bottom: 10px;
}
.widget_author_avatars .author-list {
  text-align: left;
  position: relative;
  padding-bottom: 40px;
}
.widget_author_avatars .author-list .user {
  position: relative;
  margin-bottom: 20px;
  padding: 0;
  width: 225px;
  height: auto;
  overflow: hidden;
  transition-delay: 1s;
}
.widget_author_avatars .author-list .user .avatar {
  margin: 0;
}
.widget_author_avatars .author-list .user a {
  width: auto;
  height: 245px;
  display: block;
  position: relative;
}
.widget_author_avatars .author-list .user a img {
  position: relative;
  z-index: 20;
  margin: 0;
  display: block;
  width: 100%;
  height: auto;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */
}
.widget_author_avatars .author-list .user a:hover img {
  filter: none;
  -webkit-filter: grayscale(0%);
}
.widget_author_avatars .author-list .user .name {
  display: none;
}
.widget_author_avatars .author-list .user .biography {
  display: none;
}
.widget_author_avatars .author-list .user .info {
  background: rgb(14, 79, 131);
  background: -moz-radial-gradient(circle, rgb(14, 79, 131) 0%, rgb(45, 47, 54) 75%);
  background: -webkit-radial-gradient(circle, rgb(14, 79, 131) 0%, rgb(45, 47, 54) 75%);
  background: radial-gradient(circle, rgb(14, 79, 131) 0%, rgb(45, 47, 54) 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0e4f83", endColorstr="#2d2f36", GradientType=1);
  display: block;
  width: 225px;
  position: absolute;
  z-index: 21;
  bottom: 20px;
  padding: 4px 6px 2px 7px;
  margin: 0 0 0 0;
}
.widget_author_avatars .author-list .user .info .name {
  color: #f58721;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  margin: 5px 0 3px 5px;
  display: block;
  line-height: 1.15;
}
.widget_author_avatars .author-list .user .info .bio {
  position: relative;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  color: #fff;
  padding: 0 6px 4px 5px;
  margin: 0 0 5px 0;
  line-height: 1.15;
  font-size: 14px;
}

html:not(.touch) .widget_author_avatars .author-list .info {
  display: none;
}
html:not(.touch) .widget_author_avatars .author-list:hover .info {
  display: block;
}

.no-widgets {
  background-color: #fff;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-bottom: 1.5em;
}

.search,
.search-results {
  max-width: 1920px;
  display: block;
  margin: 0 auto 0 auto;
}
.search .page,
.search-results .page {
  background: #fff;
}
.search .archive-wrapper,
.search-results .archive-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 20px 20px 40px 20px;
  padding-bottom: 40px;
  clear: both;
  overflow: hidden;
}
@media (min-width: 1100px) {
  .search .archive-wrapper,
  .search-results .archive-wrapper {
    margin: 20px 40px 40px 40px;
  }
}
.search .archive-wrapper .post-meta,
.search-results .archive-wrapper .post-meta {
  margin-top: 14px;
  font-size: 19px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.search .archive-wrapper .not-found,
.search-results .archive-wrapper .not-found {
  width: 100%;
}
.search .archive-header,
.search-results .archive-header {
  width: 100%;
  display: block;
}
.search .archive-header img,
.search-results .archive-header img {
  width: 100%;
}
.search .archive-header:after,
.search-results .archive-header:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.search .page-title,
.search-results .page-title {
  margin: 0 0 18px 0 !important;
  max-width: 960px;
  font-size: 37px;
}
@media (min-width: 1100px) {
  .search .page-title,
  .search-results .page-title {
    font-size: 42px !important;
    line-height: 108%;
  }
}

.search-no-results {
  max-width: 1920px;
  display: block;
  margin: 0 auto 0 auto;
}
.search-no-results .page {
  background: #fff;
}
.search-no-results .archive-wrapper {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px 20px 40px 20px;
  padding-bottom: 40px;
  clear: both;
  overflow: hidden;
}
@media (min-width: 1100px) {
  .search-no-results .archive-wrapper {
    margin: 20px 40px 40px 40px;
  }
}
.search-no-results .archive-wrapper .post-meta {
  margin-top: 14px;
  font-size: 19px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.search-no-results .archive-wrapper .article {
  width: 100%;
}
.search-no-results .archive-header {
  width: 100%;
  display: block;
}
.search-no-results .archive-header img {
  width: 100%;
}
.search-no-results .archive-header:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.search-no-results .page-title {
  margin: 0 0 18px 0 !important;
  max-width: 960px;
  font-size: 37px;
}
@media (min-width: 1100px) {
  .search-no-results .page-title {
    font-size: 42px !important;
    line-height: 108%;
  }
}

.timeline .timeline-panel {
  clear: both;
  overflow: hidden;
  color: #fff;
}
.timeline .timeline-panel p {
  font-size: 18px;
  line-height: 125%;
  color: #fff;
  margin-bottom: 20px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 400px) {
  .timeline .timeline-panel p {
    margin-bottom: 30px;
  }
}
@media (min-width: 769px) {
  .timeline .timeline-panel p {
    font-size: 20px;
  }
}
@media (min-width: 1350px) {
  .timeline .timeline-panel p {
    font-size: 24px;
  }
}
.timeline .timeline-panel h1 {
  color: #fff;
  font-size: 35px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -2px;
}
@media (min-width: 400px) {
  .timeline .timeline-panel h1 {
    font-size: 39px;
  }
}
@media (min-width: 769px) {
  .timeline .timeline-panel h1 {
    font-size: 44px;
  }
}
@media (min-width: 1300px) {
  .timeline .timeline-panel h1 {
    font-size: 54px;
  }
}
.timeline .timeline-panel a, .timeline .timeline-panel a:visited {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.timeline .timeline-panel li {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.timeline .timeline-nav {
  display: none;
  float: right;
  width: 200px;
  background: url("../images/timeline-menubg.png") no-repeat 0 0;
}
@media (min-width: 600px) {
  .timeline .timeline-nav {
    display: block;
  }
}
@media (min-width: 1024px) {
  .timeline .timeline-nav {
    width: 19.5%;
  }
}
@media (min-width: 1300px) {
  .timeline .timeline-nav {
    width: 15%;
  }
}
.timeline .timeline-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.timeline .timeline-nav ul a, .timeline .timeline-nav ul a:visited {
  color: #fff;
  font-size: 15px;
  width: 100%;
  margin-left: -40px;
  padding-left: 40px;
  position: relative;
  z-index: 10;
}
@media (min-width: 1520px) {
  .timeline .timeline-nav ul a, .timeline .timeline-nav ul a:visited {
    font-size: 18px;
  }
}
.timeline .timeline-nav ul li {
  position: relative;
  cursor: pointer;
}
.timeline .timeline-nav ul li:nth-child(1) {
  margin: 8px 0 0 0;
  padding-left: 51px;
}
@media (min-width: 1520px) {
  .timeline .timeline-nav ul li:nth-child(1) {
    margin: 6px 0 0 0;
  }
}
.timeline .timeline-nav ul li:nth-child(1):hover:before {
  content: "";
  position: absolute;
  left: 18px;
  top: 4px;
  width: 14px;
  height: 14px;
  background: #f48720;
  border-radius: 50px;
}
.timeline .timeline-nav ul li:nth-child(2) {
  margin: 53px 0 0 0;
  padding-left: 50px;
}
.timeline .timeline-nav ul li:nth-child(2):hover:before {
  content: "";
  position: absolute;
  left: 22px;
  top: 3px;
  width: 14px;
  height: 14px;
  background: #f48720;
  border-radius: 50px;
}
.timeline .timeline-nav ul li:nth-child(3) {
  margin: 65px 0 0 0;
  padding-left: 30px;
}
@media (min-width: 1520px) {
  .timeline .timeline-nav ul li:nth-child(3) {
    margin: 61px 0 0 0;
  }
}
.timeline .timeline-nav ul li:nth-child(3):hover:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 4px;
  width: 14px;
  height: 14px;
  background: #f48720;
  border-radius: 50px;
}
.timeline .timeline-nav ul li:nth-child(4) {
  margin: 49px 0 0 0;
  padding-left: 40px;
}
@media (min-width: 1520px) {
  .timeline .timeline-nav ul li:nth-child(4) {
    margin: 45px 0 0 0;
  }
}
.timeline .timeline-nav ul li:nth-child(4):hover:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 5px;
  width: 14px;
  height: 14px;
  background: #f48720;
  border-radius: 50px;
}
.timeline .timeline-nav ul li:nth-child(5) {
  margin: 70px 0 0 0;
  padding-left: 35px;
}
@media (min-width: 1520px) {
  .timeline .timeline-nav ul li:nth-child(5) {
    margin: 66px 0 0 0;
  }
}
.timeline .timeline-nav ul li:nth-child(5):hover:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 5px;
  width: 14px;
  height: 14px;
  background: #f48720;
  border-radius: 50px;
}
.timeline .timeline-nav ul li:nth-child(6) {
  margin: 69px 0 0 0;
  padding-left: 50px;
}
@media (min-width: 1520px) {
  .timeline .timeline-nav ul li:nth-child(6) {
    margin: 67px 0 0 0;
  }
}
.timeline .timeline-nav ul li:nth-child(6):hover:before {
  content: "";
  position: absolute;
  left: 25px;
  top: 5px;
  width: 14px;
  height: 14px;
  background: #f48720;
  border-radius: 50px;
}
.timeline .summary {
  float: none;
  width: 100%;
}
@media (min-width: 1024px) {
  .timeline .summary {
    float: right;
    width: 28%;
  }
}
.timeline .summary .date {
  text-align: center;
  padding: 6px 0 2px 0;
  margin-bottom: 25px;
  display: block;
  width: 85px;
  font-size: 21px;
  border: 1px solid #fff;
}
@media (min-width: 1024px) {
  .timeline .summary .date {
    padding: 3px 0 0 0;
  }
}
.timeline .tm-panel1 {
  background: url("../images/tm-panelbg1-mobile.jpg") no-repeat left top;
  height: auto;
  padding-bottom: 50px;
}
@media (min-width: 600px) {
  .timeline .tm-panel1 {
    height: 1115px;
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .timeline .tm-panel1 {
    background: url("../images/tm-panelbg1.jpg") no-repeat center top;
    height: 1530px;
  }
}
.timeline .tm-panel1 h1 {
  text-align: center;
  width: 250px;
  margin: 0 auto 30px auto;
  padding: 50px 0 10px 0;
  border-bottom: 5px solid #f58721;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 400px) {
  .timeline .tm-panel1 h1 {
    width: 320px;
    padding: 70px 0 10px 0;
  }
}
@media (min-width: 840px) {
  .timeline .tm-panel1 h1 {
    border-bottom: 8px solid #f58721;
    padding: 70px 0 20px 0;
  }
}
@media (min-width: 1024px) {
  .timeline .tm-panel1 h1 {
    padding: 130px 0 20px 0;
  }
}
.timeline .tm-panel1 h2 {
  color: #fff;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 21px;
  max-width: 500px;
  text-align: center;
  margin: 0 auto;
  padding: 0 15px;
  text-transform: none;
}
@media (min-width: 400px) {
  .timeline .tm-panel1 h2 {
    font-size: 24px;
  }
}
@media (min-width: 769px) {
  .timeline .tm-panel1 h2 {
    font-size: 27px;
    padding: 0;
  }
}
@media (min-width: 1300px) {
  .timeline .tm-panel1 h2 {
    font-size: 34px;
    max-width: 800px;
  }
}
.timeline .tm-panel1 .summary {
  margin-top: 0;
  margin-right: 0;
  margin-left: 20px;
  width: 90%;
}
@media (min-width: 400px) {
  .timeline .tm-panel1 .summary {
    width: 93%;
  }
}
@media (min-width: 600px) {
  .timeline .tm-panel1 .summary {
    width: 55%;
    margin-left: 30px;
  }
}
@media (min-width: 670px) {
  .timeline .tm-panel1 .summary {
    width: 63%;
  }
}
@media (min-width: 769px) {
  .timeline .tm-panel1 .summary {
    width: 65%;
  }
}
@media (min-width: 1024px) {
  .timeline .tm-panel1 .summary {
    margin-top: 170px;
    padding-top: 35px;
    width: 37%;
    margin-right: -12%;
    margin-left: 0;
  }
}
@media (min-width: 1300px) {
  .timeline .tm-panel1 .summary {
    margin-right: -6%;
  }
}
.timeline .tm-panel1 .timeline-nav {
  margin-top: 55px;
}
@media (min-width: 1024px) {
  .timeline .tm-panel1 .timeline-nav {
    margin-top: -290px;
  }
}
.timeline .tm-panel1 .timeline-nav li:nth-child(1):before {
  top: 3px !important;
}
@media (min-width: 1520px) {
  .timeline .tm-panel1 .timeline-nav li:nth-child(1):before {
    top: 4px !important;
  }
}
.timeline .tm-panel1 .down-button {
  text-align: center;
  margin-top: 35px;
}
.timeline .tm-panel1 .down-button img {
  display: none;
}
@media (min-width: 600px) {
  .timeline .tm-panel1 .down-button img {
    display: inline-block;
  }
}
.timeline .tm-panel2 {
  background: #2f444d;
  height: auto;
  padding-bottom: 50px;
}
@media (min-width: 1024px) {
  .timeline .tm-panel2 {
    background: url("../images/tm-panelbg2.jpg") no-repeat center top;
    height: 1239px;
    padding-bottom: 0;
  }
}
.timeline .tm-panel2 .tm-panel2-main-img {
  display: block;
}
@media (min-width: 1024px) {
  .timeline .tm-panel2 .tm-panel2-main-img {
    display: none;
  }
}
.timeline .tm-panel2 .summary {
  margin-top: 0;
  margin-right: 0;
  margin-left: 20px;
  width: 90%;
}
@media (min-width: 400px) {
  .timeline .tm-panel2 .summary {
    width: 93%;
  }
}
@media (min-width: 600px) {
  .timeline .tm-panel2 .summary {
    width: 55%;
    margin-left: 30px;
  }
}
@media (min-width: 670px) {
  .timeline .tm-panel2 .summary {
    width: 63%;
  }
}
@media (min-width: 769px) {
  .timeline .tm-panel2 .summary {
    width: 65%;
  }
}
@media (min-width: 1024px) {
  .timeline .tm-panel2 .summary {
    margin-top: 345px;
    margin-right: -2.5%;
    margin-left: 0;
    width: 28%;
  }
}
@media (min-width: 1300px) {
  .timeline .tm-panel2 .summary {
    margin-right: 3.5%;
  }
}
.timeline .tm-panel2 .summary h1 {
  margin-right: 0;
}
@media (min-width: 1024px) {
  .timeline .tm-panel2 .summary h1 {
    margin-right: 30px;
  }
}
@media (min-width: 1070px) {
  .timeline .tm-panel2 .summary h1 {
    margin-right: 0;
  }
}
.timeline .tm-panel2 .timeline-nav {
  margin-top: 0;
  background: url("../images/timeline-menubg.png") no-repeat -2px -456px;
}
@media (min-width: 1300px) {
  .timeline .tm-panel2 .timeline-nav {
    margin-top: 410px;
  }
}
.timeline .tm-panel2 .timeline-nav li:nth-child(1):before {
  left: 17px !important;
  top: 3px !important;
}
@media (min-width: 1520px) {
  .timeline .tm-panel2 .timeline-nav li:nth-child(1):before {
    top: 4px !important;
  }
}
.timeline .tm-panel2 .timeline-nav li:nth-child(4):before, .timeline .tm-panel2 .timeline-nav li:nth-child(5):before, .timeline .tm-panel2 .timeline-nav li:nth-child(6):before {
  top: 4px !important;
}
@media (min-width: 1520px) {
  .timeline .tm-panel2 .timeline-nav li:nth-child(4):before, .timeline .tm-panel2 .timeline-nav li:nth-child(5):before, .timeline .tm-panel2 .timeline-nav li:nth-child(6):before {
    top: 5px !important;
  }
}
.timeline .tm-panel3 {
  background: url("../images/tm-panelbg3-mobile.jpg") no-repeat center top;
  height: auto;
  padding-bottom: 70px;
}
@media (min-width: 1024px) {
  .timeline .tm-panel3 {
    background: url("../images/tm-panelbg3.jpg") no-repeat center top;
    height: 1233px;
    padding-bottom: 0;
  }
}
.timeline .tm-panel3 .summary {
  margin-top: 60px;
  margin-right: 9%;
  margin-left: 20px;
  position: relative;
  width: 93%;
}
@media (min-width: 600px) {
  .timeline .tm-panel3 .summary {
    width: 55%;
    margin-left: 30px;
  }
}
@media (min-width: 670px) {
  .timeline .tm-panel3 .summary {
    width: 63%;
  }
}
@media (min-width: 769px) {
  .timeline .tm-panel3 .summary {
    width: 65%;
  }
}
@media (min-width: 1024px) {
  .timeline .tm-panel3 .summary {
    width: 28%;
    margin-top: 160px;
    margin-right: 9%;
    margin-left: 0;
  }
}
@media (min-width: 1300px) {
  .timeline .tm-panel3 .summary {
    margin-right: 11.5%;
  }
}
.timeline .tm-panel3 .timeline-nav {
  margin-top: 65px;
  padding-left: 6px;
  background: url("../images/timeline-menubg.png") no-repeat -1px -907px;
}
@media (min-width: 1024px) {
  .timeline .tm-panel3 .timeline-nav {
    margin-top: 160px;
  }
}
.timeline .tm-panel3 .timeline-nav li:nth-child(1):before {
  top: 3px !important;
}
@media (min-width: 1520px) {
  .timeline .tm-panel3 .timeline-nav li:nth-child(1):before {
    top: 4px !important;
  }
}
.timeline .tm-panel3 .timeline-nav li:nth-child(2):before {
  top: 4px !important;
}
@media (min-width: 1520px) {
  .timeline .tm-panel3 .timeline-nav li:nth-child(2):before {
    top: 3px !important;
  }
}
.timeline .tm-panel3 .timeline-nav li:nth-child(5):before {
  left: 8px !important;
}
.timeline .tm-panel3 .timeline-nav li:nth-child(6):before {
  left: 26px !important;
}
.timeline .tm-panel3 .tm-slick-slider {
  position: relative;
  z-index: 5;
  width: 270px;
  top: 0;
}
.timeline .tm-panel3 .tm-slick-slider:after {
  display: none;
  position: absolute;
  content: "";
  width: 100%;
  height: 60%;
  bottom: -70px;
  z-index: -1;
}
@media (min-width: 680px) {
  .timeline .tm-panel3 .tm-slick-slider {
    width: 450px;
  }
  .timeline .tm-panel3 .tm-slick-slider:after {
    display: none;
  }
}
@media (min-width: 840px) {
  .timeline .tm-panel3 .tm-slick-slider {
    width: 540px;
  }
}
@media (min-width: 1024px) {
  .timeline .tm-panel3 .tm-slick-slider {
    position: absolute;
    top: 585px;
  }
}
@media (min-width: 1070px) {
  .timeline .tm-panel3 .tm-slick-slider {
    top: 570px;
    width: 595px;
  }
}
.timeline .tm-panel3 .tm-slick-slider img {
  padding-right: 0;
  border-bottom: 120px solid #fff;
}
@media (min-width: 680px) {
  .timeline .tm-panel3 .tm-slick-slider img {
    padding-right: 1px;
    border-bottom: 0;
  }
}
.timeline .tm-panel3 .tm-slick-slider span {
  display: block;
  padding: 40px 20px 0 18px;
  color: #000000;
  position: absolute;
  z-index: 1;
  width: 270px;
  font-size: 13px;
  line-height: 15px;
}
@media (min-width: 680px) {
  .timeline .tm-panel3 .tm-slick-slider span {
    width: 420px;
    font-size: 15px;
    line-height: 17px;
    padding: 70px 20px 0 30px;
  }
}
@media (min-width: 840px) {
  .timeline .tm-panel3 .tm-slick-slider span {
    width: 520px;
    font-size: 17px;
    line-height: 20px;
    padding: 80px 20px 0 40px;
  }
}
@media (min-width: 1070px) {
  .timeline .tm-panel3 .tm-slick-slider span {
    width: 580px;
    font-size: 19px;
    line-height: 23px;
    padding-top: 90px;
  }
}
.timeline .tm-panel3 .tm-slick-slider span .slick-title {
  color: #2f444d;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: -10px;
  display: block;
}
@media (min-width: 680px) {
  .timeline .tm-panel3 .tm-slick-slider span .slick-title {
    margin-bottom: -15px;
  }
}
.timeline .tm-panel4 {
  background: #2f444d;
  height: auto;
  padding-bottom: 50px;
}
@media (min-width: 1024px) {
  .timeline .tm-panel4 {
    background: url("../images/tm-panelbg4.jpg") no-repeat center top;
    height: 1240px;
    padding-bottom: 0;
  }
}
.timeline .tm-panel4 .tm-panel3-main-img {
  display: block;
}
@media (min-width: 1024px) {
  .timeline .tm-panel4 .tm-panel3-main-img {
    display: none;
  }
}
.timeline .tm-panel4 .summary {
  position: relative;
  margin-top: 50px;
  float: left;
  margin-left: 20px;
  width: 90%;
}
@media (min-width: 400px) {
  .timeline .tm-panel4 .summary {
    width: 93%;
  }
}
@media (min-width: 600px) {
  .timeline .tm-panel4 .summary {
    width: 55%;
    margin-left: 30px;
  }
}
@media (min-width: 670px) {
  .timeline .tm-panel4 .summary {
    width: 63%;
  }
}
@media (min-width: 769px) {
  .timeline .tm-panel4 .summary {
    width: 65%;
  }
}
@media (min-width: 1024px) {
  .timeline .tm-panel4 .summary {
    margin-top: 100px;
    margin-left: 6%;
    width: 35%;
  }
}
@media (min-width: 1300px) {
  .timeline .tm-panel4 .summary {
    margin-left: 9%;
  }
}
.timeline .tm-panel4 .summary .date {
  position: absolute;
  left: 4px;
  right: auto;
  top: -45px;
  line-height: 1.3;
}
@media (min-width: 1024px) {
  .timeline .tm-panel4 .summary .date {
    line-height: 1.6;
  }
}
@media (min-width: 1500px) {
  .timeline .tm-panel4 .summary .date {
    top: 22px;
    right: 0;
    left: auto;
  }
}
.timeline .tm-panel4 .summary h1 {
  margin-right: 15%;
}
.timeline .tm-panel4 .summary p {
  padding-right: 2%;
}
@media (min-width: 1300px) {
  .timeline .tm-panel4 .summary p {
    padding-right: 1%;
  }
}
.timeline .tm-panel4 .summary2 {
  float: none;
  margin-top: 50px;
  margin-right: 0;
  margin-left: 20px;
  width: 90%;
}
@media (min-width: 400px) {
  .timeline .tm-panel4 .summary2 {
    width: 93%;
  }
}
@media (min-width: 600px) {
  .timeline .tm-panel4 .summary2 {
    width: 55%;
  }
}
@media (min-width: 670px) {
  .timeline .tm-panel4 .summary2 {
    width: 63%;
  }
}
@media (min-width: 769px) {
  .timeline .tm-panel4 .summary2 {
    width: 65%;
  }
}
@media (min-width: 1024px) {
  .timeline .tm-panel4 .summary2 {
    float: right;
    width: 35%;
    margin-top: 750px;
    margin-right: -4%;
    margin-left: 0;
  }
}
@media (min-width: 1300px) {
  .timeline .tm-panel4 .summary2 {
    margin-right: 0;
  }
}
@media (min-width: 1500px) {
  .timeline .tm-panel4 .summary2 {
    margin-top: 860px;
  }
}
.timeline .tm-panel4 .timeline-nav {
  margin-top: 70px;
  background: url("../images/timeline-menubg.png") no-repeat 1px -1360px;
}
@media (min-width: 1024px) {
  .timeline .tm-panel4 .timeline-nav {
    margin-top: 180px;
  }
}
.timeline .tm-panel4 .timeline-nav li:nth-child(1):before {
  left: 17px !important;
}
.timeline .tm-panel4 .timeline-nav li:nth-child(2):before {
  left: 21px !important;
}
.timeline .tm-panel4 .timeline-nav li:nth-child(3):before {
  left: 1px !important;
}
.timeline .tm-panel5 {
  background: url("../images/tm-panelbg5-mobile.jpg") no-repeat center 10%;
  height: auto;
  padding-bottom: 50px;
}
@media (min-width: 1024px) {
  .timeline .tm-panel5 {
    background: url("../images/tm-panelbg5.jpg") no-repeat center top;
    height: 1179px;
    padding-bottom: 0;
  }
}
.timeline .tm-panel5 .summary {
  margin-top: 60px;
  margin-right: 0;
  margin-left: 20px;
  width: 90%;
}
@media (min-width: 400px) {
  .timeline .tm-panel5 .summary {
    width: 93%;
  }
}
@media (min-width: 600px) {
  .timeline .tm-panel5 .summary {
    width: 55%;
    margin-left: 30px;
  }
}
@media (min-width: 670px) {
  .timeline .tm-panel5 .summary {
    width: 63%;
  }
}
@media (min-width: 769px) {
  .timeline .tm-panel5 .summary {
    width: 65%;
  }
}
@media (min-width: 1024px) {
  .timeline .tm-panel5 .summary {
    width: 35%;
    margin-right: 10%;
    margin-left: 0;
    margin-top: 270px;
  }
}
.timeline .tm-panel5 .timeline-nav {
  margin-top: 70px;
  background: url("../images/timeline-menubg.png") no-repeat -2.5px -1818px;
}
@media (min-width: 1024px) {
  .timeline .tm-panel5 .timeline-nav {
    margin-top: 345px;
  }
}
@media (min-width: 1520px) {
  .timeline .tm-panel5 .timeline-nav {
    background: url("../images/timeline-menubg.png") no-repeat -2.5px -1819px;
  }
}
.timeline .tm-panel5 .timeline-nav li:nth-child(5):before {
  top: 4px !important;
}
@media (min-width: 1520px) {
  .timeline .tm-panel5 .timeline-nav li:nth-child(5):before {
    top: 5px !important;
  }
}
.timeline .tm-panel6 {
  background: #2f444d;
  height: auto;
  padding-bottom: 50px;
}
@media (min-width: 1024px) {
  .timeline .tm-panel6 {
    background: url("../images/tm-panelbg6.jpg") no-repeat center top;
    height: 1182px;
    padding-bottom: 0;
  }
}
.timeline .tm-panel6 .summary {
  margin-top: 60px;
  margin-right: 0;
  margin-left: 20px;
  width: 91%;
}
@media (min-width: 600px) {
  .timeline .tm-panel6 .summary {
    width: 55%;
    margin-left: 30px;
  }
}
@media (min-width: 670px) {
  .timeline .tm-panel6 .summary {
    width: 63%;
  }
}
@media (min-width: 769px) {
  .timeline .tm-panel6 .summary {
    width: 65%;
  }
}
@media (min-width: 1024px) {
  .timeline .tm-panel6 .summary {
    width: 42%;
    margin-right: 14%;
    margin-top: 260px;
    margin-left: 0;
  }
}
@media (min-width: 1300px) {
  .timeline .tm-panel6 .summary {
    margin-right: 10%;
  }
}
.timeline .tm-panel6 .summary ul {
  position: relative;
  list-style: none;
}
.timeline .tm-panel6 .summary ul li {
  font-size: 18px;
  position: relative;
  margin: 25px 0 5px 0;
  padding-left: 36px;
  line-height: 110%;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 769px) {
  .timeline .tm-panel6 .summary ul li {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .timeline .tm-panel6 .summary ul li {
    padding-left: 0;
  }
}
@media (min-width: 1350px) {
  .timeline .tm-panel6 .summary ul li {
    font-size: 24px;
  }
}
.timeline .tm-panel6 .summary ul li:before {
  content: "";
  background: url("../images/list-logo.png") no-repeat;
  background-size: 28px;
  display: block;
  position: absolute;
  width: 42px;
  height: 42px;
  left: 0px;
  top: -2px;
}
@media (min-width: 1024px) {
  .timeline .tm-panel6 .summary ul li:before {
    left: -45px;
  }
}
@media (min-width: 1300px) {
  .timeline .tm-panel6 .summary ul li:before {
    background-size: 35px;
    left: -56px;
    top: -5px;
  }
}
.timeline .tm-panel6 .timeline-nav {
  margin-top: 70px;
  background: url("../images/timeline-menubg.png") no-repeat 1px -2277px;
  height: 465px;
}
@media (min-width: 1024px) {
  .timeline .tm-panel6 .timeline-nav {
    margin-top: 400px;
  }
}
.timeline .tm-panel6 .timeline-nav li:nth-child(2):before {
  top: 4px !important;
}
@media (min-width: 1520px) {
  .timeline .tm-panel6 .timeline-nav li:nth-child(2):before {
    top: 3px !important;
  }
}
.timeline .tm-panel6 .timeline-nav li:nth-child(5):before {
  left: 8px !important;
}

.what-we-do {
  margin: 0 auto;
  background: url("../images/whatwedo-bg.jpg") no-repeat center -260px;
  padding: 30px 0 100px 0;
  display: none;
}
@media (min-width: 700px) {
  .what-we-do {
    display: block;
  }
}
@media (min-width: 1285px) {
  .what-we-do {
    background: url("../images/whatwedo-bg.jpg") no-repeat center -230px;
    padding: 50px 0 240px 0;
  }
}
.what-we-do .what-we-do-inner {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 1285px) {
  .what-we-do .what-we-do-inner {
    max-width: 1000px;
  }
}
.what-we-do .what-we-do-inner .default-desc {
  position: relative;
  max-width: 950px;
  margin: 0 auto;
  text-align: left;
  transition: linear 500ms;
}
.what-we-do .what-we-do-inner .default-desc p {
  font-size: 19px;
  line-height: 1.1;
}
@media (min-width: 1285px) {
  .what-we-do .what-we-do-inner .default-desc p {
    font-size: 22px;
  }
}
.what-we-do .what-we-do-inner .default-desc .center-desc {
  top: 370px;
  left: 80px;
}
@media (min-width: 1285px) {
  .what-we-do .what-we-do-inner .default-desc .center-desc {
    top: 420px;
    left: 110px;
  }
}
.what-we-do .what-we-do-inner .default-desc .center-desc p {
  text-transform: uppercase;
  font-size: 19px !important;
  line-height: 1.3 !important;
}
@media (min-width: 1285px) {
  .what-we-do .what-we-do-inner .default-desc .center-desc p {
    font-size: 29px !important;
  }
}
.what-we-do .what-we-do-inner .default-desc .center-desc .read-more {
  display: none;
}
.what-we-do .what-we-do-inner .default-desc .center-desc .spin-arrow {
  width: 35px;
  height: 35px;
  margin-left: 72px;
  margin-bottom: 30px;
  background: url("../images/infographic-spinning-arrow.png") no-repeat center top;
  background-size: 35px;
  animation: spinarrow 7s linear infinite;
}
@media (min-width: 1285px) {
  .what-we-do .what-we-do-inner .default-desc .center-desc .spin-arrow {
    width: 65px;
    height: 62px;
    margin-left: 105px;
    background-size: 65px;
  }
}
@keyframes spinarrow {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.what-we-do .what-we-do-inner h1, .what-we-do .what-we-do-inner h2 {
  text-align: center;
  width: 250px;
  margin: 0 auto 20px auto;
  padding: 0 0 10px 0;
  border-bottom: 5px solid #f58721;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  text-transform: none;
  font-size: 35px;
}
@media (min-width: 400px) {
  .what-we-do .what-we-do-inner h1, .what-we-do .what-we-do-inner h2 {
    width: 350px;
  }
}
@media (min-width: 1285px) {
  .what-we-do .what-we-do-inner h1, .what-we-do .what-we-do-inner h2 {
    font-size: 41px;
  }
}
.what-we-do .what-we-do-inner .circles-holder {
  max-width: 630px;
  height: 420px;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 1285px) {
  .what-we-do .what-we-do-inner .circles-holder {
    max-width: 835px;
    height: 590px;
  }
}
.what-we-do .what-we-do-inner .circles-holder .circle1, .what-we-do .what-we-do-inner .circles-holder .circle2, .what-we-do .what-we-do-inner .circles-holder .circle3, .what-we-do .what-we-do-inner .circles-holder .circle4 {
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  color: #fff;
  text-transform: uppercase;
  border: 4px solid #fff;
  transition: linear 0.5s;
  transition-delay: 0.5s;
  background-color: rgba(60, 84, 95, 0.1);
}
.what-we-do .what-we-do-inner .circles-holder .circle1:hover, .what-we-do .what-we-do-inner .circles-holder .circle2:hover, .what-we-do .what-we-do-inner .circles-holder .circle3:hover, .what-we-do .what-we-do-inner .circles-holder .circle4:hover {
  border: 4px solid #f58721;
  transition: linear 0.5s;
  transition-delay: 0.1s;
}
@media (min-width: 1285px) {
  .what-we-do .what-we-do-inner .circles-holder .circle1:hover, .what-we-do .what-we-do-inner .circles-holder .circle2:hover, .what-we-do .what-we-do-inner .circles-holder .circle3:hover, .what-we-do .what-we-do-inner .circles-holder .circle4:hover {
    border: 6px solid #f58721;
  }
}
@media (min-width: 1285px) {
  .what-we-do .what-we-do-inner .circles-holder .circle1, .what-we-do .what-we-do-inner .circles-holder .circle2, .what-we-do .what-we-do-inner .circles-holder .circle3, .what-we-do .what-we-do-inner .circles-holder .circle4 {
    width: 200px;
    height: 200px;
    border: 6px solid #fff;
  }
}
.what-we-do .what-we-do-inner .circles-holder .circle1 a.sm-circle, .what-we-do .what-we-do-inner .circles-holder .circle1 a.sm-circle:visited, .what-we-do .what-we-do-inner .circles-holder .circle2 a.sm-circle, .what-we-do .what-we-do-inner .circles-holder .circle2 a.sm-circle:visited, .what-we-do .what-we-do-inner .circles-holder .circle3 a.sm-circle, .what-we-do .what-we-do-inner .circles-holder .circle3 a.sm-circle:visited, .what-we-do .what-we-do-inner .circles-holder .circle4 a.sm-circle, .what-we-do .what-we-do-inner .circles-holder .circle4 a.sm-circle:visited {
  width: 120px;
  height: 120px;
  margin: 6px auto 0 auto;
  text-align: center;
  border-radius: 50%;
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: rgba(60, 84, 95, 0.4);
  transition: linear 0.5s;
  transition-delay: 0.5s;
  outline: 0;
}
.what-we-do .what-we-do-inner .circles-holder .circle1 a.sm-circle:hover, .what-we-do .what-we-do-inner .circles-holder .circle1 a.sm-circle:visited:hover, .what-we-do .what-we-do-inner .circles-holder .circle2 a.sm-circle:hover, .what-we-do .what-we-do-inner .circles-holder .circle2 a.sm-circle:visited:hover, .what-we-do .what-we-do-inner .circles-holder .circle3 a.sm-circle:hover, .what-we-do .what-we-do-inner .circles-holder .circle3 a.sm-circle:visited:hover, .what-we-do .what-we-do-inner .circles-holder .circle4 a.sm-circle:hover, .what-we-do .what-we-do-inner .circles-holder .circle4 a.sm-circle:visited:hover {
  background-color: rgba(255, 255, 255, 0.3);
  color: rgb(255, 255, 255);
  transition: linear 0.5s;
  transition-delay: 0.1s;
  outline: 0;
}
@media (min-width: 1285px) {
  .what-we-do .what-we-do-inner .circles-holder .circle1 a.sm-circle, .what-we-do .what-we-do-inner .circles-holder .circle1 a.sm-circle:visited, .what-we-do .what-we-do-inner .circles-holder .circle2 a.sm-circle, .what-we-do .what-we-do-inner .circles-holder .circle2 a.sm-circle:visited, .what-we-do .what-we-do-inner .circles-holder .circle3 a.sm-circle, .what-we-do .what-we-do-inner .circles-holder .circle3 a.sm-circle:visited, .what-we-do .what-we-do-inner .circles-holder .circle4 a.sm-circle, .what-we-do .what-we-do-inner .circles-holder .circle4 a.sm-circle:visited {
    width: 170px;
    height: 170px;
    font-size: 23px;
    margin: 8px auto 0 auto;
  }
}
.what-we-do .what-we-do-inner .circles-holder .circle1 span, .what-we-do .what-we-do-inner .circles-holder .circle2 span, .what-we-do .what-we-do-inner .circles-holder .circle3 span, .what-we-do .what-we-do-inner .circles-holder .circle4 span {
  line-height: 24px;
  display: inline-block;
  padding: 38px 10px 0 10px;
  border-radius: 50%;
}
@media (min-width: 1285px) {
  .what-we-do .what-we-do-inner .circles-holder .circle1 span, .what-we-do .what-we-do-inner .circles-holder .circle2 span, .what-we-do .what-we-do-inner .circles-holder .circle3 span, .what-we-do .what-we-do-inner .circles-holder .circle4 span {
    padding: 60px 20px 0 20px;
    line-height: 28px;
  }
}
.what-we-do .what-we-do-inner .circles-holder .circle1 .tablet-read-more, .what-we-do .what-we-do-inner .circles-holder .circle2 .tablet-read-more, .what-we-do .what-we-do-inner .circles-holder .circle3 .tablet-read-more, .what-we-do .what-we-do-inner .circles-holder .circle4 .tablet-read-more {
  position: absolute;
  display: block;
  width: 100px;
  height: 20px;
  z-index: 200;
  margin: 0 auto;
  text-align: center;
}
.what-we-do .what-we-do-inner .circles-holder .circle1 .tablet-read-more a, .what-we-do .what-we-do-inner .circles-holder .circle1 .tablet-read-more a:visited, .what-we-do .what-we-do-inner .circles-holder .circle2 .tablet-read-more a, .what-we-do .what-we-do-inner .circles-holder .circle2 .tablet-read-more a:visited, .what-we-do .what-we-do-inner .circles-holder .circle3 .tablet-read-more a, .what-we-do .what-we-do-inner .circles-holder .circle3 .tablet-read-more a:visited, .what-we-do .what-we-do-inner .circles-holder .circle4 .tablet-read-more a, .what-we-do .what-we-do-inner .circles-holder .circle4 .tablet-read-more a:visited {
  transition: none;
  transition-delay: 0;
  color: #fff;
  font-size: 16px;
  text-transform: none;
  text-decoration: underline;
}
.what-we-do .what-we-do-inner .circles-holder .circle1 .tablet-read-more a:hover, .what-we-do .what-we-do-inner .circles-holder .circle2 .tablet-read-more a:hover, .what-we-do .what-we-do-inner .circles-holder .circle3 .tablet-read-more a:hover, .what-we-do .what-we-do-inner .circles-holder .circle4 .tablet-read-more a:hover {
  background-color: transparent;
  transition: none;
  transition-delay: 0;
}
@media (min-width: 1285px) {
  .what-we-do .what-we-do-inner .circles-holder .circle1 .tablet-read-more, .what-we-do .what-we-do-inner .circles-holder .circle2 .tablet-read-more, .what-we-do .what-we-do-inner .circles-holder .circle3 .tablet-read-more, .what-we-do .what-we-do-inner .circles-holder .circle4 .tablet-read-more {
    display: none;
  }
}
.what-we-do .what-we-do-inner .circles-holder .circle1 .tablet-read-more1, .what-we-do .what-we-do-inner .circles-holder .circle1 .tablet-read-more2, .what-we-do .what-we-do-inner .circles-holder .circle1 .tablet-read-more3, .what-we-do .what-we-do-inner .circles-holder .circle1 .tablet-read-more4, .what-we-do .what-we-do-inner .circles-holder .circle2 .tablet-read-more1, .what-we-do .what-we-do-inner .circles-holder .circle2 .tablet-read-more2, .what-we-do .what-we-do-inner .circles-holder .circle2 .tablet-read-more3, .what-we-do .what-we-do-inner .circles-holder .circle2 .tablet-read-more4, .what-we-do .what-we-do-inner .circles-holder .circle3 .tablet-read-more1, .what-we-do .what-we-do-inner .circles-holder .circle3 .tablet-read-more2, .what-we-do .what-we-do-inner .circles-holder .circle3 .tablet-read-more3, .what-we-do .what-we-do-inner .circles-holder .circle3 .tablet-read-more4, .what-we-do .what-we-do-inner .circles-holder .circle4 .tablet-read-more1, .what-we-do .what-we-do-inner .circles-holder .circle4 .tablet-read-more2, .what-we-do .what-we-do-inner .circles-holder .circle4 .tablet-read-more3, .what-we-do .what-we-do-inner .circles-holder .circle4 .tablet-read-more4 {
  visibility: hidden;
  transition: linear 0.5s;
}
.what-we-do .what-we-do-inner .circles-holder .circle1 .tablet-read-more1, .what-we-do .what-we-do-inner .circles-holder .circle2 .tablet-read-more1, .what-we-do .what-we-do-inner .circles-holder .circle3 .tablet-read-more1, .what-we-do .what-we-do-inner .circles-holder .circle4 .tablet-read-more1 {
  top: 300px;
  left: 168px;
}
.what-we-do .what-we-do-inner .circles-holder .circle1 .tablet-read-more2, .what-we-do .what-we-do-inner .circles-holder .circle2 .tablet-read-more2, .what-we-do .what-we-do-inner .circles-holder .circle3 .tablet-read-more2, .what-we-do .what-we-do-inner .circles-holder .circle4 .tablet-read-more2 {
  top: 335px;
  right: 305px;
}
.what-we-do .what-we-do-inner .circles-holder .circle1 .tablet-read-more3, .what-we-do .what-we-do-inner .circles-holder .circle2 .tablet-read-more3, .what-we-do .what-we-do-inner .circles-holder .circle3 .tablet-read-more3, .what-we-do .what-we-do-inner .circles-holder .circle4 .tablet-read-more3 {
  top: 40px;
  left: 168px;
}
.what-we-do .what-we-do-inner .circles-holder .circle1 .tablet-read-more4, .what-we-do .what-we-do-inner .circles-holder .circle2 .tablet-read-more4, .what-we-do .what-we-do-inner .circles-holder .circle3 .tablet-read-more4, .what-we-do .what-we-do-inner .circles-holder .circle4 .tablet-read-more4 {
  top: 40px;
  right: 305px;
}
.what-we-do .what-we-do-inner .circles-holder .circle1 {
  top: 9px;
  left: 24px;
}
@media (min-width: 1285px) {
  .what-we-do .what-we-do-inner .circles-holder .circle1 {
    top: 13px;
    left: 5px;
  }
}
.what-we-do .what-we-do-inner .circles-holder .circle2 {
  top: 9px;
  right: 24px;
}
@media (min-width: 1285px) {
  .what-we-do .what-we-do-inner .circles-holder .circle2 {
    top: 13px;
    right: 5px;
  }
}
.what-we-do .what-we-do-inner .circles-holder .circle3 {
  top: 260px;
  left: 24px;
}
@media (min-width: 1285px) {
  .what-we-do .what-we-do-inner .circles-holder .circle3 {
    top: 368px;
    left: 5px;
  }
}
.what-we-do .what-we-do-inner .circles-holder .circle4 {
  top: 260px;
  right: 24px;
}
@media (min-width: 1285px) {
  .what-we-do .what-we-do-inner .circles-holder .circle4 {
    top: 368px;
    right: 6px;
  }
}
.what-we-do .what-we-do-inner .circles-holder .circle4 span {
  padding-top: 50px;
}
@media (min-width: 1285px) {
  .what-we-do .what-we-do-inner .circles-holder .circle4 span {
    padding-top: 75px;
  }
}
.what-we-do .what-we-do-inner .desc-holder {
  position: relative;
  max-width: 950px;
  margin: 0 auto;
  margin-top: -187px;
  height: 245px;
}
@media (min-width: 1285px) {
  .what-we-do .what-we-do-inner .desc-holder {
    margin-top: -189px;
    height: 255px;
  }
}
.what-we-do .what-we-do-inner .desc-holder .desc {
  text-align: left;
  display: block;
  position: absolute;
  transition: linear 500ms;
}
.what-we-do .what-we-do-inner .desc-holder .desc p {
  font-size: 19px;
  line-height: 1.1;
}
@media (min-width: 1285px) {
  .what-we-do .what-we-do-inner .desc-holder .desc p {
    font-size: 22px;
  }
}
.what-we-do .what-we-do-inner .desc-holder ul {
  list-style-type: disc;
  font-size: 19px;
}
@media (min-width: 1285px) {
  .what-we-do .what-we-do-inner .desc-holder ul {
    font-size: 22px;
  }
}
.what-we-do .what-we-do-inner .desc-holder ul li {
  line-height: 1.1;
  margin-bottom: 10px;
}
.what-we-do .what-we-do-inner .desc-holder .desc1, .what-we-do .what-we-do-inner .desc-holder .desc2, .what-we-do .what-we-do-inner .desc-holder .desc3, .what-we-do .what-we-do-inner .desc-holder .desc4 {
  opacity: 0;
}
.what-we-do .what-we-do-inner .desc-holder .desc2 ul {
  margin-left: 30px;
  margin-top: -2px;
}
.what-we-do .what-we-do-inner .center-desc {
  top: 330px;
  left: 30px;
  right: 0;
  margin: auto;
  position: absolute;
  width: 260px;
}
@media (min-width: 1285px) {
  .what-we-do .what-we-do-inner .center-desc {
    top: 400px;
    left: 45px;
    width: 400px;
  }
}
.what-we-do .what-we-do-inner .center-desc p {
  font-size: 19px !important;
  line-height: 1.2 !important;
}
@media (min-width: 1285px) {
  .what-we-do .what-we-do-inner .center-desc p {
    font-size: 23px !important;
  }
}
.what-we-do .what-we-do-inner .center-desc p.read-more {
  display: block;
  text-decoration: underline;
}
.what-we-do .what-we-do-inner .center-desc p.read-more a, .what-we-do .what-we-do-inner .center-desc p.read-more a:visited {
  color: #fff;
  font-size: 16px;
}
@media (min-width: 1285px) {
  .what-we-do .what-we-do-inner .center-desc p.read-more {
    display: none;
  }
}
.what-we-do .what-we-do-inner .big-circle {
  position: relative;
  margin: 0 auto;
  text-align: center;
  max-width: 450px;
}
@media (min-width: 1285px) {
  .what-we-do .what-we-do-inner .big-circle {
    max-width: 620px;
  }
}
.what-we-do .what-we-do-inner .big-circle img {
  position: absolute;
  top: -16px;
  right: 0;
  left: 0;
  margin: auto;
  transition: opacity 1s ease-in-out;
}
.what-we-do .what-we-do-inner .big-circle img.orange-circle {
  opacity: 0;
}

a.start {
  display: none;
  text-align: center;
  width: 200px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 40px auto 0 auto;
}

.spinner {
  width: 140px;
  height: 140px;
  background: transparent;
  margin: 0 auto;
  position: absolute;
  border-radius: 100%;
  top: -4px;
  left: -4px;
}
@media (min-width: 1285px) {
  .spinner {
    width: 200px;
    height: 200px;
    top: -6px;
    left: -6px;
  }
}
.spinner:hover div em {
  background: transparent;
  animation-duration: 1s;
}
.spinner:hover div em.em1 {
  border: 4px solid #f58721;
  border-left: 0;
}
@media (min-width: 1285px) {
  .spinner:hover div em.em1 {
    border: 6px solid #f58721;
    border-left: 0;
  }
}
.spinner:hover div em.em2 {
  border: 4px solid #f58721;
  border-right: 0;
}
@media (min-width: 1285px) {
  .spinner:hover div em.em2 {
    border: 6px solid #f58721;
    border-right: 0;
  }
}
@keyframes rotate-rt {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-lt {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spinner:hover div {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}
.spinner:hover div:first-child {
  left: 0;
}
.spinner:hover div:last-child {
  left: 50%;
}
.spinner:hover div em {
  border-radius: 999px;
  position: absolute;
  width: 100%;
  height: 100%;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}
.spinner:hover div:first-child em {
  left: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  animation-name: rotate-lt;
  transform-origin: 0 50%;
}
.spinner:hover div:last-child em {
  left: -100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  animation-name: rotate-rt;
  transform-origin: 100% 50%;
}

.what-we-do-mobile {
  display: none;
}
@media (max-width: 700px) {
  .what-we-do-mobile {
    display: block;
    margin-top: 0;
    padding: 20px 20px;
    color: #fff;
    background: #2f444d url("../images/whatwedo-bg-mobile.jpg") no-repeat center -150px;
  }
}
@media (max-width: 700px) and (max-width: 610px) {
  .what-we-do-mobile {
    background: #2f444d url("../images/whatwedo-bg-mobile.jpg") no-repeat center -100px;
  }
}
@media (max-width: 700px) and (max-width: 480px) {
  .what-we-do-mobile {
    background: #2f444d url("../images/whatwedo-bg-mobile.jpg") no-repeat center -80px;
  }
}
@media (max-width: 700px) and (max-width: 360px) {
  .what-we-do-mobile {
    background: #2f444d url("../images/whatwedo-bg-mobile.jpg") no-repeat center -40px;
  }
}
@media (max-width: 700px) and (max-width: 330px) {
  .what-we-do-mobile {
    background: #2f444d url("../images/whatwedo-bg-mobile.jpg") no-repeat center -20px;
  }
}
@media (max-width: 700px) and (min-width: 450px) {
  .what-we-do-mobile {
    padding: 40px 50px;
    margin-top: -20px;
  }
}
@media (max-width: 700px) {
  .what-we-do-mobile h1, .what-we-do-mobile h2 {
    text-align: center;
    width: 250px;
    margin: 20px auto;
    padding: 0 0 10px 0;
    border-bottom: 5px solid #f58721;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    text-transform: none;
    font-size: 35px;
  }
  .what-we-do-mobile p.intro {
    font-size: 19px;
    line-height: 1.2;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
  }
  .what-we-do-mobile p, .what-we-do-mobile ul, .what-we-do-mobile a {
    font-size: 17px;
    color: #fff;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.3;
  }
  .what-we-do-mobile ul {
    list-style-type: disc;
    margin-left: 40px;
  }
  .what-we-do-mobile li {
    line-height: 1.3;
  }
  .what-we-do-mobile .intro-tagline {
    width: 100%;
    margin: 20px auto 0 auto;
    text-align: center;
    text-transform: uppercase;
  }
}
@media (max-width: 700px) and (min-width: 330px) {
  .what-we-do-mobile .intro-tagline {
    margin: 30px auto 0 auto;
  }
}
@media (max-width: 700px) {
  .what-we-do-mobile .intro-tagline p {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .what-we-do-mobile label {
    position: relative;
    z-index: 20;
    display: block;
    height: 240px;
    width: 240px;
    margin: 0 auto;
    cursor: pointer;
    font-size: 20px;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    border-radius: 50%;
    border: #fff solid 5px;
    background-color: rgb(60, 84, 95);
  }
  .what-we-do-mobile .circle-wrapper {
    margin-bottom: 15px;
  }
  .what-we-do-mobile span {
    display: block;
    margin-top: 102px;
    text-align: center;
    pointer-events: none;
  }
  .what-we-do-mobile a.more {
    border-bottom: #f58721 5px solid;
    padding-bottom: 15px;
    margin-bottom: 25px;
    width: 100%;
    display: block;
    text-transform: uppercase;
  }
  .what-we-do-mobile label:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 7px;
    background: transparent url(../images/info_arrow_down.png) no-repeat center center;
  }
  .what-we-do-mobile input:checked + label:hover:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 7px;
    background: transparent url(../images/info_arrow_up.png) no-repeat center center;
  }
  .what-we-do-mobile input:checked + label:after {
    background-image: url(../images/info_arrow_up.png);
  }
  .what-we-do-mobile input {
    display: none;
  }
  .what-we-do-mobile article {
    margin-top: 20px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
  }
  .what-we-do-mobile input:checked ~ article.ac-small {
    height: 140px;
  }
  .what-we-do-mobile input:checked ~ article.ac-medium {
    height: 100%;
  }
  .what-we-do-mobile input:checked ~ article.ac-large {
    height: 100%;
  }
  .what-we-do-mobile .spin-arrow {
    width: 45px;
    height: 42px;
    text-align: center;
    margin: 0 auto 30px auto;
    text-align: center;
    background: url("../images/infographic-spinning-arrow.png") no-repeat center top;
    background-size: 45px;
    animation: spinarrow 7s linear infinite;
  }
  @keyframes spinarrow {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
}

.sjb-content {
  background: #fff;
  height: auto;
  display: block;
  overflow: auto;
}

.sjb-page .list-data header {
  padding: 0;
}
.sjb-page .list-data .job-type,
.sjb-page .list-data .job-location,
.sjb-page .list-data .job-date {
  margin-bottom: 6px;
}
.sjb-page .list-data .job-info,
.sjb-page .list-data .job-detail {
  font-size: 100%;
}
.sjb-page .list-data .job-info h3,
.sjb-page .list-data .job-info h4,
.sjb-page .list-data .job-detail h3,
.sjb-page .list-data .job-detail h4 {
  font-size: 28px;
  color: #0E4F83;
}
.sjb-page .list-data .job-info h3 a,
.sjb-page .list-data .job-info h4 a,
.sjb-page .list-data .job-detail h3 a,
.sjb-page .list-data .job-detail h4 a {
  font-size: 100%;
  color: #0E4F83;
}
.sjb-page .list-data .job-info h3 a:hover,
.sjb-page .list-data .job-info h4 a:hover,
.sjb-page .list-data .job-detail h3 a:hover,
.sjb-page .list-data .job-detail h4 a:hover {
  color: #f58721;
}
.sjb-page .list-data .job-info .job-title,
.sjb-page .list-data .job-detail .job-title {
  font-size: 100%;
}
.sjb-page .list-data .job-description p {
  font-size: 18px;
}
.sjb-page .list-data .excerpt-read-more, .sjb-page .list-data .excerpt-read-more:hover, .sjb-page .list-data .excerpt-read-more:visited, .sjb-page .list-data .excerpt-read-more:active {
  color: #f58721;
}
.sjb-page .list-data .job-details {
  margin-bottom: 20px;
}
.sjb-page .sjb-detail {
  margin: 20px 20px 40px 20px;
  clear: both;
  height: auto;
}
.sjb-page .sjb-detail .list-data ul {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  margin: 0 0 20px 40px;
  list-style: none;
}
.sjb-page .sjb-detail .list-data ul li {
  list-style: none !important;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  padding: 0 0 8px 0;
}
.sjb-page .sjb-detail .list-data ul li::before, .sjb-page .sjb-detail .list-data ul li:before {
  content: "•";
  padding: 0 10px 0 0;
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -20px;
  top: 0px;
  color: #f58721 !important;
  font-size: 20px;
}
@media (min-width: 768px) {
  .sjb-page .sjb-detail {
    max-width: 80%;
    margin-right: 180px;
    float: right;
    margin-top: 60px;
    margin-left: 58px;
  }
}
@media (min-width: 1100px) {
  .sjb-page .sjb-detail {
    margin-left: 120px;
  }
}
@media (min-width: 1400px) {
  .sjb-page .sjb-detail {
    margin-right: 380px;
    margin-left: 0;
    max-width: 55%;
  }
}

.sjb-wrap a, .sjb-wrap a:visited {
  color: #f58721;
}
.sjb-wrap h4 {
  font-size: 19px;
  line-height: 110%;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #354552;
  margin: 20px 0 4px 0;
}
@media (min-width: 600px) {
  .sjb-wrap h4 {
    font-size: 23px;
  }
}
.sjb-wrap #sjb_job-visiable {
  padding: 20px 20px 0 20px;
}
.sjb-wrap #sjb-form-padding-button button {
  background-color: #2f444d !important;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  padding: 2px 0 0 0;
  text-transform: uppercase;
  width: 100px;
  outline: none;
}
.sjb-wrap #sjb-form-padding-button button:hover {
  background: #202e34 !important;
}
.sjb-wrap header {
  width: 100% !important;
  padding: 0 0 5px 15px;
}
.sjb-wrap header .sjb-row {
  margin-bottom: 0;
}
.sjb-wrap .sjb-table {
  max-width: 400px;
}
.sjb-wrap .sjb-table th {
  text-align: left;
  color: #3d5560;
}
.sjb-wrap::selection {
  background: #fff !important;
  color: #2f444d !important;
}
.sjb-wrap #sjb-page-detail {
  display: none;
}
.sjb-wrap #sjb-page-detail .job-title {
  display: none;
}
.sjb-wrap #sjb-heading {
  width: 100%;
}
.sjb-wrap #sjb-job-heading,
.sjb-wrap #sjb_job-heading a {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 110%;
  margin: 10px 0 3px 0;
  color: #2f444d;
}
.sjb-wrap .sjb-col-md-2 {
  width: 100% !important;
}
.sjb-wrap .sjb-col-md-2 #sjb_job-bolits {
  color: #2f444d !important;
}
.sjb-wrap .sjb-form-group input[type=text],
.sjb-wrap .sjb-form-group input[type=email],
.sjb-wrap .sjb-form-group input[type=text],
.sjb-wrap .sjb-form-group input[type=text],
.sjb-wrap .sjb-form-group input[type=password],
.sjb-wrap .sjb-form-group input[type=datetime],
.sjb-wrap .sjb-form-group input[type=datetime-local],
.sjb-wrap .sjb-form-group input[type=date],
.sjb-wrap .sjb-form-group input[type=month],
.sjb-wrap .sjb-form-group input[type=time],
.sjb-wrap .sjb-form-group input[type=week],
.sjb-wrap .sjb-form-group input[type=number],
.sjb-wrap .sjb-form-group input[type=email],
.sjb-wrap .sjb-form-group input[type=url],
.sjb-wrap .sjb-form-group input[type=search],
.sjb-wrap .sjb-form-group input[type=tel],
.sjb-wrap .sjb-form-group input[type=color],
.sjb-wrap .sjb-form-group select,
.sjb-wrap .sjb-form-group textarea {
  display: block !important;
  height: 40px !important;
  line-height: 1em !important;
  padding: 0 12px !important;
  margin-bottom: 14px !important;
  font-size: 1em !important;
  color: #000000 !important;
  border-radius: 3px !important;
  vertical-align: middle !important;
  box-shadow: none !important;
  border: solid 1px #252525 !important;
  width: 100% !important;
  max-width: 400px !important;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  background-color: #f8f9fa !important;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
}
.sjb-wrap .sjb-form-group input[type=text]:focus, .sjb-wrap .sjb-form-group input[type=text]:active,
.sjb-wrap .sjb-form-group input[type=email]:focus,
.sjb-wrap .sjb-form-group input[type=email]:active,
.sjb-wrap .sjb-form-group input[type=text]:focus,
.sjb-wrap .sjb-form-group input[type=text]:active,
.sjb-wrap .sjb-form-group input[type=text]:focus,
.sjb-wrap .sjb-form-group input[type=text]:active,
.sjb-wrap .sjb-form-group input[type=password]:focus,
.sjb-wrap .sjb-form-group input[type=password]:active,
.sjb-wrap .sjb-form-group input[type=datetime]:focus,
.sjb-wrap .sjb-form-group input[type=datetime]:active,
.sjb-wrap .sjb-form-group input[type=datetime-local]:focus,
.sjb-wrap .sjb-form-group input[type=datetime-local]:active,
.sjb-wrap .sjb-form-group input[type=date]:focus,
.sjb-wrap .sjb-form-group input[type=date]:active,
.sjb-wrap .sjb-form-group input[type=month]:focus,
.sjb-wrap .sjb-form-group input[type=month]:active,
.sjb-wrap .sjb-form-group input[type=time]:focus,
.sjb-wrap .sjb-form-group input[type=time]:active,
.sjb-wrap .sjb-form-group input[type=week]:focus,
.sjb-wrap .sjb-form-group input[type=week]:active,
.sjb-wrap .sjb-form-group input[type=number]:focus,
.sjb-wrap .sjb-form-group input[type=number]:active,
.sjb-wrap .sjb-form-group input[type=email]:focus,
.sjb-wrap .sjb-form-group input[type=email]:active,
.sjb-wrap .sjb-form-group input[type=url]:focus,
.sjb-wrap .sjb-form-group input[type=url]:active,
.sjb-wrap .sjb-form-group input[type=search]:focus,
.sjb-wrap .sjb-form-group input[type=search]:active,
.sjb-wrap .sjb-form-group input[type=tel]:focus,
.sjb-wrap .sjb-form-group input[type=tel]:active,
.sjb-wrap .sjb-form-group input[type=color]:focus,
.sjb-wrap .sjb-form-group input[type=color]:active,
.sjb-wrap .sjb-form-group select:focus,
.sjb-wrap .sjb-form-group select:active,
.sjb-wrap .sjb-form-group textarea:focus,
.sjb-wrap .sjb-form-group textarea:active {
  background-color: white;
  outline: none;
}
.sjb-wrap .sjb-form-group input[type=text].error, .sjb-wrap .sjb-form-group input[type=text].is-invalid,
.sjb-wrap .sjb-form-group input[type=email].error,
.sjb-wrap .sjb-form-group input[type=email].is-invalid,
.sjb-wrap .sjb-form-group input[type=text].error,
.sjb-wrap .sjb-form-group input[type=text].is-invalid,
.sjb-wrap .sjb-form-group input[type=text].error,
.sjb-wrap .sjb-form-group input[type=text].is-invalid,
.sjb-wrap .sjb-form-group input[type=password].error,
.sjb-wrap .sjb-form-group input[type=password].is-invalid,
.sjb-wrap .sjb-form-group input[type=datetime].error,
.sjb-wrap .sjb-form-group input[type=datetime].is-invalid,
.sjb-wrap .sjb-form-group input[type=datetime-local].error,
.sjb-wrap .sjb-form-group input[type=datetime-local].is-invalid,
.sjb-wrap .sjb-form-group input[type=date].error,
.sjb-wrap .sjb-form-group input[type=date].is-invalid,
.sjb-wrap .sjb-form-group input[type=month].error,
.sjb-wrap .sjb-form-group input[type=month].is-invalid,
.sjb-wrap .sjb-form-group input[type=time].error,
.sjb-wrap .sjb-form-group input[type=time].is-invalid,
.sjb-wrap .sjb-form-group input[type=week].error,
.sjb-wrap .sjb-form-group input[type=week].is-invalid,
.sjb-wrap .sjb-form-group input[type=number].error,
.sjb-wrap .sjb-form-group input[type=number].is-invalid,
.sjb-wrap .sjb-form-group input[type=email].error,
.sjb-wrap .sjb-form-group input[type=email].is-invalid,
.sjb-wrap .sjb-form-group input[type=url].error,
.sjb-wrap .sjb-form-group input[type=url].is-invalid,
.sjb-wrap .sjb-form-group input[type=search].error,
.sjb-wrap .sjb-form-group input[type=search].is-invalid,
.sjb-wrap .sjb-form-group input[type=tel].error,
.sjb-wrap .sjb-form-group input[type=tel].is-invalid,
.sjb-wrap .sjb-form-group input[type=color].error,
.sjb-wrap .sjb-form-group input[type=color].is-invalid,
.sjb-wrap .sjb-form-group select.error,
.sjb-wrap .sjb-form-group select.is-invalid,
.sjb-wrap .sjb-form-group textarea.error,
.sjb-wrap .sjb-form-group textarea.is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}
.sjb-wrap .sjb-form-group input[type=text].success, .sjb-wrap .sjb-form-group input[type=text].is-valid,
.sjb-wrap .sjb-form-group input[type=email].success,
.sjb-wrap .sjb-form-group input[type=email].is-valid,
.sjb-wrap .sjb-form-group input[type=text].success,
.sjb-wrap .sjb-form-group input[type=text].is-valid,
.sjb-wrap .sjb-form-group input[type=text].success,
.sjb-wrap .sjb-form-group input[type=text].is-valid,
.sjb-wrap .sjb-form-group input[type=password].success,
.sjb-wrap .sjb-form-group input[type=password].is-valid,
.sjb-wrap .sjb-form-group input[type=datetime].success,
.sjb-wrap .sjb-form-group input[type=datetime].is-valid,
.sjb-wrap .sjb-form-group input[type=datetime-local].success,
.sjb-wrap .sjb-form-group input[type=datetime-local].is-valid,
.sjb-wrap .sjb-form-group input[type=date].success,
.sjb-wrap .sjb-form-group input[type=date].is-valid,
.sjb-wrap .sjb-form-group input[type=month].success,
.sjb-wrap .sjb-form-group input[type=month].is-valid,
.sjb-wrap .sjb-form-group input[type=time].success,
.sjb-wrap .sjb-form-group input[type=time].is-valid,
.sjb-wrap .sjb-form-group input[type=week].success,
.sjb-wrap .sjb-form-group input[type=week].is-valid,
.sjb-wrap .sjb-form-group input[type=number].success,
.sjb-wrap .sjb-form-group input[type=number].is-valid,
.sjb-wrap .sjb-form-group input[type=email].success,
.sjb-wrap .sjb-form-group input[type=email].is-valid,
.sjb-wrap .sjb-form-group input[type=url].success,
.sjb-wrap .sjb-form-group input[type=url].is-valid,
.sjb-wrap .sjb-form-group input[type=search].success,
.sjb-wrap .sjb-form-group input[type=search].is-valid,
.sjb-wrap .sjb-form-group input[type=tel].success,
.sjb-wrap .sjb-form-group input[type=tel].is-valid,
.sjb-wrap .sjb-form-group input[type=color].success,
.sjb-wrap .sjb-form-group input[type=color].is-valid,
.sjb-wrap .sjb-form-group select.success,
.sjb-wrap .sjb-form-group select.is-valid,
.sjb-wrap .sjb-form-group textarea.success,
.sjb-wrap .sjb-form-group textarea.is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}
.sjb-wrap .sjb-form-group input[type=text][disabled], .sjb-wrap .sjb-form-group input[type=text].is-disabled,
.sjb-wrap .sjb-form-group input[type=email][disabled],
.sjb-wrap .sjb-form-group input[type=email].is-disabled,
.sjb-wrap .sjb-form-group input[type=text][disabled],
.sjb-wrap .sjb-form-group input[type=text].is-disabled,
.sjb-wrap .sjb-form-group input[type=text][disabled],
.sjb-wrap .sjb-form-group input[type=text].is-disabled,
.sjb-wrap .sjb-form-group input[type=password][disabled],
.sjb-wrap .sjb-form-group input[type=password].is-disabled,
.sjb-wrap .sjb-form-group input[type=datetime][disabled],
.sjb-wrap .sjb-form-group input[type=datetime].is-disabled,
.sjb-wrap .sjb-form-group input[type=datetime-local][disabled],
.sjb-wrap .sjb-form-group input[type=datetime-local].is-disabled,
.sjb-wrap .sjb-form-group input[type=date][disabled],
.sjb-wrap .sjb-form-group input[type=date].is-disabled,
.sjb-wrap .sjb-form-group input[type=month][disabled],
.sjb-wrap .sjb-form-group input[type=month].is-disabled,
.sjb-wrap .sjb-form-group input[type=time][disabled],
.sjb-wrap .sjb-form-group input[type=time].is-disabled,
.sjb-wrap .sjb-form-group input[type=week][disabled],
.sjb-wrap .sjb-form-group input[type=week].is-disabled,
.sjb-wrap .sjb-form-group input[type=number][disabled],
.sjb-wrap .sjb-form-group input[type=number].is-disabled,
.sjb-wrap .sjb-form-group input[type=email][disabled],
.sjb-wrap .sjb-form-group input[type=email].is-disabled,
.sjb-wrap .sjb-form-group input[type=url][disabled],
.sjb-wrap .sjb-form-group input[type=url].is-disabled,
.sjb-wrap .sjb-form-group input[type=search][disabled],
.sjb-wrap .sjb-form-group input[type=search].is-disabled,
.sjb-wrap .sjb-form-group input[type=tel][disabled],
.sjb-wrap .sjb-form-group input[type=tel].is-disabled,
.sjb-wrap .sjb-form-group input[type=color][disabled],
.sjb-wrap .sjb-form-group input[type=color].is-disabled,
.sjb-wrap .sjb-form-group select[disabled],
.sjb-wrap .sjb-form-group select.is-disabled,
.sjb-wrap .sjb-form-group textarea[disabled],
.sjb-wrap .sjb-form-group textarea.is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
.sjb-wrap .sjb-form-group input[type=text][disabled]:focus, .sjb-wrap .sjb-form-group input[type=text][disabled]:active, .sjb-wrap .sjb-form-group input[type=text].is-disabled:focus, .sjb-wrap .sjb-form-group input[type=text].is-disabled:active,
.sjb-wrap .sjb-form-group input[type=email][disabled]:focus,
.sjb-wrap .sjb-form-group input[type=email][disabled]:active,
.sjb-wrap .sjb-form-group input[type=email].is-disabled:focus,
.sjb-wrap .sjb-form-group input[type=email].is-disabled:active,
.sjb-wrap .sjb-form-group input[type=text][disabled]:focus,
.sjb-wrap .sjb-form-group input[type=text][disabled]:active,
.sjb-wrap .sjb-form-group input[type=text].is-disabled:focus,
.sjb-wrap .sjb-form-group input[type=text].is-disabled:active,
.sjb-wrap .sjb-form-group input[type=text][disabled]:focus,
.sjb-wrap .sjb-form-group input[type=text][disabled]:active,
.sjb-wrap .sjb-form-group input[type=text].is-disabled:focus,
.sjb-wrap .sjb-form-group input[type=text].is-disabled:active,
.sjb-wrap .sjb-form-group input[type=password][disabled]:focus,
.sjb-wrap .sjb-form-group input[type=password][disabled]:active,
.sjb-wrap .sjb-form-group input[type=password].is-disabled:focus,
.sjb-wrap .sjb-form-group input[type=password].is-disabled:active,
.sjb-wrap .sjb-form-group input[type=datetime][disabled]:focus,
.sjb-wrap .sjb-form-group input[type=datetime][disabled]:active,
.sjb-wrap .sjb-form-group input[type=datetime].is-disabled:focus,
.sjb-wrap .sjb-form-group input[type=datetime].is-disabled:active,
.sjb-wrap .sjb-form-group input[type=datetime-local][disabled]:focus,
.sjb-wrap .sjb-form-group input[type=datetime-local][disabled]:active,
.sjb-wrap .sjb-form-group input[type=datetime-local].is-disabled:focus,
.sjb-wrap .sjb-form-group input[type=datetime-local].is-disabled:active,
.sjb-wrap .sjb-form-group input[type=date][disabled]:focus,
.sjb-wrap .sjb-form-group input[type=date][disabled]:active,
.sjb-wrap .sjb-form-group input[type=date].is-disabled:focus,
.sjb-wrap .sjb-form-group input[type=date].is-disabled:active,
.sjb-wrap .sjb-form-group input[type=month][disabled]:focus,
.sjb-wrap .sjb-form-group input[type=month][disabled]:active,
.sjb-wrap .sjb-form-group input[type=month].is-disabled:focus,
.sjb-wrap .sjb-form-group input[type=month].is-disabled:active,
.sjb-wrap .sjb-form-group input[type=time][disabled]:focus,
.sjb-wrap .sjb-form-group input[type=time][disabled]:active,
.sjb-wrap .sjb-form-group input[type=time].is-disabled:focus,
.sjb-wrap .sjb-form-group input[type=time].is-disabled:active,
.sjb-wrap .sjb-form-group input[type=week][disabled]:focus,
.sjb-wrap .sjb-form-group input[type=week][disabled]:active,
.sjb-wrap .sjb-form-group input[type=week].is-disabled:focus,
.sjb-wrap .sjb-form-group input[type=week].is-disabled:active,
.sjb-wrap .sjb-form-group input[type=number][disabled]:focus,
.sjb-wrap .sjb-form-group input[type=number][disabled]:active,
.sjb-wrap .sjb-form-group input[type=number].is-disabled:focus,
.sjb-wrap .sjb-form-group input[type=number].is-disabled:active,
.sjb-wrap .sjb-form-group input[type=email][disabled]:focus,
.sjb-wrap .sjb-form-group input[type=email][disabled]:active,
.sjb-wrap .sjb-form-group input[type=email].is-disabled:focus,
.sjb-wrap .sjb-form-group input[type=email].is-disabled:active,
.sjb-wrap .sjb-form-group input[type=url][disabled]:focus,
.sjb-wrap .sjb-form-group input[type=url][disabled]:active,
.sjb-wrap .sjb-form-group input[type=url].is-disabled:focus,
.sjb-wrap .sjb-form-group input[type=url].is-disabled:active,
.sjb-wrap .sjb-form-group input[type=search][disabled]:focus,
.sjb-wrap .sjb-form-group input[type=search][disabled]:active,
.sjb-wrap .sjb-form-group input[type=search].is-disabled:focus,
.sjb-wrap .sjb-form-group input[type=search].is-disabled:active,
.sjb-wrap .sjb-form-group input[type=tel][disabled]:focus,
.sjb-wrap .sjb-form-group input[type=tel][disabled]:active,
.sjb-wrap .sjb-form-group input[type=tel].is-disabled:focus,
.sjb-wrap .sjb-form-group input[type=tel].is-disabled:active,
.sjb-wrap .sjb-form-group input[type=color][disabled]:focus,
.sjb-wrap .sjb-form-group input[type=color][disabled]:active,
.sjb-wrap .sjb-form-group input[type=color].is-disabled:focus,
.sjb-wrap .sjb-form-group input[type=color].is-disabled:active,
.sjb-wrap .sjb-form-group select[disabled]:focus,
.sjb-wrap .sjb-form-group select[disabled]:active,
.sjb-wrap .sjb-form-group select.is-disabled:focus,
.sjb-wrap .sjb-form-group select.is-disabled:active,
.sjb-wrap .sjb-form-group textarea[disabled]:focus,
.sjb-wrap .sjb-form-group textarea[disabled]:active,
.sjb-wrap .sjb-form-group textarea.is-disabled:focus,
.sjb-wrap .sjb-form-group textarea.is-disabled:active {
  background-color: #d5edf8;
}
.sjb-wrap .sjb-form-group input[type=tel] {
  padding-left: 48px !important;
  padding-right: 48px !important;
}
.sjb-wrap .sjb-job-features h3,
.sjb-wrap .sjb-job-application h3 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 26px !important;
  line-height: 110% !important;
  margin: 30px 0 5px 0 !important;
  color: #2f444d !important;
}
.sjb-wrap .sjb-job-features label,
.sjb-wrap .sjb-job-application label {
  font-size: 16px !important;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif, serif !important;
  color: #2d2a26 !important;
}
.sjb-wrap #sjb_job-bolits {
  width: 150px;
}
.sjb-wrap .single-job-listing {
  background: #fff;
  max-width: 100%;
  float: none;
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
  clear: both;
  height: auto;
}
@media (min-width: 768px) {
  .sjb-wrap .single-job-listing {
    max-width: 80%;
    margin-right: 180px;
    float: right;
    margin-top: 60px;
    margin-left: 58px;
  }
}
@media (min-width: 1100px) {
  .sjb-wrap .single-job-listing {
    margin-left: 120px;
  }
}
@media (min-width: 1400px) {
  .sjb-wrap .single-job-listing {
    margin-right: 380px;
    margin-left: 0;
    max-width: 55%;
  }
}
.sjb-wrap #sjb-form-padding {
  margin-bottom: 0;
  margin-top: 5px;
}
.sjb-wrap .sjb-company-logo {
  display: none;
}
.sjb-wrap .sjb-row {
  margin-bottom: 0;
}
@media (min-width: 990px) {
  .sjb-wrap .sjb-row {
    margin-bottom: 10px;
  }
}
.sjb-wrap .sjb-search-categories,
.sjb-wrap .sjb-search-job-type,
.sjb-wrap .sjb-search-location {
  position: relative;
  max-width: 430px;
}
@media (min-width: 990px) {
  .sjb-wrap .sjb-search-categories,
  .sjb-wrap .sjb-search-job-type,
  .sjb-wrap .sjb-search-location {
    max-width: auto;
  }
}
.sjb-wrap .sjb-search-categories:after,
.sjb-wrap .sjb-search-job-type:after,
.sjb-wrap .sjb-search-location:after {
  content: "";
  position: absolute;
  background: url(../images/dropdownarrows.png) top center no-repeat;
  top: 12px;
  right: 20px;
  height: 28px;
  width: 20px;
  pointer-events: none;
}
.sjb-wrap .sjb-search-button {
  max-width: 430px;
}
@media (min-width: 990px) {
  .sjb-wrap .sjb-search-button {
    max-width: auto;
  }
}
.sjb-wrap .sjb-search {
  height: 40px;
}
.sjb-wrap .page-numbers {
  float: none;
  width: auto;
  text-align: center !important;
}
.sjb-wrap .page-numbers ul li {
  margin: 0 !important;
}
.sjb-wrap .page-numbers ul span.current {
  color: #f58721 !important;
  background-color: #fff !important;
}
.sjb-wrap .page-numbers ul a {
  color: #2f444d;
  margin: 0;
  font-size: 20px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sjb-wrap .page-numbers ul a:hover {
  background-color: #2f444d !important;
  color: #fff !important;
}
.sjb-wrap .page-numbers ul a:focus,
.sjb-wrap .page-numbers ul a:active {
  background-color: #2f444d !important;
  color: #fff !important;
}
.sjb-wrap .page-numbers ul {
  display: inline-block;
  background-color: #fff;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px;
}
.sjb-wrap .page-numbers ul a, .sjb-wrap .page-numbers ul span {
  background-color: #fff !important;
}
.sjb-wrap .page-numbers li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
  border-right: 1px solid #4d4d4f;
}
.sjb-wrap .page-numbers li span {
  border: none;
  background: #fff;
}
.sjb-wrap .page-numbers li a {
  background: #fff;
  border: none;
}
.sjb-wrap .page-numbers li:last-child {
  border-right: none;
}
.sjb-wrap .page-numbers .current {
  cursor: default;
  color: #f58721;
}
.sjb-wrap .page-numbers .current:hover, .sjb-wrap .page-numbers .current:focus {
  background-color: #fff !important;
  color: #f58721;
}

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}

/** 
 *  Master Slider
 * 	Core css file
 */
.master-slider {
  position: relative;
  visibility: hidden;
  -moz-transform: translate3d(0, 0, 0);
  max-width: 320px;
}
@media (max-width: 470px) {
  .master-slider img {
    width: 180px !important;
  }
}
@media (min-width: 470px) {
  .master-slider {
    max-width: 410px;
  }
}
@media (min-width: 1100px) {
  .master-slider {
    max-width: 410px;
  }
}
@media (min-width: 1500px) {
  .master-slider {
    max-width: 730px;
  }
}
@media (min-width: 1750px) {
  .master-slider {
    max-width: 1050px;
  }
}

.master-slider a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.master-slider, .master-slider * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.master-slider.ms-fullheight {
  height: 100%;
}

.ms-layout-partialview .ms-view {
  overflow: visible;
  background-color: transparent;
}

.ms-layout-partialview .ms-container {
  overflow: hidden;
}

.master-slider img, .ms-slide-bgvideocont video {
  max-width: none;
}

.ms-ie img {
  border: none;
}

.ms-ie8 * {
  opacity: inherit;
  filter: inherit;
}

.ms-ie7 {
  zoom: 1;
}

.ms-moz .ms-slide-bgcont > img {
  transform: translateX(0px);
}

.ms-loading-container {
  position: absolute;
  width: 100%;
  top: 0;
}

.ms-slide-auto-height {
  display: table;
}

.ms-loading-container .ms-loading,
.ms-slide .ms-slide-loading {
  width: 36px;
  height: 36px;
  background: url(../images/loading-2.gif) no-repeat center white;
  border-radius: 60px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -18px;
  opacity: 0.9;
}

/* grab cursor */
.ms-no-swipe, .ms-def-cursor {
  cursor: auto !important;
}

.ms-view {
  margin: 0px auto;
  overflow: hidden;
  background: black;
  position: relative;
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  -ms-perspective: 2000px;
  perspective: 2000px;
}

.ms-view .ms-slide-container {
  position: relative;
}

.ms-slide {
  position: absolute;
  height: 100%;
  -webkit-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  transform: translateZ(0px);
}

.ms-wk .ms-slide {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.ms-slide .ms-slide-bgcont,
.ms-slide .ms-slide-bgvideocont {
  position: absolute;
  overflow: hidden;
  width: 100%;
}

.ms-slide .ms-slide-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 110;
}

.ms-ie .ms-slide-link {
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBR‌​AA7") 0 0 repeat;
}

.ms-slide .ms-slide-bgvideocont {
  z-index: 105;
  height: 100%;
}

.ms-wk .ms-slide .ms-slide-bgvideocont,
.ms-wk .ms-slide-bgvideocont > video {
  -webkit-transform: translateZ(0.3px);
  transform: translateZ(0.3px);
}

.ms-slide .ms-slide-bgvideo {
  position: absolute;
  top: 0px;
}

.ms-inner-controls-cont, .ms-container {
  position: relative;
  margin: 0 auto;
}

.ms-slide .ms-slide-bgcont img, .ms-container, .ms-inner-controls-cont {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ms-slide .ms-layer, .ms-fixed-layers .ms-layer {
  position: absolute;
  pointer-events: auto;
}

.ms-slide .ms-slide-layers,
.ms-fixed-layers {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 109;
  top: 0px;
  pointer-events: none;
}

.ms-slide .ms-slide-video {
  position: absolute;
  top: 0;
  z-index: 111;
  background: black;
  padding: 0;
  margin: 0;
  border: none;
}

.ms-parallax-layer {
  width: 100%;
  position: absolute;
  top: 0;
}

.ms-scroll-parallax-cont {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.ms-wk .ms-scroll-parallax-cont {
  -webkit-transform: translateZ(0.4px);
  transform: translateZ(0.4px);
}

/*.ms-scroll-parallax .ms-sl-selected .ms-scroll-parallax-cont,
.ms-scroll-parallax .ms-sl-selected .ms-slide-bgcont{}
.ms-scroll-parallax .ms-slide-bgcont{}*/
/*-----------------------------------------------------------*/
.ms-action-layer {
  cursor: pointer;
}

.ms-btn-container {
  position: absolute;
}

.ms-btn {
  text-decoration: none;
  display: inline-block;
  color: black;
  position: relative;
  padding: 8px 15px;
  cursor: pointer;
  white-space: nowrap;
}

.ms-default-btn {
  background: #0074A2;
  border-radius: 5px;
  color: #FFF;
}

.ms-default-btn:hover {
  background-color: #0098D5;
}

.ms-default-btn:active {
  top: 1px;
}

.ms-btn-s {
  padding: 14px 17px;
  font-size: 80%;
  line-height: 0;
}

.ms-btn-m {
  padding: 12px 40px;
}

.ms-btn-n {
  padding: 8px 25px;
  font-size: 95%;
}

.ms-btn-l {
  padding: 17px 50px;
  font-size: 120%;
}

.ms-btn-round {
  border-radius: 5px;
}

.ms-btn-circle {
  border-radius: 100px;
}

.ms-btn-outline-round {
  border-radius: 5px;
}

.ms-btn-outline-circle {
  border-radius: 100px;
}

/*-----------------------------------------------------------*/
.ms-layer.video-box {
  background: black;
}

.ms-layer.video-box iframe {
  padding: 0;
  margin: 0;
  border: none;
  position: absolute;
  z-index: 111;
}

.ms-slide .ms-slide-vpbtn, .ms-slide .ms-video-btn {
  position: absolute;
  cursor: pointer;
  z-index: 112;
}

.ms-slide .ms-slide-vcbtn {
  position: absolute;
  cursor: pointer;
  z-index: 113;
}

.ms-slide-vcbtn-mobile {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 28px;
  background-color: black;
  color: white;
  text-align: center;
  cursor: pointer;
  z-index: 113;
}

.ms-slide-vcbtn-mobile .ms-vcbtn-txt {
  text-transform: uppercase;
  font-family: sans-serif;
  font-size: 0.75em;
  display: inline-block;
  background: url(video-close-btn.png) no-repeat 0px 3px;
  padding-left: 15px;
  height: 15px;
  color: #DBDBDB;
  margin-top: 7px;
}

.ms-wk .ms-slide .ms-slide-vcbtn,
.ms-wk .ms-slide .ms-slide-layers,
.ms-wk .ms-slide .ms-slide-vpbtn,
.ms-wk .ms-slide .ms-slide-video,
.ms-wk .ms-slide-link {
  -webkit-transform: translateZ(0.44px);
  transform: translateZ(0.44px);
}

.ms-video-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.ms-mask-frame {
  overflow: hidden;
  position: absolute;
  float: left;
}

/* controls */
.ms-thumb-list {
  overflow: hidden;
  position: absolute;
}

.ms-thumb-list.ms-dir-h {
  max-width: 100%;
  overflow: hidden;
}

.ms-thumb-list.ms-dir-v {
  height: 100%;
  top: 0;
}

.ms-thumbs-cont {
  position: relative;
}

.ms-thumb-frame img {
  width: 100%;
  height: auto;
}

.ms-thumb-frame {
  cursor: pointer;
  float: left;
  overflow: hidden;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -ms-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}

.ms-thumb-frame-selected {
  opacity: 1;
}

.ms-tabs .ms-thumb-frame {
  background-color: #F6f6f6;
  text-shadow: 0 1px 1px white;
  color: #222;
  border: solid 1px white;
  border-width: 0 1px 1px 0;
  overflow: visible;
  position: relative;
  opacity: 1;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.ms-tabs.ms-dir-h .ms-thumb-frame {
  margin-top: 12px;
}

.ms-tabs.ms-dir-v .ms-thumb-frame {
  margin-left: 12px;
}

.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame {
  margin-left: 0px;
}

.ms-tabs.ms-dir-h.ms-align-top {
  z-index: 140;
}

.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame {
  margin-top: -12px;
}

.ms-tabs .ms-thumb {
  padding: 20px 20px;
}

.ms-tabs .ms-thumb-frame-selected {
  opacity: 1;
  background: #EDEDED;
}

.ms-tabs .ms-thumb-frame .ms-thumb-ol {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.ms-tabs.ms-dir-h .ms-thumb-frame .ms-thumb-ol {
  top: 0px;
  left: 50%;
  margin-left: -12px;
  border-bottom: solid 12px #F6f6f6;
  border-left: solid 12px transparent;
  border-right: solid 12px transparent;
}

.ms-tabs.ms-dir-h.ms-align-bottom .ms-thumb-frame-selected .ms-thumb-ol {
  opacity: 1;
  top: -12px;
  border-bottom-color: #EDEDED;
}

.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame .ms-thumb-ol {
  bottom: 0px;
  top: auto;
  border-bottom: 0px;
  border-top: solid 12px #F6f6f6;
}

.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame-selected .ms-thumb-ol {
  opacity: 1;
  bottom: -12px;
  border-top-color: #EDEDED;
}

.ms-tabs.ms-dir-v .ms-thumb-frame .ms-thumb-ol {
  top: 50%;
  left: 0;
  margin-top: -12px;
  border-right: solid 12px #EDEDED;
  border-top: solid 12px transparent;
  border-bottom: solid 12px transparent;
}

.ms-tabs.ms-dir-v.ms-align-right .ms-thumb-frame-selected .ms-thumb-ol {
  opacity: 1;
  left: -12px;
  border-right-color: #EDEDED;
}

.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame .ms-thumb-ol {
  left: auto;
  right: 0;
  border-right: 0;
  border-left: solid 12px #EDEDED;
}

.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame-selected .ms-thumb-ol {
  opacity: 1;
  right: -12px;
  border-left-color: #EDEDED;
}

/* horizontal thumblist arrows*/
.ms-thumb-list.ms-dir-h .ms-thumblist-fwd {
  height: 195px;
  width: 100px;
  position: absolute;
  background: url(../images/arrow-bwd.png) center center no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  cursor: pointer;
  margin-top: 7px;
}

.ms-thumb-list.ms-dir-h .ms-thumblist-bwd {
  height: 195px;
  width: 100px;
  background: url(../images/arrow-fwd.png) center center no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
  cursor: pointer;
  margin-top: 7px;
}

/* vertical thumblist arrows */
.ms-thumb-list.ms-dir-v .ms-thumblist-fwd, .ms-thumb-list.ms-dir-v .ms-thumblist-bwd {
  width: 100%;
  height: 20px;
  position: absolute;
  top: 0;
  cursor: pointer;
  background: rgba(128, 128, 128, 0.5);
  text-align: center;
  color: white;
}

.ms-thumb-list.ms-dir-v .ms-thumblist-bwd {
  bottom: 0;
  top: auto;
}

.ms-thumb-list.ms-dir-v .ms-thumblist-fwd:after, .ms-thumb-list.ms-dir-v .ms-thumblist-bwd:after {
  content: close-quote;
  left: 43%;
  position: relative;
  border: solid rgba(0, 0, 0, 0);
  border-width: 0px 5px 5px 5px;
  display: block;
  border-bottom-color: #FFF;
  height: 1px;
  top: 5px;
  width: 0;
}

.ms-thumb-list.ms-dir-v .ms-thumblist-bwd:after {
  border-width: 5px 5px 0px 5px;
  border-top-color: #FFF;
  top: 7px;
}

.ms-bullet {
  cursor: pointer;
  float: left;
}

.ms-bullets.ms-dir-h {
  position: absolute;
  bottom: 20px;
  right: 50%;
  width: 100px;
}

.ms-bullets.ms-dir-v {
  position: absolute;
  top: 50%;
}

.ms-bullets.ms-dir-v .ms-bullet {
  float: none;
}

.ms-bullets.ms-dir-h .ms-bullets-count {
  position: relative;
  right: -50%;
}

.ms-sbar {
  position: absolute;
}

.ms-sbar.ms-dir-h {
  left: 10px;
  right: 10px;
  top: 5px;
}

.ms-sbar.ms-dir-v {
  top: 10px;
  bottom: 10px;
  right: 5px;
}

.ms-sbar .ms-bar {
  height: 4px;
  background: #333;
  border-radius: 4px;
}

.ms-sbar.ms-dir-v .ms-bar {
  width: 4px;
}

.ms-sbar .ms-bar {
  position: relative;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -ms-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}

.ms-timerbar {
  width: 100%;
  bottom: 0px;
  position: absolute;
}

.ms-ctimer {
  position: absolute;
  top: 30px;
  left: 30px;
  cursor: pointer;
}

.ms-time-bar {
  -webkit-transition: width 120ms linear;
  -moz-transition: width 120ms linear;
  -ms-transition: width 120ms linear;
  -o-transition: width 120ms linear;
  transition: width 120ms linear;
}

.ms-ie7 .ms-tooltip-arrow {
  height: 0px;
}

.ms-slide-info {
  position: absolute;
}

.ms-slide-info.ms-dir-v {
  top: 0;
}

.ms-slide-info.ms-dir-h {
  width: 100%;
}

@keyframes point-anim {
  0% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes point-anim {
  0% {
    -webkit-transform: scale(0.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
/* In Android browser, using css animations over slider causes some crashes */
.ms-android .ms-tooltip-point .ms-point-border {
  animation: none;
  -moz-animation: none;
  -webkit-animation: none;
  -o-animation: none;
}

.ms-showcase2-template {
  max-width: 1920px;
  margin: 0 auto;
}

.ms-showcase2-vertical {
  max-width: 1920px;
}

.ms-showcase2-template .ms-view {
  background: transparent;
}

.ms-showcase2-template .main-image {
  max-width: 500px !important;
  margin: 30px 50px 30px 50px;
  float: right;
}

.ms-showcase2-template .slide-content {
  max-width: 700px !important;
  margin: 30px 100px 30px 20px;
  float: right;
}

.ms-showcase2-template .main-image .image-caption {
  float: right;
  margin-top: -10px;
  font-size: 16px;
  font-style: italic;
  display: block;
}

.ms-showcase2-template .main-image img {
  max-width: 430px !important;
  margin: 20px auto;
  display: block;
}

.ms-showcase2-template .sub-images {
  clear: both;
  max-width: 1024px !important;
  text-align: center;
  margin: 20px auto;
  display: block;
}

.ms-showcase2-template .sub-images img {
  max-width: 30%;
  margin: 0 10px;
  display: inline-block;
}

.ms-showcase2-template .ms-slide h2 {
  max-width: 1024px !important;
  margin: 10px auto 10px auto;
  display: block;
  font-size: 38px;
}

.ms-showcase2-template .ms-slide h3 {
  max-width: 1024px !important;
  margin: 40px auto 10px auto;
  display: block;
  font-size: 38px;
}

.ms-showcase2-template .ms-slide p {
  max-width: 1024px !important;
  margin: 15px auto;
  display: block;
  font-size: 22px;
}

.ms-showcase2-template .ms-slide ul {
  max-width: 1024px !important;
  margin: 20px auto 10px auto;
  display: block;
  font-size: 20px;
}

.ms-showcase2-template .ms-slide .date {
  max-width: 700px !important;
  margin: 10px auto 10px auto;
  display: block;
  text-align: left;
  color: #E60007;
  font-size: 50px;
  font-weight: 300;
}

.ms-view {
  max-height: 900px !important;
}

.ms-thumb {
  width: 330px !important;
  height: 195px !important;
  margin: 7px 3px 20px 3px !important;
}

.ms-basic-view {
  max-height: 900px !important;
}

.ms-grab-cursor {
  max-height: 900px !important;
}

.ms-bottomspace {
  height: 70px;
  margin: 0 0 15px 0;
}
.ms-bottomspace h2 {
  margin: 220px 0 0 120px;
  color: #000000;
  font-weight: bold;
}

/**
 *  Master Slider
 *  Default Skin
 */
.ms-skin-default .ms-slide .ms-slide-vpbtn,
.ms-skin-default .ms-video-btn {
  width: 50px;
  height: 51px;
  background: url(black-skin-2.png) no-repeat -14px -150px;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
}

.ms-skin-default .ms-slide .ms-slide-vcbtn {
  width: 30px;
  height: 30px;
  background: url(black-skin-2.png) no-repeat -24px -28px;
  top: 18px;
  right: 30px;
}

/* controls */
.ms-skin-default .ms-nav-next {
  height: 195px;
  width: 150px;
  position: absolute;
  background: url(../images/arrow-fwd-mobile.jpg) center center no-repeat;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.5);
  right: 0;
  bottom: -202px;
  cursor: pointer;
  margin-top: 7px;
}
@media (min-width: 840px) {
  .ms-skin-default .ms-nav-next {
    background: url(../images/arrow-fwd.png) center center no-repeat;
  }
}

.ms-skin-default .ms-nav-prev {
  height: 195px;
  width: 150px;
  position: absolute;
  background: url(../images/arrow-bwd-mobile.jpg) center center no-repeat;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.5);
  left: 0;
  bottom: -202px;
  cursor: pointer;
  margin-top: 7px;
}
@media (min-width: 840px) {
  .ms-skin-default .ms-nav-prev {
    background: url(../images/arrow-bwd.png) center center no-repeat;
  }
}

.ms-skin-default .ms-bullet {
  width: 10px;
  height: 10px;
  background: url(black-skin-2.png) no-repeat;
  margin: 4px;
  background-position: -34px -117px;
}

.ms-skin-default .ms-bullet-selected {
  background-position: -34px -84px;
}

.ms-skin-default .ms-time-bar {
  height: 3px;
  background: #FFFFFF;
  border-top: solid 1px rgba(0, 0, 0, 0.41);
}

.ms-skin-default .ms-tooltip {
  position: absolute;
  z-index: 210;
  cursor: auto;
}

.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow {
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  position: absolute;
  left: 50%;
  margin-left: -10px;
}

.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow {
  border-top: solid 10px;
  border-top-color: silver;
  border-top-color: rgba(240, 240, 240, 0.88);
  bottom: -10px;
}

.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow {
  border-bottom: solid 10px;
  border-bottom-color: silver;
  border-bottom-color: rgba(240, 240, 240, 0.88);
  top: -10px;
}

.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow {
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}

.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow {
  border-right: solid 10px;
  border-right-color: silver;
  border-right-color: rgba(240, 240, 240, 0.88);
  left: -10px;
}

.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow {
  border-left: solid 10px;
  border-left-color: silver;
  border-left-color: rgba(240, 240, 240, 0.88);
  right: -10px;
}

.ms-skin-default .ms-tooltip-point {
  cursor: pointer;
}

.ms-skin-default .ms-tooltip-point .ms-point-center {
  width: 12px;
  height: 12px;
  border-radius: 15px;
  border: solid 2px #BBB;
  background: white;
  margin: -8px 0 0 -8px;
  position: absolute;
  z-index: 105;
}

.ms-skin-default .ms-tooltip-point .ms-point-border {
  width: 22px;
  height: 22px;
  background: black;
  background: rgba(0, 0, 0, 0.36);
  margin: -11px 0 0 -11px;
  position: absolute;
  border-radius: 15px;
  animation: point-anim 1.5s infinite;
  -moz-animation: point-anim 1.5s infinite;
  -webkit-animation: point-anim 1.5s infinite;
  -o-animation: point-anim 1.5s infinite;
}

.ms-skin-default .ms-tooltip {
  max-width: 200px;
}

.ms-skin-default .ms-tooltip-cont {
  padding: 10px;
  background: silver;
  background: rgba(240, 240, 240, 0.88);
  text-shadow: 0 1px 0px white;
  margin-left: -1px;
}

/* retina */
.ms-autoheight-template {
  max-width: 890px;
  padding: 5px 5px 5px 5px;
  margin: 0 auto;
  background: #252525;
  /**
   *  Master Slider
   *  Default Skin
   */
  /* controls */
  /* retina */
}
.ms-autoheight-template .master-slider {
  width: 100%;
}
.ms-autoheight-template .ms-skin-default .ms-slide .ms-slide-vpbtn,
.ms-autoheight-template .ms-skin-default .ms-video-btn {
  width: 50px;
  height: 51px;
  background: url(../images/light-skin-1.png) no-repeat -14px -150px;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
}
.ms-autoheight-template .ms-skin-default .ms-slide .ms-slide-vcbtn {
  width: 30px;
  height: 30px;
  background: url(../images/light-skin-1.png) no-repeat -24px -28px;
  top: 18px;
  right: 30px;
}
.ms-autoheight-template .ms-skin-default .ms-nav-next,
.ms-autoheight-template .ms-skin-default .ms-nav-prev {
  width: 30px;
  background: url(../images/light-skin-1.png);
  background-position: -89px -26px;
  height: 40px;
  cursor: pointer;
  top: 50%;
  left: 30px;
  margin-top: -20px;
  position: absolute;
  z-index: 10;
}
.ms-autoheight-template .ms-skin-default .ms-nav-next {
  right: 30px;
  left: auto;
  background-position: -89px -103px;
}
.ms-autoheight-template .ms-skin-default .ms-bullet {
  width: 10px;
  height: 10px;
  background: url(../images/light-skin-1.png) no-repeat;
  margin: 4px;
  background-position: -34px -117px;
}
.ms-autoheight-template .ms-skin-default .ms-bullet-selected {
  background-position: -34px -84px;
}
.ms-autoheight-template .ms-skin-default .ms-time-bar {
  height: 3px;
  background: #FFFFFF;
  border-top: solid 1px rgba(0, 0, 0, 0.41);
}
.ms-autoheight-template .ms-skin-default .ms-tooltip {
  position: absolute;
  z-index: 210;
  cursor: auto;
}
.ms-autoheight-template .ms-skin-default .ms-tooltip-top .ms-tooltip-arrow,
.ms-autoheight-template .ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow {
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  position: absolute;
  left: 50%;
  margin-left: -10px;
}
.ms-autoheight-template .ms-skin-default .ms-tooltip-top .ms-tooltip-arrow {
  border-top: solid 10px;
  border-top-color: silver;
  border-top-color: rgba(240, 240, 240, 0.88);
  bottom: -10px;
}
.ms-autoheight-template .ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow {
  border-bottom: solid 10px;
  border-bottom-color: silver;
  border-bottom-color: rgba(240, 240, 240, 0.88);
  top: -10px;
}
.ms-autoheight-template .ms-skin-default .ms-tooltip-right .ms-tooltip-arrow,
.ms-autoheight-template .ms-skin-default .ms-tooltip-left .ms-tooltip-arrow {
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.ms-autoheight-template .ms-skin-default .ms-tooltip-right .ms-tooltip-arrow {
  border-right: solid 10px;
  border-right-color: silver;
  border-right-color: rgba(240, 240, 240, 0.88);
  left: -10px;
}
.ms-autoheight-template .ms-skin-default .ms-tooltip-left .ms-tooltip-arrow {
  border-left: solid 10px;
  border-left-color: silver;
  border-left-color: rgba(240, 240, 240, 0.88);
  right: -10px;
}
.ms-autoheight-template .ms-skin-default .ms-tooltip-point {
  cursor: pointer;
}
.ms-autoheight-template .ms-skin-default .ms-tooltip-point .ms-point-center {
  width: 12px;
  height: 12px;
  border-radius: 15px;
  border: solid 2px #BBB;
  background: white;
  margin: -8px 0 0 -8px;
  position: absolute;
  z-index: 105;
}
.ms-autoheight-template .ms-skin-default .ms-tooltip-point .ms-point-border {
  width: 22px;
  height: 22px;
  background: black;
  background: rgba(0, 0, 0, 0.36);
  margin: -11px 0 0 -11px;
  position: absolute;
  border-radius: 15px;
  animation: point-anim 1.5s infinite;
  -moz-animation: point-anim 1.5s infinite;
  -webkit-animation: point-anim 1.5s infinite;
  -o-animation: point-anim 1.5s infinite;
}
.ms-autoheight-template .ms-skin-default .ms-tooltip {
  max-width: 200px;
}
.ms-autoheight-template .ms-skin-default .ms-tooltip-cont {
  padding: 10px;
  background: silver;
  background: rgba(240, 240, 240, 0.88);
  text-shadow: 0 1px 0px white;
  margin-left: -1px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .ms-autoheight-template .ms-skin-default .ms-slide .ms-slide-vpbtn,
  .ms-autoheight-template .ms-skin-default .ms-video-btn,
  .ms-autoheight-template .ms-skin-default .ms-slide .ms-slide-vcbtn,
  .ms-autoheight-template .ms-skin-default .ms-nav-next,
  .ms-autoheight-template .ms-skin-default .ms-nav-prev,
  .ms-autoheight-template .ms-skin-default .ms-bullet {
    background-image: url(../images/light-skin-1-retina.png);
    background-size: 152px 225px;
    background-size: 152px 225px;
  }
}

.ms-partialview-template .ms-slide-info {
  text-align: center;
  font-family: "Lato";
  margin-top: 20px;
  width: 100%;
}

.ms-partialview-template .ms-container {
  width: 100%;
  padding: 30px 0 0 0;
  position: relative;
}
@media (min-width: 470px) {
  .ms-partialview-template .ms-container {
    padding: 20px 0 0 0;
  }
}
.ms-partialview-template .ms-container:before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 25px;
  top: 0;
  left: -5px;
  background-color: #fff;
}
.ms-partialview-template .ms-container:after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 25px;
  top: 0;
  right: -5px;
  background-color: #fff;
}

.ms-partialview-template .ms-slide {
  margin-top: 1px;
}

.ms-partialview-template .ms-slide-info h3 {
  margin: 5px;
  font-weight: 300;
  font-size: 23pt;
  color: #222;
}

.ms-partialview-template .ms-slide-info h4 {
  margin: 5px;
  font-weight: 300;
  font-size: 14pt;
  color: #7A7A7A;
}

.ms-partialview-template .ms-slide-info p {
  font-size: 10pt;
  margin: 6px;
}

.ms-partialview-template img {
  width: 300px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.ms-partialview-template .ms-inner-controls-cont {
  max-width: 100% !important;
}

.ms-partialview-template .tint {
  position: relative;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.ms-partialview-template .tint:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/tombstoneTint2.png) top no-repeat;
  background-size: 180px;
  background-position: 0 0;
  pointer-events: none;
}
@media (min-width: 470px) {
  .ms-partialview-template .tint:before {
    background-size: 301px;
  }
}

.ms-partialview-template .tint:hover:before {
  background: none;
}

.ms-partialview-template .tint a:after {
  display: none;
}

.ms-skin-transaction .ms-nav-next {
  position: absolute;
  height: 100%;
  width: 60px;
  background: white url(../images/arrow-fwd2.jpg) center left no-repeat;
  right: 0;
  top: -110px;
  cursor: pointer;
  margin-top: 0;
}
@media (min-width: 330px) {
  .ms-skin-transaction .ms-nav-next {
    width: 80px;
    top: -120px;
  }
}
@media (min-width: 350px) {
  .ms-skin-transaction .ms-nav-next {
    width: 90px;
  }
}
@media (min-width: 470px) {
  .ms-skin-transaction .ms-nav-next {
    top: -50px;
    width: 60px;
    display: block;
  }
}

.ms-skin-transaction .ms-nav-prev {
  position: absolute;
  height: 100%;
  width: 40px;
  background: url(../images/arrow-bwd2.jpg) center center no-repeat;
  left: 0;
  top: -110px;
  cursor: pointer;
  margin-top: 0;
}
@media (min-width: 330px) {
  .ms-skin-transaction .ms-nav-prev {
    top: -120px;
  }
}
@media (min-width: 470px) {
  .ms-skin-transaction .ms-nav-prev {
    top: -50px;
  }
}

.ms-skin-transaction .transaction-image a img {
  cursor: pointer;
}

/* Layers */
.ms-layer.video-title {
  font-family: "Lato", sans-serif;
  color: white;
  font-weight: 600;
  font-size: 42px;
  margin: 0px;
  letter-spacing: 0px;
}

.ms-layer.video-title.video-top-title {
  font-size: 16px;
  color: gray;
}

.ms-layer.video-title.video-sub-title {
  font-size: 22px;
  font-weight: 300;
}

.ms-basic-view {
  width: 100% !important;
  background: #fff;
  margin-left: 45px !important;
}

.ms-partialview-template .ms-inner-controls-cont {
  overflow: hidden;
}

.ms-showcase2-template .master-slider {
  max-width: 1920px;
}
@media (max-width: 470px) {
  .ms-showcase2-template .master-slider .ms-slide-bgcont img {
    max-width: auto !important;
    width: 100% !important;
  }
}
.ms-showcase2-template .ms-basic-view {
  width: 100% !important;
  background: #fff;
  margin-left: 0 !important;
}
.ms-showcase2-template .ms-thumb-list {
  width: 100%;
}
@media (min-width: 700px) {
  .ms-showcase2-template .ms-thumb-list {
    width: 92%;
  }
}
.ms-showcase2-template .ms-thumb {
  width: 283px !important;
  height: 163px !important;
}
.ms-showcase2-template .ms-thumb-list.ms-dir-h {
  padding-left: 40px;
}
@media (min-width: 840px) {
  .ms-showcase2-template .ms-thumb-list.ms-dir-h {
    padding-left: 80px;
  }
}
.ms-showcase2-template .ms-nav-prev {
  height: 105px;
  width: 40px;
  position: absolute;
  z-index: 10;
  left: 0;
  cursor: pointer;
  margin-top: 7px;
}
@media (min-width: 840px) {
  .ms-showcase2-template .ms-nav-prev {
    height: 163px;
    width: 80px;
    top: -195px;
    background: url(../images/client-arrow-bwd.jpg) no-repeat;
  }
}
.ms-showcase2-template .ms-nav-next {
  height: 105px;
  width: 40px;
  position: absolute;
  z-index: 10;
  right: 0;
  cursor: pointer;
  margin-top: 7px;
}
@media (min-width: 840px) {
  .ms-showcase2-template .ms-nav-next {
    height: 163px;
    width: 80px;
    top: -195px;
    background: url(../images/client-arrow-fwd.jpg) no-repeat;
  }
}
/* perfect-scrollbar v0.6.12 */
.ps-container {
  -ms-touch-action: none;
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important;
  }
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail {
  display: none !important;
}

.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent;
}

.ps-container.ps-in-scrolling {
  pointer-events: none;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  opacity: 0.9;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  opacity: 0.9;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}

.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0.6;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 0px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 15px;
}

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  -moz-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  -o-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  bottom: 2px;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 6px;
}

.ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
  height: 11px;
}

.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0.6;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 15px;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  -moz-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  -o-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  right: 2px;
  /* there must be 'right' for ps-scrollbar-y */
  width: 6px;
}

.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
  width: 6px;
}

.ps-container:hover.ps-in-scrolling {
  pointer-events: none;
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  opacity: 0.9;
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  opacity: 0.9;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}

.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
}

.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover {
  opacity: 0.9;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999;
}

.footer {
  clear: both;
  background-color: #363636;
  color: #f8f9fa;
}
.footer #inner-footer {
  position: relative;
  background-color: transparent;
  bottom: 0;
  z-index: 2;
  clear: both;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0 10px 0;
  line-height: 1.5;
  font-size: 15px;
}
.footer #inner-footer ul {
  list-style: none;
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 0 auto 0 auto;
}
.footer #inner-footer ul li {
  display: block;
  height: 34px;
  text-align: center;
  margin-right: 0;
}
.footer #inner-footer ul li:last-child {
  margin-right: 0;
}
@media (min-width: 550px) {
  .footer #inner-footer ul li {
    display: inline-block;
    margin-right: 40px;
  }
}
.footer #inner-footer a {
  color: #e7e7e7;
  font-size: 15px;
  text-decoration: none;
}
.footer #inner-footer a:hover {
  color: #f58721;
}
.footer #inner-footer img {
  display: inline;
}
@media (min-width: 1100px) {
  .footer #inner-footer img {
    display: inline;
    max-width: 250px;
    margin-right: 10px;
  }
}
.footer #inner-footer p {
  padding: 0 20px;
  font-size: 12px;
  color: #e7e7e7;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 8px;
}
.footer #inner-footer p a {
  color: #e7e7e7;
  text-decoration: none;
}
.footer #inner-footer p a:hover {
  color: #f58721;
}
.ie8 .footer #inner-footer {
  padding: 20px 0 0 0;
}
@media (max-width: 768px) {
  .footer #inner-footer {
    padding-bottom: 50px;
  }
}
@media (min-width: 840px) {
  .footer #inner-footer {
    position: relative;
    padding-bottom: 10px;
  }
}
.footer #inner-footer .copyright {
  display: none;
}
.footer #inner-footer #internalpagesfooter {
  width: 100%;
  float: none;
  display: block;
}
.footer #inner-footer .disclaimer {
  display: inline-block;
  float: none;
  font-size: 12px;
  margin: 0 20px 5px 20px;
  padding: 9px 10px 7px 10px;
  border: 1px solid #fff;
}

#homefooter {
  position: relative;
  background-color: transparent;
  bottom: 0;
  z-index: 2;
  clear: both;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0 10px 0;
  line-height: 1.5;
  font-size: 15px;
  max-width: 100%;
  pointer-events: none;
}
#homefooter ul {
  list-style: none;
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 0 auto 0 auto;
}
#homefooter ul li {
  display: block;
  height: 34px;
  text-align: center;
  margin-right: 0;
}
#homefooter ul li:last-child {
  margin-right: 0;
}
@media (min-width: 550px) {
  #homefooter ul li {
    display: inline-block;
    margin-right: 40px;
  }
}
#homefooter a {
  color: #e7e7e7;
  font-size: 15px;
  text-decoration: none;
}
#homefooter a:hover {
  color: #f58721;
}
#homefooter img {
  display: inline;
}
@media (min-width: 1100px) {
  #homefooter img {
    display: inline;
    max-width: 250px;
    margin-right: 10px;
  }
}
#homefooter p {
  padding: 0 20px;
  font-size: 12px;
  color: #e7e7e7;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 8px;
}
#homefooter p a {
  color: #e7e7e7;
  text-decoration: none;
}
#homefooter p a:hover {
  color: #f58721;
}
.ie8 #homefooter {
  padding: 20px 0 0 0;
}
#homefooter nav,
#homefooter div {
  pointer-events: all;
}
#homefooter .disclaimer {
  display: inline-block;
  float: none;
  font-size: 12px;
  margin: 0 20px 0 20px;
  padding: 11px 10px 9px 10px;
  border: 1px solid #fff;
}
@media (max-width: 768px) {
  #homefooter {
    padding-bottom: 50px;
  }
}

#homefooter p a {
  font-size: 12px;
  color: #e7e7e7;
  text-decoration: none;
}

.footer #inner-footer p a {
  font-size: 12px;
  color: #e7e7e7;
  text-decoration: none;
}

.footer #inner-footer a {
  color: #e7e7e7;
  font-size: 16px;
  text-decoration: none;
}

#socialmediamenu {
  display: block;
  width: 100%;
  max-width: 100%;
  text-align: center;
  margin: 2px auto 6px auto;
  padding: 0;
}
#socialmediamenu br {
  display: none;
}
#socialmediamenu a {
  text-decoration: none;
  display: inline-block;
  height: auto;
  margin: 0 6px;
}
#socialmediamenu a span.detail {
  display: none;
  position: fixed;
  top: 70px;
  right: 0;
  background-color: #fff;
  width: auto;
  color: #2d2a26;
  text-align: center;
  line-height: 1;
  padding: 16px 20px 10px 20px;
  border: 1px solid #b4b4b4;
  border-right-width: 0;
  opacity: 0;
  transition: 1s;
}
@media (max-width: 1024px) {
  #socialmediamenu a span.detail {
    display: none;
  }
}
#socialmediamenu #icon-email,
#socialmediamenu #icon-linkedin,
#socialmediamenu #icon-facebook,
#socialmediamenu #icon-instagram-1,
#socialmediamenu #icon-instagram-2,
#socialmediamenu #icon-instagram-3,
#socialmediamenu #icon-phone,
#socialmediamenu #icon-twitter,
#socialmediamenu #icon-vimeo {
  transition: 0.2s;
}
#socialmediamenu svg {
  width: 20px;
  height: 20px;
}
#socialmediamenu svg path,
#socialmediamenu svg circle {
  fill: #fff;
}
#socialmediamenu svg:hover #icon-email,
#socialmediamenu svg:hover #icon-linkedin,
#socialmediamenu svg:hover #icon-facebook,
#socialmediamenu svg:hover #icon-instagram-1,
#socialmediamenu svg:hover #icon-instagram-2,
#socialmediamenu svg:hover #icon-instagram-3,
#socialmediamenu svg:hover #icon-phone,
#socialmediamenu svg:hover #icon-twitter,
#socialmediamenu svg:hover #icon-vimeo,
#socialmediamenu svg:focus #icon-email,
#socialmediamenu svg:focus #icon-linkedin,
#socialmediamenu svg:focus #icon-facebook,
#socialmediamenu svg:focus #icon-instagram-1,
#socialmediamenu svg:focus #icon-instagram-2,
#socialmediamenu svg:focus #icon-instagram-3,
#socialmediamenu svg:focus #icon-phone,
#socialmediamenu svg:focus #icon-twitter,
#socialmediamenu svg:focus #icon-vimeo {
  fill: #f58721;
}
@media (min-width: 990px) {
  #socialmediamenu {
    display: inline-block;
    width: auto;
  }
  #socialmediamenu svg path,
  #socialmediamenu svg circle {
    fill: #fff;
  }
}

.people-box {
  width: 240px;
  margin: 0 0 20px 0;
}
.people-box .person {
  display: inline-block;
  position: relative;
}
.people-box .person img {
  width: 240px;
  height: auto;
  margin: 0;
}
@media (min-width: 340px) {
  .people-box .person img {
    width: 280px;
  }
}
@media (min-width: 450px) {
  .people-box .person img {
    width: 350px;
  }
}
@media (min-width: 1100px) {
  .people-box .person img {
    width: 370px;
  }
}
.people-box .person .info {
  background: rgb(14, 79, 131);
  background: -moz-radial-gradient(circle, rgb(14, 79, 131) 0%, rgb(45, 47, 54) 75%);
  background: -webkit-radial-gradient(circle, rgb(14, 79, 131) 0%, rgb(45, 47, 54) 75%);
  background: radial-gradient(circle, rgb(14, 79, 131) 0%, rgb(45, 47, 54) 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0e4f83", endColorstr="#2d2f36", GradientType=1);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 240px;
  padding: 14px 17px 6px 17px;
}
@media (min-width: 340px) {
  .people-box .person .info {
    width: 280px;
  }
}
@media (min-width: 450px) {
  .people-box .person .info {
    width: 350px;
  }
}
@media (min-width: 1100px) {
  .people-box .person .info {
    width: 370px;
  }
}
.people-box .person .info .name {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #f58721;
  line-height: 1.15;
  text-transform: uppercase;
  margin: 0 0 3px 0;
}
.people-box .person .info .job-title-1,
.people-box .person .info .job-title-2 {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  margin: 0 0 6px 0;
}
@media (min-width: 340px) {
  .people-box {
    width: 280px;
  }
}
@media (min-width: 450px) {
  .people-box {
    width: 350px;
  }
}
@media (min-width: 1100px) {
  .people-box {
    width: 370px;
  }
}
.people-box.align-left {
  float: left;
  margin: 0 20px 20px 0;
}
.people-box.align-right {
  float: right;
  margin: 0 0 20px 20px;
}
.people-box.allow-hover .person img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(1);
}
.people-box.allow-hover .person .info {
  display: none;
}
.people-box.allow-hover:hover .person img {
  filter: none;
  -webkit-filter: grayscale(0%);
}
.people-box.allow-hover:hover .person .info {
  display: block;
}

.sidebar .people-box {
  width: 225px;
}
.sidebar .people-box .info {
  width: 225px;
  padding: 8px 6px 2px 10px;
}
.sidebar .people-box .info .name {
  font-size: 16px;
  margin: 0 0 3px 0;
}
.sidebar .people-box .info .job-title-1,
.sidebar .people-box .info .job-title-2 {
  font-size: 14px;
  margin: 0 0 5px 0;
}
@media (min-width: 340px) {
  .sidebar .people-box .info {
    width: 225px;
  }
}
@media (min-width: 450px) {
  .sidebar .people-box .info {
    width: 225px;
  }
}
@media (min-width: 1100px) {
  .sidebar .people-box .info {
    width: 225px;
  }
}
@media (min-width: 340px) {
  .sidebar .people-box {
    width: 225px;
  }
}
@media (min-width: 450px) {
  .sidebar .people-box {
    width: 225px;
  }
}
@media (min-width: 1100px) {
  .sidebar .people-box {
    width: 225px;
  }
}

.casestudy-slider {
  display: none;
}

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

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

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

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

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

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

.slick-loading .slick-list {
  background: #fff slick-image-url("../images/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 100px !important;
  width: 100px !important;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 45%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 10;
}
@media (min-width: 840px) {
  .slick-prev,
  .slick-next {
    top: 50%;
  }
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -40px;
}
@media (min-width: 840px) {
  .slick-prev {
    left: -90px;
  }
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 0px;
}
@media (min-width: 840px) {
  [dir=rtl] .slick-prev {
    left: auto;
    right: -90px;
  }
}
.slick-prev:before {
  content: " ";
  position: absolute;
  width: 30px;
  height: 70px;
  top: 37px;
  left: 0;
  background: url("../images/arrow-slick-bwd.jpg") top center;
  background-size: 100%;
}
@media (min-width: 840px) {
  .slick-prev:before {
    width: 30px;
    height: 70px;
    top: 0;
    left: 40px;
  }
}
[dir=rtl] .slick-prev:before {
  content: " ";
  position: absolute;
  width: 30px;
  height: 70px;
  background: url("../images/arrow-slick-bwd.jpg") top center;
  background-size: 100%;
}
@media (min-width: 840px) {
  [dir=rtl] .slick-prev:before {
    width: 30px;
    height: 70px;
  }
}

.slick-next {
  right: -40px;
}
@media (min-width: 840px) {
  .slick-next {
    right: -90px;
  }
}
[dir=rtl] .slick-next {
  left: 0px;
  right: auto;
}
@media (min-width: 840px) {
  [dir=rtl] .slick-next {
    left: -90px;
    right: auto;
  }
}
.slick-next:before {
  content: " ";
  position: absolute;
  width: 30px;
  height: 70px;
  top: 40px;
  right: 0px;
  background: url("../images/arrow-slick-fwd.jpg") top center;
  background-size: 100%;
}
@media (min-width: 840px) {
  .slick-next:before {
    width: 30px;
    height: 70px;
    top: 0;
    right: 40px;
  }
}
[dir=rtl] .slick-next:before {
  content: " ";
  position: absolute;
  width: 30px;
  height: 70px;
  background: url("../images/arrow-slick-fwd.jpg") top center;
  background-size: 100%;
}
@media (min-width: 840px) {
  [dir=rtl] .slick-next:before {
    width: 30px;
    height: 70px;
  }
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}

.transaction-slick-slider {
  position: relative;
  max-width: 200px;
  margin: 30px 0 70px 30px;
  padding-left: 0;
}
@media (min-width: 500px) {
  .transaction-slick-slider {
    max-width: 400px;
  }
}
@media (min-width: 890px) {
  .transaction-slick-slider {
    max-width: 450px;
  }
}
@media (min-width: 1100px) {
  .transaction-slick-slider {
    margin-left: 0;
  }
}
@media (min-width: 1220px) {
  .transaction-slick-slider {
    max-width: 600px;
  }
}
@media (min-width: 1415px) {
  .transaction-slick-slider {
    max-width: 750px;
    margin-left: 50px;
  }
}
@media (min-width: 1565px) {
  .transaction-slick-slider {
    max-width: 850px;
    padding-left: 30px;
  }
}
@media (min-width: 1665px) {
  .transaction-slick-slider {
    max-width: 950px;
  }
}
.transaction-slick-slider img {
  width: 95%;
}
.transaction-slick-slider .slick-prev, .transaction-slick-slider .slick-next {
  top: 35%;
}
@media (min-width: 840px) {
  .transaction-slick-slider .slick-prev, .transaction-slick-slider .slick-next {
    top: 50%;
  }
  .team-content .transaction-slick-slider .slick-prev, .team-content .transaction-slick-slider .slick-next {
    top: 47%;
  }
}
.transaction-slick-slider .slick-prev:before, .transaction-slick-slider .slick-next:before {
  background-size: 25px !important;
  width: 40px;
  height: 90px;
}
@media (min-width: 1565px) {
  .transaction-slick-slider .slick-prev:before, .transaction-slick-slider .slick-next:before {
    background-size: 40px !important;
  }
}
.transaction-slick-slider .slick-prev {
  left: -40px;
}
@media (min-width: 840px) {
  .transaction-slick-slider .slick-prev {
    left: -85px;
  }
}
@media (min-width: 1100px) {
  .transaction-slick-slider .slick-prev {
    right: -90px;
  }
}
.transaction-slick-slider .slick-prev:before {
  background: url(../images/arrow-slick-Transaction-bwd.png) no-repeat center center;
}
.transaction-slick-slider .slick-next {
  right: -27px;
}
@media (max-width: 500px) {
  .transaction-slick-slider .slick-next {
    top: 33%;
  }
}
@media (min-width: 840px) {
  .transaction-slick-slider .slick-next {
    right: -70px;
  }
}
@media (min-width: 1024px) {
  .transaction-slick-slider .slick-next {
    right: -75px;
  }
}
@media (min-width: 1565px) {
  .transaction-slick-slider .slick-next {
    right: -90px;
  }
}
.transaction-slick-slider .slick-next:before {
  background: url(../images/arrow-slick-Transaction-fwd.png) no-repeat center center;
}
.transaction-slick-slider .tint {
  position: relative;
}
.transaction-slick-slider .tint:before {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/tombstoneTint2.png) top no-repeat;
  background-size: 95.333%;
  background-position: 0 0;
  pointer-events: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (min-width: 500px) {
  .transaction-slick-slider .tint:before {
    display: block;
  }
}
.transaction-slick-slider .tint:hover:before {
  opacity: 0;
}
.transaction-slick-slider .tint a:after {
  display: none;
}

.transaction-slick-slider {
  visibility: hidden;
}

.slick-initialized {
  visibility: visible;
}

/* Event Manager Custom Styles */
.content-events header h1,
.content-events .no-header-image h1 {
  margin: 0 20px 0 20px;
}
@media (min-width: 990px) {
  .content-events header h1,
  .content-events .no-header-image h1 {
    margin-left: 60px;
    margin-right: 60px;
  }
}
@media (min-width: 1520px) {
  .content-events header h1,
  .content-events .no-header-image h1 {
    margin-left: 80px;
    margin-right: 80px;
  }
}

#em-wrapper {
  min-width: 940px;
}
#em-wrapper h3 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: #000000;
  margin: 20px 0 10px 0;
}

.css-events-list table.events-table {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: none;
}
.css-events-list table.events-table .event-table-header {
  color: #2d2a26;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  letter-spacing: 0.025em;
  line-height: 1;
  background: #ffffff;
  padding-bottom: 8px;
  border: none;
  text-transform: uppercase;
  vertical-align: bottom;
}
.css-events-list table.events-table tbody tr {
  background-color: transparent;
  border-top: 1px solid #000;
  border-bottom: none;
}
.css-events-list table.events-table tbody tr.event-row:nth-child(even) {
  background-color: transparent;
}
.css-events-list table.events-table tbody tr.event-detail-row {
  display: table-row;
  background-color: transparent;
  border: none;
}
.css-events-list table.events-table td {
  color: #000000;
  font-size: 16px;
  line-height: 1.2;
  padding: 20px 6px;
  border: none;
  vertical-align: top;
}
.css-events-list table.events-table td.event-date {
  min-width: 110px;
}
.css-events-list table.events-table td.event-role {
  min-width: 110px;
}
.css-events-list table.events-table td.event-td-detail {
  margin: 0;
  padding: 0;
  border-top: 1px solid #000000;
  border-top-width: 0;
  overflow: hidden;
}
.css-events-list table.events-table td.event-td-detail.open {
  padding: 8px 0 12px 0;
  border-top-width: 1px;
}
.css-events-list table.events-table td .event-name {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
}
.css-events-list table.events-table td p {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0 0 10px 0;
}
.css-events-list table.events-table .event-btns {
  display: block;
  margin: 12px 0 4px 0;
}
.css-events-list table.events-table .event-register-link {
  text-transform: uppercase;
  font-size: 16px;
}
.css-events-list table.events-table .event-register-link:before {
  content: "|";
  display: inline-block;
  margin: 0 10px 0 8px;
}
.css-events-list table.events-table .event-register-link:nth-of-type(1):before {
  content: "";
  display: none;
}
.css-events-list table.events-table .event-table-detail {
  display: block;
  background: #f1f2f4;
  height: auto;
  max-height: 0;
  margin: 0;
  padding: 0 8px 0 8px;
  transition: all 0.3s ease;
  overflow: hidden;
}
.css-events-list table.events-table .event-table-detail p {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0 0 10px 0;
}
.css-events-list table.events-table .event-table-detail a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.css-events-list table.events-table .event-table-detail .event-featured-image img {
  max-width: 75%;
  height: 250px;
}
@media screen and (max-width: 780px) {
  .css-events-list table.events-table .event-table-detail .event-featured-image img {
    max-width: 100%;
  }
}
.css-events-list table.events-table .event-table-detail.open {
  max-height: 350px;
  overflow-y: auto;
  padding: 10px 8px 12px 8px;
}

.page #main .page .css-events-list table.events-table ul.event-categories {
  margin: 0;
}
.page #main .page .css-events-list table.events-table ul.event-categories li {
  display: inline-block;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: inherit;
  font-weight: normal;
}
.page #main .page .css-events-list table.events-table ul.event-categories li:before {
  content: "";
  display: none;
}
.page #main .page .css-events-list table.events-table ul.event-categories li:after {
  content: ", ";
  display: inline;
}
.page #main .page .css-events-list table.events-table ul.event-categories li:nth-last-of-type(1):after {
  content: "";
}

.event-contact-info {
  color: #f58721;
  font-weight: bold;
}

form .em-search-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 30px 0;
  padding: 14px 0 4px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
form .em-search-main input,
form .em-search-main select {
  margin: 0;
}
form .em-search-main .em-search-field {
  margin: 0 12px 12px 0;
}
form .em-search-main .em-search-category select {
  min-width: 160px;
}
form .em-search-main .em-events-search-dates {
  display: flex;
  justify-content: space-between;
}
form .em-search-main .em-events-search-dates label {
  width: 118px;
}
form .em-search-main .em-events-search-dates label:nth-of-type(1) {
  margin-right: 12px;
}
form .em-search-main .em-events-search-dates .em-date-start {
  width: 100%;
  margin: 0;
}
form .em-search-main .event-search-btns {
  margin: 0 0 0 auto;
}
form .em-search-main .em-search-submit,
form .em-search-main .em-search-reset {
  width: 100px;
  height: 40px;
  background: #0E4F83;
  color: white;
  font-weight: bold;
  letter-spacing: 0.025em;
  border: none;
  margin: 0 10px 0 0;
}
form .em-search-main .em-search-reset {
  width: 112px;
  background: #efefef;
  color: #000000;
  margin-right: 0;
}
form .em-search-main .em-search-location {
  display: none;
}

.single-event main {
  width: 100%;
}
.single-event article {
  border: none;
}
.single-event article header.article-header {
  display: none;
}
.single-event .single-event-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-event .single-event-content .single-event-details {
  width: 55%;
}
.single-event .single-event-content .single-event-details-fw {
  width: 100%;
}
.single-event .single-event-content .single-event-registration {
  width: 35%;
}
.single-event .single-event-content .em-booking {
  display: flex;
}
.single-event .single-event-content .em-booking .em-booking-login,
.single-event .single-event-content .em-booking .em-booking-form {
  width: 100%;
  margin: 0;
}
.single-event .single-event-content .em-booking .em-form-required {
  color: red;
}
.single-event .single-event-content .em-booking div.em-booking-login label {
  width: auto;
}
.single-event .single-event-content .em-booking .em-booking-form-details {
  width: 100%;
  padding: 0;
}
.single-event .single-event-content .em-booking .em-booking-form-details label,
.single-event .single-event-content .em-booking .em-booking-form-details input.input,
.single-event .single-event-content .em-booking .em-booking-form-details textarea,
.single-event .single-event-content .em-booking .em-booking-form-details select {
  width: 100%;
  max-width: 400px;
}
.single-event .single-event-content .em-booking .em-booking-form-details .em-booking-submit {
  height: 40px;
  border-radius: 7px;
  padding: 10px;
  background: #eaeaea;
  font-weight: bold;
  text-transform: uppercase;
}
.single-event .single-event-content .em-booking .em-booking-form-details .em-booking {
  display: flex;
}
.single-event .single-event-content .em-booking .em-booking-form-details .em-booking a {
  font-family: inherit;
}
.single-event .single-event-content .em-booking .em-booking-form-details .em-booking .em-booking-login,
.single-event .single-event-content .em-booking .em-booking-form-details .em-booking .em-booking-form {
  width: 100%;
  margin: 0;
}
.single-event .single-event-content .em-booking .em-booking-form-details .em-booking .em-form-required {
  color: red;
}
.single-event .single-event-content .em-booking .em-booking-form-details .em-booking div.em-booking-login label {
  width: auto;
}
.single-event .single-event-content .em-booking .em-booking-form-details .em-booking .em-booking-form-details {
  width: 100%;
  padding: 0;
}
.single-event .single-event-content .em-booking .em-booking-form-details .em-booking .em-booking-form-details label,
.single-event .single-event-content .em-booking .em-booking-form-details .em-booking .em-booking-form-details input.input,
.single-event .single-event-content .em-booking .em-booking-form-details .em-booking .em-booking-form-details textarea,
.single-event .single-event-content .em-booking .em-booking-form-details .em-booking .em-booking-form-details select {
  width: 100%;
  max-width: 400px;
}
.single-event .single-event-content .em-booking .em-booking-form-details .em-booking .em-booking-form-details .em-booking-submit {
  width: 100px;
  height: 40px;
  background: #f58721;
  color: white;
  font-weight: bold;
  border: none;
  margin: 0 0 0 auto;
}

.event-add-links {
  margin: 10px 0 14px 0;
  padding: 10px 0 8px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.event-add-links a {
  display: inline-block;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 0;
}

.event-add-links a:before {
  content: "|";
  display: inline-block;
  font-weight: normal;
  margin: 0 6px 0 4px;
}

.event-add-links a:nth-of-type(1):before {
  content: "";
  display: none;
}

.ui-datepicker-title {
  display: flex;
  justify-content: space-between;
}

@media all and (max-width: 960px) {
  form .em-search-main .em-search-submit {
    margin: 0;
  }
}
@media (max-width: 1338px) {
  .em-booking {
    display: flex;
    flex-direction: column;
  }
  .em-booking .em-booking-login,
  .em-booking .em-booking-form {
    width: 100%;
    margin: 0;
    border: 0;
  }
}
#cookie-law-info-bar[data-cli-style=cli-style-v2] {
  z-index: 999999;
}
#cookie-law-info-bar[data-cli-style=cli-style-v2] h5.cli_messagebar_head {
  color: #0E4F83;
  background-color: #ffffff;
  padding: 0;
  margin-bottom: 17px;
}
#cookie-law-info-bar[data-cli-style=cli-style-v2] .wt-cli-ccpa-element {
  margin-top: 17px;
}

.cli-style-v2 .cli-bar-message {
  width: 90%;
}

.cli-bar-btn_container {
  width: 50%;
  margin: 0;
}

.wt-cli-ccpa-opt-out,
a.wt-cli-ccpa-opt-out {
  display: inline-block;
  color: rgb(255, 255, 255) !important;
  background-color: rgb(14, 79, 131);
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  line-height: 1;
  margin: 10px 5px 0 0;
  padding: 9px 12px;
}

#homefooter .wt-cli-ccpa-opt-out,
#internalpagesfooter .wt-cli-ccpa-opt-out {
  background-color: transparent;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0;
  margin: 0;
}
#homefooter .wt-cli-ccpa-opt-out:before,
#internalpagesfooter .wt-cli-ccpa-opt-out:before {
  content: "Do Not Sell My Personal Information";
  display: inline;
  font-size: 12px !important;
  color: #e7e7e7;
  line-height: 1.6 !important;
}
#homefooter .wt-cli-ccpa-opt-out:hover:before,
#internalpagesfooter .wt-cli-ccpa-opt-out:hover:before {
  color: #f58721;
}

.cli_settings_button {
  margin: 10px 5px 0 0;
}

#cLiCcpaOptoutPrompt .cli-modal-dialog {
  max-width: 80% !important;
}

#cookie-law-info-again {
  position: absolute !important;
  top: auto !important;
  right: 10px !important;
  bottom: auto !important;
  left: auto !important;
  width: 122px !important;
  margin: -44px 0 0 0 !important;
  padding: 4px 6px 3px 6px;
  box-shadow: none;
}

body.home #cookie-law-info-again {
  position: fixed !important;
  top: calc(100% - 40px) !important;
  bottom: auto !important;
  z-index: 0;
}

@media all and (max-width: 768px) {
  #cookie-law-info-again {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 122px !important;
    margin: -44px auto 0 auto !important;
  }
  body.home #cookie-law-info-again {
    top: calc(100% - 20px) !important;
    right: 10px !important;
    z-index: 10;
  }
}

/*# sourceMappingURL=style.css.map */
