/* Scss Document */
/* Scss Document */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * 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; }

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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; }

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/* Scss Document */
/*COLORS*/
/*FONTS*/
/*SHAPES*/
/* Scss Document */
html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */
  height: 100%; }

body {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 17px;
  color: #636367;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  min-width: 320px;
  padding-right: 0px !important; }

a {
  color: #60a7e5; }
  a:hover {
    darken: #8cbfec;
    text-decoration: none; }
  a:active, a:focus {
    color: #60a7e5;
    text-decoration: none;
    outline: none; }

b {
  font-weight: 900; }

img {
  max-width: 100%;
  height: auto; }

.page-title {
  font-weight: 300;
  font-size: 37px;
  margin: -3px 0 40px; }
  .page-title .fa-chevron-right {
    font-size: 25px;
    padding-left: 10px;
    padding-right: 10px; }

.content.container {
  /*Pull quote styles below. Keep synced with wysiwyg.css*/ }
  #who .content.container h2, #who
  .content.container h3, #who
  .content.container h4, #who
  .content.container h5, #who
  .content.container h6, #who
  .content.container .accent, #who
  .content.container .callout-left, #who
  .content.container .callout-right {
    color: #98c21f;
    border-color: #98c21f; }
  #what .content.container h2, #what
  .content.container h3, #what
  .content.container h4, #what
  .content.container h5, #what
  .content.container h6, #what
  .content.container .accent, #what
  .content.container .callout-left, #what
  .content.container .callout-right {
    color: #60a7e5;
    border-color: #60a7e5; }
  #how .content.container h2, #how
  .content.container h3, #how
  .content.container h4, #how
  .content.container h5, #how
  .content.container h6, #how
  .content.container .accent, #how
  .content.container .callout-left, #how
  .content.container .callout-right {
    color: #f67d4b;
    border-color: #f67d4b; }
  .content.container h1 {
    margin-top: 0; }
  .content.container h2:nth-child(1) {
    margin-top: 0; }
  .content.container h3 {
    font-weight: 900; }
  .content.container h4 {
    font-style: italic;
    font-size: 22px; }
  .content.container h5 {
    font-size: 20px; }
  .content.container h6 {
    font-size: 18px; }
  #who .content.container a {
    color: #98c21f; }
    #who .content.container a:hover {
      color: #769618; }
  #how .content.container a {
    color: #f67d4b; }
    #how .content.container a:hover {
      color: #d1440a; }
  .content.container#news-detail li, .content.container#pagebuilder li {
    padding-bottom: 7px; }
  .content.container .feature-photo {
    width: 100%;
    margin: 20px 0; }
    .content.container .feature-photo figcaption {
      font-size: 15px;
      font-style: italic;
      color: #7c7c81;
      border-bottom: 1px dashed #b0b0b3;
      padding: 16px 0; }
  .content.container .callout-left {
    font-size: 23px;
    line-height: 115%;
    border-style: solid;
    text-align: left;
    float: left;
    border-width: 0 6px 0 0;
    margin: 20px 20px 20px 0;
    padding-right: 20px; }
  .content.container .callout-right {
    font-size: 23px;
    line-height: 115%;
    border-style: solid;
    text-align: right;
    float: right;
    border-width: 0 0 0 6px;
    margin: 20px 0px 20px 20px;
    padding-left: 20px; }
  @media only screen and (min-width: 1200px) {
    .content.container .callout-left,
    .content.container .callout-right {
      width: 35%; } }

.transition, .header-bg-grad, #footer .site-search .search-field, #footer .site-search .search-button, #footer .social a, #nav-primary .nav > li > a, .overlay ul li a, .btn.btn-primary, #what #footer .locations .btn, #what .btn.sidebar-toggle, .btn.btn-secondary, .btn.btn-tertiary, #who #footer .locations .btn, #who .btn.sidebar-toggle, .btn.btn-quad, #how .btn.sidebar-toggle, .btn.btn-quin, .btn.btn-default, .btn.btn-clear, #home #sets-apart .scale-in:before, #home #services a.service-trigger, .news-container #related-items a h4, .index-grid a, .index-grid a h4, .directory-container .contact .social #who a {
  transition: ease-in-out .2s all; }

.spin, #footer .social a:hover, .btn:hover:after {
  animation: fa-spin .6s linear; }

.photo-container {
  overflow: hidden; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.brand-primary {
  color: #60a7e5; }

.brand-secondary {
  color: #4ec2ca; }

.minimal-mssg {
  text-align: center;
  margin: 0 auto; }
  .minimal-mssg h2 {
    font-size: 50px;
    padding: 0 20% 40px; }
  @media screen and (max-width: 768px) {
    .minimal-mssg .btn + .or {
      display: block;
      padding: 10px 0; } }

/*.btn + span { display:inline-block; padding-left:20px; padding-right:20px;}*/
/*@media screen and (max-width: 991px) {
  .content .row > div + div { padding-top:10px;}
}*/
.default-hidden {
  display: none; }

.marg-bott-10 {
  margin-bottom: 10px; }

div[class*="-container"] .btn-block {
  margin-top: 55px; }

div[class^="grad-"] {
  padding-top: 334px;
  padding-bottom: 334px; }
  div[class^="grad-"]:last-of-type {
    padding-bottom: 0; }
  @media screen and (max-width: 414px) {
    div[class^="grad-"] {
      padding-top: 200px;
      padding-bottom: 200px; } }

.grad-blue-to-dk-aqua {
  background: #60a7e5;
  background: -moz-linear-gradient(left, #60a7e5 0%, #37a5a7 100%);
  background: -webkit-linear-gradient(left, #60a7e5 0%, #37a5a7 100%);
  background: linear-gradient(to right, #60a7e5 0%, #37a5a7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60a7e5', endColorstr='#37a5a7',GradientType=1 ); }

.grad-green-to-dk-aqua, #who .testimonial {
  background: #98c21f;
  background: -moz-linear-gradient(left, #98c21f 0%, #37a5a7 100%);
  background: -webkit-linear-gradient(left, #98c21f 0%, #37a5a7 100%);
  background: linear-gradient(to right, #98c21f 0%, #37a5a7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98c21f', endColorstr='#37a5a7',GradientType=1 ); }

.grad-green-to-yellow {
  background: #98c21f;
  background: -moz-linear-gradient(left, #98c21f 0%, #ffc30c 100%);
  background: -webkit-linear-gradient(left, #98c21f 0%, #ffc30c 100%);
  background: linear-gradient(to right, #98c21f 0%, #ffc30c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98c21f', endColorstr='#ffc30c',GradientType=1 ); }

.grad-orange-to-yellow, #how .testimonial {
  background: #f67d4b;
  background: -moz-linear-gradient(left, #f67d4b 0%, #ffc30c 100%);
  background: -webkit-linear-gradient(left, #f67d4b 0%, #ffc30c 100%);
  background: linear-gradient(to right, #f67d4b 0%, #ffc30c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f67d4b', endColorstr='#ffc30c',GradientType=1 ); }

.grad-orange-to-red {
  background: #f67d4b;
  background: -moz-linear-gradient(left, #f67d4b 0%, #b14e38 100%);
  background: -webkit-linear-gradient(left, #f67d4b 0%, #b14e38 100%);
  background: linear-gradient(to right, #f67d4b 0%, #b14e38 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f67d4b', endColorstr='#b14e38',GradientType=1 ); }

.grad-dk-blue-to-lt-blue, #what .header-bg-grad, #what #footer > div {
  background: #39568c;
  background: -moz-linear-gradient(left, #39568c 0%, #60a7e5 100%);
  background: -webkit-linear-gradient(left, #39568c 0%, #60a7e5 100%);
  background: linear-gradient(to right, #39568c 0%, #60a7e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39568c', endColorstr='#60a7e5',GradientType=1 ); }

.grad-lt-green-to-dk-green, #who .header-bg-grad, #who #footer > div {
  background: #98c21f;
  background: -moz-linear-gradient(left, #98c21f 0%, #4e8e16 100%);
  background: -webkit-linear-gradient(left, #98c21f 0%, #4e8e16 100%);
  background: linear-gradient(to right, #98c21f 0%, #4e8e16 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98c21f', endColorstr='#4e8e16',GradientType=1 ); }

.grad-dk-blue-to-aqua, #what .testimonial {
  background: #39568c;
  background: -moz-linear-gradient(left, #39568c 0%, #4ec2ca 100%);
  background: -webkit-linear-gradient(left, #39568c 0%, #4ec2ca 100%);
  background: linear-gradient(to right, #39568c 0%, #4ec2ca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39568c', endColorstr='#4ec2ca',GradientType=1 ); }

.grad-orange-to-lt-orange, #how .header-bg-grad {
  background: #f67d4b;
  background: -moz-linear-gradient(left, #f67d4b 0%, #f2a285 100%);
  background: -webkit-linear-gradient(left, #f67d4b 0%, #f2a285 100%);
  background: linear-gradient(to right, #f67d4b 0%, #f2a285 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f67d4b', endColorstr='#f2a285',GradientType=1 ); }

.testimonial {
  color: #FFF;
  text-align: center;
  position: relative;
  padding-top: 400px;
  padding-bottom: 300px; }
  .testimonial:before {
    content: '';
    display: block;
    width: 100%;
    min-height: 350px;
    background: url(/images/angled-overlay-top.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover; }
    @media screen and (min-width: 1409px) {
      .testimonial:before {
        background-size: 100% 100%; } }
  .testimonial blockquote {
    font-size: 35px;
    font-weight: 300;
    text-align: center;
    border: none;
    position: relative;
    display: block;
    quotes: "\201C" "\201D" "\2018" "\2019"; }
    .testimonial blockquote:before {
      font-size: 250px;
      line-height: 100%;
      font-weight: 900;
      content: open-quote;
      color: rgba(0, 0, 0, 0.3);
      position: absolute;
      top: -50px;
      left: -90px; }
    .testimonial blockquote:after {
      font-size: 250px;
      line-height: 100%;
      font-weight: 900;
      content: close-quote;
      color: rgba(0, 0, 0, 0.3);
      position: absolute;
      right: -90px;
      display: table-cell;
      vertical-align: bottom;
      margin-top: -70px; }
    @media screen and (max-width: 1340px) {
      .testimonial blockquote {
        font-size: 25px; }
        .testimonial blockquote:before {
          font-size: 100px;
          left: -30px;
          top: -10px; }
        .testimonial blockquote:after {
          font-size: 100px;
          right: -30px; } }
  .testimonial .name {
    font-size: 25px;
    font-weight: 900;
    display: block; }
    @media screen and (max-width: 1340px) {
      .testimonial .name {
        font-weight: 400;
        font-size: 18px; } }
  .testimonial .title,
  .testimonial .company {
    font-size: 23px;
    display: block; }
    @media screen and (max-width: 1340px) {
      .testimonial .title,
      .testimonial .company {
        font-size: 15px; } }
  .testimonial .title {
    font-style: italic; }
  @media screen and (max-width: 414px) {
    .testimonial {
      padding-top: 200px;
      padding-bottom: 200px; }
      .testimonial:before {
        background-size: 190%; } }

.header-video-bg,
.header-photo-bg {
  text-align: center;
  position: relative;
  z-index: 80;
  background: #000;
  top: -117px;
  /*display:table;*/
  width: 100%; }
  .header-video-bg .text-overlay,
  .header-photo-bg .text-overlay {
    position: absolute;
    z-index: 75;
    top: 170px;
    color: #FFF;
    padding: 100px;
    width: 100%; }
    .header-video-bg .text-overlay h2,
    .header-photo-bg .text-overlay h2 {
      text-transform: uppercase;
      font-weight: 300;
      font-size: 30px;
      border-bottom: 1px dashed #FFF;
      display: inline-block;
      padding: 0 30px 20px; }
    .header-video-bg .text-overlay h3,
    .header-photo-bg .text-overlay h3 {
      font-weight: 900;
      font-size: 80px;
      margin-top: 0;
      padding: 0 100px; }
    @media screen and (max-width: 1320px) {
      .header-video-bg .text-overlay,
      .header-photo-bg .text-overlay {
        padding: 40px; }
        .header-video-bg .text-overlay h2,
        .header-photo-bg .text-overlay h2 {
          font-size: 20px; }
        .header-video-bg .text-overlay h3,
        .header-photo-bg .text-overlay h3 {
          font-size: 50px; } }
    @media screen and (max-width: 940px) {
      .header-video-bg .text-overlay,
      .header-photo-bg .text-overlay {
        padding-top: 0; }
        .header-video-bg .text-overlay h3,
        .header-photo-bg .text-overlay h3 {
          font-size: 35px; } }
  .header-video-bg .header-video,
  .header-photo-bg .header-video {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 70;
    opacity: .5; }
  @media screen and (min-width: 1690px) {
    .header-video-bg,
    .header-photo-bg {
      height: 755px;
      overflow: hidden; } }
  @media screen and (max-width: 700px) {
    .header-video-bg,
    .header-photo-bg {
      display: none; } }

.at-share-btn-elements a {
  background: none !important;
  border: 1px solid #b0b0b3 !important; }

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important; }

/* Scss Document */
.browser-upgrade {
  color: #FFF;
  font-size: 30px;
  text-align: center;
  padding: 50px;
  background: #000; }
  .browser-upgrade a {
    color: #FFF;
    text-decoration: underline; }
    .browser-upgrade a:hover {
      text-decoration: none; }

.container {
  /*width:90%;*/ }
  @media screen and (max-width: 1199px) {
    .container {
      width: 94%; } }
  .container.content {
    margin-top: 180px; }

.header-video-bg + .content.container,
.header-photo-bg + .content.container {
  margin-top: 0; }
  @media screen and (max-width: 700px) {
    .header-video-bg + .content.container,
    .header-photo-bg + .content.container {
      margin-top: 110px; } }

.header-photo-bg img {
  width: 100%; }

#header {
  position: relative;
  z-index: 130; }
  #header h1#brand {
    font-size: 1px;
    text-indent: -9999px; }
    #header h1#brand a {
      display: block;
      width: 152px;
      height: 105px;
      background: url(/images/logo-emprint-wht.png) no-repeat;
      margin-top: 10px; }
      @media screen and (max-width: 767px) {
        #header h1#brand a {
          margin: 10px auto; } }
      @media screen and (min-width: 768px) and (max-width: 1220px) {
        #who #header h1#brand a, #what #header h1#brand a, #how #header h1#brand a, #client #header h1#brand a {
          width: 100px;
          height: 69px;
          margin-top: 38px;
          background-size: 100%; } }
      #home #header h1#brand a {
        background: url(/images/logo-emprint-gry.png) no-repeat; }

.header-bg-grad {
  width: 100%;
  height: 676px;
  margin-top: -650px;
  position: absolute;
  z-index: 100;
  transform: skewY(-14deg);
  /*&:hover {transform:none;}*/ }
  @media screen and (min-width: 768px) {
    .header-bg-grad {
      transform: skewY(-13deg); } }
  @media screen and (min-width: 1350px) {
    .header-bg-grad {
      transform: skewY(-12deg); } }
  @media screen and (min-width: 1500px) {
    .header-bg-grad {
      transform: skewY(-11deg); } }
  @media screen and (min-width: 1700px) {
    .header-bg-grad {
      transform: skewY(-10deg); } }
  @media screen and (min-width: 1900px) {
    .header-bg-grad {
      transform: skewY(-9deg); } }
  @media screen and (min-width: 2200px) {
    .header-bg-grad {
      transform: skewY(-8deg); } }

.question {
  font-size: 50px;
  color: #7c7c81;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 200;
  margin: -334px 0px;
  overflow: hidden; }
  .question > div {
    display: table;
    height: 668px; }
    @media screen and (max-width: 991px) {
      .question > div {
        width: 100%; } }
  .question h2 {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 50px;
    display: table-cell;
    vertical-align: middle; }
    .question h2 b {
      font-weight: 900; }
      @media screen and (min-width: 415px) {
        #home .question h2 b {
          display: block; } }
    @media screen and (max-width: 600px) {
      .question h2 {
        font-size: 35px; } }
    @media screen and (max-width: 414px) {
      .question h2 {
        font-size: 25px; } }
  .question.left {
    text-align: left;
    padding-left: 20px;
    background-image: url(/images/angled-overlay-lft.png);
    background-position: left; }
    .question.left h2 {
      padding-left: 60px; }
      .question.left h2:before {
        content: "";
        position: absolute;
        width: 50px;
        height: 50px;
        border-top: 50px solid transparent;
        border-right: 50px solid transparent;
        border-bottom: 50px solid transparent;
        border-left: 50px solid #000;
        left: -35px; }
      @media screen and (max-width: 414px) {
        .question.left h2 {
          padding-left: 20px;
          padding-right: 5px; }
          .question.left h2:before {
            border-width: 30px; } }
  .question.right {
    text-align: right;
    padding-right: 20px;
    background-image: url(/images/angled-overlay-rt.png);
    background-position: right; }
    .question.right h2 {
      padding-right: 60px; }
      .question.right h2:before {
        content: "";
        position: absolute;
        width: 50px;
        height: 50px;
        border-top: 50px solid transparent;
        border-right: 50px solid #4ec2ca;
        border-bottom: 50px solid transparent;
        border-left: 50px solid transparent;
        right: -35px; }
        #what .question.right h2:before {
          border-right-color: #60a7e5; }
        #who .question.right h2:before {
          border-right-color: #98c21f; }
        #how .question.right h2:before {
          border-right-color: #b14e38; }
      @media screen and (max-width: 414px) {
        .question.right h2 {
          padding-right: 20px;
          padding-left: 5px; }
          .question.right h2:before {
            border-width: 30px; } }
  @media screen and (min-width: 1409px) {
    .question {
      background-size: 100% 100%; } }
  @media screen and (max-width: 414px) {
    .question {
      background-size: 190%; } }

#footer .site-search {
  position: relative; }
  #footer .site-search .search-field {
    font-size: 16px;
    color: #FFF;
    height: 50px;
    width: 100%;
    border: 1px solid #FFF;
    border-radius: 30px;
    padding: 0 60px 0 20px;
    background: none;
    box-sizing: border-box; }
    #footer .site-search .search-field:focus {
      outline: none;
      background-color: rgba(0, 0, 0, 0.3); }
    @media screen and (min-width: 620px) {
      #footer .site-search .search-field {
        font-size: 20px; } }
  #footer .site-search .search-button {
    float: right;
    height: 50px;
    margin: -50px 0 0 0;
    padding: 7px 20px 0;
    border: none;
    position: relative; }
    #footer .site-search .search-button:after {
      font-family: 'FontAwesome';
      content: '\f002';
      color: #ebf8f9;
      font-size: 25px; }
    #footer .site-search .search-button:hover {
      opacity: .5; }
    #footer .site-search .search-button input {
      background: none;
      border: none;
      text-indent: -9999px; }
    @media screen and (min-width: 620px) {
      #footer .site-search .search-button {
        padding-left: 19px;
        padding-right: 19px; } }
  #footer .site-search ::-webkit-input-placeholder {
    color: #FFF; }
  #footer .site-search :-moz-placeholder {
    /* Firefox 18- */
    color: #FFF; }
  #footer .site-search ::-moz-placeholder {
    /* Firefox 19+ */
    color: #FFF; }
  #footer .site-search :-ms-input-placeholder {
    color: #FFF; }
#footer .locations {
  font-size: 15px;
  color: #FFF;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  padding-top: 30px;
  margin: 30px 0; }
  #footer .locations > div {
    /*width:20%; padding:20px;*/
    width: 16.6%;
    padding: 15px;
    float: left; }
    #footer .locations > div:first-of-type {
      background: rgba(0, 0, 0, 0.2); }
    #footer .locations > div:last-of-type {
      padding-right: 0; }
    @media screen and (max-width: 991px) {
      #footer .locations > div {
        width: 100%;
        float: none; } }
    @media screen and (max-width: 414px) {
      #footer .locations > div {
        padding-top: 10px;
        padding-bottom: 10px; } }
  #footer .locations .location-name {
    font-weight: 900;
    line-height: 120%;
    padding-bottom: 10px;
    display: block; }
  #footer .locations .location-phone {
    color: #FFF; }
  #how #footer .locations .btn {
    color: #FFF;
    background: #d58b7a; }
    #how #footer .locations .btn:hover {
      background: #cf7a67; }
  #home #footer .locations .btn {
    color: #FFF;
    background: #d58b7a; }
    #home #footer .locations .btn:hover {
      background: #cf7a67; }
#footer .social {
  margin-bottom: 40px; }
  #footer .social a {
    font-size: 40px;
    text-align: center;
    color: #FFF;
    width: 70px;
    height: 70px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    z-index: 500; }
    #footer .social a i {
      line-height: 100%;
      padding-top: 14px; }
    #footer .social a:hover {
      background: rgba(0, 0, 0, 0.45); }
    @media screen and (max-width: 382px) {
      #footer .social a {
        font-size: 30px;
        width: 60px;
        height: 60px;
        margin-right: 5px; } }

.sticky-site {
  display: table;
  height: 100%;
  table-layout: fixed;
  width: 100%; }

.sticky-footer {
  /*display: table-row;*/
  height: 1px; }

/* Scss Document */
form {
  /*input[type="text"],
  input[type="password"],
  input[type="email"] {font-size:18px; border-radius:30px; height:50px; border: 1px solid $brand-primary;}*/ }
  form .input-lg {
    line-height: 100%; }
  form input[type="text"].form-control,
  form input[type="password"].form-control,
  form input[type="email"].form-control,
  form input[type="date"].form-control,
  form textarea.form-control,
  form select.form-control {
    font-size: 18px;
    border: 1px solid #cacacc;
    border-radius: 30px; }
  form input[type="text"],
  form input[type="password"],
  form input[type="email"],
  form input[type="date"],
  form select.form-control {
    height: 50px; }
  form textarea {
    height: auto !important; }
  form .select-container {
    font-size: 18px;
    width: 100%;
    overflow: hidden;
    background: url(/images/select-arrow.gif) right 20px no-repeat #FFF;
    border: 1px solid #cacacc;
    border-radius: 30px; }
    form .select-container select {
      background: none;
      -webkit-appearance: none;
      -webkit-border-radius: 30px;
      width: 105%;
      border: none; }
      form .select-container select::-ms-expand {
        display: none; }
      form .select-container select:focus {
        outline: none; }
      form .select-container select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #000; }
  form a.forgot {
    font-style: italic;
    display: block;
    float: right; }
  form .form-group {
    margin-bottom: 25px; }
  form h3 {
    font-weight: 900;
    border-bottom: 1px dashed #cacacc;
    padding: 20px 0 5px; }

.segmented-phone {
  overflow: hidden; }
  .segmented-phone .grouped-field {
    width: auto;
    text-align: center;
    float: left; }
  .segmented-phone span {
    float: left;
    display: inline-block;
    margin-left: .25em;
    margin-right: .25em; }
  .segmented-phone .form-control-static {
    padding-top: 13px; }
  .segmented-phone input {
    padding-left: 20px;
    padding-right: 20px; }

.credit-app {
  padding: 20px 0 35px; }

/* Scss Document */
.navbar-toggle {
  width: 100%;
  margin: 0;
  padding-left: -15px;
  border-radius: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.25);
  margin-bottom: 1px; }
  .navbar-toggle .icon-bar {
    display: none; }
  .navbar-toggle:hover {
    cursor: pointer; }
  @media screen and (max-width: 767px) {
    .navbar-toggle {
      display: block;
      transform: skewY(-14deg);
      margin-top: 10px; }
      .navbar-toggle #menu-label {
        line-height: 100%;
        color: #FFF; } }
  #home .navbar-toggle {
    background: #7c7c81; }

#nav-primary {
  padding-left: 0;
  padding-right: 0;
  box-shadow: none; }
  #nav-primary .navbar-nav {
    margin: 65px 0 0 30px; }
    @media screen and (min-width: 768px) {
      #nav-primary .navbar-nav > li.client-portal {
        position: inherit; }
        #nav-primary .navbar-nav > li.client-portal a {
          font-size: 15px !important;
          font-weight: 400;
          color: #FFF;
          position: absolute;
          top: 10px;
          right: 10px;
          z-index: 500; }
          #home #nav-primary .navbar-nav > li.client-portal a {
            color: #FFF; }
            #home #nav-primary .navbar-nav > li.client-portal a:hover {
              color: #FFF;
              opacity: .7;
              background: none; }
          #nav-primary .navbar-nav > li.client-portal a:after {
            content: '\f085';
            font-family: 'FontAwesome';
            padding-left: 10px; }
          #nav-primary .navbar-nav > li.client-portal a:hover {
            color: #FFF;
            opacity: .7; }
        #nav-primary .navbar-nav > li.client-portal:after {
          content: '';
          width: 0;
          height: 0;
          border-top: 120px solid rgba(90, 45, 132, 0.82);
          border-left: 300px solid transparent;
          position: absolute;
          top: 0;
          right: 0;
          z-index: 400; } }
    @media screen and (max-width: 767px) {
      #nav-primary .navbar-nav > li {
        background: rgba(0, 0, 0, 0.14); }
        #home #nav-primary .navbar-nav > li {
          background: #a3a3a7; } }
    @media screen and (max-width: 767px) {
      #nav-primary .navbar-nav {
        display: block;
        margin: 0; }
        #nav-primary .navbar-nav > li {
          display: block;
          text-align: center;
          margin-bottom: 2px;
          /*border-bottom: 1px solid rgba(255,255,255,1);*/ } }
    @media screen and (min-width: 768px) and (max-width: 1220px) {
      #nav-primary .navbar-nav {
        margin-left: 20px; } }
  #nav-primary .nav > li > a {
    font-size: 27px;
    font-weight: 300;
    color: #FFF; }
    #nav-primary .nav > li > a:hover {
      color: #FFF;
      opacity: .7;
      background: none; }
    #nav-primary .nav > li > a:active, #nav-primary .nav > li > a:focus {
      background: none; }
    @media screen and (max-width: 767px) {
      #nav-primary .nav > li > a {
        font-size: 22px;
        color: #FFF; } }
    @media screen and (min-width: 767px) {
      #home #nav-primary .nav > li > a {
        color: #7c7c81; } }
    @media screen and (min-width: 768px) and (max-width: 1220px) {
      #who #nav-primary .nav > li > a, #what #nav-primary .nav > li > a, #how #nav-primary .nav > li > a, #client #nav-primary .nav > li > a {
        font-size: 19px;
        padding-left: 8px;
        padding-right: 8px; } }
    @media screen and (min-width: 768px) and (max-width: 930px) {
      #home #nav-primary .nav > li > a {
        font-size: 22px;
        padding-left: 9px;
        padding-right: 9px; } }
  #nav-primary .nav > li.selected {
    background: #2382d6; }
  @media screen and (max-width: 767px) {
    #nav-primary {
      transform: skewY(-14deg); } }

#nav-secondary h4 {
  font-size: 20px;
  font-weight: 900;
  font-style: normal;
  margin-top: 0; }
#nav-secondary a {
  line-height: 118%;
  color: #636367;
  padding: 4px; }
  #nav-secondary a:hover {
    color: #98c21f;
    background: none; }
  #nav-secondary a:focus {
    background: none; }
#nav-secondary .active {
  padding-top: 6px;
  padding-bottom: 6px; }
  #nav-secondary .active:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-top: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #000;
    right: -31px;
    top: 0; }
  @media screen and (max-width: 767px) {
    #nav-secondary .active {
      margin-right: 5px; }
      #nav-secondary .active:after {
        display: none; } }
#who #nav-secondary h4 {
  color: #98c21f; }
#who #nav-secondary .active {
  color: #FFF;
  background: #98c21f; }
  #who #nav-secondary .active:after {
    border-left-color: #98c21f; }
  #who #nav-secondary .active:hover {
    color: #FFF; }
#who #nav-secondary a {
  color: #7c7c81; }
  #who #nav-secondary a:hover {
    color: #98c21f; }
#what #nav-secondary h4 {
  color: #60a7e5; }
#what #nav-secondary .active {
  color: #FFF;
  background: #60a7e5; }
  #what #nav-secondary .active:after {
    border-left-color: #60a7e5; }
  #what #nav-secondary .active:hover {
    color: #FFF; }
#what #nav-secondary a {
  color: #7c7c81; }
  #what #nav-secondary a:hover {
    color: #60a7e5; }
#how #nav-secondary h4 {
  color: #f67d4b; }
#how #nav-secondary .active {
  color: #FFF;
  background: #f67d4b; }
  #how #nav-secondary .active:after {
    border-left-color: #f67d4b; }
  #how #nav-secondary .active:hover {
    color: #FFF; }
#how #nav-secondary a {
  color: #7c7c81; }
  #how #nav-secondary a:hover {
    color: #f67d4b; }

/*Off Canvas Sidebar Nav ----------------------------------------------------*/
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out; }

  .row-offcanvas-right {
    right: 0; }

  .row-offcanvas-left {
    left: 0; }

  .row-offcanvas-right .sidebar-offcanvas {
    right: -50%;
    /* 6 columns */ }

  .row-offcanvas-left .sidebar-offcanvas {
    left: -50%;
    /* 6 columns */ }

  .row-offcanvas-right.active {
    right: 50%;
    /* 6 columns */ }

  .row-offcanvas-left.active {
    left: 50%;
    /* 6 columns */ }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%;
    /* 6 columns */ } }
/*Fullscreen Overlay Nav (for Client Portal) ----------------------------------------------------*/
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #5a2d84;
  z-index: 5000; }

.overlay .overlay-close {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  background: url(/images/cross.png) no-repeat center center;
  text-indent: 200%;
  color: transparent;
  outline: none;
  z-index: 5000; }

.overlay nav {
  text-align: center;
  position: relative;
  top: 50%;
  height: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.overlay ul {
  list-style: none;
  padding: 0 20px; }

.overlay ul li {
  width: 49%;
  float: left;
  display: table; }
  .overlay ul li a {
    font-size: 54px;
    text-align: center;
    color: #FFF;
    border: 1px solid #FFF;
    padding: 40px 20px;
    display: table-cell;
    vertical-align: middle; }
    .overlay ul li a:nth-of-type(2n+2) {
      margin-right: 0; }
    .overlay ul li a:hover {
      color: #5a2d84;
      background: #FFF; }
    @media only screen and (max-width: 1120px) {
      .overlay ul li a {
        padding: 20px 10px; } }
    @media only screen and (max-width: 608px) {
      .overlay ul li a {
        font-size: 20px; } }
  @media only screen and (max-width: 1120px) {
    .overlay ul li {
      float: none;
      width: 100%; } }

/* Effects */
.overlay-cornershape {
  background: transparent;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.5s;
  transition: visibility 0s 0.5s; }

.overlay-cornershape.open {
  visibility: visible;
  -webkit-transition: none;
  transition: none; }

.overlay-cornershape svg {
  position: absolute;
  top: 0;
  left: 0; }

.overlay-cornershape .overlay-path {
  fill: #5a2d84; }

.overlay-cornershape nav,
.overlay-cornershape .overlay-close {
  opacity: 0;
  -webkit-transition: opacity 0.4s 0.4s;
  transition: opacity 0.4s 0.4s; }

.overlay-cornershape.open nav,
.overlay-cornershape.open .overlay-close {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s; }

.overlay-cornershape.close nav,
.overlay-cornershape.close .overlay-close {
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px; }

  .overlay ul li {
    min-height: 34px; } }
/* Scss Document */
.btn {
  text-align: left;
  text-transform: uppercase;
  border-radius: 30px;
  position: relative;
  padding-right: 32px; }
  .btn.btn-primary, #what #footer .locations .btn, #what .btn.sidebar-toggle {
    color: #FFF;
    background: #60a7e5;
    border-color: #60a7e5; }
    .btn.btn-primary:hover, #what #footer .locations .btn:hover, #what .btn.sidebar-toggle:hover {
      background: #2382d6;
      border-color: #2382d6; }
  .btn.btn-secondary {
    color: #FFF;
    background: #4ec2ca;
    border-color: #4ec2ca; }
    .btn.btn-secondary:hover {
      background: #2f969d;
      border-color: #2f969d; }
  .btn.btn-tertiary, #who #footer .locations .btn, #who .btn.sidebar-toggle {
    color: #FFF;
    background: #98c21f;
    border-color: #98c21f; }
    .btn.btn-tertiary:hover, #who #footer .locations .btn:hover, #who .btn.sidebar-toggle:hover {
      background: #648014;
      border-color: #648014; }
  .btn.btn-quad, #how .btn.sidebar-toggle {
    color: #FFF;
    background: #f67d4b;
    border-color: #f67d4b; }
    .btn.btn-quad:hover, #how .btn.sidebar-toggle:hover {
      background: #e94c0c;
      border-color: #e94c0c; }
  .btn.btn-quin {
    color: #FFF;
    background: #b14e38;
    border-color: #b14e38; }
    .btn.btn-quin:hover {
      background: #773426;
      border-color: #773426; }
  .btn.btn-default {
    color: #7c7c81;
    background: none;
    border-color: #cacacc; }
    .btn.btn-default:hover {
      background: white; }
  .btn:after {
    content: '\f138';
    font-size: 15px;
    font-family: 'FontAwesome';
    position: absolute;
    right: 10px; }
  .btn:focus {
    outline: none; }
  .btn.btn-clear {
    background: none;
    border-color: #60a7e5; }
  .btn.btn-sm {
    line-height: 100%; }
  .btn.block-auto-wdth {
    display: table;
    margin-top: 10px; }
  .btn.cancel:after {
    content: '\f057'; }
  .btn.add-another {
    margin-top: 10px; }
    .btn.add-another:after {
      content: '\f055'; }
  .btn.btn-lg:after {
    top: 13px; }
  .btn .fa.left {
    padding-right: 5px; }
  .btn .fa.right {
    padding-left: 5px; }

.btn-row.top {
  padding-bottom: 10px;
  margin-bottom: 10px; }
  .btn-row.top.bordered {
    border-bottom: 1px dashed #60a7e5; }
.btn-row.bottom {
  padding-top: 10px;
  padding-bottom: 28px;
  margin-top: 25px; }
  .btn-row.bottom.bordered {
    border-top: 1px dashed #60a7e5; }

.sidebar-toggle {
  margin-bottom: 20px; }

/* Scss Document */
@-moz-document url-prefix() {
  fieldset {
    display: table-cell; } }
.clickable:hover {
  cursor: pointer; }

.table > tbody > tr.with-expansion > td {
  padding: 0;
  border-top: 0; }

/*.with-expansion .collapse { padding:30px; background:#FFF; transition: all 0.2s ease-in-out; position:relative;
}*/
.table > tbody > tr > td {
  line-height: 110%;
  vertical-align: middle; }

.table > thead > tr > th {
  border-bottom: 5px solid white; }

body .sortable a {
  color: #4ec2ca;
  text-decoration: none; }
body .sortable .fa {
  font-family: 'FontAwesome';
  font-size: 80%;
  content: '\f0dc';
  opacity: .6;
  padding-left: 5px; }

/* Scss Document */
.modal h2:first-of-type {
  margin-top: 0; }
.modal.no-footer .modal-content {
  padding-bottom: 20px; }
@media screen and (min-width: 535px) {
  .modal.minimal-mssg .modal-body {
    padding: 50px 55px 55px; } }
.modal .head {
  font-size: 36px;
  font-weight: 100;
  line-height: 120%;
  color: #60a7e5;
  display: block;
  padding-bottom: 25px; }
  @media screen and (max-width: 534px) {
    .modal .head {
      font-size: 28px; } }
.modal .btn-row {
  margin-top: 20px; }
.modal .row + form {
  margin-top: 20px; }
.modal form .head + .form-group {
  margin-top: 30px; }
.modal form .upload-file-solo {
  font-size: 16px;
  background: white;
  padding: 20px; }
@media screen and (max-width: 991px) {
  .modal .btn-row .col-md-6 + .col-md-6 a {
    margin-top: 15px; }
  .modal .row > div + div {
    margin-top: 15px; } }

.close {
  opacity: .5; }

/* Scss Document */
.fp-top {
  background-position: top; }

.fp-bottom {
  background-position: bottom; }

.fp-center {
  background-position: center; }

.fp-left {
  background-position: left; }

.fp-right {
  background-position: right; }

/* Scss Document */
#siteCredits {
  position: relative;
  height: 21px; }
  #siteCredits a {
    display: block;
    width: 118px;
    height: 21px;
    position: absolute;
    right: 15px;
    bottom: 10px;
    text-indent: -9999px;
    background: url(/images/btnSiteCredits.png) no-repeat; }
    #siteCredits a:hover {
      background: url(/images/btnSiteCreditsO.png) no-repeat; }

/* Scss Document */
/* Scss Document */
.pagination {
  margin-top: 40px; }

.pagination > li > a {
  background: #e4e4e5; }

.pagination > li > a,
.pagination > li > span {
  color: #7c7c81;
  font-weight: 900;
  border: none;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 3px;
  margin-right: 3px; }
  @media only screen and (max-width: 340px) {
    .pagination > li > a,
    .pagination > li > span {
      padding-left: 10px;
      padding-right: 10px; } }

#who .pagination > li > a:hover, #who
.pagination > li > a:focus, #who
.pagination > li > span:hover, #who
.pagination > li > span:focus {
  background-color: #98c21f; }

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #FFF;
  border: none; }
  #who .pagination > .active > a, #who
  .pagination > .active > a:focus, #who
  .pagination > .active > a:hover, #who
  .pagination > .active > span, #who
  .pagination > .active > span:focus, #who
  .pagination > .active > span:hover {
    background-color: #98c21f; }

/* Scss Document */
.carousel {
  margin: 40px 0; }
  .carousel .carousel-control {
    /*margin:150px 0;*/
    background: rgba(0, 0, 0, 0.5);
    width: 8%; }

/* Scss Document */
#home .grad-blue-to-dk-aqua + .question h2:before {
  border-left-color: #98c21f !important; }
#home .grad-green-to-dk-aqua + .question h2:before, #home #who .testimonial + .question h2:before, #who #home .testimonial + .question h2:before {
  border-right-color: #ffc30c !important; }
#home .grad-green-to-yellow + .question h2:before {
  border-left-color: #f67d4b !important; }
#home .grad-orange-to-yellow + .question h2:before, #home #how .testimonial + .question h2:before, #how #home .testimonial + .question h2:before {
  border-right-color: #b14e38 !important; }
#home .making-your-mark {
  text-align: center;
  background: url(/images/pht-lithrone-greenblue.jpg) no-repeat center;
  background-size: cover;
  padding: 376px 60px 334px;
  position: relative;
  z-index: 20;
  margin-top: -20px; }
  #home .making-your-mark:before {
    content: '';
    display: block;
    width: 100%;
    min-height: 350px;
    background: url(/images/angled-overlay-top.png);
    position: absolute;
    top: -1px;
    left: 0; }
    @media screen and (min-width: 1409px) {
      #home .making-your-mark:before {
        background-size: 100% 100%; } }
  @media screen and (max-width: 767px) {
    #home .making-your-mark {
      margin-top: -243px; } }
  @media screen and (max-width: 414px) {
    #home .making-your-mark {
      margin-top: -283px;
      padding-bottom: 200px; } }
#home #sets-apart {
  color: #FFF;
  text-align: center; }
  #home #sets-apart div[class^="col-"]:nth-of-type(1) .scale-in:before {
    background: url(/images/hm-icon-hourglass.png) no-repeat center #75d0d6; }
  #home #sets-apart div[class^="col-"]:nth-of-type(2) .scale-in:before {
    background: url(/images/hm-icon-scales.png) no-repeat center #75d0d6; }
  #home #sets-apart div[class^="col-"]:nth-of-type(3) .scale-in:before {
    background: url(/images/hm-icon-handshake.png) no-repeat center #75d0d6; }
  #home #sets-apart .scale-in {
    color: #FFF;
    display: block; }
    #home #sets-apart .scale-in:before {
      content: '';
      display: block;
      border-radius: 50%;
      border: 4px solid #FFF;
      width: 120px;
      height: 120px;
      margin: 0 auto; }
  #home #sets-apart b {
    display: block;
    padding: 20px 0 10px; }
  #home #sets-apart h3 {
    font-size: 52px;
    font-weight: 300; }
  #home #sets-apart div[class^="col-"] {
    margin-top: 40px;
    margin-bottom: 40px; }
    #home #sets-apart div[class^="col-"]:nth-of-type(2) {
      border-left: 5px solid #FFF;
      border-right: 5px solid #FFF; }
      @media screen and (max-width: 991px) {
        #home #sets-apart div[class^="col-"]:nth-of-type(2) {
          border: none; } }
#home #services a.service-trigger {
  font-weight: 900;
  text-align: center;
  color: #FFF;
  display: block;
  padding: 30px;
  border: 1px solid #FFF;
  margin: 5px 0;
  z-index: 500;
  position: relative; }
  #home #services a.service-trigger:hover {
    background: #4ec2ca;
    /*transform: skewY(-5deg);  border:10px solid #FFF; -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75); -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75); box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75); */
    cursor: pointer; }
#home #services #modal-trap {
  position: relative; }
  #home #services #modal-trap .modal-backdrop {
    display: none; }
  #home #services #modal-trap .modal {
    position: absolute !important;
    padding-right: 0px !important;
    border-radius: 0; }
  #home #services #modal-trap .modal-dialog {
    margin: 0;
    width: 100%; }
    #home #services #modal-trap .modal-dialog .modal-content {
      color: #7c7c81;
      border-radius: 0;
      box-shadow: none;
      border: none; }
    #home #services #modal-trap .modal-dialog .modal-body,
    #home #services #modal-trap .modal-dialog .modal-body > div,
    #home #services #modal-trap .modal-dialog .photo-container,
    #home #services #modal-trap .modal-dialog .photo-container img {
      max-width: inherit; }
  #home #services #modal-trap .close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 500;
    background: #FFF;
    opacity: 1; }
  @media screen and (min-width: 992px) {
    #home #services #modal-trap {
      height: 100%;
      padding: 0; }
      #home #services #modal-trap .modal {
        height: 100%; }
      #home #services #modal-trap .modal-dialog {
        height: 100%;
        /*height necessary to allow nested modal to cover entire div*/ }
        #home #services #modal-trap .modal-dialog .modal-content {
          height: 100%; }
        #home #services #modal-trap .modal-dialog .modal-body,
        #home #services #modal-trap .modal-dialog .modal-body > div,
        #home #services #modal-trap .modal-dialog .photo-container,
        #home #services #modal-trap .modal-dialog .photo-container img {
          height: 100%; } }
  @media screen and (max-width: 992px) {
    #home #services #modal-trap .modal-content {
      margin: 0 15px; }
    #home #services #modal-trap .close {
      padding: 0 0 10px 10px; }
    #home #services #modal-trap .photo-container img {
      width: 100%; }
    #home #services #modal-trap button + div {
      clear: right; } }
#home #team-member {
  color: #FFF; }
  #home #team-member img {
    border-radius: 50%; }
  #home #team-member h3 {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 0; }
  #home #team-member .hm-team-title {
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    display: block;
    margin-bottom: 10px; }
  #home #team-member .hm-dept-name {
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
    border: 1px solid #FFF;
    display: inline-block;
    margin-bottom: 10px; }
    #home #team-member .hm-dept-name span:nth-of-type(1) {
      text-transform: uppercase;
      font-style: normal;
      color: #98c21f;
      background: #FFF;
      padding: 0px 8px;
      display: inline-block; }
    #home #team-member .hm-dept-name span:nth-of-type(2) {
      padding-left: 15px;
      padding-right: 15px; }
  #home #team-member .btn {
    z-index: 1000; }
#home #whats-new {
  color: #FFF;
  text-align: center; }
  #home #whats-new a {
    color: #FFF; }
  #home #whats-new h3 {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 25px; }
    #home #whats-new h3:before {
      content: '';
      display: block;
      width: 260px;
      height: 260px;
      background: url(../../images/hm-icon-news.png) center #b14e38;
      border-radius: 50%;
      margin: -30px auto 30px; }
  #home #whats-new .btn {
    margin-top: 15px;
    z-index: 1000; }

/* Scss Document */
/*News Detail ---------------------------------------------------*/
.news-container h3 {
  font-size: 30px;
  font-weight: 900;
  margin-top: 0; }
.news-container h4 {
  font-size: 25px;
  color: #98c21f; }
.news-container .date {
  font-size: 14px;
  font-weight: 900;
  color: #98c21f;
  display: block;
  padding-bottom: 10px; }
.news-container #related-items {
  margin-top: 55px;
  padding-top: 20px;
  border-top: 1px dashed #b0b0b3; }
  .news-container #related-items .title {
    font-size: 30px;
    color: #4ec2ca;
    margin-bottom: 10px;
    display: block; }
  .news-container #related-items a h4 {
    color: #4ec2ca;
    display: block;
    font-size: 18px;
    line-height: 115%; }
    .news-container #related-items a h4:hover {
      color: #98c21f; }
  .news-container #related-items a:hover {
    color: #FFF; }
  .news-container #related-items .date {
    font-size: 14px;
    color: #98c21f;
    display: block;
    padding-bottom: 3px;
    margin-top: 0; }

/*News Indexes ---------------------------------------------------*/
.index-grid a {
  margin-bottom: 20px;
  float: left;
  width: 32%;
  text-decoration: none;
  border-top: 8px solid #4ec2ca;
  display: block; }
  .index-grid a:hover img {
    opacity: .5; }
  .index-grid a:hover h4, .index-grid a:hover .date, .index-grid a:hover p {
    color: #FFF !important; }
  .index-grid a h4 {
    color: #98c21f;
    font-size: 27px;
    line-height: 105%;
    padding: 15px 20px 20px;
    margin-bottom: 0; }
  .index-grid a p {
    color: #7c7c81;
    line-height: 120%;
    padding: 0 20px 20px; }
  .index-grid a img {
    width: 100%; }
    .index-grid a img + h4 {
      padding-top: 0; }
  .index-grid a .date {
    font-size: 16px;
    color: #98c21f;
    display: block;
    padding-bottom: 3px;
    margin-top: 0; }

#news-index .index-grid a {
  text-align: center;
  width: 49%;
  border: 1px solid #98c21f;
  display: table;
  min-height: 240px;
  margin: 0 15px 15px 0; }
  #news-index .index-grid a:nth-of-type(2n+2) {
    margin-right: 0; }
  #news-index .index-grid a:hover {
    background: #98c21f; }
    #news-index .index-grid a:hover h4 {
      font-size: 31px; }
  #news-index .index-grid a h4 {
    font-style: normal !important;
    display: table-cell;
    vertical-align: middle; }
  @media only screen and (max-width: 1070px) {
    #news-index .index-grid a {
      float: none;
      width: 100%; } }

#news-index-category .index-grid a {
  margin: 0 15px 15px 0; }
  #news-index-category .index-grid a:hover {
    background: #98c21f; }
  #news-index-category .index-grid a h4 {
    font-style: normal !important; }
@media (min-width: 1200px) {
  #news-index-category .index-grid a:nth-of-type(3n+3) {
    margin-right: 0px; } }
@media (max-width: 1199px) {
  #news-index-category .index-grid a:nth-of-type(3n+3) {
    margin-right: 15px; }
  #news-index-category .index-grid a:nth-of-type(even) {
    margin-right: 0px; }
  #news-index-category .index-grid a {
    width: 48.5%; } }
@media (max-width: 890px) {
  #news-index-category .index-grid a:nth-of-type(3n+2) {
    margin-right: 0px; }
  #news-index-category .index-grid a:nth-of-type(3n+1) {
    margin-right: 0px; }
  #news-index-category .index-grid a {
    width: 100%; } }

/* Scss Document */
.directory-container {
  /*.team-title { font-size:30px;}
  .dept-name {font-size:20px; display:block; padding:15px 0;}*/ }
  .directory-container .team-title {
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    display: block;
    margin: -5px 0 5px; }
  .directory-container .dept-name {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    display: inline-block;
    margin-bottom: 10px;
    border: 1px solid #4ec2ca; }
    .directory-container .dept-name span:nth-of-type(1) {
      text-transform: uppercase;
      font-style: normal;
      color: #FFF;
      background: #4ec2ca;
      padding: 0px 8px;
      display: inline-block; }
    .directory-container .dept-name span:nth-of-type(2) {
      padding-left: 15px;
      padding-right: 15px; }
  .directory-container .name-sm {
    font-size: 18px;
    display: block;
    text-align: center;
    color: #7c7c81;
    padding-top: 10px; }
    @media screen and (max-width: 991px) {
      .directory-container .name-sm {
        padding: 20px 0; } }
  .directory-container .staff-grouping {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    padding: 8px;
    margin: 20px 0 10px;
    border: 1px solid #98c21f; }
  .directory-container .traits h4 {
    font-size: 19px;
    font-weight: 900;
    color: #7c7c81;
    margin-bottom: 0; }
  .directory-container .traits ul {
    list-style-type: none;
    padding-left: 0; }
    .directory-container .traits ul li {
      font-size: 26px;
      line-height: 110%;
      color: #4ec2ca;
      border-bottom: 1px dashed #b0b0b3;
      padding: 5px 0; }
      .directory-container .traits ul li:first-of-type {
        border-bottom: none; }
      .directory-container .traits ul li:last-of-type {
        border-bottom: none; }
        .directory-container .traits ul li:last-of-type p {
          font-size: 20px;
          line-height: 130%;
          padding: 20px 0 5px;
          color: #7c7c81; }
        .directory-container .traits ul li:last-of-type .btn {
          margin-top: 0; }
  .directory-container .row {
    margin-bottom: 25px; }
  .directory-container .headshot {
    border-radius: 50%;
    border: 15px solid #FFF;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.18); }
    .directory-container .headshot img {
      width: 100%;
      border-radius: 50%; }
  .directory-container .headshot-animated img {
    border: 15px solid #FFF;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.18); }
    @media screen and (max-width: 991px) {
      .directory-container .headshot-animated img {
        margin: 20px 0; } }
  .directory-container .bio-section {
    padding: 0 0 30px;
    margin-bottom: 45px;
    border-bottom: 1px dashed #b0b0b3;
    border-top: 1px dashed #b0b0b3; }
    .directory-container .bio-section h3 {
      font-size: 50px;
      margin: 0; }
      #who .content.container .directory-container .bio-section h3 {
        color: #4ec2ca; }
  .directory-container .contact {
    font-size: 25px;
    background: #e3f5f7;
    padding: 20px;
    color: #35a8b0; }
    .directory-container .contact a {
      color: #35a8b0;
      font-weight: 900; }
    .directory-container .contact .social #who a {
      font-size: 23px;
      text-align: center;
      color: #FFF;
      width: 40px;
      height: 40px;
      background: #35a8b0;
      border-radius: 50%;
      display: inline-block;
      margin-right: 10px; }
      .directory-container .contact .social #who a i {
        line-height: 100%;
        padding-top: 7px; }
      .directory-container .contact .social #who a:hover {
        color: #FFF;
        background: #298389; }
      @media screen and (max-width: 382px) {
        .directory-container .contact .social #who a {
          font-size: 30px;
          width: 60px;
          height: 60px;
          margin-right: 5px; } }
    #who .directory-container .contact .sales {
      color: #4ec2ca; }
  .directory-container .close {
    font-size: 37px;
    padding: 20px 0 0; }

/*.traits {
	.sales & {width:30%; float:right; padding:0 0 30px 30px;}
}*/
.leadership .staff-grouping {
  margin-top: 0; }

/* Scss Document */
.results {
  list-style-type: none;
  padding-left: 0; }
  .results li {
    border-bottom: 1px dashed #b0b0b3;
    padding-bottom: 10px;
    margin-bottom: 10px; }
  .results a {
    font-size: 30px;
    line-height: 110%; }
