/*
Theme Name: thismoment
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: thismoment
Tags:

thismoment is based on Underscores http://underscores.me/, 
(C) 2012-2014 Automattic, Inc.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
  5.1 Links
  5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
  10.1 Posts and pages
  10.2 Asides
  10.3 Comments
11.0 Infinite scroll
12.0 Media
  12.1 Captions
  12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing:         border-box;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}
a {

}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
  text-decoration: none;
}

a img {
  border: 0;
}

/* Enable anti-aliasing for text, across browsers */
html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

b,
strong {
  font-weight: bold;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

.center {
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}
.arvo-bold-14 {
  font-family : 'Arvo', sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.arvo-15 {
  font-family: 'Arvo', sans-serif;
  font-size: 15px;
  line-height: 21px;
}
.arvo-bold-16 {
  font-family: 'Arvo', sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.arvo-bold-20 {
  font-family: 'Arvo', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 14px;
}
.arvo-bold-22 {
  font-family: 'Arvo', sans-serif;
  font-size: 22px;
  font-weight: 700;
}
.arvo-22 {
  font-family: 'Arvo', sans-serif;
  font-size: 22px;
}
.arvo-24 {
  font-family: 'Arvo', sans-serif;
  font-size: 24px;
  line-height: 25px;
}
.arvo-bold-30 {
  font-family: 'Arvo', sans-serif;
  font-size: 30px;
  font-weight: 700;
}
.arvo-bold-34 {
  font-family: 'Arvo', sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.3em;
}

.arvo-bold-36 {
  font-family: 'Arvo', sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3em;
}

.arvo-56 {
  font-family: 'Arvo', sans-serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 1.3em;
}

.lato-12 {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  line-height: 12px;
}

.lato-italic-14 {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
}

.lato-15 {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
}

.lato-16 {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.lato-14 {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
}

.lato-bold-14 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 15px;
  font-style: normal;
}

.lato-bold-15 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 16px;
  font-style: normal;
}

.lato-bold-16 {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  font-size: 16px;
}

.lato-18 {
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.01em;
  font-size: 18px;
}

.lato-bold-18 {
  font-family: 'Lato', sans-serif;
  font-weight: 800;
  letter-spacing: 0.01em;
  font-size: 18px;
  line-height: 21px;
}

.lato-bold-22 {
  font-size: 18px;
  line-height: 21px;
}

.lato-bold-22 {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  font-size: 22px;
}

.lato-light-22 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 22px;
}

.lato-22 {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 22px;
}

.lato-32 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 32px;
}
.lato-light-42 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 42px;
}
.drop-shadow {
  text-shadow: 2px 2px rgba(0,0,0,0.4);
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

th {
  font-weight: bold;
}

/* Header */
#skrollr-body {
  padding-top: 95px;
}
body.admin-bar header {
  top: 32px;
}
header {
  position: fixed;
  display: block;
  background: white;
  -webkit-transition: padding-top 0.2s, padding-bottom 0.2s;
  -moz-transition: padding-top 0.2s, padding-bottom 0.2s;
  -o-transition: padding-top 0.2s, padding-bottom 0.2s;
  transition: padding-top 0.2s, padding-bottom 0.2s;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 20px;
  padding-bottom: 24px;
  z-index: 1000; /* should be above everything */
}
header.skrollable-after {
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
}
header .header-wrapper {
  max-width: 1043px;
  margin: 0 auto;
}

.demo-button, .demo-button:visited, .tm-green-button, .tm-green-button:visited {
  display: block;
  width: 175px;
  height: 50px;
  line-height: 50px;
  float: right;
  background-color: #67c244;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  text-align: -webkit-center;
  text-align: -moz-center;
  margin: -45px -205px 0 0;
}
.demo-button:hover { 
  color: #ffffff;
  background-color: #393;
  transition: color 0.15s linear;
    -moz-transition: color 0.15s linear; /* Firefox 4 */
    -webkit-transition: color 0.15s linear; /* Safari and Chrome */
    -o-transition: color 0.15s linear; /* Opera */
}

.site-branding {
  float: left;
  height: 53px;
}
  .site-branding a {
    line-height: 53px;
    display: block;
  }
  .site-branding a img {
    vertical-align: middle;  
  }

nav#site-navigation {
  float: right;
  margin-right: 205px;
  padding-top: 4px;
}

.mobile-nav {
  display: none;
}

/*everything under header to keep site from swaying on left right scroll*/
.site-content {
  max-width: 100%;
  overflow-x: hidden;
}

/* Hero Section */

.hero-container {
  min-height: 470px;
}
  .hero-container .hero-container-bg {
    height: 400px;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    -o-transition: height 0.2s;
    transition: height 0.2s;
    background-size: cover;  
    background-color: black;
    background-repeat: no-repeat;
    background-position: center top;
    background: url(/wp-content/uploads/2015/04/WebsiteHero-4815.jpg) 50% 50%;
    transition: background 0.5s linear;
      -moz-transition: background 0.5s linear; /* Firefox 4 */
      -webkit-transition: background 0.5s linear; /* Safari and Chrome */
      -o-transition: background 0.5s linear; /* Opera */
  }
  .hero-container .hero-container-bg .lead-box {
    color: white;
    float: none;
    margin: 0 0 0 50%;
    margin-bottom: 44px;
    min-width: 475px;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    padding-top: 50px;
    padding-bottom: 46px;
    width: auto;
  }

  .hero-container .hero-container-bg .lead-box .copy {
    margin-bottom: 35px;
    line-height: 35px;
  }

  .hero-container .hero-container-bg .lead-box a {
    margin: 0 auto;
    max-width: 340px;
  }
  .hero-container .hero-container-bg .lead-box .link-container {
    margin: 0 auto;
    float: none;
    display: inline-block;
    margin-left: 1px;
    vertical-align: top; 
  }
  .hero-container .hero-container-bg .lead-box .link {
    padding-top: 12px;
    padding-bottom: 12px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid #8ab978;
    width: 187px;
    margin-top: 12px;
  }
  .hero-container .hero-container-bg .lead-box .link:hover {
    background-color: rgba(102, 204, 51, .5);
    transition: color 0.15s linear;
      -moz-transition: color 0.15s linear; /* Firefox 4 */
      -webkit-transition: color 0.15s linear; /* Safari and Chrome */
      -o-transition: color 0.15s linear; /* Opera */
  }
  .hero-container .hero-container-bg .lead-box .right-border {
    display: inline-block;
    width: 1px;
    height: 150px;
    border-left: 1px solid #999;
    padding-top: 20px;
    margin: 0 27px;
  }
    .hero-container .hero-container-bg .lead-box a {
      color: #ffffff;
    }
  .hero-container .company-container {
    background-color: #313234;
    
    float: none;
    margin: 0 auto;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
  }
    .hero-container .company-container .companies {
      max-width: 1046px;
      background-color: #313234;
      height: 95px;
      margin: 0 auto;
      padding: 0 10px;
      letter-spacing: -5px;
      text-align: center;
    }
      .hero-container .company-container .companies .company {
        display: inline-block;
        vertical-align: top;
        padding: 28px 20px 28px 20px;
        width: 177px;
        max-width: 16%;
        height: 100%;
        position: relative;
        letter-spacing: normal;
      }
      .hero-container .company-container .companies .company img {
        opacity: .2;
    max-height: 50px;
      }
      .hero-container .company-container .companies .company:hover img {
       /* opacity: 1;
       transition: opacity 0.15s linear;
          -moz-transition: opacity 0.15s linear;
          -webkit-transition: opacity 0.15s linear;
          -o-transition: opacity 0.15s linear;*/
      }

      .hero-container .company-container .companies .company:first-child {
        max-width: 18%;
      }
      .hero-container .company-container .companies .company:last-child {
        max-width: 18%;
      }

      .hero-container .company-container .companies .company.active {
       /* border-top: 5px solid #5ba140;
        padding-top: 23px;*/
      }

.request-demo-modal {
  background-color: #dbdcdc;
  width: 95%;
  border-radius: 10px;
  background-color: #6d6d6d;
  overflow:hidden;
}

.simplemodal-wrap {overflow:hidden;}

#contact-overlay {
  width: 100%;
  height: 100%;
  opacity: .5;
  background-color: black;
}

#contact-container {
  width: 946px;
  height: 518px;
}

#contact-container a.modal-close,
#contact-container a.modal-close:link,
#contact-container a.modal-close:active,
#contact-container a.modal-close:visited {
  color:#999; 
  font-size:18px; 
  font-weight:bold; 
  position:absolute; 
  text-decoration:none; 
  right: 66px !important; 
  top: 14px;
}

.cta {
  width: 55%;
  height: 465px;
  float: left;
  background-image: url('/wp-content/themes/thismoment/img/modal-backdrop.jpg');
  background-size:cover;
  margin: 3% 0 3% 3%;
  z-index: 99999;
}
  .cta h2 {
    font-family: 'Helvetica-Neue', Helvetica, Arial, sans-serif;
    font-size: 47px;
    font-weight: bold;
    color: #ffffff;
    margin: 5% 5% 0 5%;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: left;
  }

  .cta h2.green-txt {
    color: #6bc04b;
    margin-top: 0;
    margin-bottom: 5%;
  }

  .cta p {
    margin: 0 20% 0 5%;
    line-height: 1.5;
    color: rgba(239, 238, 236, 0.86);
    z-index: 1000;
  }

  .contact-form {
    width: 39%; 
    float: right;
    height: 465px;
    background-color: #dbdcdc;
    margin: 3% 3% 3% 0;
    padding: 2% 0 0% 0%;
  }

  .contact-form form {
    width: 314px;
  }

  .contact-content .form-group label {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 1;
  }

  #contact-container label {
    clear:left; float:left; padding:5px 4px 0 5px; color: #8a8a8a; 
  }

  #contact-container textarea {height:80px;}

  .contact-content .contact-form-fields {
      margin-right: 6%;
  }
  
  .contact-content .contact-form h4 {
      text-transform: uppercase;
      text-align: center;
      font-size: 0.9em;
  }
  
  .contact-form-title {
    margin: 6% auto;
    font-weight: bold;
  }

  .contact-content .bottom-btn {
    clear: left;
    padding-bottom: 22%;
  }
  
  .contact-content .btn {
      padding: 8px 20px 9px;
      margin-top: 3%;
      margin-left: 0;
  }

  .contact-content .contact-form h4 {
      text-transform: uppercase;
      text-align: center;
      font-size: 0.9em;
  }

/* Solutions Page */

.solutions-hero-container {
  width: 100%;
  height: 374px;
  background-color: #000000;
}

  .solutions-hero {
    background-size: cover;
    height: 374px;
    margin: 0 auto;
    background-position: -1px;
  }

  .solutions-hero .backdrop {
      z-index: 0;
      width: 100%;
      height: 374px;
      background-position: top center;
      position: absolute;
  }

  .solutions-hero .mobile-backdrop {
      z-index: 0;
      width: 100%;
      background-size: cover;
      height: 374px;
      background-position: center;
      position: absolute;
      display: none;
  }

  .solutions-hero .heading {
    color: #ffffff;
    text-transform: uppercase;
    padding-top: 65px;
    z-index: 99;
    position: relative;
  }

  .solutions-hero .icons {
    max-width: 747px;
    margin: 0 auto;
    padding-top: 65px;
  }

  .solutions-hero .icons a {
    display: block;
    float: left;
  }

    .solutions-hero .icons a .icon {
      margin: 0 auto;     
      background-position: top center;
      background-repeat: no-repeat;
      padding-top: 87px;
      color: #ffffff;
    }

    .solutions-hero .icons a .icon:hover {
      opacity: 0.7;
      transition: opacity 0.15s linear;
        -moz-transition: opacity 0.15s linear; /* Firefox 4 */
        -webkit-transition: opacity 0.15s linear; /* Safari and Chrome */
        -o-transition: opacity 0.15s linear; /* Opera */
    }

.solutions-intro-container {
  width: 100%;
  background-color: #4c595d;
  padding-top: 53px;
  padding-bottom: 53px;
  border-bottom: 14px solid #999999;
}

  .solutions-intro-container .solutions-intro {
    max-width: 708px;
    color: #ffffff;
    margin: 0 auto;
    padding: 0 20px;
  }

.solutions-subpages-container {
  width: 100%;
}

  .solutions-subpages {
    max-width: 835px;
    margin: 0 auto;
    padding-top: 86px;
  }

    .solutions-subpages .subpage {
      max-width: 390px;
      margin-bottom: 85px;
      float: left;
    }

    .solutions-subpages .subpage:nth-child(odd) {
      margin-right: 50px;
    }

    .solutions-subpages .subpage .link {
      margin-top: 24px;
    }

    .solutions-subpages .subpage .link a,  
    .solutions-subpages .subpage .link a:visited,
    .solutions-subpages .subpage .link a:active {
      color: #6ebe49;
      text-decoration: none;
    }

/* Solutions sub-page */

.solutions-subpage-hero-container {
  background-color: #4c595d;
  height: 131px;
  padding-top: 37px;
  /*border-bottom: 14px solid #999999;*/
}

  .solutions-subpage-hero .icon:hover .icon-label {
    opacity: 0.7;

    -webkit-transition: opacity 0.15s linear; /* Safari and Chrome */
       -moz-transition: opacity 0.15s linear; /* Firefox 4 */
        -ms-transition: opacity 0.15s linear; /* IE */
         -o-transition: opacity 0.15s linear; /* Opera */
            transition: opacity 0.15s linear;
  }

  .solutions-subpage-hero .icon.active:hover .icon-label {
    opacity: 1;
  }

  .solutions-subpage-hero .icon {
    background-size: contain;
  }

  .solutions-subpage-hero .icon:before {
    content: '';

    position: absolute;
    
  /*  background-color: #313234;*/

    width: 60%;
    height: 35%;

    
    top: 55%;
    left: 21%;
    
/*    border-color: #999999;
    border-radius: 35px;
    border-width: 10px;
    */
    opacity: 0.3;
  }

  @media (min-width: 650px) {
    .solutions-subpage-hero .icon:before {   
      width: 60%;
      height: 40%;
      
      top: 47%;
      left: 21%;
    }
  }

  .solutions-subpage-hero .icon.active:before {
    opacity: 0;
  }

  .solutions-subpage-hero .icon:hover:before {
    opacity: 0;

    -webkit-transition: opacity 0.15s linear; /* Safari and Chrome */
       -moz-transition: opacity 0.15s linear; /* Firefox 4 */
        -ms-transition: opacity 0.15s linear; /* IE */
         -o-transition: opacity 0.15s linear; /* Opera */
            transition: opacity 0.15s linear;
  }

   .solutions-subpage-hero {
    max-width: 722px;
    margin: 0 auto;
  }

  .solutions-subpage-hero a {
    display: block;
    float: left;
    text-decoration: none;
    border: none;
  }

  .solutions-subpage-hero a:focus {
    border: none;
    color: #4c595d;
  }

    .solutions-subpage-hero-container .solutions-subpage-hero a .icon #carrot {
      background: url('/wp-content/themes/thismoment/img/carrot.png') bottom center no-repeat;
      height: 15px;
      width: 29px;
      margin: 0 auto;
      position: relative;
      top: 80px;
      display: none;
      opacity: 0;
    }

    .solutions-subpage-hero-container .solutions-subpage-hero a .icon {
      width: 90px;
      height: 74px;
      background-size: auto;
      background-position: top center;
      background-repeat: no-repeat;
      color: #ffffff;
      position: relative;
      opacity: 0.3;
      margin: 0 auto;
    }

    .solutions-subpage-hero-container .solutions-subpage-hero a .icon:hover {
      opacity: 1;
      -webkit-transition: opacity 0.15s linear; /* Safari and Chrome */
       -moz-transition: opacity 0.15s linear; /* Firefox 4 */
        -ms-transition: opacity 0.15s linear; /* IE */
         -o-transition: opacity 0.15s linear; /* Opera */
            transition: opacity 0.15s linear;
    }

    .solutions-subpage-hero-container .solutions-subpage-hero a .icon.active {
      opacity: 1;
    }

    .solutions-subpage-hero-container .solutions-subpage-hero a .icon.active #carrot {
      opacity: 1;
      -webkit-transition: opacity 0.15s linear; /* Safari and Chrome */
       -moz-transition: opacity 0.15s linear; /* Firefox 4 */
        -ms-transition: opacity 0.15s linear; /* IE */
         -o-transition: opacity 0.15s linear; /* Opera */
            transition: opacity 0.15s linear;
      display: block;
    }

      .solutions-subpage-hero-container .solutions-subpage-hero a 
      .icon .icon-label {
        width: 100%;
        display: block;
        overflow: hidden;
        height: 24px;
        position: absolute;
        bottom: 0;

      }

      .solutions-subpage-hero-container .solutions-subpage-hero a 
      .icon .icon-label div {

        vertical-align: bottom;
        width: 100%;

      }

.solutions-subpage-container {
  width: 100%;
}

  .solutions-subpage-container .solutions-subpage {
    padding-top: 40px;
    max-width: 844px;
    margin: 0 auto;
  }
  
  .solutions-subpage-container .solutions-subpage .subtitle,
  .solutions-subpage-container .solutions-subpage .subtitle a,
  .solutions-subpage-container .solutions-subpage .subtitle a:visited,
  .solutions-subpage-container .solutions-subpage .subtitle a:active {
    color: #6ebe49;
    text-decoration: none;
  }

  .solutions-subpage-container .solutions-subpage .intro {
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 26px;
    color: #8cb2bd;
  }

.tile-super-container.even {
  background-color: #fff;
}

.tile-super-container.odd {
  background-color: #f1f2f4;
}

  .tile-super-container .tile-container {
    max-width: 844px;
    margin: 0 auto;
  }

  .tile-super-container .tile-container .tile {
    padding-top: 54px;
  }

    .tile-super-container .tile-container .tile 
    .tile-column.first {
      margin-top: 52px;      
    }

    .tile-super-container .tile-container .tile 
    .tile-column:nth-child(odd) {
      /*padding-right: 37px;*/
      padding-left: 0px;
    }

    .tile-super-container .tile-container .tile 
    .tile-column:nth-child(even) {
      /*padding-left: 37px;*/
      margin-bottom: 88px;
    }

    .tile-super-container .tile-container .tile .tile-column .heading {
      padding-bottom: 29px;
    }

    .tile-super-container .tile-container .tile .tile-column .mobile-image{
      text-align: -webkit-center;
      text-align: -moz-center;
    }

    .tile-super-container .tile-container .tile .tile-column .mobile-image img {
      display: none;
    }

    .tile-super-container .tile-container .tile .tile-column .feature-list {
      overflow: visible;
      width: 200%;
    }

      .tile-super-container .tile-container .tile .tile-column .feature-list 
      .list {
        display: inline-block;
        width: 50%;
        margin-bottom: 25px;
      }

      .tile-super-container .tile-container .tile .tile-column .feature-list 
      .list.right {
        float: right;
      }

      .tile-super-container .tile-container .tile .tile-column .feature-list 
      .list.left {
        float: left;
      }

    .tile-super-container .tile-container .tile .tile-column .copy-link {
      margin-bottom: 23px;
      color: #6ebe49;
      float: left;
      clear: left;
    }

    .tile-super-container .tile-container .tile .tile-column 
    .copy-link.sales-link {
      margin-bottom: 82px;
    }

    .tile-super-container .tile-container .tile .tile-column .copy-link a,
    .tile-super-container .tile-container .tile .tile-column .copy-link 
    a:visited,     .tile-super-container .tile-container .tile .tile-column 
    .copy-link a:active {
      color: #6ebe49;
    }

    .tile-super-container .tile-container .tile .tile-column .copy-link 
    a:hover, .solutions-subpages .subpage .link a:hover
     {
      color: #477a30;
      text-decoration: underline;
      transition: all 0.15s linear;
        -moz-transition: all 0.15s linear; /* Firefox 4 */
        -webkit-transition: all 0.15s linear; /* Safari and Chrome */
        -o-transition: all 0.15s linear; /* Opera */
    }

    .tile-super-container .tile-container .tile .tile-column img {
      margin-bottom: 16px;
    }

    .tile-super-container .tile-container .tile .tile-column .image {
      text-align: -webkit-center;
      text-align: -moz-center;
    }

    .tile-super-container .tile-container .tile .tile-column .image.mobile-only {
      display: none;
    }

    .tile-super-container .tile-container .tile .tile-column .caption {
      color: #999999;
      background-color: #f3f4f6;
      padding-top: 19px;
      padding-left: 21px;
      padding-right: 31px;
      padding-bottom: 21px;
    }

    .tile-super-container.even .tile-container .tile .tile-column .caption {
      background-color: #e8e9ed;
    }

    .tile-super-container .tile-container .tile .tile-column .caption .link {
      color: #8cb2bd;
      padding-top: 13px;
    }

    .tile-super-container .tile-container .tile .tile-column .caption .link a,
    .tile-super-container .tile-container .tile .tile-column .caption .link a:visited,
    .tile-super-container .tile-container .tile .tile-column .caption .link a:active {
      color: #8cb2bd;
      text-decoration: none;
    }

.thumnail {
  text-align: -webkit-center;
  text-align: -moz-center;
  margin-bottom: 15px;
} 

.next-solution {
  height: 172px;
  background-position: top right;
  background-repeat: no-repeat;
  text-align: right;
  max-width: 844px;
  margin: 0 auto;
  padding-top: 38px;
  margin-top: 165px;
}

  .next-solution div {
    float: right
  }

  .next-solution div div {
    float: none;
  }

  .next-solution .text .super {
    color: #8cb2bd;
    padding-bottom: 5px;
  }

.next-solution .text .sub {
    color: #000000;
  }  

  .next-solution .text {
    padding-right: 10px;
  }

/* Platform Section */

  /* Modal window*/

  #tm-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 1000;
    filter: alpha(opacity=50);
  }

  #tm-modal {
    position: absolute;
    z-index: 1000;
    background: rgba(0,0,0,0.2);
    border-radius: 14px;
    padding: 8px;
    /*top: 20px !important;*/
  }
    #tm-content {
      border-radius: 8px;
      background: #fff;
      padding: 20px;
    }

    #tm-close {
      position: absolute;
      background: url('http://yt.thismoment.com/assets/main/images/contact/contact-close.png') 0 0 no-repeat;
      width: 26px;
      height: 26px;
      display: block;
      text-indent: -9999px;
      top: -7px;
      right: -7px;
    }

    #tm-videoframe {
      width: 850px;
      height: 478px;
    }

.hero-container{
  /*max-height: 490px;*/
}

  .hero-container .image-container {
    text-align: -webkit-center;
    text-align: -moz-center;
    width: 100%;
    background-color: black;
    overflow: hidden !important;
    max-height: 374px;
    height: 374px;
    position: relative;
  }

    .hero-container .image-container .hero-back-img {
      background-size: cover !important;
      background-position: top center;
      z-index: 0;
      position: absolute;
      width: 100%;
      height: 374px;
    }

    .hero-container .image-container .mobile-hero-back-img {
      background-size: cover;
      background-position-x: center !important;
      z-index: 0;
      position: absolute;
      width: 100%;
      height: 400px;
      display: none;
    }

    .hero-container .image-container .hero-fore-img {
      background-size: contain !important;
      background-color: black;
      background-position: center bottom !important;
      width: 100%;
      width: calc(100% - 40px);
      max-width: 841px;
      background-repeat: no-repeat !important;
      margin: 0 auto;
      margin-top: 42px;
      height: 332px;
      position: relative;
      z-index: 1;
      text-align: center;  
    }

    .hero-container .image-container .hero-fore-img .copy {
      color: #fff;
      padding-top: 12px;
      margin-bottom: 38px;
    }

      .hero-container .image-container .hero-fore-img .link-container {
        background-color: rgba(0, 0, 0, .50);
        max-width: 200px;
        margin: 0 auto;
        float: none;
        border: 1px solid #8ab978;
      }

      .hero-container .image-container .hero-fore-img .link-container a {
        color: #fff;
      }

      .hero-container .image-container .hero-fore-img .link-container a .link{
        padding-top: 18px;
        padding-bottom: 18px;
        padding-left: 20px;
        padding-right: 20px;

      }

      .hero-container .image-container .hero-fore-img .link-container a .link:hover {
        background-color: rgba(102, 204, 51, .5);
      }

  .hero-container .copy-contatiner {
    height: inherit;
    min-height: 190px;
    background: #4c595d;
    text-align: -webkit-center;
    text-align: -moz-center;
    border-bottom: 15px solid rgb(153,153,153);
    z-index: 13;
    padding: 33px 0;
  }

  .hero-container .copy-contatiner .center-copy {
    margin: 0 auto;
    color: #fff;
    padding: 20px;
    max-width: 682px;
  }

.verb {
  max-width: 950px;
  margin: 0 auto;
}

  .verbWrapper {
    padding: 50px 0;
  }

  .verbWrapper:nth-child(even) {
    background: rgb(241,242,244);
  }

  .verb .title {
    text-transform: uppercase;
    font-weight: 100;
    padding: 0 20px;
  }

  .verb .subtitle {
    color: rgb(140,178,189);
    font-size: 18px;
    margin: 20px 0;
    padding: 0 20px;
  }

  .verb .blue-bar {
    background: url('/wp-content/themes/thismoment/img/blue_bar.png') top left no-repeat;
    background-size: contain;
    height: 10px;
    margin-bottom: 130px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .verb .tiles {
    height: auto;

  }

    .verb .tiles .img-wrapper {

      height: 150px;
      position: relative;
      margin-bottom: 25px;
    }

      .verb .tiles .img-wrapper .tile-img {
        max-height: 250px;
        position: absolute;
        text-align: -webkit-center;
        text-align: -moz-center;
        bottom: 0px;
        width: 100%;;
        
      }

    .verb .tiles .tile-head {
      font-size: 23px;
      line-height: 25px;
      text-transform: uppercase;
      margin: 15px 0;

    }

    .verb .tiles .tile-copy {
      
    }

    .verb .tiles .four {
      margin: 20px 0;

    }

      .verb .tiles .four .img-wrapper {

      }

        .verb .tiles .four .img-wrapper .tile-img {
          float: left;
        }

      .four-copy {
        margin-top: 50px;
      }

      .verb .tiles .four .tile-head {
        float: left;
        margin: 30px 0 10px 0;
      }

      .verb .tiles .four .tile-copy {
        float: left;
      }

/* About */

.about-hero-container {
  min-height: 490px;
}

  .about-hero-container .image-container {
    text-align: -webkit-center;
    text-align: -moz-center;
    width: 100%;
    background-color: black;
    overflow: hidden !important;
    max-height: 374px;
    height: 374px;
    position: relative;
  }
    .about-hero-container .image-container .hero-back-img {
      background-size: cover !important;
      position: absolute;
      background-repeat: repeat-y;
      width: 100%;
      height: 400px;
    }

      .about-hero-container .image-container .hero-back-img .copy {
        color: #fff;
        margin-bottom: 50px;
        margin-top: 60px;
      }
  .about-hero-container .copy-contatiner {
    height: inherit;
    min-height: 190px;
    background: #4c595d;
    text-align: -webkit-left;
    text-align: -moz-left;
    border-bottom: 15px solid rgb(153,153,153);
    z-index: 13;
    padding: 88px 0;
  }

    .about-hero-container .copy-contatiner .center-copy {
      margin: 0 auto;
      color: #fff;
      padding: 0 20px;
      max-width: 682px;
      line-height: 26px;
    }

  /* About/Quotes */

  .quotes {
    min-height: 708px;
  }

    .quotes .icons {
      max-width: 682px;
      margin: 0 auto;
      padding-top: 88px;
      padding-bottom: 32px;
      overflow: hidden;
      background-repeat: repeat-x;
      background: 
        url(/wp-content/themes/thismoment/img/small-arrow.jpg) left bottom no-repeat,
        url(/wp-content/themes/thismoment/img/line.png) left bottom repeat-x;
      background-position-x: calc(16%);

    }

      .quotes .icons::after {
        border-bottom: 1px solid black;
      }

      .quotes .icons .icon {
        text-align: -webkit-center;
        text-align: -moz-center

      }

        .quotes .icons .icon .icon-img {
          -webkit-filter: grayscale(100%);
          -moz-filter: grayscale(100%);
          filter: grayscale(100%);
        }
          .quotes .icons .icon-img.active {
            -webkit-filter: none;
            -moz-filter: none;
            filter: none;
          }

        .quotes .icons .icon .icon-name {
          padding-top: 5px;
        }

        .quotes .icons .icon .icon-title {

        }

        .quotes .icons .icon .person-quote {
          display: none;
        }

      .quotes .quote-target {
        padding-top: 41px;
      }
        .quotes .quote-target .why {
          text-align: -webkit-center;
          text-align: -moz-center;
          color: #8bb2bc;
          padding-bottom: 41px;

        }

        .quotes .quote-target .quote {
          max-width: 682px;
          text-align: -webkit-center;
          text-align: -moz-center;
          padding-bottom: 88px;
          margin: 0 auto;
        }

  /* About/Staff */
@media (min-width: 992px) {
  .staff .tile {
    margin-bottom: 40px;
  }     
}

  .staff {
    -webkit-transition: all 1s cubic-bezier(0.42,  0,  0.205,  1);
    -moz-transition: all 1s cubic-bezier(0.42,  0,  0.205,  1);
    -o-transition: all 1s cubic-bezier(0.42,  0,  0.205,  1);
    transition: all 1s cubic-bezier(0.42,  0,  0.205,  1);
    -webkit-transition-timing-function: cubic-bezier(0.42,  0,  0.205,  1);
    -moz-transition-timing-function: cubic-bezier(0.42,  0,  0.205,  1);
    -o-transition-timing-function: cubic-bezier(0.42,  0,  0.205,  1);
    transition-timing-function: cubic-bezier(0.42,  0,  0.205,  1);
      /*background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;*/
    /*margin: 0 -15px;*/
  }
    .staff .staff-container {
      max-height: 686px;
      overflow: hidden;
    }

      .staff .heading {
        text-transform: uppercase;
        text-align: center;
        padding-top: 54px;
        padding-bottom: 54px;
        position: absolute;
        width: 100%;
        z-index: 1;
      }

      /*.staff .staff-container .heading {
        position: absolute;
        z-index: 1;
        width: 135px;
        left: 50%;
        margin-left: -67.5px;
      }*/

      .staff .staff-container .staff-image {
        position: relative;
        display: block;
      }
      .staff .staff-container img {
        /*min-width: 1260px;*/
        /*min-height: 461px;*/
        min-width: 100%;
        display: block;
      }

      .staff .staff-container .tooltip-cont {
        position: absolute;
        top: 138px;
        height: auto;
      }

      .staff .staff-container .tooltip-cont .center {
        width: 1050px;
        margin: 0 auto;
      }


      .staff .staff-container .staff-tooltip {
        z-index: 100;
        cursor: pointer;
        height: auto;
        width: auto;
        /*margin-top: -52px;
        margin-left: -60px*/;
      }

      .staff .staff-container .staff-tooltip.active {
        z-index: 101;
        /*position: absolute;
        width: 0;
        height: 0;*/
      }

        .staff .staff-container .staff-tooltip .staff-cut {
          background-color: #ffffff;
          width: 145px;
          padding: 10px 0;
          color: #000;
          text-align: -webkit-center;
          text-align: -moz-center;
          overflow: visible;
          position: relative;
          z-index: 1;
        }

        .staff .staff-container .staff-tooltip.active .staff-cut {
          background-color: #8db3bd;
          color: #fff;
        }


        .staff .staff-container .staff-tooltip .staff-cut .staff-name {
          text-transform: uppercase;
        }

        .staff .staff-container .staff-tooltip .staff-cut .arrow {
          background: url(/wp-content/themes/thismoment/img/white_arrow.png) top center no-repeat;
          height: 7px;
          width: 16px;
          position: absolute;
          left: 50%;
          margin-left: -8px;
          bottom: -7px;

        }

        .staff .staff-container .staff-tooltip.active .staff-cut .arrow {
          background: url(/wp-content/themes/thismoment/img/blue_arrow.png) top center no-repeat;
        }

        .staff .staff-container .staff-tooltip .staff-extended {
          display: none;
          position: relative;
          top: -10px;
          width: 500px;
          height: 191px;
          padding: 20px;
          background: #fff;
          border-top: 10px solid #8db3bd;
          color: #000;
          text-align: -webkit-left;
          text-align: -moz-left;
        }


        .staff .staff-container .staff-tooltip.active .staff-extended {
        }

          .staff .staff-container .staff-tooltip .staff-extended .img {
            width: 141px;
            height: 141px;
            float: left;
          }

          .staff .staff-container .staff-tooltip .staff-extended .copy {
            padding: 20px;
            width: calc(100% - 141px);
            float: right;
          }

            .staff .staff-container .staff-tooltip .staff-extended .copy .name {
              padding-bottom: 20px;
            }

            .staff .staff-container .staff-tooltip .staff-extended .copy .title {
              padding-bottom: 20px;
            }

            .staff .staff-container .staff-tooltip.active .staff-extended .copy .bio {

            }

      .staff .staff-container .staff-desc-target {
        height: 197px;
        background: rgba(0,0,0,0.65);
        position: absolute;
        bottom: 0;
        display: none;
        color: #FFF;
      }

        .staff .staff-container .staff-desc-target .desc {
          width: 450px;
          margin: 0 auto;
          text-align: -webkit-center;
          text-align: -moz-center;
          text-align: center;
          margin-top: 35px;
        }

          .staff .staff-container .staff-desc-target .desc .name {
            text-transform: uppercase;
          }

          .staff .staff-container .staff-desc-target .desc .title {
            color: #90bbc6;
            font-style: italic;
          }

          .staff .staff-container .staff-desc-target .desc .bio {
            line-height: 18px;
          }

  /* About/Perks */

  .perks {
    min-height: 600px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    text-align: -webkit-center;
    text-align: -moz-center;
  }

    .perks .perks-container {
      max-width: 682px;
      margin: 0 auto;
    }

    .perks .title {
      margin-top: 88px;
      
    }

      .perks .title .heading {
        margin-bottom: 30px;
        padding-right: 1px;
      }

      .perks .title .intro{
        margin-bottom: 43px;
      }

    .perks .list {

      margin-bottom: 70px;
      font-weight: 300;
      text-align: -webkit-left;
      text-align: -moz-left;
    }

      .perks .list .left {

      }

      .perks .list .right {

      }
    .perks .notes {
      margin-bottom: 88px;
      font-weight: 300;
      font-style: italic;
    }

  /* About/Open-Positions */

  .glassDoor {

  }
    .glassDoor .title {
      padding-top: 88px;
      padding-bottom: 39px;
      text-align: -webkit-center;
      text-align: -moz-center;
    }

    .glassDoor .embed {
      padding-bottom: 88px;
    }

    .glassDoor #glassdoor-icon a {
      float: right;
      padding-top: 20px;
    }
/* Customers Section */

.customers-hero-container {
  width: 100%;
  height: 374px;
}

  .customers-hero-container .customers-hero .hero-image {
    position: absolute;
    height: 374px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }

  .customers-hero-container .customers-hero .heading {
    padding-top: 65px;
    color: #ffffff;
  }

.customers-grid-container {
  width: 100%;
}

  .customers-grid-container .customers-grid {
    max-width: 1060px;
    margin: 0 auto;
    margin-top: 88px;
    margin-bottom: 67px;
  }

  .customers-grid-container .customers-grid .customer {
    width: 250px;
    height: 204px;
    float: left;
    background-color: #f0f0f0;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 20px;
    margin-bottom: 21px;
    position: relative;
  }
    .customers-grid-container .customers-grid .customer.expand .footer {
      position: absolute;
      bottom: 0px;
      text-align: right;
      width: 100%;
    }
  .customers-grid-container .customers-grid .customer {
    content: 'more';
  }

  .customers-grid-container .customers-grid .customer.expand {
    cursor: pointer;
  }

  .customers-grid-container .customers-grid .customer:nth-child(4n) {
    margin-right: 0px;
  }

  .customers-hover-modal {
    max-width: 562px;
    border: 1px solid #4c595d;
    padding: 21px;
    position: absolute;
    background-color: #ffffff;
    display: none;
  }
    .customers-hover-modal .image {
      width: 250px;
      height: 204px;
      background-color: #f0f0f0;
      float: left;
      margin-right: 16px;
      text-align: center;
      line-height: 204px;
    }

    .customers-hover-modal.no-float .image {
      margin-right: 0px;
      margin-bottom: 6px;
    }

    .customers-hover-modal.right .image {
      float: right;
    }

    .customers-hover-modal.no-float .image {
      float: none;
    }

    .customers-hover-modal .caption {
      max-width: 248px;
      height: 204px;
      float: left;
      position: relative;
    }

    .customers-hover-modal.right .caption {
      float: right;
    }

    .customers-hover-modal.no-float .caption {
      float: none;
    }

      .customers-hover-modal .caption .copy {
        /*margin-bottom: 22px;*/
      }

      .customers-hover-modal .caption .link {
        float: left;
        padding: 5px 5px 0 0;
      }

      .customers-hover-modal .caption a,
      .customers-hover-modal .caption a:visited,
      .customers-hover-modal .caption a:active {
        text-decoration: none;
        color: #68c344;
      }

      .customers-hover-modal .caption .link:hover {
        cursor: pointer;
        background-color: rgba(102, 204, 51, .2);
        text-decoration: underline;
        transition: all 0.15s linear;
          -moz-transition: all 0.15s linear; /* Firefox 4 */
          -webkit-transition: all 0.15s linear; /* Safari and Chrome */
          -o-transition: all 0.15s linear; /* Opera */
      }
/* Legal */

.container.legal-doc {
    margin-top:50px;
    margin-bottom:50px;
    font-family: 'Lato', sans-serif;}

.container.legal-doc h1 {
    font-size: 30px;}

.container.legal-doc h2 {
    font-size: 22px;}

.container.legal-doc p {
    font-size: 18px;
    line-height: 26px;}

.container.legal-doc ul, .container.legal-doc ol {
    font-size: 18px;
    line-height: 26px;
    font-weight:300;}

/* 404 Page*/
.tm-red { 
    color:#cc4a35; 
}

.container.fof { 
    background: #1E242B;
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
    color: #cccccc}

.fof .body {
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}
.fof-cta a{
    margin-top: 20px;
    text-decoration: none;
}
/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%; /* Corrects font size not being inherited in all browsers */
  margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, .8);
  cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
  -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing:    content-box;
  box-sizing:         content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}

textarea {
  overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top; /* Improves readability and alignment in all browsers */
  width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover,
a:focus,
a:active {
  color: midnightblue;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  float: left;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  float: right;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
  left: auto;
}

.main-navigation ul ul li:hover > ul {
  left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu */
.menu-toggle {
  display: none;
  width: 34px;
  height: 34px;
  background: transparent url('/wp-content/themes/thismoment/img/menu-toggle.jpg') no-repeat center center;
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: none;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
}
ul#menu-small-menu li a,
ul#menu-small-menu li a:visited {
  color: #8e919a;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 20px;
}
ul#menu-small-menu li a:hover {
  color: #333333;
  text-decoration: underline;
}

ul#menu-large-menu li a, 
ul#menu-large-menu li a:visited {
  color: #67c244;
  font-size: 16px;
  line-height: 16px;
  padding-top: 12px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 28px;
  text-align: right;
}
ul#menu-large-menu li a:hover {
  color: #369333;
  text-decoration: underline;
}

@media screen and (max-width: 600px) {
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block;
  }

  .main-navigation ul {
    display: none;
  }
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
Homepage section styles and footer
--------------------------------------------------------------*/
.case-study {
  display: block;
  width: 100%;
  position: relative;
  height: 594px;
  text-align: left;
  border-top: 15px solid #e1ecf1;
  white-space: nowrap;
  background-color: #f1f7fb;
  background-attachment: fixed;
  background-size: cover;
}
.case-study.even {
  height: 520px;
  text-align: right;
}
.case-study .backdrop-clip {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  top: 0;
  left: 0;
}
.case-study .backdrop {
  width: 100%;
  height: 784px;
  background: transparent no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -392px 0 0 0;
}
.case-study::after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.case-study .blurb {
  background: rgba(255, 255, 255, 0.95);
  position: relative;
  z-index: 5;
  margin-left: 50%;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  max-height: 80%;
  width: 50%;
  max-width: 550px;
  padding: 0px 50px 50px;
  border: 1px solid rgba(121, 124, 131, 0.3);
  text-align: left;
    -moz-box-shadow: 5px 5px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 5px 5px 1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 5px 5px 1px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 5px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 1px rgba(0, 0, 0, 0.1);
}
.case-study .blurb:before {
  content: "";
  display: block;
  height: 15px;
  margin: 0px -50px 40px;
  background: #8bb2bc;
}
.blurb .lead-text {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
}
.blurb .pitch {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
}
.case-study .main-image {
  position: absolute;
  width: 50%;
  right: 50%;
  margin-right: -50px;
  z-index: 2;
  height: 100%;
  top: 0;
  text-align: right;
}
.case-study .main-image:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.case-study .main-image img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
}
.case-study.even .blurb {
  margin-left: auto;
  margin-right: 50%;
}
.case-study.even .main-image {
  left: 50%;
  right: auto;
  margin-right: auto;
  margin-left: -50px;
}
.case-study.even .main-image img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  max-height: initial;
}
.button {
  display: inline-block;
  padding: 15px 35px;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #67c244;
  border: 1px solid #67c244;
}
.button:hover {
  background-color: #effde1;
  text-decoration: none;
  color: #339900;
  border-color: #339900;
  transition: color 0.15s linear;
    -moz-transition: color 0.15s linear; /* Firefox 4 */
    -webkit-transition: color 0.15s linear; /* Safari and Chrome */
    -o-transition: color 0.15s linear; /* Opera */
}
.button:visited {
  color: #67c244;
  border-color: #67c244;
}
.button.learn-more {
  display: block;
  margin-top: 20px;
  width: 230px;
}
footer.site-footer {
  background-color: #313234;
  border-top: 15px solid #4c595d;
  padding: 50px 0 50px;
}
.site-footer .footer-wrap {
  max-width: 1046px;
  padding: 0 10px;
  margin: 0px auto;
}
.site-info {
  font-size: 12px;
  line-height: 28px;
  color: white;
  font-family: 'Lato', sans-serif;
}
.site-info img {
  float: left;
  margin: 0 20px 0 0;
}
.site-info .tm {
  text-transform: uppercase;
  font-size: 14px;
  font-style: italic;
  margin: auto 10px;
}

.site-info .icon-sound {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('/wp-content/themes/thismoment/img/icons.png') no-repeat;
  float: left;
  cursor: pointer;
}

.site-footer .meanings {
  color: #cccccc;
  margin: 0;
  padding: 0 0 0 23px;
  font-size: 16px;
  font-family: 'Arvo', serif;
  font-weight: normal;
  width: 85%;
}
.site-footer .meanings li {
  padding: 20px 0;
}

.site-footer .learn-more {
  color: #ccff99;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin-left: 23px;
}
.site-footer .learn-more:hover {
  text-decoration: underline;
}
.site-footer .footer-navigation {
  border-top: 1px solid #555555;
  padding: 20px 0 0;
  margin: 40px 0 0;
  line-height: 30px;
}
.menu-footer-menu-container {
  display: inline-block;
  padding-right: 15px;
}
.menu-footer-menu-container ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  list-style-type: none;
}
.menu-footer-menu-container ul li {
  padding: 5px 0 0;
  margin: 0 0 0 20px;
  display: inline-block;
}
.menu-footer-menu-container ul li:first-child {
  margin-left: 0;
}
.menu-footer-menu-container a {
  color: #cccccc;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 12px;
}
.menu-footer-menu-container a:hover {
  color: white;
  text-decoration: none;
}

.social-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  padding: 0;
  margin: 0 2px;
  background: url('/wp-content/themes/thismoment/img/icons.png') no-repeat;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  vertical-align: middle;
}
.social-icon.facebook { background-position: -24px 0px; }
.social-icon.youtube { background-position: -46px 0px; }
.social-icon.twitter { background-position: -68px 0px; }
.social-icon.linkedin { background-position: -90px 0px; }
.social-icon.gplus { background-position: -112px 0px; }
.news-feed {
  display: block;
  background: #f1f7fb;
  padding: 0;
  margin: 0;
}
  .news-feed.about-page {
    background: #fff;
  }
.news-feed .feed-wrapper {
  max-width: 1026px;
  margin: 0px auto;
  padding: 30px 0;
}
  .about-page-pwrapper .news-feed .feed-wrapper {
    max-width: 1026px;
    margin: 0px auto;
    padding: 50px 0;
  }
.news-feed .news-item {
  display: block;
  border-left: 1px solid #b9cfd5;
  padding: 0 15px;
  width: 25%;
  min-height: 160px;
  float: left;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: black;
}
  .news-feed.about-page .news-item {
    min-height: 0px;
    padding-bottom: 12px;
  }
.news-feed .news-item:first-child {
  border-left: none;
}
.news-feed .news-item .meta {
  color: #ff3366;
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'Arvo', serif;
  font-weight: 600;
}

.news-feed .news-item img {
  margin-bottom: 28px;
  display: block;
  opacity: 1;
  transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear; /* Firefox 4 */
    -webkit-transition: opacity 0.15s linear; /* Safari and Chrome */
    -o-transition: opacity 0.15s linear; /* Opera */
}

.news-feed .news-item img:hover {
  opacity: 0.4;
  transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear; /* Firefox 4 */
    -webkit-transition: opacity 0.15s linear; /* Safari and Chrome */
    -o-transition: opacity 0.15s linear; /* Opera */
}

.news-feed .news-item h1 {
  font-family: 'Arvo', serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  min-height: 39px;
  margin: 0;
  padding: 0px 0px 5px 0px;
  color: #333333;
}
  .news-feed.about-page .news-item h1 {
    color: #fc3768;
    transition: color 0.15s linear;
      -moz-transition: color 0.15s linear; /* Firefox 4 */
      -webkit-transition: color 0.15s linear; /* Safari and Chrome */
      -o-transition: color 0.15s linear; /* Opera */
    font-size: 12px;
    min-height: 0px;
  }

  .news-feed.about-page .heading {
    text-transform: uppercase;
    text-align: center;
    padding-top: 54px;
    padding-bottom: 54px;
  }

.news-feed .news-item:hover h1 {
  color: #339933;
  transition: color 0.15s linear;
    -moz-transition: color 0.15s linear; /* Firefox 4 */
    -webkit-transition: color 0.15s linear; /* Safari and Chrome */
    -o-transition: color 0.15s linear; /* Opera */
}
.news-feed .news-item h1 a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-transform: inherit;
  color: inherit;
}
.news-feed .news-item h1 a:visited, .news-feed .news-item h1 a:hover {
  color: #333333;
  text-decoration: none;
  transition: color 0.15s linear;
    -moz-transition: color 0.15s linear; /* Firefox 4 */
    -webkit-transition: color 0.15s linear; /* Safari and Chrome */
    -o-transition: color 0.15s linear; /* Opera */
}
.news-feed .news-item p {
  color: #333333;
  margin: 0;
}
.news-feed a:hover .news-item p {
  color: #339933;
}
.news-feed .navigation {
  text-align: center;
  display: block;
  width: 100%;
}
.news-feed .navigation .goto-item {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  cursor: pointer;
}
.news-feed .navigation .goto-item:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  border: 5px solid #cccccc;
  margin: 10px 0 0 10px;
}
.news-feed .navigation .goto-item.active:before {
  border-color: black;
}
.news-tooltip-rail {
  display: block;
  max-width: 1026px;
  margin: 0px auto;
  position: relative;
}
.news-tooltip {
  display: block;
  position: absolute;
  z-index: 999;
  max-width: 520px;
  background-color: rgba(255, 255, 239, 0.85);
  border: 1px solid #d6d1ae;
  border-top: none;
  padding: 20px;
  margin: 26px 15px 0;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  color: #4d5055;
  left: 0px;
  top: -40px;
  box-shadow: 13px 13px 1px rgba(0, 0, 0, 0.1);
}
.news-tooltip:before {
  content: '';
  display: block;
  position: absolute;
  top: -26px;
  left: -1px;
  width: 100%;
  height: 26px;
  padding: 0 1px;
  box-sizing: content-box;
  background: url('/wp-content/themes/thismoment/img/tooltip-top.png') no-repeat top left;
}

.story {
  background: #8bb2bc;
}
.story .story-content {
  display: block;
  width: 100%;
  position: relative;
  height: 640px;
  text-align: left;
  border-top: 15px solid #e1ecf1;
  background: white;
  white-space: nowrap;
}
.story .story-content::after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.story .story-content .blurb {
  position: relative;
  z-index: 5;
  display: inline-block;
  vertical-align: middle;
  max-height: 80%;
  margin-left: 50%;
  width: 50%;
  max-width: 545px;
  padding: 0;
  text-align: left;
  white-space: normal;
}
.story .story-content .blurb p {
  margin: 0;
}
.story .story-content .blurb a {
  color: #67c244;
  font-weight: bold;
}
.story .story-content .blurb a:hover {
  color: #339933;
  transition: color 0.15s linear;
    -moz-transition: color 0.15s linear; /* Firefox 4 */
    -webkit-transition: color 0.15s linear; /* Safari and Chrome */
    -o-transition: color 0.15s linear; /* Opera */
}
.story .story-content .blurb.end a:hover {
  text-decoration: underline;
  transition: color 0.15s linear;
    -moz-transition: color 0.15s linear; /* Firefox 4 */
    -webkit-transition: color 0.15s linear; /* Safari and Chrome */
    -o-transition: color 0.15s linear; /* Opera */
}
.story .story-content .main-image {
  position: absolute;
  width: 50%;
  right: 50%;
  z-index: 2;
  max-width: 600px;
  height: 100%;
  padding-right: 40px;
  top: 0;
  text-align: right;
}
.story .story-content .main-image:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.story .story-content .main-image img {
  display: inline-block;
  vertical-align: middle;
  padding: 40px 0;
  max-width: 100%;
}
.story.lead-story .story-content {
  height: 520px;
  text-align: right;
  border-top: 15px solid #8bb2bc;
}
.story.lead-story .story-content .blurb {
  margin-right: 60%;
  margin-left: auto;
  width: 40%;
  max-width: 300px;
}
.story.lead-story .story-content .main-image {
  padding-left: 40px;
  padding-right: auto;
  width: 60%;
  right: 40%;
  height: auto;
  max-width: 800px;
  min-height: 100%;
  left: 40%;
  right: auto;
}
.story.lead-story .story-content .main-image img {
  padding: 40px 0 0;
}
.story .pre-post-content {
  padding: 58px 10px;
  max-width: 1046px;
  margin: 0px auto;
  font-size: 34px;
  line-height: 38px;
  color: white;
  font-family: 'Arvo', serif;
  font-weight: normal;
}
/*--------------------------------------------------------------
Mobile Styles
--------------------------------------------------------------*/
@media (max-width: 1060px) and
(min-width: 790px) {

  .customers-grid-container .customers-grid {
    max-width: 790px;
    margin: 0 auto;
    margin-top: 88px;
    margin-bottom: 67px;
  }

  .customers-grid-container .customers-grid .customer:nth-child(4n) {
    margin-right: 20px;
  }

  .customers-grid-container .customers-grid .customer:nth-child(3n) {
    margin-right: 0px;
  }
}

@media (min-width: 2000px) {
  .staff .staff-container img {
    margin-top: -75px;
  }
}

@media (min-width: 1700px) {
  .staff .staff-container .tooltip-cont .center {
    width: 1110px;
  }

  .staff .staff-container .staff-tooltip .staff-cut {
    width: 155px;
  }
}

@media (max-width: 1400px) {
  .staff .staff-container .tooltip-cont {
    top: 120px;
  }
}

@media (max-width: 1200px) {
  .staff .heading {
    padding-top: 45px;
  }

  .staff .staff-container .tooltip-cont {
    top: 85px;
  }

  .staff .staff-container .tooltip-cont .center {
    width: 810px;
  }

  .staff .staff-container .staff-tooltip {
    font-size: 10px;
    padding: 0 10px;
  }

  .staff .staff-container .staff-tooltip .staff-cut {
    width: 115px;
    padding: 10px 0;
  }
}

@media (min-width: 1043px) {
  .hero-container .hero-container-bg .lead-box {
      max-width: 1043px;
      width: 100%;
      margin: 0 auto;
      padding-right: 0;
  }
  .hero-container .hero-container-bg .lead-box .copy,
  .hero-container .hero-container-bg .lead-box .link-one-many {
      float: right;
      display: block;
      margin-left: 50%;
  }
}

@media (max-width: 992px) {
  .staff .heading {
    padding-top: 30px;
  }

  .staff .staff-container .tooltip-cont {
    top: 70px;
  }

  .staff .staff-container .tooltip-cont .center {
    width: 810px;
  }

  .staff .staff-container .staff-tooltip {
    font-size: 10px;
    padding: 0 10px;
  }

  .staff .staff-container .staff-tooltip .staff-cut {
    width: 115px;
    padding: 10px 0;
  }
}

@media (max-width: 970px) {
  .lato-light-36-970px {
    font-size: 36px;
  }
  .arvo-bold-31-970px {
    font-size: 31px;
  }
  .arvo-bold-20-970px {
    font-size: 20px;
  }
  .hero-container .hero-container-bg .lead-box .right-border {
     margin: 0 12px;   height: 137px;
  }
  .hero-container .hero-container-bg .lead-box .link {
    font-size: 14px;  padding-left: 0px; padding-right: 0px;
  }
}

@media (max-width: 940px) {
  .hero-container .hero-container-bg {
    background-position: 57% 50%;
  }
  .hero-container .hero-container-bg .lead-box {
    margin-left: 41%;
  }
}

@media (max-width: 881px) {
  .hero-container .image-container .hero-fore-img {

  }

  .tile {
    padding: 0 20px;
  }

  .staff .heading {
    padding-top: 30px;
  }

  .staff .staff-container .tooltip-cont {
    top: 70px;
  }

  .staff .staff-container .tooltip-cont .center {
    width: 810px;
  }

  .staff .staff-container .staff-tooltip {
    font-size: 10px;
    padding: 0 10px;
  }

  .staff .staff-container .staff-tooltip .staff-cut {
    width: 115px;
    padding: 10px 0;
  }

}

@media (max-width: 840px) {
  .tile-super-container .tile-container .tile
  .tile-column {
    margin-left: 0px;
  }

  #ssImg {
    display: none;
  }

  .staff .heading {
    padding-top: 54px;
  }

  .staff .staff-container {
    height: 955px;
    max-height: none;
  }

  .staff .staff-container .tooltip-cont {
    top: 138px;
  }

  .staff .staff-container .tooltip-cont .center {
    width: 100%;
  }

  .staff .staff-container .staff-tooltip {
    width: 50% !important;
    height: 282px !important;
    position: relative !important;
    left: auto;
    top: auto;
    margin: 0;
    z-index: 100 !important;
    cursor: initial;
  }

    .staff .staff-container .staff-tooltip .staff-cut {
      display: none;
    }

    .staff .staff-container .staff-tooltip .staff-extended {
      display: block;
      width: 100%;
      top: 0;
    }
      
      .staff .staff-container .staff-tooltip .staff-extended .img {
        width: 30%;
        width: 70%;
      }
  .staff .staff-container .staff-desc-target {
    display: none !important;
  }

  .solutions-subpages .subpage {
    margin-right: 0px !important;
    padding: 0 20px;
    min-height: 536px;
    max-width: 100%;
  }

  .solutions-subpages .subpage:nth-child(5) {
    clear: left;
  }

}

@media (max-width: 789px) {
  .customers-grid-container .customers-grid {
    max-width: 520px;
    margin: 0 auto;
    margin-top: 88px;
    margin-bottom: 67px;
  }

  .customers-grid-container .customers-grid .customer {
    margin-right: 20px;
  }

  .customers-grid-container .customers-grid .customer:nth-child(2n) {
    margin-right: 0px;
  }

}

@media (min-width: 781px) {
  nav#site-navigation {
    display: block !important;
  }
}

@media (max-width: 780px) {

  .hidden-xs {
    /*display: none!important;*/
  }

  .visible-xs-inline {
    display: inline!important;
  }

  .staff .staff-container {
    height: 1800px;
    max-height: none;
  }

    .staff .staff-container .staff-tooltip {
      width: 100% !important;
      position: relative !important;
      left: auto;
      top: auto;
      margin: 0;
      z-index: 100 !important;
    }
      .staff .staff-container .staff-tooltip .staff-extended {
        display: block;
        width: 100%;
        top: 0;
      }
        
        .staff .staff-container .staff-tooltip .staff-extended .img {
          width: 30%;
          background-size: contain !important;
        }

        .staff .staff-container .staff-tooltip .staff-extended .copy {
          padding-right: 0;
          width: 70%;
        }

  #skrollr-body {
    padding-top: 54px;
  }

  .hero-container .company-container .companies {
    height: 70px;
  }


  body.admin-bar header {
    top: 46px;
    transition: top 0.3s;
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
  }
  .hero-container .company-container .companies .company,
  .hero-container .company-container .companies .company:first-child,
  .hero-container .company-container .companies .company:last-child {
    max-width: 33%;
    padding-top: 17px;
    padding-bottom: 16px;
  }
  .hero-container .company-container .companies .company.active {
   /* padding-top: 12px;*/
  }
  .news-feed .feed-clip { overflow: hidden; }
  .news-feed .feed-wrapper { width: 400%; max-width: initial; }
  .menu-toggle {
    display: block;
    float: right;
    margin: 0 20px 0 0;
  }
  .site-header {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    position: fixed;
  }
  .site-branding {
    margin-left: 10px;
    height: 34px;
  }
  .site-branding a {
    line-height: 34px;
  }
  
  .hero-container .hero-container-bg .lead-box {
    min-width: initial;
    min-width: auto;
    min-height: 260px;
    width: auto;
  }
  .hero-container .lead-box .link {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  nav#site-navigation {
    position: absolute;
    background: #313234;
    margin: 0;
    left: 0;
    top: 54px;
    width: 100%;
    transition: top 0.2s;
    display: none;
  }

  .mobile-nav {
    display: block;
  }

  .desktop-nav {
    display: none;
  }

  header.skrollable-after nav#site-navigation {
    top: 52px;
  }
  .demo-button {
    float: none;
  }
  header.skrollable-after nav#site-navigation {
    top: 52px;
  }
  .demo-button {
    float: none;
    margin: 10px auto 20px;
    display: block;
    width: auto;
    max-width: 75%;
  }
  .main-navigation ul {
    float: none;
    width: auto;
    display: block;
    padding: 0 10px;
  }
  
  .main-navigation li { 
    float: none; display: block; 
  }

  .main-navigation li a, .main-navigation li a:hover, .main-navigation li a:visited {
    margin: 0;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    display: block;
    padding: 10px 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #cccccc;
    font-weight: 700;
    transition: color 0.15s linear;
      -moz-transition: color 0.15s linear; /* Firefox 4 */
      -webkit-transition: color 0.15s linear; /* Safari and Chrome */
      -o-transition: color 0.15s linear; /* Opera */
  }

  .main-navigation li a:hover, .main-navigation li a:hover, .main-navigation li.active a:hover, .main-navigation li.active a:hover {
    background: #666666;
    color: white;
    transition: color 0.15s linear;
      -moz-transition: color 0.15s linear; /* Firefox 4 */
      -webkit-transition: color 0.15s linear; /* Safari and Chrome */
      -o-transition: color 0.15s linear; /* Opera */
  }

  /* contact us modal */
  #contact-container a.modal-close,
  #contact-container a.modal-close:link,
  #contact-container a.modal-close:active,
  #contact-container a.modal-close:visited {
    color:#999; 
    font-size:18px; 
    font-weight:bold; 
    position:absolute; 
    text-decoration:none; 
    display: none;
    /*right: 66px !important;*/ 
    /*top: 14px;*/
    top: 3px;
    right: 4px;
  }
  .contact-form {
    width: auto;
    float: none;
  }
  .request-demo-modal {
    background-color: #dbdcdc;
    width: 100%;
    border-radius: 10px;
    background-color: #6d6d6d;
    overflow:hidden;
  }
  #contact-container {
    width: auto;
    height: 518px;
  }
  .cta {
    display: none !important;
  }
  .contact-content {
    padding-top: 1px;
    height: 490px !important;
  }
  .contact-content {
    padding-top: 1px;
    height: 490px !important;
    padding-left: 12px;
  }
  .contact-content {
   padding-top: 1px;
  }

  .story .story-content { height: auto; padding: 30px 0; }
  .story .story-content .blurb {
    display: block;
    max-width: initial;
    max-height: initial;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 30px;
    width: auto;
  }
  .story .story-content .main-image {
    position: static;
    width: auto;
    height: auto;
    margin: 0 10px;
    max-width: initial;
    padding-right: 0;
    padding-top: 0;
    text-align: -webkit-center;
    text-align: -moz-center;
  }
  .story .story-content .main-image:before {
    display: none;
  }
  .story .story-content .main-image img {
    vertical-align: baseline;
    padding: 0;
  }
  .story.lead-story .story-content {
    height: auto;
  }
  .story.lead-story .story-content .blurb {
    margin-right: 10px;
    margin-left: 10px;
    width: auto;
    max-width: initial;
  }
  .story.lead-story .story-content .main-image {
    padding-left: 0px;
    padding-right: auto;
    width: auto;
    height: auto;
    max-width: initial;
    min-height: initial;
    text-align: -webkit-center;
    text-align: -moz-center;
  }
  .story .pre-post-content {
    font-size: 24px;
    line-height: 34px;
    padding: 30px 10px;
  }

  .blurb .lead-text {
    font-size: 18px;
  }
  .blurb .pitch {
    font-size: 16px;
  }
  .case-study {
    height: auto;
    white-space: normal;
    padding: 30px 0;
    overflow: hidden;
  }
  .case-study.even {
    height: auto;
  }
  .case-study .backdrop-clip { display: none; }
  .case-study .blurb {
    margin-left: 0;
    display: block;
    white-space: normal;
    max-width: initial;
    max-height: initial;
    width: auto;
    margin: 30px 10px 0;
    padding: 0 20px 20px;
  }
  .case-study .blurb:before {
    margin: 0 -20px 20px;
  }
  .case-study .main-image {
    position: static;
    width: auto;
    height: auto;
    text-align: -webkit-center;
    text-align: -moz-center;
  }
  .case-study .main-image:before {
    display: none;
  }
  .case-study .main-image img {
    max-height: initial;
  }
  .case-study.even .blurb {
    margin-left: 10px;
    margin-right: 10px;
  }
  .case-study.even .main-image {
    margin-right: 10px;
    margin-left: 10px;
  }
  .case-study.even .main-image img {
    display: inline-block;
    position: static;
    max-height: initial;
  }
  .case-study.has-backdrop .main-image {
    display: none;
  }
  .button {
      padding: 15px 20px;
  }
  .button.learn-more {
    width: 150px;
  }

}

@media (max-width: 768px) {

  nav#site-navigation {
    margin-right: 180px;
  }

  .demo-button {
    width: 150px;
    font-size: 80%;
    margin-right: -175px;
  }

  .site-footer .meanings {
    width: auto;
  }

  .solutions-subpage-container .solutions-subpage {
    padding-top: 50px;
  }

  .tile-super-container .tile-container .tile .tile-column.image-column {
      display: none;
  }

  .tile-super-container .tile-container .tile .tile-column .mobile-image img {
      display: block;
  }    

}

@media (max-width: 767px) {
  
  .lato-light-42-767 {
    font-size: 42px;
  }
  
  .arvo-bold-34-767 {
    font-size: 34px;
  }  

  /* Solutions*/

  .solutions-subpages .subpage {
    min-height: 515px;
  }

  .solutions-hero .heading {
    padding-top: 48px;
    padding-bottom: 30px;
    ;
  }
  
  .solutions-hero .icons{
    max-width: 555px;
    padding-top: 0px;
  }
  
    .solutions-hero .icons a {
     padding-top: 10px; 
    }

    .solutions-hero .icons a:nth-child(4) {
      clear: left;
    }

      .solutions-hero .icons a .icon {
        background-size: 50px;
        padding-top: 60px;
      }

  .solutions-hero .mobile-backdrop {
    display: block;
  }

  .solutions-subpage-hero-container {
    height: 226px;
  }

    .solutions-subpage-hero-container a {
      margin-bottom: 20px;
    }

    .solutions-subpage-hero-container .solutions-subpage-hero a .icon #carrot {
      top: 81px;
    }

    .solutions-subpage-hero-container .solutions-subpage-hero a:nth-child(-n+3) .icon #carrot {
      top: -38px;
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
    }

  .tile-super-container .tile-container .tile .tile-column .image {
    display: none;
  }

  .tile-super-container .tile-container .tile .tile-column .image.mobile-only {
    display: block;
  }

  .tile-super-container .tile-container .tile .tile-column .caption {
    display: none;
  }

    .tile-super-container .tile-container .tile .tile-column .feature-list {
    }

    /* Platform */

  .four-copy {
    margin-top: 0px;
    padding: 0px;
  }

  .verb .tiles .four .img-wrapper {
    padding: 0px;
  }

  .verb .tiles .four .tile-head{
    margin: 15px 0;
  }

  .hero-container {
    max-width: 100%;
    width: 100%;
    display: block;
  }

  .hero-container .hero-container-bg {
    background: url(/wp-content/uploads/2015/04/mobileBackgroundTM.jpg) no-repeat;
    height: 540px;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    -o-transition: height 0.2s;
    transition: height 0.2s;
    background-size: 100% 100%;
  }

  .hero-container .hero-container-bg .lead-box {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-container .hero-container-bg .lead-box .copy {
    margin-bottom: 30px;
    line-height: 28px;
  }

  .hero-container .hero-container-bg .lead-box .link {
    max-width: 100%;
    width: 100%;
  }

  .hero-container .hero-container-bg .lead-box .link-container > a {
    display: block;
    max-width: 100%;
    width: 100%;
  }

  .hero-container .hero-container-bg .lead-box .link-container {
    margin: 0 auto 20px;
    max-width: 100%;
    width: 100%;
  }

  .hero-container .hero-container-bg .lead-box .link-one-many {
    max-width: 438px;
    width: 438px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-container .hero-container-bg .lead-box .link {
    padding-top: 22px;
    width: 438px;
  }

  .hero-container .hero-container-bg .lead-box .link-container.visible-xs-inline-block {
    display: block !important;
  }

  .hero-container .image-container .mobile-hero-back-img {
    display: block;
    left: 0;
  }

  .hero-container .image-container .hero-back-img {
    display: none;
  }

  .hero-container .image-container .hero-fore-img {
    background: rgba(0,0,0,0) !important;
  }

  .hero-container .hero-container-bg .lead-box .right-border {
    display: none;
  }

  .tile {
    margin-bottom: 50px;
  }
}

@media (max-width: 519px) {
  .customers-grid-container .customers-grid {
    max-width: 250px;
    margin: 0 auto;
    margin-top: 88px;
    margin-bottom: 67px;
    overflow-x: hidden;
  }

  .customers-grid-container .customers-grid .customer {
    margin-right: 0px;
  }

  .tile-super-container .tile-container .tile .tile-column .feature-list .list {
    width: 100%;
  }

  .tile-super-container .tile-container .tile .tile-column .feature-list .list.left ul {
    margin-bottom: 0px;
  }
}

@media (max-width: 500px) {

  .lato-light-28-500px {
    font-size: 28px;
  }

  .lato-light-14-380 {
    font-size: 14px;
  }

  .arvo-bold-24-500px {
    font-size: 24px;
  }

  .arvo-bold-23-500px {
    font-size: 23px;
  }

  .hero-container .hero-container-bg {
    height: 400px;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    -o-transition: height 0.2s;
    transition: height 0.2s;
    background-size: 100% 100%;
  }

  .hero-container .hero-container-bg .lead-box {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }

  .hero-container .hero-container-bg .lead-box .copy {
    margin-bottom: 10px;
  }

  .hero-container .hero-container-bg .lead-box .link-one-many {
    max-width: 292px;
  }

  .hero-container .hero-container-bg .lead-box .link {
    padding-top: 8px;
    padding-bottom: 8px;
  }

}

@media only screen 
and (min-width: 480px)
and (max-width: 600px) {
  .solutions-subpages .subpage {
    width: 100%;
    max-width: 100%;
    margin-right: 0px !important;
    padding: 0 40px;
    /*min-height: 536px;*/
  }
  .thumnail {
    text-align: -webkit-center;
    text-align: -moz-center;
  }

  .solutions-hero .heading {
    font-size: 34px;
  }

  .solutions-hero .icons{
    max-width: 470px;
    padding-top: 20px;
  }
    .solutions-hero .icons a {

    }
      .solutions-hero .icons a .icon {
        background-size: 40px;
        
        font-size: 10px;
        padding-top: 50px;
      }
  .solutions-subpage-hero-container {
    /*padding-top: 10px;*/
  }
    .solutions-subpage-hero-container .solutions-subpage-hero a .icon {
      /*background-size: 50px;
      width: 50px;
      height: 85px;*/
    }

      .solutions-subpage-hero-container .solutions-subpage-hero a .icon 
      .icon-label {
        font-size: 10px;
        /*width: 70px;*/
        /*margin-left: -10px;*/
      }
}

@media (max-width: 380px) {

  .lato-light-25-380px {
    font-size: 25px;
  }

  .arvo-bold-22-380px {
    font-size: 22px;
  }

  .hero-container .hero-container-bg .lead-box .link-one-many {
    max-width: 292px;
  }

}

@media only screen and (min-width: 320px) and (max-width: 480px) {

  .solutions-hero .heading {
    font-size: 29px;
    padding-top: 30px;
    padding-bottom: 0px;
    margin-bottom: 0px !important;    
  }

  .hero-fore-img .copy {
    font-size: 29px;
    padding-top: 30px;
    padding-bottom: 12px;
    margin-bottom: 0px !important;
  }

  .solutions-subpage-hero-container .solutions-subpage-hero a .icon .icon-label {
    font-size: 8px;
    /*margin-left: -2px;*/
    
  }

  .solutions-subpage-container .solutions-subpage .title {
    font-size: 43px;
  }

  .solutions-subpage-container .solutions-subpage .intro {
    background-size: contain;
  }
  .next-solution {
    background-size: contain; 
  }

  .quotes {
    min-height: 903px;
  }

  .staff .staff-container .staff-tooltip .staff-extended .copy {
    padding-top: 0;
  }
}