/*
    Author: Josh Clemans

    Tags: product, showcase, blue, red, white, one-column, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready

    Template: genesis
    Template Version: 2.2

    License: GPL-2.0+
    License URI: http://www.opensource.org/licenses/gpl-license.php

*/


/* HTML 5 Reset
 * ========================================================================== */

/* Baseline Normalize - normalize.css v3.0.1 | MIT License | git.io/normalize */

html{margin-top:0 !important;font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


/* Box Sizing
 * ========================================================================== */

*,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

/* Float Clearing
 * ========================================================================== */

.author-box:before,
.clearfix:before,x
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.page-header:before,
.site-inner:before,
.widget:before,.
.wrap:before {
    content: " ";
    display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.page-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}

/* Functional
 * ========================================================================== */

.full-width-content .content-sidebar-wrap {
    max-width: none !important;
    margin: 0 auto;
}

/* Utility
 * ========================================================================== */

.no-click > a:hover {
  cursor: default !important;
  color: #204354 !important;
}

.mobile-hide {
  visibility: hidden;
  clip: rect(0px, 0px, 0px, 0px);
  position: absolute;
  display: none;
} 

.text-center {
    text-align: center;
}

.center-content {
  margin: 0 auto !important; 
  text-align: center;
}


.center-content-half {  
  max-width: 600px;
  margin: 0 auto !important; 
  text-align: center;
}

@media only screen and (min-width: 800px) {
    .mobile-hide {
        visibility: visible;
        position: relative;
        display: inherit;
    }

    .mobile-show {
/*      visibility: hidden;
        clip: rect(0px, 0px, 0px, 0px);
        position: absolute;*/
        display: none !important;
    }

    .align-right {
    text-align: right;
  }
}

@media only screen and (max-width: 800px) {
    .text-center-mobile {
    text-align: center;
}
    .mobile-hide-icon:before {
        display: none;
    }
}

/* Typography
 * ========================================================================== */
/*  @font-face {
     font-family: 'Sailec';
     src: url('fonts/type_dynamic_-_sailec_bold_italic-webfont.eot');
     src: url('fonts/type_dynamic_-_sailec_bold_italic-webfont.eot?#iefix') format('embedded-opentype'),
          url('fonts/type_dynamic_-_sailec_bold_italic-webfont.woff2') format('woff2'),
          url('fonts/type_dynamic_-_sailec_bold_italic-webfont.woff') format('woff'),
          url('fonts/type_dynamic_-_sailec_bold_italic-webfont.ttf') format('truetype'),
          url('fonts/type_dynamic_-_sailec_bold_italic-webfont.svg#sailecbold_italic') format('svg');
     font-weight: 700;
     font-style: italic;
 }*/

 @font-face {
     font-family: 'Sailec';
     src: url('fonts/type_dynamic_-_sailec_bold-webfont.eot');
     src: url('fonts/type_dynamic_-_sailec_bold-webfont.eot?#iefix') format('embedded-opentype'),
          url('fonts/type_dynamic_-_sailec_bold-webfont.woff2') format('woff2'),
          url('fonts/type_dynamic_-_sailec_bold-webfont.woff') format('woff'),
          url('fonts/type_dynamic_-_sailec_bold-webfont.ttf') format('truetype'),
          url('fonts/type_dynamic_-_sailec_bold-webfont.svg#sailecbold') format('svg');
     font-weight: 700;
     font-style: normal;
 }

/* @font-face {
     font-family: 'Sailec';
     src: url('fonts/type_dynamic_-_sailec_light_italic-webfont.eot');
     src: url('fonts/type_dynamic_-_sailec_light_italic-webfont.eot?#iefix') format('embedded-opentype'),
          url('fonts/type_dynamic_-_sailec_light_italic-webfont.woff2') format('woff2'),
          url('fonts/type_dynamic_-_sailec_light_italic-webfont.woff') format('woff'),
          url('fonts/type_dynamic_-_sailec_light_italic-webfont.ttf') format('truetype'),
          url('fonts/type_dynamic_-_sailec_light_italic-webfont.svg#saileclight_italic') format('svg');
     font-weight: 300;
     font-style: italic;
 }*/

 @font-face {
     font-family: 'Sailec';
     src: url('fonts/type_dynamic_-_sailec_light-webfont.eot');
     src: url('fonts/type_dynamic_-_sailec_light-webfont.eot?#iefix') format('embedded-opentype'),
          url('fonts/type_dynamic_-_sailec_light-webfont.woff2') format('woff2'),
          url('fonts/type_dynamic_-_sailec_light-webfont.woff') format('woff'),
          url('fonts/type_dynamic_-_sailec_light-webfont.ttf') format('truetype'),
          url('fonts/type_dynamic_-_sailec_light-webfont.svg#saileclight') format('svg');
     font-weight: 300;
     font-style: normal;
 }

/* @font-face {
     font-family: 'Sailec';
     src: url('fonts/type_dynamic_-_sailec_medium_italic-webfont.eot');
     src: url('fonts/type_dynamic_-_sailec_medium_italic-webfont.eot?#iefix') format('embedded-opentype'),
          url('fonts/type_dynamic_-_sailec_medium_italic-webfont.woff2') format('woff2'),
          url('fonts/type_dynamic_-_sailec_medium_italic-webfont.woff') format('woff'),
          url('fonts/type_dynamic_-_sailec_medium_italic-webfont.ttf') format('truetype'),
          url('fonts/type_dynamic_-_sailec_medium_italic-webfont.svg#sailecmedium_italic') format('svg');
     font-weight: 500;
     font-style: italic;
 }
*/
 @font-face {
     font-family: 'Sailec';
     src: url('fonts/type_dynamic_-_sailec_medium-webfont.eot');
     src: url('fonts/type_dynamic_-_sailec_medium-webfont.eot?#iefix') format('embedded-opentype'),
          url('fonts/type_dynamic_-_sailec_medium-webfont.woff2') format('woff2'),
          url('fonts/type_dynamic_-_sailec_medium-webfont.woff') format('woff'),
          url('fonts/type_dynamic_-_sailec_medium-webfont.ttf') format('truetype'),
          url('fonts/type_dynamic_-_sailec_medium-webfont.svg#sailecmedium') format('svg');
     font-weight: 500;
     font-style: normal;
 }

/* @font-face {
     font-family: 'Sailec';
     src: url('fonts/type_dynamic_-_sailec_regular_italic-webfont.eot');
     src: url('fonts/type_dynamic_-_sailec_regular_italic-webfont.eot?#iefix') format('embedded-opentype'),
          url('fonts/type_dynamic_-_sailec_regular_italic-webfont.woff2') format('woff2'),
          url('fonts/type_dynamic_-_sailec_regular_italic-webfont.woff') format('woff'),
          url('fonts/type_dynamic_-_sailec_regular_italic-webfont.ttf') format('truetype'),
          url('fonts/type_dynamic_-_sailec_regular_italic-webfont.svg#sailecitalic') format('svg');
     font-weight: 400;
     font-style: italic;
 }*/

/* @font-face {
     font-family: 'Sailec';
     src: url('fonts/type_dynamic_-_sailec_thin_italic-webfont.eot');
     src: url('fonts/type_dynamic_-_sailec_thin_italic-webfont.eot?#iefix') format('embedded-opentype'),
          url('fonts/type_dynamic_-_sailec_thin_italic-webfont.woff2') format('woff2'),
          url('fonts/type_dynamic_-_sailec_thin_italic-webfont.woff') format('woff'),
          url('fonts/type_dynamic_-_sailec_thin_italic-webfont.ttf') format('truetype'),
          url('fonts/type_dynamic_-_sailec_thin_italic-webfont.svg#sailecthin_italic') format('svg');
     font-weight: 300;
     font-style: italic;
 }*/

 @font-face {
     font-family: 'Sailec';
     src: url('fonts/type_dynamic_-_sailec_thin-webfont.eot');
     src: url('fonts/type_dynamic_-_sailec_thin-webfont.eot?#iefix') format('embedded-opentype'),
          url('fonts/type_dynamic_-_sailec_thin-webfont.woff2') format('woff2'),
          url('fonts/type_dynamic_-_sailec_thin-webfont.woff') format('woff'),
          url('fonts/type_dynamic_-_sailec_thin-webfont.ttf') format('truetype'),
          url('fonts/type_dynamic_-_sailec_thin-webfont.svg#sailecthin') format('svg');
     font-weight: 300;
     font-style: normal;
 }

 @font-face {
     font-family: 'Sailec';
     src: url('fonts/type_dynamic_-_sailec-webfont.eot');
     src: url('fonts/type_dynamic_-_sailec-webfont.eot?#iefix') format('embedded-opentype'),
          url('fonts/type_dynamic_-_sailec-webfont.woff2') format('woff2'),
          url('fonts/type_dynamic_-_sailec-webfont.woff') format('woff'),
          url('fonts/type_dynamic_-_sailec-webfont.ttf') format('truetype'),
          url('fonts/type_dynamic_-_sailec-webfont.svg#sailecregular') format('svg');
     font-weight: 400;
     font-style: normal;
 }

body {
    background-color: #fff; 
    color: #204354;
    font-family: "Sailec", "Avenir", "Helvetica", arial;
    font-size: 14px; 
    font-weight: 400;
    line-height: 1.612;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

@media screen and (min-width: 800px) {
   body {
        font-size: 16px;
   }
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

/*li {
    list-style: solid circle;
}*/

h1 {
    margin: 0 0 0.612em;
    line-height: 1.2;
    letter-spacing: -0.02em;
}
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 0.612em;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

h1,
.page-header .author-box-title {
    font-size: 48px;
    font-weight: 300;
}

h2,
.entry-title {
    font-size: 32px;
    font-weight: 700;
}

h3 {
    font-size: 32px;
    font-weight: 300;
}

h4 {
    font-size: 24px;
    font-weight: 400;
}

h4.small {
    font-size: 20px;
    font-weight: 400;
}

h4.small-bold {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .5px !important;
}


h5 {
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
}

h6,
.widgettitle {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 20px;
    opacity: .5;
    font-weight: 500;
    text-transform: uppercase;
}

h6,
.entry-meta,
.nav-primary .genesis-nav-menu a,
.comment-meta,
.widgettitle {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 400;
}

p {
    padding: 0;
    font-size: 17px;
    font-weight: 400;
}

p.small {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}

p.bold {
    font-weight: 500;
}

strong {
    font-weight: 700;
}

blockquote {
    font-style: italic;
    font-size: 20px;
    font-weight: 400;
    /*margin: 2em 0;*/
}

.entry-content blockquote {
    padding-left: 5%;
}

blockquote p:last-of-type {
    margin: 0;
}

code,
pre {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    font-size: 12px;
    color: #204354;
    border: 1px solid #e1e1e8;
    background-color: #f7f7f9
}

code {
    padding: 2px 4px;
    white-space: nowrap;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    line-height: 18px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
}

pre code {
    padding: 0;
    color: inherit;
    white-space: pre;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0;
}

cite {
    font-style: normal;
}

hr,
.clear-line {
    overflow: hidden;
    width: 100%;
    border: none;
    border-bottom: 1px solid #eee;
    margin: 0 0 40px;
  }


/* Links
 * ========================================================================== */

a {
    color: #52c0cb;
    text-decoration: none;
    outline: 0;
}

a:hover {
    border-color: transparent;
    text-decoration: underline;
}

/* Transitions
 * ========================================================================== */

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.button:after,
.button:before,
.genesis-nav-menu a,
.team-grid .overlay {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition:    all .2s ease-in-out;
    -ms-transition:     all .2s ease-in-out;
    -o-transition:      all .2s ease-in-out;
    transition:         all .2s ease-in-out;
}

/* Selection
 * ========================================================================== */

::-moz-selection {
    background-color: rgba(0,0,0,0.5);
    color: #fff;
}

::selection {
    background-color: rgba(0,0,0,0.5);
    color: #fff;
}


/* Objects
 * ========================================================================== */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

.full-width-content img.pull {
    margin-left: -70px;
    margin-right: -70px;
    max-width: 800px;
}

.video-wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem 0;
}

/* Forms, Inputs & Buttons
 * ========================================================================== */

input:-webkit-autofill {
    background-color: #41d592 !important;
}

textarea {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    color: #204354;
    font-size: 16px;
    padding: 14px 16px 12px;
    width: 75%;
}

textarea.url-share {
    width: 100%;
    padding: 0px 7px 0px;
    margin-bottom: 5px;
    font-size: 15px;
    max-width: 500px;
}

select,
input {
  background-color: #fff;
  border-radius: 0px;
  border: 1px solid #dcdcdc;
  color: #204354;
  font-size: 16px;
  padding: 14px 16px 12px;
  border-width: none !important;
  border-width: 0px;
  border-style: inset;
  border-color: initial;
  border-image: initial;
  box-shadow: none;
  border-bottom: 1px solid #dcdcdc;
  /* hs styles */
  display: inline-block;
  width: 90%;
  max-width: 500px;
  color: #33475b;
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px; 
  border-radius: 3px;
  height: 44px;
}

select {
  height: 45px;
}

@media screen and (min-width: 800px){
  input,
  select,
  textarea {
      background-color: #f5f8fa;
/*      border-radius: 4px;
      border: 1px solid #dcdcdc;*/
      color: #204354;
      font-size: 16px; 
      padding: 14px 16px 12px;
      width: 40%;
  }
}

button,
.button,
textarea,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="password"],
input[type="url"],
input[type="text"],
input[type="search"],
input[type="email"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
    margin-right: 10px;
    width: auto;
}

input:focus,
textarea:focus {
    outline: none;
    border-color: #204354;
}

.input-large {
    font-size: 24px;
    padding: 15px;
}

select.input-large {
    height: 54px;
    line-height: 54px;
    padding-top: 12px;
}

.input-small {
    font-size: 12px;
    padding: 5px 10px;
}

::-moz-placeholder {
    color: #555555;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #555555;
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent;
}

/* Buttons
 * ========================================================================== */

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    background-color: #204354; 
    border-radius: 4px;
    box-shadow: none;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.612;
    display: inline-block;
    outline: none;
    text-align: center;
    padding: 14px 20px 12px;
    text-decoration: none;
    width: auto;
    white-space: nowrap; 
    border-radius: 40px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .12em;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
    text-decoration: none;
    opacity: 1;
    box-shadow: inset 0 0 0 200px rgba(0,0,0,0.1);
}

.button.small {
    font-size: 14px;
    padding: 8px 20px 5px;
}

.button.secondary {
    background: #52c0cb;
}

.button.light {
    background: #eee;
    color: #204354;
}

.bg-primary .button.light,
.bg-secondary .button.light {
    background: rgba(255,255,255,0.2);
    color: #fff;
}

.bg-primary .button.light:hover,
.bg-secondary .button.light:hover {
    box-shadow: inset 0 0 0 200px rgba(255,255,255,0.2);
}

.button.full-width {
    display: block;
    width: 100%;
}

.button.minimal {
    background: transparent;
    color: #e6413e;
    padding-left: 0;
    padding-right: 0;
}

.button.minimal:hover {
    box-shadow: none;
}

.button.white {
    background: #fff;
    color: #e6413e;
}

.button.arrow-left:before,
.button.arrow-right:after {
    font-family: Ionicons;
    vertical-align: top;
}

.button.arrow-right:after {
    content: "\f30f";
    margin-left: 8px;
}

.button.arrow-right:hover:after {
    margin-left: 12px;
    margin-right: -4px;
}

.button.arrow-left:before {
    content: "\f2ca";
    margin-right: 8px;
}

.button.arrow-left:hover:before {
    margin-right: 12px;
    margin-left: -4px;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}



/* Tables
 * ========================================================================== */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}

tbody {
    border-bottom: 1px solid #ddd;
}

td,
th {
    text-align: left;
}

td {
    border-top: 1px solid #ddd;
    padding: 6px 0;
}

th {
    font-weight: 400;
}

/* Accessibility
 * ========================================================================== */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
    background-color: #fff;
    border: 0;
    clip: rect(0, 0, 0, 0);
    color: #232525;
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus  {
    border: 1px solid #5b5e5e;
    clip: auto !important;
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    height: auto;
    padding: 20px;
    text-decoration: none;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.genesis-skip-link {
    margin: 0;
}

.genesis-skip-link li {
    height: 0;
    width: 0;
    list-style: none;
}

/* Display outline on focus */
:focus {
    outline: 1px dotted rgba(0,0,0,0.2);
}

/* Wordpress
 * ========================================================================== */

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

a.alignnone {
    display: inline-block;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
    margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 60px 0px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 0px 60px;
}

img.alignleft.entry-image,
img.alignright.entry-image {
    margin-bottom: 0;
}

.entry-content figure {
    margin: 60px 0 50px;
}

.wp-caption-text { 
  font-size: .9rem;
  font-weight: 400;
  text-align: center;
  padding: 0 0.5rem;
  line-height: 1.4;
  color: #7d919e;
}



.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
    margin: 0 0 10px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
    margin-bottom: 30px;
}

a[rel~="attachment"],
a[rel~="attachment"]:hover,
.gallery-item a,
.wp-audio-shortcode a,
.wp-audio-shortcode a:hover,
.wp-caption a,
.wp-caption a:hover,
.wp-playlist a,
.wp-playlist a:hover,
.wp-video a,
.wp-video a:hover {
    border-width: 0 !important;
}

img.stretch {
    max-width: 112%;
    margin-left: -6%;
    display: inline-block;
    margin-top: 20px;
}

@media only screen and ( min-width: 1024px ) {
    img.stretch {
        max-width: 140%;
        margin-left: -20%;
    }
}


/* Site Containers
 * ========================================================================== */

.site-container {
    width: 100vw;
}

.showcase-landing .site-container {
    margin: 0 auto;
    max-width: 800px;
}

.wrap {
    margin: 0 auto;
    padding: 0 5%;
}

.double-wrap {
    margin: 0 auto;
    padding: 0 10%;
}

@media only screen and (min-width: 800px) {
  .all-wrap {
      margin: 0 auto;
      padding: 0 2%;
  }
}

.big-max-wrap {
    margin: 0 auto;
    padding: 0 5%;
    max-width: 1400px;
    margin: 0 auto;
}


.site-inner {
/*    clear: both;
    padding: 40px 0;
    overflow: hidden;*/
    background: #fff;
    z-index: 2;
}

.full-width-content .content {
    width: 100%;
}

@media only screen and (min-width: 1024px) {

    .content {
        float: none;
        width: 100%;
    } 

    .content-sidebar .content {
        float: left;
	      width: 70%;
    }

    .sidebar-primary {
        float: right;
        width: 25%;
    }

    .sidebar-content .sidebar-primary {
        float: left;
    }

/*    aside#genesis-sidebar-primary {
    position: fixed;
    right: 0;
  }*/

  .wrap {
      max-width: 1380px;
    }

  .med-wrap {
    max-width: 1200px;
    padding: 0 5%;
    margin: 0 auto;
  }  

  .double-wrap {
        max-width: 1000px;
    }

  .no-max-wrap {
    padding: 0 5%;
    margin: 0 auto;
  }

/*  .site-inner {
      background-color: #fff;
      z-index: 9999;
    }*/
}

/* Grid
 * ========================================================================== */

@media only screen and (min-width: 800px) {

    .grid,
    [class*="grid-"],
    .equal-heights > * {
        display: flex;
        flex-wrap: wrap;
    }

    .grid > *,
    [class*="grid-"] > * {
        align-self: stretch;
    }

    .equal-heights > * > * {
        align-self: stretch;
        flex-grow: 1;
        width: 100%;
    }

    .five-sixths,
    .four-sixths,
    .four-fifths,
    .one-fifth,
    .one-fourth,
    .footer-widgets .widget-area,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-fifths,
    .three-sixths,
    .two-fourths,
    .two-fifths,
    .two-sixths,
    .two-thirds {
        float: left;
        margin-left: 3.448275862069%;
    }

    .one-half,
    .three-sixths,
    .two-fourths {
        width: 48.275862068966%;
    }

    .one-third,
    .two-sixths {
        width: 31.034482758621%;
    }

    .one-third-jc {
        width: 32.999%;
        display: inline-block;
    }

    .four-sixths,
    .two-thirds {
        width: 65.51724137931%;
    }

    .one-fourth,
    .footer-widgets .widget-area {
        width: 22.413793103448%;
    }

    .three-fourths {
        width: 74.137931034483%;
    }

    .one-fifth {
        width: 17.241379310345%;
    }

    .two-fifths {
        width: 37.931034482759%;
    }

    .three-fifths {
        width: 58.620689655172%;
    }

    .four-fifths {
        width: 79.310344827586%;
    }

    .one-sixth {
        width: 13.793103448276%;
    }

    .five-sixths {
        width: 82.758620689655%;
    }

    .first,
    .footer-widgets .widget-area:first-child {
        clear: both;
        margin-left: 0;
    }

    .only {
        float: none;
        margin: 0 auto;
    }
}

/* Widgets
 * ========================================================================== */

.widget {
    word-wrap: break-word;
}

.widget ol > li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget li li {
    border: 0;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}

/* Icons
 * ========================================================================== */

.icon {
/*    font-size: 60px;
    margin: 0 0 15px;
    color: #52c0cb;*/
}

.icon.big:before {
  font-size: 28px !important;
}

.icon.jumbo:before {
  font-size: 36px !important;
}


/* Featured Content
 * ========================================================================== */

.featured-content.widget .entry {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.featured-content .entry-title {
    font-weight: 700;
    font-size: 18px;
}

@media only screen and ( min-width: 1024px ) {

    .featured-content .entry-title {
        font-size: 24px;
    }

}

/* Plugins
 * ========================================================================== */

/* Genesis eNews Extended */

.enews-widget input {
    margin-bottom: 10px;
}

.enews-widget p {
    margin-bottom: 20px;
}

.enews form + p {
    line-height: 1.5;
    margin-top: 30px;
}

/* Genesis Simple Share */

.content .share-after {
    margin-bottom: 20px;
}

.content a.count,
.content a.count:hover,
.content a.count:focus,
.content a.share,
.content a.share:hover,
.content a.share:focus {
    border: none;
    font-weight: 400;
}

.content .share-filled .share {
    border-radius: 0;
}

.content .share-filled .count {
    border-radius: 0;
}

.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
    color: #5b5e5e;
    border: 1px solid #5b5e5e;
}

.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
    background: #5b5e5e !important;
}

.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter:hover .count {
    color: #fff;
}

/* Jetpack */

#wpstats {
    display: none;
}
 

/* Search Form
 * ========================================================================== */

.search-form {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.search-form:after {
    content: "\f4a4";
    position: absolute;
    right: 12px;
    top: -2px;
    font-family: ionicons;
    font-size: 30px;
    pointer-events: none;
    color: #dcdcdc;
}

.search-form input[type="search"] {
    width: 100%;
    padding: 10px 38px 9px 12px;
    font-size: 16px;
}

.search-form input[type="submit"] {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    text-indent: -9999px;
    border-color: transparent;
    background: transparent;
}

.search-form input[type="submit"]:hover {
    box-shadow: none;
}

@media only screen and (min-width: 800px) {

    .search-form {
        width: auto;
        margin-bottom: 40px;
    }

}


/* Site Header
 * ========================================================================== */

.site-header {
    width: 100%;
/*    z-index: 999;
*/    padding: 0px 0;
    background: #52c0cb;
    position: relative;
}

/*@media only screen and (min-width: 800px) {
    .site-header {
        padding: 15px 0;
    }
}*/

.bg-primary .site-header {
    background: transparent;
}

.title-area {
    float: left;
    margin-top: 10px;
    padding-left: 25px;
}

.site-title {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 auto;
}

.site-title a {
    color: #fff;
    text-decoration: none;
}

.header-image .nav-primary:not(button) {
    margin-top: 22px;
}

.header-image .site-title {
    display: block;
    text-indent: -9999px;
}

.header-image .site-title > a {
    background-position: center center !important;
    background-size: contain !important;
    float: left;
    min-height: 75px;
    width: 160px;
}

.header-image .title-area {
    margin: 0;
    width: 200px;
    display: block;
}

.site-description {
    display: none;
}

@media only screen and (min-width: 800px) {

/*  .site-header {
        padding: 30px 0 25px;
    }*/

    .site-header .wrap {
        max-width: none;
    }

    .bg-primary .site-header {
        padding: 30px 0 0;
    }

    .title-area {
        margin-top: 4px;
    }

    .site-title {
        font-size: 32px;
    }

    .header-image .site-title {
        margin-top: 5px;
    }
}

/* Navigation
 * ========================================================================== */

.genesis-nav-menu li {
    display: inline-block;
    list-style: none;
    position: relative;
}

.genesis-nav-menu a {
    border: none;
    display: block;
    margin: 0 16px 0;
    position: relative;
    color: #fff;
}

.genesis-nav-menu li a:hover,
.genesis-nav-menu .menu-item a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    text-decoration: none;
}

@media only screen and (min-width: 800px) {

    .genesis-nav-menu .menu-item.highlight a {
        background: transparent;
        border: 1px solid #5b5aec;
        border-radius: 3px;
        color: #5b5aec;
        line-height: 1;
        padding: 10px 20px 8px;
    }

    .genesis-nav-menu .sub-menu {
        width: 180px;
        z-index: 99;
        background: #fff;
        box-shadow: 0 5px 10px -5px rgba(0,0,0,0.2);
        border-radius: 3px;
        opacity: 0;
        margin-top: -12px;
        position: absolute;
        left: -9999px;
        text-align: left;
    }

    .genesis-nav-menu > li .sub-menu:before {
        content: " ";
        position: absolute;
        top: -5px;
        left: 16px;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #fff;
    }

    .genesis-nav-menu .menu-item:hover > .sub-menu {
        margin-top: 0;
        opacity: 1;
        left: 0;
    }

    .genesis-nav-menu > .menu-item:hover > .sub-menu {
        left: 18px;
    }

    .genesis-nav-menu .sub-menu li a {
        border-top: none;
        padding: 8px 16px;
        margin: 0;
        color: #204354;
        width: 100%;
    }

    .genesis-nav-menu .sub-menu li {
        width: 100%;
    }

    .genesis-nav-menu .sub-menu li:first-child > a {
        padding-top: 16px;
    }

    .genesis-nav-menu .sub-menu li:last-child a {
        padding-bottom: 12px;
    }

    .genesis-nav-menu .sub-menu .sub-menu {
        margin: 0 0 0 178px;
        top: 0;
    }

    .genesis-nav-menu .sub-menu .sub-menu:before {
        display: none;
    }
}

/* Responsive Menu */

.sub-menu-toggle,
.menu-toggle {
    display: none;
    visibility: hidden;
}

@media only screen and (max-width: 800px) {

    .sub-menu-toggle,
    .menu-toggle {
        display: block;
        visibility: visible;
    }

    .nav-primary,
    .nav-primary .sub-menu {
        width: 100%;
        display: none;
    }

    .menu-toggle {
        display: block;
        float: right;
        background: none;
        padding: 6px 2px 0;
        text-indent: 9999px;
        color: transparent;
        overflow: hidden;
        width: 50px;
        height: 50px;
        margin-right: -12px;
        margin-top: -5px;
        position: relative;
        border: none;
    }

    .header-image .menu-toggle {
        margin-top: 12px;
    }

    .menu-toggle:before {
        position: absolute;
        color: #fff;
        top: 3px;
        right: 13px;
        content: "\f394";
        display: inline-block;
        font: normal 30px/1.5 'ionicons';
        margin: 0 auto;
        padding: 0;
    }

    .menu-toggle.activated::before {
      content: "\f2d7";
      right: 16px;
    }

    .sub-menu-toggle {
        position: absolute;
        right: 0;
        top: 10px;
        background: transparent;
        padding: 6px 2px 0;
        border: none;
    }

    .sub-menu-toggle:before {
        content: "\f123";
        color: #fff;
        font: normal 16px/1 'ionicons';
        padding: 14px 5px 14px;
        cursor: pointer;
    }

    .nav-primary .genesis-nav-menu li {
        width: 100%;
    }

    .nav-primary .genesis-nav-menu > li:first-child {
        margin-top: 20px;
    }

    .nav-primary .genesis-nav-menu li .sub-menu {
        margin: 0 0 0 24px;
        width: calc( 100% - 24px );
    }

    .nav-primary .genesis-nav-menu a {
        font-size: 18px;
        margin: 0;
        padding: 10px 0;
    }

}

@media only screen and (min-width: 800px) {

    .nav-primary .genesis-nav-menu a {
        font-size: 12px;
    }

    .nav-primary {
        text-align: right;
    }

    .bg-primary .nav-primary {
        padding-bottom: 22px;
        border-bottom: 1px solid rgba(255,255,255,0.3);
    }

    .nav-primary .genesis-nav-menu > li > a {
        margin: 0 0 0 24px;
        padding: 15px 0;
    }

    .nav-primary .genesis-nav-menu > li.left {
        float: left;
    }

    .nav-primary .genesis-nav-menu > li.menu-item-has-children > a:after {
        top: 18px;
    }
}

@media only screen and (min-width: 1024px) {

    .nav-primary .genesis-nav-menu > li > a {
        margin: -2px 0 0 36px;
        font-size: 12px;
    }
}

/* Sub Nav
 * ========================================================================== */

.nav-secondary {
    margin: 20px 0 -40px;
    text-align: center;
    overflow: hidden;
    width: 100%;
    padding: 0;
}

.nav-secondary .wrap {
    padding: 0;
}

.nav-secondary .genesis-nav-menu {
    padding: 12px 0;
    margin-bottom: -16px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.win .nav-secondary .genesis-nav-menu {
    margin-bottom: -24px;
}

.nav-secondary .genesis-nav-menu li {
    list-style-type: none;
    display: inline-block;
    margin: 0 8px;
    padding: 4px;
}

.nav-secondary ul li:first-child {
    margin-left: 5%;
    padding-left: 0;
}

.nav-secondary ul li:last-child {
    margin-right: 5%;
    padding-right: 0;
}

.nav-secondary .genesis-nav-menu li a {
    font-weight: 700;
    opacity: .5;
    padding: 20px 0;
    margin: 0;
}

.nav-secondary .genesis-nav-menu li.current-menu-item a {
    opacity: 1;
}

.nav-secondary .genesis-nav-menu li.current-menu-item a:after {
    content: " ";
    border-bottom: 5px solid #204354;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

@media only screen and (min-width: 800px) {
    .nav-secondary {
        margin: 5% 0 -10%;
        width: 100%;
    }
}

@media only screen and (min-width: 1023px) {

    .nav-secondary .genesis-nav-menu li {
        margin: 0 12px;
    }

    .nav-secondary .genesis-nav-menu li a {
        font-size: 16px;
    }

    .nav-secondary ul li:first-child {
        margin-left: 0;
    }

    .nav-secondary ul li:last-child {
        margin-right: 0;
    }

}

/* White Header
 * ========================================================================== */

.white-header .site-header {
    background: transparent;
    height: 70px;
} 

.white-header .site-header a {
    color: #204354;
}

@media only screen and (max-width: 800px) {
    .white-header .menu-toggle:before,
    .white-header .sub-menu-toggle:before {
        color: #204354;
    }
}

@media only screen and (min-width: 800px) {

    .white-header .genesis-nav-menu .menu-item.highlight a {
        border: 2px solid #5b5aec;
        color: #5b5aec;
        border-radius: 20px;
    }

        .white-header .genesis-nav-menu .menu-item.highlight a:hover {
        border: 2px solid #5b5aec;
        color: #fff;
        background-color: #5b5aec;
        border-radius: 20px;
    }

    .white-header .genesis-nav-menu .menu-item.highlight a:hover,
    .white-header .genesis-nav-menu .menu-item.highlight.current-menu-item a {
    }
}

/* Entry Navigation */

.pagination {
    margin-top: 40px;
    text-align: center;
}

.pagination ul {
    display: inline-block;
    overflow: hidden;
}

.pagination li {
    border-radius: 3px;
    margin: 2px;
    list-style-type: none;
    display: block;
    float: left;
    overflow: hidden;
}

.pagination .pagination-omission {
    border: 0;
}

.pagination li a {
    display: block;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination li a:hover,
.pagination li.active a {
    background: #52c0cb;
    color: #fff;
    border-bottom: 0;
}

/* Background Images and Colors
 * ========================================================================== */

.with-background-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.with-background-image:after {
    -ms-filter: "alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.90;
}

.bg-primary,
.bg-secondary,
.bg-primary a,
.bg-secondary a {
    color: #fff;
}

[class*="bg-"],
[class*="bg-"] .wrap {
    position: relative;
    z-index: 2;
}

.bg-primary:after,
.bg-secondary:after,
.bg-light-gray:after,
.bg-dark-gray:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.bg-primary:after {
    background: #52c0cb;
}

.bg-secondary:after {
    background: #e6413e;
}

.bg-light-gray:after {
    background: #f2f2f2;
}

.bg-dark-gray:after {
    background: #204354;
}

/* Page Header
 * ========================================================================== */

.page-header {
    padding: 40px 0;
    position: relative;
}

.page-header h1,
.page-header .author-box-title {
    line-height: 1.2;
    font-size: 40px;
    margin-bottom: 0.25em;
    display: inline-block;
}

.page-header p {
    font-size: 24px;
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
}

.page-header p:last-child {
    margin-bottom: 0;
}

.page-header a:not(.button) {
    opacity: .5;
}

.page-header a:hover:not(.button) {
    opacity: 1;
}

.page-header .entry-meta {
    font-size: 14px;
}

@media only screen and (min-width: 800px) {

    .page-header {
        padding: 5% 0;
    }

    .page-header h1,
    .page-header .author-box-title {
        font-size: 70px;
    }

    .page-header .entry-meta {
        font-size: 16px;
    }

}



/* Entries
 * ========================================================================== */

.entry {
    margin-bottom: 1em;
}

.entry.page {
    margin: 0;
    display: inline-block;
    width: 100%;
}

.page-template-page_blog .entry,
.blog .entry,
.archive .entry,
.single-post .entry {
    margin-bottom: 40px;
    padding: 40px 0;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
}

.page-template-page_blog .entry:last-child,
.blog .entry:last-child,
.archive .entry:last-child {
    border-bottom-width: 0px;
}

.single-post .entry:first-child {
    padding-top: 0;
}

.content-sidebar-wrap {
	margin-top: 40px;
}

.full-width-content .content-sidebar-wrap {
/*    max-width: 790px !important;
*/    margin: 0 auto;
}

.full-width .content-sidebar-wrap {
    max-width: 100%;
}

.page-template-page_blog .blog-template-description {
    display: none;
}

.entry-title a {
    color: #204354;
}

.entry-content ol,
.entry p,
.entry-content p,
.author-box p,
.entry-content ul,
.entry ul,
.entry ol,
.entry-content .wp-video,
.entry-content .wp-audio-shortcode,
.entry-content .video-player,
.quote-caption {
    margin: .7em 0 !important;
    line-height: 1.7;
}

.entry-content li,
.entry-content p {
  color: #000;
}

.entry-content ol,
.entry ol,
.entry-content ul,
.entry ul {
    margin-left: 40px;
}

/*JC*/
.entry-content h5 {
  margin-top: 30px;
}

.single .entry-content p.intro,
.page:not(.page-template-page_blog) .entry-content p.intro {
    display: block;
    font-size: 24px;
    font-weight: 300;
}

.single .entry-content p.intro:after,
.page .entry-content p.intro:after {
    content: " ";
    border-bottom: 1px solid #f2f2f2;
    margin: 40px auto;
    display: block;
}

.post-image.entry-image {
    margin-bottom: 40px;
}

.entry-content .gform_wrapper ul.gform_fields {
    margin: 0 0 30px;
}

.entry-content ol li,
.entry ol li {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 50px;
    line-height: 1.8; 
}



.entry-content ul li,
.entry ul li {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 50px;
}

.entry-content ol ol,
.entry ol ol,
.entry-content ul ul,
.entry ul ul {
    margin-bottom: 0;
}

.entry-content ul.list-unstyled,
.entry-content ol.list-unstyled {
    margin-left: 20px;
}

.entry-content ul.list-unstyled > li,
.entry-content ol.list-unstyled > li,
.entry-content .gform_wrapper ul li {
    list-style: none;
}

.entry-meta {
    font-size: 14px;
}

.entry-content h4 {
  margin-top: 2em;
}

@media only screen and (min-width: 1024px) {

    .full-width-content .post-image.entry-image {
        margin: 0 -10% 40px;
        max-width: 120%;
        width: 120%;

    }
}

.page-template-page_blog .category-fullwidth header.entry-header {
  margin-top: 0rem;
  text-align: left;
}

/* Fullwidth */
.category-fullwidth header.entry-header {
    margin-top: 2rem;
    text-align: center;
}

.category-fullwidth header.entry-header h1 {
  font-size: 34px;
}

.category-fullwidth .article-hero {
    margin: 40px 0 10px 0;
}

.category-fullwidth .article p {
  font-size: 16px;
}

@media screen and (min-width: 800px) {
  .category-fullwidth .article p {
    font-size: 18px;
  } 
}

.category-fullwidth h2 {
  font-weight: 500;
}

.p-header {
  font-weight: 600 !important;
  margin-bottom: 0 !important;
}

p.fig-label { 
  color: #7d919e !important; 
  font-size: 15px !important;
  padding: 0 !important;  
  text-align: center !important;
}

img.med {
  max-width: 400px; 
}
 
img.med-h {
  max-height: 370px;
}

    

/* Author Box
 * ========================================================================== */

.single .author-box {
  border-bottom: 1px solid #f2f2f2;
  padding: 40px 0;
  margin-bottom: 40px;
  text-align: center;
}

.author-box .avatar {
  max-width: 80px;
  height: 80px;
  width: 80px;
  border-radius: 40px;
  margin-bottom: 20px;
}

.page-header .author-box-title {
    display: block;
}

/* Team
 * ========================================================================== */

.showcase-team-widget {
    text-align: center;
}

.showcase-team-widget .team-grid {
    overflow: hidden;
    margin-bottom: 20px;
}

.team-grid .entry {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
    position: relative;
    text-align: center;
}

.team-grid .entry a {
    border: 0;
    overflow: hidden;
    color: #fff;
}

.team-grid .entry img {
    display: block;
}

.overlay {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #204354;
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 0;
}

.overlay:hover {
    -ms-filter: "alpha(Opacity=96)";
    filter: alpha(opacity=96);
    opacity: .96;
}

.overlay-inner  {
    width: 100%;
    height: 100%;
    display: table;
    overflow: hidden;
}

.overlay-details {
    display: table-cell;
    padding: 16px;
    vertical-align: middle;
    position: relative;
    z-index: 3;
}

@media only screen and (max-width: 800px) {

    .team-grid {
        margin-left: -10px;
        margin-right: -10px;
        width: calc( 100% + 20px );
    }

    .team-grid .entry {
        width: calc( 50% - 20px );
        float: left;
        margin: 10px;
    }
}


/* Comments
 * ========================================================================== */

.entry-comments,
.entry-pings {
/*    padding: 40px 0 0;
*/}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
    margin-bottom: 40px;
}

.entry-comments .comment {
    padding: 20px 0;
    border-bottom: 1px solid #f2f2f2;
}

.entry-comments .comment:last-child {
    margin-bottom: 0;
    border: 0;
}

.comment-list .comment-respond {
    padding-left: 0;
}

.comment-header {
    line-height: 1;
}

.comment-author {
    margin: 6px 0 2px;
}

.comment-author span:first-of-type {
    font-weight: 700;
}

.comment-author .avatar {
    float: left;
    margin-right: 16px;
    margin-bottom: 16px;
    border-radius: 24px;
    margin-top: -6px;
}

.comment-autor, .comment-meta a {
    text-transform: uppercase;
}

.comment-meta a {
    font-size: 12px;
}

.comment-edit-link {
    margin-bottom: 20px;
    display: inline-block;
}

.comment-notes,
.entry-pings .reply {
    display: none;
}

p.comment-form-comment {
    margin-bottom: 20px;
}

.comment-list li {
    list-style-type: none;
}

.comment-reply-title small {
    font-size: 18px;
    font-weight: 400;
}


.entry-comments ul.children {
    margin-left: 40px;
}

.ping-list .reply {
    display: none;
}

p.comment-form-comment label {
  display: none;
}

div#respond {
    margin-left: 0rem;
}

@media screen and (min-width: 1250px){
div#respond {
/*    margin-left: 3rem;
*/}
}

textarea#comment {
    width: 100%;
    height: 10rem;
    font-size: 18px;
}

@media screen and (min-width: 800px){
  textarea#comment {
      width: 60%;
  }

  div#comments {
/*      margin-left: 20%;*/
max-width: 80%;
  }
}


.comment-form-url {
  display: none !important;
}
/* Widget Areas
 * ========================================================================== */

.sidebar .widget {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.sidebar .widget:last-child {
    border-bottom: 0;
}

.widget-area ul li {
    list-style-type: none;
/*    margin-bottom: 10px;
*/}

#archives-dropdown-3 {
  border: 1px solid #f2f2f2;
  width: 55%;
  color: #606060;
  height: 39px;
}

/* Before Footer Widget Area
 * ========================================================================== */

.before-footer {
    background: #f2f2f2;
    padding: 60px 0;
}

@media only screen and ( min-width: 800px ) {

    .before-footer {
        padding: 100px 0;
    }

    .before-footer .enews form {
        margin-left: -10px;
        margin-right: -10px;
        width: calc( 100% + 20px );
    }

    .before-footer .enews form input {
        margin: 0 10px;
        width: calc( 25% - 20px );
        float: left;
    }
}


/* Footer Widgets
 * ========================================================================== */

.footer-widgets {
    padding: 30px 0 0;
    position: relative;
    background-color: #fff;
}

@media only screen and ( min-width: 800px ) {
    .footer-widgets {
        padding: 60px 0 0;
    }
}

.footer-widgets .widget-area {
    margin-bottom: 0px;
/*  margin-top: 60px;
*/}

@media only screen and ( min-width: 800px ) {
    .footer-widgets .widget-area {
        margin-bottom: 10px;
    }
}


.footer-widgets .widgettitle {
    opacity: 1;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 30px;
}

.footer-widgets .social-icons {
  margin: 5px 0 10px 0;
}

.footer-widgets .social-icons i {
    margin: 5px;
}

.footer-widgets .social-icons a {
    color: #204354
}

.footer-widgets .social-icons a:hover {
    color: #41d592; 
}


@media only screen and (min-width: 800px) {

    .footer-widgets {
        padding: 60px 0 0;
        font-size: 14px;
            z-index: 999;
    }

    .footer-widgets .widgettitle {
        margin-bottom: 30px;
    }
}

.footer-widgets h4 {
    color: #41d492;
    font-size: 15px;
    padding-bottom: 30px;
}

/* Site Footer
 * ========================================================================== */

.site-footer {
    padding: 0px 0 0 0;
    font-size: 14px;
    text-align: center;
/*    display: none;
*/}


.site-footer p {
    margin-bottom: 0;
}

/* Additional Styles
 * ========================================================================== */
/* ========================================================================== */


hr {
  width: 75%;
  margin: 0 auto;
  display: block;
/*  margin-top: 1rem;
  margin-bottom: 1rem;*/ }

hr.full-hr {
  width: 100% !important;
}

hr.half-hr {
  width: 50% !important;
}

li a {
    color: #606060;
}

.post li a {
    color: #41d592;
}

button {
  border: 2px solid #5b5aec;
  padding: 10px 24px 8px;
  letter-spacing: 0.16em;  border-radius: 20px;
  color: #5b5aec;
  background-color: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500; 
}

/*form {
  padding-bottom: 1.5rem;
}*/

span.lead {
  font-weight: 500;
  color: #204354;
}

h5.grey-bold {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.6px;
  color: #7d919e;
}

/* Container and text colors
/* ========================================================================== */

.grey {
  background-color: #f2f2f2;
  width: 100%;
  overflow: hidden;
  color: #204354 !important;
   }

.blue-grey {
  background-color: #F3F6F9;
  width: 100%;
  overflow: hidden;
   }

.blue {
  background-color: #204354;  
  overflow: hidden; 
  margin-left: none;
  color: white;
}

.green {
  background-color: #41d492;
  overflow: hidden;
  color: #fff;
 }

.text-blue {
  color: #204354 !important;
}

.blue-band {
    background-image: linear-gradient(
      rgba(32,  67, 84, .95), 
      rgba(32,  67, 84, .95)
    ), url("/wp-content/uploads/2016/11/photo-1471991750293-5fc0e377b550-1.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  overflow: hidden; 
  color: white;
  padding: 5% 0;
}

.white {
  color: #fff;
}

/* Utility
/* ========================================================================== */

.no-margin {
  margin: 0 !important;
}

.bold {
  font-weight: 700;
}

/* Formatting
/* ========================================================================== */

.box-shadow-padder {
  padding: 2rem 1.5rem 1rem;
}

.box-shadow-padder2 {
  padding: 2rem 2rem 1rem;
}

.side-padder-percent2 {
  padding: 0 12%;
}

.padder {
  padding: 2em 0;
}

.padder1 {
  padding: 1em 0;
}

.padder2 {
  padding: 2em 0;
}

@media only screen and (min-width: 800px) {
  .padder3 {
  padding: 3em 0;
  }
}

.padder4 {
  padding: 4em 0;
}

.padder5 {
  padding: 5em 0;
}


.no-padding {
    padding: 0 !important;
}

.fat-padder {
  padding: 2em 0;
}

@media only screen and (min-width: 800px) {
  .fat-padder {
    padding: 4em 0;
  }
}


.full-padder {
  padding: 2em 0 !important;
}

@media only screen and (min-width: 800px) {
  .full-padder {
    padding: 6em 0 !important;
  }
}

.bottom-padder {
    padding-bottom: 1em;
}

.bottom-padder-three-fourths {
    padding-bottom: .75rem;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

@media only screen and (min-width: 1300px) {
  .neg-right-c1  { 
    margin-right: -2rem;
  }
}

.neg-top-percent1 {
  margin-top: -10%;
}

.neg-top-percent-custom {
  margin-top: -33%;
}

  @media only screen and (min-width: 800px) {
  .neg-top-percent-custom2 {
    margin-top: -3%;
  }
}

.neg-top-c2 {
  margin-top: -4em;
}

.one-five-line-height {
    line-height: 1.5;
}

/*mobile*/
.top-padder5 { 
    padding-top: 2rem;
  }

@media only screen and (min-width: 800px) {

  .top-padder15px { 
    padding-top: 15px; }

  .top-padder1 { 
    padding-top: 1rem; }

  .top-padder2 { 
    padding-top: 2rem; }

  .top-padder3 { 
    padding-top: 3rem; }

  .top-padder4 { 
    padding-top: 4rem; }

  .top-padder5 { 
    padding-top: 5rem; } 

  .bottom-padder1 {
      padding-bottom: 1rem;
  }

  .bottom-padder2 {
      padding-bottom: 2rem;
  }

  .bottom-padder3 {
      padding-bottom: 3rem;
  }
}

.top-padder-custom { 
  padding-top: 8%; 
}

@media only screen and (min-width: 1700px) {
  .top-padder-custom { 
    padding-top: 9%; 
  }

  .left-space3 {
      margin-left: 3rem;
  }

  .left-space4 {
      margin-left: 4rem;
  }
}

.width3 {
  width: 100%;
}

@media only screen and (min-width: 800px) {
    .width3 {
    width: 40%;
  }
}

.side-margin {
  margin: 0 4rem;
}

.top-space1 {
  margin-top: 1rem;
}

@media only screen and (min-width: 800px) {
  .top-space3 {
    margin-top: 3rem !important;
  }

  .top-space4 {
    margin-top: 4rem;
  }
}

.top-space-c1
{
  margin-top: 3% !important;
}

.bottom-space1 {
  margin-bottom: 1rem;
}

.neg-left3 {
  margin-left: -3rem;
}

.no-margin p {
  margin: .2rem !important;
}

.margin-none {
  margin: 0 !important;
}

.margin-top-none {
  margin-top: 0 !important;
}

.center2 {
    align-self: center;
}

.margin-auto {
  margin: 0 auto !important;
}

.margin-custom2 {
  margin: 1rem 0 !important;
}

@media only screen and (min-width: 800px) {
  .image-big1{
    max-width: 110% !important;
  }

  .image-big2 {
    max-width: 120% !important;
  }

  .image-big3 {
    max-width: 130%;
  }
}

/*Mobile Padders*/
@media only screen and (max-width: 800px) {
  .img-mobile-padder{ 
    padding: 2rem 0; 
  }
}

@media only screen and (max-width: 800px) {
  .mobile-padder{ 
    padding: 2rem 0; 
  }
}

@media only screen and (max-width: 800px) {
  .top-padder3-mobile { 
    padding-top: 3rem; 
  }
}

@media only screen and (max-width: 800px) {
  .bottom-padder3-mobile { 
    padding-bottom: 3rem; 
  }
}

@media only screen and (min-width: 800px) {
.pull-left2 {
  margin-left: 0rem;
}
}

@media only screen and (min-width: 1300px) {
  .pull-left2 {
    margin-left: -8rem;
  }
}

@media only screen and (min-width: 1400px) {
  .pull-left2 {
    margin-left: -12rem;
  }
}

@media only screen and (min-width: 1500px) {
  .pull-left2 {
    margin-left: -4rem;
  }
}

.pull-left3 {
  margin-left: -4rem;
}

.pull-right6 {
  margin-left: 0rem;
}

@media only screen and (min-width: 800px) {
  .pull-right6 {
    margin-right: -40%;
  }
}

@media only screen and (min-width: 1400px) {
  .pull-right6 {
    margin-left: -50%;
  }
}

.pull-right4 {
  margin-right: -6rem;
}

@media only screen and (min-width: 900px) {
  .jc-pull-right {
    margin-right: -1.5rem;
  }
}

.max-100 {
  max-width: 100px !important;
}

.max-150 {
  max-width: 150px !important;
  max-height: 150px !important;
}

.max-200 {
  max-width: 200px;
}

.max-250 {
  max-width: 250px;
}

.max-300 {
  max-width: 300px;
}

.max-350 {
  max-width: 350px;
      margin: 0 auto;
}

.max-420 {
    max-width: 420px;
}

.max-450 {
    max-width: 450px;
}

.max-550 {
    max-width: 550px;
}

.max-600 {
  max-width: 600px;
}

.max-1000 {
  max-width: 1000px;
}

.max-big {
  max-width: 1700px !important;
}

.pull-up {
  padding-bottom: 25%;
}

.pull-up3 {
  margin-top: 0%;
}

@media only screen and (min-width: 800px) {
  .pull-up3 {
    margin-top: -20%;
  }
}

@media only screen and (min-width: 1300px) {
  .pull-up3 {
    margin-top: -30%;
  }
}

.pull-up4 {
  margin-top: -30%;
}


@media only screen and (min-width: 800px){
  .pull-up5 {
    margin-top: -25%;
  }
}

.pull-up6 {
  margin-top: -6rem;
}

.pull-up7 {
  margin-top: -5rem;
}

@media only screen and (min-width: 800px){
  .pull-up7 {
    margin-top: -5rem;
  }
}

.pull-down {
  padding-top: 10%;
}

@media only screen and (min-width: 800px) {   
  .neg-bottom1 {
    margin-bottom: -1rem;
  }
}
.neg-bottom2 {
  margin-bottom: -2rem;
}

.box150 {
  min-width: 150px;
  min-height: 150px;
}

/* Icon Styles
/* ========================================================================== */

.side-arrow:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: 600;
    color: #41D592;
    display: inline-block;
    margin-left: 6rem;
}

.icon-bottom {
  margin-bottom: .25rem;
}

p.check:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 18px;
    pointer-events: none;
    color: #41d592;
    font-style: normal;
    padding-right: 6px;
}

p.times:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 18px;
    pointer-events: none;
    color: #5b5aec;
    font-style: normal;
    padding-right: 10px;
}

p.tight-check {
  margin: 10px;
}

p.tight {
  margin: 5px;
}

.icon:before {
  font-family: FontAwesome;
  font-size: 18px;
  pointer-events: none;
  font-style: normal;
}

.icon:after {
  font-family: FontAwesome;
  font-size: 15px;
  pointer-events: none;
  font-style: normal;
}

.icon.play:after {
    content: "\f04b";
    margin-left: 10px;
} 

.icon.play-circle:after {
    content: "\f144";
    margin-left: 10px;
} 

.icon.chart:before {
    content: "\f080";
}

.icon.dollar:before {
    content: "\f0d6";
}

.icon.grad:before {
    content: "\f19d";
}

.icon.institution:before {
    content: "\f19c";
}

.icon.people:before {
    content: "\f0c0";
}

.icon.credit-card:before {
    content: "\f09d";
}

.icon.tasks:before {
    content: "\f0ae";
}

.icon.usd:before {
    content: "\f155";
}

.icon.wrench:before {
    content: "\f0ad";
}

.icon.building:before {
    content: "\f0f7";
}

.icon.up-chart:before {
    content: "\f201";
}

.icon.x:before {
    content: "\f00d";
}

.icon.scale:before {
    content: "\f24e";
}

.icon.check-circle:before {
    content: "\f05d";
}

.icon.pie:before {
    content: "\f200";
}

.icon.pencil:before {
    content: "\f040";
}

.icon.heart:before {
    content: "\f21e";
}

.icon.thumbs-up:before {
    content: "\f164";
}

.icon.suit-case:before {
    content: "\f0f2";
}

.icon.desktop:before {
    content: "\f108";
}

.icon.house:before {
    content: "\f015";
}

.icon.truck:before {
    content: "\f0d1";
}

.icon.bomb:before {
    content: "\f1e2";
} 

.icon.man:before {
    content: "\f183";
}

.icon.doctor:before {
    content: "\f0f0";
}

.icon.like:before {
    content: "\f164";
}

.icon.user:before { 
    content: "\f2c2";
}

.icon.location:before {
    content: "\f124";
}

.icon.contact-info:before {
  content: "\f00b";
}

.icon.jpa:before {
  content: "\f1ea";
}

.icon.insights:before {
  content: "\f15c";
}

.icon.marker:before {
  content: "\f041";
}

.icon.comp:before {
  content: "\f1e0";
}

.icon.like:before:hover {
  cursor: pointer;
}

.icon-med:before {
  font-size: 22px !important;
}

.white:before {
  color: #fff !important;
}

.color-blue:before {
  color: #204354 !important;
}

.fl:before {
    float: left;
}

.fr {
  float: right ;
}

.fl {
  float: left ;
}

.dot:before {
    border-radius: 50%;
}

.fl {
  float: left;
}

.inline:before {
  display: inline-block;
} 

.inline-block {
  display: inline-block;
}

.icon h4 {
  font-size: 21px;
  font-weight: 400;
  color: #204354;
  padding: 1.4rem 0 0rem;
/*  display: inline-block;
  padding-left: 15px;*/
}

/* Element Classes and Misc.
/* ========================================================================== */


.width-60 .slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .5;
    color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.width-60 .slick-dots li.slick-active button:before
{
    opacity: .9;
    color: #fff;
}


.slick-dots li button { 
  color: #fff !important;
}

.width-33 {
  width: 100% !important;
}

@media only screen and (min-width: 800px) {
  .width-33 {
    width: 40% !important;
  }
}

.width-60 {
    width: 100% !important;
  }

@media only screen and (min-width: 800px) {
  .width-60 {
    width: 60% !important;
  }
}

/*.width-60 > .slick-prev, .slick-arrow {
  display: none !important;
}*/

.border-radius1 {
  border-radius: 10px;
}

.icon-position {
  margin-top: -1rem;
}

@media only screen and (min-width: 800px) {
  .icon-position {
      margin-top: -3rem;
      margin-bottom: -1.5rem;
  }
}

.icon-top:before {
    width: 20px;
    margin: 0 auto;
  }

.alumni .icon-top:before {
    text-align: center;
    display: block;

  }

.large-image2 {
  max-width: 250%;
}

.neg-marg4
{
    margin-top: -2rem;
}

@media only screen and (min-width: 1400px) {
  .neg-marg4
  {
      margin-top: -5rem;
  }
}

@media only screen and (min-width: 800px){
  .neg-left6
   {
      margin-left: -76%;
  }
}

@media only screen and (min-width: 1300px){
  .neg-left6
   {
      margin-left: -75%;
      margin-top: -10%;
  }
}


@media only screen and (min-width: 800px) {
  .neg-left7
   {
      margin-left: -23%;
  }
}


@media only screen and (min-width: 800px) {
  .neg-right6
   {
      margin-right: -145%;
  }
}

@media only screen and (min-width: 800px) {
  .neg-right7
   {
      margin-left: -10%;
  }
}

.font15 {
  font-size: 15px;
}

.small-label {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

.uppercase {
  text-transform: uppercase;
}

.background-white {
  background-color: #fff !important;
}

.large-p p {
  line-height: 1.6 !important;
}

.line-height2 {
  line-height: 2 !important;
}

.underline:hover {
  text-decoration: underline;
}

p.check { 
  margin-left: 35px;
}

p.check:before {
    padding-right: 15px;
    padding-bottom: 54px;
    content: "\f00c";
    font-family: FontAwesome;
    left: 0;
    top: 0;
    color: #41d592;
    margin-left: -33px;
}

p.question {
    margin-left: 35px;
}

p.question:before {
    padding-right: 18px; 
    padding-bottom: 54px;
    content: "\f059"; 
    font-family: FontAwesome;
    left: 0;
    top: 0;
    color: #41d592;
    margin-left: -33px;
}

.box-shadow_deep { 
  box-shadow: 0 55px 70px -40px rgba(50,50,93,.55), 0 20px 30px -10px rgba(0,0,0,.14);
  border-radius: 3px;
}

.box-shadow {
  box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
  height: 100%;
/*  width: 100%;
*/  overflow: hidden;
  background-color: #fff;
}

.box-shadow-simple {
  box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
}

.box-shadow2 {
    -webkit-filter: drop-shadow(2px 2px 7px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(2px 2px 7px rgba(0, 0, 0, 0.2));
  }

.box-shadow3 {
    -webkit-filter: drop-shadow(3px 3px 8px rgba(255, 255, 255, 0.2));
    filter: drop-shadow(3px 3px 8px rgba(255, 255, 255, 0.2));
  }   

.ad {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#49bac1+0,49bac1+0,49bac1+0,49bac1+1,17a853+99 */
  background: #49bac1; /* Old browsers */
  background: -moz-linear-gradient(45deg, #49bac1 0%, #49bac1 0%, #49bac1 0%, #49bac1 1%, #17a853 99%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #49bac1 0%,#49bac1 0%,#49bac1 0%,#49bac1 1%,#17a853 99%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #49bac1 0%,#49bac1 0%,#49bac1 0%,#49bac1 1%,#17a853 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49bac1', endColorstr='#17a853',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
/*  height: 200px;
*/  width: 100%;
  border-radius: 6px;
  color: #fff !important;
  padding: 3rem 0;
  text-align: center;
  margin: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ad h2 {
  font-size: 27px;
  font-weight: 400;
}

@media screen and (min-width: 800px) {
    .ad h2 {
    font-size: 37px;
  }
}

.ad p {
  color: #fff !important;
}

.ad-copy {
  max-width: 80%;
}


article.post-27.page.type-page.status-publish.entry { 
    display: none !important; /*Kill Blog Header*/
}

.bullet ul li {
  font-size: 17px;
  list-style-type: circle !important;
  display: list-item;
  line-height: 2;
}

.bullet.left ul li {
  margin-left: 40%;
}

/*Bullets Banner*/

.additional-analysis {
  text-align: center;
    background-image: linear-gradient(
      rgba(32,  67, 84, .95), 
      rgba(32,  67, 84, .95)
    ), url("/wp-content/uploads/2018/01/currency.png");
    background-size: cover;
  background-repeat: no-repeat;
  padding: 3rem 0 4rem;
  color: #fff;
  margin: 2rem 0;
}

.additional-analysis p {
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}

.keyline-white-fat {
 text-align: center;
  border-right: none;
   }

@media only screen and (min-width: 800px) {
  .keyline-white-fat {
      border-right: 2px solid rgba(255, 255, 255, 0.8);
      border-bottom: none; 
    }
}    

.content-2 {
  text-align: center;
  padding-top: 2rem;
}

.text-box {
  padding-bottom: 2em;
  max-width: 95%;
  float: right;
  margin-left: -2em;
}

.banner {
  padding: 6em 0 !important;
  color: white;
}

.banner h2 {
  text-align: center;
}

.banner .text-box {
  max-width: none;
  padding: 0 30%;
}

.banner-workforce {
  background: url("/wp-content/uploads/2016/05/Workforce-Consulting-Section-Background.jpg");
  background-position: center left;
  background-size: cover;
}

/*.container p {
  line-height: 150%; }*/

.overview {
  padding: 2em 10% 3em 10%;
  text-align: center;
  max-width: 1000px;
  margin: auto;
}

.overview p {
    font-size: 17px;
    margin: 0 auto;
    max-width: 550px;
}

.banner-padding {
  padding: 3em;
}

.text-padder {
  padding: 4em 0 2em 0;
  text-align: center;
  display: block;
}

.money {
    background: none;
    margin-top: 1em;
}

@media only screen and (min-width: 800px){
  .money {
    background: none;
    margin-top: 3em;
  }
}

.cta {
  margin: 0 auto;
  text-align: center;
  padding: 3rem 0 1rem;
}

.sub-page {
  padding: 3em 0; 
}

.sub-page p {
  margin: 1em 0; 
}

.jc-header {
    max-width: 500px;
    padding: 2em 0 2em 40px;
}

.jc-header h1 {
    font-size: 40px;
    font-weight: 300;
}

@media screen and (min-width: 800px){
  .jc-header h1 {
      font-size: 48px;
  }
}

/* Sliding Home Page
 * ========================================================================== */

/*#hero {
  width: 100%;
  padding: 80px 0 80px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 800px) {
  #hero {
    width: 100%;
    padding: 80px 0 80px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
}*/

/* Hero Styles
 * ========================================================================== */
.hero h1 {
    color: white;
}

.hero h5 {
  text-transform: uppercase;
  color: white;
  padding: 1em 0;
  font-weight: 800;
  letter-spacing: 3px;
   }



.hero-header {
    background: url("/wp-content/uploads/2016/09/3I8B4306-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2rem 0; 
}

@media only screen and (min-width: 800px) {
    .hero-header {
        background: url("/wp-content/uploads/2016/08/hey-girl-1.jpg");
        padding: 4rem 0; 
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        padding: 4rem 0; 
    }
}

@media only screen and (min-width: 1600px) {
    .hero-header {
        background: url("/wp-content/uploads/2016/08/hey-girl-1.jpg");
        padding: 4rem 0; 
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        padding: 6rem 0; 
    }
}   

.hero.higher-ed {
    background: url("/wp-content/uploads/2016/09/3I8B4306-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2rem 0; 
}

@media only screen and (min-width: 800px) {
    .hero.higher-ed {
        background: url("/wp-content/uploads/2016/08/hey-girl-1.jpg");
        padding: 4rem 0; 
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        padding: 4rem 0; 
    }
}

@media only screen and (min-width: 1600px) {
    .hero.higher-ed {
        background: url("/wp-content/uploads/2016/08/hey-girl-1.jpg");
        padding: 4rem 0; 
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        padding: 6rem 0; 
    }
}

.hero.workforce {
      background: linear-gradient(
      rgba(0, 0, 0, .2), 
      rgba(0, 0, 0, .2)
    ), url("/wp-content/uploads/2016/05/Workforce-Development-Page-Hero.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #41D592;
    padding: 2rem 0; 
    color: #204354;
}

    .hero.workforce h5 {
      color: #fff;
    }

    .hero.workforce h1 {
    color: #fff;
    }

@media only screen and (min-width: 800px) {
    .hero.workforce {
        background: url("/wp-content/uploads/2016/05/Workforce-Development-Page-Hero.jpg");
        padding: 4rem 0; 
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center right;
    }

    .hero.workforce h5 {
      color: #204354;
    }

    .hero.workforce h1 {
    color: #204354;
    }
}

.hero.alumni-hero {
  background: linear-gradient(
    rgba(0, 0, 0, .2), 
    rgba(0, 0, 0, .2)
  ), url("/wp-content/uploads/2018/01/machanic.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  background-color: #41D592;
  padding: 2rem 0; 
    
}
.hero.alumni-hero h5 {
  color: #fff;
}

.hero.alumni-hero h1 {
color: #fff;
}



@media only screen and (min-width: 800px) {
  .hero.alumni-hero {
      background: url("/wp-content/uploads/2018/01/machanic.png");
      padding: 4rem 0; 
      background-repeat: no-repeat;
      background-size: cover;
      background-position: right center;
  }

  .hero.alumni-hero h5 {
    color: #204354;
  }

  .hero.alumni-hero h1 {
  color: #204354;
  }
}

.economic-dev {
      background-color: #41D592;
}

.under-line-link a {
   color: #fff !important;
}

.under-line-link a:hover {
   color: #7d919e !important;
}

.under-line-link a {
text-decoration: underline !important; 
}

.study-pair {
  background: url("/wp-content/uploads/2016/09/study-pair-1-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
    }

.city-spline {
  background: url("/wp-content/uploads/2017/03/city-spline-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom left;
}

.city-spline .page-form {
  margin: 0 auto;
}

/*.city-spline .page-form #submit {
  margin-left: 37%;
}*/

.city-spline .one-half {
  margin-bottom: 2rem;
}

.city-spline.spline-adjust {
    margin-top: -710px !important;
    padding-top: 600px !important;
}

@media screen and (min-width: 800px){
  .city-spline.spline-adjust {
    margin-top: -500px !important;
    padding-top: 500px !important;
  }
}

/* In-Page Contact Form */

.page-form {
  margin: 0 auto;
  max-width: 600px;
}

.page-form input[type="submit"].contact-button {
  width: 100%;
}

.page-form input,
.page-form textarea {
  background: transparent;
  margin: 15px;
  width: 100%;
}

@media screen and (min-width: 800px) {
  .page-form input {
    margin: 15px;
    width: 44%;
  }

  .page-form input[type="submit"].contact-button {
    width: 50%;
  }
}

.page-form input#submit {
  margin-top: 2rem;
}

.spline-curve {
  background: url("/wp-content/uploads/2016/08/spline3.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 13rem;
  margin-top: -9rem;
  z-index: -9999;
}

@media screen and (min-width: 1900px) {
    .spline-curve {
    padding: 15rem;
  }
}

.contact-white {
  color: #fff;
  padding: 2rem 0;
}

.contact-white .page-form input {
  border-bottom: 1px solid #fff;
  color: #fff;
}

.contact-white .page-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.contact-white .page-form input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.contact-white .page-form input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.contact-white .page-form input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.contact-white #submit {
  border: 2px solid #fff;
  color: #fff;
  border: 2px solid #fff;

}

.contact-white #submit:hover {
  background-color: #fff !important;
  color: #204354;
  border: 2px solid #fff;
}

.workers {
  background: linear-gradient(to right, 
    rgba(32, 67, 84, .85) 0px, 
    rgba(32, 67, 84, 1) 55%, 
    rgba(32, 67, 84, 1) 290px), 
  url(/wp-content/uploads/2016/09/two-workers-1.jpg) 
  no-repeat;
}

.code {
  background: linear-gradient(to right, 
    rgba(32, 67, 84, .85) 0px, 
    rgba(32, 67, 84, 1) 55%, 
    rgba(32, 67, 84, 1) 290px), 
  url(/wp-content/uploads/2016/09/photo-1454165205744-3b78555e5572-1.jpeg); 
  background-repeat: no-repeat;
background-size: cover;
    padding: .5rem 0;
}

.data-spline {
background: url("/wp-content/uploads/2016/11/data-spline.png");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}

.blue-boy {
background: url("/wp-content/uploads/2016/09/hills-1.png");
background-repeat: no-repeat;
background-size: cover;
background-position: top left;
}

.worker-girl {
background: url("/wp-content/uploads/2016/10/girl-worker-dark.png");
background-repeat: no-repeat;
background-size: cover;
background-position: top left;
}

.blue-city {
background: url("/wp-content/uploads/2016/08/blue-tint-city-1.png");
background-repeat: no-repeat;
background-size: cover;
background-position: top left;
}  

.counties {
      background: url("/wp-content/uploads/2016/11/counties-faded2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 0;
  }

@media only screen and (min-width: 800px) { 
  .counties {
    padding: 4rem 0;
  }
}

.city-street
{
    background: linear-gradient(
      rgba(0, 0, 0, .3), 
      rgba(0, 0, 0, .3)
    ), url("/wp-content/uploads/2016/09/busy-street-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-color: #41D592;
    padding: 6rem 0; 
}

.professionals {
    background: url("/wp-content/uploads/2016/09/profesionals2-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #41D592;
    padding: 6rem 0; 
}

@media only screen and (min-width: 1500px) {
  .professionals{
      padding: 8rem 0; }
}

.economic-dev {
    background: linear-gradient(
      rgba(0, 0, 0, .2), 
      rgba(0, 0, 0, .2)
    ), url("/wp-content/uploads/2017/05/new-edo-head-1.png");
    padding: 4rem 0; 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    }

@media only screen and (min-width: 800px) {
    .economic-dev {
        background: url("/wp-content/uploads/2017/05/new-edo-head-1.png");
        padding: 4rem 0; 
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
}

.hero.economic-impact {
      background: linear-gradient(
      rgba(0, 0, 0, .2), 
      rgba(0, 0, 0, .2)
    ), url("/wp-content/uploads/2018/01/three-walking2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #41D592;
    padding: 2rem 0; 
}

@media only screen and (min-width: 800px) {
    .hero.economic-impact {
        background: url("/wp-content/uploads/2018/01/three-walking2.png");
        padding: 4rem 0; 
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
}

@media only screen and (min-width: 1600px) {
    .hero.economic-impact {
        background: url("/wp-content/uploads/2018/01/three-walking2.png");
        padding: 6rem 0; 
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
}

.hero.program-strategy {
      background: linear-gradient(
      rgba(0, 0, 0, .2), 
      rgba(0, 0, 0, .2)
    ), url("/wp-content/uploads/2016/09/pnw-1-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #41D592;
    padding: 2rem 0; 
}

@media only screen and (min-width: 800px) {
    .hero.program-strategy {
      background: linear-gradient(
      rgba(0, 0, 0, .3), 
      rgba(0, 0, 0, .3)
    ), url("/wp-content/uploads/2016/09/pnw-1-1.png");
        padding: 6rem 0; 
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
    }
}

@media only screen and (min-width: 1600px) {
    .hero.program-strategy {
      background: linear-gradient(
      rgba(0, 0, 0, .3), 
      rgba(0, 0, 0, .3)
    ), url("/wp-content/uploads/2016/09/pnw-1-1.png");
        padding: 8rem 0; 
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
    }
}

.hero.analyst {
      background: linear-gradient(
      rgba(0, 0, 0, .2), 
      rgba(0, 0, 0, .2)
    ), url("/wp-content/uploads/2018/01/city-tree.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #41D592;
    padding: 2rem 0; 
}

@media only screen and (min-width: 800px) {
    .hero.analyst {
        background: url("/wp-content/uploads/2018/01/city-tree.jpg");
        padding: 4rem 0; 
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
}

.analyst-mock_bg {
  background: url("/wp-content/uploads/2018/01/people-background-1.png");
  padding: 0rem 0; 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.analyst-mock_bg > * {
  color: #fff;
}

.analyst .one-sixth p {
  color: #7d919e;
  font-size: 15px;
  font-weight: 500;
}

.analyst .mock-header {
  padding-top: 2rem;
}

.analsyt-icons {
  padding-top: 1rem;
}

.hero.developer {
      background: linear-gradient(
      rgba(0, 0, 0, .2), 
      rgba(0, 0, 0, .2)
    ), url("/wp-content/uploads/2018/01/office-people.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #41D592;
    padding: 2rem 0; 
}

@media only screen and (min-width: 800px) {
    .hero.developer {
        background: url("/wp-content/uploads/2018/01/office-people.jpg");
        padding: 4rem 0; 
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
}

.hero.workforce-consulting {
      background: linear-gradient(
      rgba(0, 0, 0, .2), 
      rgba(0, 0, 0, .2)
    ), url("/wp-content/uploads/2018/01/city-tree.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #41D592;
    padding: 2rem 0; 
}

@media only screen and (min-width: 800px) {
    .hero.workforce-consulting {
        background: url("/wp-content/uploads/2018/01/city-tree.jpg");
        padding: 4rem 0; 
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
}

.hero.wib-cc {
      background: url("/wp-content/uploads/2016/05/Wrkfce-Dev-CC-Hero-Image.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #41D592;
    padding: 0rem 0; 
}

@media only screen and (min-width: 800px) {
    .hero.wib-cc {
        background: url("/wp-content/uploads/2016/05/Wrkfce-Dev-CC-Hero-Image.jpg");
        padding: 4rem 0; 
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
}



/* Sub-Navigation
 * ========================================================================== */
.content.links ul {
  list-style-type: none;
  margin: 0;
  background-color: white;
  padding-right: 2em; 
}

.content.links li > a {
  display: inline;
  width: 2em; }

.content.links li {
  display: inline-block;
  box-sizing: border-box; 
}

@media only screen and (min-width: 800px) {
  .content.links li {
    width: none;
  }
}

a:link {
  text-decoration: none; }

a {
  color: #838994; }

.sub-navigation a {
  color: #838994;
}

.active-li {
  border-bottom: 4px solid #41d492;
  margin-bottom: 2px;
}

.sub-navigation {
  background-color: #fff;
  width: 100%;
  display: none;
}

@media only screen and (min-width: 800px) {
  .sub-navigation {
    display: inline-block; } 
}

.sub-navigation .links {
  color: #838994;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  line-height: 250%; }

.sub-navigation .links li {
  display: inline-block;
  width: 44%;
  background-color: #f2f2f2;
  margin: 0 3px 10px;
  padding: 7px 2px;
  font-size: 10px;
}

@media only screen and (min-width: 800px) {
  .sub-navigation .links li {
    font-size: 12px;
    background-color: transparent; 
  }
}

.sub-navigation .links li.green-back {
  background-color: #41D592;
  color: #fff;
  border: 1px solid #41d592;
}

@media only screen and (min-width: 800px) {
  .sub-navigation .links .active {
    color: #fff;
    font-weight: 600; }


  .sub-navigation .links li.green-back {
    background-color:inherit;
    color: inherit;
    border: none;
  }

  .sub-navigation .links li {
    display: inline-block;
    margin: 0 15px; 
    padding-bottom: 1em;
    width: inherit;
    border: none;
  }

  .sub-navigation .links .active {
    color: #4c5058;
    font-weight: 600; }
}

.sub-navigation .links li:hover {
  cursor: pointer;
  color: #333333; 
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; 
}

.sub-navigation .content {
  padding: 3rem 3rem 0 3rem;
  text-align: center; 
  width: 100%;
  }

@media only screen and (min-width: 800px) {
  .hvr-underline-from-center {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
  }

  .hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #41d492;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }

  .hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
  }

  .green-bar {
    background: #41D592;
    height: 4px;
    margin-top: 8px;
  }
}

/* Buttons
 * ========================================================================== */
 .play-button {
  opacity: 1;
  width: 16%;
  transition: all 0.1s ease-in-out;
 }

 .play-button:hover {
  opacity: .9;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
  transition: all 0.1s ease-in-out;
  cursor: pointer;
 }

/*.clear-button {
    background-color: #fff !important;
    background: none !important;
}*/

.clear-button:hover {
  border: 2px solid #5b5aec;
  background: #5b5aec !important;
  color: #fff;
}

.green-button {
  background-color: #41D592!important;
  border: 2px solid #41D592!important;
  color: #fff!important;
  padding: 10px 31px 8px; 
} 

.green-button:hover {
  border: none!important; 
  background-color: #3CBB81!important;
  border: 2px solid #3CBB81!important;
}

.green-button2 {
    background-color: #fff;
    border: 2px solid #41D592!important;
    color: #41D592!important;
    padding: 10px 31px 8px;
}
.green-button2:hover {
  border: 2px solid #41D592;
  background-color: #41D592!important;
  color: #fff!important;
  font-weight: 500;
}

.white-button4 {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.white-button4:hover {
  border: 2px solid #fff;
  color: #204354 !important;
  background-color: #fff !important;
}

.white-button {
    background-color: inherit;
    border: 2px solid #fff;
    color: #fff;
}
.white-button:hover {
  border: 2px solid #5b5aec;
  color: transparent;
}

.blue-button {
    background-color: transparent;
    border: 2px solid #204354;
    color: #204354;
}
.blue-button:hover {
  border: 2px solid #5b5aec;
  color: transparent;
}

.slate-button {
    background-color: #204354;
    border: 2px solid #204354;
    color: #fff;
}
.slate-button:hover {
  background-color: #5b5aec;
  border: 2px solid #5b5aec;
  color: transparent;
}

.purple-button {
    background-color: #5b5aec;
    border: 2px solid #5b5aec;
    color: #fff;
}
.purple-button:hover {
  border: 2px solid #5b5aec;
  color: transparent;
}

.wide-button {
  border: 2px solid #f2f2f2;
  padding: 1rem 2rem .3rem;
  color: #7d919e;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; 
}

.wide-button h5 {
  font-size: 20px;
  text-transform: none !important;
}

.wide-button:hover {
  background-color: #FAFAFA;
  color: #204354;}

.btn {
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.btn:hover,
.btn:active {
  color: #fff;
  background: #5b5aec; }

/* Social Proof
 * ========================================================================== */
@media only screen and (min-width: 800px) {
  .keyline {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none; }

  .stats-block {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: table;
    width: 100%;
    table-layout: fixed;
    max-width: none; }
    .stats-block::after {
      clear: both;
      content: "";
      display: table; }
    .stats-block .stats-box {
      width: 100%;
      display: table-cell;
      width: 16.66667%;
      margin-left: 17.05961%;
      padding: 2.35765%;
      max-width: none; } 
}

.mobile-show .one-third {
    margin: 0;
}

  @media only screen and (min-width: 800px) and (min-width: 40em) {
    .hover-tile-outer {
      width: 100%; } 
    }


.social-proof {
  padding: 0 0 0rem;
}

@media screen and (min-width: 800px) {
  .social-proof {
    padding: 0 0 6rem;
  }
}

.stories .keyline {
  border-bottom: none;
}

.stories a {
  color: #204354;
}

.stories button {
  margin: 2rem 0 3rem;
}
@media only screen and (min-width: 800px) {
  .stories button {
    display: none;
  }
}

.stories2 img {
  max-width: 150px;
}

.stories2 .jc-one-third {
  min-width: 150px;
  min-height: 150px;
  padding-top: 2rem;
  text-align: center;
  margin: 0 auto;
}

.stories2 .jc-one-third p {
  max-width: 300px;
  margin: 0 auto;
}

.stories2 .jc-one-third p:nth-child(2) {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  color: #7d919e;
  padding-top: 3px;
}

.stories2 .jc-one-third p:nth-child(3) {
  padding-top: 1rem;
  font-size: 15px;
}

@media only screen and (min-width: 800px) {
  .jc-one-third {
    width: 32.999%;
    display: inline-block;
  }
}


/* Footer
 * ========================================================================== */

.footer-logo {
    margin: none;
}
.mobile-footer {
    text-align: center;
}

@media only screen and (min-width: 800px) {
    .mobile-footer {
        text-align: right;
    }
}

.mobile-footer li {
    padding-bottom: .5em;
    padding-left: 1em;
    list-style: none;
}

.mobile-footer img {
    max-width: 200px;
}

.footer-contact {
  border: 2px solid #5b5aec;
  padding: 10px 24px 8px;
  letter-spacing: 0.16em;  border-radius: 20px;
  color: #5b5aec;
  background-color: white;
  text-transform: uppercase;
  font-size: 12;
  font-weight: 500; 
}

.footer-contact:hover {
    border: 2px solid #5b5aec;
    color: #fff;
    background-color: #5b5aec !important;
}


/* Company Page
 * ========================================================================== */

.company-text {
  padding: 2rem 0;
}

@media only screen and (min-width: 800px) {
  .company-text {
    padding: 5rem 0 3rem;
  }
}

/* Data Page
 * ========================================================================== */

.data .one-half {
  padding: 1rem 0;
}

.data-header {
  background: url("/wp-content/uploads/2017/01/data-header-new-1-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-color: #41D592;
  padding: 10% 0 30%; 
}

@media screen and (min-width: 800px) {
  .data-header {
    padding: 4% 0 6%; 
  }
}

.data .header-text {
  color: #fff !important;
  margin-left: 15%;
}

.data .header-text h1 {
  margin-bottom: 0;
  font-size: 42px;
}

.data .header-text p {
  margin: 15px 0 20px;
}

 .data h3 {
  font-weight: 400;
  font-size: 30px;
    }

.data .intro-text {
  padding: 5% 0;
}

.data .intro-text p {
  max-width: 700px;
  margin: 0 auto;
}

.data .tab-text {
  text-align: left;
  padding: 1rem 0 0rem 0rem;
  max-width: 450px;
}

@media screen and (min-width: 800px) {
  .data .tab-text {
  padding: 1rem 0 2rem 0rem;
  }
}

.delivery {
  padding: 2rem;
}

.data .delivery .one-third {
  padding: 1rem 0;
}

@media screen and (min-width: 800px) {
  .data .tab-text {
    padding: 7rem 0 6rem 2rem;
  }

    .delivery {
    padding: 4rem;
  }

  .data .delivery .one-third {
  padding: 3rem 0;
  }
}

.data .delivery h5 {
    font-size: 20px;
    font-weight: 500;
    text-transform: none;
    padding: 2rem 0 .5rem;
}

.data .one-half img {
  max-width: 500px;
  width: 100%;
}

@media only screen and (min-width: 800px) {
  .data .one-half img {
    padding-top: 2rem;
  }
}

.data .one-half img.lmi {
  max-width: 300px;
  float: left;
}

@media only screen and (min-width: 800px) {
  .data .one-half img.lmi {
      padding-top: 4rem;
  }
}


@media only screen and (min-width: 800px) {
  .data .one-half img.comp {
      padding-top: 4rem;
  }
}

@media only screen and (min-width: 800px) {
  .data .one-half.first .tab-text {
    padding-left: 6rem;
  }
}

/* Tile Text Hover Effects
========================================================================== */

/* Hover up Effect */
@media only screen and (min-width: 800px) {
  .hover-up img,
  .hover-up p {
}
  .hover-up p {
  line-height: 1.5;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
  .hover-up img {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
  }
  .hover-up:hover img {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  .hover-up img::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 4px;
    background: #204354;
    content: '';
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
  }
  .hover-up img::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fff;
    content: '';
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
  }
  .hover-up img::after,
  .hover-up p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
  }
  .hover-up:hover img::after,
  .hover-up:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}


/* Social Bar
========================================================================== */
.social-bar {
  padding: 0;
}

.eighteen .social-bar {
  padding: 0;
  padding-top: 2rem;
}

.social-bar ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  padding: 1.2rem 0 .5rem;
  max-width: 64.875em;
  margin: 0 auto;
}

.social-bar li {
  list-style: none;
  size: 20%;
}

.social-bar li img {
  max-width: 100px;
  max-height: 45px;
}

.social-bar li img.fat {
  max-height: 40px;
}

.social-bar h5 {
  margin: 0;
  opacity: .61;
  color: #000;
}

.share-bar ul {
  text-indent: 0px !important; 
}

.share-bar li {
  display: inline-block;
  margin-right: 1rem;
}

.share-bar li {
  margin: 1rem 3px !important;
}

/* Resources Page
========================================================================== */

.content-wrap {
  position: relative;
}

.content-wrap section {
  display: block;
  margin: 0 auto;
  padding: 1em;
  max-width: 1200px;
  text-align: center;
}

@media screen and (min-width: 800px) {
  .content-wrap section {
    display: none;
  }
}

.content-wrap section.content-current {
  display: block;
}


/* Tabs
========================================================================== */

.tabs {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  font-weight: 300;
  font-size: 1.25em;
}

/* Nav */
.tabs nav {
  text-align: center;
  display: none;
}

@media only screen and (min-width: 800px){
  .tabs nav {
    display: block;
  }
}

.tabs nav ul {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  list-style: none;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.tabs nav ul li {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  text-align: center;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 100%;
  padding: 5px 0;
}

@media only screen and (min-width: 800px){
  .tabs nav ul li {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: inherit;
    padding: inherit;
  }
}

.tabs nav ul li:hover {
  background: #FAFAFA;
}

.tabs nav a {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2.5;
}

.tabs nav a span {
  vertical-align: middle;
  font-size: 0.75em;
}

.tabs nav li.tab-current a {
  color: #74777b;
}

.tabs nav a:focus {
  outline: none;
}

/* Tabs with Topline
========================================================================== */
.tabs-style-topline {
  max-width: 1200px;
}

.tabs-style-topline nav li {
  border-bottom: 2px solid #41D592;
}

/* Quote Slider
========================================================================== */
@media only screen and (min-width: 800px) {
  .width-med {
    width: 80% !important;
  }
}

.testimonial-source h4 {
  font-size: 18px;
  padding: 0 20%;
  padding-top: 10px;
}

.testimonial-source h5 {
   color: #7d919e;
   text-transform: uppercase;
   font-size: 11px;
}

.slider blockquote {
padding: 10px 0% 0;
margin-bottom: 20px;
}

/*Slider - Version 2*/

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
  background-color: transparent;
  margin: 0 -35%;
}


.jc_pipe-grid.carousel button.slick-prev.slick-arrow,
.jc_pipe-grid.carousel button.slick-next.slick-arrow {
  margin: 0 -35px;
}

.jc_pipe-grid.carousel button.slick-arrow {
  box-shadow: none !important;
}

.jc_pipe-grid.carousel button.slick-prev.slick-arrow:before,
.jc_pipe-grid.carousel button.slick-next.slick-arrow:before  {
  font-size: 30px;
}

.jc_pipe-grid.carousel .slick-prev, .slick-next {
  top: 40% !important;
}

.slider {
    width: 95%;
    margin: 0 auto;
    margin-top: 5px;
}

@media screen and (min-width: 800px){
  .slider {
      width: 55%;

  }
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

img.small-circle {
  border-radius: 100px;
  max-width: 45px;
  max-height: 45px;
  text-align: center;
  margin: 0 auto;
}

@media only screen and (min-width: 800px) {
  img.small-circle {
    border-radius: 100px;
    max-width: 45px;
    max-height: 45px;
    text-align: center;
    margin: 0 auto;
  }
}

span.text-grey {
  color: #7d919e;
}

.text-grey {
  color: #7d919e;
}

.text-green {
  color: #41d592;
}

.text-lightgrey {
  color: #9B9B9B;
}

span.read-more {
  font-size: 14px;
  font-weight: 500;
  margin-left: 5px;
}

span.read-more:after {
  font-size: 14px;
  line-height: 1;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: FontAwesome;
  margin-left: 4px;  top: 0;
  content: "\f101";
}

/* Pull Quotes
========================================================================== */

blockquote.page-pull p {
    font-size: 22px;
    letter-spacing: -.65px;
    line-height: 35px;
    margin: 1em -100px;
    -webkit-font-smoothing: antialiased;
/*    color: #b5c2cc;
*/    font-weight: 400;
    max-width: 900px;
    margin: auto;
  }



blockquote.med-pull p {
    font-size: 32px;
    letter-spacing: -.65px;
    line-height: 45px;
    margin: 1em -100px;
    -webkit-font-smoothing: antialiased;
  }

blockquote p.main-pull {
    font-size: 20px;
    letter-spacing: -.65px;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
  }  

@media screen and (min-width: 800px) { 
  blockquote p.main-pull {
      font-size: 32px;
      letter-spacing: -.65px;
      line-height: 45px;
      -webkit-font-smoothing: antialiased;
    } 
}

blockquote.pull {
  padding-left: 0!important;
}

blockquote.pull p {
    font-size: 35px;
    letter-spacing: -.65px;
    line-height: 55px;
    margin: 1em -100px;
    -webkit-font-smoothing: antialiased;
    color: #b5c2cc;
  }

blockquote.blog,
blockquote.side-pull p {
    float: right;
    max-width: 56%;
    border-left: 0px;
    padding-left: 35px;
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    padding-top: 0px;
    color: #204354;
}

blockquote.side-pull-grey p {
    float: right;
    max-width: 50%;
    border-left: 0px;
    padding-left: 15px;
    font-size: 20px;;
    font-style: italic;
    padding-top: 0px;
    color: #b5c2cc;
}

blockquote.line {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

/* Background Images
========================================================================== */
.green-spline {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 2rem; 
}

@media only screen and (min-width: 800px) {
.green-spline {
  background: url("/wp-content/uploads/2016/08/bottom-spline3.png");
  height: 400px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: -14rem;
  margin-top: 3rem;
  border-bottom:0;
  }
}

.green-lines {
  background: url("/wp-content/uploads/2016/08/curve-lines.png");
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: -29rem;
  margin-top: 11rem;
  z-index: -999;
  }  

@media only screen and (min-width: 800px) {
  .green-lines {
    background-size: cover;
    width: 100%;
    }  
 } 

/* Side Fade Styling
========================================================================== */
.cbp-so-scroller {
  margin-top: 2em;
/*  overflow: hidden;
*/}


/* Clear floats of children */
.cbp-so-section:before,
.cbp-so-section:after {
  content: " ";
  display: table;
}

.cbp-so-section:after {
  clear: both;
}

@media only screen and (min-width: 800px) {
  .cbp-so-section.cbp-so-section_pullup {
    margin: -4rem 0 3rem !important;
  }
}

.cbp-so-side {
  width: 100%;
  float: left;
  margin: 0;
}

@media screen and (min-width: 800px){
  /* Sides */
  .cbp-so-side {
    width: 50%;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    -moz-transition: -moz-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
  }
}

/* Clear floats of children */
.cbp-so-side:before,
.cbp-so-side:after {
  content: " ";
  display: table;
}

.cbp-so-side:after {
  clear: both;
}

.cbp-so-side-right img {
  float: left;
}

.cbp-so-side-left img {
  float: right;
}

/* Side-Section
========================================================================== */
.side-section {
  margin: 2em 0;
}

@media screen and (min-width: 800px){
.side-section {
    margin: 1em 0;
  }
}

/* Clear floats of children */
.side-section:before,
.side-section:after {
  content: " ";
  display: table;
}

.side-section:after {
  clear: both;
}

.side-section-side {
  width: 100%;
  float: left;
  margin: 0;
  margin-bottom: 2rem;
  min-height: 12em;
  
}

.side-section-side p {
  line-height: 1.6 !important;
}

@media screen and (min-width: 800px){
  /* Sides */
  .side-section-side {
    width: 50%;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    -moz-transition: -moz-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    padding: 1em 0;
  }
}

@media screen and (min-width: 800px){
  .side-section-side {
    padding: 1em 4%;
  }
}

/* Clear floats of children */
.side-section-side:before,
.side-section-side:after {
  content: " ";
  display: table;
}

.side-section-side:after {
  clear: both;
}

.side-section-side-right img {
  float: left;
}

.side-section-side-left img {
  float: right;
}


/* Social Icons
========================================================================== */
.social li {
  width: .5rem;
  text-align: center;
  display: inline-block;
  color: #838994;
  padding: 0.625rem 0;
  margin: 1.25rem 1.4rem;
}

/* Widget modification */
ul.the_champ_sharing_ul li.theChampSharingRound {
  padding: 0 15px !important;
}

/* Flexbox
========================================================================== */

.flexbox {
  -webkit-flex-flow: row wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
 
.flex-center {
  justify-content: center;
}

.four-square-keyline li:nth-child(1) {
  margin-bottom: 30px;
}

.four-square-keyline li:nth-child(3) {
  margin-top: 30px;
}

.four-square-keyline li:nth-child(4) {
  margin-top: 30px;
}

@media screen and (min-width: 1000px) {
  .four-square-keyline li:nth-child(2) {
    border-left: 3px solid #f2f2f2;
    margin-bottom: 30px;
  }

  .four-square-keyline li:nth-child(4) {
    border-left: 3px solid #f2f2f2;
    margin-top: 30px;
  }
}

.square {
  width: 100%;
  text-align: center;
  display: flex;
  padding: 3% 0;
}

@media screen and (min-width: 1000px){
  .square {
    width: calc(50% - 0px);
    padding-left: 0px;
    margin-top: 4px;
    color: #204354;
    text-align: left;
  }
}

.square img {
max-width: 50px;
}

.table {
  display: table;
  margin: auto;
}

.table-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 1rem 0;
}

/* Fade-ins
========================================================================== */

@-webkit-keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }

.fade-in {
    opacity:0;  /* make things invisible upon start */
    -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;
    -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
}

.fade-in.one {
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
animation-delay: 0.2s;
}

.fade-in.two {
-webkit-animation-delay: .4s;
-moz-animation-delay: .4s;
animation-delay: .4s;
}

.fade-in.three {
-webkit-animation-delay: .6s;
-moz-animation-delay: .6s;
animation-delay: .6s;
}

.fade-in.four {
-webkit-animation-delay: .8s;
-moz-animation-delay: .8s;
animation-delay: .8s;
}


/* Emsi Labs (Old)
========================================================================== */
.emsi-labs-page p {
  font-size: 15px;
  color: #6c6c6c;
  line-height: 1.8;
  margin: .5em 0 !important;
  line-height: 1.5;

}

.emsi-labs-page p.text-blue {
  color: #204354;
  padding-top: 1rem;
  font-weight: 600 !important;
}

.emsi-labs-item iframe {
  border-radius: 8px;
}

@media screen and (min-width: 800px) {
  .g-recaptcha {
    float: left;
  }
}

input#submit {
    border: 2px solid #5b5aec;
    padding: 10px 24px 8px;
    letter-spacing: 0.16em;
    border-radius: 20px;
    color: #5b5aec;
    background-color: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    background: none;
    background-color: transparent;
    margin-top: 1rem
}

@media screen and (min-width: 800px) {
  input#submit {
    margin: 0 auto;
    text-align: center;
/*    margin: 0 0 1rem 4.5rem;
*/  }
}


input#submit:hover {
  border: 2px solid #5b5aec;
  background: #5b5aec !important;
  color: #fff;
}

.comment-header h4 {
  margin-left: 20%;
  margin-top: 3rem;
  font-weight: 500;
  font-size: 22px;
}

.align-left {
  text-align: left;
}

#reply-title {
  display: none;
}

.emsi-labs-item .about-text {
  margin-left: 15%;
}

.labs-back p {
  color: #41d592;
  font-weight: 500;
}

.labs-back p:hover {
  text-decoration: underline;
}

.labs-back p.back-arrow:before {
  content: "\f100";
  font-family: FontAwesome;
  font-size: 18px;
  pointer-events: none;
  color: #41d592;
  font-style: normal;
  padding-right: 6px;
}

/* Enterprise Overview
========================================================================== */

.logo-width {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: auto;
  margin: 1rem 0;

} 

@media screen and (min-width: 800px) {
  .logo-width {
    width: 32%;
    margin: 2rem 0;
  } 
}

@media screen and (min-width: 1100px) {
  .logo-width {
    width: 24%;
  } 
}

@media screen and (max-width: 800px) {
  .mobile-top-how {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 800px) {
  .mobile-top-icons {
    margin-top: 7rem;
  }
}

.higher-ed-overview img {
  max-width: 400px;
}

.enterprise-software .cbp-so-side {
  padding: 1rem;
}

@media screen and (max-width: 800px) {
  .enterprise-software .cbp-so-section {
    margin: 0rem 0;
  }
}

/* Emsi Labs New
========================================================================== */
.labs-header2 {
  background: url("/wp-content/uploads/2017/01/LabsHeader-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-color: #41D592;
  padding: 2rem 0 7rem;
  color: #fff;
  padding-left: 0rem;
}

@media screen and (min-width: 800px) {
    .labs-header2 {
    padding: 4rem 0 13rem 6rem;
  }
}

.labs-header2 h1 {
  font-size: 140px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}

@media screen and (min-width: 800px) {
    .labs-header2 h1 {
    font-size: 170px;
  }
}


.labs-header2 p {
  margin: 0;
  max-width: 450px;
}

.labs-header2 h5 {
  font-size: 15px;
  font-weight: 600;
}

.labs-header2 h5, .labs-header2 p {
  margin-left: .75rem;
}

.major-search {
  background-image: url(/wp-content/uploads/2017/01/Artboard-2.png); 
  background-position: center;
}

@media only screen and (min-width: 800px){
  .major-search {
    background-image: url(/wp-content/uploads/2017/01/Artboard-2.png); 
    background-position: center;
  }
}

.semantic-search {
  background-image: url(/wp-content/uploads/2016/10/SMEANTIC-SEARCH.png); 
  background-position: center;
  background-size: contain;
}

@media only screen and (min-width: 800px){
  .semantic-search {
    background-image: url(/wp-content/uploads/2016/10/Screen-Shot-2016-10-07-at-3.47.35-PM.png); 
    background-position: center;
  }
}

.emsi-labs-home {
  width: 100%;
}


.emsi-labs-page ul li {
  list-style-position: outside;
  font-size: 15px;
  color: #6c6c6c;
  line-height: 1.8;
  margin: .5em 0 !important;
  line-height: 1.5;
}

.emsi-labs-page ul.strong li {
  font-weight: 500;
}

.emsi-labs-page h5 {
  color: #7d919e;
  font-weight: 600; 
  margin-top: 2rem;
}

.emsi-labs-page button {
  border-radius: 5px;
  color: #fff;
  border: none;
  margin-top: 1rem;
}

.emsi-labs-page button.button {
  padding: 10px 15px 8px;
  font-size: 15px;
  font-weight: 500;
}

.emsi-labs-home .labs-header {
  padding: 8% 0 5%;
  text-align: center;
}

.emsi-labs-home .labs-header h4 {
  font-size: 19px !important;  
  padding: 25px 0;
  color: #204254;
  font-weight: 300;
  max-width: 330px;
  margin: auto;
}

.labs-grid {
  font-size: 0px;
}

.labs-grid-item {
  color: #204354;
}

.labs-grid-item button {
  margin: 20px 0;
}

.labs-grid-item h5 {
  display: none;
  font-weight: 600;
  text-align: center;
  font-size: 13px;
  letter-spacing: 3px;
}

.page-template-page_emsi-labs-blog .nav-contact-button {
  margin-top: 1.2rem;
}

.full-tile {
  width: 100%;
}

@media only screen and (min-width: 800px) {
  .full-tile {
  max-width: calc(100% - 22px);
  margin: 20px 10px 0;
  }
}

.half-tile {
  width: 100%;
  display: inline-block;
  margin: 20px 10px 0;
}

@media only screen and (min-width: 800px) {
 .half-tile {
  max-width: calc(50% - 22px);
  }
}

.labs-grid-item-image {
  display: inline-block;
  height: 100%;
  width: 100%;
  height: 325px;
  background-color: #fff;
}

@media only screen and (min-width: 800px) {
.full-tile  .labs-grid-item-image {
  width: 66%;
  height: 350px;
  } 
}

.labs-grid-item-text-box h4 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
  }

.full-tile .labs-grid-item-text-box h4 {
    padding-bottom: 5px;
    font-size: 28px;
    font-weight: 600;
  }

.half-tile .labs-grid-item-text-box h4 {
  margin-bottom: 0;
}

.labs-grid-item-text-box p {
  font-size: 15px;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}
.half-tile .labs-grid-item-text-box p {
    padding-top: 5px;
    margin: 0 auto !important;
}

@media only screen and (min-width: 800px) {
  .labs-grid-item-text-box p {
    max-width: none;
    text-align: left;
  }
}

.labs-grid-item-text-box {
  display: inline-block;
  height: 100%;
  width: 100%;
  display: table;
  height: 112px;
}

.labs-grid-item-text-box-text {
  text-align: center;
  text-align: center;
  vertical-align: middle;
  padding: 0px 0 0px;
}

@media only screen and (min-width: 800px) {
  .full-tile .labs-grid-item-text-box-text {
    padding: 0 0 0 70px;
    text-align: left;
    display: table-cell;
  }
}

@media only screen and (min-width: 800px) {
  .half-tile .labs-grid-item-text-box-text {
    padding: 0 0 0 10px;
    text-align: left;
    padding-bottom: 0;
    padding-top: 0;
    display: table-cell;
    vertical-align: top;
  }
}

  .half-tile .labs-grid-item-text-box-text h5 {
    vertical-align: middle;
    margin-top: 39px;
  }

.half-tile .labs-grid-item-text-box {
  border-top: none;
}

@media only screen and (min-width: 800px) {
.full-tile  .labs-grid-item-text-box {
  width: 33%;
  height: 350px;
  }
}

/*Grid Item Hover*/

@media only screen and (min-width: 800px) {
  .labs-grid-item:hover {
    background-color: #204354;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  .labs-grid-item:hover .labs-grid-item-text {
    opacity: .25;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

    .labs-grid-item:hover .labs-grid-item-image {
    opacity: .55;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

   .labs-grid-item:hover .labs-grid-item-text-box-text {
    color: #fff;
   }  

  .labs-grid-item:hover h4, 
  .labs-grid-item:hover p {
    display: none;
  }

  .labs-grid-item:hover h5 {
    display: inline-block;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
  }

  .labs-grid-item:hover .labs-grid-item-text-box {
    border: none;
  }

  .labs-grid-item:hover .labs-grid-item-text-box-text {
    padding-left: 0 !important;
    text-align: center !important;
  }
}

.category-labs .entry-title {
  margin-top: 30px;
}

.category-labs p.entry-meta {
  display: none !important;
}

.edo-overview ul {
  padding-top: 15px;
}

.developer-workforce .blue-band {
    background-image: none;
}

.icon-blurbs {
  padding-top: 0rem;
}

@media only screen and (min-width: 800px){
  .icon-blurbs {
    padding-top: 5rem;
  }
}

.icon-blurbs .one-sixth p {
  color: #7d919e;
  font-size: 15px;
}

.icon-blurbs .icon:before {
  color: #204354;
}

.edo-overview .green-spline {
  margin-top: -5rem;
}

@media only screen and (min-width: 1400px){
  .edo-overview .green-spline, 
  .developer-page .green-spline {
    margin-top: -5rem;
  }
}
.edo-overview .content-2 {
  text-align: center;
  padding-top: 0rem; 
}

/* Leaders Newsletter Article Formatting
========================================================================== */
/* Image Fade Load */
.placeholder {
  background-color: #f6f6f6;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.placeholder img {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 1s linear;
}

.placeholder img.loaded {
  opacity: 1;
}

.img-small {
  filter: blur(50px);
  /* this is needed so Safari keeps sharp edges */
  transform: scale(1);
}

/* Article Styling */

.article-hero {
  margin-bottom: 30px;
  margin-top: 50px;
}

@media only screen and (min-width: 800px) {
  .article-hero {
    margin-bottom: 80px;
  }
}

.article-inner {  
  margin: 0 auto;
  padding: 0 5%;
  max-width: 700px;
}

@media only screen and (min-width: 800px) {
  .article-inner {
    max-width: 750px;
    margin: 0 auto;
    padding: 0;
    padding: 0 5%;
  }
}

@media only screen and (min-width: 1600px) {
  .article-inner {
    max-width: 850px;
    margin: 0 auto;
    padding: 0;
    padding: 0 5%;
  }
}

.article-wide {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 5%;
}

.article h1 {
  font-size: 34px;
  font-weight: 700;
}

@media only screen and (min-width: 800px) {
  .article h1 {
    margin: 39px 0 0 0;
  }
}

.article h4 {
  font-size: 24px;
  font-weight: 700;
  margin: 30px 0 -10px 0;
}

.article h6 {
  text-transform: none;
  letter-spacing: 0;
  font-size: 13px;
  margin-top: 2rem;
}

.article p {
  font-size: 20px;
  font-weight: 400;
}

.article p.end-tag {
  margin-top: 40px;
  font-weight: 500;
  font-style: italic;
}

.article span.dropCap {
    letter-spacing: -.02em;
    font-weight: 700;
    font-style: normal;
    font-size: 64px;
    padding-top: 7px;
    margin-left: -5px;
    margin-right: 7px;
    letter-spacing: -.03em;
    line-height: .83;
    margin-bottom: -.08em;
    display: block;
    position: relative;
    float: left;
  }

.article p.post-script {
  font-size: 16px;
  color: #606060;
}

@media screen and (min-width: 800px){
  .ns-big {
    max-width: 110%;
  }
}

/* Fade In On Scroll
========================================================================== */
.fade {
    -webkit-transition: -webkit-transform 0.7s, opacity 0.7s;
    -moz-transition: -moz-transform 0.7s, opacity 0.7s;
    transition: transform 0.7s, opacity 0.7s;
}


@media screen and (min-width: 800px){
  .fade-left {
      -webkit-transform: translateX(40px);
      -ms-transform: translateX(40px);
      transform: translateX(40px);
      opacity: 0;
  }

  .fade-right {
      -webkit-transform: translateX(-40px);
      -ms-transform: translateX(-40px);
      transform: translateX(-40px);
      opacity: 0;
  }

  .fade-up {
      -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
      transform: translateY(40px);
      opacity: 0;
  }

  .fade-down {
      -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
      transform: translateY(-40px);
      opacity: 0;
  }
}
.on {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    transition: all .5s ease;
}

/* About Page
========================================================================== */
.company-page a:hover {
  color: #41d592;
}

.company-page h1 {
  text-align: center;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 2.5rem;
  font-size: 38px;
}

@media screen and (min-width: 1000px) {
    .company-page h1 {
    font-size: 40px !important;
    margin-bottom: 2rem;
  }
}

.company-text h1 {
  text-align: left;
  font-size: 30px !important;
  margin-bottom: 2rem;
}

@media screen and (min-width: 1000px) {
    .company-text h1 {
    text-align: center;
  }
}

.company-page .header-p {
  max-width: 1050px;
  margin: 0 auto;
  line-height: 1.8;
  text-align: left;
}

@media screen and (min-width: 1000px) {
  .company-page .header-p {
    text-align: center;
  }
}

.company-page h3 {
  font-weight: 400;
}

.top-bar {
  border-top: 9px solid;
  margin-bottom: 30px;
  width: 50px;
  margin-top: 65px;
}

@media screen and (min-width: 1000px) {
  .top-bar {
    margin-top: 0px;
  }
}

.top-bar.green {
  border-color: #41d592;
}

.top-bar.purple {
  border-color: #5b5aec;
}

.top-bar.aqua {
  border-color: #00C4CF;
}

.top-bar.blue {
  border-color: #204354;
}

.company-page button {
  margin: 3rem 0 2rem;
}

.limiter {
  padding: 0 5%;
}

.data-div {
  padding: 5rem 0 10rem;
  text-align: center;
  margin-top: 4rem;
}

@media screen and (min-width: 800px) {
  .data-div {
    padding: 14rem 0;

  }
}

.data-div p {
  font-size: 22px;
  transition: all .5s ease;
}

@media screen and (min-width: 800px) {
    .data-div p {
    opacity: 0;
  }
}

.data-div:hover p {
  opacity: .8;
  transition: all 1s ease;
}

.data-div p:hover {
  color: #51C1CD;
  cursor: pointer;
}

.data-div h2 {
  color: #fff;
  margin-bottom: 3rem;
}

.market-logo {
  display: inline-block;
  text-align: center;
  margin: auto;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 1000px) {
  .market-logo {
    width: 10%;
    margin-bottom: 0;
  }
}

.market-logo img {
  max-width: 25px;
}

.market-text {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 1000px) {
  .market-text {
    width: 88%;
    display: inline-block;
    margin: auto;
  } 

  .markets-box .table {
    margin: 0;
  }
}

.markets-box .table-cell {
  padding: 0;
  display: inline-block;
}

.markets-box h4 {
  font-size: 17px;
  letter-spacing: 3px !important;
}

.markets-box p {
  font-size: 17px;
  line-height: 1.7;
  color: #575757;
  margin-top: 0;
}

@media only screen and (min-width: 1000px) {
  .markets-box h4 {
    margin: 0 0 20px 35px;
    text-align: left;
  }

  .markets-box p {
    margin-left: calc(10% + 39px);
  }
}

 .markets-box a {
  color: #204354;
}

 .markets-box a:hover {
  cursor: pointer;
  color: #204354;
}

/* Pulse Effect */

.pulse-dot {
  position: relative;
  background-color: #204354;
  display: inline-block;
  line-height: 120px;
  width: 50px; height: 50px;
  border-radius: 50%;
  text-decoration: none;
  color: #fff;
  transition:all 275ms cubic-bezier(0.53, -0.67, 0.73, 0.74);
}

.pulse-dot img  { 
  transition:all .3s cubic-bezier(0.53, -0.67, 0.79, 0.74);
}

.pulse-dot img.building {
  margin-bottom: 29px;
  margin-right: -1px;
}

.pulse-dot img.globe {
  margin-bottom: 28px;
}

.pulse-dot img.pillar {
  margin-bottom: 27px;
}

.pulse-dot img.user {
  margin-bottom: 29px;
}

a:hover .pulse-dot {
    background-color: #204354;
    transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65);
}

a:hover .pulse {
    opacity: 1;
    border: 1px solid #204354;
    transform:scale(1.15);
    transition-timing-function:cubic-bezier(0.37, 0.74, 0.15, 1.65);
  }

.pulse {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: none;
    border: 1px solid #204354;
    border-radius:50%;
    transition:all .3s cubic-bezier(0.53, -0.67, 0.79, 0.74);
}

/*Aqua*/
.pulse-dot.dot-aqua,
.markets-box a:hover .pulse-dot.dot-aqua {
  background-color: #00C4CF;
}

.markets-box a:hover .pulse-dot.dot-aqua .pulse,
.pulse-dot.dot-aqua .pulse {
  border: 1px solid #00C4CF;
      }

/*Green*/
.pulse-dot.dot-green,
.markets-box a:hover .pulse-dot.dot-green {
  background-color: #41d592;
}

.markets-box a:hover .pulse-dot.dot-green .pulse,
.pulse-dot.dot-green .pulse {
  border: 1px solid #41d592;
      }

/*Purple*/
.pulse-dot.dot-purple,
.markets-box a:hover .pulse-dot.dot-purple {
  background-color: #5b5aec;
}

.markets-box a:hover .pulse-dot.dot-purple .pulse,
.pulse-dot.dot-purple .pulse {
  border: 1px solid #5b5aec;
      }            

.values {
  margin-top: 3rem;
}

.values h4 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .5px !important;
  text-transform: uppercase;
  letter-spacing: 3px !important;
  margin-bottom: 30px;
}

.color-green {
  color: #41D592;
}

.color-aqua {
  color: #67C9D3;
}

.color-grey {
  color: #7D919E;
}

@media only screen and (min-width: 1000px) {
  .four-square-keyline .horizontal-margin {
    margin: 0 30px;
    border-top: 3px solid #f2f2f2;
    padding-top: 70px;
    margin-top: -70px;
  }

  .four-square-keyline .horizontal-padding {
    padding-left: 30px;
  }
}

/* Higher Education Leaders Newsletter Articles
========================================================================== */
@media only screen and (min-width: 800px) {
  .article_header_box {
    margin-top: 3rem;
  }
}

.article_header_box  h2.cell {
  padding-left: 15px;
  padding-right: 20px;
  font-size: 36px;
  margin: 0;
}

.article_header_box  img.cell {
  margin: 0 auto;
  max-width: 75px;
  margin-bottom: 7px;

}

.article_header_box h4 {
  max-width: 330px;
  line-height: 1.3;
  font-size: 26px;
  text-align: center;
}

@media only screen and (min-width: 800px) {
  .article_header_box h4 {
      text-align: left !important;
      padding-left: 30px !important;
  }
}

.divider {
  border-left: 2px solid #f2f2f2;
  height: 79px;
  margin-bottom: 12px;
}

.article_header_box .cell {
  display: block;
  text-align: center;
  vertical-align: middle;
  padding: 1rem 0;
}

@media only screen and (min-width: 800px) {
   .article_header_box .cell {
    display: table-cell;
    vertical-align: middle;
    padding: 0rem 0;
    margin: auto;
  }
}

.article_header_box_button {
  margin: .5rem; 
  text-align: center;
}

.article_header_box button {
margin: 0 auto;
}

@media only screen and (min-width: 800px) {
  .article_header_box button {
  margin-left: 290px;
  }
}

.article .share-bar {
  margin-top: .5rem;
}

button.subcribe-square {
  font-size: 8px;
  font-weight: 700;
  height: 20px;
  padding: 5px 8px 16px;
  border-radius: .3;
  border: 0;
  color: #fff !important;
  background-color: #204354;
  vertical-align: middle;
      margin: 0px 0 11px;
}

button.subcribe-square:hover {
  opacity: .8;
}

.article a:hover {
  color: #41d592;
}

.article ul,
.article ol {
  list-style-position: outside;
}

.article h3 {
  line-height: 1.5;
}


/* PDGA Page
========================================================================== */
.pdga h5 {
  padding-top: 3rem;
}

@media screen and (min-width: 800px) {
  .pdga h5 {
    padding-top: 0rem;
  }
}


/* Student Success Page
========================================================================== */

.student-success .top-padder { 
  padding-top: .5em; 
}
  
.plugin-text {
  float:left;
  width: 100%;
  padding: 1rem 0rem;
}

@media only screen and (min-width: 800px) {
    .plugin-text {
    width: 60%;
    padding: 3rem 4rem 5rem;

  }
}

.laptop-right {
  margin-left: -7rem;
  margin-top: -3rem;
}

.laptop-left {
  margin-left: 7rem;
  margin-top: -3rem;
}


/* Icon Banner */
.icon-banner {
  padding: 1rem 0 2rem;
  background-image: linear-gradient(
      rgba(32,  67, 84, .95), 
      rgba(32,  67, 84, .95)
    ), url("/wp-content/uploads/2018/01/sky-clouds-garden-school.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

@media only screen and (min-width: 800px) {  
  .icon-banner {
    padding: 4rem 0 6rem;
  }
} 

.icon-banner h2 {
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 3rem;
  }

.icon-banner_wrap {
  max-width: 1200px;
}  

@media only screen and (min-width: 800px) {  
.icon-banner p {
    padding-top: 25px;
  }
}

.grid-spline-grey {
  background-image: url("/wp-content/uploads/2016/11/grid-spline-grey.png");
    background-size: cover;
  background-repeat: no-repeat;
  padding: 2rem 0 12rem;
}

.study-components h2 {
  margin-bottom: 4rem;
}

.study-components h3 {
  color: #7d919e;
  margin: 0rem auto 2rem;
  font-size: 30px;
  text-align: center;
}

.study-components .icon:before {
  float: left;
}

.study-components .pad3:before {
  padding: 12px 0px;
}

.study-components .icon h4 {
  font-size: 15px;
  font-weight: 500;
  color: #204354;
  
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 800px) {  
  .study-components .icon h4 {
    padding: 6px 0 0rem;
  margin-left: 3rem;
  }
}

/* Team Photos */
.team-photos img {
  border-radius: 100px;
  max-width: 200px;
}

.team-photos {
  text-align: center;
}

.photo-banner {
  padding: 4rem 0;
  background-image: linear-gradient(
      rgba(32,  67, 84, .95), 
      rgba(32,  67, 84, .95)
    ), url("/wp-content/uploads/2016/11/photo-1461988625982-7e46a099bf4f-1.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

/*Mobile Nav Glitch Fix*/
.sub-menu-toggle {
  display: none;
}

/*Inquires*/

.inquires {
  margin: 3rem 0;
}

.inquires h4 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .5px !important;
  text-transform: uppercase;
  letter-spacing: 3px !important;
  margin-bottom: 30px;
}

/* Communities Page
========================================================================== */
.communities-page p {
  max-width: 800px;
  margin: 0 auto;
}

.communities-hero {
  padding: 5rem 0 8rem;
  background-image: url("/wp-content/uploads/2016/12/snow-graph2.png");
  background-position: right bottom;
  color: #fff;
}

.communities-hero h5 {
  font-size: 16px;
  letter-spacing: 2px;
}

.communities-banner {
  padding: 4rem 0;
  background-image: url("/wp-content/uploads/2016/11/data-graph.png");
  background-position: left bottom;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.communities-banner button {
  margin: 0 .5rem;
}

.communities-banner h2 {
  font-size: 26px;
    margin-bottom: 2rem;
}

.communities-page .features {
  padding: 2rem 0 3rem;
}

.communities-page .features p.title {
  margin: 10px 0 10px;
}

.communities-page .features p.text {
  margin: 20px 0;
  color: #7d919e;
}

.communities-page .features img {
  max-width: 40px;
  margin-top: 30px;
}

@media only screen and (min-width: 800px) {
  .communities-page .features img {
    margin-top: 0;
  }
}


/* Manufacturing Labs Page */
    .election-results .one-third,
    .election-results .two-third {
      width: 100%;
    }

@media only screen and (min-width: 1250px) {

   .election-results .one-third,
   .election-results .two-third {
        float: left;
        margin-left: 3.448275862069%;
    }

    .election-results  .one-third {
        width: 31.034482758621%;
    }

    .election-results .two-thirds {
        width: 65.51724137931%;
    }
  }

/*Contact form*/
.contact-information {
  background-size:  cover;
  background-repeat: no-repeat;
  background-image: url("/wp-content/uploads/2017/01/conact-background-1.png");
  padding: 3rem 3rem;
  color: #fff;
}

.contact-information-form {
  background-image: url("/wp-content/uploads/2017/01/conact-background-1.png");
  background-size:  cover;
  background-repeat: no-repeat;
  padding: 3rem 3rem;
  color: #fff;
  display: inline-block;
  max-width: 53%;
}

.contact-information p {
  color: #7D919E;
  margin: 0;
}

.contact-information h4 {
  font-weight: 600;
  font-size: 18px;
  margin-top: 2rem;
}

.contact-information h5 {
  font-weight: 600;
  font-size: 15px;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.contact-information p.small {
  font-size: 15px;
}

.contact-form-wrap {
    width: 60%;
    display: inline-block;
    height: 100%;
}

/* AntiSpam*/
.robotic { 
  display: none; 
}

.contact-form {
  margin: 0 5%;
  max-width: 600px;
}

@media screen and (min-width: 800px) {
  .contact-form {
    text-align: left;
    clear: both;
  }
}

 .contact-form input, .contact-form select, .contact-form textarea {
    background-color: transparent;
    color: #204354;
    font-size: 16px;
    padding: 14px 16px 12px 9px;
    margin: 15px 0;
    width: 100%;
  }

input[type="submit"].contact-button {
    color: #5b5aec;
    border: 2px solid;
    width: 150px;
    margin: 0 auto;
}

/* 2017 Contact Page
========================================================================== */
.contact {

}

.contact h5 {
  font-size: 16px;
  letter-spacing: 3px !important;
  font-weight: 600;
  letter-spacing: .5px !important;
  margin-top: 3rem;
  }

@media screen and (min-width: 800px) {
  .contact h5 {
    margin-top: 0;
    min-height: 42px;
  }
}

.spline-top {
  background-image: url("/wp-content/uploads/2017/04/spline-top-1.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3rem 0;
  margin-top: 10rem;
}

.gradient {
  background-image: url("/wp-content/uploads/2017/04/gradient-spline-large-1.png");
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  padding-bottom: 40rem;
}

#gradient {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform-origin: 0;
  background: url("/wp-content/uploads/2017/04/small-spline-gradient-1.png");
  position: absolute;
  background-repeat: no-repeat;
  height: 1200px;
  background-size: cover;
  margin-top: 16rem;
}

@media screen and (min-width: 800px) { 
  #gradient {
    height: 1280px;
  }
}

@media screen and (min-width: 1300px) { 
  #gradient {
    height: 1250px;
  }
}

@media screen and (min-width: 1400px) { 
  #gradient {
    height: 1100px;
  }
}

@media screen and (min-width: 1400px) { 
  #gradient {
    background: url("/wp-content/uploads/2017/04/gradient-spline-large-1.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media screen and (min-width: 800px) {
  .contacts {
    padding: 2rem 0;
  }
}

.contacts p{
  margin-bottom: 0;
}

.contacts a {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;

}  

.icon.mail:before {
    content: "\f0e0";
    padding-right: 7px;
}

#intro {
  position: relative;
}

#information {
    position: relative;
    color: #fff;
    padding: 3rem 0;   
}

@media screen and (max-width: 800px) {
    #information {
        background-color: #41d592;
    }
  }

.contact .contact-form {
  background-color: #fff;
  margin: 0 auto;
  color: #204354;
  padding: 0 8%;
  max-width: 1100px;
  padding-bottom: 1rem;
}

@media screen and (min-width: 800px) {
  .contact .contact-form {
    margin-top: 3rem;
    border-radius: 8px;
    padding-bottom: 0rem;
  }
}

@media screen and (min-width: 1400px) {
  .contact .contact-form {
    max-width: 1200px;
  }
}

.office {
    padding: 0 0 2rem 0;
    position: relative;
}

@media screen and (min-width: 800px) {
  .office {
    padding: 7rem 0 2rem;
  }
}

@media screen and (min-width: 1400px) {
  .office {
    padding: 7rem 0 2rem;
  }
}

/* Parabullets
========================================================================== */

.parabullet-section {
  margin: 2rem 0;
  display: inline-block;
}

@media screen and (min-width: 800px) {
  .parabullet-section {
    margin: 7rem 0;
    display: inline-block;
  }
}

.parabullet-section h2 {
  font-weight: 400;
  margin-bottom: 2rem;

}

@media screen and (min-width: 800px) {
  .parabullet-section .features {
    margin-left: 8%;
  }
}

@media screen and (min-width: 800px) {
  .parabullet-section.reverse .features {
    margin-left: 10%;
  }
}

.parabullet-section .features li.sources {
  background-image: url(/wp-content/uploads/2016/11/bars.png);
}
.parabullet-section .features li {
  background-repeat: no-repeat;
  background-size: 48px 48px;
  list-style: none;
}

.parabullet-section ul.features {
  margin-top: 50px;
}

@media screen and (min-width: 800px) {
  .parabullet-section ul.features {
    margin-top: 0px;
      padding: 40px 0;
  }
}

.parabullet-section.reverse ul.features {
  margin-bottom: 50px;
  margin-top: 0px;
}

@media screen and (min-width: 800px) {
  .parabullet-section.reverse ul.features {
    margin-bottom: 0px;
  }
}

.parabullets.small-icon .parabullet-section .features li {
  background-size: 15px 15px !important;
}

@media screen and (min-width: 800px) {
  .parabullet-section .features li {
    padding-left: 65px;
  }
}

.parabullet-section .features li h3 {
  font-size: 22px;
  font-weight: 500;
  padding: 10px 0 0;
}

.parabullet-section .features h5 {
  font-size: 15px;
  color: #7d919e;
  font-weight: 500;
}

@media screen and (min-width: 800px) {
  .parabullet-section .features h5 {
    padding-left: 65px;
  }
}

.parabullet-section .one-half.first { 
  align-self: center;
}

@media screen and (min-width: 800px) {
  .parabullet-section.reverse .parabullet-content {
    padding-left: 65px;
  }
}

/* Alumni Page
========================================================================== */
.alumni-intro p {
  color: #7D919E;
    max-width: 700px;
      margin: 1rem auto;
  max-width: 700px;
  margin: 1rem auto;
}

.alumni .features {
  padding: 2rem 0;
}

@media screen and (min-width: 800px) {
  .alumni .features {
    padding: 5rem 0;
  }
}

@media screen and (min-width: 800px) {
  .alumni .features .bullets {
    margin-left: 2rem;
  }
}

.alumni .features .bullets h4 {
  font-size: 20px;
  font-weight: 500;
  color: #7D919E;
}

@media screen and (min-width: 800px) {
  .alumni .features .bullets h4 {
    margin-left: -2rem;
  }
}

.alumni .features img {
  margin-top: 1rem;
}

.alumni .features .feature-text {
  margin-left: 5%;
}

.alumni-intro {
  margin: 0 auto;
  padding: 2rem 0;
  text-align: left;
}

@media screen and (min-width: 800px) {
  .alumni-intro {
    text-align: center;
  }
}

.alumni-intro strong h4 {
  margin: 0 auto;
  font-size: 20px;
  max-width: 900px;
}

.alumni-intro p {
  color: #7D919E;
  max-width: 700px;
  margin: 1rem auto;
}

@media screen and (min-width: 1050px) {
  .alumni-graphic {
    background-image: url(/wp-content/uploads/2016/12/alumni-gradient2-1.png);
    background-position: center center;
    background-size: cover;
    padding: 0px 0 750px;
    color: #fff !important;
    z-index: 999999;
    margin-top: -4rem;
  }
}

.mobile-alumni {
  background-color: #fff;
}

@media screen and (min-width: 1050px) {
  .mobile-alumni {
    display: none;
  }
}

@media screen and (min-width: 1050px) {
  .mobile-alumni {
    display: none;
    background-size: cover;
  }
}

.alumni .bullets.checks p:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 28px;
    max-width: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    padding-top: 0px;
    margin: 0 10px -7px;    
    background-image: url(/wp-content/uploads/2016/12/Checkmark.png);
}

@media screen and (min-width: 800px) {
  .alumni .bullets.checks p:before {
    margin: 0 10px -7px -31px;    
  }
}

.alumni-graphic p {
  color: #fff !important;
  margin-top: 5px;
  font-weight: 500;
}

@media screen and (max-width: 1050px) {
  .alumni-graphic h4 {
    display: none;
  }
}

.alumni-graphic h4 {
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  top: 190px;
  padding-top: 60px;
}

.alumni .connecter {
  top: 1125px;
  position:absolute;
  left: 50%;
  max-width: 140px;
  -webkit-transform:translateX(-50%) translateY(-50%);
  }

.alumni .connecter img {
display: none;
}

@media screen and (min-width: 800px) {
  .alumni .connecter img{
    display: inline;
  }
}

.alumni .help {
  text-align: center;
  margin: 3rem 0;
  margin-bottom: -4rem;
}

.alumni .help .professional {
  margin-top: 2rem;
}

@media screen and (min-width: 800px) {
  .alumni .help .student,
  .alumni .help .professional {
    margin-top: 2rem;
  }

  .alumni .help .student {
    text-align: right;
    margin-right: 8rem;
  }

  .alumni .help .professional {
    margin-left: -2rem; 
  }

  .alumni .help .professional h1 {
    font-size: 48px;
    font-weight: 700;
  }
}

.alumni .help h5 {
  font-weight: 700;
  font-size: 15px;
}

/* Icon Box
========================================================================== */

@media screen and (min-width: 800px) {
  .tabs-style-iconbox {
    margin-bottom: 2rem;
    min-height: 490px;
  }
}

.tabs-style-iconbox nav {
  background-color: #fff;
}

.tabs-style-iconbox nav:hover,
.tabs-style-iconbox nav ul li .tab-current:hover,
.tabs-style-iconbox nav ul :hover  {
  cursor: pointer;
}

.tabs-style-iconbox nav ul li a {
  overflow: visible;
  padding: 2em 0;
  line-height: 1;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.tabs-style-iconbox nav ul li a span {
  font-weight: 700;
  font-size: 0.7em; 
}

.tabs-style-iconbox nav ul li.tab-current {
  z-index: 100;
}

.tabs-style-iconbox nav ul li.tab-current a {
  background: #f2f2f2;
  box-shadow: -1px 0 0 #fff;
}

.tabs-style-iconbox nav ul li.tab-current a::after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 10px;
  border-top-color: #f2f2f2;
  content: '';
  pointer-events: none;
}

.tabs-style-iconbox nav ul li:first-child::before,
.tabs-style-iconbox nav ul li::after {
  position: absolute;
  top: 20%;
  right: 0;
  z-index: -1;
  width: 1px;
  height: 60%;
  background: rgba(0,0,0,0.07);
  content: '';
}

.tabs-style-iconbox nav ul li:first-child::before {
  right: auto;
  left: 0;
}

.tabs-style-iconbox .icon::before {
  display: block;
  margin: 0 0 1.5rem 0;
}

.alumni .tabs h1 {
  font-weight: 300;
  color: #41d592;
  max-width: 300px;
  text-align: left;
  line-height: 1.3;
}

@media screen and (min-width: 800px) {
  .alumni .tabs h1 {
    margin-left: 130px;
    padding: 3rem;
  }

  .alumni .bullets {
    padding: 1.5rem 0;
  }
}

.alumni .bullets ul li {
  text-align: left;
  list-style: none;
  padding: 1px 0;
  color: #7d919e;
  max-width: 400px;
}

.college {
  text-align: left;
  color: #204354;
}

.college img {
  max-width: 90%;
}

.case-study {
  padding: 4rem 0;
}

.case-study h4 {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.8;
  max-width: 600px;
}

.case-study img {
  max-width: 40%;
  margin-top: 1rem;
  padding-bottom: 1rem; 
}

.case-study button {
  margin: 1rem 0;
}

@media screen and (min-width: 800px) {
  .case-study button {
    margin: 1rem 0 4rem 0;
  }
}

@media screen and (min-width: 800px) {
  .case-study .college {
    width: 80%;
    margin-left: 19%;
  }

/*  .stick-right {
    text-align: right;
  }*/
}

/* Login Promo
========================================================================== */

.login-promo {
  background-image: url("/wp-content/uploads/2018/03/login-conference-ad-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
  width: 100%;
  height:100vh;
  position: relative;
  overflow: hidden;
}


.login-promo img {
  position: absolute;
  top: 420px;
  margin-left: -200px;
}
    
.login-promo.standard { 
  background-image: url("/wp-content/uploads/2018/05/palouse-1.png");
  background-position: center right;  
}

.login-promo.standard .login-promo_text {
  padding: 8%;
  max-width: 1000px;
  margin-top: 40px; 
} 

.login-promo.standard .login-promo_text h1 {
  font-weight: 400;
  margin-bottom: 5px;
}

.promo-text {
  position: absolute;
  right: 0;
  transform: scale(.9);
}

.promo-text h4 {
  max-width: 400px;
  line-height: 1.4;
}


@media screen and (min-width: 800px) {
  .promo-text {
    padding: 5%;
  }
}

@media screen and (min-width: 1400px) {
  .promo-text {
  padding: 20%;
  transform: scale(1);
  }
}

/* EDO Conference
========================================================================== */
.edo-conference-hero {
  background-image: url(/wp-content/uploads/2017/01/edo-conference-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  padding: 4rem 0 7rem;
}

@media screen and (min-width: 800px) {
  .edo-conference-hero {
    padding: 4rem 0 8rem;
  }
}

.edo-conference .header {
  text-align: center;
}

.edo-conference .header p {
  color: #fff;
  font-weight: 400;
}

.edo-conference h1 {
  font-size: 48px;
  color: #fff;
  margin: 0 auto;
  max-width: 900px;
  font-weight: 300;
}

.edo-conference .intro {
  padding: 1rem 0 3rem;
}

.edo-conference .hover-box {
    margin-top: -5rem;
    margin-bottom: 4rem;
  }

.form-half { 
      width: 48.717948717948715% !important;
  display: inline-block !important;  
  clear: none !important;
    float: left !important;
}

.form-half.second-half {
  margin-left: 2.564102564102564% !important;
}

input#nf-field-95 {
  color: #fff !important;
  padding: 10px 24px !important;
  font-size: 14px !important; 
} 

input.wpcf7-form-control.wpcf7-submit {
  width: 133px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  padding: 14px 9px 12px 9px;
}

.hover-box .hover-box-shadow {
    -webkit-filter: drop-shadow(2px 2px 7px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(2px 2px 7px rgba(0, 0, 0, 0.2));
    margin-top: -5rem;
    background: #fff;
    border-radius: 8px;
    padding: 2rem 0 3rem; 
    margin: 0 auto;
    text-align: left;
  }

@media screen and (min-width: 800px) {
    .hover-box .hover-box-shadow {
      max-width: 75%;
  }  
}

@media screen and (min-width: 1600px) {
    .hover-box .hover-box-shadow {
      max-width: 60%;
  }  
}

.hover-box .hover-box-shadow h2 {
    max-width: 600px;
    
}  

.hover-box .hover-box-shadow p {
  padding-top: 1rem;
  max-width: 800px;
}

.hover-box .hover-box-shadow .text-wrap {
  max-width: 800px;
  margin: 0 auto;
}

.edo-conference .map {
  position: absolute;
  top: 400px;
  z-index: 999;
}


.edo-conference button.register {
  text-align: center;
  background-color: #5b5aec;
  color: #fff;
  margin: 0 auto;
  margin-top: 2rem;
/*  margin-left: 37%;
*/}

.edo-conference .text-wrap {
  max-width: 900px;
  margin: 0 auto;
}

.edo-conference .counties {
  margin-top: -10rem;
  padding: 6rem;
}

.edo-conference h5 {
  font-size: 20px;
  font-weight: 600;
}

.edo-conference .schedule {
  margin-bottom: 3rem;
}

.edo-conference .schedule p {
  font-size: 15px;
  margin: 1rem 1rem 1rem 0; 
  line-height: 30px;

}

.edo-conference .schedule p span {
  color: #7d919e;
  margin-right: 1rem;
}

.edo-conference .location {
  background-color: #204354;
  color: #7d919e;
  height: 200px;
  margin-left: 0 !important;
  float: left;
  width: 100%;
  padding: 2rem;
  padding-left: 3rem;
}

.edo-conference .edo-map {
  background-image: url(/wp-content/uploads/2017/01/edo-location-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 9rem;
  height: 100px;
  float: left;
  width: 100%;
}

@media screen and (min-width: 800px) {
  .edo-conference .location {
    width: 33%;
    padding: 5% 2rem 2rem;
    height: 300px;
  }

  .edo-conference .edo-map {
    width: 66%;
    height: 300px;
  }
}

/**/

/* Emsi Labs Blog Formatt
========================================================================== */
.rgc-featured-image h3,
.rgc-featured-image h3 a {
  font-size: 18px;
  font-weight: 600;
  margin: 0 auto;
  padding-top: 30px;
  color: #204354;
}

.rgc-featured-image h3 {
  min-height: 75px;
  line-height: 26px;
}

.rgc-featured-image p {
  font-size: 16px;
  color: #7d919e;
  max-height: 100px;
  overflow: hidden;
}

.rgc-featured-image a {
    min-width: 200px;
}

.rgc-wrap button {
  margin: 10px auto;
  border-radius: 0;
  display: none;
  width: 100%;
}

.rgc-wrap:hover button {
  display: inline-block;
}

.rgc-wrap {
  min-width: 100%;
/*  padding: 5px 25px;
*/  background-color: #fff;
}

@media screen and (min-width: 800px){
  .rgc-wrap  {
    min-height: 530px;
    border-radius: 2px;
    box-shadow: 0 6px 15px rgba(36,37,38,0.08);
  }
}

@media screen and (min-width: 800px){
  .media-posts .rgc-wrap  {
    min-height: 530px;
  }
}

.rgc-featured-image:hover {
/*background-color: #000;
*/}

@media screen and (min-width: 800px){
  .rgc-featured-image:hover .rgc-wrap {
  /*  background-color: #fff;
    opacity: .9;*/

    box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
    transition-property: color,background-color,box-shadow,transform;
    transition-duration: .15s;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-1px,0);
    transform: translate3d(0,-1px,0);
    -webkit-transition: all .35s ease-out;
     -moz-transition: all .35s ease-out;
     -o-transition: all .35s ease-out;
     -ms-transition: all .35s ease-out;
     transition: all .35s ease-out;
  /*   transition: opacity .3s ease-in-out;
     -moz-transition: opacity .3s ease-in-out;
     -webkit-transition: opacity .3s ease-in-out;*/
  }
}

@media screen and (min-width: 800px){
  .rgc-featured-image h3,
  .rgc-featured-image h3 a {
    padding-top: 30px;    
  }
}

.rgc-text-wrap {
  padding: 0 8%;
}

.rgc-featured-image a img:hover{
/*  background: linear-gradient(
      rgba(32, 67, 84, .5), 
      rgba(32, 67, 84, .5)
    );*/
  z-index:999;
  cursor: pointer;
}

.rgc-featured-image img {
/*  max-height: 200px;
  min-height: 200px;*/
  text-align: center;
  margin: 0 auto;
  width: 100%;
  border-radius: 2px 2px 0 0;
}

.rgc-featured-image img:hover,
.rgc-featured-image h3:hover {
  cursor: pointer;
}

.rgc-featured-image {
    float: left;
    margin-bottom: 2rem;
    min-height: 600px;
    margin-right: 3%;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; 
}

   .rgc-featured-image {
    width: 100%;
}

@media only screen and (min-width: 800px) {
   .rgc-featured-image {
      width: 47%;
  }
}

@media only screen and (min-width: 1000px) {
   .rgc-featured-image {
      width: 30%;
  }
}

@media only screen and (max-width: 767px) {
  .content-sidebar .rgc-featured-image,
  .sidebar-content .rgc-featured-image,
   .rgc-featured-image {
    width: 100%;
  }
}

.full-width-content .content-sidebar-wrap {
/*    max-width: 1200px !important;*/
    margin: 0 auto;
}

.rgc-featured-image .entry-image {
  display: none;
}

.labs-post .author-box {
  display: none;
}


/*.rgc-wrap img.wide {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}
.rgc-wrap img.tall {
    max-height: 100%;
    max-width: 100%;
    width: auto;
}*/

/* Tool Tips
========================================================================== */
.tooltip {

}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 285px;
    background-color: rgba(0,0,0, .4);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    -webkit-transform: translate3d(-10px,0px,0);
    transform: translate3d(-10px,0,0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip-right {
    top: -10px;
    left: 85%;
}

.tooltip-left {
    top: -10px;
    right: 130%;
}

.tooltip .tooltiptext.tooltip-right {
    -webkit-transform: translate3d(-10px,0px,0);
    transform: translate3d(-10px,0,0);
}

.tooltip .tooltiptext.tooltip-left {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    -webkit-transform: translate3d(0,0,0) rotate3d(0,0,0,0);
    transform: translate3d(0,0,0) rotate3d(0,0,0,0);
}

.tooltip-right::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent rgba(0,0,0, .4) transparent transparent;
}

.tooltip-left::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(0,0,0, .4);
}

.tooltip:hover .tooltip-content {
    pointer-events: auto;
    opacity: 1;    
}

/* Media
========================================================================== */

.media-posts {
  padding: 3rem 0;
}

.media-posts .rgc-featured-image {
      min-height: 520px;
}
.media-posts .rgc-wrap img {
object-fit: cover; 
}

/* Workforce Insight
========================================================================== */

@media screen and (min-width: 1050px) {
  /*Beacon*/
  .workforce-insight .beacon1,
  .workforce-insight .beacon2,
  .workforce-insight .beacon3,
  .workforce-insight .beacon4 {
    top:1075px;
  }

  .workforce-insight .alumni-graphic {
    padding: 0px 0 750px;
    margin-top: -150px;
  }

.workforce-insight .alumni-graphic button {
  top: 1328px;
  position: absolute;
  left: 44%;
  }   
}

@media screen and (min-width: 1450px) {
  .workforce-insight .alumni-graphic button {
  left: 46%;
  }
}

.workforce-insight_intro {
  text-align: center;
  margin: 0 auto;
  max-width: 800px;
  margin-top: 3rem
}

@media screen and (min-width: 800px) {
  .workforce-insight_intro {
        margin-top: 0rem
  }
}

.blue-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding:4rem 0;
  margin: 0 auto;
  text-align: center;
  background: url("/wp-content/uploads/2017/02/people-walking-blue-1.png");
}

.blue-banner p {
  max-width: 600px;
  margin: 0 auto;
}    

.blue-banner button {
  margin-top: 2rem;
}


/* Header
========================================================================== */

.jc-header-image {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2rem 0; 
}

.jc-hero {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 0rem 0; 
}


.jc-hero h1 {
    color: white;
}

.jc-hero  h5 {
  text-transform: uppercase;
  color: white;
  padding: 1em 0;
  font-weight: 800;
  letter-spacing: 3px;
   }

@media only screen and (min-width: 800px) {
  .jc-hero {
      padding: 4rem 0; 
  }
}

@media only screen and (min-width: 1600px) {
  .jc-hero {
      padding: 6rem 0; 
  }
}

.jc-intro {
    text-align: center;
    margin: 0 auto;
    max-width: 800px;
    margin-bottom: 2rem;
    color: #7d919e;
}

@media only screen and (min-width: 800px) {
  .jc-pull-left {
    margin-left: -5%;
  }

  .jc-push-right {
    margin-left: 5%;
  }
}

@media only screen and (min-width: 800px) {
  .push-right {
    margin-left: 6rem;
  }
}

/* Feature
========================================================================== */

.jc-feature {
  padding: 40px 0;
}

@media only screen and (min-width: 800px) {
  .jc-feature {
    padding: 80px 0;
  }
}

.jc-feature img {
  width: 100%;
  height: 100%;
  margin-top: 2rem;
}

@media only screen and (min-width: 800px) {
  .jc-feature img {
    margin-top: 0;
  }
}

.jc-feature h5 {
  font-weight: 600;
  font-size: 18px;
}

.jc-feature .grid.equal-heights>* {
    align-self: center;
}

.feature-content {
  max-width: 550px;
}

.jc-feature .feature-content h2 {
  margin: 30px 0;
}

.jc-feature .feature-content p {
  color: #7d919e;
}

.jc-feature p strong {
    color: #204354;
  }

/* DoD Page
========================================================================== */

.dod-page .jc-header {
  max-width: 600px;
}

.dod-page .jc-feature h5 {
  color: #41d592;
}

.dod-page li {
  color: #7d919e;
}

.dod-page .feature-content li {
  margin: 10px 0;
  font-size: 18px;
  margin-left: 40px;
}

.dod-page blockquote p:first-of-type {
    margin: 0 auto;
}

.dod-page blockquote p:last-of-type {
    margin-top: 30px;
}

.dod-page .blue-banner .footnote {
    margin-top: 30px;
    font-size: 14px;
    max-width: 1000px;
}

.dod-page blockquote {
  margin: 0em auto;
}

.dod-page .blue-banner p {
    max-width: 750px;
}

.dod-page li {
  list-style-position: outside;
}

.highcharts-credits {
  display: none;
}

.big-out .jc-feature {
  padding: 0;
}

.big-out .jc-feature img {
  margin: 3rem 0;
}

@media screen and (min-width: 800px){
  .big-out .jc-feature img.left {
    margin-left: -27%;
  }

  .big-out .jc-feature img.right {
    margin-right: -27%;
  }

  .big-out .jc-feature img {
  min-width: calc(100% + 25%);
  }
}

.highcharts-background {
  fill: transparent; !important;
}

.footnote {
  color: #fff;
  float: right;
  bottom: 0rem;
  right: .5rem;
  position: absolute;
  font-size: 12px;
}

.head {
  padding: 3rem 0 0;
  text-align: center;
}


/* Gum Stick Cards (Case Studies)
========================================================================== */
.gum .wrap {
  padding: 0 1%;
}

.gum-wrap {
  width: 100%;
  display: inline-block;
  padding: 0rem 0 0rem;
}

@media screen and (min-width: 800px) {
  .gum-wrap {
    padding: 2rem 0 0rem;
  }
}

.gum-wrap a {
  color: #204354;
}

@media screen and (min-width: 900px) {
  .gum-wrap {
    width: 32.20339%;
    display: inline-block;
  }
}

@media screen and (min-width: 800px) {
  .gum .gum-cards {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 32.20339%;
    margin-left: 0%;
    padding: 0;
  }
}

@media screen and (min-width: 800px){
  .gum .gum-cards {
    margin-bottom: 1.5rem;
  }
}

.gum .gum-cards,
.gum .gum-wrap .card-resources,
.gum .gum-wrap .card--image {
  height: 9rem;
}

.gum .gum-cards {
  margin-top: 0;
  margin-bottom: 1.5rem;
  float: left;
  display: block;
  margin-right: 1.69492%;
  width: 100%;
  padding: 0 .5rem;
}

@media screen and (min-width: 1100px){
  .gum .gum-cards {
    padding: 0 1.5rem;
  }
}

.gum .gum-wrap .card-resources {
  width: 100%;
  display: block;
}

.card:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 800px){
  .card {
    margin-bottom: 1.5rem;
  }
}

a.card:hover {
  cursor: pointer;
}

.card {
  margin-top: 0;
  margin-bottom: 1.5rem;
  text-align: left;
  position: relative;
  background: #fff;
  box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
  border-radius: 0.375rem;
  transition: all 0.3s ease;
  z-index: 99999;
}

.card:hover {
  box-shadow: 12px 15px 20px 0px rgba(26,41,53,0.1);
  cursor: pointer;
}

.gum .gum-wrap .card-resources img {
  border-bottom-left-radius: 0.375rem;
  border-top-left-radius: 0.375rem;
}

.gum .gum-wrap .card-image {
  width: 128px;
  border-bottom-left-radius: 0.375rem;
  border-top-left-radius: 0.375rem;
  height: 144px;
  float: left;
  margin-right: 20px;
}
    
.tint-teal {
    background: linear-gradient( rgba(32,67,84,0.65),rgba(32,67,84,0.65) ), url(/wp-content/uploads/2017/05/batonrouge-1.png);
}

.gum .gum-wrap .card__content {
  padding: 30px 20px;
  width: 100%;
}

@media screen and (min-width: 900px) {
  .gum .gum-wrap .card__content {
    padding: 10px 20px;
  }
}

@media screen and (min-width: 1100px){
  .gum .gum-wrap .card__content {
    padding: 24px 20px;
  }
}

@media screen and (min-width: 800px){
  .gum .gum-wrap .card__content h6 {
    margin-bottom: 0.75rem;
  }
}

@media screen and (min-width: 800px){
  .gum .gum-wrap .card__content h6 {
    font-size: 0.5625rem;
    line-height: 0.75rem;
  }
}

.gum .gum-wrap .card__content h6 {
  font-size: 10px;
  line-height: 0.75rem;
  margin-top: 0;
  margin-bottom: 0.375rem;
  letter-spacing: 1px;
  font-weight: 600;
  opacity: 1;
}

@media screen and (min-width: 800px){
  .gum .gum-wrap .card__content--h5 {
      margin-bottom: 0.375rem;
  }
}

.gum .gum-wrap .card__content--h5 {
  margin-top: 0;
  margin-bottom: 0.375rem;
  font-size: 15px;
  line-height: 1.5rem;
  line-height: 24px !important;
  padding-right: 0.75rem;
  font-weight: 500;
}

.emsi-green {
  color: #41d592; 
}

.slate {
  color: #204354 !important;
}

.indigo {
  color: #5b5aec;
}

.teal {
  color: #5CBDFF;
}

/* Case Studies Page
========================================================================== */

.case-studies-hero {
  background: url("/wp-content/uploads/2017/05/case-studies-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  padding: 0rem 0; 
  padding: 5% 0 7rem 6%;
}

@media screen and (min-width: 800px){
  .case-studies-hero {
    padding: 5% 0 12% 6%;
  }
}

.case-studies-hero h1 {
  letter-spacing: -1px;
  max-width: 500px;
  font-size: 32px;
  line-height: 48px;
  font-weight: 300;
}

@media screen and (min-width: 800px){
  .case-studies-hero h1 {
    font-size: 38px;

  }
}

@media screen and (min-width: 1600px){
  .case-studies-hero h1 {
    font-size: 48px;
     line-height: 58px;
  }
}

/* JC-Tabs
========================================================================== */

/* Content */
.jc-tabs .content-wrap {
  position: relative;
}

.jc-tabs .content-wrap section {
  display: none;
  margin: 0 auto;
  padding: 2rem 0;
  max-width: 1200px;
  text-align: center;
/*  min-height: 28rem;
*/}

.jc-tabs .content-wrap section.content-current {
  display: block;
}

.jc-tabs {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
}

/* Nav */
.jc-tabs nav {
  text-align: center;
}

.jc-tabs nav ul {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  list-style: none;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.jc-tabs nav ul li {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  text-align: center;
  -webkit-flex: 1 1 15em;;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 40%;
  padding: 5px 0;
}

@media only screen and (min-width: 800px){
  .jc-tabs nav ul li {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1 1 15em;;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: inherit;
    padding: inherit;
    min-width: 32%;
  }
}

@media only screen and (max-width: 800px){
  .jc-tabs nav ul li:last-child {
    margin-top: 4px;
  }
}

.jc-tabs nav a {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2.5;
}

.jc-tabs nav a span {
  vertical-align: middle;
  font-size: 0.75em;
}

.jc-tabs nav li.tab-current a {
  display: block;
}

.jc-tabs nav a:focus {
  outline: none;
}

/* Bar Style */

.jc-tabs-style-bar nav {
  background: rgba(65,213,146,0.8);
}

@media screen and (min-width: 800px) {
  .jc-tabs-style-bar nav {
    background: rgba(65,213,146,0.8);
    padding: .5rem 0;
  }
}

.jc-tabs-style-bar nav ul li a {
  margin: 0 2px;
  color: #fff;
  transition: background-color 0.2s, color 0.2s;
  display: block;
}

.jc-tabs-style-bar nav ul li a:hover,
.jc-tabs-style-bar nav ul li a:focus {
  background: rgba(255,255,255,0.32);
}

.jc-tabs-style-bar nav ul li a span {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 10px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media screen and (min-width: 800px) {
  .jc-tabs-style-bar nav ul li a span {
    font-size: 15px;
  }
}

.jc-tabs-style-bar nav ul li.tab-current a {
  background: rgba(255,255,255,0.32);
  color: #fff;
  display: block;

}

.jc-tabs-style-bar nav ul li a {
  padding: 6px;
  text-decoration: none;  
  display: block;
}

@media screen and (min-width: 800px) {
  .jc-tabs-style-bar nav ul li a {
    padding: 0 10px;
    text-decoration: none;  
    display: block;
  }
}
 
.case-studies .jc-tabs {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  font-weight: 300;
  margin-top: -74px;
}

@media screen and (min-width: 800px){
  .case-studies .jc-tabs {
    margin-top: -53px;
  }
}

/* Nav */
.jc-tabs nav {
  text-align: center;
}

.jc-tabs nav ul {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  padding: 0;
  max-width: 820px;
  list-style: none;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

@media screen and (max-width: 800px){
  .jc-tabs nav ul li {
    padding: 0px;
  }
}

.jc-tabs nav ul li {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  text-align: center;
  -webkit-flex: 1 1 15em;;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.jc-tabs nav a {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2.5;
}

.jc-tabs nav a span {
  vertical-align: middle;
}

.jc-tabs nav a:focus {
  outline: none;
}


/* Conference Tabs
========================================================================== */

  /* Moving Line
  ========================================================================== */

.tabs-style-linemove nav {
  background: #fff;
  border-bottom: 2px solid #f2f2f2;
}

.tabs-style-linemove nav li:last-child::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #41d592;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  margin-bottom: -3px;
}

/* Move the line */
.tabs-style-linemove nav li:first-child.tab-current ~ li:last-child::before {
  -webkit-transform: translate3d(-200%,0,0);
  transform: translate3d(-200%,0,0);
}

.tabs-style-linemove nav li:nth-child(2).tab-current ~ li:last-child::before {
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

/*With Only two items*/
.sub-conference.university .tabs-style-linemove nav li:first-child.tab-current ~ li:last-child::before {
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.sub-conference.university .tabs-style-linemove nav li:nth-child(2).tab-current ~ li:last-child::before {
  -webkit-transform: translate3d(0%,0,0);
  transform: translate3d(0%,0,0);
}

.tabs-style-linemove nav a {
  padding: 1em 0;
  color: #204354;
  line-height: 1;
  -webkit-transition: color 0.3s, -webkit-transform 0.3s; 
  transition: color 0.3s, transform 0.3s;
}

.tabs-style-linemove nav li.tab-current a {
  color: #41d592;
}

.jc-tabs.tabs-style-linemove nav ul {
  align-items: flex-end;
}

.tabs-style-linemove nav a h5 {
  font-size: 11px;
  font-weight: 600;
  color: #B5C2CC;
  margin: 5px 0 15px;
}

.tabs-style-linemove nav a p {
  font-size: 15px;
  color: #7d919e;
  margin: 5px 0 6px;
}

.tabs-style-linemove nav li h2 {
  font-size: 24px;
  margin: 0 0 0.032em;
/*  color: #204354;
*/}

.schedule-tabs {
  max-width: 900px;
  margin: 0 auto;
}

.schedule-tabs a {
  color: #5CBDFF;
}

.schedule-tabs table {
  width: 100%;
}

.schedule-tabs tr:nth-of-type(even) {
  background-color: #ffffff;
}

.schedule-tabs tr:first-of-type {
  padding-top: 50px;
  border-top: 1px solid #f2f2f2;
}

.schedule-tabs td {
  border: 0;
  width: 75%;
  vertical-align: top;
  padding: 15px;
  border-bottom: 1px solid #f2f2f2;
}

.schedule-tabs td span.mobile-hide {
  display: inline-block;
}

.schedule-tabs .table-header {
  margin-left: 25px;
  font-size: 25px;
  color: #5cbdff;
  font-weight: 400;
}

.schedule-tabs table {
  line-height: 20px;
}

.schedule-tabs td:nth-of-type(2n+1) {
  width: 10%;
  text-align: right;
  font-size: 14px;
  color: #7d919e;
  min-width: 100px;
}

/* Schedule Formatt */
.schedule-tabs .hide {
    overflow: hidden;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    opacity: 0;
}
.schedule-tabs .show {
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    max-height: 1000px;
    overflow: hidden;
    opacity: 1;
    display: block;
}
.schedule-tabs .show p { 
  margin: 0px !important; 

}

.schedule-tabs .dot.on-switch {
  display: block;
  margin: 4px;
  transition: 0.2s ease;
}

.schedule-tabs .dot {
  display: inline-block;
  width:5px;
  height:5px;
  border-radius:50%;
  margin:.9px;
  background:#41d592;
}

.schedule-tabs .rotate {
-moz-transition: all .05s linear;
-webkit-transition: all .05s linear;
transition: all .05s linear;
}

.schedule-tabs .rotate.down {
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}

.schedule-tabs .toggle {
  display: inline-block;
  width: 15%;
}

.schedule-tabs .session-title {
  display: inline-block;
  width: 80%;
}

@media screen and (min-width: 800px) {
  .schedule-tabs .toggle {
    width: 28%;
    text-align: right;
  }

  .schedule-tabs .session-title {
    width: 70%;
  }
}

.schedule-tabs .session h5 {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  line-height: 21px;
  text-transform: none;
}

.schedule-tabs .session p {
  font-size: 15px;
  padding: 15px 0 10px;
}

.schedule-tabs .session p:last-child {
   margin: 0;
   padding: 0;
}

.schedule-tabs .session h4 {
  font-size: 15px;
  margin-top: 10px;
  font-weight: 500;

}

.schedule-tabs .session h4 span {
  color: #7d919e;
  padding-left: 10px;
}

.schedule-tabs .more-info {
  max-width: 600px;
}

.schedule-tabs .more-info ul {
  color: #7d919e;
  margin-top: 10px;
  line-height: 30px;
  list-style-position: outside;
  margin-left: 20px;
  
}

.schedule-tabs .speaker-info {
  margin: 30px 0;
}

/*Conference Subpage*/
.sub-conference h1 {
  color: #fff;
  font-weight: 600;
  letter-spacing: 3px;
  font-size: 68px;
  margin-bottom: 6px;
  margin: 0 auto;
  max-width: 700px;
}

.sub-conference h1 span {
  font-weight: 300;
}

.sub-conference p {
  font-size: 16px;
/*  margin: 0px 0 15px 5px;
*/  line-height: 21px;
}

.sub-conference .title h5 {
  font-weight: 600;
  color: #7d919e;
}

.sub-conference h5 {
    font-size: 15px;
    font-weight: 600;
    line-height: 21px;
}

@media screen and (min-width: 800px) {
  .sub-conference .schedule-tabs {
    max-width: 80%;
    margin: 0 auto;
  }
}

.sub-conference .schedule-tabs td:nth-of-type(2n+1) {
    width: 27%;
    }

.sub-conference table:last-of-type {
  margin-bottom: 0;
}

.sub-conference .jc-tabs .content-wrap section {
  padding-bottom: 0;
}

.sub-conference .tabs-style-linemove nav {
  border-bottom: 0px solid #41d592;
}

.sub-conference .hero-header p {
  color: #fff;
  font-weight: 600;
}

.sub-conference .hero-header button {
  background-color: #41d592;
  border: 0px solid #41d592;
  color: #fff;
} 

.quiet p {
  font-size: 15px;
  color: #7d919e;
}

@media screen and (min-width: 800px) {
  .sub-conference .hero-header button {
/*    margin-right: 50%;
*/    margin-top: 20px;
/*    float: right;
*/  }
}

.sub-conference .hero-header button:hover {
  border: 0px solid #41d592;
  background: #41d592 !important;
  color: #fff;
}

/* University Header */
.sub-conference.university span.italic {
  font-style: italic;
  text-transform: none;
  font-size: 30px;
  vertical-align: 12px;
}


/*EIS Resources*/

.eis-resources .parabullet-section {
    margin: 5rem 0;
  }

.eis-resources .parabullet-section .features h5 {
    padding: 34px 10px 10px;
}

.eis-resources .parabullet-section .features li {
  padding: 10px;
}

.eis-resources .parabullet-section .p1 {
  margin-bottom: 3rem;
}


/* Real Estate
========================================================================== */

.real-estate .logo {
  padding: 2.5rem;
}

.hero_real-estate {
  background: url("/wp-content/uploads/2017/08/real-estate-hero.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
/*  height: 100vh;
*/}

.real-estate .hero_header {
  color: #fff;
  padding: 6rem 0 8rem;
  max-width: 700px;
}

.real-estate .hero_header h5 {
  text-transform: uppercase;
  color: white;
  padding: 0em 0;
  font-weight: 800;
  letter-spacing: 3px;
}

.real-estate .hero_header h1 {
  padding: 1rem 0 1.6rem;
}

.real-estate .intro {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  padding: 3rem 0;
}

.real-estate .stats-box h5 {
  min-height: 48px;
  margin-top: 5px;
}

.geo-background {
  background: url("/wp-content/uploads/2017/08/geo-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;

}

/*
========================================================================== */

.post-iframe iframe {
  width: 1200px;
  height: 1300px;
  border: 0;
}

/* Simple flex layout
https://css-tricks.com/snippets/css/a-guide-to-flexbox/
========================================================================== */

.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

.flex-item {
  padding: 5px 13px;
  font-size: 15px;
}

.flex-item a {
  color: #41d592;
}

.flex-item a:hover {
  text-decoration: underline;
}

.use-cases {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 20px;
  text-align: center;
}

.use-cases h5 {
  font-size: 13px;
  font-weight: 600;
  color: #606060;
}

/*
========================================================================== */

#archives-dropdown-3 {
  padding: 0px;
}

.tab-textRegion-boundary {
  text-transform: lowercase !important; 
}

/* JC Full Width Banner Grid  */

.jc-grid {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 70vh;
  font-size: 0px;
  -webkit-transition: background-image 0.2s ease-in-out;
  -webkit-transition: background-image 0.2s ease-in-out;
  -moz-transition: background-image 0.2s ease-in-out;
  -o-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out;
}

@media screen and (min-width: 800px) {
  .jc-grid {
    height: 80vh;
  }
}

.jc-grid_tile {
  max-width: calc(100% - 4px);
  display: inline-block;
  width: 100%;
  height: 100%;
  color: white;
  text-align: center;
  border-right: 1px solid #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.jc-grid_tile:last-child {
  border-right: 0px;
}

@media screen and (min-width: 800px) {
  .jc-grid_tile {
    width: 20%;
  }

  .jc-grid:hover .label {
  opacity: 0;
  }
}

.label {
  padding-top: 50px;
  background-color: rgba(0,0,0,.7);
  height: 100%;
  width: 100%;
}

.label a {
  color: #fff;
}

@media screen and (min-width: 800px) {

  .label {
    background-color: rgba(0,0,0,0);
  }

  .label p,
  .label button {
    display: none;
  }

  .label h5 {
  max-width: 150px;
  margin: 0 auto;
  text-align: center;
  }
}

.jc-grid_tile h5 {
  font-weight: 600;
  line-height: 30px;
  font-size: 19px;
}

.tile-info {
  background-color: rgba(17,35,44, 0.88);
  position: absolute;
  top: 0;
  left: 0;
  margin: 94vh 0 0 3%;
  padding: 30px;
  color: #fff;
  opacity: 0;
  max-width: 470px;
  pointer-events: none;
  text-align: left;
  z-index: 999999;
}

.title-wrap {
  width: 20%;
}

.tile-one,
.tile-two,
.tile-three,
.tile-four,
.tile-five {
  background-size: cover !important;
  background-repeat: no-repeat;
}

.tile-one {
  background: url("/wp-content/uploads/2017/10/kids-2.png");
  background-position: center;
}

.tile-two {
  background: url("/wp-content/uploads/2017/10/city-blue-sky-2.png");
  background-position: left;
}

.tile-three {
  background: url("/wp-content/uploads/2017/10/mechanic-1.png");
  background-position: center;
}

.tile-four {
  background: url("/wp-content/uploads/2017/10/city-three-1.png");
  background-position: right;
}

.tile-five {
  background: url("/wp-content/uploads/2017/10/blue-sky.png");
  background-position: right;
}

@media screen and (min-width: 800px) {
  .jc-grid:hover > * {
  background-image: url("");
  }
}

.jc-grid_tile a {
  display: block;
  pointer-events: none;
}

.social-bar-mobile {
  padding-top: 1rem;
}

/* Color box Grid (Conference Resources) */
.jc-wrap {
  max-width: 1400px;
  margin: 0 auto;
}
.color-box-grid {
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-bottom: 20px;
}

.color-box-grid .flex-item {
  padding: 5px;
}

.color-box {
  width: 100%;
  background-color: #41d492;
  border-radius: 5px;
/*  padding: 2rem 2rem 3rem;
*/  margin: 10px;
  color: #fff;
  display: inline-block;
  height: 100%;
  float: left;
}

@media screen and (min-width: 800px) {
  .color-box {
  width: 30%;
  }
}

.color-box:hover {
  opacity: .9
}

.color-box p {
  font-weight: 600;
  color: #fff !important;
}

.color-box h5 {
  font-weight: 600;
  font-size: 15px;
  padding-top: 10px;
  bottom: 10px;
}

.g-green {
  background: #41d592;
  background: linear-gradient(141deg, #41d592 0%, #41D598 51%, #41D5B5 65%);
}

.g-slate {
  background: #204343;
  background: -moz-linear-gradient(45deg, #204343 38%, #142135 100%, #142135 100%, #207cca 100%, #7db9e8 100%);
  background: -webkit-linear-gradient(45deg, #204343 38%,#142135 100%,#142135 100%,#207cca 100%,#7db9e8 100%);
  background: linear-gradient(45deg, #204343 38%,#142135 100%,#142135 100%,#207cca 100%,#7db9e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#204343', endColorstr='#7db9e8',GradientType=1 );
}

.g-purple {
  background: #5256d3;
  background: -moz-linear-gradient(45deg, #5256d3 0%, #5b5aec 99%, #207cca 100%, #7db9e8 100%);
  background: -webkit-linear-gradient(45deg, #5256d3 0%,#5b5aec 99%,#207cca 100%,#7db9e8 100%);
  background: linear-gradient(45deg, #5256d3 0%,#5b5aec 99%,#207cca 100%,#7db9e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5256d3', endColorstr='#7db9e8',GradientType=1 );
}

.g-blue {
  background: #56aae4;
  background: -moz-linear-gradient(45deg, #56aae4 6%, #5cbdff 100%, #2989d8 100%, #207cca 100%);
  background: -webkit-linear-gradient(45deg, #56aae4 6%,#5cbdff 100%,#2989d8 100%,#207cca 100%);
  background: linear-gradient(45deg, #56aae4 6%,#5cbdff 100%,#2989d8 100%,#207cca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56aae4', endColorstr='#207cca',GradientType=1 );
}

.color-key {
  display: inline-block;
  padding: 10px;
}

.color-key::before{
   content: '';
   display: inline-block;
   width: 15px;
   height: 15px;
   -moz-border-radius: 7.5px;
   -webkit-border-radius: 7.5px;
   border-radius: 7.5px;
   margin-right: 10px;
}

.color-key.key-green::before {
  background-color: #41d592;
}

.color-key.key-slate::before {
  background-color: #204354;
}

.color-key.key-purple::before {
  background-color: #5b5aec;
}

.color-key.key-blue::before {
  background-color: #5CBDFF;
}

.color-box_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 280px;
  padding: 40px;
}

/* Customer Pledge*/

.customer-pledge {
  padding: 40px 0;
}

.customer-pledge .points .points-icon img {
  max-width: 21px;
  margin: 12px;
}

.customer-pledge i {
    max-width: 25px;
    padding-top: 14px;
    padding-left: 10px;
    color: #fff;
}

.customer-pledge .points {
  max-width: 80%;
  padding-top: 20px;
}

.customer-pledge .points-content {
  padding: 10px 0px;
}

.fill-green {
  background-color: #41d592;
}

.fill-slate {
  background-color: #204354;
}

.fill-purple {
  background-color: #5b5aec;
}

.fill-blue {
  background-color: #5cbdff;
}

.fill-orange {
  background-color: #FF944A;
}

.customer-pledge .points h5{
    font-size: 18px;
    font-weight: 600;
  }

.points-icon {
  width: 45px; height: 45px; 
  border-radius: 50px;
  float: left;
}

.points-text {
  margin-left: 90px;
  padding-top: 10px;
  }

/* Banner Component */ 

.banner-basic {
  padding: 2em 0;
  color: white;
}

.banner_content {
  max-width: 800px;
  margin: 0 auto;
  color: white;
  text-align: center;
  padding: 3rem 5%;
}

.banner-basic p span {
  font-weight: 600;
  font-size: 15px;
}

/* Data Science White Paper
========================================================================== */

.data-science h1 {
  font-size: 38px;
}

.data-science h6 {
  color: #204354;
}

.data-science .article p {
    font-size: 17px;
}

@media screen and (min-width: 800px){
  .data-science .article p {
    font-size: 20px;
  }
}

.data-science h6 span {
  opacity: 1;
  color: #204354;
}

.ds-hero {
  background: url("/wp-content/uploads/2017/10/hero-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  padding: 15rem 0 2rem;
}

@media screen and (min-width: 800px){
  .ds-hero {
    background-position: top left;
  }
}

@media screen and (min-width: 1600px){
  .ds-hero {
    background-size: contain;
  }
}

.ds-hero_content {
  margin: 0 auto;
  text-align: center;
}

.ds-hero_content h5 {
  color: #41d592;
  font-size: 22px;
  padding-top: 15px;
  letter-spacing: 4px;
}

.data-science .share-bar {
  margin: 0 auto;
  text-align: center;
  padding: 2rem 0;

}

.data-science p.quiet {
  font-weight: 300;
  color: #7d919e;
  padding-top: 2rem;
}

.data-science .article-inner h1 {
  padding: 4rem 0 1rem;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

blockquote p {
    font-size: 18px;
    font-weight: 400;
}

.data-science blockquote p:before {
  content : "";
  height  : 1px;
  width   : 90%;  
  border-bottom:1px solid #eee;
  position: absolute;
  margin: 0 auto;
  margin-top: -25px;
}

.data-science blockquote p:after {
  content : "";
  height  : 1px;
  width   : 90%;  
  border-top: 1px double #eee;
  position: absolute;
  margin: 0 auto;
  display: block;
  margin-top: 25px;
}

.fig-description {
  border-top: 1px solid #f2f2f2; 
  border-bottom: 1px solid #f2f2f2; 
  margin: 3rem 0;
  color: #7d919e;
  font-style: italic;
}

@media screen and (min-width: 1000px) {
  .fig-description-push-left {
    width: 80%;
    float: left;
  }
}

.thin-spline {
  background: url("/wp-content/uploads/2017/10/ds-spline.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 20%;
  margin-top: -12%;
  margin-bottom: 0%;
}

.dot-spline {
  background: url("/wp-content/uploads/2017/10/dot-spline2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 16%;
  margin-top: -3%;
  margin-bottom: 2%;
}

.dot-spline2 {
  background: url("/wp-content/uploads/2017/10/dot-spline.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 26%;
  margin-top: -10%;
  margin-bottom: -8%;
}

.fig-tag {
  font-size: 13px;
  color: #7d919e;
  padding: 2rem 0;
  letter-spacing: 2px;
  line-height: 24px;
}

.bg-slate {
  background-color: #204354;
  color: #fff;
}

.bg-slate h1 {
  color: #41d592;
}

.data-science .return {
  padding: .4rem;
}

.ds-full-img {
  padding: 4rem 4rem 0;
}

@media screen and (min-width: 800px) {
  .ds-bigout {
    max-width: 140%;
  }
}

.data-science nav {
  position: fixed;
  z-index: 99999;
  padding-left: 5%;
  display: none;
}

@media screen and (min-width: 1200px) {
  .data-science nav { 
    display: inline;
  }
}

.data-science nav ul {
  color: #7d919e;
  font-size: 13px;
  font-weight: 600;
  max-width: 160px;
}

.data-science nav li {
  padding: 5px 0;
}

.data-science nav a {
  color: #7d919e;
}

.sticky-nav {
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition:    all .2s ease-in-out;
  -ms-transition:     all .2s ease-in-out;
  -o-transition:      all .2s ease-in-out;
  transition:         all .2s ease-in-out;
}

@media screen and (min-width: 1000px) {
  .stick-right {
    float: right;
    margin-top: 20px;
    margin-right: -210px;
  }
}

@media screen and (min-width: 1000px) {
  .stick-right-tag {
    float: right;
    margin-right: -210px;
    max-width: 120px;
  }

  .stick-right-fig {
  margin-right: -380px;
  }
  .stick-right-fig img {
    max-width: 35%;
  }
}

.data-science p.small {
  font-size: 15px;
  color: #7d919e;
  font-style: italic;

}

.article ul {
  font-size: 18px; 
  font-weight: 400;
  list-style-position: outside;
}

.article li {
   margin: 1em 0; 
/*   font-size: 18px;  
*/}

.article .footer-contact-form input {
  color: #fff;
}

/* Placeholder color */
.article .footer-contact-form input::-webkit-input-placeholder,
.article .footer-contact-form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #D2D2D2;
}
.article .footer-contact-form input::-moz-placeholder,
.article .footer-contact-form textarea::-webkit-input-placeholder { /* Firefox 19+ */
  color: #D2D2D2;
}
.article .footer-contact-form input:-ms-input-placeholder,
.article .footer-contact-form textarea::-webkit-input-placeholder { /* IE 10+ */
  color: #D2D2D2;
}
.article .footer-contact-form input:-moz-placeholder,
.article .footer-contact-form textarea::-webkit-input-placeholder { /* Firefox 18- */
  color: #D2D2D2;
}

/*Selected placeholder color */
.article .footer-contact-form input:focus::-webkit-input-placeholder,
.article .footer-contact-form textarea:focus::-webkit-input-placeholder  {
  color: #fff;
}

.article .footer-contact-form input:focus::-moz-placeholder,
.article .footer-contact-form textarea:focus::-webkit-input-placeholder { /* Firefox 19+ */
  color: #fff;
}

.article .footer-contact-form input:focus:-ms-input-placeholder,
.article .footer-contact-form textarea:focus::-webkit-input-placeholder { /* IE 10+ */
  color: #fff;
}
.article .footer-contact-form input:focus:-moz-placeholder,
.article .footer-contact-form textarea:focus::-webkit-input-placeholder { /* Firefox 18- */
  color: #fff;
}

.article .footer-contact-form {
  background-color: #204354;
  padding: 5rem 0;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  margin-top: 2rem;
  background: url("/wp-content/uploads/2017/10/Footer4-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.research-manufacturing .article .footer-contact-form {
  background: url("/wp-content/uploads/2018/02/Footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.article .footer-contact-form h2 {
  text-transform: uppercase;
  letter-spacing: 3px;
}

.article .footer-contact-form .form_content {
  margin: 0 auto;
}
.article .contact-form {
     margin: 0 auto;
    max-width: none;
/*    padding: 0 30%;
*/    text-align: center;
}

.article .contact-form input.contact-button {
  margin-top: 2rem;
    background-color: inherit;
    border: 2px solid #fff;
    color: #fff;
}

.article .contact-form #submit:hover {
  border: 2px solid #5b5aec;
  color: #fff;

}

.article .contact-form #submit {
  border: 2px solid #fff;
  padding: 10px 24px 8px;
  letter-spacing: 0.16em;
  border-radius: 20px;
  color: #fff;
  background-color: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  background: none;
  background-color: transparent;
  margin-top: 1rem;
}

/* Gradient: */
.g-box {
  width: 300px;
  height: 435px;
  background-image: -webkit-linear-gradient(324deg, #204354 0%, #284B72 100%);
  background-image: -o-linear-gradient(324deg, #204354 0%, #284B72 100%);
  background-image: linear-gradient(54deg, #204354 0%, #284B72 100%);
  margin: 20px;
  display: inline-block;

      box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
}

.webinars .main {
  background: url("/wp-content/uploads/2017/10/dot-spline2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 89vh;
}

.banner-boxes_wrap {
  padding: 1rem 0;
}

.banner-box {
  max-width: 800px;
  margin: 0 auto;
  background-image: -webkit-linear-gradient(324deg, #204354 0%, #284B72 100%);
  background-image: -o-linear-gradient(324deg, #204354 0%, #284B72 100%);
  background-image: linear-gradient(54deg, #204354 0%, #284B72 100%);
  min-height: 250px;
  width: 100%;
  border-radius: 6px;
  padding: 4rem 2rem;
  text-align: center;
  color: #fff;
}

.webinars header {
  text-align: center;
  padding: 3rem 0;
  margin: 0 auto;
}

/* Custom Modifications */

/* Alter Career Coach Stories to hide date */
.postid-67641 .entry-time {
  display: none;
}


/* 2018 Home Page with Featured Post Loop
========================================================================== */

/* Hero */

.home_hero_intro {
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
  max-width: 800px;
}

.home-swoosh {
  margin-top: -600px;
  margin-bottom: -520px;
  pointer-events: none;
  background: url("/wp-content/uploads/2018/02/swoosh-large.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 1200px;
}

@media screen and (min-width: 600px) {
  .home-swoosh {
    margin-top: -600px;
    margin-bottom: -400px;
  }
}

@media screen and (min-width: 800px) {
  .home-swoosh {
    margin-top: -500px;
    margin-bottom: -350px;
  }
}

@media screen and (min-width: 1400px) {
  .home-swoosh {
    margin-top: -500px;
    margin-bottom: -300px;
  }
}

@media screen and (min-width: 1600px) {
  .home-swoosh {
    margin-top: -600px;
    margin-bottom: -200px;
  }
}

@media screen and (min-width: 2100px) {
  .home-swoosh {
    background: url("/wp-content/uploads/2018/02/swoosh-large.svg");
    background-size: cover;
    margin-top: -700px;
    margin-bottom: -100px;
  }
}

.home_hero_intro h1 {
  font-weight: 400;
  font-size: 32px;
}

.home h3 {
  font-size: 26px;
}

@media screen and (min-width: 800px) {
  .home_hero_intro h1 {
    font-weight: 400;
    font-size: 48px;
  }

  .home h3 {
    font-size: 32px;
  }

  .home_hero_intro {
    padding: 70px 0 0px;
  }
}

.home_hero_intro p {
  color: #7d919e;
  max-width: 600px;
  margin: 0 auto;
}

.us-map {
  height: 420px; 
  min-width: 310px; 
  width: 400px; 
  margin: 0 auto; 
  text-align:center; 
  line-height: 520px;
  display: none;
}

.push_map {
  padding: 3rem 0 0 3rem;
}

@media screen and (min-width: 800px) {
  .us-map {
    display: inline-block;
  }
}

@media screen and (min-width: 1100px) {
  .us-map {
    height: 420px; 
    min-width: 310px; 
    width: 600px; 
    margin: 0 auto; 
    text-align:center; 
    line-height: 520px;
  }
}

.home_hero_intro button {
  margin-top: 60px;
}

.home_data {
  padding: 0 0 4rem;
}

.home_delivery,
.home_verticals,
.home_posts {
  padding: 2rem 0;
}

@media screen and (min-width: 800px) {
  .home_delivery,
  .home_verticals,
  .home_posts {
    padding: 4rem 0;
  }
}

.home_delivery {
  position: relative;
  background: linear-gradient(199deg, #273E48  0%, #132832 97%);
  display: block;
}

.home_delivery > * {
  color: #fff !important;
}

 .arrow-link {
  color: #7d919e;
 }

 .arrow-link:hover {
  color: #B5C2CC;
}

.arrow-link:after {
  content: "\f101";
  font-family: FontAwesome;
  font-size: 18px;
  pointer-events: none;
  font-style: normal;
  padding-left: 6px;
}

/* Data */

@media only screen and (min-width: 800px) {
  .feature-title {
    margin-left: -29px;
  }
}

.feature-title h3 {
  font-weight: 400;
}

.home_delivery .feature-title {
  margin-left: -29px;
  margin-bottom: 3rem;
}

.home_delivery .feature-title p {
  color: #fff;
}

@media only screen and (min-width: 800px) {
  .home_delivery .feature-list {
    padding-left: 5rem;
  }
}

.feature-list li {
  list-style: none !important;
  padding: 15px 20px;
  position: relative;
  max-width: 405px;

}

@media only screen and (min-width: 800px) {
  .feature-list.flat li {
    width: 32%;
    display: inline-flex;
    margin: 0 auto;
  }

  ul.feature-list.flat   {
    margin-left: 5rem;
  }
  .feature-list.flat .feature-content {
    padding-right: 2rem;
    max-width: 280px;
  }
}



.delivery_mock {
  padding: 4rem 0;
  -webkit-perspective: 500px;
  perspective: 500px;
}


.delivery_mock img {
  border-radius: 4px;
  -webkit-transform: rotateY(0) translateX(0);
  transform: rotateY(0) translateX(0);
}

.feature-list figure {
  margin: 10px 0 20px 0px;
}

.feature-list li {
  list-style: none !important;
  padding: 15px 20px;
  position: relative;
  max-width: 405px;
}

.feature-list h4 {
  font-size: 17px;
  font-weight: 600;
}

.feature-list p {
  margin: 0;
}

@media (min-width: 1040px){
  .icon-left {
    padding-left: 50px;
  }
}

@media (min-width: 1040px) {
  .icon-left .feature-icon {
    position: absolute;
    left: -29px;
    top: 8px;
  }
  .feature-list.flat .icon-left .feature-icon.large {
    top: 14px;
  }
}

/* Verticals */

.home_verticals .feature-title {
  text-align: center;
  padding-bottom: 3rem;
}

.home_social .social-bar {
  margin-bottom: 2rem;
}

.icon-card-grid {
  text-align: center;
}

.icon-card-wrap {
  max-width: calc(100% - 4px);
  margin-left: 4px;
  margin-top: 4px;
  display: inline-block;
  padding-right: 4px;
  min-height: 320px;
  width: 100%;
  text-align: center;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition:    all .2s ease-in-out;
  -ms-transition:     all .2s ease-in-out;
  -o-transition:all .2s ease-in-out;
  transition: all .2s ease-in-out;
  transition-timing-function: cubic-bezier(0, 1, .75, 1);
  max-width: 210px;
  margin: 4px;
  border-radius: 2px;
  box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
  vertical-align: top;
}

@media screen and (min-width: 800px) {
  .icon-card-wrap {
    max-width: calc(49% - 4px);
    margin-left: 4px;
    padding-right: 0;
    box-shadow: none;
  }
}

@media screen and (min-width: 1200px) {
  .icon-card-wrap {
    max-width: calc(19% - 4px);
    margin-left: 4px;
    padding-right: 0;
  }
}

.icon-card {
  max-width: 209px;
  margin: 0 auto;
  padding: 15px 10px;
}

.icon-card-wrap:hover {
  box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
}

.icon-card-wrap:hover .icon-card .link {
  opacity: 1;
}

.icon-card h5 {
  font-size: 13px;
  font-weight: 600;
  color: #7d919e;
  line-height: 1.5;
}

.icon-card-grid a {
  color: #204354;
}

.icon-card p {
  font-size: .9rem !important;
  padding: 1rem 0 1.5rem;
  min-height: 140px;
}

.icon-card .link {
  color: #41d592;
}

@media screen and (min-width: 800px) {
  .icon-card .link {
    opacity: 0;
  }
}

.jc_pipe-grid {
  max-width: 1040px;
  margin: 0 auto;
}

.jc_pipe-grid.carousel .slider,
.jc_pipe-grid.carousel .jc-featured-posts {
  width: 100%;
}

.jc_pipe-grid.carousel .slick-slide img {
    border-radius: 0;
    max-width: none;
    max-height: none;
}


.jc-featured-posts h3,
.jc-featured-posts h3 a {
  font-size: 16px;
  font-weight: 500;
  color: #204354;
  line-height: 25px;
}

.jc-featured-posts h3 {
  min-height: 75px;
}

.jc-featured-posts p {
  font-size: 14px;
  color: #7d919e;
  max-height: 100px;
  overflow: hidden;
}

.jc-featured-posts a {
    min-width: 200px;
}

.jc-wrap button {
  margin: 10px auto;
  border-radius: 0;
  display: none;
  width: 100%;
}

.jc-wrap:hover button {
  display: inline-block;
}

.jc-featured-posts .jc-featured-posts_wrap {
  box-shadow: 0 6px 15px rgba(36,37,38,0.08);
  text-align: center;
  max-width: 320px;
  margin: 0 auto;
  min-height: 400px;
  max-width: 300px;
  overflow:hidden;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  -o-border-radius:4px;
  border-radius:4px;
  background-color: #fff;
}

.jc-featured-posts_wrap:hover {
  box-shadow: 2px 9px 18px rgba(36,37,38,.08);
}

.jc-featured-posts_image {
  min-height: 188px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
}

.jc-featured-posts_text {
  padding: 1rem 2rem 0;
  text-align: left;
  position: relative;
  min-height: 140px;
}

.jc_pipe-grid .pagination {
  display: none !important;
}

.home_posts {
  background-color: #f2f2f2;
}

.jc-featured-posts img {
  text-align: center;
  margin: 0 auto;
  max-height: 205px;
  width: auto;
  height: auto;
}

.jc-featured-posts {
  float: left;
  margin-bottom: 2rem;
  margin-right: 3%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; 
}

.jc-featured-posts < * {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; 
}

.jc-featured-posts h5 {
  position: absolute;
  bottom: -35px;
  font-weight: 600;
  color: #7d919e;
  font-size: 11px;
  letter-spacing: 1px;
  font-size: .8rem !important;
}

.jc-featured-posts:hover h5 {
  text-decoration: underline;
}

.full-width-content .jc-featured-posts {
  width: 100%;
  min-height: 300px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (min-width: 800px) {
  .full-width-content .jc-featured-posts {
      width: 45%;
  }
}

@media only screen and (min-width: 1000px) {
  .full-width-content .jc-featured-posts {
      width: 30%;
  }
}

.bg-soft-grey .slick-arrow {
  color: #f2f2f2 !important;
}

.full-width-content .content-sidebar-wrap {
/*    max-width: 1200px !important;*/
    margin: 0 auto;
}

.icon-service {
  min-height: 73px;
}

/* Data Report */
.report h5 {
  font-weight: 600;
  color: #7d919e;
  font-size: 15px;
  padding-bottom: 2rem;
}

.report h4 {
  font-weight: 600;
  font-size: 18px;
  max-width: 400px;
  padding: 0 0 1rem 0;
}

.report .one-half {
  margin: 3rem 0;
}

.report .copy {
  padding: 3rem; 
}

/* Data Sources */

.data-sources {
  padding: 0 0 2rem;
}

.data-sources h4 {
  font-size: 18px;
  font-weight: 600;
  padding-top: 30px;
}

.data-sources h5 {
  margin-top: 1rem;
}

.data-sources h4,
.data-sources p {
  color: #465E6A;
}

.data-sources p {
  margin: 5px 0;
}

.data-sources img {
  margin: 10px 0;
  max-height: 150px;
}

/*.data-sources img {
  margin-top: 3rem;
}*/

.data-sources .source {
  padding: 1.5rem 0;
}


/* White Paper Styles*/

.article nav {
  position: fixed;
  z-index: 99999;
  padding-left: 2%;
  display: none;
}

@media screen and (min-width: 1200px) {
  .article nav { 
    display: inline;
  }
}

.article nav ul {
  color: #7d919e; 
  font-size: 13px !important;
  font-weight: 600;
  max-width: 160px;
}

.article nav li {
  padding: 5px 0;
}

.article nav a {
  color: #7d919e;
}

.article nav .side-pagination li {
  list-style: none;
}

.article nav .side-pagination li a {
  color: #7d919e;
}

.article nav .side-pagination li a.selected {
  background-image: url(/wp-content/uploads/2018/02/blue-bullet-2.png);
  opacity: 1;
  cursor: default;
  background-size: 10px;
}

/*.article nav .side-pagination li:nth-child(2) a.selected {
  background-image: url(/wp-content/uploads/2018/02/area2.svg);
  opacity: 1;
  cursor: default;
  background-size: 40px 40px;
}

.article nav .side-pagination li:nth-child(3) a.selected {
  background-image: url(/wp-content/uploads/2018/02/area3.svg);
  opacity: 1;
  cursor: default;
  background-size: 40px 40px;
}
*/
/*.article nav .side-pagination li:nth-child(4) a.selected {
  background-image: url(/wp-content/uploads/2018/02/area4.png);
  opacity: 1;
  cursor: default;
  background-size: 40px 40px;
}*/

.article nav .side-pagination {
  margin-left: 0rem;
  text-indent: 0px;
}


.article nav .side-pagination li a {
  display: block;
  width: 128px;
  height: 28px;
  /*background: url(/wp-content/uploads/2018/02/bullet.png) no-repeat left;*/
  background-repeat: no-repeat;
  background-position: left;
  background-size: 20px 20px;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 0.4s;
}

.article nav .side-pagination li a span {
  display: block;
  text-decoration: none;
  opacity: 1;
  width: 280px;
  padding: 4px 0 0 30px;
}

.whitepaper section {
  padding: 1rem 0;
}

.whitepaper h1 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 26px;
  font-weight: 600;
}

@media screen and (min-width: 800px) {
  .whitepaper h1 {
    font-size: 32px;
  }
}

.whitepaper h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
  font-weight: 600;
  margin-top: 3rem;
}

.whitepaper h3 {
  font-size: 24px;
  color: #41d592;
  margin-top: 1rem;
}

.whitepaper h5 {
  font-size: 13px;
  color: #7d919e;
  padding: 2rem 0 0;
  letter-spacing: 2px;
  line-height: 24px;
}

@media screen and (min-width: 800px) {
  .whitepaper h5 {
    padding: 0 0 2rem;
  }
}

.whitepaper ol {
  margin: 1.5rem 0;

}

.whitepaper ul,
.whitepaper ol {
  /*list-style-position: outside;
  margin-left: 2rem;*/
  margin-left: 2rem;
  text-indent: -25px;
  list-style-position: inside;
}

.whitepaper ol li {
  font-size: 18px;
  margin: 5px 0;
}

.whitepaper ol li span {
  padding-left: 10px;
}

.whitepaper hr {
  width: 100%;
  margin: 2rem 0 3rem;
}

.whitepaper .padder-small {
  margin: 3rem 0;
}

.whitepaper .stick-right {
    float: none;
  }

@media screen and (min-width: 1100px) {
.whitepaper .stick-right {
    float: right;
    margin-top: -200px;
    margin-right: -210px;
    max-width: 167px;
  }
}

.whitepaper .stick-right2 {
    float: none;
  }

@media screen and (min-width: 1100px) {
.whitepaper .stick-right2 {
    float: right;
    margin-top: -17px;
    margin-right: -100px;
    max-width: 167px;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 1100px) {
  .whitepaper .side-img {
    margin: 2rem 0;
  }
}

.whitepaper-hero {
  background: url("/wp-content/uploads/2018/02/IsometricHeader.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  padding: 15vh 0 28vh;
}

@media screen and (min-width: 800px) {
  .whitepaper-hero {
    background-position: top left;
    padding: 27vh 0 33vh;
  }
}

.whitepaper-hero_content {
  margin: 0 auto;
  text-align: center;
}



.whitepaper-hero_content h5 {
  color: #41d592;
  font-size: 22px;
  padding-top: 15px;
  letter-spacing: 4px;
}

@media screen and (min-width: 800px) {
  .whitepaper-bigout {
    min-width: 300px;
    margin-right: -2rem;
  }
}

@media screen and (min-width: 900px) {
  .whitepaper-bigout {
    min-width: 400px;
    margin-right: -2rem;
  }
}
/*
.whitepaper .tablepress th, .whitepaper .tablepress .sorting {
    background-color: #41d592;
  }

  .whitepaper .tablepress th:hover, .whitepaper .tablepress .sorting:hover {
    background-color: #204354;
  }*/

.whitepaper textarea {
  background-color: transparent;
  color: #204354;
  font-size: 16px;
  padding: 14px 16px 12px;
  width: 100%;
  color: #fff;
}

@media screen and (min-width: 800px) { 
  .whitepaper textarea {
  width: 94%;
  }
}

/* Manufacturing */

.research-manufacturing .section-header {
  background-color: #F6FBFF;
  padding: 5rem 0 calc(4rem);
}

.research-manufacturing .section-header .section-title  {
  text-align: center;
  padding-bottom: 4rem;
}

.research-manufacturing .section-header img {
  max-width: 200px;
}

.research-manufacturing .padder {
  padding: 0rem 0;
}

@media screen and (min-width: 800px) {
  .research-manufacturing .padder {
    padding: 2rem 0;
  }
}

.research-manufacturing li a {
  color: #41d592;
}


/*.whitepaper ol {
    counter-reset: foo;
    display: table;
}

.whitepaper ol > li {
    counter-increment: foo;
    display: table-row;
}

.whitepaper ol > li::before {
    content: counter(foo) ".";
    display: table-cell; 
    text-align: right;
    padding-right: .3em;
}*/


/* Onboarding Form
========================================================================== */

.form-page {
  height: 100vh;
}

@media only screen and (min-width: 800px) {
  .form-page .green-gradient {
    background-image: -webkit-linear-gradient(326deg, #41D592 4%, #41D5AF 100%);
    background-image: -o-linear-gradient(326deg, #41D592 4%, #41D5AF 100%);
    background-image: linear-gradient(56deg, #41D592 4%, #41D5AF 100%);
    width: 100%;
    height: 100vh;
  }

  .form-page .green-gradient .inner-swoosh {
    background-image: url(/wp-content/uploads/2018/02/swoosh-white.svg);
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    overflow: hidden;
  }
}

.form-page .green-gradient .inner-swoosh .header-text {
  margin-top: 20%;
}

@media only screen and (min-width: 800px) {
  .form-page .green-gradient {
    color: #fff;
  }
}


.form-page .golden,
.form-page .golden2 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

@media only screen and (min-width: 800px) {
  .form-page .golden,
  .form-page .golden2 {
    height: 100vh;
  }
}

.form-page .golden2 {
  padding: 10% 0;
}

@media only screen and (min-width: 800px) {
  .form-page .golden {
    width: 61.875%;
  }

  .form-page .golden2 {
    width: 36.225%;
  }
}

.inner-swoosh .image-wrap {
  max-width: 300px;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}

.inner-swoosh .image-wrap img {
  margin-top: 4rem;
  display: none;
  overflow: hidden;
}

@media only screen and (min-width: 800px) {
  .inner-swoosh .image-wrap img {
    display: initial;
  }
}

.golden2 h5 {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #7d919e;
    font-size: 15px;
}

.golden2 .form-wrap {
  max-width: 400px;
}

.form-wrap input {
  width: 100%;
  display: inline-block;
}

/*
@media only screen and (min-width: 800px) {
  .form-wrap input {
    width: 44%;
    display: inline-block;
    margin: 10px;
  }
}
*/

.form-wrap #submit {
  width: 50%;
  margin: none;
  float: left;
  margin-top: 2rem;
}

.cs-page-header {
    background-size: cover;
    background-position: center;
    padding: 120px 0 120px;
    position: relative;
    text-align: center;
    background-color: #204354;
}

.cs-page-header > * {
  color: #fff;
}

.cs-page-header h5 {
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 14px;
}

.cs-page-header h2 {
  padding: 1rem 0 2rem;
  max-width: 800px;
  margin: 0 auto;
  line-height: 48px;
}

a:hover .cs-page-header h2 {
  text-decoration: underline;
}

.cs-nav {
  width: 100%;
  background-color: #f2f2f2;
  padding: 1rem;
  text-align: center;
}

.cs-nav .wrap {
  max-width: 800px;
  margin: 0 auto;
}

.cs-nav a {
  color: #4d919e;
  font-weight: 500;
  font-size: 15px;
}

.cs-nav a:hover {
  color: #204354;
}

.cs-nav .active a:hover {
  opacity: .5;
  color: #4d919e;
}

.cs-nav .active a {
  opacity: .5;
  pointer-events: none;
  cursor: default;
}

/*   */


.tilt_mock {
  -webkit-perspective: 500px;
  perspective: 500px;
}

.tilt_mock img {
  border-radius: 4px;
}

.tilt_mock.right img {
  -webkit-transform: rotateY(-7deg) translateX(50px);
  transform: rotateY(-7deg) translateX(50px);
}

.tilt_mock.left img {
  -webkit-transform: rotateY(7deg) translateX(-50px);
  transform: rotateY(7deg) translateX(-50px);
}

.video-image .play {
      -webkit-transition: all .2s ease-in-out;
    -moz-transition:    all .2s ease-in-out;
    -ms-transition:     all .2s ease-in-out;
    -o-transition:      all .2s ease-in-out;
    transition:         all .2s ease-in-out;
}

.video-image:hover .play {
  transform: scale(1.1);
      -webkit-transition: all .2s ease-in-out;
    -moz-transition:    all .2s ease-in-out;
    -ms-transition:     all .2s ease-in-out;
    -o-transition:      all .2s ease-in-out;
    transition:         all .2s ease-in-out;
}



.video-image {
  box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
  max-width: 360px; 
  width: 350px; 
  height: 200px; 
  border-radius: 4px; 
  background-image: url(/wp-content/uploads/2018/03/map-shaded.png); 
  background-position: center; 
  background-size: cover; 
  vertical-align: middle; 
  text-align: center; 
  display: flex; 
  align-self: center; 
  justify-content: center;
} 

.mock-video {
  background-size: contain; 
  background-repeat: no-repeat; 
  max-height: 350px;  
  max-width: 560px;
/*  width: 500px;
  height: 340px;     */
  background-position: center; 
  background-size: contain;
  vertical-align: middle;
  text-align: center;
  display: flex;
  align-self: center;
  justify-content: center;
}

.mock-video:hover{
  cursor: pointer; 
} 

.video-link {
  color: #41d592 !important; 
  font-weight: 500;
}

.video-link:hover {
  cursor: pointer;
}

@media screen and (min-width: 800px) {
  .video-image {
  max-width: 560px; 
  width: 500px; 
  height: 310px; 
  }

  .jc-header.video-header {
  padding: 2em 0 1em 12rem;
  }
}

.video-image:hover {
  box-shadow: 5px 25px 45px rgba(50,50,93,.1), 5px 15px 25px rgba(0,0,0,.07);
  cursor: pointer;
}


/* Custom fix for pesky blog glitch*/
@media screen and (min-width: 1285px) {
  .blog-post-header-push {
    margin-top: 21rem !important;
  }
}

@media screen and (min-width: 2220px) {
  .blog-post-header-push {
    margin-top: 2rem !important;
  }
}

.tablepress.tablepress-id-845 thead th {
    background-color: #204354;
    text-align: center;
}


/* Statistics Section 
 * ========================================================================== */

.ethos { 
    width: 100%;
    text-align: center; }

.stats-block { 
  max-width: 1200px; 
  margin-left: auto; 
  margin-right: auto; 
  width: 100%; 
/*  max-width: 60%; 
*/}

.stats-block::after { 
  clear: both; 
  content: ""; 
  display: table; 
}

.stats-block h1 { 
  color: #41D592; 
  font-weight: 800; 
}

.stats-block p { 
  padding-top: 1em; 
}

.stats-box { 
  width: 100%; 
  padding: 2em 0; 
}

.stats-box p { 
  line-height: 130%; 
}

@media only screen and (min-width: 800px) {
.ethos {
  width: 100%;
  text-align: center;
  padding: 2rem 0 4rem; 
}

.ethos-padder {
  padding: 4rem 0 2rem !important;
}

  .stats-block::after {
    clear: both;
    content: "";
    display: table; }

.stats-block h1 {
  color: #41D592;
  font-weight: 800; }

.stats-box {
  width: 100%;
  padding: 2em 0; }

.stats-box h1 {
    margin: 0;
}
.stats-box h5 {
    margin: 0;
    color: #4c4c4c;
    letter-spacing: 2px;
    font-size: 14px;
}

.stats-box p {
  line-height: 130%; }
}


/* Site Refresh - New Styles
==========================================================================
========================================================================== */

/* Skeleton Grid - http://getskeleton.com/
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
/*  max-width: 960px;*/
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

@media (min-width: 400px) {
  .container {
    padding: 0; }
}

/* For devices larger than 800px */
@media (min-width: 800px) {
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}

/* 
========================================================================== */

.row
 {
  display: inline-block;
}
 
p.quiet {
  font-size: 15px !important; 
  color: #7d919e;
}

.eighteen h3 {
  font-size: 26px;
}

.section {
    margin: 3rem 0;
/*    display: inline-block;  
*/} 

/*@media screen and (min-width: 800px) {
  .section {
    margin: 3rem 0;
  }
}*/

/*@media screen and (min-width: 800px) {
  .row {
    padding: 1rem 0;
  }
}*/

.section-md {
  margin: 4rem 0;
}

.section-lg {
    margin: 6rem 0;
  } 

 .row {
  width: 100%;
 }

.half-padding {
  padding: .5rem;
}

.padding {
  padding: 1rem 0;
}

.padding2 {
  padding: 2rem 0;
}

.top1 {
  margin-top: 1rem;
}

.top2 {
  margin-top: 2rem;
}

@media screen and (min-width: 800px) {
  .indent {
    margin-left: 2rem
  }
}

.copy {
  max-width: 780px;
  margin: 0 auto;
}

@media screen and (min-width: 800px) {
  .copy-center {
    text-align: center;
  }
}

.copy h2 {
  padding-top: 2rem; 
}

.eighteen #hero {
  min-height: 500px;
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}

@media screen and (min-width: 800px) {
  .eighteen #hero {
    background-position: center;
  }
}

#hero .content {
  padding: 60px 0;
}

@media screen and (min-width: 800px) {
  #hero .content {
    padding: 80px 0;
  }
}

/*#hero h1 {
  margin: 1rem 0;
  font-size: 38px;
}

@media screen and (min-width: 800px) {
  #hero h1 {
    font-size: 48px;
  }
}*/

#hero p {
  margin: 5px 0;
  font-size: 19px;
}

.eighteen #hero .copy {
  color: #fff;
  margin-bottom: 1rem;
}

@media screen and (min-width: 800px) {
  .eighteen #hero .copy {
    margin-bottom: 2rem;
  }
}

#hero .button-primary,
#hero .button-secondary,
#hero .button.tertiary {
  margin: 1rem 1rem 0 0;
}

/* Buttons */
.button.primary,
.button.secondary,
.button.tertiary {
  border-radius: 4px;
  box-shadow: none;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.612;
  display: inline-block;
  outline: none;
  text-align: center;
  padding: 12px 20px 10px;
  text-decoration: none;
  width: auto;
  white-space: nowrap;
  border-radius: 40px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin: .5rem 1rem .5rem 0;  
}

.button.primary {
  background-color: #5b5aec;
}

.button.primary:hover {
  background-color: #5352D9 !important;
}

.button.secondary {
  background-color: #204354 !important;
}

.button.secondary:hover {
  background-color: #1B3846 !important;
}

.button.tertiary {
  background-color: #41d592 !important;
}

.button.tertiary:hover {
  background-color: #38B57C !important; 
}

/*@media screen and (min-width: 530px) {
  .button:nth-child(2) {  
    margin-left: 2rem;
  }
} */

@media screen and (min-width: 530px) {
  .button:nth-child(3) {   
    margin-left: 2rem;
  }
} 

.button.inpage {
  margin-left: 0;
  margin-top: 2rem;
}

 
/*.eighteen button {
  background-color: #41d592;
  border-radius: 4px;
  box-shadow: none;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.612;
  display: inline-block;
  outline: none;
  text-align: center;
  padding: 10px 20px;
  text-decoration: none;
  width: auto;
  white-space: nowrap;
  text-transform: none;
  letter-spacing: 0em
}*/

.buttons {
  margin-top: 2rem;
} 

@media screen and (min-width: 530px) {
  .second-button {  
    margin-left: 1rem;
  }
} 


/* Vertically Align Flex Items */
.grid.equal-heights>* {
    align-self: center;
}

.mock {
  box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  margin: 1rem;
} 

.mock-tight {
  box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
}

/*@media screen and (min-width: 800px) {
  .mock {
    margin: 1rem;
  }
}*/

@media screen and (min-width: 800px) {
  .keyline-right {
    border-right: 2px solid #f2f2f2;
  }
}

.eighteen .banner_content {
  max-width: 1200px;
  margin: 0 auto;
  color: white;
  text-align: center;
  padding: 1rem 5%;
}

@media screen and (min-width: 800px) {
  .eighteen .banner_content {
    padding: 3rem 5%;
  }
} 

.eighteen .container {
  max-width: 960px; 
}

.banner_content h5 {
  font-size: 15px;
}

.banner_content p {
  font-size: 18px;
  margin: 1.5rem 0 5px; 
}

.eighteen .banner-basic blockquote {
  font-size: 24px;
}

@media screen and (min-width: 1600px) {
  .eighteen .banner-basic {
    padding: 5em 0;
  }
}

.eighteen .banner-basic a {
  /*text-decoration: underline;*/
  color: #fff;  
}

.eighteen .banner-basic .white blockquote.slider-pull p,
.eighteen .banner-basic .white blockquote.slider-pull h5,
.eighteen .banner-basic .white .slick-dots li button:before {
  color: #fff !important; 
}
 
.split > * {
  text-align: center;
}

.split-half {
  width: 100%;
  display: inline-block;
  padding: 3rem 0;
}

@media screen and (min-width: 800px) {
  .split-half {
    width: 49.7%;
  }
}

.split-content {
  max-width: 500px;
  margin: 0 auto;
}

.split img {
  padding: 0 0 3rem 0;
}

.split a {
  margin: 1rem 0 0 0;
}

.split-content img {
      max-width: 100px;
    }
.split-content p {
  max-width: 280px;
  margin: 0 auto;
  color: #7d919e;
}

.eighteen .jc-featured-posts h3, .eighteen .jc-featured-posts h3 a {
  font-size: 16px;
  font-weight: 500;
  color: #204354;
  line-height: 25px;
}

/*.more-products {
  margin-top: 3rem;
  text-align: center;
}*/

/* Tile Hover */

.hover-tiles {
  margin: 2rem 0;
  max-width: 950px;
  margin: 0 auto;
}

.hover-tile-wrap {
  margin: 1rem 0rem;
}

@media screen and (min-width: 800px) {
  .hover-tile-wrap {
    margin: 1rem .5rem 2rem;
  }
}

.hover-tile-outer {
  background-position: center;
  background-size: cover;
  cursor: pointer;
  border-radius: 4px; 
  box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
} 

.hover-tile-outer,
.hover-tile-outer .hover-tile-container,
.tile-overlay {
  height: 500px;
}

@media screen and (min-width: 800px) {
  .hover-tile-outer,
  .hover-tile-outer .hover-tile-container,
  .tile-overlay {
    height: 450px;
  }
}

.hover-tile-outer < * {
  transition: all 0.2s ease-in-out; 
}

.hover-tile-outer {
  width: 100%; 
}

.hover-tile-outer .hover-tile-container {
  overflow: hidden; }



.hover-tile-outer .hover-tile-container:hover .tile-overlay {
  opacity: 1;
}

.hover-tile-outer .hover-tile {
  background: inherit;
  color: white;
  height: inherit;
  overflow: hidden;
  padding: 1.5em;
  transition: all 0.25s ease-in-out; 
}

.tile-overlay {
  background: -webkit-linear-gradient(rgba(32,67,84, 1), rgba(32,67,84, .99));
  background: -o-linear-gradient(rgba(32,67,84, 1), rgba(32,67,84, .99));
  background: linear-gradient(rgba(32,67,84, 1), rgba(32,67,84, .99));;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  transform: translate(0, -100%);
  transition: all 0.2s ease-in-out; 
}

@media screen and (min-width: 800px) {
  .tile-overlay {
    background: -webkit-linear-gradient(rgba(32,67,84, .94), rgba(32,67,84, .94));
    background: -o-linear-gradient(rgba(32,67,84, .94), rgba(32,67,84, .94));
    background: linear-gradient(rgba(32,67,84, .94), rgba(32,67,84, .94));;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
    transform: translate(0, -100%);
    transition: all 0.2s ease-in-out; 
  }
}

.hover-tile-outer .hover-tile-hidden {
  text-align: center;
}

.hover-tile-outer .hover-tile-hidden p {
  color: #fff;
  line-height: 1.5em; 
  text-align: center;
  padding: 0 20px 13px;
}

.hover-tile-outer .hover-tile-hidden h5 {
  margin: 2rem 0
} 

@media screen and (min-width: 800px) {
  .hover-tile-outer .hover-tile-hidden h5 {
    margin: 1rem 0
  } 
}

@media screen and (min-width: 1000px) {
  .hover-tile-outer .hover-tile-hidden h5 {
    margin: 2rem 0
  } 
}

.hover-tile {
  transform: translate(0, -200%); 
}

@media screen and (min-width: 800px) {
  .tile-overlay {
      opacity: 0;
  }

  .hover-tile {
    transform: translate(0, -190%); 
    opacity: 0;
  }

  .hover-tile-outer .hover-tile-container:hover > .hover-tile {
    transform: translate(0, -200%); 
    opacity: 1;
    transition: all 0.2s ease-in-out; 
  }

  .hover-tile-outer .hover-tile-hidden p {
    text-align: left;
  }
}
  
.hover-tile-outer .hover-tile-hidden img {
  max-width: 60px;
  padding: 30px 0 30px;
}

@media screen and (min-width: 800px) {
  .hover-tile-outer .hover-tile-hidden img {
    padding: 5px 0 5px;
  }
}

@media screen and (min-width: 1000px) {
  .hover-tile-outer .hover-tile-hidden img {
    padding: 30px 0 30px;
  }
}

.hover-tile-hidden h4 {
  color: #fff;
}

.hover-tile-visible {
  padding: 0 !important;
  opacity: 1;
  transform: translate(0, 0); 
}

.hover-tile-outer .hover-tile-container:hover .hover-tile-visible{
  transform: translate(0, -20%); 
}

.band-header {
  opacity: 0;
}

@media screen and (min-width: 800px) {
  .band-header {
    background: rgba(32,67,84, .9);
    width: 100%;
    padding: 1.25rem;
    border-radius: 4px 4px 0 0;
    text-align: center;
    opacity: 1;
  }

  .band-header h5 {
    margin: 0;
    font-size: 14px;
  }
}

/* Icon Blurbs */
.icon-blurb {
  padding: 1.5rem 0;
}

@media screen and (min-width: 800px) {
  .icon-blurb {
    padding: 1rem 0rem;
  }
}

@media screen and (max-width: 800px) {
  .eighteen .wrap {
    width: 85%;
  }
}

.eighteen {
  font-size: 12px
}


.radios label {
  width: 100%;
  display: block;
}

.radios input {
  width: 28px;
  display: inline-block;
}

.sub-header {
  margin: 2rem auto;
  text-align: center;
}

@media screen and (min-width: 800px) {
  .sub-header {
    margin: 2rem auto;
    text-align: left;
  }
}

/* Contact Form */

.contact-main .form-field {
  width: 100%;
  display: inline-block;
}

@media screen and (min-width: 800px) {
  .contact-main .form-field {
    width: 45%;
    display: inline-block;
    margin-right: 4%;
    
  }
}
.contact-main .form-field,
.contact-main .form-field-full {
  margin-top: 2%;
}

@media screen and (min-width: 800px) {
  .contact-main .form-field-full {
    margin-right: 5%;
  }
}

.contact-main label {
  font-size: 15px;
  font-weight: 600;
}

.contact-main input,
.contact-main select {
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  padding: 10px 12px
}

.contact-main input:focus, textarea:focus, select:focus {
    outline: none;
    border-color: #41d592;
}

.contact-header {
  padding-top: 2rem;
}

/* EIS */

.ribbon {
  padding: 4rem 0;
  background-image: url(/wp-content/uploads/2018/04/ribbon.png); 
  background-position: center; 
  background-size: cover; 
  margin: 2rem 0 3rem;
  display: none;
}

@media screen and (min-width: 800px) {
  .ribbon {
    margin-bottom: 7rem;
    padding: 5rem 0;
    display: block;
  }
}

.ribbon img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 400px;
}

.ribbon-img {
  margin-top: -100px;
}

@media screen and (min-width: 800px) {
  .ribbon-img {
    margin-top: -145px;
  }
}

@media screen and (min-width: 800px) {
  .push-down {
    margin-top: 4rem;
  }
}

.icon-blurb-med {
  margin: 2rem 0;
  text-align: center;
}

@media screen and (min-width: 800px) {
  .icon-blurb-med {
    margin: 1rem 0;
    text-align: center;
  }
}

@media screen and (max-width: 800px) {
  .icon-blurb-med h2 {
    margin-bottom: 5px;
  }
  .icon-blurb-med p {
    margin: 0;
  }
}

.icon-blurb-med h2 {
  font-weight: 600 !important;  
}

.pathway-section img {
  padding: 1rem 0;
}

.dot-pathways img {
  position: absolute;
}

.dot-pathways .dots-one {
  margin-left: 43rem;
}

.dot-pathways .dots-one img {
  padding-top: 5rem;
}

.dot-pathways .dots-two {
  margin-left: 26%;
}

.dot-pathways .dots-two img {
  padding-top: 5rem; 
}

.dot-pathways .dots-three {
  margin-left: 18%; 
}

.dot-pathways .dots-three img {
  padding-top: 6rem;
}

.dot-pathways .dots-four {
  margin-left: 44%;
}

.dot-pathways .dots-four img {
  padding-top: 6rem;
}

.dot-pathways .dots-five {
  margin-left: 70%;
}

.dot-pathways .dots-five img {
  padding-top: 6rem;
}

.dot-pathways {
  display: none;
}

@media screen and (min-width: 1300px) {
  .dot-pathways {
    display: initial;
  }
}

.analyses .icon-blurb {
  min-height: 210px;
}

.analyses .icon-blurb:last-child {
  min-height: 100px;
}

.fat-stat {
  margin: 2rem 2rem 0;
}

.fat-stat h1 {
  color: #41D592;
  font-weight: 800;
  margin-bottom: 1rem;
}

.fat-stat p {
  margin-top: 0;
}

.fat-stat p:last-child {
  min-height: 50px;
}

.eighteen .keyline {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 800px) {
  .eighteen .keyline {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none; 
  }
}

/* PDGA */

.slate-gradient {
  position: relative;
  background-image: linear-gradient(153deg, #162E3A 0%, #204354 95%);
  display: block;

}

.text-white > * {
  color: #fff;
}

.bg-soft-grey {
  background-color: #f2f2f2;
}

blockquote.slider-pull p {
  font-size: 18px;
  letter-spacing: -.65px;
  line-height: 35px;
  margin: 1em -100px;
  -webkit-font-smoothing: antialiased;
  color: #204354;
  font-weight: 400;
  max-width: 700px;
  margin: auto;
  font-style: initial;
}

@media screen and (min-width: 800px) {
  blockquote.slider-pull p {
    font-size: 22px;
  }
}

blockquote.slider-pull p:nth-child(2) {
  font-size: 17px;
  text-decoration: none;
  padding-top: 1.5rem;
  color: #204354;
}

blockquote.slider-pull p:nth-child(2),
blockquote.slider-pull h5 {
  font-style: initial;
}

blockquote.slider-pull h5 {
  color: #7d919e;
  font-size: 15px;
}

.icon p {
  color: #204354;
}

.white .icon p { 
    color: #fff;
}

.eight-icon-spread {
  padding: 3rem 0 1rem;
  width: 100%; 
  max-width: 1100px; 
  margin: 0 auto;
}

.eight-icon-spread div {
  width: 49%;
  text-align: left; 
  display: inline-block;  
  padding-left: 3rem;
  vertical-align: top;
    padding: 1rem;

}

@media screen and (min-width: 1050px) {
  .eight-icon-spread div {
    width: 32%;
  }
}

.eight-icon-spread div p {
  font-size: 11px;
}

@media screen and (min-width: 800px) {
  .eight-icon-spread div p {
    font-size: 15px;
  }
}

/* Statistics Section 
 * ========================================================================== */
/*
.eighteen .stats-block { 
  max-width: 1200px; 
  margin-left: auto; 
  margin-right: auto; 
  width: 100%; 
  max-width: 60%; 
}

.eighteen .stats-block::after { 
  clear: both; 
  content: ""; 
  display: table; 
}

.eighteen .stats-block h1 { 
  color: #41D592; 
  font-weight: 800; 
}

.eighteen .stats-block p { 
  padding-top: 1em; 
  line-height: 130%; 
}

.eighteen .stats-box { 
  width: 100%; 
  padding: 2em 0; 
}


.eighteen .stats-block::after {
  clear: both;
  content: "";
  display: table; }

.eighteen .stats-box h5 {
  margin: 0;
  color: #4c4c4c;
  letter-spacing: 2px;
  font-size: 14px;
}*/

html {
    font-size: 13px;
  }

@media screen and (min-width: 800px) {
  html {
    font-size: 16px;
  }
}

.eighteen p {
  font-size: 1.1rem
}

.eighteen p.small {
  font-size: .92rem
}

.eighteen h1 {
  margin-top: 0;
  font-size: 3rem;
  font-weight: 400;
}

.eighteen h2 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4; 
}

.eighteen h3 {
  font-size: 1.414rem;
  font-weight: 600; 
  line-height: 2.2rem;
} 

.eighteen h4 {
  font-size: 1.2222rem;
  font-weight: 400; 
}
 
.eighteen h5 {
  font-size: 1rem;
}

/*.eighteen h6 {
  font-size: 0.5rem;
} */

.eighteen ol {
  font-size: 1.0222rem;
  font-weight: 400; 
}

.eighteen ol li::before {
  content: "";
  width: 10px;
  display: inline-block;
}

.eighteen .home_hero_intro h1 {
  margin-bottom: 1rem;
}

.eighteen .home_hero_intro h5 {
  color: #7d919e;
  font-size: 18px;
  letter-spacing: 4px;
  margin-bottom: 2rem;
}

.eighteen .feature-list h4 {
  font-size: 17px;
  font-weight: 600;
}

.code-box {
  padding: .5rem 2rem;
  border-radius: 4px;
  background-color: #F5FDF9;
  position: absolute;
  max-width: 250px;
  max-height: 250px;
  overflow: hidden;
  margin-top: -1.5rem;
  margin-left: -3rem;
  z-index: -1;
  color: #41D592;
  font-family: 'Courier';
  opacity: .5;
}

.code-box_code p {
  font-size: 14px;
}

.header-about {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  padding: 4rem 0 1rem;
}

.timeline {
  padding: 1rem 0;
  color: #fff;
  background-position: bottom;
  background-size: cover;
  text-align: center;
}

.timeline-copy {
  max-width: 600px;
  margin: 0 auto;
}

.timeline-graphic {
  padding: 0 0 2rem 0;
  text-align: left;
}

@media screen and (min-width: 800px) {
  .timeline-graphic {
    padding: 4rem 0;
  }
}

.timeline-graphic img {
  margin: 0 auto;
  width: 85%;
}

@media screen and (min-width: 1000px) {
  .timeline-graphic img {
    width: 77%;
  }
}

@media screen and (min-width: 1600px) {
  .timeline-graphic img {
    width: 50%;
  }
}

.timeline p {
  color: #7d919e;
}

.timeline-items p {
  color: #fff;
  margin: 0;
  font-size: 16px;
}

.timeline-items p.p-header {
  margin: 2rem 0 0 0;
}



/* Dropdown
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.wrapper-demo {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}

@media screen and (min-width: 800px) {
  .wrapper-demo {
    width: 98%;
  }
  .wrapper-demo.transform-active {
    width: 98%;
  }
}

.wrapper-demo.transform-active {
  margin: 0;
}


.wrapper-demo.transform-active {
  margin-bottom: 0px;
/*  width: 20%;
*/}

.wrapper-dropdown {
    /* Size & position */
    position: relative;
    width: 100%;
/*    margin: 0 auto;
*/    padding: 12px 15px;
    z-index: 999;
    font-size: 16px;
    margin: 1.5rem auto;
  
    /* Styles */ 
    
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
    opacity: .87;
}

@media screen and (min-width: 800px) {
  .wrapper-dropdown {
    min-width: 350px;
    max-width: 550px;
  }
}

.wrapper-dropdown:after { /* Little arrow */
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #204354 transparent;
}

.wrapper-dropdown .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    

    /* Styles */
    background: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(0,0,0,0.2);
    border-top: none;
    border-bottom: none;
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);

    /* Hiding */
    max-height: 0;
    overflow: hidden;
}

.wrapper-dropdown i {
  margin-right: 15px;
} 

.wrapper-dropdown .dropdown li {
    padding: 0 10px ;
}

.wrapper-dropdown .dropdown li {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 10px 0;
  transition: all 0.3s ease-out;
  border-bottom: 1px solid #f2f2f2;
  margin: 0px 15px;
}

.wrapper-dropdown .dropdown li:last-of-type {
  border: none;
}

/* Hover state */
.wrapper-dropdown .dropdown li:hover {
    color: #41d592;
}

/* Active state */
.wrapper-dropdown.active {
  border-radius: 5px 5px 0 0;
  background: rgba(65,213,146,1);
  box-shadow: none;
  border-bottom: none;
  color: white;
}

.wrapper-dropdown.active:after {
  border-color: #fff transparent;
}

.wrapper-dropdown.active .dropdown {
  border-bottom: 1px solid rgba(0,0,0,0.2);
  max-height: 600px;
}

@media screen and (max-width: 800px) {
  .eighteen .he-products .section {
    padding: 4rem 0;
  }
}

.eighteen .stats-box h1 {
  font-weight: 600;
  margin-bottom: .5rem;
}


/* Careers Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.careers .article-hero {
  margin: 30px 0 45px;
}

.careers .intro {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 0;
}

.careers .intro h2 {
  padding-bottom: 15px; 
}
.careers .container {
  max-width: 960px;
  margin: 0 auto;
}
.careers .job {
  display: inline-block;
  vertical-align: top;
  padding: 40px 30px;
  margin: 0 5px 3rem; 
  padding: 2rem 3rem;
  border-radius: 4px;
  width: 100%;
  min-height: 240px; 
}

@media screen and (min-width: 800px) {
  .careers .job {
    width: 32%;
    min-height: 240px; 
  }
}

.careers .job-title {
  font-size: 19px;
  text-decoration: none;
  color: #454545;
}

.careers h2 {
  font-weight: 400;
  text-align: center;
}

.careers .jobs-list .job h2 {
  font-size: 20px;
}

.careers .job-title:hover {
  color: #00A0DF; 
}

.careers p.tags {
    margin: 0 0 1.625em !important;
}

.careers .tags span {
  color: #999;
  font-size: 12px;
  margin: 0;
}
.careers .tags span:after {
  content: ', ';
}
.careers .tags span:last-of-type:after {
  content: '';
}
.careers.description {
  color: #999;
}
.careers .btn {
  display: inline-block;
  padding: 7px 15px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  border: 2px solid #41d592;
  -webkit-border-radius: 4px;
  border-radius: 3px;
  background: #41d592;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
}

@media screen and (max-width: 800px) {
  .careers .jobs-list .btn {
    width: 100%;
    text-align: center;
  }
}

.jobs-teams {
  margin: 0 auto;
  text-align: center;
}

.postings {
  padding-top: 40px;
}

.postings h2 {
  text-align: center;
}

.careers .jobs-teams .btn {
  display: inline-block;
  padding: 7px 15px;
  text-decoration: none;
  font-weight: bold;
  color: #555659;
  border: 2px solid #ebecf0;
  -webkit-border-radius: 4px;
  border-radius: 3px;
  background: #ebecf0;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
}
.careers .btn:hover {
  background: #41d592;
  border: 2px solid #41d592;
  color: #fff;
}
.careers .btn.active {
  background: #f2f2f2;
  border-color: #f2f2f2;
  color: #7d919e;
}
.careers .jobs-teams {
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 0;

}
.careers .jobs-teams .btn {
  margin: 0 8px 8px 0;
}
.careers .jobs-teams .btn:first-of-type {
  margin-left: 0;
}
.careers .jobs-teams .btn:last-of-type {
  margin-right: 0;
}

.careers .jobs p {
  margin: 0;
}

.landing-header {
  padding: 80px 0;
}

.article input {
  width: 90% !important; 
}


/* Misc.
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.post-118535 .entry-meta {
  display: none !important; 
}

#talent-overview .section {
  display: inline-block; 
}

.hs-form input, .hs-form select {
  width: 100%;
  margin-bottom: 20px;
}

.hs-form label {
  font-weight: 600;
}

@media screen and (min-width: 800px) {
  .contact .form-target { 
    padding-left: 62px !important;
  } 
}


/* CI Main 2018
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.subvert-card {
  border-radius: 4px;
  box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
  max-width: 400px;
  margin-bottom: 2rem;
  -webkit-transition: box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.2s ease-in-out;
} 

@media screen and (min-width: 800px) {
  .subvert-card {
    margin: 0 1rem 2rem;
  }
}

.subvert-card a {
  color: #204354;
}

.subvert-card:hover {
  box-shadow: 0 35px 50px -20px rgba(50,50,93,.55), 0 10px 20px -5px rgba(0,0,0,.14);
  -webkit-transform: scale(1.014);
  transform: scale(1.0054);
  
} 

.subvert-card_header {
  text-align: center;
  border-radius: 4px;
}

.subvert-card_header h4 {
  max-width: 200px;
  text-align: center;
  margin: 0 auto;
} 
 
.subvert-card_header-image {
  background: url(/wp-content/uploads/2018/10/card-image-desk-1.png);
  background-color:rgba(0, 0, 0, 0.2);
  border-radius: 4px 4px 0 0;
  background-size: cover;
}

.subvert-card_header-overlay {
  background: rgba(32, 67, 84, 0.9);
  padding: 3rem 0 ;
  color: #fff;
  border-radius: 4px 4px 0 0;
}

.subvert-card_content {
  padding: .5rem 2rem 1rem;
}

.subvert-card h4 {
  font-weight: 500;
}

.subvert-card h5 {
  font-size: 13px;
  text-align: center;
  margin: 2rem 0 1rem;
}

.subvert-card p {
  font-size: 1rem;
}

@media screen and (min-width: 800px){
  .checks { 
    min-height: 165px;
  }
}

.subvert-card p.check {
  font-size: .9rem;
  margin: 4px;
  margin-left: 35px;
}

.subvert-card_cta {
  padding: 1rem;
  text-align: center;
}

/* infographic banner */
.info-banner {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 3rem 0 1rem; 
}
.info-banner h2 {
  font-size: 1.8rem;
  font-weight: 600;
}

.info-banner h5 {
  color: #41d592; 
  font-size: .8rem;
  font-weight: 600;
  padding: 1rem 0 .3rem;
}

.social-bar.vertical-social ul {
  max-width: 77.875em;
}
    
.social-bar.vertical-social li img {
    max-width: 135px;
    max-height: 87px;
}
 
.center-form {
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
}

/* Tilt Mock */

.tilt_mock {
  -webkit-perspective: 500px;
  perspective: 500px;
}

.tilt_mock img {
  margin: 0 auto; 
  text-align: center; 
}

/* GoRecruit */

.gr_dot-icon {
  max-width: 60px;
  padding: 45px 0 20px;
}  

.gr_purple-swoosh {
  background-image: url(/wp-content/uploads/2018/11/swoosh-2v2.svg);
  background-position: top;
  background-size: cover;
  margin: -22rem 0 1% 0;
  padding-top: 20rem;
  padding-bottom: 11rem;
}

@media screen and (min-width: 800px) {
  .gr_purple-swoosh {
    margin: -16% 0 1% 0; 
    padding-top: 14%; 
    padding-bottom: 11%; 
  }
}

@media screen and (min-width: 1060px) {
  .gr_purple-swoosh {
    margin: -16% 0 1% 0;
    padding-top: 16%;
    padding-bottom: 5%; 
  } 
}

.gr_grey-swoosh {
  background-image: url(/wp-content/uploads/2018/11/GREY-SWOOSH.svg); 
  background-position: top; 
  background-size: cover; 
  padding-top: 22rem;
  margin-top: -17rem;
}

@media screen and (min-width: 800px) {
  .gr_grey-swoosh {
    padding-top: 23%; 
    margin-top:-15%;
  }
}

@media screen and (max-width: 800px) {
    .gr_graphic {
    text-align: left;
    max-width: 80px;
    padding-bottom: 12px;
  } 
}  

@media screen and (min-width: 800px) {
  .large-mock {
    min-width: 130%; 
  }
}
 
@media screen and (min-width: 800px) {
  .large-mock.large-left {
    margin-left: -45%;  
  }
}


@media screen and (min-width: 800px) {
  .jumbo-mock {
    min-width: 190%;
  }
}
 
@media screen and (min-width: 800px) {
  .jumbo-mock.jumbo-left {
    margin-left: -28%; 
  }
}

.icon-h {
  height: 45px;
  margin: 30px 0;
}

img.circle {
  border-radius: 300px;
}

/* Modify slider */


  /* Modify Slider*/
    .new-quote .slick-arrow {
      display: none !important;
    } 
    .new-quote .slick-slide img {
      display: none !important;
    }
    @media screen and (min-width: 800px) {
      .new-quote .slick-slide img {
      display: block !important; 
      border-radius: 500px !important;
      max-width: none !important;
      max-height: none !important;
      text-align: center;
      margin: 0 auto; 
      }
    }

/* ============================================================================================================================= */
/* ============================================================================================================================= */
/* ============================================================================================================================= */

/* NEW ERA COMPONENTS */

/* ============================================================================================================================= */
/* ============================================================================================================================= */
/* ============================================================================================================================= */



/* COLORS ========================================================================================================== */

.bg-sl {
  background-color: #204354;
  color: #fff;
} 

.bg-gr-3 {
  background-color: #B5C2CC;
}

.bg-gr-4 {
  background-color: #F8FBFC;
}

.bg-yellow {
  background-color: #FFFCEB;
}



/* SPACING ========================================================================================================== */


.p-1 {
  padding: 1rem;
}

.p-3 {
  padding: 3rem;
}

.p-5 {
  padding: 5rem;
}

.p-v-point-5 {
  padding: .5rem 0; 
}
 
.p-v-1 {
  padding: 1rem 0; 
}

.p-v-2 { 
  padding: 2rem 0;
}

.p-v-3 {
  padding: 3rem 0;
}
 
.p-v-5 {
  padding: 5rem 0;
} 

.p-v-7 { 
  padding: 7rem 0;
} 

.p-t-3 { 
  padding-top: 3rem;
}

.p-t-5 { 
  padding-top: 5rem;
}

.p-b-3 {
  padding-bottom: 3rem;
}

.m-v-1 {
  margin: 1rem 0;
}

.m-v-3 {
  margin: 3rem 0;
}

.m-t-3 {
  margin-top: 3rem;
}

.m-t-4 {
  margin-top: 4rem;
}

.m-t-5 {
  margin-top: 5rem;
}

.m-t-6 { 
  margin-top: 6rem;
}



/* FORMS ========================================================================================================== */

.hor-form .hs-form-field label {
  display: none; 
}

.hor-form .hs-form-field .hs-error-msgs label {
  display: initial;
}

@media screen and (min-width: 800px) {
  .hor-form-1 {
    padding-top: 1.5rem;
  } 

  .hor-form .hs-form-field,
  .hor-form .hs_submit {
    display: inline-block;  
  }

  .hor-form-1 .hs-form-field,
  .hor-form-1 .hs_submit {
    width: 43%;
    max-width: 600px;
    margin: 0 2%;
  }

  .hor-form-1 .hs_submit {
    width: 20%;
    min-width: 100px;
  } 

  .hor-form-3 {
    padding: 4rem 0;
    max-width: 850px;
    margin: 0 auto;
  }

  .hor-form-3 .hs-form-field,
  .hor-form-3 .hs_submit {
    width: 23%; 
    margin: 0 1%; 
  }
}

.hor-form-1 .hs-form-field .input,
.hor-form-3 .hs-form-field .input {
  margin-top: 5px; 
}

.hor-form-1 .hor-form-callout {
  padding: 2rem 0 0;
}

.hor-form-3 .hor-form-callout {
  padding: 2rem 0 0;
}

@media screen and (min-width: 800px) {
  .hor-form-1 .hor-form-callout {
    padding: 1.7rem 0 1rem;
  }
  .hor-form-3 .hor-form-callout {
    padding: 1rem 0;
  }
} 


/* Case studies page ========================================================================================================== */

  .bu-quotes {
    padding: 2rem 0 1rem;
    min-height: 190px; 
    text-align: center; 

  }

  .bu-current {
    display: inherit !important;
  }

  .bu-quote h2 {
    font-weight: 600; 
  } 
  .bu-quote.hide {
    display: none;
  }
  .bu-quote.show {
    display: block;
  }

  .bu-quote h5 {
    text-transform: none;
    color: #7d919e; 
    letter-spacing: 0;    
    padding-top: 1rem;
  } 

  .cs a {
    outline: none;  
  }

  .cs-nav {
    background-color: #fff;
  }


  .cs-nav ul {
    list-style: none;
  }

  .cs-nav li {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;  
  }

  .cs-nav ul.main li {
    display: inline-block;
    padding: 15px 10px;
    width: 26%;
    vertical-align: top;
    margin: 5px;  
}

@media screen and (min-width: 800px) {
  .cs-nav ul.main li {
    padding: 42px 15px 0rem;
    width: 200px;
    height: 185px; 
    margin: 10px; 
  }
}
   

.cs-nav ul.main li:hover {
  box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07); 
  border-radius: 3px;
}

.cs-nav .sub-nav {
  margin-top: 15px; 
}

ul.sub-nav {
  min-height: 40px; 
}

.cs-nav .sub-nav li {
  display: inline-block;
  padding: 5px 20px; 
  margin: 5px; 
  background-color: #F2F6F9; 
  border-radius: 30px;
  font-size: 11px;
  font-weight: 500; 
}  

.cs-nav .sub-nav li:hover {
  background-color: #EAFBF3; 
  cursor: pointer;  
}

.cs-nav .sub-nav li:hover a {
  color: #41d592; 
} 

.cs-nav .sub-nav a {
  font-size: 13px;  
  font-weight: 500; 
} 

.sub-nav li.tab-current {
  background-color: #41d592;  
}  

.sub-nav li.tab-current a {
  color: #fff;  
} 

.sub-nav li.tab-current:hover {
  background-color: #41d592;  
} 
.sub-nav li.tab-current:hover a {
  color: #fff;  
}

.cs-nav p {
  font-weight: 600;
  font-size: 13px;
  margin-top: 10px;
}

@media screen and (min-width: 800px) {
  .cs-nav p {
      font-size: 15px;
    }
}

.cs-nav a {
  color: #204354; 
}

.cs-nav img {
  max-width: 40px; 
}

/* end case studies page*/

 


���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������