/*
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 {
    color: #67c244;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
    color: #67c244;
  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 {
    background: #555a5e repeating-linear-gradient(-50deg, #4a4f53 0%, #4a4f53 3%, #505558 3%, #505558 9%, transparent 9%, transparent 41%, #505558 41%, #505558 47%, #4a4f53 47%, #4a4f53 53%, #505558 53%, #505558 59%, transparent 59%, transparent 91%, #505558 91%, #505558 97%, #4a4f53 97%, #4a4f53 100%);
    background-size: 840px 1000px;
}

body,
button,
input,
select,
textarea {
  color: #4a4f53;
  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 {
  padding-left: 20px;
  border-left: 4px solid #62a4b6;
  margin-top: 48px;
  margin-bottom: 48px;
}

  article blockquote {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
  }

  .column .post img {
    margin-bottom: 22.5px;
  }

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;
}

.uppercase {
  text-transform: uppercase;
}
.arvo-15 {
  font-family: 'Arvo', sans-serif;
  font-size: 15px;
  line-height: 21px;
}
.arvo-24 {
  font-family: 'Arvo', sans-serif;
  font-size: 24px;
  line-height: 25px;
}

.arvo-bold-16 {
  font-family: 'Arvo', sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.01em;
  font-weight: 700;
}

.arvo-bold-19 {
  font-family: 'Arvo', sans-serif;
  font-size: 19px;
  line-height: 19px;
  letter-spacing: -0.01em;
  font-weight: 700;
}

.arvo-bold-24 {
  font-family: 'Arvo', sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

.arvo-bold-28 {
  font-family: 'Arvo', sans-serif;
  font-size: 28px;
  line-height: 26px;
  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-13 {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    line-height: 13px;
}

.lato-italic-13 {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  line-height: 13px;
  font-style: italic;
}

.lato-italic-14 {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
}

.lato-italic-15 {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 15px;
  font-style: italic;
}

.lato-15 {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
}

.lato-16 {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
}

.lato-italic-18 {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
}

.lato-14 {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
}

.lato-bold-12 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  font-style: normal;
}

.lato-bold-13 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  font-style: normal;
}

.lato-bold-14 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 15px;
  font-style: normal;
}

.lato-black-15 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 15px;
  line-height: 16px;
}

.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: 700;
  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: 700;
  letter-spacing: 0.01em;
  font-size: 18px;
  line-height: 21px;
}

.lato-black-13 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  letter-spacing: 0.01em;
  font-size: 13px;
  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;
}

.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;
}

ol {
    margin-bottom: 1.5em;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

ul {
    list-style: none;
    padding:0;
    margin:0;
    margin-bottom: 24px;
}

li:before {
    content: "• ";
    color: #62a4b6; /* or whatever color you prefer */
}

.menu li:before {
    content: "";
}

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 {
  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;
  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 {
  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;
}

#content .blog-heading-container {
    width: 100%;
}

    #content .blog-heading-container .blog-heading {
        margin: 0 auto;
        max-width: 1070px;
        background-color: rgba(55, 57, 59, 0.75);
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 24px;
        padding-bottom: 24px;
        margin-bottom: 20px;
    }

    #content .blog-heading-container .blog-heading {
        margin-top: 31px;
    }

    #content .blog-heading-container .blog-heading .title,
    #content .blog-heading-container .blog-heading .subtitle {
        float: left;
        color: #fff;
    }
    
    #content .blog-heading-container .blog-heading .subtitle {
        line-height: 26px;
        color: #62a4b6;
        padding-left: 7px;
    }

    #content .blog-heading-container .blog-heading .search-form {
        float: right;
    }

        #content .blog-heading-container .blog-heading .search-form 
            input[type=submit] {
            display: none;
        }

        #content .blog-heading-container .blog-heading .search-form 
            input[type=text] {
                padding: 5px;
                color: #fff;
                background-color: #303437;
                background-repeat: no-repeat;
                width: 294px;
                background-position-x: 268px;
                background-position-y: center;
                border: 0px;
        }

/* Front page columns */

#content .blog-heading-container .blog-heading .title a,
#content .blog-heading-container .blog-heading .title a:visited,
#content .blog-heading-container .blog-heading .title a:active {
    color: #fff;
    text-decoration: none;
}

#content .left.column.main {
    
}

#content .columns-container {
    max-width: 1070px;
    margin: 0 auto;
}

    #content .column.left.sub,
    #content .column.right.sub,
    #content .column.left.main {
      padding-left: 0px;
      padding-right: 0px;
    }

    #content .column.right.sub.exterior {
        padding: 0px;
        padding-left: 21px;
    }

    #content .column .social-media,
    #content .single-post-container .social-media {
      background-color: #62a4b6;
      padding: 20px;
      margin-bottom: 20px;
    }

        #content .column .social-media .text,
        #content .single-post-container .social-media .text {
            color: #fff;
            margin-top: 9px;
            margin-bottom: 9px;
        }

        #content .column .social-media .input, 
        #content .single-post-container .social-media .input {
            background-color: #fff;
            max-width: 99%;
            margin-bottom: 18px;
            margin-left: -2px;
        }

            .social-media .input form p br {
              display: none;
            }

            .social-media .input form p {
              margin-bottom: 0px;
            }

            .social-media .input form p:nth-of-type(1) {
              float: left;
              width: 70%;
            }

            .social-media .s2_message {
              font-family: 'Lato', sans-serif;
              font-size: 13px;
            }

            .social-media .input form p:nth-of-type(2) {
              float: right;
              width: 30%;
            }

            .social-media .input form p label[for="s2email"] {
              display: none;
            }

            .social-media .input form p input[name="unsubscribe"] {
              display: none;
            }

            .social-media .input form p input[name="email"] {
              float: left;
              font-family: 'Lato', sans-serif;
              font-size: 13px;
              font-style: italic;
              color: #666;
              width: 100%;
            }

            .social-media .input form p input[name="email"]::-webkit-input-placeholder {
               color: red;
            }

            .social-media .input form p input[name="email"]:-moz-placeholder { /* Firefox 18- */
               color: red;  
            }

            .social-media .input form p input[name="email"]::-moz-placeholder {  /* Firefox 19+ */
               color: red;  
            }

            .social-media .input form p input[name="email"]:-ms-input-placeholder {  
               color: red;  
            }

            .social-media .input form p input[name="subscribe"] {
              float: left;
              text-transform: uppercase;
              font-family: 'Lato', sans-serif;
              font-size: 10px;
            }

            #content .column .social-media .input input[type="text"],
            #content .single-post-container .social-media .input input[type="text"] {
                height: 35px;
                padding-left: 12px;
                border: 0px;
            }

            #content .column .social-media .input input[type="submit"],
            #content .single-post-container .social-media .input 
            input[type="submit"] {
                border: 1px solid #fff;
                background-color: #62a4b6;
                color: #fff;
                height: 37px;
                box-shadow: none;
                border-radius: 0px;
                width: 76px;
                font-weight: 300 !important; /* small fix against boostrap */
                text-shadow: none;
                float: right;
            }

              #content .column .social-media .input input[type="submit"]:hover,
              #content .single-post-container .social-media .input 
                input[type="submit"]:hover {
                background-color: #458698;
              }

        #content .column .social-media .follow-us .text,
        #content .single-post-container .social-media .follow-us .text {
            float: left;
            margin-right: 20px;
        }

        #content .column .social-media .follow-us .images,
        #content .single-post-container .social-media .follow-us .images img {
            float: left;
      margin-right: 10px;
        }

        .ebook-offer {
            color: #4a4f53;
            background-color: #fff;
        }

            .ebook-offer .lead-image {
                /*padding-top: 22px;
                padding-left: 36px;
	        padding-bottom: 44px;*/
                background-repeat: no-repeat;
                background-position: top left;
	        width: 100%;
                color: #fff;
            }

                .ebook-offer .lead-image .small-text {
                    margin-bottom: 30px;
                }

            #content .column .ebook-offer .body {
                padding-top: 28px;
                padding-left: 30px;
                padding-bottom: 33px;
	        padding-right: 30px;
            }

            #content .column .ebook-offer .body .header {
                margin-bottom: 28px;
            }

            #content .column .ebook-offer .body .pitch {
                margin-bottom: 25px
            }

            #content .column .ebook-offer .body a {
                max-width: 168px;
            }

            .single-post-container .sidebar .ebook-offer .body {
                padding-top: 18px;
            } 

            .single-post-container .sidebar .ebook-offer .header {
                margin-bottom: 24px;
            }

            .single-post-container .sidebar .ebook-offer .pitch {
                margin-bottom: 23px;
            }

            #content .column .ebook-offer .body .download-link {
                color: #68c344;
                border: 1px solid #68c344;
                padding-top: 15px;
                padding-bottom: 15px;
                text-align: center;
                max-width: 168px;
            }

            .single-post-container .sidebar .ebook-offer .download-link {
                color: #67c244;
                border: 1px solid #67c244;
                padding-top: 15px;
                padding-bottom: 15px;
                text-align: center;
                max-width: 168px;
                margin-bottom: 62px;
            }

            .post {
                background-color: #fff;
                margin-right: 19px;
                margin-top: 20px;
                padding-bottom: 33px;
            }

        #content .column.right.sub .post {
            margin-right: 0px;
        }

        #content .column.sub .post .title, 
        #content .column.sub .post .author,
        #content .column.sub .post .body,
        #content .column.sub .post .read-button-wrapper {
            margin-left: 37px;
            margin-right: 37px;
        }

        #content .column.sub .post .read-button-wrapper {
            padding-right: 0px;
        }

        #content .column.sub .post .title {
            padding-top: 33px;
            padding-bottom: 33px;
        }

    #content .lead-story {
        background-color: #fff;
    }

        #content .lead-story .lead-image,
        #content .post .lead-image {
            width: 100%;
            height: 256px;
            background-size: cover;
            background-repeat: no-repeat;
        }

        #content .post .lead-image {
            height: 242px;
        }

        #content .lead-story .title,
        #content .lead-story .author,
        #content .lead-story .body,
        #content .lead-story .read-button-wrapper {
            margin-left: 37px;
            margin-right: 37px;
            margin-top: 33px;
      margin-bottom: 33px;
        }

    #content .lead-story .title a,
    #content .lead-story .title a:visited,
    #content .lead-story .title a:active,
    .column.sub .post .title a,
    .column.sub .post .title a:visited,
    .column.sub .post .title a:active {
      color: #4a4f53;
      text-decoration: none;
    } 

        #content .lead-story .post {
            margin-top: 0px;
            margin-right: 0px;
        }

    #content .post .author,
    #content .single-post-container article .author,
    .search-result .entry-header .author {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .search-result .entry-header .author {
      padding-bottom: 0px;
    }

    #content .post .author div,
    #content .single-post-container article .author div {
        float: left;
    }

        #content .post .author .name,
        #content .single-post-container article .author .name {
            margin-right: 5px;
        }

        #content .post .author .twitter-handle,
        #content .post .author .twitter-handle a,
        #content .post .author .twitter-handle a:active,
        #content .post .author .twitter-handle a:visited,
        #content .single-post-container article .author .twitter-handle,
        #content .single-post-container article .author .twitter-handle a,
        #content .single-post-container article .author .twitter-handle a:active,
        #content .single-post-container article .author .twitter-handle a:visited {
            color: #4ca2ba;
        }

        #content .post .author .date,
        #content .single-post-container article .author .date {
            float: right;
            color: #d0d2d3;
        }

        #content .post .read-button {
            color: #6cc049;
            border: 1px solid #6cc049;
            padding-top: 16px;
            padding-bottom: 16px;
            text-align: center;
            max-width: 178px;   
        }

        #content .post .read-button:hover,
        .download-link: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 */
        }

        #content .pullquote {
            background-color: #62a4b6;
            margin-top: 20px;
            padding-top: 37px;
            padding-left: 37px;
            padding-bottom: 35px;
            padding-right: 37px;
            color: #fff;
        }

        #content .pullquote.margin {
            margin-right: 20px;
        }

        #content .pullquote .quote {
            margin-bottom: 25px;
        }

/* Single Blog Posts */

#content .single-post-container {
    max-width: 1070px;
    margin: 0 auto;
    background-color: #fff;
    padding: 35px;
    margin-bottom: 37px;
}

    #content .single-post-container article, 
    #content .single-post-container .sidebar {
        float: left;
        padding: 0px;
    }

    #content .big-heading-container {
      width: 100%;
    }

    #content .big-heading-container .big-heading {
      max-width: 1070px;
      height: 520px;
      margin: 0 auto;
      background-size: cover;
      background-position: center top;
      position: relative;
      color: #fff;
    }

    #content .big-heading-container .big-heading .title-container {
      position: absolute;
      bottom: 0px;
      min-height: 110px;
      background-color: rgba(0, 0, 0, 0.50);
      width: 100%;
      padding-left: 32px;
      padding-top: 10px;
    }

    #content .big-heading-container .big-heading .title-container a,
    #content .big-heading-container .big-heading .title-container a:visited,
    #content .big-heading-container .big-heading .title-container a:active {
      color: #da752f;
      text-decoration: none;
    }

    #content .single-post-container .sidebar {
        padding-left: 35px;
        overflow: hidden;
    }

    #content .single-post-container .social-media .input input[type="text"] {
        width: 177px;
    }

    #content .single-post-container article .categories a,
    #content .single-post-container article .categories a:visited,
    #content .single-post-container article .categories a:active {
        color: #da752f;
    }

    #content .single-post-container .sidebar .recent-articles .heading {
        margin-bottom: 28px;
    }

    #content .single-post-container .sidebar .recent-articles p {
        margin-bottom: 0px; 
    }

    #content .single-post-container .sidebar .recent-articles .sidebar-excerpt {
        padding-bottom: 21px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 21px;
    }

    #content .single-post-container .sidebar .recent-articles .sidebar-excerpt 
    .link a,
    #content .single-post-container .sidebar .recent-articles .sidebar-excerpt 
    .link a:visited,
    #content .single-post-container .sidebar .recent-articles .sidebar-excerpt 
    .link a:active {
        color: #4ca2ba;
    }

  #content .single-post-container .sidebar .recent-articles .sidebar-excerpt 
  .link a:hover {
    color: #067b9b;
  }

    article a,
    article a:visited,
    article a:active {
        color: #4ca2ba;
    }

  article a:hover {
    color: #067b9b;
  }

    article .author-bio {
        border-top: 1px solid #ccc;
        padding-top: 26px;
        margin-bottom: 75px;
    }

    article .author-bio img {
        border-radius: 75px;
        border: 3px solid #ccc;
        float: left;
        margin-right: 22px;
    }

    article .author-bio .bio {
        float: left;
        max-width: 500px;
    }

      article .author-bio .bio .follow {
        text-transform: uppercase;
        font-weight: ;
      }

      article .author-bio .bio .copy {
        margin-top: 22px;
      }

        article .author-bio .bio .name {

        }

        article .author-bio .follow img {
            border-radius: 0px;
            border: 0px;
            float: none;
            margin-right: 8px;
        }

        article .related-posts .heading,
    .comments-area .heading {
            text-align: center;
            padding-top: 24px;
            padding-bottom: 24px;
            background-color: #f0f1f3;
            margin-bottom: 19px;
        }

    #comments {
      margin-top: 80px;
    }

        article .related-posts .related-thumb {
            float: left;
            color: #4a4f53;
            padding: 0px;
            text-align: center;
        }

        article .related-posts .related-thumb:last-child {
            margin-right: 0px;
        }

        article .related-posts .related-thumb a,
        article .related-posts .related-thumb a:visited,
        article .related-posts .related-thumb a:active {
            color: #4a4f53;
        }

        article .related-posts .related-thumb .title {
            margin-top: 18px;
            margin-bottom: 18px;
            text-align: center;
            min-height: 80px;
        }

        article .related-posts .related-thumb .link {
            border: 1px solid #67c244;
            color: #67c244;
            padding-top: 14px;
            padding-bottom: 14px;
            max-width: 130px;
            margin: 0 auto;
        }

        article .related-posts .related-thumb .link: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 */
        }

    article h2 {
      font-family: 'Lato', sans-serif;
      font-weight: 900;
      font-size: 28px;
      margin-bottom: 22px;
    }

    article h3 {
      font-family: 'Lato', sans-serif;
      font-weight: 900;
      font-size: 20px;
      margin-bottom: 22px;
    }

  /* Search Results */

  .page-header.search {
    margin: 0px 0px 0px 0px;
  }

    section#primary {
        max-width: 1070px;
        margin: 0 auto;
        background-color: #fff;
    }

  .search-results {
    margin: 0 auto;
    padding-left: 35px;
    padding-right: 35px;
  }

  .page-header.search h1 {
    margin-bottom: 10px;
  }

    .search-results .search-result,
    . {
      padding-left: 27px;
      padding-right: 27px;
      padding-bottom: 27px;
    }

      .search-results .search-result .thumbnail {
        height: 293px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-top: 20px;
        border: 0px;
      }

    .search-results article.search-result .entry-header a, 
    .search-results article.search-result .entry-header a:active, 
    .search-results article.search-result .entry-header a:visited {
      color: #4a4f53;
    }

    .search-result .author .name {
      float: left;
    }

    .single-post-container article .author .name a,
    .post .author .name a {
      color: #4a4f53;
    }

    .search-result .author .name a:hover,
    .search-result .excerpt .author .name a:hover,
    .search-result .excerpt .author .twitter-handle a:hover,
    .post .author .name a:hover,
    .single-post-container article .author .name a:hover {
      color: #067b9b;
    }

    .search-result .author .twitter-handle {
      float: left;
    }

    .search-result .author .date {
      float: right;
    }

    .search-result  .entry-header {
      padding-bottom: 0px;
    }

    .search-result .entry-header .author {
      margin-top: 33px;
      margin-bottom: 33px;
      padding-top: 12px;
      padding-bottom: 12px;
    }

/* Hero Section */

.hero-container {
  min-height: 490px;
}
  .hero-container .hero-container-bg {
    height: 400px;
    padding-top: 64px;
    background-size: cover;  
    background-color: black;
    background-repeat: no-repeat;
    background-position: center top;
  
    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 auto;
    margin-bottom: 44px;
    background-color: rgba(0, 0, 0, .57);
    min-width: 740px;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    text-transform: uppercase;
    padding-top: 60px;
    padding-bottom: 46px;
  }

  .hero-container .hero-container-bg .lead-box .copy {
    margin-bottom: 22px;
  }

  .hero-container .hero-container-bg .lead-box a {
    margin: 0 auto;
    max-width: 340px;
  }
  .hero-container .hero-container-bg .lead-box .link-container {
    background-color: rgba(0, 0, 0, .50);
    max-width: 340px;
    margin: 0 auto;
    float: none;
    border: 1px solid #8ab978;
    
  }
  .hero-container .hero-container-bg .lead-box .link {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .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 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;
        cursor: pointer; 
      }
      .hero-container .company-container .companies .company img {
        opacity: .5;
      }
      .hero-container .company-container .companies .company:hover img {
        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 */
      }

      .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;
}

#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: 62%;
  height: 462px;
  float: left;
  background-image: url('/wp-content/themes/thismoment/img/modal-backdrop.jpg');
  margin: 3% 0 3% 3%;
  z-index: 99999;
}
  .cta h2 {
    font-family: 'Helvetica-Neue', Helvetica, Arial, sans-serif;
    font-size: 50px;
    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: 32%; 
    float: right;
    height: 462px;
    background-color: #dbdcdc;
    margin: 3% 3% 3% 0;
    padding: 2% 0 0% 0%;
  }

  .contact-form form {
    width: 268px;
  }

  .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: 0px -120px;
      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('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: initial;
      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 {
        display: table-cell;
        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;#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: 5px;
} 

.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 !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;  
    }

    .hero-container .image-container .hero-fore-img .copy {
      color: #fff;
      margin-bottom: 50px;
    }

      .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: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .verb .tiles {
    height: auto;

  }

    .verb .tiles .img-wrapper {

      height: 250px;
      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(img/small-arrow.jpg) left bottom no-repeat,
        url(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 */

  .staff {
    
    /*background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;*/
    /*margin: 0 -15px;*/
  }
    .staff .staff-container {
      max-height: 536px;
      overflow: hidden;
    }

      .staff .heading {
        text-transform: uppercase;
        text-align: center;
        padding-top: 54px;
        padding-bottom: 54px;
      }

      /*.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 .staff-tooltip {
        z-index: 100;
        position: absolute;
        cursor: pointer;
        width: 0;
        height: 0;
        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: #8db3bd;
          width: 118px;
          padding: 10px 0;
          color: #fff;
          text-align: -webkit-center;
          text-align: -moz-center;
          overflow: visible;
          position: relative;
          z-index: 1;
        }

        .staff .staff-container .staff-tooltip .staff-cut .arrow {
          background: url(img/blue_arrow.png) top center no-repeat;
          height: 7px;
          width: 16px;
          position: absolute;
          left: 50%;
          margin-left: -8px;
          bottom: -7px;

        }

        .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 {

            }



      .CEO {
        
        left: 25%;
        top: 17%;
        
      }

      .CPO {
        left: 35%;
        top: 49%;
      }

      .CFO {
        left: 50%;
        top: 15%;
      }

      .SVP {
        left: 63%;
        top: 40%;
      }

      .CMO {
        left: 78%;
        top: 24%;
      }

  /* 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;
      }

      .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 {
        line-height: 52px;
        border: 1px solid #68c344;
        text-align: center;
        width: 195px;
        position: absolute;
        bottom: 0px;
      }

      .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 */
      }

#crestashareiconincontent {
    float: none !important;
}

#post-1287 {
  max-width: 1070px;
  margin: 0 auto;
  background-color: #fff;
  padding: 24px;
}

/*--------------------------------------------------------------
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('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;
  }
}
/*AS CHANGED - ADDDED*/
.entry-content, .entry-title, .comments-area, .sidebar, .entry-footer {
  padding-left: 5% !important;
  /*padding-right: 5% !important;*/
}	
/*AS CHANGED - from 35px*/
#main.site-main {
  padding-left: 0px;
  padding-right: 0px;
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.site-main .post-navigation {
    display: none;
}

.pager-container {
  margin: 0 auto;
  max-width: 600px;
  margin-top: 32px;
  margin-bottom: 255px;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous,
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: left;
  width: 50%;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #6cc049;
  border: 1px solid #6cc049;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 206px;
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 12px;
}

.comment-navigation .nav-previous a,
.comment-navigation .nav-previous a:visited,
.comment-navigation .nav-previous a:active,
.paging-navigation .nav-previous a,
.paging-navigation .nav-previous a:visited,
.paging-navigation .nav-previous a:active, 
.post-navigation .nav-previous a,
.post-navigation .nav-previous a:visited,
.post-navigation .nav-previous a:active,
.comment-navigation .nav-next a,
.comment-navigation .nav-next a:visited,
.comment-navigation .nav-next a:active,
.paging-navigation .nav-next a,
.paging-navigation .nav-next a:visited,
.paging-navigation .nav-next a:active, 
.post-navigation .nav-next a,
.post-navigation .nav-next a:visited,
.post-navigation .nav-next a:active {
  color: #6cc049;

}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
}

/*--------------------------------------------------------------
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 {

}

.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;
}

p.comment-form {
  float: left;
  
}

  p.comment-form input {
    width: 100%;
    margin-right: 23px;
  }

.comment-form-author,
.comment-form-comment {
  padding-left: 0px;
}

.comment.depth-2 {
  margin-left: 65px;
}

.comment p.reply-link {
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 19px;
  min-height: 12px;
}

.form-submit {
  text-align: center;
}

#submit {
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.0);
  box-shadow: none;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  font-style: normal;
  color: #67c244;
  text-transform: uppercase;
  border: 1px solid #67c244;
  border-radius: 0px;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 14px;
  padding-bottom: 14px;
}

#submit: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 */
}

.time-ago {
  color: #d0d2d3
}

#comments .comments-list {
  margin-bottom: 80px;
}

#comments .comments-list .comment {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}

  #comments .comments-list .comment img {
    border-radius: 50%;
    border: 1px solid #ccc;
    float: left;
    max-height: 45px;
    max-width: 45px;
    margin-right: 20px;
  }

    #comments .comments-list .comment:last-child {
      border: 0px;
    }

    #comments .comments-list .comment .name {
      margin-bottom: 20px;
      line-height: 18px;
    }

    #comments .comments-list .comment .content {
      margin-left: 65px;
    }

/*--------------------------------------------------------------
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;
  border: 1px solid #80888e;
  padding: 6px;
}

.wp-caption-text {
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  color: #80888e;
}

.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('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('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 h1 {
  font-family: 'Arvo', serif;
  font-size: 15px;
  line-height: 18px;
  line-height: 17px;
  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;
    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('img/tooltip-top.png') no-repeat top left;
}

.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 (max-width: 1030px) {
  #content .column .social-media .input, 
  #content .single-post-container .social-media .input {
    margin-left: 0px;
  }

  .social-media .input form p:nth-of-type(1) {
    width: auto;
  }

  .social-media .input form p:nth-of-type(2) {
    width: auto;
  }
}

@media (max-width: 881px) {
  .hero-container .image-container .hero-fore-img {

  }

  .tile {
    padding: 0 20px;
  }

}

@media (max-width: 840px) {
  .tile-super-container .tile-container .tile
  .tile-column {
    margin-left: 0px;
  }

  #ssImg {
    display: none;
  }

  .staff .staff-container {
    height: 573px;
    max-height: none;
  }

  .staff .staff-container .staff-tooltip {
    width: 50% !important;
    height: 191px !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%;
        background-size: contain !important;
      }

      .staff .staff-container .staff-tooltip .staff-extended .copy {
        padding-right: 0;
        width: 70%;
      }
}

@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 (max-width: 768px) {

  nav#site-navigation {
    margin-right: 180px;
  }

    #content .big-heading-container .big-heading .title-container {
      height: auto;
      padding-left: 0px;
      padding-top: 0px;
    }

    #content .column.left.main {
      padding-left: 15px;
      padding-right: 15px;
    }

    #content .column.sub.left {

    }

    #content .single-post-container .sidebar {
        padding-left: 0px;
    }

    #content .blog-heading-container .blog-heading .title {
        margin-top: 10px;
    }

    #content .blog-heading-container .blog-heading .title,
    #content .blog-heading-container .blog-heading .subtitle {
        float: none;
        text-align: center;
    }

    #content .blog-heading-container .blog-heading {
        padding-left: 0px;
        padding-right: 0px;
    }

    #content .blog-heading-container .blog-heading .search-form {
        float: none;
        width: 100%;
        margin-top: 10px;
    }

    #content .blog-heading-container .blog-heading .search-form .blog-search {
    text-align: center;
  }

  .post {
    margin-right: 0px;
  }

    #content .pullquote.margin {
    margin-right: 0px;
  }

  #content .column.right.sub.exterior {
    padding-left: 0px;
  }

  .demo-button {
    width: 150px;
    font-size: 80%;
    margin-right: -175px;
  }

  article {
    margin-bottom: 20px;
  }

  #content .single-post-container {
    padding: 0px;
  }

  article .author-bio img {
    float: none;
    margin-bottom: 10px;
  }

  .site-footer .meanings {
    width: auto;
  }

  .solutions-subpages .subpage {
    margin-right: 0px !important;
    padding: 0 20px;
    min-height: 536px;
    max-width: 100%;
  }
  .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) {

  .staff .staff-container {
    height: 954px;
    max-height: none;
  }

    .staff .staff-container .staff-tooltip {
      width: 100% !important;
      height: 191px !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-height: 260px;
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 84px;
  }
  .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;
  }
  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; }
  ul#menu-small-menu li a, ul#menu-small-menu li a:hover, ul#menu-small-menu li a:visited,
  ul#menu-large-menu li a, ul#menu-large-menu li a:hover, ul#menu-large-menu li a:visited {
    margin: 0;
    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 */
  }
  ul#menu-large-menu li a:hover, ul#menu-small-menu li a:hover, ul#menu-large-menu li.active a:hover, ul#menu-small-menu 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;
  }
  #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;
  }

  /* 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: 15px; 
    }

      .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 {
      width: 100%;
    }

    .tile-super-container .tile-container .tile .tile-column .feature-list .list {
      width: 50%;
    }

  /* Platform */

  .four-copy {
    margin-top: 0px;
  }

  .hero-container .image-container .mobile-hero-back-img {
    display: inline;
    left: 0;
  }

  .hero-container .image-container .hero-back-img {
    display: none;
  }

  .tile {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 640px) {

  #content .column.left.main {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  /*AS CHANGED - ADDDED*/
  .entry-content, .entry-title, .comments-area, .sidebar, .entry-footer {
  padding-left: 5% !important;
  padding-right: 5% !important;
  }	
}

@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 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 only screen
and (min-width: 320px)  
and (max-width: 480px) {
  .solutions-hero .heading,
  .hero-fore-img .copy {
    font-size: 29px;
    padding-top: 30px;
    padding-bottom: 12px;
    margin-bottom: 0px !important;
  }

  .solutions-subpage-hero-container {
    /*padding-top: 10px;*/
  }
    .solutions-subpage-hero-container .solutions-subpage-hero a .icon {
      /*background-size: 40px;
      height: 80px;
      width: 160%;
      margin-left: -10px;*/
    }

      .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; 
  }

  .staff .staff-container .staff-tooltip .staff-extended .copy {
    padding-top: 0;
  }
}