/*
  Theme Name: Logis Solutions
  Theme URI: https://logissolutions.net
  Author: Mark Capil
  Author URI: http://www.markcapil.com
  Description: Logis Solutions Theme
  Version: 1.0.0
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html

  This theme, like WordPress, is licensed under the GPL.

  This theme is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
  Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url(././fonts/fontello/fontello.css);
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/**
 * Colors
 * ----------------------------------------------------------------------------
 */
/**
 * Typography
 * ----------------------------------------------------------------------------
 */
/**
 * Structure
 * ----------------------------------------------------------------------------
 */
/**
 * Other
 * ----------------------------------------------------------------------------
 */
/**
 * Breakpoints
 * ----------------------------------------------------------------------------
 */
/**
 * Mixins
 */
/**
 * Sets a media query for the specified breakpoint
 *
 * Accepts:
 * - $media-query: {String} Breakpoint variable (list found in variables.scss)
 *
 * Usage:
 * .selector {
 *   @include media-query($medium-up) {
 *     color: red;
 *   }
 * }
 */
/*
	Formats a rem font size which us based on the font-size of the Html element.
	For clarity, Html font-size should be set to 10px so instead of calling 
	font-size(0.9375) you can simply call font-size(1.5) to get the output of 15rem.
	Line height is calculated automatically by multiplying size by 1.6 (golden ratio).
*/
/**
 * General
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
html {
  color: #333333;
  font-size: 62.5%;
  font-family: lato, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

body {
  font-size: 2.0rem; }

/**
 * Paragraphs
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
p {
  font-weight: 400;
  font-size: inherit;
  margin: 0 0 16.66667px;
  color: inherit; }

.leading {
  color: #23445F;
  font-weight: 800;
  font-size: 2.4rem; }

strong {
  font-weight: 700;
  color: #555555; }

/*
 * Lists
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  list-style-type: none; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

/*
 * Links
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
a {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #3C7FB9;
  text-decoration-skip: ink;
  text-decoration: none; }
  a:hover {
    color: #3C7FB9;
    text-decoration: none; }

/**
 * Titles
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #23445F;
  font-family: sora, sans-serif;
  font-weight: 800;
  line-height: 1.4;
  margin: 0 0 16.66667px 0;
  letter-spacing: -0.1px; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    text-decoration: none;
    color: inherit; }
    h1 a:visited,
    h2 a:visited,
    h3 a:visited,
    h4 a:visited,
    h5 a:visited,
    h6 a:visited {
      color: inherit; }
    h1 a:hover,
    h2 a:hover,
    h3 a:hover,
    h4 a:hover,
    h5 a:hover,
    h6 a:hover {
      color: #3C7FB9; }
  h1 strong,
  h2 strong,
  h3 strong,
  h4 strong,
  h5 strong,
  h6 strong {
    font-weight: 600; }

.title-large, .title-large-blog, .subtitle-large {
  font-size: 5.1rem;
  line-height: 1.3;
  letter-spacing: -0.4px;
  font-weight: 700;
  text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.25); }
  @media only screen and (min-width: 576px) and (max-width: 1249px) {
    .title-large, .title-large-blog, .subtitle-large {
      font-size: 4.4rem; } }
  @media only screen and (max-width: 575px) {
    .title-large, .title-large-blog, .subtitle-large {
      font-size: 3.2rem; } }

.title-large-blog {
  font-size: 4.2rem; }

.title-label {
  font-weight: 600;
  font-size: 2.7rem;
  margin-bottom: 0;
  padding-top: 25px; }

.title-medium {
  font-size: 3.4rem;
  font-weight: 700; }
  @media only screen and (max-width: 575px) {
    .title-medium {
      font-size: 3.0rem; } }

.title-small-caps, .title-smaller-caps, .rte h3, .testimonial--name {
  font-size: 2.7rem;
  letter-spacing: 0.1px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 5px; }

.title-smaller-caps {
  font-size: 2.1rem;
  margin-bottom: 4.16667px; }

.subtitle {
  font-size: 3.0rem;
  font-weight: 600; }
  @media only screen and (max-width: 575px) {
    .subtitle {
      font-size: 2.7rem; } }

.subtitle-large,
.subtitle {
  font-family: sora, sans-serif; }

.title-callout {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 12.5px; }

.title-callout-large {
  font-size: 3.6rem;
  font-weight: 700; }

.feature-text {
  font-size: 2.4rem;
  font-weight: 400; }
  @media only screen and (max-width: 575px) {
    .feature-text {
      font-size: 2.1rem; } }

h2 {
  font-size: 3.6rem;
  font-weight: 700; }

h3 {
  font-size: 3.0rem;
  line-height: 1.5;
  margin-bottom: 8.33333px; }

h4 {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 12.5px; }

h5, h6 {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 12.5px; }

/**
 * RTE styling
 * ----------------------------------------------------------------------------
 */
.rte img {
  margin-bottom: 25px; }

.rte h2 {
  font-size: 3.4rem; }

.rte h3 {
  margin-bottom: 12.5px; }

.rte p {
  margin-bottom: 12.5px; }
  .rte p:last-of-type {
    margin-bottom: 0; }

.rte a {
  font-weight: 700;
  text-decoration: underline; }

.rte .btn-large a {
  text-decoration: none; }

.rte ol, .rte ul {
  margin-left: 33px;
  margin-top: 25px;
  margin-bottom: 25px; }
  .rte ol li, .rte ul li {
    padding-left: 12.5px;
    margin-bottom: 8.33333px; }

.rte ul {
  list-style: disc; }
  .rte ul ul {
    list-style: circle;
    margin-bottom: 0; }

.rte ol {
  list-style: decimal; }

.rte blockquote {
  color: #3C7FB9;
  font-family: sora, sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
  margin: 25px 0 37.5px 0;
  border-top: 2px solid #e3e2e1;
  border-bottom: 2px solid #e3e2e1;
  padding: 25px 0;
  position: relative; }
  .rte blockquote p {
    position: relative;
    z-index: 111; }

.anchor {
  display: block;
  position: relative;
  top: -200px;
  visibility: hidden; }

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

html,
body {
  height: 100%; }

html {
  box-sizing: border-box; }

/**
 * Forms
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
input:focus, textarea:focus, keygen:focus, select:focus {
  outline: none; }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #777; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #777;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #777;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #777; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #777; }

::placeholder {
  /* Most modern browsers support this now. */
  color: #777; }

label {
  font-size: 1.2rem; }

.signup-form .tel a {
  color: #ffffff; }

.form-notice-required {
  font-size: 1.6rem;
  font-style: italic; }

.popup-ebook .form-col1,
.popup-ebook .form-col2 {
  width: 49%; }

.form-col1,
.form-col2 {
  width: 48%; }

.form-col1 {
  float: left; }

.form-col2 {
  float: right; }

.form-section {
  clear: both; }
  .form-section:last-of-type {
    margin-bottom: 12.5px; }
    .form-section:last-of-type .form-col1 input,
    .form-section:last-of-type .form-col2 input {
      margin-bottom: 0; }

.form-contact {
  padding-top: 25px; }
  .form-contact input[type="text"],
  .form-contact input[type="email"],
  .form-contact input[type="tel"],
  .form-contact textarea {
    font-size: 1.4rem;
    background: #ffffff;
    border-radius: 5px;
    padding: 15px 12px 13px 12px;
    color: #23445F;
    width: 100%;
    border: 1px solid #ccc; }
.form-sub{
font-size: 1.4rem;
font-weight: italic;
}
input {
  margin-bottom: 12.5px; }

input[type="text"],
input[type="email"],
input[type="tel"] {
  font-size: 1.4rem;
  background: #ffffff;
  border-radius: 5px;
  padding: 13px 12px 13px 12px;
  border: none;
  color: #23445F;
  width: 100%; }

input[type="checkbox"] {
  margin-right: 5px;
  margin-bottom: 0; }

input[type="submit"] {
  cursor: pointer;
  margin: 0 !important;
  border: none;
  padding: 15px 0 15px 0 !important; }

.w3eden .card-body {
  margin: 50px 0; }

/**
 * Popups
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
#services-provided-other.is-visible {
  display: block; }

#services-provided-other {
  display: none;
  margin-top: 12.5px; }

#services-provided-other input {
  margin-top: 8px; }

.popup-demo,
.popup-ebook,
.popup-login {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: all 200ms;
  visibility: hidden;
  opacity: 0;
  overflow-y: scroll;
  display: none; }

.popup-demo.is-visible,
.popup-ebook.is-visible,
.popup-login.is-visible {
  visibility: visible;
  opacity: 1;
  display: block; }

.popup {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 640px;
  max-height: 90vh;
  width: 100%;
  border-radius: 5px;
  font-size: 1.7rem; }
  .popup h3 {
    font-size: 2.6rem;
    font-weight: 600;
    margin-bottom: 0; }
  .popup p.form-notice-required {
    margin-bottom: 12.5px; }
  .popup .btn-large {
    transition: 0ms !important;
    margin-bottom: 12.5px; }
    .popup .btn-large a {
      margin: 0; }
    .popup .btn-large:last-of-type {
      margin-bottom: 0; }

.popup--header {
  background: #23445F;
  color: #ffffff;
  padding: 19.23077px 32.5px;
  border-radius: 5px 5px 0 0; }
  .popup--header h2 {
    font-size: 3.0rem;
    color: #ffffff;
    margin-bottom: 0; }

.popup--body {
  padding: 25px 32.5px;
  background: #ffffff;
  border-radius: 0 0 5px 5px;
  font-size: 1.5rem; }

.popup-ebook input[type="text"],
.popup-ebook input[type="email"],
.popup-ebook input[type="tel"],
.popup-demo input[type="text"],
.popup-demo input[type="email"],
.popup-demo input[type="tel"] {
  background: #e9e9e9;
  border: none;
  color: #333333; }

.popup-ebook input[type="checkbox"],
.popup-demo input[type="checkbox"] {
  margin-right: 5px;
  margin-bottom: 0; }

.popup-ebook input[type="submit"],
.popup-demo input[type="submit"] {
  cursor: pointer;
  margin: 25px auto 0 auto !important;
  border: none;
  padding: 15px 0 15px 0 !important; }

.demo-submenu {
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: all 1000ms; }

.demo-submenu.is-visible {
  display: block;
  visibility: visible;
  opacity: 1; }

/**
 * Popups
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
#services-provided-other.is-visible {
  display: block; }

#services-provided-other {
  display: none;
  margin-top: 12.5px; }
  #services-provided-other input {
    margin-top: 8px; }

.icon-close {
  position: absolute;
  top: 16px;
  right: 11px;
  max-width: 20px;
  cursor: pointer; }

.form-section-border {
  background: #eaeaea;
  margin-top: 12.5px;
  margin-bottom: 12.5px;
  height: 1px; }

.form-section-spacing {
  margin-top: 12.5px; }

.form-section-spacing-checkbox {
  margin-top: 30px; }

/**
 * Contact Form 7 Overrides
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
.wpcf7-checkbox {
  margin-top: 12.5px;
  grid-row-gap: 12.5px !important;
  grid-column-gap: 3px !important; }

span.wpcf7-list-item {
  font-family: 1.7rem;
  float: left;
  clear: both;
  margin-left: 0; }

.wpcf7-spinner {
  display: none; }

.wpcf7-form-control-wrap {
  position: relative;
  display: block; }

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 12px;
  position: absolute;
  top: -17px; }

.wpcf7 form .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  font-size: 14px; }

.form-recaptcha {
  margin-bottom: 25px; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  height: auto;
  max-width: 100%; }

img[data-sizes="auto"] {
  display: block;
  width: 100%; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.aligncenter {
  display: block;
  margin: 0 auto; }

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

.alignleft {
  float: left;
  margin: 0 25px 0 0; }

.no-img {
  background-color: #aaaaaa; }

.img-about-hero {
  background-image: url("images/temp/hero-about-image.jpg") !important; }

.img-home {
  background-image: url("images/temp/1.jpg") !important;
  background-position: -210px; }

.img-who {
  background-image: url("images/temp/5.jpg") !important; }

.img-what {
  background-image: url("images/temp/img-what.jpg") !important; }

.img-about-hero {
  background-image: url("images/temp/hero-about-image.jpg") !important; }

.callout-img {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  height: 620px;
  background-color: #aaaaaa; }

.bg-cover-approach {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  height: 620px;
  background-image: url("images/temp/9.jpg") !important; }

.bg-cover-about {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  height: 620px;
  background-image: url("images/temp/7.jpg") !important; }

.img-block-1 {
  background-image: url("images/temp/block-2.jpg") !important; }

.img-block-2 {
  background-image: url("images/temp/block-1.jpg") !important; }

button {
  margin-top: 30px;
  border: none;
  padding: 10px 25px;
  border-radius: 3px;
  font-size: 1.5rem;
  font-weight: 600; }

.ajax-loader {
  display: none !important; }

.wpcf7-submit {
  width: 100%;
  border-radius: 5px;
  background: #E5B539;
  color: #ffffff;
  display: inline-block;
  font-family: sora, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0px;
  padding: 19px 35px 20px 35px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  text-align: center;
  transition: 200ms;
  cursor: pointer; }
  .wpcf7-submit:hover {
    background-image: linear-gradient(to bottom, #b18617 0%, #b18617 100%); }

.btn-back {
  display: inline-block;
  text-decoration: underline;
  margin-top: 12.5px; }

.btn-small a,
.btn-large a,
input[type="submit"] {
  border-radius: 5px;
  background: #E5B539;
  color: #ffffff;
  display: inline-block;
  font-family: sora, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0px;
  padding: 11px 35px 13px 35px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  text-align: center;
  transition: 200ms; }

.btn-small a:hover,
.btn-large a:hover,
input[type="submit"]:hover {
  background: #C99B26; }

.btn-large a,
input[type="submit"] {
  display: inline-block;
  margin-top: 25px;
  width: 100%; }

.btn-nav {
  padding: 0 !important;
  margin-right: 9px !important; }

.btn-nav-login {
  padding: 0 !important;
  margin-right: 0 !important; }

.btn-nav a, .btn-nav-login a {
  position: relative;
  z-index: 1;
  background: #E5B539;
  border: 1px solid #E5B539;
  border-radius: 5px;
  color: #ffffff !important;
  display: inline-block;
  font-family: sora, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 1;
  padding: 16px 22px 17px 22px !important;
  text-align: center;
  text-transform: none;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  transition: 200ms; }

.btn-nav a:hover, .btn-nav-login a:hover {
  background: #C99B26; }

.btn-nav-login a {
  background: none;
  border: 1px solid #ffffff;
  border-radius: 5px;
  color: #ffffff !important; }

.btn-nav-login a:hover {
  background: rgba(255, 255, 255, 0.3); }

.wpdm-download-link.btn.btn-primary {
  background: #E5B539;
  border: 1px solid #E5B539;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  font-family: sora, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: capitalize;
  padding: 16px 22px 17px 22px; }
  .wpdm-download-link.btn.btn-primary:hover {
    background: #C99B26;
    box-shadow: none;
    transition: 200ms; }

/**
 * Recaptcha
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
.grecaptcha-badge {
  visibility: hidden;
  z-index: 999; }

.grecaptcha-badge.is-visible {
  visibility: visible; }

.page-template-page-contact .grecaptcha-badge {
  visibility: visible; }

/**
 * Ebook sidebar form adjustment
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
.sidebar-break .form-col1,
.sidebar-break .form-col2 {
  width: 100%; }

/**
 * Callouts
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
.callout-offset {
  margin-top: -137.5px; }
  @media only screen and (max-width: 1249px) {
    .callout-offset {
      margin-top: 0; } }

.callout {
  background: #23445F;
  padding: 32.5px;
  color: #ffffff;
  border-radius: 0 0 75px 0;
  box-shadow: 15px 15px 15px 0 rgba(0, 0, 0, 0.08);
  z-index: 444;
  position: relative; }
  @media only screen and (max-width: 575px) {
    .callout {
      padding: 25px; } }
  .callout p:last-of-type {
    margin-bottom: 0; }
  .callout h3 {
    color: #ffffff; }
  .callout .list-green-check {
    color: #ffffff;
    margin-top: 12.5px; }
  .callout .btn-large {
    margin-top: 0; }

.callout-cta.padding-sm {
  padding: 30px; }

.callout-cta {
  background: #3C7FB9;
  padding: 32.5px;
  color: #ffffff;
  border-radius: 0 0 75px 0;
  z-index: 444;
  position: relative; }
  @media only screen and (max-width: 575px) {
    .callout-cta {
      padding: 25px; } }
  .callout-cta h3 {
    color: #ffffff;
    text-align: center; }
  .callout-cta p {
    text-align: center; }

/**
 * Lightbox for video
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
.logis-video-poster {
  cursor: pointer; }

.logis-lightbox {
  background-color: rgba(0, 0, 0, 0.8);
  overflow: scroll;
  position: fixed;
  display: none;
  z-index: 999;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0; }

.logis-lightbox-container {
  position: relative;
  max-width: 960px;
  margin: 9% auto;
  display: block;
  height: auto; }

@media screen and (max-width: 768px) {
  .logis-lightbox-container {
    margin-top: 10%; } }

@media screen and (max-width: 414px) {
  .logis-lightbox-container {
    margin-top: 13%; } }

.logis-lightbox-content .icon-close {
  top: -30px;
  right: -29px; }

@media screen and (max-width: 768px) {
  .logis-lightbox-content .icon-close {
    right: 0px; } }

@media screen and (max-width: 414px) {
  .logis-lightbox-content .icon-close {
    right: 0px; } }

.logis-video-container {
  padding-bottom: 56.25%;
  position: relative;
  padding-top: 30px;
  overflow: hidden;
  height: 0; }

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

/**
 * Lists
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
.list-green-check {
  margin-top: 12.5px; }
  .list-green-check ul {
    font-size: 1.8rem;
    margin-bottom: 25px; }
    .list-green-check ul li {
      background: url("images/green-check2.png") no-repeat;
      background-position: 0px 7px;
      padding-left: 30px;
      margin-bottom: 8.33333px; }
      .list-green-check ul li:last-of-type {
        margin-bottom: 0; }
    .list-green-check ul a {
      font-weight: 700;
      text-decoration: underline; }

.list-green-check-large {
  font-family: sora, sans-serif;
  font-weight: 500;
  font-size: 2.7rem;
  margin-bottom: 62.5px; }
  .list-green-check-large a {
    font-weight: 700;
    text-decoration: underline; }
  @media only screen and (max-width: 575px) {
    .list-green-check-large {
      font-size: 2.2rem; } }
  .list-green-check-large li {
    background: url("images/green-check-large.png") no-repeat;
    background-position: 0px 7px;
    padding-left: 53px;
    margin-bottom: 16.66667px; }
    .list-green-check-large li:last-of-type {
      margin-bottom: 0; }

/**
 * Testimonials
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
.testimonial-kenneth {
  background-image: url("images/temp/testimonials/MedStar-Mobile-Healthcare.jpg");
  background-position: 0px -242px; }
  @media only screen and (max-width: 575px) {
    .testimonial-kenneth {
      background-position: 0px 0px; } }

.testimonial-full {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  position: relative; }
  @media only screen and (max-width: 575px) {
    .testimonial-full .col-2 {
      grid-column: span 3 !important; }
    .testimonial-full .col-10 {
      grid-column: span 12; } }

.testimonial-full--content {
  z-index: 444; }

.testimonial--name {
  font-size: 2.4rem;
  margin-top: 25px;
  margin-bottom: 0; }

.testimonial-simple {
  text-align: center;
  background: #3C7FB9;
  color: #ffffff; }

.testimonial-inner {
  text-align: center;
  background: #3C7FB9;
  color: #ffffff;
  padding: 40px;
  border-radius: 75px 0 0 0;
  margin-bottom: 40px; }

/**
 * Cookie Bar
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
#cookie-notice {
  font-family: lato, sans-serif;
  font-size: 1.5rem; }

.cn-text-container a {
  color: #ffffff;
  text-decoration: underline; }

.cn-button.bootstrap {
  background: #E5B539;
  font-family: lato, sans-serif;
  font-size: 1.5rem;
  padding: 15px 25px;
  font-weight: 600;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }

.bg-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: #0B141B;
  opacity: 0.7;
  z-index: 333; }

.bg-overlay-dark {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: #000000;
  opacity: 0.3;
  z-index: 333; }

.bg-overlay-testimony {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: #152532;
  opacity: 0.7;
  z-index: 333; }

.bg-alt, .products {
  background: #F1F1E8; }

.v-align {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }

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

.overflow-hidden {
  overflow: hidden; }

/**
 * Post Excerpts
 * ----------------------------------------------------------------------------
 */
.post-excerpt {
  position: relative; }

.post-excerpt--thumb {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 25px;
  height: 200px; }

.post-excerpt--content-top p:first-of-type {
  margin-top: 12.5px; }

.post-excerpt--content-top p:last-of-type {
  margin-bottom: 0; }

.post-meta {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 25px; }
  .post-meta .post-meta-category {
    float: left; }

.post-meta .post-category {
  margin-right: 5px; }

.post-category {
  font-size: 1.4rem;
  font-weight: 500;
  display: inline-block;
  background: #e3e2e1;
  padding: 0px 5px 2px 5px; }

.is-single .post-category {
  margin-bottom: 25px; }

/**
 * Long Post Excerpts
 * ----------------------------------------------------------------------------
 */
/**
 * Video Page
 * ----------------------------------------------------------------------------
 */
.post-roll {
  display: none; }

.post-roll.is-visible {
  display: block; }

.post-roll-labels {
  font-weight: 600;
  margin-top: 25px; }
  .post-roll-labels a {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    color: #a5a4a3; }
    .post-roll-labels a:first-of-type {
      margin-right: 12px; }
    .post-roll-labels a:last-of-type {
      margin-left: 12px; }
    .post-roll-labels a:hover {
      color: #23445F; }

.toggle-post-roll.active {
  color: #23445F;
  text-decoration: underline; }

/**
 * Long Post Excerpts
 * ----------------------------------------------------------------------------
 */
.post-excerpt-long {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dddddd; }
  .post-excerpt-long:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  .post-excerpt-long h2 {
    font-size: 3.0rem;
    margin-bottom: 8.33333px; }
  .post-excerpt-long:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  .post-excerpt-long .post-excerpt-long--thumb {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    height: 216px;
    grid-column: span 4; }
    @media only screen and (min-width: 576px) and (max-width: 1249px) {
      .post-excerpt-long .post-excerpt-long--thumb {
        grid-column: span 6; } }
    @media only screen and (max-width: 575px) {
      .post-excerpt-long .post-excerpt-long--thumb {
        grid-column: span 12; } }
  .post-excerpt-long .post-excerpt-long--content {
    grid-column: span 12; }
    .post-excerpt-long .post-excerpt-long--content p:last-of-type {
      margin-bottom: 0; }
    .post-excerpt-long .post-excerpt-long--content .post-meta {
      margin-bottom: 8.33333px; }
  .post-excerpt-long .post-excerpt-long--video {
    grid-column: span 8;
    padding-left: 8.33333px; }
    .post-excerpt-long .post-excerpt-long--video p:last-of-type {
      margin-bottom: 0; }
    .post-excerpt-long .post-excerpt-long--video .post-meta {
      margin-bottom: 8.33333px; }
    @media only screen and (min-width: 576px) and (max-width: 1249px) {
      .post-excerpt-long .post-excerpt-long--video {
        grid-column: span 6; } }
    @media only screen and (max-width: 575px) {
      .post-excerpt-long .post-excerpt-long--video {
        grid-column: span 12; } }

/**
 * Post Callouts
 * ----------------------------------------------------------------------------
 */
.ebook-callout-cta {
  max-width: 320px; }

.post-callout-cta {
  background: #F1F1E8;
  padding: 25px;
  margin-top: 50px; }

.post-callout-cta h4 {
  font-size: 2.7rem;
  font-weight: 700;
  margin-bottom: 0; }

@media only screen and (min-width: 576px) {
  .post-callout-cta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center; } }

@media only screen and (min-width: 576px) and (max-width: 1199px) {
  .post-callout-cta h4 {
    font-size: 2.2rem; } }

@media only screen and (max-width: 575px) {
  .post-callout-cta {
    text-align: center; }
  .post-callout-cta h4 {
    margin-bottom: 12.5px; } }

/**
 * Slider Text
 * ----------------------------------------------------------------------------
 */
.homepage-slide--content {
  display: none;
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  max-width: 50%;
  z-index: 888;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15); }
  .homepage-slide--content h1 {
    font-size: 4.2rem;
    color: #ffffff; }

/**
 * Slider
 * ----------------------------------------------------------------------------
 */
.homepage-slider .homepage-slide {
  visibility: hidden; }

.homepage-slider .homepage-slide:first-child {
  visibility: visible; }

.homepage-slider.slick-initialized .homepage-slide {
  visibility: visible; }

.slick-slider {
  margin-bottom: 0 !important; }
  .slick-slider img {
    width: 100%; }

.homepage-slider--wrapper,
.contact-slider--wrapper,
.contact-slider2--wrapper {
  position: relative; }

.homepage-slider--buttons,
.contact-slider--buttons,
.contact-slider2--buttons {
  position: absolute;
  top: 47%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  max-width: 100%; }
  .homepage-slider--buttons span.icon-arrow-left,
  .homepage-slider--buttons span.icon-arrow-right,
  .contact-slider--buttons span.icon-arrow-left,
  .contact-slider--buttons span.icon-arrow-right,
  .contact-slider2--buttons span.icon-arrow-left,
  .contact-slider2--buttons span.icon-arrow-right {
    font-size: 2.4rem;
    color: #ffffff; }

.slider-btn-prev,
.slider-btn-next,
.slider2-btn-prev,
.slider2-btn-next {
  position: absolute; }

.homepage-slider--buttons .slider-btn-prev {
  left: 50px; }

.homepage-slider--buttons .slider-btn-next {
  right: 50px; }

.contact-slider--buttons .slider-btn-prev,
.contact-slider--buttons .slider2-btn-prev,
.contact-slider2--buttons .slider-btn-prev,
.contact-slider2--buttons .slider2-btn-prev {
  left: 2px; }

.contact-slider--buttons .slider-btn-next,
.contact-slider--buttons .slider2-btn-next,
.contact-slider2--buttons .slider-btn-next,
.contact-slider2--buttons .slider2-btn-next {
  right: 2px; }

.homepage-slider--dots {
  position: absolute;
  top: 80%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  max-width: 100%; }
  .homepage-slider--dots ul.slick-dots {
    text-align: center;
    list-style-type: none;
    color: #ffffff; }
    .homepage-slider--dots ul.slick-dots li {
      display: inline-block; }
      .homepage-slider--dots ul.slick-dots li button {
        font-size: 0;
        line-height: 1;
        margin: 0 4px;
        padding: 2px;
        width: 11px;
        height: 11px;
        border-radius: 100px;
        border: 1px solid #ffffff;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }
    .homepage-slider--dots ul.slick-dots li.slick-active button {
      background: #ffffff; }
      .homepage-slider--dots ul.slick-dots li.slick-active button:before {
        border: 1px solid red; }

.slider-dots-wrapper {
  position: relative;
  z-index: 888; }

/**
 * Blocks - Main vertical spacing container for major elements
 * ----------------------------------------------------------------------------
 */
.block {
  padding: 75px 0; }
  @media only screen and (max-width: 575px) {
    .block {
      padding: 25px 0; } }

.block-content-standard {
  grid-column: span 7; }
  @media only screen and (min-width: 576px) and (max-width: 1249px) {
    .block-content-standard {
      grid-column: span 12; } }
  @media only screen and (max-width: 575px) {
    .block-content-standard {
      grid-column: span 12; } }

.block-content-wide {
  grid-column: span 8; }
  @media only screen and (min-width: 576px) and (max-width: 1249px) {
    .block-content-wide {
      grid-column: span 12; } }
  @media only screen and (max-width: 575px) {
    .block-content-wide {
      grid-column: span 12; } }

.block-content-full {
  grid-column: span 12; }

.block-callout {
  grid-column: span 5; }
  @media only screen and (min-width: 576px) and (max-width: 1249px) {
    .block-callout {
      grid-column: span 12; } }
  @media only screen and (max-width: 575px) {
    .block-callout {
      grid-column: span 12; } }

.block-callout-slim .callout-cta {
  padding: 32.5px 25px; }
  .block-callout-slim .callout-cta h3.title-callout {
    font-size: 3.0rem; }

.block-callout-slim {
  grid-column: span 4; }
  @media only screen and (min-width: 576px) and (max-width: 1249px) {
    .block-callout-slim {
      grid-column: span 12; } }
  @media only screen and (max-width: 575px) {
    .block-callout-slim {
      grid-column: span 12; } }

.block-bottom {
  padding-bottom: 62.5px; }

.block-top {
  padding-top: 62.5px; }

.block-inner {
  margin-bottom: 40px; }

/**
 * Site Footer
 * ----------------------------------------------------------------------------
 */
.site-footer {
  background: #171717;
  padding: 65px 0;
  color: #ffffff; }
  .site-footer h3 {
    text-transform: uppercase;
    font-size: 1.8rem;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #3C7FB9;
    margin-bottom: 12.5px; }
  .site-footer a {
    color: white; }
  .site-footer ul {
    font-family: sora, sans-serif;
    font-weight: 600;
    font-size: 1.8rem; }
    .site-footer ul li {
      margin-bottom: 3px; }
      .site-footer ul li:last-of-type {
        margin-bottom: 0; }

.footer-contacts {
  margin-top: 50px;
  font-size: 1.35rem; }

.footer-contact h3 {
  color: #ffffff;
  font-size: 1.8rem;
  letter-spacing: 0.5px;
  font-weight: 600; }

.footer-contact p:last-of-type {
  margin-bottom: 0; }

.grid-container--1col {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 25px; }

.grid-container--2col, .wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 25px; }
  @media only screen and (min-width: 576px) and (max-width: 1249px) {
    .grid-container--2col, .wpcf7-checkbox {
      grid-template-columns: repeat(1, 2fr); } }
  @media only screen and (max-width: 575px) {
    .grid-container--2col, .wpcf7-checkbox {
      grid-template-columns: repeat(1, 1fr); } }

.grid-container--3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 25px; }
  @media only screen and (min-width: 576px) and (max-width: 1249px) {
    .grid-container--3col {
      grid-template-columns: repeat(1, 2fr); } }
  @media only screen and (max-width: 575px) {
    .grid-container--3col {
      grid-template-columns: repeat(1, 1fr); } }

.grid-container--4col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 25px; }
  @media only screen and (min-width: 576px) and (max-width: 1249px) {
    .grid-container--4col {
      grid-template-columns: repeat(2, 2fr); } }
  @media only screen and (max-width: 575px) {
    .grid-container--4col {
      grid-template-columns: repeat(1, 1fr); } }

.grid-container--5col {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 25px; }

.grid-container--6col {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 25px; }

.grid-container--12col {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 50px; }

.grid-container--12col.gutter-sm {
  grid-column-gap: 12.5px;
  grid-column-gap: 12.5px; }

@media only screen and (min-width: 1250px) {
  .content-wrapper.grid-extra-column-space {
    grid-column-gap: 50px; } }

/**
 * Custom Grids
 * ----------------------------------------------------------------------------
 */
.col-1, .wpcf7-checkbox span.wpcf7-list-item {
  grid-column: span 1; }

.col-2 {
  grid-column: span 2; }

.col-3 {
  grid-column: span 3; }

.col-4 {
  grid-column: span 4; }

.col-5 {
  grid-column: span 5; }

.col-6 {
  grid-column: span 6; }

.col-7 {
  grid-column: span 7; }

.col-8 {
  grid-column: span 8; }

.col-9 {
  grid-column: span 9; }

.col-10 {
  grid-column: span 10; }

.col-11 {
  grid-column: span 11; }

.col-12 {
  grid-column: span 12; }

@media only screen and (max-width: 575px) {
  .block .col-1, .block .wpcf7-checkbox span.wpcf7-list-item, .wpcf7-checkbox .block span.wpcf7-list-item,
  .block .col-2,
  .block .col-3,
  .block .col-4,
  .block .col-5,
  .block .col-6,
  .block .col-7,
  .block .col-8,
  .block .col-9,
  .block .col-10,
  .block .col-11,
  .block .col-12,
  .block-top .col-1,
  .block-top .wpcf7-checkbox span.wpcf7-list-item,
  .wpcf7-checkbox .block-top span.wpcf7-list-item,
  .block-top .col-2,
  .block-top .col-3,
  .block-top .col-4,
  .block-top .col-5,
  .block-top .col-6,
  .block-top .col-7,
  .block-top .col-8,
  .block-top .col-9,
  .block-top .col-10,
  .block-top .col-11,
  .block-top .col-12,
  .block-bottom .col-1,
  .block-bottom .wpcf7-checkbox span.wpcf7-list-item,
  .wpcf7-checkbox .block-bottom span.wpcf7-list-item,
  .block-bottom .col-2,
  .block-bottom .col-3,
  .block-bottom .col-4,
  .block-bottom .col-5,
  .block-bottom .col-6,
  .block-bottom .col-7,
  .block-bottom .col-8,
  .block-bottom .col-9,
  .block-bottom .col-10,
  .block-bottom .col-11,
  .block-bottom .col-12,
  .block-inner .col-1,
  .block-inner .wpcf7-checkbox span.wpcf7-list-item,
  .wpcf7-checkbox .block-inner span.wpcf7-list-item,
  .block-inner .col-2,
  .block-inner .col-3,
  .block-inner .col-4,
  .block-inner .col-5,
  .block-inner .col-6,
  .block-inner .col-7,
  .block-inner .col-8,
  .block-inner .col-9,
  .block-inner .col-10,
  .block-inner .col-11,
  .block-inner .col-12 {
    grid-column: span 12; } }

@media only screen and (max-width: 575px) {
  .tier-collapse .col-1, .tier-collapse .wpcf7-checkbox span.wpcf7-list-item, .wpcf7-checkbox .tier-collapse span.wpcf7-list-item {
    grid-column: span 1; } }

@media only screen and (max-width: 575px) {
  .tier-collapse .col-2 {
    grid-column: span 2; } }

@media only screen and (max-width: 575px) {
  .tier-collapse .col-3 {
    grid-column: span 3; } }

@media only screen and (max-width: 575px) {
  .tier-collapse .col-4 {
    grid-column: span 4; } }

@media only screen and (max-width: 575px) {
  .tier-collapse .col-5 {
    grid-column: span 5; } }

@media only screen and (max-width: 575px) {
  .tier-collapse .col-6 {
    grid-column: span 5; } }

@media only screen and (max-width: 575px) {
  .tier-collapse .col-7 {
    grid-column: span 7; } }

@media only screen and (max-width: 575px) {
  .tier-collapse .col-8 {
    grid-column: span 8; } }

@media only screen and (max-width: 575px) {
  .tier-collapse .col-9 {
    grid-column: span 9; } }

@media only screen and (max-width: 575px) {
  .tier-collapse .col-10 {
    grid-column: span 10; } }

@media only screen and (max-width: 575px) {
  .tier-collapse .col-11 {
    grid-column: span 11; } }

@media only screen and (max-width: 575px) {
  .tier-collapse .col-12 {
    grid-column: span 12; } }

/**
 * Header
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
.site-header {
  will-change: transform;
  transition: all 200ms ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 0 25px 0;
  z-index: 555; }
  @media only screen and (max-width: 575px) {
    .site-header {
      padding: 0 0 12.5px 0; } }

.headroom--not-top {
  display: block;
  padding: 0;
  background: #003b50;
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3); }
  @media only screen and (min-width: 576px) and (max-width: 1249px) {
    .headroom--not-top {
      padding: 0 0 10px 0; } }
  @media only screen and (max-width: 575px) {
    .headroom--not-top {
      padding: 0 0 6px 0; } }
  .headroom--not-top .custom-logo-link {
    margin-left: -49px; }
    @media only screen and (min-width: 576px) and (max-width: 1249px) {
      .headroom--not-top .custom-logo-link {
        margin-left: 0; } }
    @media only screen and (max-width: 575px) {
      .headroom--not-top .custom-logo-link {
        margin-left: 0; } }
    .headroom--not-top .custom-logo-link img {
      max-width: 160px; }

.custom-logo-link {
  z-index: 999; }
  @media only screen and (min-width: 1441px) {
    .custom-logo-link {
      margin-left: -66px; } }
  .custom-logo-link img {
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    display: block;    
    max-width: 215px; }
    @media only screen and (max-width: 575px) {
      .custom-logo-link img {
        max-width: 160px;
        } }
    @media only screen and (min-width: 576px) and (max-width: 1249px) {
      .custom-logo-link img {
        max-width: 180px;
       } }

.site-footer .custom-logo-link img {
  display: block;
  max-width: 160px;
  margin-left: 0px; }
  @media only screen and (max-width: 575px) {
    .site-footer .custom-logo-link img {
      margin-left: 0; } }

.site-header--content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center; }

/**
 * Layout
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
.content-wrapper {
  position: relative;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px; }
  @media only screen and (min-width: 1441px) {
    .content-wrapper {
      max-width: 1300px; } }
  @media only screen and (min-width: 1250px) and (max-width: 1440px) {
    .content-wrapper {
      max-width: 1300px; } }
  @media only screen and (min-width: 576px) and (max-width: 1249px) {
    .content-wrapper {
      max-width: 1300px;
      padding-left: 25px;
      padding-right: 25px; } }
  @media only screen and (max-width: 575px) {
    .content-wrapper {
      padding-left: 12.5px;
      padding-right: 12.5px; } }

.clearfix:before, .clearfix:after {
  display: table;
  content: ''; }

.clearfix:after {
  clear: both; }

/**
 * Main Navigation Wrapper
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
.hide {
  display: none !important; }

#menu-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 100%;
  list-style: none;
  font-family: sora, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px; }
  @media only screen and (max-width: 1249px) {
    #menu-main {
      display: none; } }
  #menu-main > li {
    height: 100%;
    margin-right: 35.5px;
    position: relative;
    padding: 25px 0; }
    #menu-main > li:last-of-type {
      margin-right: 0; }
    #menu-main > li:hover {
      color: #3C7FB9; }
    #menu-main > li a {
      -webkit-transition: color 100ms linear;
      -moz-transition: color 100ms linear;
      -ms-transition: color 100ms linear;
      -o-transition: color 100ms linear;
      transition: color 100ms linear;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
      color: inherit;
      display: inline-block; }
  #menu-main li.menu-item-has-children {
    position: relative;
    padding-right: 12px; }
    #menu-main li.menu-item-has-children:hover .sub-menu {
      opacity: 1;
      pointer-events: auto; }
    #menu-main li.menu-item-has-children:after {
      font-family: "fontello";
      content: '\e803';
      font-size: 10px;
      position: absolute;
      bottom: 32px;
      right: -2px; }
  #menu-main li.current-menu-item,
  #menu-main li.current-menu-parent {
    color: #3C7FB9; }
    #menu-main li.current-menu-item a,
    #menu-main li.current-menu-parent a {
      color: #3C7FB9; }

/**
 * Default dropdown
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
#menu-main .sub-menu {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  -moz-box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.08);
  font-size: 2.0rem;
  background: #ffffff;
  display: block;
  opacity: 0;
  z-index: 999;
  position: absolute;
  top: 71px;
  left: 0px;
  margin-left: -1px;
  width: 250px;
  pointer-events: none;
  letter-spacing: 0px;
  text-transform: none; }
  #menu-main .sub-menu:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 54px;
    width: 0px;
    height: 0px;
    border-bottom: 10px solid #ffffff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent; }
  #menu-main .sub-menu li {
    float: left;
    clear: both;
    width: 100%;
    border-bottom: 1px solid #dddddd; }
    #menu-main .sub-menu li:last-of-type {
      border-bottom: none; }
    #menu-main .sub-menu li:hover a {
      color: #3C7FB9; }
    #menu-main .sub-menu li a {
      color: #23445F;
      text-shadow: none;
      display: block;
      padding: 16.66667px 20.83333px; }
  #menu-main .sub-menu .current_page_item a {
    color: #3C7FB9; }

/**
 * Expanded Dropdown
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
#menu-main .expanded-dropdown .sub-menu {
  background: #ffffff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  width: inherit;
  padding: 25px;
  width: 862px;
  padding: 25px;
  font-size: 2.2rem;
  letter-spacing: 0px;
  text-transform: none; }
  #menu-main .expanded-dropdown .sub-menu li {
    border: none; }
    #menu-main .expanded-dropdown .sub-menu li a {
      padding: 0;
      display: block;
      overflow: hidden; }
    #menu-main .expanded-dropdown .sub-menu li:first-of-type {
      font-size: 3.0rem;
      grid-column: span 1;
      grid-column-end: span col4-start;
      grid-row-end: span 3;
      padding-right: 25px;
      border-right: 1px solid #dddddd;
      clear: both; }
      #menu-main .expanded-dropdown .sub-menu li:first-of-type .menu-featured {
        clear: both; }
      #menu-main .expanded-dropdown .sub-menu li:first-of-type .menu-icon {
        width: 70px;
        margin-right: 0;
        margin-bottom: 8.33333px; }
      #menu-main .expanded-dropdown .sub-menu li:first-of-type:hover {
        color: #3C7FB9; }
  #menu-main .expanded-dropdown .sub-menu .current_page_item a {
    color: #3C7FB9; }

#menu-main .expanded-dropdown-alt .sub-menu {
  background: #ffffff;
  width: 264px;
  font-size: 2.2rem;
  letter-spacing: 0px;
  text-transform: none; }
  #menu-main .expanded-dropdown-alt .sub-menu li {
    border-bottom: 1px solid #dddddd; }
    #menu-main .expanded-dropdown-alt .sub-menu li:last-of-type {
      border-bottom: none; }
    #menu-main .expanded-dropdown-alt .sub-menu li a {
      padding: 16.66667px 20.83333px;
      display: block;
      overflow: hidden; }
  #menu-main .expanded-dropdown-alt .sub-menu .current_page_item a {
    color: #3C7FB9; }

.expanded-dropdown .menu-subtitle,
.expanded-dropdown .menu-description,
.expanded-dropdown-alt .menu-subtitle,
.expanded-dropdown-alt .menu-description {
  font-family: lato, sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  color: #333333; }

.expanded-dropdown .menu-subtitle,
.expanded-dropdown-alt .menu-subtitle {
  font-style: italic;
  line-height: 1.1; }

.expanded-dropdown .menu-description,
.expanded-dropdown-alt .menu-description {
  margin-top: 5px; }

.expanded-dropdown .menu-icon,
.expanded-dropdown-alt .menu-icon {
  float: left;
  width: 50px;
  margin-right: 12px; }

.expanded-dropdown .menu-float,
.expanded-dropdown-alt .menu-float {
  float: left; }

/**
 * Mobile Navigation
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
@media only screen and (min-width: 1250px) {
  .site-mobile {
    display: none; } }

.mobile-open,
.mobile-close {
  cursor: pointer; }
  @media only screen and (min-width: 1250px) {
    .mobile-open,
    .mobile-close {
      display: none; } }

.mobile-close {
  float: right; }
  @media only screen and (min-width: 576px) and (max-width: 1249px) {
    .mobile-close {
      padding-top: 12px; } }

.mobile-menu.is-visible {
  display: block; }

.mobile-menu {
  display: none;
  background: #23445F;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 998;
  padding: 25px 25px 0 25px;
  text-transform: uppercase; }
  @media only screen and (max-width: 575px) {
    .mobile-menu {
      padding-left: 12.5px;
      padding-right: 12.5px; } }
  .mobile-menu ul {
    list-style: none;
    display: inline-block;
    margin: 0;
    width: 100%;
    font-family: sora, sans-serif;
    font-size: 1.7rem;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    font-weight: 700; }
    .mobile-menu ul li {
      padding: 0;
      margin-bottom: 0;
      border-top: 1px solid rgba(255, 255, 255, 0.1); }
      .mobile-menu ul li a {
        color: #ffffff;
        padding: 14px 12.5px;
        display: block; }
      .mobile-menu ul li:last-of-type {
        margin-bottom: 0; }

.site-header--mobile {
  padding-top: 45px; }
  @media only screen and (min-width: 576px) and (max-width: 1249px) {
    .site-header--mobile {
      padding-top: 72px; } }
  .site-header--mobile .menu-item-has-children {
    position: relative;
    cursor: pointer; }
    .site-header--mobile .menu-item-has-children:after {
      content: url("images/icon-plus.png");
      position: absolute;
      top: 14px;
      right: 9px;
      height: 10px;
      width: 10px; }
  .site-header--mobile .menu-item-has-children.sub-menu--active:after {
    content: url("images/icon-minus.png");
    position: absolute;
    top: 14px;
    right: 9px;
    height: 10px;
    width: 10px; }

.mobile-menu .sub-menu {
  display: none;
  text-transform: none;
  letter-spacing: 0; }
  .mobile-menu .sub-menu li {
    border-bottom: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 25px; }

/**
 * Sidebars
 * ----------------------------------------------------------------------------
 */
/**
 * Slick Slider
 * ----------------------------------------------------------------------------
 */
/**
 * Team Members
 * ----------------------------------------------------------------------------
 */
.leadership-team {
  margin-bottom: 57.5px; }

.team-member {
  grid-column: span 1; }
  .team-member p {
    font-size: 1.7rem; }
    .team-member p:last-of-type {
      margin-bottom: 0; }
  .team-member a {
    margin-top: 12.5px;
    font-size: 1.7rem;
    font-weight: 600; }

.team-member-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  margin-bottom: 12.5px; }
  @media only screen and (max-width: 1249px) {
    .team-member-image {
      height: 600px; } }

.team-member-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.team-member-info--top {
  min-height: 95px; }

.team-member-info--bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.team-member-title {
  font-style: italic;
  font-size: 1.7rem;
  margin-bottom: 8.33333px; }

.related-team {
  background: #F1F1E8; }

/**
 * Office Locations
 * ----------------------------------------------------------------------------
 */
@media only screen and (min-width: 1250px) {
  .office-locations {
    padding-left: 25px; } }

.office-location {
  margin-bottom: 50px; }
  .office-location:last-of-type {
    margin-bottom: 0; }
  .office-location h3 {
    margin-top: 12.5px; }

.office-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  height: 220px; }

.office-us {
  background-image: url("images/temp/office-us.jpg"); }

.office-euro {
  background-image: url("images/temp/office-euro.jpg"); }

.office-aus {
  background-image: url("images/temp/office-aus.jpg"); }

/**
 * Timeline Nav Slider
 * ----------------------------------------------------------------------------
 */
.timeline-nav-slider {
  margin-top: 50px; }
  .timeline-nav-slider .slick-slide {
    cursor: pointer;
    font-size: 2.4rem; }
  .timeline-nav-slider .slick-center {
    background: none;
    opacity: 1; }

.slick-slider {
  margin-bottom: 25px; }

.slick-dots {
  bottom: -50px; }

.slick-dots li button:before {
  font-size: 25px;
  opacity: 1;
  color: #ccc; }

.slick-dots li.slick-active button:before {
  color: #55514a; }

.slick-buttons {
  padding-top: 25px;
  display: inline-block; }
  .slick-buttons .slick-left {
    margin-right: 5px; }
  .slick-buttons .slick-right {
    margin-left: 5px; }

/**
 * Case Studies Archive
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
.case-studies {
  background: #F1F1E8; }

.case-study {
  background: #ffffff;
  padding: 25px; }

.case-study-summary {
  margin-top: 25px; }

.case-study--bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px; }
  .case-study--bottom a {
    font-weight: 600; }

/**
 * Case Studies Archive Email Sign Up Form
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
.case-study-ffo {
  padding: 25px;
  background: #3C7FB9;
  color: #ffffff; }
  .case-study-ffo h3 {
    color: #ffffff; }

/**
 * Single Case Study
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
.page-case-mobile {
  background: #23445F; }

.case-watermark-wrapper {
  position: relative;
  height: 500px; }

.case-watermark {
  position: absolute;
  max-width: 320px;
  opacity: 0.12;
  top: 27%;
  left: -65px; }

.case-featured-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  height: 439px; }

@media only screen and (min-width: 1250px) {
  .case-study-padding {
    padding-right: 100px; } }

/**
 * Page Header Icons
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
.page-header--content-icon {
  padding-top: 15px;
  float: left; }

.page-header--content-case {
  margin-left: 100px; }

/**
 * Cloud for IDS & Billing
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
.bg-core {
  background: #808082; }

.bg-select {
  background: #689AC6; }

.bg-premier {
  background: #3C7EB9; }

.bg-enterprise {
  background: #0C1F40; }

.cloud-features-intro {
  margin-bottom: 45px; }
  .cloud-features-intro p {
    font-size: 2.7rem;
    font-weight: 600; }
    .cloud-features-intro p:last-of-type {
      margin-bottom: 0; }

/**
 * Individual Tiers
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
.tier {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0 13px 28px -15px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent; }
  .tier:hover {
    border: 1px solid #23445F; }
  .tier .btn-small a {
    padding-left: 30px;
    padding-right: 30px; }

.tier-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; }

.list-cloud-tiers ul {
  font-size: 1.6rem;
  margin-bottom: 0; }
  .list-cloud-tiers ul li {
    background: url("images/green-check3.png") no-repeat;
    background-position: 0px 7px;
    padding-left: 28px;
    margin-bottom: 12.5px; }
    .list-cloud-tiers ul li:last-of-type {
      margin-bottom: 0; }

.tier-header {
  padding: 12.5px 21px; }
  .tier-header h3 {
    font-size: 2.7rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0; }

.tier-intro, .tier-enterprise p:first-of-type {
  font-size: 1.7rem;
  font-weight: 600;
  color: #23445F;
  margin-bottom: 15.625px; }

.tier-features {
  font-size: 1.6rem;
  padding: 25px 21px; }

.tier-feature {
  cursor: default;
  position: relative;
  word-break: break-word; }
  .tier-feature:hover .tier-feature-desc {
    display: block; }

.tier-feature-tooltip {
  font-size: 8px;
  padding: 1px 5px;
  font-weight: 800;
  border-radius: 100px;
  background: #CAD2D9;
  margin-left: 5px;
  color: #ffffff; }

.tier-feature-desc {
  position: absolute;
  background: #EFF7FF;
  z-index: 444;
  font-size: 0.8em;
  color: #333333;
  padding: 12.5px;
  top: -21px;
  left: 240px;
  width: 100%;
  display: none;
  box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.2); }
  .tier-feature-desc:before {
    content: "";
    position: absolute;
    top: 20%;
    left: -10px;
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-right: 10px solid #EFF7FF;
    border-bottom: 10px solid transparent; }

.tier-full-feature .tier-feature-desc {
  left: 338px;
  top: -10px;
  width: 50%; }

/**
 * Expandable full Tier feature list
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
.tier-full-features {
  font-size: 1.6rem;
  margin-bottom: 0; }

.tier-full-features--toggle-wrapper {
  font-size: 1.9rem;
  font-weight: 600;
  color: #3C7FB9;
  text-align: center;
  margin-bottom: 40px; }
  .tier-full-features--toggle-wrapper div {
    cursor: pointer; }

.tier-full-features--button {
  border: 2px solid #3C7FB9;
  padding: 10px 20px;
  border-radius: 100px; }

.tier-full-features--toggle {
  background: url("images/cloud-tier-toggle.png");
  height: 26px;
  width: 26px;
  vertical-align: middle;
  margin-left: 8px;
  background-position: 0px 0px;
  display: inline-block; }

.tier-full-features--toggle-wrapper.expanded .tier-full-features--toggle {
  background-position: 26px 0px; }

.tier-full-features--labels {
  font-family: sora, sans-serif;
  font-size: 2.3rem;
  font-weight: 600;
  color: #23445F;
  margin-bottom: 12.5px; }
  @media only screen and (max-width: 575px) {
    .tier-full-features--labels {
      font-size: 1.5rem; } }

.tier-full-features--expandable {
  margin-top: 50px;
  margin-bottom: 45px;
  display: none; }

.tier-full-features--expandable.expanded {
  display: block; }

.tier-full-feature {
  border-top: 1px solid #dddddd;
  padding: 16.66667px 0; }

.tier-full-feature--marker-core, .tier-full-feature--marker-select, .tier-full-feature--marker-premier {
  background: url("images/cloud-tier-marker.png");
  height: 18px;
  width: 18px;
  background-position: 18px 0px;
  display: inline-block; }

.tier-full-feature-core .tier-full-feature--marker-core, .tier-full-feature-core .tier-full-feature--marker-select, .tier-full-feature-core .tier-full-feature--marker-premier {
  background-position: 18px 0px; }

.tier-full-feature-core .tier-full-feature--marker-select {
  background-position: 18px 0px; }

.tier-full-feature-core .tier-full-feature--marker-premier {
  background-position: 18px 0px; }

.tier-full-feature-select .tier-full-feature--marker-core, .tier-full-feature-select .tier-full-feature--marker-select, .tier-full-feature-select .tier-full-feature--marker-premier {
  background-position: 0px 0px; }

.tier-full-feature-select .tier-full-feature--marker-select {
  background-position: 18px 0px; }

.tier-full-feature-select .tier-full-feature--marker-premier {
  background-position: 18px 0px; }

.tier-full-feature-premiere .tier-full-feature--marker-core, .tier-full-feature-premiere .tier-full-feature--marker-select, .tier-full-feature-premiere .tier-full-feature--marker-premier {
  background-position: 0px 0px; }

.tier-full-feature-premiere .tier-full-feature--marker-select {
  background-position: 0px 0px; }

.tier-full-feature-premiere .tier-full-feature--marker-premier {
  background-position: 18px 0px; }

.tier-cta {
  padding: 0 25px 25px 25px; }

/**
 * Homepage Hero
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
.hero-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80vh; }
  @media only screen and (max-width: 575px) {
    .hero-wrapper {
      height: 90vh; } }
  .hero-wrapper:after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4); }
  .hero-wrapper video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    object-fit: cover;
    font-family: 'object-fit: cover'; }

.hero--content {
  position: absolute;
  top: 38%;
  left: 0;
  right: 0;
  z-index: 444;
  color: #ffffff; }
  @media only screen and (max-width: 575px) {
    .hero--content {
      top: 30%; } }
  .hero--content h1 {
    color: #E5B539;
    margin-bottom: 0; }
  .hero--content .subtitle-large {
    max-width: 80%;
    overflow: hidden; }

/**
 * Products
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
.bucket-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; }

.product.highlighted {
  border: 1px solid #23445F; }

.product {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 1.8rem;
  flex-direction: column;
  justify-content: space-between;
  background: #ffffff;
  padding: 20.83333px;
  box-shadow: 0 13px 28px -15px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0); }
  .product .title-small-caps, .product .title-smaller-caps, .product .rte h3, .rte .product h3, .product .testimonial--name {
    margin-bottom: 5px; }
  .product .btn-small {
    margin-top: 0; }

.product-icon {
  max-width: 65px;
  margin-bottom: 8.33333px; }

/**
 * Blog Post Callout
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
.homepage-blog-callout {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 150px 0;
  background-image: url("images/logis-vaccine-management.jpg"); }

@media screen and (min-width: 2000px) {
  .homepage-blog-callout {
    background-position: 0px -82px; } }

@media only screen and (max-width: 575px) {
  .homepage-blog-callout {
    background-position: -760px 0px; } }

.homepage-blog-callout--content {
  z-index: 444;
  color: #ffffff;
  text-align: center; }

.homepage-blog-callout--content h3 {
  color: #ffffff;
  max-width: 90%;
  margin: 0 auto; }

.homepage-blog-callout--content .btn-small {
  margin-top: 25px; }

/**
 * CTA & Sign Up
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
.signup-feature {
  text-align: center; }

.signup-feature--image {
  margin-top: 25px; }

/**
 * Partner Logos
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
.partner-logos {
  padding-top: 35px !important; }

.partner-logo-slide {
  padding: 12.5px; }

/**
 * Logis IDS Video
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
.logis-ids-video {
  position: relative;
  width: 467px;
  height: 470px; }
  @media only screen and (max-width: 575px) {
    .logis-ids-video {
      width: 100%; } }
  .logis-ids-video video {
    width: 467px;
    height: 470px; }
    @media only screen and (max-width: 575px) {
      .logis-ids-video video {
        width: 100%; } }

.video-caption {
  text-align: center;
  font-size: 1.7rem;
  font-style: italic;
  margin-top: 5px; }

/**
 * IDS & Billing Cloud Callouts
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
.cloud-callout {
  color: #ffffff;
  background: #23445F; }
  .cloud-callout h2 {
    color: #ffffff; }

/**
 * Discipline Slider
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
.discipline-bg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  height: 556px; }

.discipline-ems {
  background-image: url("images/temp/discipline-slider/discipline-ems.jpg"); }

.discipline-fire {
  background-image: url("images/temp/discipline-slider/discipline-fire.jpg"); }

.discipline-mobile {
  background-image: url("images/temp/discipline-slider/discipline-mobile.jpg"); }

.discipline-911 {
  background-image: url("images/temp/discipline-slider/discipline-911.jpg"); }

.discipline-hospitals {
  background-image: url("images/temp/discipline-slider/discipline-hospitals.jpg"); }

.discipline-icon {
  border: 5px solid rgba(255, 255, 255, 0);
  border-radius: 100px; }

.slick-current .discipline-icon {
  border-color: #ffffff;
  background: #ffffff; }

.discipline-slider-wrapper {
  background: #F1F1E8; }

/**
 * Navigation slider
 * ----------------------------------------------------------------------------
 */
.discipline-slide--content {
  background: #23445F;
  border-radius: 0 75px 0 0;
  padding: 32.5px 32.5px 125px 32.5px;
  bottom: 0;
  position: absolute;
  width: 575px;
  background: #23445F; }
  @media only screen and (max-width: 575px) {
    .discipline-slide--content {
      position: relative;
      border-radius: 0;
      width: 100%; } }
  .discipline-slide--content h3 {
    font-size: 3.7rem;
    font-weight: 700;
    color: #ffffff; }
  .discipline-slide--content p {
    color: #ffffff; }

/**
 * Dot Icons
 * ----------------------------------------------------------------------------
 */
.slick-dots {
  position: absolute;
  z-index: 444;
  bottom: 25px;
  left: 25px; }
  @media only screen and (max-width: 575px) {
    .slick-dots {
      bottom: 89px; } }

.slick-dots li {
  display: inline-block;
  margin-right: 12.5px;
  border-radius: 100px; }
  .slick-dots li:last-of-type {
    margin-right: 0; }
  .slick-dots li button {
    cursor: pointer;
    color: transparent; }

.slick-dots li.slick-active {
  border: 5px solid #ffffff;
  background: #ffffff; }

#slick-slide10 button,
#slick-slide11 button,
#slick-slide12 button,
#slick-slide13 button,
#slick-slide14 button {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  width: 75px;
  height: 75px;
  margin-top: 0; }
  @media only screen and (max-width: 575px) {
    #slick-slide10 button,
    #slick-slide11 button,
    #slick-slide12 button,
    #slick-slide13 button,
    #slick-slide14 button {
      width: 50px;
      height: 50px; } }

#slick-slide10 button {
  background: url("images/temp/discipline-slider/icon-ems.png"); }
  @media only screen and (max-width: 575px) {
    #slick-slide10 button {
      background: url("images/temp/discipline-slider/icon-ems-small.png"); } }

#slick-slide11 button {
  background: url("images/temp/discipline-slider/icon-fire.png"); }
  @media only screen and (max-width: 575px) {
    #slick-slide11 button {
      background: url("images/temp/discipline-slider/icon-fire-small.png"); } }

#slick-slide12 button {
  background: url("images/temp/discipline-slider/icon-mobile.png"); }
  @media only screen and (max-width: 575px) {
    #slick-slide12 button {
      background: url("images/temp/discipline-slider/icon-mobile-small.png"); } }

#slick-slide13 button {
  background: url("images/temp/discipline-slider/icon-911.png"); }
  @media only screen and (max-width: 575px) {
    #slick-slide13 button {
      background: url("images/temp/discipline-slider/icon-911-small.png"); } }

#slick-slide14 button {
  background: url("images/temp/discipline-slider/icon-hospitals.png"); }
  @media only screen and (max-width: 575px) {
    #slick-slide14 button {
      background: url("images/temp/discipline-slider/icon-hospitals-small.png"); } }

.integrations-logo {
  height: 200px;
  max-width: 200px;
  background: #eee; }

.featured-partner {
  margin-top: 50px;
  margin-bottom: 50px; }
  .featured-partner:last-of-type {
    margin-bottom: 0; }

.testimonial-inter {
  background: #23445F;
  color: #ffffff;
  padding: 40px 40px 40px 25px;
  border-radius: 0 0 75px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between; }
  .testimonial-inter .icon-quote-yellow img {
    width: 150px;
    margin-top: -16px; }
  .testimonial-inter .testimonial-inter--content {
    padding-left: 15.625px; }
  .testimonial-inter .testimonial-inter--quote {
    font-family: sora, sans-serif;
    font-size: 2.8rem;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 0.2px;
    margin-bottom: 12.5px; }
  .testimonial-inter .testimonial-inter--name {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.2px; }

.partner {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dddddd; }
  .partner:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }

.post-tags {
  margin-top: 50px;
  color: #3C7FB9; }

.blog-author-card {
  background: #F1F1E8;
  border-radius: 0 0 0 75px;
  padding: 25px;
  margin-bottom: 50px;
  font-size: 1.7rem; }
  .blog-author-card h3 {
    margin-bottom: 0; }

.blog-author-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  grid-column: span 1;
  width: 150px;
  height: 150px;
  border-radius: 100px; }

.blog-author-info {
  grid-column: span 3; }

.blog-author-info--title {
  font-style: italic;
  font-size: 1.7rem;
  margin-bottom: 8.33333px; }

.page-post-mobile {
  background: #23445F; }

@media only screen and (max-width: 575px) {
  .page-header.page-post-mobile {
    height: 400px; } }

.page-numbers {
  border: 1px solid #dddddd;
  padding: 7px 12px; }
  .page-numbers:hover {
    background-color: #dddddd; }

.page-numbers.current {
  background: #3C7FB9;
  color: #ffffff; }

/**
 * Pages
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
.page-case {
  background-image: url("images/temp/case/page-case.jpg"); }

.page-news {
  background-image: url("images/temp/page-news-insights.jpg"); }

.page-header-small {
  background: #23445F;
  padding: 175px 0 50px 0; }

.page-header-small--content {
  color: #ffffff; }
  .page-header-small--content h1 {
    color: #E5B539;
    text-shadow: none;
    margin-bottom: 0; }

.page-content {
  grid-column: span 12; }

.page-header-post {
  padding: 175px 0 100px 0;
  background: #23445F; }

.page-header-post--content {
  z-index: 444;
  color: #ffffff;
  font-weight: 800; }

.page-header-post--content h1 {
  color: #E5B539;
  margin-bottom: 0; }

.page-header-post--content .subtitle {
  margin-top: 5px;
  max-width: 94%; }

.page-header-wrapper {
  position: relative; }

.page-header-no-bg {
  background-color: #23445F; }
  .page-header-no-bg .bg-overlay {
    display: none; }

.page-header {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 500px; }
  @media only screen and (min-width: 1441px) {
    .page-header {
      background-size: cover; } }
  @media only screen and (max-width: 575px) {
    .page-header {
      height: 600px; } }

@media only screen and (max-width: 575px) {
  .page-header-short {
    height: 225px; }
    .page-header-short .page-header--content {
      bottom: 25px; } }

.page-header--content {
  position: absolute;
  left: 0;
  right: 0;
  top: 58%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 444;
  color: #ffffff;
  font-weight: 800; }
  @media only screen and (max-width: 575px) {
    .page-header--content {
      top: 60%; } }
  .page-header--content h1 {
    color: #E5B539;
    margin-bottom: 0; }
  .page-header--content .subtitle {
    margin-top: 5px;
    max-width: 94%; }

/**
 * Temp Cover Photos
 * -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
.ids-1,
.ids-2,
.ids-3,
.ids-4,
.ids-5,
.ids-6 {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  height: 470px; }

.ids-1 {
  background-image: url("images/temp/logis-ids/automated-rule-based-responses.gif"); }

.ids-2 {
  background-image: url("images/temp/logis-ids/enhanced-telecommunicator-and-caller-experience.jpg"); }

.ids-3 {
  background-image: url("images/temp/logis-ids/continuous-real-time-optimization.gif"); }

.ids-4 {
  background-image: url("images/temp/ids-4.jpg"); }

.ids-5 {
  background-image: url("images/temp/logis-voice/reduce-telecommunicator-distractions.jpg"); }

.voice-1,
.voice-2,
.voice-3 {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  height: 470px; }

.voice-1 {
  background-image: url("images/temp/logis-voice/reduce-telecommunicator-distractions.jpg"); }

.voice-2 {
  background-image: url("images/temp/logis-voice/pre-populated-call-data.jpg"); }

.voice-3 {
  background-image: url("images/temp/logis-voice/recording-tagging-archiving.jpg"); }

.billing-1,
.billing-2,
.billing-3 {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  height: 470px; }

.billing-1 {
  background-image: url("images/temp/logis-billing/auto-data-source-comparison.jpg"); }

.billing-2 {
  background-image: url("images/temp/logis-billing/reduce-manual-interventions.jpg"); }

.billing-3 {
  background-image: url("images/temp/logis-billing/track-real-time-payment.jpg"); }

.assets-1,
.assets-2,
.assets-3 {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  height: 470px; }

.assets-1 {
  background-image: url("images/temp/logis-assets/eliminate-waste-redundancy.jpg"); }

.assets-2 {
  background-image: url("images/temp/logis-assets/prepare-for-any-emergency.jpg"); }

.assets-3 {
  background-image: url("images/temp/logis-assets/confident-patients-need.jpg"); }

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

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

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 22px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 6px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -7px; }
  .hamburger-inner::after {
    bottom: -7px; }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*Cookiebot style*/

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    background-color: #E5B539;
    border-color: #E5B539;
    color: #333333;
}
  .read-more {
border-radius: 5px;
    padding: 8px;
    background-color: #e5b539;  
  }
  .simple-banner-text p {
 width:90%;
 }