/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}


/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* ###################################
TYPOGRAPHY

light
font-weight: 300;

regular
font-weight: 400;

semi-bold
font-weight: 600;

bold
font-weight: 700;

extra-bold
font-weight: 800;
*/
/** imported from old cms **/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
img,
legend {
  border: 0
}

legend,
td,
th {
  padding: 0
}

html {
  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,
menu,
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-color: transparent
}

a:active,
a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b,
optgroup,
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
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  box-sizing: content-box;
  height: 0
}

pre,
textarea {
  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;
  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
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

/* ==========================================================================
   ALL Interior Pages, Helper Classes, and Responsive Styles
   ========================================================================== */
#interior {
  min-height: 431px;
  /* padding: 60px 0 30px; */
  position: relative;
  width: 100%;
  overflow: hidden;
}

#interior section {
  margin: 0 auto;
  width: 880px;
}

#interior.landing {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#featured_events {
  height: 155px;
  overflow: hidden;
}

#featured_events .feature {
  background: #f8f9f9;
  border: 1px solid #939598;
  color: #fff;
  float: left;
  font-size: 14px;
  height: 155px;
  margin: 0 10px 15px 0;
  overflow: hidden;
  position: relative;
  width: 328px;
}

#featured_events .feature img {
  width: 328px;
  height: 155px;
}

#featured_events .feature:hover .mask {
  background-color: rgba(94, 95, 98, 1);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

#featured_events .mask {
  height: 100%;
  width: 100%;
  left: 0;
  font-size: 13px;
  cursor: default;
  background-color: rgb(94, 95, 98);
  background-color: rgba(94, 95, 98, 0.7);
  opacity: 1;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(128px);
  -moz-transform: translateY(128px);
  -o-transform: translateY(128px);
  -ms-transform: translateY(128px);
  transform: translateY(128px);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#interior #featured_events .mask a {
  color: #fff;
  text-decoration: none;
}

#featured_events .mask .mask_title {
  display: block;
  font-size: 14px;
  height: 32px;
  line-height: 15px;
  padding: 8px 5% 0;
  width: 90%;
}

#featured_events .mask .mask_desc {
  display: block;
  height: 105px;
  line-height: 16px;
  overflow: hidden;
  padding: 0 5%;
  width: 90%;
}

#browse_by select {
  border: 1px solid #959595;
  font-size: 14px;
  height: 30px;
  margin-bottom: 15px;
}

/*#region events table */
table.events {
  border: none;
  font-size: 14px;
  line-height: 1.4;
  table-layout: fixed;
  width: 100%;
}

table.events .headerrow th {
  color: #333;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
}

table.events .headerrow th {
  border-top: none;
}

table.events .headerrow th,
table.events .tablerow01 td,
table.events .tablerow02 td {
  border-bottom: 1px solid #d1d3d4;
  border-top: 1px solid #d1d3d4;
  padding: 8px 5px;
  border-top: none;
  border-left: none;
  border-right: none;
}

table.events th:first-child,
.events td:first-child {
  border-left-width: 0;
}

table.events th {
  border-bottom: 2px solid #959595;
  font-size: 15px;
}

table.events td {
  border-bottom: 2px solid #e1e1e1;
  vertical-align: top;
}

table.events th a {
  background: url("/images/sortable.gif") no-repeat right center;
  padding-right: 16px;
}

table.events .event-type {
  display: block;
  height: auto;
  padding: 3px 0 3px 30px;
}

@media only screen and (min-width: 64em) {
  table.events .event-type.altair-event {
    background: url("/images/event-type-altair-event.png") no-repeat 0 0;
  }

  table.events .event-type.industry-event {
    background: url("/images/event-type-industry-event.png") no-repeat 0 0;
  }

  table.events .event-type.webinar {
    background: url("/images/event-type-webinar.png") no-repeat 0 0;
  }

  table.events .event-type.partner-alliance {
    background: url("/images/event-type-partner-alliance.png") no-repeat 0 0;
  }
}

table.events a {
  display: inline-block;
  font-weight: bold;
}

table.events a,
.events th {
  color: #005776;
}

table.events a:hover,
.events th:hover {
  color: #fa4616;
}

table.events .description {
  padding-top: 20px;
}

table.events .description:empty {
  display: none;
}

table.events .headerrow th.sort-date,
table.events .headerrow th.sort-location,
table.events .headerrow th.sort-type {
  width: 160px;
}

#interior h2 {
  font-size: 2rem;
  line-height: 2.25rem;
  min-height: 32px;
  padding: 30px 0 13px;
  width: 100%;
}

#interior.landing h2 {
  font-size: 32px;
  line-height: 36px;
  min-height: 36px;
  padding: 16px 0;
}

#interior h2.subtitle {
  font-size: 18px;
  line-height: 32px;
  min-height: 32px;
  padding-bottom: 13px;
}

#interior h2.pagetitle {
  font-size: 1.25rem;
  line-height: 1.375rem;
  min-height: 26px;
  padding: 18px 0 15px;
  text-transform: uppercase;
}

/** let new brading style take place
  #interior h2.pagetitle a {
    color: #00a4e4;
    text-decoration: none;
  }
  
  #interior h2.pagetitle a:hover {
    text-decoration: underline;
  }
  **/
#interior h3 {
  font-size: 22px;
  line-height: 26px;
  padding: 15px 0;
}

#interior.landing h3 {
  font-size: 1.125rem;
  line-height: 1.375rem;
  padding: 20px 0 10px;
}

#interior h4 {
  border-bottom: 1px solid #d9d9d9;
  font-size: 1rem;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

#interior #banner {
  border: 1px solid #ccc;
  height: 270px;
  margin-bottom: 6px;
  position: relative;
  width: 878px;
}

#interior #banner a {
  color: #fff;
}

#interior #banner .desc {
  bottom: 0;
  height: 80px;
  left: 0;
  line-height: 19px;
  overflow: hidden;
  position: absolute;
  width: 100%;
}

#interior #banner .mask {
  background-color: rgb(43, 73, 108);
  background-color: rgba(0, 30, 65, 0.7);
  color: #fff;
  cursor: default;
  font-size: 14px;
  height: 80px;
  left: 0;
  opacity: 1;
  overflow: hidden;
  padding: 0 4%;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(43px);
  -moz-transform: translateY(43px);
  -o-transform: translateY(43px);
  -ms-transform: translateY(43px);
  transform: translateY(43px);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  width: 92%;
}

#interior #banner .mask a {
  font-size: 12px;
}

.lt-ie9 #interior #banner .mask {
  top: 233px;
}

#interior #banner .desc:hover .mask {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.lt-ie9 #interior #banner .desc:hover .mask {
  top: 190px;
}

#interior #banner .desc h3 {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  padding: 12px 0 8px;
}

#interior #banner>a~a {
  display: none;
}

#interior #banner .desc~.desc {
  opacity: 0;
  z-index: -1;
}

#interior .content {
  min-height: 200px;
  margin: 0 auto;
  max-width: 1200px;
}

#interior .content.free-subscription {
  width: 100%;
}

#interior #contacts {
  background: transparent;
  min-height: 0;
}

#interior.landing .content {
  padding-right: 20px;
  width: 590px;
}

/** Let new branding take this
  #interior .content a {
    color: #00a4e4;
    text-decoration: none;
  }
  
  #interior .content a:hover {
    text-decoration: underline;
  }
  **/
#interior .content .global-btn {
  color: #fff;
  height: auto;
  line-height: 1.3;
  min-height: 40px;
  padding: 10px 15px;
}

#interior .content .global-btn:hover {
  text-decoration: none;
}

#interior .description ol li {
  background: none;
}

.description ol {
  padding: 0 15px 0 30px;
}

#interior aside {
  float: left;
  min-height: 300px;
  width: 360px;
}

#interior.landing aside {
  min-height: 200px;
  padding-right: 22px;
  text-transform: uppercase;
  width: 248px;
}

#interior .content ul {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}

#interior .content li,
#interior .description ol ul li {
  background: url(../images/bg_bullet.png) no-repeat 0 11px;
  line-height: 22px;
  padding: 3px 0 3px 16px;
}

#interior .content ul+h3 {
  padding-top: 5px;
}

.mobile-industry {
  display: none;
}

.newstabletop {
  width: 100%;
}

.newstabletop a,
.newsevents a {
  color: #005776;
  text-decoration: underline;
}

.newstabletop a:hover,
.newsevents a:hover {
  color: #fa4616;
  text-decoration: underline;
}

.newsevents table {
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-top: 1px solid #999;
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin: 15px 0;
}

.newsevents tr {
  border-bottom: 1px solid #999;
}

.newsevents tr.headerrow {
  background-color: #005776 !important;
}

.newsevents tr.headerrow th {
  color: #fff !important;
}

.newsevents th {
  color: #333;
  cursor: default;
  display: table-cell;
  font-size: 15px;
  font-weight: normal;
  height: auto;
  padding: 15px 10px;
  text-align: left;
}

.newsevents tr td {
  cursor: default;
  display: table-cell;
  height: auto;
  padding: 15px 10px;
}

.newsevents tr td~td {
  cursor: pointer;
  padding: 0;
}

.newsevents th~th,
.newsevents tr td~td {
  border-left: 1px solid #999;
}

.newsevents tr.row1 {
  background-color: #f1f1f1;
}

.newsevents tr.row2 {
  background-color: #fff;
}

.newsevents a {
  display: block;
  height: auto;
  line-height: 20px;
  padding: 15px 10px;
}

.newsevents th a {
  color: #333;
}

.newsevents table table {
  border: medium none;
  float: right;
  width: 20%;
  margin: 0px;
}

.newsevents table table td {
  border: medium none;
  width: 20px;
  padding: 0px;
}

.newsevents table table tr {
  border: medium none;
}

.newsevents table table tr td~td {
  padding: 0px;
}

.newsevents table table a {
  width: 10px;
  padding: 0px;
}

.newsevents.events a {
  padding: 0;
  width: auto;
  word-wrap: break-word;
}

.newsevents.events tr td~td {
  padding: 0 10px;
}

.featured_news_item a {
  color: #005776;
  text-decoration: underline;
}

.featured_news_item a:hover {
  color: #fa4616;
  text-decoration: underline;
}

a.past-webinars,
#content.events a {
  color: #005776;
  text-decoration: underline;
}

a.past-webinars:hover,
#content.events a:hover {
  color: #fa4616;
  text-decoration: underline;
}

/** keep **/
a.past-webinars {
  display: block;
}

#interior article {
  min-height: 126px;
  padding-top: 28px;
  width: 480px;
}

#interior article h3 {
  font-size: 14px;
  padding: 0;
}

#interior article .imagery,
ul#squares li div {
  border: 1px solid;
  border-color: #ccc;
  height: 75px;
  overflow: hidden;
  -webkit-transition: border-color 0.3s linear;
  -moz-transition: border-color 0.3s linear;
  -o-transition: border-color 0.3s linear;
  -ms-transition: border-color 0.3s linear;
  transition: border-color 0.3s linear;
  width: 100px;
}

#squares a {
  color: #00a4e4;
}

#interior article .imagery {
  float: left;
  margin-right: 8px;
}

#interior article .desc {
  float: left;
  font-size: 11px;
  min-height: 92px;
  width: 280px;
}

a.view_all {
  margin-top: 14px;
}

.exemang {
  width: 100%;
}

.exemang img {
  max-width: 100%;
}

.event-detail {
  width: 940px;
}

.event-detail .detail-content {
  float: left;
  width: 635px;
}

.event-detail .detail-imagery {
  float: left;
  font-size: 0.875rem;
  padding-left: 30px;
  width: 280px;
}

.event-detail .detail-imagery img {
  max-width: 100%;
}

/* ==========================================================================
     Landing Page: Carousel
     ========================================================================== */
#interior.landing aside h3,
#services h3 {
  border-bottom: 1px solid #d9d9d9;
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 10px;
  min-height: 20px;
  padding: 0;
  width: 100%;
}

#interior.landing aside h3 {
  padding-bottom: 5px;
}

#interior.landing aside a {
  color: #00a4e4;
  display: block;
  padding: 7px 0;
  text-decoration: none;
}

#interior.landing aside a:hover {
  text-decoration: underline;
}

#services {
  background: #f7f7f7;
  -webkit-box-shadow: 0px 2px 5px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 2px 5px 5px rgba(0, 0, 0, 0.35);
  min-height: 255px;
  padding: 20px 0 25px;
}

#services section {
  margin: 0 auto;
  width: 828px;
}

#services h3 {
  margin-bottom: 14px;
  padding: 10px 0 14px;
  text-transform: uppercase;
}

#services h4 {
  font-weight: 700;
}

#services h4~h4 {
  padding-top: 12px;
}

#services a {
  color: #00a4e4;
  display: inline-block;
  text-decoration: none;
}

#services a:hover {
  text-decoration: underline;
}

#services .clients {
  color: #4c4c4c;
  float: left;
  font-size: 0.875rem;
  min-height: 255px;
  width: 558px;
}

#services .clients h3 {
  width: 95%;
}

#services .dividers {
  float: left;
  font-size: 0.875rem;
  height: auto;
  padding: 0 15px 0 0;
  width: 186px;
}

#services .dividers br {
  display: block !important;
  margin-bottom: 8px !important;
}

#services .thinking {
  border-left: 1px solid #ccc;
  color: #4c4c4c;
  float: left;
  font-size: 0.875rem;
  min-height: 255px;
  padding-left: 25px;
  width: 244px;
}

#services .thinking h4 {
  font-size: 14px;
}

#techs {
  color: #fff;
  font-size: 12px;
  height: 128px;
  /*margin: 0 auto;*/
  position: relative;
  text-transform: uppercase;
  width: 880px;
}

#techs.static {
  overflow: hidden;
  margin: 0 auto;
}

.no-js #techs {
  display: none;
}

#techs .caroufredsel_wrapper {
  height: 97px !important;
}

#techs ul {
  display: block;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

#techs li {
  border: 1px solid #cdcdcd;
  cursor: pointer;
  display: block;
  float: left;
  height: 97px;
  margin: 0 14px;
  position: relative;
  width: 189px;
}

#techs li span {
  background: #4c4c4c;
  display: inline-block;
  height: 17px;
  left: 0;
  min-width: 65px;
  padding: 3px 15px 0;
  position: absolute;
  top: 0;
}

#techs a#prev1,
#techs a#next1 {
  background: url(../images/bg_arrow.png) no-repeat 0 0;
  bottom: 54px;
  display: none;
  height: 50px;
  left: -40px;
  position: absolute;
  width: 35px;
}

#techs a#next1 {
  background-position: -35px 0;
  left: auto;
  right: -40px;
}

#techs a#prev1:hover {
  background-position: 0 -50px;
}

#techs a#next1:hover {
  background-position: -35px -50px;
}

#techs .pagination {
  height: 21px;
  margin-top: 8px;
  text-align: center;
}

#techs .pagination a {
  background: url(../images/bg_checkbox.png) no-repeat 0 0;
  display: inline-block;
  height: 21px;
  margin: 0 1px;
  width: 21px;
}

#techs .pagination a.selected {
  background-position: 0 -42px;
}

#techs .pagination a span {
  font-size: 0px;
}

/* ==========================================================================
     Template: Case Study;
     ========================================================================== */
.vid {
  background: #00a4e4;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  height: 335px;
  line-height: 20px;
  margin: 20px 0 0 0;
  width: 480px;
}

.vid .thumb,
.vid .thumb a {
  height: 265px;
  position: relative;
  width: 480px;
}

.vid .thumb a {
  /*background: url(../images/bg_play.png) no-repeat 412px 216px;*/
  display: block;
  left: 0;
  position: absolute;
  text-indent: -999em;
  top: 0;
}

.vid .more {
  height: 40px;
  padding: 15px 20px;
  width: 440px;
}

.vid .more a {
  color: #fff;
}

.gallery {
  font-size: 16px;
  min-height: 264px;
  text-align: center;
  padding: 18px 0;
  width: 360px;
}

#interior .related {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(top,
      rgba(255, 255, 255, 1) 0%,
      rgba(242, 242, 242, 1) 80%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, rgba(255, 255, 255, 1)),
      color-stop(80%, rgba(242, 242, 242, 1)));
  background: -webkit-linear-gradient(top,
      rgba(255, 255, 255, 1) 0%,
      rgba(242, 242, 242, 1) 80%);
  background: -o-linear-gradient(top,
      rgba(255, 255, 255, 1) 0%,
      rgba(242, 242, 242, 1) 80%);
  background: -ms-linear-gradient(top,
      rgba(255, 255, 255, 1) 0%,
      rgba(242, 242, 242, 1) 80%);
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 1) 0%,
      rgba(242, 242, 242, 1) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
  border: 1px solid #cdcdcd;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  min-height: 100px;
  padding: 10px 25px;
  width: 308px;
}

#interior .related h3 {
  color: #000;
  font-size: 18px;
  padding: 0 0 10px 0;
  text-align: center;
  text-transform: none;
}

#interior .related a {
  background: url(../images/bg_icon_pdf.png) no-repeat 0 2px;
  color: #666;
  display: block;
  height: 24px;
  padding: 5px 0 0 30px;
}

ul#squares {
  margin: 0;
  padding: 0;
}

ul#squares li {
  display: block;
  float: left;
  list-style: none;
  margin-left: 27px;
  width: 102px;
}

.lt-ie9 ul#squares li {
  margin: 0 14px;
}

ul#squares li:nth-child(3n + 1) {
  margin-left: 0;
}

ul#squares li div {
  margin-bottom: 5px;
}

ul#squares li div:hover {
  border-color: #333;
}

#interior .gallery ul#squares {
  padding-top: 15px;
}

#interior .gallery ul#squares li div {
  margin-bottom: 8px;
}

#interior .gallery ul#squares li div a {
  display: block;
}

#interior ul#squares li div+a {
  display: inline-block;
}

/* ==========================================================================
     Template: What We Do;
     ========================================================================== */
aside .vid {
  background: none;
  height: 200px;
  margin: 0;
  width: 360px;
}

aside .vid .thumb,
aside .vid .thumb a {
  height: 200px;
  width: 360px;
}

aside .vid .thumb a {
  background-position: 295px 155px;
}

aside .vid .thumb.img a {
  background: url(../images/bg_expand.png) no-repeat 310px 153px;
}

.addedlinks {
  margin-top: 20px;
  padding-bottom: 18px;
  text-transform: uppercase;
  width: 360px;
}

.addedlinks a {
  color: #00a4e4;
  display: block;
  min-height: 20px;
  text-decoration: none;
}

.addedlinks a:hover {
  text-decoration: underline;
}

.addedlinks td {
  width: 120px;
}

.addedlinks table a {
  height: 100%;
  min-height: 0;
}

/* ==========================================================================
     Template: Industry Styles;
     ========================================================================== */
.industry-left,
.industry-right {
  float: left;
  margin: 32px 40px 0 0;
  min-height: 300px;
  width: 570px;
}

.industry-right {
  margin: 32px 0 0;
  width: 270px;
}

/* ==========================================================================
     Template: Concept to Reality 2013;
     ========================================================================== */
#interior h2.concept {
  border-bottom: 1px solid #e0e0e0;
  color: #00a4e4;
  height: 34px;
  font-size: 18px;
  text-transform: uppercase;
  width: 100%;
}

#interior h2.concept span {
  display: block;
  margin: 0 auto;
  width: 880px;
}

#interior h2.concept a {
  color: #00a4e4;
  text-decoration: none;
}

div[class*="c2r"] {
  width: 880px;
}

div.c2r_issue {
  border-bottom: 1px solid #e0e0e0;
  min-height: 316px;
  width: 100%;
}

#interior div.c2r_issue section {
  min-height: 316px;
  position: relative;
}

div.c2r_issue .intro {
  line-height: 1.4;
  min-height: 300px;
  padding: 0 15px 16px 75px;
  width: 500px;
}

#interior div.c2r_issue .intro h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  padding: 10px 0 15px;
  width: 100%;
}

#interior div.c2r_issue .intro h3 {
  color: #00a4e4;
  font-size: 16px;
  line-height: 1.4;
  padding: 0 0 10px;
  width: 100%;
}

#interior div.c2r_issue .intro h3 a {
  color: #00a4e4;
  text-decoration: none;
}

#interior div.c2r_issue .intro h3 a:hover {
  text-decoration: underline;
}

div.c2r_issue figure {
  min-height: 316px;
  position: absolute;
  right: 0;
  top: 0;
  width: 253px;
}

div.c2r_issue figure img {
  max-width: 100%;
}

div.c2r_imagery {
  border-top: 1px solid #e0e0e0;
  height: 152px;
  padding-top: 38px;
  width: 100%;
}

div.c2r_imagery div {
  background: #000;
  float: left;
  height: 152px;
  width: 280px;
}

div.c2r_imagery div~div {
  margin-left: 20px;
}

.c2r_contents {
  background: url(../images/bg_c2r_contents.png) no-repeat 0 20px;
  height: 60px;
  margin: 0 auto;
  padding-top: 6px;
  text-align: right;
}

.c2r_splash {
  color: #999;
  height: 324px;
  width: 880px;
}

.c2r_splash div {
  display: table;
  float: left;
  font-size: 12px;
  height: 324px;
  line-height: 16px;
  padding: 0 62px 0 50px;
  position: relative;
  width: 182px;
}

.c2r_splash span {
  display: table-cell;
  vertical-align: middle;
}

.c2r_splash a#next {
  background: url(../images/bg_c2r_next.png) no-repeat 0 0;
  color: #fff;
  display: block;
  height: 46px;
  position: absolute;
  right: 10px;
  top: 144px;
  width: 46px;
}

.c2r_splash figure {
  height: 324px;
  float: left;
  width: 586px;
}

.c2r_description {
  border-bottom: 9px solid #000;
  margin-top: 20px;
  padding-bottom: 24px;
}

.c2r_description.home {
  border: none;
}

.c2r_description header {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  color: #020202;
  float: left;
  height: auto;
  padding: 15px 25px 0 0;
  position: static;
  width: 235px;
}

#interior .c2r_description header h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  padding-bottom: 36px;
}

.c2r_description header em,
.c2r_description header i {
  color: #ed1941;
  font-size: 21px;
  line-height: 26px;
}

.c2r_nav {
  height: 25px;
  padding: 32px 0 13px;
  position: relative;
}

.c2r_nav .cycle {
  height: 25px;
  margin: 0 auto;
  text-align: center;
  width: auto;
}

#interior .c2r_description article {
  border-left: 1px solid #e0e0e0;
  float: left;
  min-height: 380px;
  padding: 20px 0 0 32px;
  width: 587px;
}

#interior .c2r_description h2,
#interior .c2r_description h3 {
  color: #4c4c4c;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: bold;
  height: auto;
  line-height: 20px;
  padding-bottom: 12px;
}

div[class*="c2r"] div[role="main"] {
  border-right: 1px solid #e0e0e0;
  float: left;
  min-height: 300px;
  padding: 0 28px 0 0;
  width: 584px;
}

div[class*="c2r"] div[role="main"] a {
  color: #00a4e4;
  text-decoration: none;
}

div[class*="c2r"] div[role="main"] a:hover {
  text-decoration: underline;
}

div[class*="c2r"] #details {
  min-height: 196px;
  padding-top: 28px;
  width: 584px;
}

div[class*="c2r"] #details figure {
  float: left;
  height: 196px;
  position: relative;
  width: 294px;
}

div[class*="c2r"] #summary {
  color: #999;
  float: left;
  font-size: 12px;
  font-style: normal;
  line-height: 14px;
  min-height: 196px;
  width: 290px;
}

div[class*="c2r"] #summary span {
  color: #ed1944;
  display: block;
  font-size: 15px;
  font-style: italic;
  height: auto;
  line-height: 20px;
  padding: 0 0 18px 15px;
  width: auto;
}

div[class*="c2r"] #summary div {
  background: url(../images/bg_c2r_prev.png) no-repeat 5px center;
  height: auto;
  padding: 0 0 0 56px;
  width: 234px;
}

#interior div[class*="c2r"] aside[role="complementary"] {
  height: auto;
  width: 267px;
}

#interior aside[role="complementary"] h3 {
  border-bottom: 1px solid #ccc;
  color: #666;
  font-size: 15px;
  font-weight: normal;
  margin: 0 0 10px 20px;
  padding: 0 0 12px;
  text-transform: uppercase;
  width: 257px;
}

aside[role="complementary"] a.misc {
  color: #00a4e4;
  display: block;
  font-size: 12px;
  margin-left: 20px;
  padding: 5px 0;
  text-decoration: none;
  text-transform: uppercase;
  width: 257px;
}

aside[role="complementary"] a.misc:hover {
  text-decoration: underline;
}

aside[role="complementary"] .caption {
  color: #999;
  font-size: 12px;
  height: auto;
  line-height: 14px;
  padding: 0 0 20px 47px;
  width: 210px;
}

aside[role="complementary"] .sm_image {
  border: 1px solid #0d0d0e;
  height: 90px;
  margin: 0 0 8px 47px;
  position: relative;
  -webkit-transition: border-color 0.2s linear;
  -moz-transition: border-color 0.2s linear;
  -o-transition: border-color 0.2s linear;
  -ms-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  width: 135px;
  /* note: max-width: 210px; */
}

aside[role="complementary"] .sm_image:hover {
  border: 1px solid #00b6f0;
}

aside[role="complementary"] .sm_image img {
  max-width: 100%;
}

div[class*="c2r"] .expand {
  background: url(../images/bg_magnify.png) no-repeat 4px 4px;
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}

div[class*="c2r"] .expand a {
  display: block;
  height: 100%;
  width: 100%;
}

.no-js div[class*="c2r"] .expand {
  display: none;
}

div[class*="c2r"] figure .expand {
  background-position: 8px 8px;
}

div[class*="c2r"] a.btn {
  border: 1px solid #d1d1d1;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: normal;
  height: 20px;
  padding: 1px 10px 0;
  text-align: center;
  text-transform: uppercase;
  min-width: 66px;
}

div[class*="c2r"] a.btn,
div[class*="c2r"] a.btn:hover {
  background: rgb(242, 242, 242);
  /* Old browsers */
  background: -moz-linear-gradient(top,
      rgba(242, 242, 242, 1) 0%,
      rgba(235, 235, 235, 1) 5%,
      rgba(222, 222, 222, 1) 50%,
      rgba(213, 213, 213, 1) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, rgba(242, 242, 242, 1)),
      color-stop(5%, rgba(235, 235, 235, 1)),
      color-stop(50%, rgba(222, 222, 222, 1)),
      color-stop(100%, rgba(213, 213, 213, 1)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,
      rgba(242, 242, 242, 1) 0%,
      rgba(235, 235, 235, 1) 5%,
      rgba(222, 222, 222, 1) 50%,
      rgba(213, 213, 213, 1) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,
      rgba(242, 242, 242, 1) 0%,
      rgba(235, 235, 235, 1) 5%,
      rgba(222, 222, 222, 1) 50%,
      rgba(213, 213, 213, 1) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top,
      rgba(242, 242, 242, 1) 0%,
      rgba(235, 235, 235, 1) 5%,
      rgba(222, 222, 222, 1) 50%,
      rgba(213, 213, 213, 1) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom,
      rgba(242, 242, 242, 1) 0%,
      rgba(235, 235, 235, 1) 5%,
      rgba(222, 222, 222, 1) 50%,
      rgba(213, 213, 213, 1) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#d5d5d5', GradientType=0);
  /* IE6-9 */
  color: #00a4e4;
}

div[class*="c2r"] a.btn.inactive {
  color: #999;
}

div[class*="c2r"] a.btn.download {
  position: absolute;
  right: 0;
  text-align: center;
  top: 32px;
}

/* ==========================================================================
     Template: Concept to Reality Magazine Scroll;
     ========================================================================== */
#scrollID {
  background: url(http://resources.altair.com/corp/images/scrollable/h300.png) repeat-x;
  border: 1px solid #ccc;
  height: 170px;
  margin-left: 40px;
  position: relative;
  padding: 0 5px;
  width: 472px;
}

.no-js #scrollID {
  display: none;
}

#scrollID ul {
  display: block;
  height: 170px;
  list-style: none;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  width: 500px;
}

#scrollID li {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  float: left;
  height: 125px;
  margin: 20px 7px 19px;
  padding: 2px;
  width: 98px;
}

#scrollID li a,
#scrollID li img {
  display: block;
  height: 125px;
  overflow: hidden;
  width: 98px;
}

#scrollID a#prev1,
#scrollID a#next1 {
  background: url(http://resources.altair.com/corp/images/scrollable/hori_large.png) no-repeat;
  bottom: 70px;
  display: none;
  height: 30px;
  left: -42px;
  position: absolute;
  width: 30px;
}

#scrollID a.prev,
#scrollID a.next {
  display: block;
}

#scrollID a#next1 {
  background-position: 0 -30px;
  left: auto;
  right: -42px;
}

#scrollID a#prev1:hover {
  background-position: -30px 0;
}

#scrollID a#next1:hover {
  background-position: -30px -30px;
}

#scrollID a#prev1.disabled,
#scrollID a#next1.disabled,
#scrollID a#prev1.disabled:hover,
#scrollID a#next1.disabled:hover {
  background-position: 0 -100px;
  cursor: default;
}

/* ==========================================================================
     Template: Resource Library;
     ========================================================================== */
#interior .resource-library {
  margin: 0 auto;
  width: 1050px;
}

#filter,
#resources {
  float: left;
  min-height: 250px;
}

#filter {
  font-size: 13px;
  padding-right: 10px;
  width: 240px;
  height: 100%;
}

#filter .category {
  color: #000;
  display: block;
  font-size: 18px;
  padding: 10px 0;
}

#filter .radio label {
  cursor: pointer;
  display: block;
  float: left;
  min-height: 20px;
  padding: 4px 0;
  width: 120px;
}

#filter input[type="submit"] {
  background: #00a4e4;
  border: 1px solid #00a4e4;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  color: #fff;
  height: 32px;
  font-size: 16px;
  text-transform: uppercase;
  width: 130px;
}

#filter input[type="submit"]:hover {
  background: #fff;
  border: 1px solid #ccc;
  color: #00a4e4;
}

.no-js #filter input[type="checkbox"] {
  clear: left;
  cursor: pointer;
  display: block;
  float: left;
  height: 21px;
  padding: 0 5px 0 0;
  width: 21px;
}

#filter .category~.category {
  padding: 30px 0 10px;
}

#resources {
  width: 790px;
}

#resources .item {
  display: table;
  float: left;
  height: 178px;
  padding: 10px 0;
  width: 238px;
  overflow: scroll;
  position: relative;
}

#secondImg {
  margin-right: 10px;
}

#resources .item.resource {
  position: relative;
}

#resources .view-all {
  display: none;
}

#resources .top12::after {
  content: "";
  display: block;
  clear: both;
}

#resources .top12 .item.resource:nth-of-type(n + 13) {
  display: none;
}

#resources .top12 .view-all {
  display: block;
  margin: 10px 0 0 10px;
  width: 759px;
  text-align: center;
  border: 1px solid #00a9e0;
  padding: 10px 0;
  text-decoration: none;
  color: #00a9e0;
  float: left;
}

.item img #WebGraphicImg {
  border: 2px solid;
  border-color: #ccc;
  display: block;
  height: 150px;
  margin-right: 13px;
  -webkit-transition: border-color 0.3s linear;
  -moz-transition: border-color 0.3s linear;
  -o-transition: border-color 0.3s linear;
  -ms-transition: border-color 0.3s linear;
  transition: border-color 0.3s linear;
  width: 200px;
}

.item img:hover {
  border-color: #000;
}

.resource_image {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
}

.res_keyword {
  width: 150px;
  height: 25px;
  border: 1px solid gray;
  padding: 0 5px;
}

.res_search_box {
  border: 1px solid gray;
  display: inline-block;
  background-color: #fff;
}

.res_keyword,
.res_keyword:focus {
  border: none;
  outline: 0;
}

.res_search_box a {
  padding-right: 5px;
}

.resource_count {
  float: left;
  margin-top: 20px;
}

.item .overlay {
  background: url(../images/res_overlay.png) no-repeat 0 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  height: 150px;
  left: 0;
  position: absolute;
  top: 0;
  width: 200px;
  z-index: 10;
  margin-top: 10px;
}

.item .overlay:hover {
  background-color: rgba(0, 0, 0, 0.4);
  background-position: 0px;
}

.item .overlay a {
  height: 150px;
  width: 200px;
}

.item .category {
  color: #333;
  height: auto;
  position: absolute;
  right: 10px;
  text-align: right;
  text-transform: uppercase;
  top: 10px;
}

.item .detail {
  display: table-cell;
  font-size: 11px;
  height: auto;
  padding-right: 10px;
  vertical-align: middle;
  width: 125px;
}

.item .detail.resource {
  vertical-align: top;
}

#interior .detail h3 {
  color: #000;
  font-size: 18px;
  line-height: 20px;
  padding: 0 0 4px 0;
}

/* ==========================================================================
     Template: Company Structure;
     ========================================================================== */
#structure {
  background: url(../images/bg_structure.png) no-repeat;
  height: 550px;
  margin: 0 auto;
  position: relative;
  width: 800px;
}

#structure .overview {
  color: #808285;
  display: table;
  font-size: 15px;
  height: 100%;
  left: 205px;
  position: absolute;
  width: 235px;
}

#structure .overview div {
  display: table-cell;
  vertical-align: middle;
}

#structure .overview~.overview {
  display: none;
}

#interior .branch {
  color: #808285;
  cursor: default;
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  width: 195px;
}

#interior .branch.alt_hyperworks {
  right: 75px;
  top: 15px;
}

#interior .branch.alt_solid {
  right: 20px;
  top: 110px;
}

#interior .branch.alt_pbs {
  right: -38px;
  top: 200px;
}

#interior .branch.alt_pdd {
  right: -38px;
  top: 295px;
}

#interior .branch.alt_thinklabs {
  right: 20px;
  top: 388px;
}

#interior .branch.alt_toggled {
  right: 80px;
  top: 478px;
}

#interior .branch h3 {
  color: #005596;
  font-size: 23px;
  padding: 0 0 5px;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
}

#interior .branch:hover h3 {
  color: #000;
}

/* ==========================================================================
     Template: Company Outreach;
     ========================================================================== */
#interior .outreach,
#interior .executives {
  min-height: 200px;
  padding: 35px 0 70px;
  text-align: center;
  width: 100%;
}

#interior .executives {
  padding: 15px 0 70px;
}

#interior .outreach div,
#interior .executives div,
.scapa {
  background: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.32);
  cursor: pointer;
  display: inline-block;
  height: 95px;
  margin: 0 4px 8px;
  overflow: hidden;
  text-align: left;
  vertical-align: top;
  width: 135px;
}

#interior .executives div,
.scapa {
  background: #f7f7f7;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: text;
  font-size: 0.875rem;
  height: 180px;
}

.scapa {
  display: block;
  height: 200px;
  margin: 0 auto;
  padding-top: 20px;
  width: 135px;
}

.outreach a,
.executives a {
  display: block;
}

.outreach img {
  max-width: 100%;
}

.executives img,
.scapa img {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.32);
  margin-bottom: 10px;
  max-width: 100%;
}

.cloud-boxes {
  padding: 30px 0;
}

.cloud-boxes a {
  float: left;
  margin: 0 10px 30px;
}

div[id*="char"] {
  display: none;
  min-height: 780px;
  width: 840px;
}

div[id*="char"] h2,
div[id*="char"] h3 {
  color: #000;
  font-size: 40px;
  height: 70px;
}

div[id*="char"] h3 {
  font-size: 24px;
  height: 30px;
}

/* ==========================================================================
     Template: Partner;
     ========================================================================== */
body.company #interior .partner {
  min-height: 200px;
  padding: 35px 0 70px;
  width: 100%;
}

body.company #interior .partner div {
  background: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.32);
  cursor: pointer;
  float: left;
  font-size: 0.875rem;
  height: 200px;
  line-height: 1.125rem;
  margin: 0 10px 10px 0;
  overflow: hidden;
  width: 200px;
  padding: 10px;
}

body.company div[id*="char"] {
  display: none;
  min-height: 780px;
  width: 840px;
}

body.company div[id*="char"] h2,
body.company div[id*="char"] h3 {
  color: #000;
  font-size: 40px;
  height: 70px;
}

body.company div[id*="char"] h3 {
  font-size: 24px;
  height: 30px;
}

/* ==========================================================================
     Template: Text All Locations
     ========================================================================== */
.locations-txt {
  display: none;
}

.locations-txt select {
  border: 1px solid #808080;
  width: 60%;
}

.locale a,
.iframe-map a {
  color: #00a4e4;
  text-decoration: none;
}

.locale a:hover,
.iframe-map a:hover {
  text-decoration: underline;
}

.locale div {
  padding-bottom: 20px;
}

.locale .fa-map-marker {
  padding: 0 4px 0 3px;
}

/* ==========================================================================
     Updated Markup: 2017 Redesign;
     ========================================================================== */
.in-the-news {
  display: table;
  font-size: 0.875rem;
  padding-bottom: 30px;
}

.in-the-img {
  display: table-cell;
  width: 160px;
}

.in-the-txt {
  display: table-cell;
  padding: 0 0 0 10px;
  vertical-align: top;
}

#interior .pubs h4 {
  border-bottom: none;
  font-size: 0.875rem;
  margin-bottom: 8px;
  padding-bottom: 0;
  text-transform: none;
}

#interior a.pub-link {
  background: #6296f9;
  border-radius: 12px;
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  min-height: 26px;
  padding: 4px 12px;
  text-decoration: none;
  text-transform: uppercase;
}

#interior a.pub-link:hover {
  text-decoration: none;
}

.publish-topics {
  display: table;
  padding-bottom: 25px;
}

.publish-topics div {
  display: table-cell;
  padding: 0 15px;
  width: 50%;
}

.our-publications {
  display: table;
  font-size: 0.875rem;
  line-height: 1.4;
  padding-bottom: 24px;
}

.pubs {
  display: table-cell;
  padding: 0 10px;
}

.pubs span {
  display: block;
  padding: 10px 0;
}

.text_col {
  float: left;
  margin-right: 40px;
  width: 500px;
}

.text_col p {
  padding: 0 0 20px;
}

.promo-main {
  display: table;
  padding-bottom: 24px;
}

.promo-secondary {
  border-top: 1px solid #ccc;
  padding: 5px 0 24px;
  text-align: center;
}

.promo-secondary span {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.3;
  margin: 0 10px;
  vertical-align: top;
  width: 30%;
}

.promo-footer {
  border-top: 1px solid #ccc;
  padding: 5px 0 24px;
}

.promo-main div,
.promo-footer div {
  display: table-cell;
  padding-right: 5%;
  width: 70%;
}

.promo-footer div {
  display: inline-block;
}

.promo-main .added-links,
.promo-footer div~div {
  padding-right: 0;
  vertical-align: top;
  width: 24%;
}

.promo-secondary h3,
.promo-footer h3 {
  text-align: center;
  text-transform: uppercase;
}

/* ==========================================================================
     Form styles
     ========================================================================== */
.checkbox,
.radio {
  cursor: pointer;
  width: 21px;
  height: 21px;
  padding: 0 5px 0 0;
  background: url(../images/bg_checkbox.png) no-repeat;
  display: block;
  clear: left;
  float: left;
}

#MainContent_ReceiveNewsletterCB {
  height: auto;
  width: auto;
}

label[for="MainContent_ReceiveNewsletterCB"] {
  padding-left: 5px;
}

.formContent td {
  height: 40px;
}

.formContent table.dual-checkbox {
  width: 100%;
}

.formContent table.dual-checkbox td {
  width: 50%;
}

.formContent input,
.formContent select {
  height: 30px;
  padding: 0 6px;
  width: 100%;
}

.formContent select {
  padding: 0 2px;
}

.formContent input:focus,
.formContent select:focus,
.formContent textarea:focus {
  background: #f4f4f4;
  border: 1px solid #000;
}

.formContent input,
.formContent select,
.formContent textarea {
  border: 1px solid #808080;
  -webkit-transition: border 0.25s, background 0.2s;
  -moz-transition: border 0.25s, background 0.2s;
  -o-transition: border 0.25s, background 0.2s;
  -ms-transition: border 0.25s, background 0.2s;
  transition: border 0.25s, background 0.2s;
}

.formContent textarea {
  padding: 0 6px;
  width: 400px;
}

.formContent input[type="checkbox"],
.formContent input[type="radio"] {
  display: inline-block;
  height: auto;
  width: 20px;
}

input#MainContent_CareerContent_ResumeFU,
input#MainContent_AbstractFU {
  border: none;
}

.formContent input.form-half-left,
.formContent select.form-half-left {
  width: 74%;
}

.formContent input.form-half-right {
  width: 16%;
}

#MainContent_CorporateContent_InterestCBL {
  width: 100%;
}

.partner-request td {
  width: 50%;
}

.form-other {
  display: inline-block;
  width: 8%;
}

#mc-embedded-subscribe {
  margin-top: 15px;
}

/* global buttons */
input.button {
  background: #00a9e0;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.868rem;
  height: 46px;
  margin: 0;
  padding: 0 15px;
  width: auto;
}

#scrollID .caroufredsel_wrapper {
  height: 164px !important;
}

/* ==========================================================================
     Template: About Page 2017
     ========================================================================== */
#interior.about {
  background: #fff;
  color: #000;
  padding: 62px 0 0;
}

#interior.about a {
  color: #00a9e0;
}

#interior div[class$="segment"] h2,
#interior .about-executives h2,
#interior .about-executives h3,
#interior .about-history h2,
#interior .about-history h3,
#interior .about-people h2 {
  font-size: 1.467rem;
  font-weight: 600;
  padding: 0 0 5px;
  text-transform: uppercase;
}

#interior .about-people h2 {
  font-weight: 600;
  padding-bottom: 30px;
}

#interior .about-executives h3 {
  font-size: 1.2rem;
  line-height: 1.2;
  padding-bottom: 40px;
  text-transform: none;
}

#interior .about-history h2 {
  padding-bottom: 30px;
}

#interior .software-category h3 {
  font-size: 1.875rem;
  font-weight: 400;
  padding: 0 0 30px;
}

#interior .interior-splash h1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

#interior.about .interior-splash h1 {
  font-size: 2.5rem;
  font-weight: 400;
}

#interior .interior-splash h3 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  padding: 15px 0 0;
}

.interior-splash {
  background: #000;
  height: 500px;
  position: relative;
}

.interior-splash sup {
  top: -0.7em;
  font-size: 55%;
}

.interior-splash .introduction {
  color: #fff;
  cursor: default;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1300px;
  z-index: 1;
}

.interior-splash h1,
.interior-splash h3 {
  display: block;
  width: 66%;
}

.interior-splash .global-btn {
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
}

.interior-splash figure,
.interior-splash img {
  left: 0;
  position: absolute;
  top: 0;
}

.interior-splash figure {
  height: 500px;
  margin: 0;
  overflow: hidden;
  opacity: 0.5;
  width: 100%;
  z-index: 0;
}

.interior-splash img {
  height: auto;
  min-height: 100%;
  min-width: 1920px;
  width: 100%;
}

.lpage .interior-splash img.mobile {
  min-height: 0;
  min-width: 0;
  margin: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
}

#interior div[class$="segment"] ::-moz-selection {
  background: #222;
  color: #fff;
  text-shadow: none;
}

#interior div[class$="segment"] ::selection {
  background: #222;
  color: #fff;
  text-shadow: none;
}

#interior div[class$="segment"] {
  align-items: center;
  background: #00a9e0;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-size: 1.25rem;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 1.3;
  min-height: 190px;
  padding: 40px 3%;
  text-align: center;
  width: 100%;
}

#interior div[class$="segment"]>div {
  margin: 0 auto;
  max-width: 1300px;
}

#interior div[class$="segment"] span {
  font-size: 1.875rem;
}

#interior div[class$="segment"] h1 span,
#interior div[class$="segment"] h2 span {
  font-size: inherit;
}

#interior div[class$="segment"] h3 span {
  font-size: 20px;
  font-weight: normal;
}

#interior div[class$="segment"] span.segment-name {
  font-size: 1.5rem;
}

.about-categories {
  background: #f1efee;
  color: #000;
  font-size: 1.25rem;
  line-height: 1.2;
  min-height: 300px;
  padding: 55px 0;
}

.about-people {
  align-items: center;
  background: #e7e5e4;
  font-size: 1.25rem;
  font-weight: 600;
  min-height: 410px;
  padding: 26px 0;
  text-align: center;
  text-transform: uppercase;
}

div[class$="-executives"] {
  background: #fff;
  color: #000;
  margin: 0 auto;
  padding: 30px 0;
  width: 1300px;
}

.about-history {
  background: #f1efee;
  color: #000;
  margin: 0 auto;
  padding: 30px 5%;
}

.about-history iframe {
  height: 600px;
  margin: 0 auto;
  width: 100%;
}

.about .feature {
  font-size: 1.25rem;
  line-height: 1.6;
  margin: 0 auto;
  min-height: 418px;
  width: 1440px;
}

.about .feature.spot-02 .holder {
  height: 418px;
}

.about .half-img {
  background: #222;
  background-position: center center;
  background-size: cover;
  height: 418px;
  position: relative;
}

#interior.about .half-img .wistia_embed {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  cursor: pointer;
  font-size: 1.875rem;
  height: 100%;
  left: 0;
  line-height: 1.2;
  position: absolute;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  top: 0;
  width: 100%;
}

#interior.about .half-img .wistia_embed span {
  display: inline-block;
  padding: 0 5%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

#interior.about .half-img .wistia_embed span img {
  height: 102px;
  margin-top: 12px;
  width: 102px;
}

#interior.about .half-img .wistia_click_to_play {
  width: 100% !important;
}

.about .summary {
  font-size: 1.875rem;
  text-align: center;
  padding: 0 20% 60px;
}

.our-videos {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
  width: 1300px;
}

.players,
.players .wistia_embed {
  height: 290px;
  width: 412px;
}

.players .wistia_embed {
  height: 232px;
  margin-bottom: 10px;
}

.staff {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.member {
  display: inline-block;
  font-size: 1rem;
  margin: 0 12px 50px;
  text-align: center;
  width: 18%;
}

.member.deactivated {
  pointer-events: none;
}

.member figure {
  position: relative;
}

.member img {
  border: 1px solid #838485;
  max-width: 100%;
}

.member img~img {
  left: 0;
  opacity: 0;
  display: none;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

.member img~img:hover {
  opacity: 0;
}

.member .exec {
  display: block;
  line-height: 1.3;
  padding: 15px 0 2px;
}

.member .job {
  display: block;
  font-size: 0.875rem;
  line-height: 1.3;
}

.hire .exec,
.hire .job,
.staffing.job .exec,
.staffing.job .job {
  cursor: text;
}

.profiles {
  font-size: 1rem;
  height: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  -ms-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

.profiles.current {
  height: 702px;
  margin-bottom: 27px;
}

.profiles figure {
  border: 1px solid #838485;
  float: left;
}

.profiles .exec,
.profiles .job {
  font-weight: 600;
}

.profiles .job {
  font-size: 0.875rem;
}

.profiles .fa {
  color: #7f7f7f;
  font-size: 1.875rem;
}

.detailed-profile {
  display: none;
}

.btn-back,
.btn-next,
.btn-close {
  cursor: pointer;
  display: none;
  position: absolute;
  z-index: 1;
}

.btn-back,
.btn-next {
  padding: 20px 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-back:hover .fa,
.btn-next:hover .fa {
  color: #333;
}

.btn-back {
  left: 42%;
}

.btn-next {
  right: 2%;
}

.btn-close {
  padding: 10px;
  right: 0;
  top: 0;
}

.bio {
  float: right;
  margin: 0 5%;
  padding-top: 50px;
  width: 50%;
}

.software-category {
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}

.software-category>div {
  line-height: 1.5;
  width: 650px;
}

/* ==========================================================================
     Template: Staffing Page 2017
     ========================================================================== */
#interior.staffing {
  background: #fff;
  color: #000;
  padding: 62px 0 0;
}

#interior.staffing div[class$="segment"] {
  margin: 20px 0;
  min-height: 100px;
  padding: 60px 15%;
}

#interior .staffing-executives h2,
#interior .staffing-engage h2 {
  font-size: 1.467rem;
  font-weight: 600;
  line-height: 1.3;
  padding: 0 0 30px;
  text-transform: uppercase;
}

#interior .staffing-engage h2 {
  padding: 0;
}

#interior .goals h2 {
  background: #00a9e0;
  color: #fff;
  display: table-cell;
  font-size: 1.467rem;
  font-weight: 600;
  height: 230px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  width: 460px;
}

#interior .benefits h2,
#interior .benefits h3 {
  font-size: 1.875rem;
  font-weight: 600;
  padding-bottom: 40px;
  text-transform: uppercase;
}

#interior .benefits h3 {
  font-size: 1.625rem;
  padding-bottom: 20px;
}

#interior .job-goals h2 {
  font-size: 1.625rem;
  font-weight: 600;
  text-transform: uppercase;
}

#interior .specialize h2 {
  font-size: 1.467rem;
  font-weight: 600;
  padding: 0;
  text-transform: uppercase;
}

#interior .staffing-video h2 {
  color: #fff;
  font-size: 1.467rem;
  font-weight: 600;
  left: 50%;
  line-height: 1.2;
  position: absolute;
  text-transform: uppercase;
  top: 60px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1300px;
  z-index: 1;
}

#interior .journal h2 {
  font-size: 1rem;
  padding: 0 0 5px;
  line-height: 1.4;
  min-height: 0;
  width: auto;
}

#interior .journal h3 {
  font-size: 1.25rem;
  line-height: 1.2;
  padding: 0;
}

#interior .staffing-awards h2 {
  font-size: 1.875rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.staffing-engage {
  font-size: 1.875rem;
  padding: 40px 5%;
  position: relative;
  text-align: center;
}

.job-goals {
  font-size: 1.375rem;
  margin: 0 auto;
  max-width: 1440px;
  padding: 100px 5% 0;
  text-align: center;
}

.job-samples {
  font-size: 1.375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1085px;
  padding: 0 3%;
  text-align: center;
}

.job-samples div {
  width: 280px;
}

.job .staffing-goals {
  background: #fff;
  line-height: 1.2;
}

.staffing-goals {
  background: #e7e5e4;
  padding-bottom: 80px;
}

.staffing-video {
  background: #000;
  height: 700px;
  position: relative;
}

.staffing-video .wistia_embed {
  background: url(/images/play-button.svg) no-repeat center center;
  background-size: 110px 110px;
  cursor: pointer;
  height: 700px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.staffing-video figure,
.staffing-video img {
  left: 0;
  position: absolute;
  top: 0;
}

.staffing-video figure {
  height: 700px;
  margin: 0;
  opacity: 0.5;
  overflow: hidden;
  width: 100%;
  z-index: 0;
}

.staffing-video img {
  height: auto;
  min-height: 100%;
  min-width: 1920px;
  width: 100%;
}

.staffing-benefits {
  background: #e7e5e4;
  line-height: 1.2;
  text-align: center;
}

.benefits {
  margin: 0 auto;
  max-width: 1100px;
  padding: 100px 0 20px;
}

.benefits span {
  font-size: 1.375rem;
}

.benefits figure {
  height: 500px;
  margin: 50px 0 70px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.benefits figure img {
  max-width: 100%;
}

.benefits-row {
  line-height: 1.4;
  padding-bottom: 50px;
  text-align: left;
}

.benefits-row div {
  float: left;
  width: 500px;
}

.benefits-row div~div {
  float: right;
}

.staffing-awards {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 70px 5% 60px;
}

.staffing-awards ul {
  display: block;
  list-style: none;
  margin: 0 auto;
  max-width: 800px;
  padding: 0;
}

.staffing-awards li {
  background: url("../images/g_bullet_black.png") no-repeat 0 11px;
  padding: 0 0 10px 16px;
}

.accolades {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
  padding: 60px 0;
  max-width: 900px;
}

.accolades div {
  width: 33.3333%;
}

.accolades img {
  max-width: 100%;
}

.goals,
.specialize {
  background: #e7e5e4;
  display: table;
  font-size: 1rem;
  height: 230px;
  margin: 0 auto 50px;
  max-width: 1280px;
}

.goals,
.specialize {
  margin: 0 auto;
  position: relative;
  top: -80px;
}

.goals,
.specialize {
  font-size: 1rem;
}

.specialize ul {
  margin: 10px 0 0;
  padding: 0 0 0 20px;
}

.specialize li {
  padding: 0 0 8px;
}

.goals span,
.specialize>div {
  display: table-cell;
  line-height: 1.4;
  padding: 30px 45px;
  vertical-align: middle;
}

.goals span {
  background: #fff;
}

.specialize>div {
  background: #fff;
  width: 460px;
}

.specialize>div~div {
  background: #222;
  background-position: center center;
  background-size: cover;
  padding: 0;
  width: auto;
}

.specialize>div~div img {
  max-width: 100%;
}

.goals ::-moz-selection {
  background: #222;
  color: #fff;
  text-shadow: none;
}

.goals ::selection {
  background: #222;
  color: #fff;
  text-shadow: none;
}

.staffing-actions {
  background: #fff;
  margin: 90px 0;
}

.staffing-actions .global-btn {
  line-height: 1.2;
  font-weight: 400;
  height: auto;
  padding: 15px 25px;
  text-transform: none;
}

.take-action {
  color: #000;
  display: table;
  height: 405px;
  font-size: 1.467rem;
  margin: 0 auto;
  max-width: 1280px;
  text-align: center;
}

.action-img {
  background: #000 no-repeat center center;
  background-size: cover;
  display: table-cell;
  height: 405px;
  vertical-align: middle;
  width: 50%;
}

.action-img img {
  max-width: 100%;
}

.action-text {
  background: #e7e5e4;
  display: table-cell;
  font-weight: 600;
  line-height: 1.2;
  padding: 0 3%;
  text-transform: uppercase;
  vertical-align: middle;
  width: 50%;
}

/* ==========================================================================
     Template: Staffing Fixed Slider
     ========================================================================== */
#staffing-slider {
  list-style: none;
  margin: 0 auto;
  max-width: 1300px;
}

#staffing-slider ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#staffing-slider li video,
#staffing-slider li img {
  display: block;
  max-width: 100%;
}

#staffing-slider li video {
  -webkit-filter: brightness(108.5%);
}

#staffing-slider li~li,
#staffing-slider li img {
  display: none;
}

#staffing-pager {
  height: 54px;
  width: 100%;
}

#staffing-pager span,
#staffing-pager div {
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}

#staffing-pager span {
  background: #b2b2b2;
  border-radius: 50%;
  height: 20px;
  margin: 14px 12px;
  width: 20px;
}

#staffing-pager span:hover,
#staffing-pager span.current {
  background: #000;
}

.staff-left,
.staff-right {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.5px 30px 17.5px 0;
  border-color: transparent #b2b2b2 transparent transparent;
  margin: 0 125px 0 0;
}

.staff-right {
  border-width: 17.5px 0 17.5px 30px;
  border-color: transparent transparent transparent #b2b2b2;
  margin: 0 0 0 125px;
}

.staff-left:hover {
  border-color: transparent #000 transparent transparent;
}

.staff-right:hover {
  border-color: transparent transparent transparent #000;
}

/* ==========================================================================
     Template: Disciplines Page 2017
     ========================================================================== */
#interior.disciplines {
  background: #fff;
  color: #000;
  line-height: 1.4;
  padding: 62px 0 0;
}

#interior.disciplines h2 {
  display: block;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 auto;
  padding: 0 0 40px;
  text-align: center;
  max-width: 800px;
}

#interior.disciplines .disc-solutions h3,
#interior.disciplines .disc-innovation h3 {
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.2;
  padding: 0 0 28px;
}

#interior.disciplines .disc-segment {
  min-height: 100px;
  padding: 35px 5%;
}

#interior.disciplines .interior-splash h2 {
  font-size: 2.5rem;
  font-weight: 400;
  padding: 0 0 25px;
  text-align: left;
  text-transform: uppercase;
}

#interior.disciplines a {
  color: #00a9e0;
  font-weight: 600;
  text-decoration: none;
}

#interior.disciplines .interior-splash a {
  color: #000;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
}

#interior.disciplines a:hover,
#interior.disciplines .interior-splash a:hover {
  text-decoration: underline;
}

.disciplines .find-out {
  font-size: 1.25rem;
}

.disciplines .interior-splash {
  height: 605px;
}

.disciplines .interior-splash .introduction>div {
  color: #000;
  float: right;
  width: 620px;
}

.disciplines .interior-splash figure {
  height: 605px;
  opacity: 1;
}

.disciplines .interior-splash a:hover {
  text-decoration: underline;
}

.disciplines blockquote {
  color: #fff;
  font-size: 3.125rem;
  line-height: 1.2;
  margin: 0;
  padding: 0 0 30px;
}

.disciplines blockquote:before {
  content: "\201c";
}

.disciplines blockquote:after {
  content: "\201d";
}

.disciplines cite {
  color: #fff;
  display: block;
  font-size: 1.25rem;
  font-style: normal;
  padding: 0 0 30px;
}

.disc-video {
  background: #000;
  height: 700px;
  position: relative;
  text-align: center;
}

.disc-video>div {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1250px;
  z-index: 1;
}

.disc-video figure,
.disc-video figure img {
  left: 0;
  position: absolute;
  top: 0;
}

.disc-video figure {
  height: 700px;
  margin: 0;
  opacity: 0.4;
  overflow: hidden;
  width: 100%;
  z-index: 0;
}

.disc-video figure img {
  height: auto;
  min-height: 100%;
  min-width: 1440px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.watch-video {
  color: #fff;
  cursor: pointer;
}

.watch-video.wistia_embed {
  display: inline-block;
  padding: 0 8px;
}

.watch-video>div {
  width: 100% !important;
}

.watch-video span {
  display: inline-block;
  padding: 0 2px;
}

.disc-simulation {
  padding: 50px 5%;
}

.disc-designs {
  line-height: 1.6;
  margin: 25px auto 0;
  max-width: 1300px;
}

.disc-designs>div {
  float: left;
  width: 50%;
}

.disc-designs>div+div {
  border-left: 1px solid #b6b6b7;
  width: calc(50% - 1px);
}

.disc-designs>div img {
  max-width: 100%;
}

.disc-designs span {
  display: block;
  padding: 0 8% 40px;
}

.disc-specialists {
  background: #ebebeb;
  padding: 50px 5% 70px;
}

.stat-summary {
  margin: 0 auto;
  max-width: 1200px;
}

.stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  padding-top: 50px;
  text-align: center;
}

.stats>div {
  width: 280px;
}

.circular {
  border-radius: 50%;
  color: #fff;
  cursor: default;
  display: table-cell;
  font-size: 2.5rem;
  font-weight: 300;
  height: 280px;
  line-height: 1;
  margin-bottom: 20px;
  vertical-align: middle;
  width: 280px;
}

.stats ::-moz-selection {
  background: #222;
  color: #fff;
  text-shadow: none;
}

.stats ::selection {
  background: #222;
  color: #fff;
  text-shadow: none;
}

.circular span {
  display: block;
  font-size: 4.375rem;
  font-weight: 600;
  height: 74px;
  overflow: hidden;
}

.circular.blue {
  background: #00a9e0;
}

.circular.yellow {
  background: #ffc845;
  color: #000;
}

.circular.red {
  background: #d50032;
}

.disc-solutions {
  padding: 50px 0 0;
  line-height: 1.5;
}

.disc-solutions p {
  padding-bottom: 30px;
}

.solution-options {
  display: table;
  height: 500px;
  margin: 0 auto;
  max-width: 1300px;
}

.solution-img {
  display: table-cell;
  height: 500px;
  vertical-align: middle;
  width: 50%;
}

.solution-img img {
  max-width: 100%;
}

.solution-txt {
  display: table-cell;
  padding: 0 3%;
  vertical-align: middle;
  width: 50%;
}

.disc-team {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 785px;
  position: relative;
}

.disc-innovation {
  line-height: 1.5;
  margin: 0 auto;
  max-width: 1440px;
  min-height: 860px;
  padding: 50px 5%;
  position: relative;
}

.disc-innovation img {
  bottom: 0;
  left: 0;
  position: absolute;
}

.disc-innovation div {
  float: right;
  margin-bottom: 250px;
  padding-top: 30px;
  position: relative;
  width: 50%;
  z-index: 1;
}

.disc-innovation p {
  padding-bottom: 30px;
}

.disc-optimum {
  background: #ebebeb;
  padding: 50px 5%;
}

/* ==========================================================================
     Template: Industries Page 2018.04.21
     ========================================================================== */
/* Note: The old industy styles can be safely deleted after the updated live push */
/* Around Lines 426, 1044-1059 */
/* Media Queries 720, 560, 400, 319 */
#interior.industry-page {
  background: #fff;
  padding: 62px 0 0;
}

#interior.industry-page .industry-splash h1 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 25px;
  text-transform: uppercase;
}

#interior.industry-page .module h2 {
  font-size: 1.875rem;
  font-weight: 400;
  padding: 0 0 24px;
}

#interior.industry-page .module,
#interior.industry-page .industry-goals {
  line-height: 1.5;
}

#interior.industry-page .fullscreen,
#interior.industry-page .industry-link {
  line-height: 1.3;
}

.industry-page .module a {
  color: #00a9e0;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 20px;
  text-decoration: none;
}

.industry-page .module a:hover {
  text-decoration: underline;
}

.industry-splash {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #7f7f7f;
  height: 605px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.industry-splash-txt {
  height: 605px;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 1260px;
  position: relative;
}

.industry-splash-txt>div {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 600px;
  z-index: 1;
}

.industry-splash-txt.pos-left>div {
  left: 0;
}

.industry-splash-txt.pos-center>div {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.industry-splash-txt.pos-right>div {
  left: auto;
  right: 0;
}

.industry-splash-txt.centered {
  text-align: center;
}

.industry-page .module {
  margin: 98px auto;
  max-width: 1260px;
}

.industry-page figure,
.industry-page .module>div {
  width: 590px;
}

.industry-page figcaption {
  font-weight: 600;
  margin-top: 18px;
}

.industry-page .ltr figure,
.industry-page .rtl>div {
  float: left;
}

.industry-page .rtl figure,
.industry-page .ltr>div {
  float: right;
}

.industry-page .fullscreen {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #7f7f7f;
  font-size: 2.125rem;
  height: 700px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.industry-page .parallax {
  background-attachment: fixed;
}

.industry-page .overlay {
  background: rgba(0, 0, 0, 0.25);
  height: 700px;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.industry-page .fs-content {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1260px;
  z-index: 1;
}

.industry-page .fs-content>span,
#interior.industry-page .fs-content>h2 {
  display: block;
  font-size: 1.25rem;
  font-weight: 400;
  padding-top: 40px;
}

.industry-page .global-btn {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 40px;
}

.industry-page .global-btn:hover {
  text-decoration: none;
}

.industry-goals {
  background: #00a9e0;
  color: #fff;
  font-size: 1.375rem;
  min-height: 210px;
  padding: 40px 20px;
  text-align: center;
  transform-style: preserve-3d;
}

.industry-goals>div {
  margin: 0 auto;
  max-width: 1260px;
}

.industry-goals>div>p {
  margin-top: 5px;
}

.industry-goals>div>span a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.industry-goals>div>span a:hover {
  text-decoration: underline;
}

.industry-splash-txt.black,
.fullscreen.black {
  color: #000;
}

.industry-splash-txt.white,
.fullscreen.white {
  color: #fff;
}

/* ==========================================================================
     Related Case Study page, Sept. 2018
     ========================================================================== */
/* RelatedCaseStudy.aspx */

.relatedcasestudy #breadcrumb {
  margin-top: 2rem;
}

.relatedcasestudy #img_vid img {
  width: 100% !important;
  height: auto !important;
}

.relatedcasestudy .text_col {
  float: left;
  margin-right: 0;
  width: 60%;
}

.relatedcasestudy .viewer_col {
  float: right !important;
  width: 35%;
}

/* ==========================================================================
     Partner Portal Pages 2018.05.26
     ========================================================================== */
/* PartnerLoginForm.aspx */
.portal-access {
  padding: 20px 0 0;
}

.portal-center {
  margin: 0 auto;
  max-width: 768px;
}

#interior .portal-center .global-btn {
  margin: 30px 10px 0;
}

/* PartnerContact.aspx */
.portal-contact {
  display: table;
}

textarea.portal-contact {
  height: 135px;
  margin: 24px 0;
  padding: 8px;
  resize: vertical;
  width: 100%;
}

.portal-contact>div {
  display: table-cell;
  max-width: 250px;
  padding-bottom: 20px;
  width: auto;
}

.portal-contact>div~div {
  max-width: none;
  padding-left: 20px;
}

/* CompanyProfile.aspx */
#interior .portal-form h3 {
  font-size: 1.375rem;
  line-height: 1.3;
  padding: 25px 0 15px;
}

.portal-form .portal-center {
  padding-top: 20px;
}

.portal-form em {
  display: block;
  font-size: 0.875rem;
  line-height: 1.4;
  padding-bottom: 10px;
}

.portal-form em.caption {
  padding-top: 5px;
}

.portal-table {
  display: table;
  width: 100%;
}

.portal-row {
  display: table-row;
}

.portal-row>div {
  display: table-cell;
  height: 40px;
  padding-bottom: 10px;
  vertical-align: top;
  width: 200px;
}

.portal-row>div~div {
  padding-left: 20px;
  width: auto;
}

.portal-row>div textarea {
  height: 135px;
  width: 100%;
}

.portal-row>div label {
  box-sizing: border-box;
  cursor: pointer;
  float: left;
  padding: 5px 10px 5px 0;
  width: 30%;
}

.portal-row>div label.others {
  width: 100px;
}

.portal-row>div input[type="text"].others {
  width: 20%;
}

.cells-halved>div:nth-child(odd) {
  width: 200px;
}

.cells-thirds>div:nth-child(2n + 3) {
  width: 120px;
}

.cells-thirds>div:last-child {
  width: 120px;
}

/* Partner MDF Forms */
.portal-mdf-form,
.portal-request-form {
  display: table;
  max-width: 768px;
  padding-top: 10px;
  width: 100%;
}

.mdf-row {
  display: table-row;
}

.mdf-row>div {
  display: table-cell;
  height: 40px;
  padding-bottom: 10px;
  vertical-align: top;
  width: 300px;
}

.portal-request-form .mdf-row>div {
  width: 260px;
}

.mdf-row>div~div {
  padding-left: 20px;
  position: relative;
}

.mdf-row>div~div,
.mdf-row>div select,
.portal-request-form .mdf-row>div~div {
  width: auto;
}

.mdf-row>div select.long-type {
  width: 100%;
}

.mdf-row>div textarea {
  height: 135px;
  width: 100%;
}

.mdf-row>div label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  max-width: 200px;
  min-width: 100px;
  padding-right: 10px;
}

.mdf-row>div span.long-type>label {
  max-width: none;
  min-width: 0;
  padding-right: 0;
  width: calc(100% - 24px);
}

.mdf-row>div input[type="checkbox"] {
  cursor: pointer;
  position: relative;
  top: 5px;
  vertical-align: top;
}

.mdf-row>div.portal-date {
  position: relative;
}

.mdf-row>div.portal-date:after {
  content: "\f073";
  font-family: "FontAwesome";
  font-size: 1.5rem;
  left: calc(50% + 15px);
  position: absolute;
}

.mdf-row div.tooltip {
  cursor: pointer;
  display: inline-block;
  height: 28px;
  position: relative;
  vertical-align: top;
  width: 25px;
}

.mdf-row div.tooltip .fa {
  font-size: 1.625rem;
}

.mdf-row div.tooltip span {
  background: #333;
  border-radius: 5px;
  bottom: auto;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.3;
  margin-left: -60px;
  opacity: 0;
  padding: 8px;
  position: absolute;
  right: 128%;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: opacity 0.3s;
  visibility: hidden;
  width: 160px;
  z-index: 1;
}

.mdf-row div.tooltip span:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px;
  content: "";
  left: 100%;
  margin-top: -5px;
  position: absolute;
  top: 50%;
}

.mdf-row div.tooltip:hover span {
  opacity: 1;
  visibility: visible;
}

.mdf-row>div.portal-info input,
.mdf-row>div.portal-info select,
.mdf-row>div.portal-info textarea {
  width: calc(100% - 30px);
}

.mdf-row>div.short-type input,
.mdf-row>div.portal-date input {
  width: 50%;
}

.mdf-row>div input[type="submit"] {
  margin-top: 15px;
}

button.global-btn {
  border: none;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
}

/* max-width 1024px, mobile styles */
@media only screen and (max-width: 64em) {

  .mdf-row,
  .mdf-row>div,
  .portal-row,
  .portal-row>div {
    display: block;
  }

  .mdf-row>div,
  .portal-row>div,
  .cells-halved>div:nth-child(2n + 1),
  .cells-thirds>div:nth-child(2n + 3) {
    height: auto;
    min-height: 24px;
    padding-bottom: 5px;
    width: 100%;
  }

  .mdf-row>div~div,
  .portal-row>div~div {
    min-height: 40px;
    padding-left: 0;
    padding-bottom: 15px;
  }

  .mdf-row>div:empty {
    height: 0;
    min-height: 0;
    padding-bottom: 0;
  }

  .mdf-row>div.portal-date:after {
    left: calc(50% + 5px);
  }

  .portal-row>div label {
    display: block;
    float: none;
    padding: 5px 0;
    width: 100%;
  }

  .cells-thirds>div:last-child,
  .portal-row>div input[type="text"].others {
    width: 50%;
  }
}

/* ==========================================================================
     Helper classes
     ========================================================================== */
.floatleft {
  float: left;
}

.floatright {
  float: right;
}

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

img.floatleft,
img.floatright {
  margin: 0 0.5rem;
}

.img-border {
  border: 1px solid #e2e2e2;
}

.grid-two-col,
.grid-three-col {
  width: 100%;
}

.grid-two-col .col {
  float: left;
  padding: 0 3%;
  width: 50%;
}

.grid-three-col .col {
  float: left;
  padding: 0 2%;
  width: 33%;
}

/* ==========================================================================
     Media Queries - Responsive Design
     ========================================================================== */
/* max-width 1920px, mobile styles */
@media screen and (max-width: 1920px) {

  .interior-splash img,
  .staffing-video img {
    left: 50%;
    margin-left: -960px;
  }
}

/* max-width 1440px, mobile styles */
@media screen and (max-width: 1440px) {

  .take-action,
  .about .feature {
    width: 100%;
  }
}

/* max-width 1400px */
@media only screen and (max-width: 87.5em) {

  .interior-splash .introduction,
  #interior .staffing-video h2 {
    padding: 0 5%;
    width: 100%;
  }

  .interior-splash h1,
  .interior-splash h3 {
    width: 90%;
  }

  .about .feature {
    font-size: 1rem;
  }

  .about .summary {
    padding: 20px 10% 60px;
  }

  .software-category {
    display: table;
    padding: 0 5%;
    width: 100%;
  }

  .software-category>div {
    display: table-cell;
    line-height: 1.4;
    vertical-align: middle;
    width: 50%;
  }

  .software-category figure img {
    max-width: 100%;
  }

  div[class$="-executives"] {
    margin: 0 auto;
    padding: 25px 5% 10px;
    width: 100%;
  }

  .our-videos {
    padding: 0 5%;
    width: 100%;
  }

  .players {
    height: 200px;
    width: 30%;
  }

  .players .wistia_embed {
    height: 100%;
    width: 100%;
  }

  .member {
    margin: 0 5px 50px;
  }

  .staffing-actions .global-btn {
    font-size: 1.5rem;
  }

  .profiles figure {
    width: 35%;
  }

  .profiles figure img {
    max-width: 100%;
  }

  .btn-back {
    left: 41%;
  }

  .btn-next {
    right: 1%;
  }

  .bio {
    font-size: 0.875rem;
    padding-top: 20px;
  }

  .disciplines .interior-splash .introduction>div {
    width: 48%;
  }

  .industry-page .fullscreen {
    font-size: 2rem;
  }

  .industry-page .fs-content {
    padding: 0 3%;
    width: 100%;
  }

  .industry-splash-txt.pos-left>div {
    left: 3%;
  }

  .industry-splash-txt.pos-right>div {
    right: 3%;
  }

  .industry-page .module {
    padding: 80px 3%;
  }

  .industry-page figure,
  .industry-page .module>div {
    width: 48%;
  }

  .industry-page figure img {
    max-width: 100%;
  }
}

/* max-width 1250px */
@media only screen and (max-width: 78.125em) {
  #interior .content {
    padding: 0 5%;
  }

  .disciplines blockquote {
    font-size: 2rem;
  }

  .disc-video>div {
    left: 0;
    padding: 0 5%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 100%;
  }

  .disc-innovation {
    min-height: 780px;
  }

  .disc-innovation div {
    float: none;
    margin-bottom: 0;
    padding-top: 0;
    width: 100%;
  }

  .disc-innovation img {
    left: 50%;
    opacity: 0.15;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .benefits {
    padding: 50px 0 20px;
  }

  .benefits span {
    display: block;
    padding: 0 5%;
  }

  .benefits-row div {
    width: 50%;
    padding: 0 30px;
  }
}

/* max-width 1100px */
@media only screen and (max-width: 68.75em) {
  .benefits figure img {
    height: auto;
    left: 50%;
    margin-left: -550px;
    min-height: 100%;
    min-width: 1100px;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

/* max-width 1024px, mobile styles */
@media only screen and (max-width: 64em) {

  #banner,
  #techs {
    display: none;
  }

  #interior h2 {
    padding: 0 0 13px;
  }

  #interior h4 {
    font-size: 1rem;
    height: auto;
  }

  #interior section,
  aside .vid {
    height: auto;
    width: 100%;
  }

  #interior aside,
  #interior.landing aside {
    float: none;
    margin: 0 auto;
    padding-right: 0;
    text-align: center;
    width: 100%;
  }

  #interior.landing .content {
    padding-right: 0;
    width: 100%;
  }

  #interior h2.concept span {
    width: 100%;
  }

  #interior.landing aside h3 {
    padding: 20px 0 5px;
  }

  #interior h2.concept a {
    font-size: 0.875rem;
  }

  #interior article {
    width: 100%;
  }

  #interior article .desc {
    padding-bottom: 20px;
    width: 60%;
  }

  #services section {
    padding: 0 5%;
    width: 100%;
  }

  #services .clients {
    float: none;
    min-height: inherit;
    padding-bottom: 30px;
    width: 100%;
  }

  #services .clients h3 {
    width: 100%;
  }

  #services .thinking {
    border-left: none;
    float: none;
    padding-left: 0;
    width: 100%;
  }

  #services .dividers {
    padding: 0 1%;
    width: 33%;
  }

  aside .vid .thumb {
    margin: 0 auto;
    width: 90%;
  }

  aside .vid .thumb a {
    margin-left: auto;
    margin-right: auto;
    right: 0;
    width: 360px;
  }

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

  .addedlinks {
    width: 100%;
  }

  .addedlinks h4~a {
    height: auto;
    padding: 5px 0;
  }

  .addedlinks table {
    margin: 0 auto;
  }

  .addedlinks td {
    width: 33.3333%;
  }

  .addedlinks table a {
    margin: 0 5px;
  }

  .addedlinks table a img {
    display: block;
    max-width: 100%;
  }

  .description {
    padding-bottom: 30px;
  }

  /* News and Events */
  #interior .news_events h2 {
    padding-top: 20px;
  }

  #interior section.altair-events #content,
  .newsevents table {
    width: 100%;
  }

  #interior section.altair-events div {
    float: none;
  }

  #featured_news {
    padding-left: 0;
    width: 100%;
  }

  #featured_events {
    display: none;
  }

  .featured_news_item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .subscribe-rss {
    font-size: 0.75rem;
  }

  #browse_by select {
    display: block;
    margin: 8px 10px 0 0;
    width: 100%;
  }

  #browse_by select~select {
    margin: 12px 0 0 0;
  }

  table.events .headerrow {
    display: none;
  }

  table.events .tablerow01,
  table.events .tablerow02 {
    background: #ededee;
    border: 1px solid #ddd;
  }

  table.events .tablerow01 td,
  table.events .tablerow02 td {
    border-width: 0;
  }

  table.events .tablerow01 td~td,
  table.events .tablerow02 td~td {
    border-top: 1px solid #ddd;
  }

  table.events .tablerow02 {
    background: #f4f4f4;
  }

  table.events td {
    display: block;
    width: 100% !important;
  }

  table.events tr.tablerow02:hover {
    background: #f4f4f4;
  }

  .corp-newsletter td {
    display: block;
  }

  #interior #prev_next h2.pagetitle {
    font-size: 0.875rem;
    line-height: 1.2;
    text-align: center;
  }

  .event-detail {
    width: 100%;
  }

  .event-detail .detail-content {
    float: none;
    margin-bottom: 30px;
    width: 100%;
  }

  .event-detail .detail-imagery {
    float: none;
  }

  table.events .event-type,
  .event-detail .detail-imagery {
    padding-left: 0;
  }

  /* Community Outreach */
  #interior .outreach {
    padding: 10px 0 70px;
    width: 100%;
  }

  .outreach tr {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }

  /* Altair Publications */
  #interior .pubs h3 {
    padding: 15px 0 5px;
  }

  #interior .pubs h4 {
    font-size: 1rem;
  }

  #interior a.pub-link {
    margin: 10px 0 0 12px;
  }

  .publications {
    display: none;
  }

  .publish-topics {
    display: block;
    padding-bottom: 0;
  }

  .publish-topics div {
    display: block;
    padding-bottom: 24px;
    width: 100%;
  }

  .our-publications {
    display: block;
    font-size: 1rem;
    padding-bottom: 0;
  }

  .pubs {
    clear: both;
    display: block;
    padding: 0 0 24px;
  }

  .pubs img,
  .pubs span {
    float: left;
  }

  .pubs span {
    font-size: 1rem;
    padding: 0 0 0 12px;
    width: 70%;
  }

  .pubs a {
    clear: both;
    display: block;
    padding-top: 10px;
  }

  /* Industry Pages */
  .mobile-industry {
    display: block;
  }

  .mobile-industry figure {
    background: #999;
    margin: 0 auto 20px;
  }

  .mobile-industry figure:nth-child(odd) {
    float: left;
  }

  .mobile-industry figure:nth-child(even) {
    float: right;
  }

  .mobile-industry figure,
  .mobile-industry a,
  .mobile-industry img {
    height: 240px;
    width: 320px;
  }

  .mobile-industry figure {
    border: 1px solid #999;
    overflow: hidden;
  }

  /* Form Pages */
  .formContent,
  .formContent textarea {
    width: 100%;
  }

  .formContent td {
    display: block;
    height: 24px;
  }

  .formContent td,
  .formContent table.dual-checkbox td {
    width: 100%;
  }

  .formContent td~td {
    height: 40px;
  }

  .formContent td.comments {
    height: 250px;
  }

  #MainContent_PhoneTB {
    width: 60% !important;
  }

  .mobile-cell,
  #interior .mobile-hidden {
    display: none;
  }

  .form-other {
    width: 7%;
  }

  .formContent input.form-half-right {
    width: 17.3%;
  }

  td.partner-request {
    height: 115px !important;
  }

  td.partner-request td {
    height: 26px;
  }

  td.partner-labels {
    height: 50px;
  }

  td.abstract-request {
    height: 60px !important;
  }

  /* C2R Magazine */
  div[class*="c2r"],
  div.c2r_issue .intro {
    width: 100%;
  }

  div.c2r_issue .intro {
    padding: 0 0 30px 0;
  }

  div.c2r_issue figure {
    margin: 0 auto;
    padding-bottom: 30px;
    position: static;
  }

  div.c2r_issue img {
    display: none;
  }

  #interior div[class*="c2r"] div[role="main"] {
    border-right: none;
    float: none;
    padding: 0 0 30px;
    width: 100%;
  }

  #interior div[class*="c2r"] aside[role="complementary"] {
    min-height: 0;
  }

  #interior aside[role="complementary"] h3 {
    margin: 0 0 10px;
  }

  aside[role="complementary"] a.misc {
    font-size: 0.875rem;
    margin-left: 0;
  }

  .iframe-map {
    display: none;
  }

  .locations-txt {
    display: block;
  }

  ul#squares {
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-size: 0.813rem;
    -webkit-justify-content: center;
    justify-content: center;
  }

  ul#squares li {
    float: none;
  }

  /* Resource Library */
  #interior .resource-library {
    width: 100%;
  }

  #filter {
    width: 25%;
  }

  #resources {
    float: right;
    width: 75%;
  }

  #filter input[type="submit"] {
    margin-top: 10px;
  }

  .res_keyword {
    width: 135px;
  }

  #filter input[type="radio"]+label,
  #filter input[type="checkbox"]+label {
    width: 80%;
  }

  #resources .top12 .view-all {
    width: 100%;
  }

  /* Landing */
  .promo-secondary span {
    display: block;
    margin: 0 auto 25px;
    width: 260px;
  }

  /* Other Pages */
  .text_col {
    float: none;
    margin-right: 0;
    padding-bottom: 20px;
    width: 100%;
  }

  #interior .software-category h3 {
    font-size: 1.5rem;
    padding: 0 0 10px;
  }

  .about .half-txt {
    font-size: 1.375rem;
    line-height: 1.4;
  }

  .about .half-img {
    height: 400px;
  }

  .about .half-txt,
  .about .half-img {
    width: 100%;
  }

  .about .summary {
    font-size: 1.5rem;
  }

  .about .feature.spot-02 .holder {
    height: auto;
  }

  .software-category>div {
    font-size: 1rem;
  }

  #interior .goals h2,
  .specialize>div {
    width: 250px;
  }

  .specialize ul {
    font-size: 1rem;
    margin: 15px 0 0;
  }

  .staffing-engage {
    font-size: 1.2rem;
  }

  .stats {
    padding-top: 35px;
  }

  .stats>div {
    font-size: 0.875rem;
    width: 200px;
  }

  .circular {
    font-size: 1.75rem;
    height: 200px;
  }

  .circular span {
    font-size: 3rem;
    height: 48px;
  }

  .disc-video,
  .disc-video figure {
    height: 500px;
  }

  #interior.disciplines .interior-splash h2 {
    font-size: 2rem;
  }

  #interior.disciplines .disc-solutions h3 {
    font-size: 1.75rem;
    padding: 0 0 15px;
  }

  #interior .benefits h2 {
    padding-bottom: 20px;
  }

  .disc-solutions {
    line-height: 1.4;
    padding: 50px 5%;
  }

  .disc-solutions p {
    padding-bottom: 15px;
  }

  .disc-team {
    background-attachment: scroll;
  }

  .solution-options,
  .solution-img {
    height: 450px;
  }

  .solution-txt {
    padding: 0;
  }

  .job-samples {
    display: block;
  }

  .job-samples div {
    margin: 0 auto;
    width: 100%;
  }

  .benefits figure {
    padding: 50px 0;
  }

  .benefits-row {
    padding-bottom: 0;
  }

  .benefits-row div {
    float: none;
    padding: 0 5% 30px;
    width: 100%;
  }

  #staffing-slider li video {
    display: none;
  }

  #staffing-slider li img {
    display: block;
  }

  #interior .altair-events {
    margin-top: 0;
  }

  .industry-page .parallax {
    background-attachment: scroll;
  }
}

/* max-width 767px */
@media only screen and (max-width: 47.938em) {

  #filter,
  #resources {
    width: 50%;
  }

  .promo-main {
    display: block;
  }

  .promo-main div,
  .promo-footer div {
    display: block;
    padding-right: 0;
    width: 100%;
  }

  .promo-main .added-links,
  .promo-footer div~div,
  .promo-secondary span {
    margin: 20px auto;
    text-align: center;
    width: 260px;
  }

  #resources .details_form {
    left: 0 !important;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    top: 30px !important;
    width: 280px;
  }

  .grid-two-col .col,
  .grid-three-col .col {
    float: none;
    padding: 0 0 15px;
    width: 100%;
  }

  #interior.staffing div[class$="segment"] {
    padding: 40px 5%;
  }

  #interior div[class$="segment"] span {
    font-size: 1.5rem;
  }

  .about-categories {
    padding: 20px 0;
  }

  .about .summary {
    line-height: 1.3;
    padding: 20px 5%;
  }

  .software-category>div {
    padding-bottom: 25px;
    width: 100%;
  }

  .software-category>figure,
  .profiles {
    display: none;
  }

  .our-videos,
  .staff,
  .member {
    display: block;
  }

  .players {
    height: 290px;
    width: 100%;
  }

  .players .wistia_embed {
    height: 232px !important;
    width: 100%;
  }

  .member {
    cursor: default;
    margin: 0 auto 45px;
    pointer-events: none;
    width: 240px;
  }

  #interior.about .interior-splash h1 {
    font-size: 2rem;
  }

  #interior .goals h2 {
    background: #e7e5e4;
    color: #000;
    display: block;
    height: auto;
    padding: 25px 5% 0;
    text-align: left;
    width: 100%;
  }

  #interior .goals h2 {
    background: #fff;
  }

  .goals,
  .specialize {
    top: 0;
  }

  .goals,
  .specialize {
    display: block;
    height: auto;
  }

  .goals span {
    padding: 15px 5% 35px;
  }

  .specialize {
    background: #fff;
  }

  .specialize>div {
    display: block;
    padding: 0 5%;
    width: 100%;
  }

  .specialize>div~div {
    height: 360px;
    margin: 30px 0;
  }

  .staffing-video,
  .staffing-video figure,
  .staffing-video img,
  .staffing-video .wistia_embed {
    height: 500px !important;
  }

  .staffing-video img {
    margin-left: -685px;
    min-width: 1370px;
  }

  .take-action {
    background: #000;
    display: block;
    margin-top: 30px;
    position: relative;
  }

  .staffing-actions .global-btn {
    font-size: 1rem;
  }

  .staffing-awards {
    font-size: 1.25rem;
    font-weight: 400;
    padding: 70px 5% 50px;
  }

  .accolades {
    padding: 30px 0;
  }

  .action-img {
    display: block;
    opacity: 0.3;
    width: 100%;
  }

  .action-text {
    background: none;
    color: #fff;
    height: auto;
    left: 0;
    padding: 0 5%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
  }

  #interior.disciplines h2 {
    font-size: 1.875rem;
  }

  #interior.disciplines .disc-solutions h3,
  #interior.disciplines .disc-innovation h3 {
    font-size: 1.375rem;
  }

  #interior.disciplines .interior-splash a,
  .disciplines .interior-splash .introduction>div {
    color: #fff;
    width: 100%;
  }

  .disciplines .interior-splash figure {
    opacity: 0.4;
  }

  .disciplines .interior-splash img {
    left: 100%;
  }

  .disciplines blockquote {
    font-size: 1.25rem;
    font-weight: 600;
    padding: 0 0 20px;
  }

  .disciplines cite {
    font-size: 1rem;
    padding: 0 0 20px;
  }

  .watch-video.wistia_embed {
    height: auto !important;
  }

  .disc-simulation {
    padding: 50px 5% 0;
  }

  .disc-designs {
    margin: 0 auto;
  }

  .disc-designs span {
    padding: 0 8% 50px;
  }

  .disc-designs>div {
    float: none;
    width: 100%;
  }

  .disc-designs>div+div {
    border-left: none;
    width: 100%;
  }

  .solution-options {
    height: auto;
    padding-bottom: 40px;
  }

  .solution-options+div {
    padding-bottom: 0;
  }

  .solution-txt {
    vertical-align: top;
    width: 100%;
  }

  .solution-img {
    display: none;
  }

  #staffing-pager {
    height: 48px;
  }

  #staffing-pager span {
    height: 20px;
    width: 20px;
  }

  .staff-left {
    border-width: 13.5px 25px 13.5px 0;
    margin: 0 20px 0 0;
  }

  .staff-right {
    border-width: 13.5px 0 13.5px 25px;
    margin: 0 0 0 20px;
  }

  #interior.industry-page .industry-splash h1 {
    font-size: 2rem;
  }

  .industry-splash .overlay,
  .industry-page .overlay {
    display: block !important;
  }

  .industry-splash-txt,
  .industry-splash-txt.black,
  .industry-page .fullscreen,
  .fullscreen.black {
    color: #fff;
  }

  .industry-splash-txt.pos-left>div {
    left: 0;
  }

  .industry-splash-txt.pos-right>div {
    right: 0;
  }

  .industry-splash-txt>div {
    padding: 0 5%;
    width: 100%;
  }

  .industry-page .fullscreen {
    font-size: 1.5rem;
  }

  .industry-page .global-btn {
    margin-top: 30px;
  }

  .industry-page .fs-content>span,
  #interior.industry-page .fs-content>h2 {
    font-size: 1rem;
    padding-top: 30px;
  }

  #interior.industry-page .module h2 {
    padding: 0 0 16px;
  }

  .industry-page .module {
    padding: 40px 5%;
  }

  .industry-page .module+.module {
    padding: 0 5% 40px;
  }

  .industry-page .ltr figure,
  .industry-page .rtl>div,
  .industry-page .rtl figure,
  .industry-page .ltr>div {
    float: none;
    padding: 20px 0;
    width: 100%;
  }

  .industry-page .ltr figure,
  .industry-page .rtl figure {
    padding: 20px 0 10px;
  }

  .industry-page .module .industry-link {
    margin-top: 10px;
  }
}

/* max-width 720px, mobile styles */
@media only screen and (max-width: 45em) {

  .mobile-industry figure,
  .mobile-industry a,
  .mobile-industry img {
    height: 180px;
    width: 240px;
  }

  #scrollID {
    margin: 0 auto;
    width: 354px;
  }

  #scrollID .list_carousel {
    width: 343px;
  }

  .free-subscription a.floatleft {
    float: none;
    margin-right: 0 !important;
  }

  .free-subscription a.floatleft img {
    max-width: 100%;
  }

  .stats {
    display: block;
  }

  .stats>div {
    font-size: 1rem;
    margin: 0 auto;
    width: 250px;
  }

  .stats>div~div {
    margin: 40px auto 0;
  }

  .circular {
    font-size: 2rem;
    height: 250px;
  }

  .circular span {
    font-size: 3.5rem;
    height: 56px;
  }
}

/* max-width 580px, mobile styles */
@media only screen and (max-width: 36.25em) {

  .staff,
  .member {
    display: block;
  }
}

/* max-width 560px, mobile styles */
@media only screen and (max-width: 35em) {
  #services .dividers {
    padding: 0 0 12px;
    width: 100%;
  }

  .outreach tr {
    display: block;
    width: 50%;
  }

  .form-other {
    width: 9%;
  }

  .formContent input.form-half-right {
    width: 14%;
  }

  .mobile-industry figure,
  .mobile-industry a,
  .mobile-industry img {
    height: 135px;
    width: 180px;
  }

  .featured_news_item {
    float: none !important;
    margin: 0 auto;
  }

  .pubs span {
    font-size: 0.875rem;
    width: 55%;
  }

  #filter {
    float: none;
    font-size: 1rem;
    padding-right: 0;
    width: 100%;
  }

  #filter table {
    width: 100% !important;
  }

  #resources {
    float: none;
    margin-top: 40px;
  }

  .resource_pager {
    float: none !important;
    margin: 0 auto !important;
    width: 280px;
  }
}

/* max-width 475px, mobile styles */
@media only screen and (max-width: 29.688em) {
  aside .vid .thumb a {
    max-width: 100%;
  }

  #interior .partner div {
    float: none;
    margin: 0 auto 20px;
  }

  #scrollID {
    width: 240px;
  }

  #scrollID .list_carousel {
    width: 230px;
  }

  .cloud-boxes a {
    display: block;
    float: none;
    margin: 0 auto 20px;
    width: 170px;
  }

  #staffing-pager span {
    margin: 14px 5px;
  }

  .staff-left {
    margin: 0 10px 0 0;
  }

  .staff-right {
    margin: 0 0 0 10px;
  }
}

/* max-width 400px, mobile styles */
@media only screen and (max-width: 25em) {

  .mobile-industry figure,
  .mobile-industry a,
  .mobile-industry img {
    height: 105px;
    width: 140px;
  }

  .in-the-news {
    display: block;
  }

  .in-the-img {
    display: block;
    margin: 0 auto 12px;
    overflow: hidden;
    width: 155px;
  }

  .in-the-txt {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 80%;
  }

  #interior article {
    width: 100%;
  }

  #interior article .imagery {
    margin-right: 20px;
  }

  #interior article .desc {
    float: none;
    width: 100%;
  }
}

/* max-width 319px, mobile styles */
@media only screen and (max-width: 19.938em) {

  .mobile-industry figure,
  .mobile-industry a,
  .mobile-industry img {
    display: none;
  }
}

/* Resource Lib :: new markup 4-12-2014 */
#resources #overview {
  background: #fff;
  -webkit-box-shadow: 0 5px 3px -1px rgba(51, 51, 51, 0.4);
  box-shadow: 0 5px 3px -1px rgba(51, 51, 51, 0.4);
  height: 184px;
  position: relative;
  z-index: 5;
}

#resources #overview {
  background: #f8f9f9;
  border: 1px solid #818285;
  color: #fff;
  float: left;
  font-size: 14px;
  height: 178px;
  width: 238px;
  margin: 0 10px;
  overflow: hidden;
  position: relative;
}

.no-js #resources #overview {
  display: block;
}

#resources #overview .mask ::-moz-selection {
  background: #fff;
  color: #000;
  text-shadow: none;
}

#resources #overview .mask ::selection {
  background: #fff;
  color: #000;
  text-shadow: none;
}

#resources img {
  width: 240px;
  height: 180px;
}

#resources #overview .mask {
  background-color: rgb(43, 73, 108);
  background-color: rgba(0, 30, 65, 0.7);
  cursor: default;
  font-size: 13px;
  left: 0;
  height: 178px;
  width: 238px;
  padding: 0 5%;
  text-align: left;
  top: 0px;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  -webkit-transform: translateY(134px);
  -moz-transform: translateY(134px);
  -o-transform: translateY(134px);
  -ms-transform: translateY(134px);
  transform: translateY(134px);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.lt-ie9 #resources #overview .mask {
  top: 134px;
}

#resources #overview .mask a {
  color: #fff;
  text-decoration: underline;
}

#resources #overview .mask .mask_title {
  display: block;
  font-family: "FranklinGothicURW-Med", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  padding: 5px 0 0;
  overflow: hidden;
}

#resources #overview .mask .mask_desc {
  display: block;
  line-height: 16px;
  overflow: hidden;
  padding: 20px 0 10px;
  height: 100px;
}

#resources #overview .mask .mask_link {
  display: block;
  font-size: 14px;
  height: 30px;
  padding: 4px 5% 0;
  text-decoration: underline;
  width: 90%;
}

#resources #overview:hover .mask {
  background-color: rgba(43, 73, 108, 1);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.lt-ie9 #resources #overview:hover .mask {
  top: 0;
}

#resources #overview:hover p {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

#filter input[type="radio"] {
  float: left;
  margin-top: 5px;
  position: relative;
  top: 2px;
}

#filter label {
  padding: 0 0px 0 5px;
}

.resource_title {
  border: none;
  text-transform: none;
}

#filter input[type="radio"]+label,
#filter input[type="checkbox"]+label {
  cursor: pointer;
  line-height: 1.5;
  padding: 4px 10px 0 10px;
  float: left;
}

.details_form {
  background: #fff;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  color: #333;
  display: none;
  font-family: Arial, sans-serif;
  font-size: 14px;
  min-height: 300px;
  padding: 45px 50px;
  width: 440px;
  position: absolute;
  top: 30px;
  z-index: 5;
  left: 80px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
}

.details_form a.fancybox-close {
  background-color: transparent !important;
}

.details_form .share {
  text-align: right;
}

.details_form .share a {
  background: url(/images/share.png) no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}



.details_form .share a.share-linkedin {
  background-position: -28px 0;
}

.details_form .share a.share-email {
  background-position: -56px 0;
}

#resource_overlay {
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
  position: fixed;
  top: 0;
}

#MainContent_RatingsPnl table.ratings input[type="radio"] {
  margin-left: 18px;
}

#contacts p {
  margin-bottom: 20px;
}

#browse_by {
  font-weight: bold;
  padding: 35px 0;
  max-width: 450px; }

    /*!
  Altair Landing Page Styles
   */
    /* colors */
    /*
  open sans font weights
  Open Sans
  light 300
  light 300 Italic
  regular 400
  regular 400 Italic
  semi-bold 600
  semi-bold 600 Italic
  bold 700
  bold 700 Italic
  extra-bold 800
  extra-bold 800 Italic
  */
    /* ==========================================================================
  Disciplines Page 2017 - Renamed to Reusable Components
     ========================================================================== */
    #interior.lpage,
    .lpage {
      background: #fff;
      /*** New branding
    color: #000;
    line-height: 1.4;
    padding: 62px 0 0;
    **/
    }
  
    .lpage .holder {
      max-width: 1300px;
      padding-left: 2rem;
      padding-right: 2rem;
      width: auto;
    }
  
    .lpage .grid-one-col,
    .lpage .grid-two-col,
    .lpage .grid-three-col,
    .lpage .grid-four-col,
    .lpage .grid-five-col,
    .row-3-col-center {
      overflow: hidden;
    }
  
    #interior.lpage section {
      margin: 0;
      width: auto;
    }
  
    @media only screen and (min-width: 1380px) {
      .lpage .holder {
        padding-left: 0;
        padding-right: 0;
      }
    }
  
    /* ==========================================================================
     Grid
     ========================================================================== */
    .lpage .grid-four-col {
      width: 100%;
    }
  
    @media only screen and (min-width: 769px) {
      .lpage .grid-four-col .col {
        float: left;
        width: 24%;
      }
  
      .lpage .grid-five-col .col {
        float: left;
        width: 19%;
      }
    }
  
    .lpage .grid-one-col::after,
    .lpage .grid-two-col::after,
    .lpage .grid-three-col::after,
    .lpage .grid-four-col::after,
    .lpage .grid-five-col::after {
      content: "";
      clear: both;
      display: table;
    }
  
    .lpage .grid-one-col .col,
    .lpage .grid-two-col .col,
    .lpage .grid-three-col .col,
    .lpage .grid-four-col .col,
    .grid-five-col .col {
      padding: 2% 2% 2% 2%;
    }
  
    /*  768 and up */
    @media only screen and (min-width: 769px) {
  
      .lpage .grid-one-col .col:first-child,
      .lpage .grid-two-col .col:first-child,
      .lpage .grid-three-col .col:first-child,
      .lpage .grid-four-col .col:first-child,
      .lpage .grid-five-col .col:first-child,
      .row-3-col-center {
        margin-left: -2%;
      }
  
      .lpage .grid-one-col .col:last-child,
      .lpage .grid-two-col .col:last-child,
      .lpage .grid-three-col .col:last-child,
      .lpage .grid-four-col .col:last-child,
      .lpage .grid-five-col .col:last-child,
      .row-3-col-center {
        margin-right: -2%;
      }
    }
  
    #interior.lpage {
      font-size: 18px;
    }
  
    #interior.lpage .interior-splash h1 {
      font-weight: 600;
    }
  
    /* max-width 767px */
    @media only screen and (max-width: 47.938em) {
      .lpage h2 {
        font-size: 1.875rem;
      }
    }
  
    /* end */
    .lpage a.dark-bg {
      color: #fff;
      font-weight: 600;
    }
  
    .lpage a.dark-bg:hover {
      color: #00a9e0;
      text-decoration: none;
    }
  
    .lpage .find-out {
      font-size: 16px;
    }
  
    .lpage p {
      margin-bottom: 0.5rem;
    }
  
    .lpage p.xlgText {
      font-size: 1.375rem;
      line-height: 1.8;
    }
  
    /*
  ####################################################
  Blockquote
  ####################################################
  */
    /*
  ::::::::::::::::::::::::::::::::::::::::::::::::::::
  Base Styles
  */
    .lpage .blockquote {
      margin: 0;
      padding: 1rem 1rem;
      font-weight: 600;
      font-size: 18px;
    }
  
    /* tablet up */
    @media only screen and (min-width: 767px) {
      .lpage .blockquote {
        font-size: 24px;
      }
    }
  
    /* end */
    .lpage .blockquote p {
      position: relative;
    }
  
    .lpage .blockquote p:before {
      content: "\201c";
      margin-left: -0.9rem;
      position: absolute;
    }
  
    .lpage .blockquote p:after {
      content: "\201d";
    }
  
    .lpage .blockquote cite {
      display: block;
      font-weight: normal;
      font-style: italic;
      font-size: 16px;
    }
  
    /* tablet up */
    @media only screen and (min-width: 767px) {
      .lpage .blockquote-large {
        font-size: 1.25rem;
      }
    }
  
    /* end */
    /* large */
    .lpage .blockquote-large {
      font-size: 3.125rem;
      line-height: 1.2;
    }
  
    .lpage .blockquote-large cite {
      font-size: 1.25rem;
    }
  
    /* on dark background */
    .lpage .blockquote-dark {
      color: #fff;
    }
  
    .display-1 {
      font-size: 16px !important;
      line-height: 1.2 !important;
    }
  
    .display-2 {
      font-size: 20px !important;
      line-height: 1.2 !important;
    }
  
    .display-3 {
      font-size: 20px !important;
      line-height: 1.2 !important;
    }
  
    .display-4 {
      font-size: 30px !important;
      line-height: 1.1;
    }
  
    .display-5 {
      font-size: 40px !important;
      line-height: 1.2 !important;
    }
  
    .display-6 {
      font-size: 50px !important;
      line-height: 1.2 !important;
    }
  
    /* large screens */
    @media only screen and (min-width: 600px) {
      .display-1 {
        font-size: 16px !important;
        line-height: 1.2 !important;
      }
  
      .display-2 {
        font-size: 20px !important;
        line-height: 1.2 !important;
      }
  
      .display-3 {
        font-size: 30px !important;
        line-height: 1.2 !important;
      }
  
      .display-4 {
        font-size: 40px !important;
        line-height: 1.1;
      }
  
      .display-5 {
        font-size: 45px !important;
        line-height: 1.2 !important;
      }
  
      .display-6 {
        font-size: 60px !important;
        line-height: 1.2 !important;
      }
    }
  
    /* end */
    .text-center {
      text-align: center !important;
    }
  
    .text-left {
      text-align: left !important;
    }
  
    .text-right {
      text-align: right !important;
    }
  
    .text-bold {
      font-weight: bold;
    }
  
    .text-small {
      font-size: 12px;
    }
  
    /*  768 and up */
    @media only screen and (min-width: 769px) {
      .text-leadin {
        font-size: 1.4rem !important;
        line-height: 1.4;
      }
    }
  
    blockquote p {
      margin-bottom: 1rem;
      font-size: 24px;
      font-style: italic;
    }
  
    blockquote cite {
      font-weight: bold;
    }
  
    /*
  ####################################################
  ordered text
  ####################################################
  */
    .ordered-text {
      overflow: hidden;
    }
  
    .ordered-text-counter {
      float: left;
      width: 8%;
      color: #00a9e0;
      font-size: 30px;
      text-align: right;
    }
  
    .ordered-text-description {
      float: right;
      width: 90%;
    }
  
    .lpage .global-btn,
    .lpage button.global-btn {
      color: #fff;
      line-height: inherit;
      height: auto;
      padding: 1rem;
    }
  
    .lpage .global-btn-outline,
    .lpage button.global-btn-outline {
      color: #fff;
      border: 1px solid #fff;
      background: #00a9e0;
    }
  
    .lpage .global-btn-reverse,
    .lpage button.global-btn-reverse {
      color: #00a9e0;
      border: 1px solid #00a9e0;
      background: #fff;
    }
  
    .lpage .global-btn-reverse:hover,
    .lpage button.global-btn-reverse:hover {
      color: #fff;
      border: 1px solid #fff;
      background: #0389b4;
    }
  
    .lpage a.btn-reverse:hover,
    .lpage button.global-btn-reverse:hover {
      text-decoration: none !important;
    }
  
    .lpage .global-btn-sm {
      padding: 12px 15px;
      line-height: 1.3;
      font-size: 1rem;
    }
  
    .lpage .yellow-btn {
      background-color: #ffc845;
      color: #404040;
    }
  
    .lpage .yellow-btn:hover {
      background-color: #ffb912;
    }
  
    /* ==========================================================================
     Interior Splash
     ========================================================================== */
    .lpage .interior-splash .interior-splash-container {
      padding: 5%;
      color: #fff;
      position: relative;
      width: 100%;
      z-index: 1;
      overflow: hidden;
    }
  
    .lpage .interior-splash h2 {
      display: block;
      font-size: 45px;
      font-weight: 400;
      line-height: 59px;
      margin: 0 auto;
      padding: 0 0 20px;
      text-align: left;
      max-width: 800px;
    }
  
    .lpage .interior-splash {
      height: auto;
      min-height: 500px;
    }
  
    .lpage .interior-splash p {
      text-align: left;
      line-height: 26px;
      font-size: 16px;
    }
  
    .lpage .interior-splash .cta {
      text-align: left;
      line-height: 34px;
      font-size: 24px;
      font-weight: 700;
    }
  
    .lpage .btn-reverse {
      font-size: 1.25rem;
      color: #fff;
      outline: 1px solid #fff;
    }
  
    .lpage .interior-splash .interior-splash-container>.interior-splash-container-text--left {
      color: #000;
      float: left;
      width: 620px;
    }
  
    .lpage .interior-splash .interior-splash-container>.interior-splash-container-text {
      color: #000;
      float: right;
      width: 620px;
    }
  
    .lpage .interior-splash figure {
      height: 100%;
      opacity: 1;
    }
  
    /* max-width 1400px */
    @media only screen and (max-width: 87.5em) {
      .lpage .interior-splash .interior-splash-container>.interior-splash-container-text {
        width: 48%;
      }
    }
  
    /* end */
    /* max-width 767px */
    @media only screen and (max-width: 47.938em) {
      .lpage .interior-splash .interior-splash-container>.interior-splash-container-text {
        color: #fff;
        width: 100%;
      }
  
      .lpage .interior-splash figure {
        opacity: 0.4;
      }
  
      .lpage .interior-splash img {
        left: 100%;
      }
    }
  
    /* end */
    /* max-width 1024px, mobile styles */
    @media only screen and (max-width: 64em) {
      .lpage .interior-splash h2 {
        font-size: 2rem;
      }
    }
  
    /* end */
    /*
  ------------------------------------------
  Color modifications
  
  */
    .lpage .interior-splash-light .interior-splash-container>.interior-splash-container-text {
      color: #000000;
    }
  
    .lpage .interior-splash-dark .interior-splash-container>.interior-splash-container-text {
      color: #ffffff;
    }
  
    .interior-splash-text-left {
      float: left !important;
    }
  
    .interior-splash-text-left h2 {
      margin: 0 !important;
    }
  
    .tabs {
      height: auto;
      margin: 0 auto;
    }
  
    /* tab list item */
    .tabs .tabs-list {
      list-style: none;
      margin: 0px;
      padding: 0px;
    }
  
    .tabs .tabs-list li {
      background-color: #e6e6e6;
      min-width: 100px;
      float: left;
      margin: 0px;
      padding: 1rem;
      text-align: center;
    }
  
    .tabs .tabs-list li:hover {
      cursor: pointer;
    }
  
    .tabs .tabs-list li a {
      text-decoration: none;
    }
  
    /* Tab content section */
    .tabs .tab {
      display: none;
      height: auto;
      padding: 1rem;
      clear: both;
    }
  
    /* When active state */
    .tabs .active {
      display: block;
    }
  
    .tabs .tabs-list li.active {
      background-color: #00a9e0;
    }
  
    .tabs .active a {
      color: #fff;
    }
  
    /* media query */
    @media screen and (max-width: 360px) {
      .tabs {
        margin: 0;
        width: 96%;
      }
  
      .tabs .tabs-list li {
        width: 80px;
      }
    }
  
    /* ==========================================================================
     row-split-col / disc-simulation
     ========================================================================== */
    .row-split-col {
      padding: 50px 5%;
    }
  
    .row-split-col-row {
      line-height: 1.6;
      margin: 25px auto 0;
      max-width: 1300px;
    }
  
    .row-split-col-row>.row-split-col-col {
      float: left;
      width: 50%;
    }
  
    .row-split-col-row>.row-split-col-col+.row-split-col-col {
      border-left: 1px solid #b6b6b7;
      width: calc(50% - 1px);
    }
  
    .row-split-col-3>.row-split-col-row>.row-split-col-col {
      width: 33%;
    }
  
    .row-split-col-3>.row-split-col-row>.row-split-col-col+.row-split-col-col {
      border-left: 1px solid #b6b6b7;
      width: calc(33% - 1px);
    }
  
    .row-split-col-row>.row-split-col-col img {
      max-width: 100%;
    }
  
    .row-split-col-row .row-split-col-text {
      display: block;
      padding: 0 8% 40px;
    }
  
    /* max-width 767px */
    @media only screen and (max-width: 47.938em) {
      .row-split-col-row {
        margin: 0 auto;
      }
  
      .row-split-col-row .row-split-col-text {
        padding: 0 8% 50px;
      }
  
      .row-split-col-row>.row-split-col-col {
        float: none;
        width: 100%;
      }
  
      .row-split-col-row>.row-split-col-col+.row-split-col-col,
      .row-split-col-3>.row-split-col-row>.row-split-col-col {
        border-left: none !important;
        width: 100% !important;
      }
  
      .row-split-col {
        padding: 50px 5% 0;
      }
    }
  
    /* end */
    .row-split-box {
      overflow: hidden;
    }
  
    /* max-width 767px */
    @media only screen and (min-width: 600px) {
      .row-split-box {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: center;
        justify-content: center;
      }
    }
  
    /* end */
    .row-split-box-image,
    .row-split-box-text {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      -ms-flex-positive: 0;
      flex-grow: 0;
    }
  
    .row-split-box-image {
      min-height: 200px;
    }
  
    .row-split-box-image img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
    }
  
    .row-split-box-text {
      padding: 10% 5%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
    }
  
    .row-split-box-image-right img {
      -o-object-position: right 50%;
      object-position: right 50%;
    }
  
    .row-split-box-image-left img {
      -o-object-position: left 50%;
      object-position: left 50%;
    }
  
    /* ==========================================================================
     row-video / disc-simulation
     ========================================================================== */
    .row-video {
      background: #000;
      min-height: 700px;
      position: relative;
      text-align: center;
    }
  
    .row-video .row-video-box {
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 1;
    }
  
    .row-video figure img {
      height: auto;
      min-height: 100%;
      min-width: 1440px;
      width: 100%;
    }
  
    .lpage .row-video .row-video-box .blockquote {
      background-color: #00a9e0;
      color: #fff;
      padding: 3rem;
      margin-bottom: 2rem;
    }
  
    .row-video figure,
    .row-video figure img {
      left: 0;
      position: absolute;
      top: 0;
    }
  
    .row-video figure {
      height: 700px;
      margin: 0;
      opacity: 0.4;
      overflow: hidden;
      width: 100%;
      z-index: 0;
    }
  
    .row-video .watch-video {
      color: #fff;
      cursor: pointer;
      background-color: #00a9e0;
    }
  
    .row-video .watch-video.wistia_embed {
      display: inline-block;
      padding: 1rem 2rem;
    }
  
    .row-video .watch-video .row-video-box {
      width: 100% !important;
    }
  
    .row-video .watch-video span {
      display: inline-block;
    }
  
    /* max-width 1250px */
    @media only screen and (max-width: 78.125em) {
      .row-video .row-video-box {
        left: 0;
        padding: 0 5%;
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        -o-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        width: 100%;
      }
    }
  
    /* end */
    /* max-width 1024px, mobile styles */
    @media only screen and (max-width: 800px) {
      .row-video figure img {
        -webkit-transform: translateX(-30%);
        -moz-transform: translateX(-30%);
        -o-transform: translateX(-30%);
        -ms-transform: translateX(-30%);
        transform: translateX(-30%);
      }
    }
  
    /* end */
    /* ==========================================================================
     row-image-left / disc-innovation
     ========================================================================== */
    .row-image-text {
      padding: 50px 0 0;
      line-height: 1.5;
      background-color: #fff;
    }
  
    .lpage .row-image-text h3 {
      font-size: 1.875rem;
      font-weight: 400;
      line-height: 1.2;
      padding: 0 0 28px;
    }
  
    .row-image-text p {
      padding-bottom: 30px;
    }
  
    /* max-width 767px */
    @media only screen and (max-width: 47.938em) {
      .lpage .row-image-text h3 {
        font-size: 1.375rem;
      }
    }
  
    /* end */
    .row-image-text {
      padding: 50px 5%;
    }
  
    /* max-width 1024px, mobile styles */
    @media only screen and (max-width: 64em) {
      .lpage .row-image-text h3 {
        font-size: 1.75rem;
      }
  
      .row-image-text {
        line-height: 1.4;
        padding: 50px 5%;
      }
  
      .row-image-text p {
        padding-bottom: 15px;
      }
    }
  
    /* end */
    .row-image-text-options {
      display: table;
      margin: 0 auto;
      max-width: 1300px;
      margin-top: 2rem;
      margin-bottom: 2rem;
    }
  
    .row-image-text {
      min-height: 500px;
    }
  
    .row-image-text-img img {
      max-width: 100%;
    }
  
    .row-image-text-img {
      padding: 0 3%;
    }
  
    /* large screens */
    @media only screen and (min-width: 600px) {
  
      .row-image-text-img,
      .row-image-text-txt {
        width: 50%;
        display: table-cell;
        vertical-align: middle;
      }
    }
  
    /* end */
    .row-big-image {
      line-height: 1.5;
      margin: 0 auto;
      padding: 50px 0 50px 0;
      position: relative;
      overflow: hidden;
      min-height: 600px;
    }
  
    .row-big-image .holder {
      position: relative;
    }
  
    .lpage .row-big-image>h2 {
      position: relative;
      z-index: 1;
    }
  
    .lpage .row-big-image h3 {
      font-size: 1.875rem;
      font-weight: 400;
      line-height: 1.2;
      padding: 0 0 28px;
    }
  
    .row-big-image .row-big-image-text {
      padding-top: 30px;
      position: relative;
      width: 50%;
      z-index: 1;
    }
  
    .row-big-image p,
    .row-big-image ul,
    .row-big-image ol {
      padding-bottom: 30px;
    }
  
    .row-big-image img {
      bottom: 0;
      position: absolute;
      width: 45%;
    }
  
    /* Mobile Only */
    @media only screen and (max-width: 767px) {
      .row-big-image .row-big-image-text {
        float: none;
        margin-bottom: 0;
        padding-top: 0;
        width: 100%;
      }
  
      .row-big-image img {
        left: 0;
        opacity: 0.15;
        width: 100%;
      }
  
      .lpage .row-big-image h3 {
        font-size: 1.375rem;
      }
    }
  
    /* end */
    /*
  ----------------------------
  Modifications
  
  */
    .row-big-image-right .row-big-image-text {
      float: left;
    }
  
    .row-big-image-right img {
      right: 0;
    }
  
    .row-big-image-left .row-big-image-text {
      float: right;
    }
  
    .row-big-image-left img {
      left: 0;
    }
  
    /*  768 and down */
    @media only screen and (max-width: 768px) {
  
      .row-big-image.text-white,
      .bg-image.text-white {
        background-color: #2f2f2f !important;
      }
    }
  
    /* ==========================================================================
     row-3-col-center
     ========================================================================== */
    .row-3-col-center {
      padding: 0 1rem;
    }
  
    .row-3-col-center .grid-three-col figure {
      text-align: center;
    }
  
    .row-3-col-center .grid-three-col figcaption {
      text-align: left;
    }
  
    .stat-summary {
      margin: 0 auto;
      max-width: 1200px;
    }
  
    .circular {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 100vh;
      /* 1 */
      border-radius: 50%;
      color: #fff;
      cursor: default;
      font-size: 2.5rem;
      font-weight: 300;
      height: 280px;
      line-height: 1;
      margin-bottom: 20px;
      vertical-align: middle;
      width: 280px;
      margin: 0 auto;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
    }
  
    .circular span {
      display: block;
      font-size: 4.375rem;
      font-weight: 600;
      height: 74px;
      overflow: hidden;
    }
  
    .circular.blue {
      background: #00a9e0;
    }
  
    .circular.yellow {
      background: #ffc845;
      color: #000;
    }
  
    .circular.red {
      background: #d50032;
    }
  
    .row-3-col-center figcaption {
      margin-top: 10px;
    }
  
    /* Stages alternative layout */
    .row-3-col-center-stages .grid-three-col {
      padding-left: 0;
      padding-right: 0;
    }
  
    .row-3-col-center-stages figcaption {
      display: table;
    }
  
    .row-3-col-center-stages figcaption strong {
      font-size: 32px;
      color: #00a9e0;
    }
  
    .row-3-col-center-stages figcaption strong,
    .row-3-col-center-stages figcaption p {
      display: table-cell;
      vertical-align: middle;
      padding: 5px;
    }
  
    /*  768 and up */
    @media only screen and (min-width: 769px) {
      .row-3-col-center-stages .grid-three-col {
        position: relative;
        z-index: 2;
      }
  
      .row-3-col-center-stages .grid-three-col:before {
        content: '';
        position: absolute;
        width: 90%;
        height: 1px;
        background: black;
        top: 35%;
        left: 0;
        z-index: -1;
      }
    }
  
    /* ==========================================================================
    row-segment
     ========================================================================== */
    .lpage .row-segment-blue {
      background: #00a9e0;
      color: #fff;
      padding: 40px 3%;
      text-align: left;
      width: 100%;
      padding: 35px 5%;
    }
  
    .lpage .row-segment-grey {
      background: #ebebeb;
      padding: 50px 5%;
    }
  
    .row-segment-blue .holder {
      padding-left: 0rem;
      padding-right: 0rem;
    }
  
    /* 
    -------------------
  .row-segment-blue-scroll
    */
    .row-segment-blue-scroll {
      margin: 0 auto;
      width: 90px;
      height: 90px;
      font-size: 200%;
      line-height: 300%;
      position: relative;
      margin-bottom: -75px;
      background: #00a9e0;
      border-radius: 100px;
      text-align: center;
      z-index: 2;
    }
  
    /* ==========================================================================
     row-parallax
     ========================================================================== */
    .row-parallax {
      background-attachment: fixed;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      min-height: 350px;
      position: relative;
    }
  
    /* max-width 1024px, mobile styles */
    @media only screen and (max-width: 64em) {
      .row-parallax {
        background-attachment: scroll;
      }
    }
  
    /* end */
    .row-parallax.row-parallax-static {
      background-attachment: scroll;
      height: auto !important;
    }
  
    .row-media-grid-row {
      max-width: 960px;
      margin: 0 auto;
    }
  
    .row-media-grid .col {
      margin: 0 !important;
    }
  
    .row-media-grid .grid-two-col .col,
    .row-media-grid .col {
      padding-top: 0;
      padding-bottom: 0.5%;
      padding-right: 0.5%;
      padding-left: 0.5%;
    }
  
    .row-media-grid-row-2 .col {
      width: 50%;
    }
  
    .row-media-grid-row-3 .col:first-child {
      width: 33.5%;
    }
  
    .row-media-grid-row-3 .col:last-child {
      width: 66.5%;
    }
  
    .row-media-grid-row-4 .col:first-child {
      width: 66.5%;
    }
  
    .row-media-grid-row-4 .col:last-child {
      width: 33.5%;
    }
  
    .row-media-grid-row-link {
      position: relative;
    }
  
    .row-media-grid-link-text {
      position: absolute;
      bottom: 20px;
      left: 20px;
      right: 20px;
      font-size: 28px;
      color: white;
      line-height: 39px;
      text-align: left;
    }
  
    .row-media-grid-row-link img {
      width: 100%;
      height: auto;
    }
  
    @media (max-width: 768px) {
      .row-media-grid .wistia_responsive_padding {
        padding: 0.5% !important;
      }
  
      .row-media-grid .wistia_responsive_wrapper {
        position: relative !important;
      }
  
      .row-media-grid .wistia_responsive_padding {
        margin: 0 !important;
        padding: 0 !important;
      }
  
      .row-media-grid .col {
        width: 100% !important;
      }
    }
  
    .lpage .row-contact-btn {
      background: #00a9e0;
      color: #fff;
      padding: 40px 3%;
      text-align: center;
      width: 100%;
      padding: 35px 10%;
    }
  
    .row-contact-btn .row-contact-btn-heading {
      font-size: 45px;
      line-height: 1.2;
      margin-bottom: 1rem;
    }
  
    /* ==========================================================================
     row-contact-form
     ========================================================================== */
    .row-contact-form {
      padding: 50px 5%;
      background: #00a9e0;
      color: #fff;
      overflow: hidden;
    }
  
    .row-contact-form-row {
      line-height: 1.6;
      margin: 25px auto 0;
      max-width: 900px;
    }
  
    .row-contact-form-col {
      overflow: hidden;
      margin-bottom: 1rem;
    }
  
    .row-contact-form-col .hs-input {
      width: 100% !important;
    }
  
    /*  768 and up */
    @media only screen and (min-width: 769px) {
      .row-contact-form-row>.row-contact-form-col {
        float: left;
        width: 50%;
      }
  
      .row-contact-form-row>.row-contact-form-col+.row-contact-form-col {
        width: calc(50% - 1px);
      }
    }
  
    .row-contact-form-row>.row-contact-form-col img {
      max-width: 100%;
    }
  
    .row-contact-form .hbspt-form a {
      color: #fff;
    }
  
    .row-contact-form address {
      font-style: normal;
    }
  
    .row-contact-form address p {
      margin-bottom: 1rem;
    }
  
    .lpage .row-contact-form address a {
      text-decoration: underline;
      color: #fff;
    }
  
    /* max-width 767px */
    @media only screen and (max-width: 47.938em) {
      .row-contact-form-row {
        margin: 0 auto;
      }
  
      .row-contact-form-row>.row-contact-form-col {
        float: none;
        width: 100%;
      }
  
      .row-contact-form-row>.row-contact-form-col+.row-contact-form-col {
        border-left: none;
        width: 100%;
      }
    }
  
    /* end */
    /* max-width 767px */
    @media only screen and (max-width: 47.938em) {
      .row-contact-form {
        padding: 50px 5% 0;
      }
    }
  
    /* end */
    .row-contact-form .hbspt-form .form-columns-1,
    .row-contact-form .hbspt-form .form-columns-2 {
      margin-bottom: 1rem;
    }
  
    .row-contact-form .hbspt-form select,
    .row-contact-form .hbspt-form input,
    .row-contact-form .hbspt-form textarea {
      color: #888;
      padding: 5px;
    }
  
    .row-contact-form .hbspt-form input[type="submit"] {
      background: #00a9e0;
      border: 1px solid #fff;
      padding: 1rem 2rem;
      color: #fff;
      height: auto;
    }
  
    .row-contact-form .hbspt-form .hs-error-msgs.inputs-list {
      position: relative;
      top: 0;
    }
  
    .row-contact-form .hbspt-form .hs-error-msgs.inputs-list label {
      color: #fff;
    }
  
    /* max-width 767px */
    @media only screen and (max-width: 64em) {
      .row-contact-form .hs-form fieldset {
        max-width: none !important;
        width: 100%;
      }
    }
  
    /* end */
    .row-media-grid-row {
      max-width: 960px;
      margin: 0 auto;
    }
  
    .row-media-grid .col {
      margin: 0 !important;
    }
  
    .row-media-grid .grid-two-col .col,
    .row-media-grid .col {
      padding-top: 0;
      padding-bottom: 0.5%;
      padding-right: 0.5%;
      padding-left: 0.5%;
    }
  
    .row-media-grid-row-2 .col {
      width: 50%;
    }
  
    .row-media-grid-row-3 .col:first-child {
      width: 33.5%;
    }
  
    .row-media-grid-row-3 .col:last-child {
      width: 66.5%;
    }
  
    .row-media-grid-row-4 .col:first-child {
      width: 66.5%;
    }
  
    .row-media-grid-row-4 .col:last-child {
      width: 33.5%;
    }
  
    .row-media-grid-row-link {
      position: relative;
    }
  
    .row-media-grid-link-text {
      position: absolute;
      bottom: 20px;
      left: 20px;
      right: 20px;
      font-size: 28px;
      color: white;
      line-height: 39px;
      text-align: left;
    }
  
    .row-media-grid-row-link img {
      width: 100%;
      height: auto;
    }
  
    @media (max-width: 768px) {
      .row-media-grid .wistia_responsive_padding {
        padding: 0.5% !important;
      }
  
      .row-media-grid .wistia_responsive_wrapper {
        position: relative !important;
      }
  
      .row-media-grid .wistia_responsive_padding {
        margin: 0 !important;
        padding: 0 !important;
      }
  
      .row-media-grid .col {
        width: 100% !important;
      }
    }
  
    .row-bios-figure {
      overflow: hidden;
      margin-top: 2rem;
      margin-bottom: 2rem;
    }
  
    .row-bios-figcaption {
      margin: 1rem 0 0 0;
    }
  
    @media (min-width: 600px) {
      .row-bios-figure img {
        float: left;
        width: 150px;
      }
  
      .row-bios-figcaption {
        float: left;
        margin: 0 0 0 1rem;
        word-wrap: break-word;
        max-width: 50%;
      }
    }
  
    .row-bios-name {
      font-weight: bold;
      margin-bottom: 1rem;
    }
  
    .row-bios-company {
      font-weight: bold;
    }
  
    /* ==========================================================================
  row-card-slider
  ========================================================================== */
    .row-card-slider-card {
      overflow: hidden;
      background: #fff;
      margin-bottom: 1rem;
    }
  
    .row-card-slider-text {
      padding: 3% 5% 3% 5%;
      width: 100%;
    }
  
    .row-card-slider-img {
      width: 100%;
      min-width: 106px;
      min-height: 350px;
    }
  
    .row-card-slider .owl-nav {
      margin-top: 1rem;
    }
  
    /* ==========================================================================
      video-item
  
     ========================================================================== */
    .video-item {
      position: relative;
      background-color: #000;
    }
  
    .video-item .wistia_embed {
      width: 100% !important;
      height: 100% !important;
      position: absolute;
    }
  
    .video-item .wistia_click_to_play {
      z-index: 3;
      position: absolute;
      width: 100% !important;
      height: 100% !important;
    }
  
    .video-item .wistia_click_to_play:hover {
      cursor: pointer;
    }
  
    .video-item:hover .wistia_click_to_play::before {
      -webkit-filter: drop-shadow(0px 0px 3px #fff);
      filter: drop-shadow(0px 0px 3px #fff);
    }
  
    .video-item img {
      opacity: 1;
      -webkit-transition: opacity 0.16s ease-in-out;
      -moz-transition: opacity 0.16s ease-in-out;
      -o-transition: opacity 0.16s ease-in-out;
      transition: opacity 0.16s ease-in-out;
    }
  
    .video-item:hover img {
      opacity: 0.5;
      -webkit-transition: opacity 0.16s ease-in-out;
      -moz-transition: opacity 0.16s ease-in-out;
      -o-transition: opacity 0.16s ease-in-out;
      transition: opacity 0.16s ease-in-out;
    }
  
    .video-item .wistia_click_to_play::before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      background: url("https://www.altair.com/images/play-button.svg") no-repeat center center;
      background-size: 30% 30%;
      -webkit-filter: drop-shadow(0px 0px 0px #fff);
      filter: drop-shadow(0px 0px 0px #fff);
      z-index: 1;
    }
  
    .list-phase-blocks {
      display: table;
      height: 110px;
      overflow: hidden;
      padding: 0;
      width: 100%;
    }
  
    .list-phase-blocks li {
      text-align: center;
      width: 100%;
      padding: 1rem;
      border: 10px solid #fff;
    }
  
    @media (min-width: 800px) {
      .list-phase-blocks li {
        display: table-cell;
        vertical-align: middle;
        width: 20%;
      }
    }
  
    .list-phase-blocks li:nth-child(1) {
      background-color: rgba(0, 0, 0, 0.1);
    }
  
    .list-phase-blocks li:nth-child(2) {
      background-color: rgba(0, 0, 0, 0.1);
    }
  
    .list-phase-blocks li:nth-child(3) {
      background-color: rgba(0, 0, 0, 0.1);
    }
  
    .list-phase-blocks li:nth-child(4) {
      background-color: rgba(0, 0, 0, 0.25);
    }
  
    .list-phase-blocks li:nth-child(5) {
      background-color: rgba(0, 0, 0, 0.25);
    }
  
    .list-vertlines {
      list-style-type: none;
      padding-left: 20%;
      padding-right: 20%;
    }
  
    .list-vertlines li {
      padding: 1rem;
      text-align: center;
      border-bottom: 1px solid #ffcc00;
    }
  
    /* ==========================================================================
  Key value pair definition list
     ========================================================================== */
    .list-key-value dd::after {
      content: "";
      display: block;
    }
  
    .list-key-value dd,
    .list-key-value dt {
      display: inline-block;
    }
  
    .list-key-value div {
      text-align: right;
    }
  
    .list-key-value dd {
      font-weight: bold;
      margin: 0;
    }
  
    /* ==========================================================================
     Utilities
     ========================================================================== */
    .reset {
      all: initial;
    }
  
    .reset * {
      all: unset;
    }
  
    /*
    ::::::::::::::::::::::::::::::::::::::::::::::::::::
    display property
    */
    .display-b {
      display: block !important;
    }
  
    .display-ib {
      display: inline-block !important;
    }
  
    /*
    ::::::::::::::::::::::::::::::::::::::::::::::::::::
    Text color utilties
    */
    .text-blue {
      color: #00a9e0 !important;
    }
  
    .text-yellow {
      color: #ffc845 !important;
    }
  
    .text-red {
      color: #d50032 !important;
    }
  
    .text-gray-dark {
      color: #2f2f2f !important;
    }
  
    .text-gray {
      color: #5d5c5c !important;
    }
  
    .text-gray-light {
      color: #f8f9fa !important;
    }
  
    .text-gray-lighter {
      color: #e6e6e6 !important;
    }
  
    .text-black {
      color: #404040 !important;
    }
  
    .text-pure-black {
      color: #000000 !important;
    }
  
    .text-white {
      color: #ffffff !important;
    }
  
    /*
    ::::::::::::::::::::::::::::::::::::::::::::::::::::
    Background color utilties
    */
    .bg-blue {
      background-color: #00a9e0 !important;
      color: #fff;
    }
  
    .bg-yellow {
      background-color: #ffc845 !important;
    }
  
    .bg-red {
      background-color: #d50032 !important;
      color: #fff;
    }
  
    .bg-gray-blue {
      background-color: #2b323a !important;
      color: #fff;
    }
  
    .bg-gray-dark {
      background-color: #2f2f2f !important;
      color: #fff;
    }
  
    .bg-gray {
      background-color: #5d5c5c !important;
    }
  
    .bg-gray-light {
      background-color: #d7d7d7 !important;
    }
  
    .bg-gray-lighter {
      background-color: #e6e6e6 !important;
    }
  
    .bg-black {
      background-color: #404040 !important;
    }
  
    .bg-pure-black {
      background-color: #000 !important;
    }
  
    .bg-white {
      background-color: #fff !important;
    }
  
    /*  768 and down */
    @media only screen and (max-width: 768px) {
      .lpage .bg-mobile-color {
        background-color: #2f2f2f !important;
        background-image: none !important;
        color: #fff !important;
      }
    }
  
    .bg-image {
      background-attachment: static;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
    }
  
    .clearfix:after {
      content: "";
      clear: both;
      display: table;
    }
  
    .d-desktop {
      display: none;
    }
  
    /*  768 and up */
    @media only screen and (min-width: 769px) {
      .d-desktop {
        display: block;
      }
    }
  
    .img-fluid {
      max-width: 100%;
      height: auto;
    }
  
    /*
  ####################################################
  Padding
  ####################################################
  */
    /*
  ::::::::::::::::::::::::::::::::::::::::::::::::::::
  Padding y axis
  */
    /*
  ::::::::::::::::::::::::::::::::::::::::::::::::::::
  Padding all sides
  */
    .p-0 {
      padding: 0px !important;
    }
  
    .p-20 {
      padding: 10px !important;
    }
  
    .p-40 {
      padding: 20px !important;
    }
  
    .p-60 {
      padding: 30px !important;
    }
  
    .p-80 {
      padding: 40px !important;
    }
  
    .p-100 {
      padding: 50px !important;
    }
  
    /*  768 and up */
    @media only screen and (min-width: 767px) {
      .p-20 {
        padding: 20px !important;
      }
  
      .p-40 {
        padding: 40px !important;
      }
  
      .p-60 {
        padding: 60px !important;
      }
  
      .p-80 {
        padding: 80px !important;
      }
  
      .p-100 {
        padding: 100px !important;
      }
    }
  
    /*
  ::::::::::::::::::::::::::::::::::::::::::::::::::::
  Padding y axis
  */
    .py-0 {
      padding-top: 0px !important;
      padding-bottom: 0px !important;
    }
  
    .py-20 {
      padding-top: 10px !important;
      padding-bottom: 10px !important;
    }
  
    .py-40 {
      padding-top: 20px !important;
      padding-bottom: 20px !important;
    }
  
    .py-60 {
      padding-top: 30px !important;
      padding-bottom: 30px !important;
    }
  
    .py-80 {
      padding-top: 40px !important;
      padding-bottom: 40px !important;
    }
  
    .py-100 {
      padding-top: 50px !important;
      padding-bottom: 50px !important;
    }
  
    /*  768 and up */
    @media only screen and (min-width: 767px) {
      .py-20 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
      }
  
      .py-40 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
      }
  
      .py-60 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
      }
  
      .py-80 {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
      }
  
      .py-100 {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
      }
    }
  
    /*
  ::::::::::::::::::::::::::::::::::::::::::::::::::::
  Padding x axis
  */
    .px-0 {
      padding-left: 0px !important;
      padding-right: 0px !important;
    }
  
    .px-20 {
      padding-left: 10px !important;
      padding-right: 10px !important;
    }
  
    .px-40 {
      padding-left: 20px !important;
      padding-right: 20px !important;
    }
  
    .px-60 {
      padding-left: 30px !important;
      padding-right: 30px !important;
    }
  
    .px-80 {
      padding-left: 40px !important;
      padding-right: 40px !important;
    }
  
    .px-100 {
      padding-left: 50px !important;
      padding-right: 50px !important;
    }
  
    /*  768 and up */
    @media only screen and (min-width: 767px) {
      .px-20 {
        padding-left: 20px !important;
        padding-right: 20px !important;
      }
  
      .px-40 {
        padding-left: 40px !important;
        padding-right: 40px !important;
      }
  
      .px-60 {
        padding-left: 60px !important;
        padding-right: 60px !important;
      }
  
      .px-80 {
        padding-left: 80px !important;
        padding-right: 80px !important;
      }
  
      .px-100 {
        padding-left: 100px !important;
        padding-right: 100px !important;
      }
    }
  
    /*
  ::::::::::::::::::::::::::::::::::::::::::::::::::::
  padding only on top
  */
    .pt-0 {
      padding-top: 0px !important;
    }
  
    .pt-20 {
      padding-top: 10px !important;
    }
  
    .pt-40 {
      padding-top: 20px !important;
    }
  
    .pt-60 {
      padding-top: 30px !important;
    }
  
    .pt-80 {
      padding-top: 40px !important;
    }
  
    /*  768 and up */
    @media only screen and (min-width: 767px) {
      .pt-20 {
        padding-top: 20px !important;
      }
  
      .pt-40 {
        padding-top: 40px !important;
      }
  
      .pt-60 {
        padding-top: 60px !important;
      }
  
      .pt-80 {
        padding-top: 80px !important;
      }
    }
  
    /*
  ::::::::::::::::::::::::::::::::::::::::::::::::::::
  Padding only on bottom
  */
    .pb-0 {
      padding-bottom: 0px !important;
    }
  
    .pb-20 {
      padding-bottom: 10px !important;
    }
  
    .pb-40 {
      padding-bottom: 20px !important;
    }
  
    .pb-60 {
      padding-bottom: 30px !important;
    }
  
    .pb-80 {
      padding-bottom: 40px !important;
    }
  
    /*  768 and up */
    @media only screen and (min-width: 767px) {
      .pb-20 {
        padding-bottom: 20px !important;
      }
  
      .pb-40 {
        padding-bottom: 40px !important;
      }
  
      .pb-60 {
        padding-bottom: 60px !important;
      }
  
      .pb-80 {
        padding-bottom: 80px !important;
      }
    }
  
    /*
  ####################################################
  Margin
  ####################################################
  */
    /*
  ::::::::::::::::::::::::::::::::::::::::::::::::::::
  Margin y axis
  */
    .my-20 {
      margin-top: 10px !important;
      margin-bottom: 10px !important;
    }
  
    .my-40 {
      margin-top: 20px !important;
      margin-bottom: 20px !important;
    }
  
    .my-60 {
      margin-top: 30px !important;
      margin-bottom: 30px !important;
    }
  
    .my-80 {
      margin-top: 40px !important;
      margin-bottom: 40px !important;
    }
  
    /*  768 and up */
    @media only screen and (min-width: 767px) {
      .my-20 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
      }
  
      .my-40 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
      }
  
      .my-60 {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
      }
  
      .my-80 {
        margin-top: 80px !important;
        margin-bottom: 80px !important;
      }
    }
  
    /*
  ::::::::::::::::::::::::::::::::::::::::::::::::::::
  Margin x axis
  */
    .mx-auto {
      margin: 0 auto !important;
    }
  
    .mx-20 {
      margin-left: 10px !important;
      margin-right: 10px !important;
    }
  
    .mx-40 {
      margin-left: 20px !important;
      margin-right: 20px !important;
    }
  
    .mx-60 {
      margin-left: 30px !important;
      margin-right: 30px !important;
    }
  
    .mx-80 {
      margin-left: 40px !important;
      margin-right: 40px !important;
    }
  
    /*  768 and up */
    @media only screen and (min-width: 767px) {
      .mx-20 {
        margin-left: 20px !important;
        margin-right: 20px !important;
      }
  
      .mx-40 {
        margin-left: 40px !important;
        margin-right: 40px !important;
      }
  
      .mx-60 {
        margin-left: 60px !important;
        margin-right: 60px !important;
      }
  
      .mx-80 {
        margin-left: 80px !important;
        margin-right: 80px !important;
      }
    }
  
    /*
  ::::::::::::::::::::::::::::::::::::::::::::::::::::
  Margin only on top
  */
    .mt-20 {
      margin-top: 10px !important;
    }
  
    .mt-40 {
      margin-top: 20px !important;
    }
  
    .mt-60 {
      margin-top: 30px !important;
    }
  
    .mt-80 {
      margin-top: 40px !important;
    }
  
    /*  768 and up */
    @media only screen and (min-width: 767px) {
      .mt-20 {
        margin-top: 20px !important;
      }
  
      .mt-40 {
        margin-top: 40px !important;
      }
  
      .mt-60 {
        margin-top: 60px !important;
      }
  
      .mt-80 {
        margin-top: 80px !important;
      }
    }
  
    /*
  ::::::::::::::::::::::::::::::::::::::::::::::::::::
  Margin only on right
  */
    .mr-10 {
      margin-right: 20px !important;
    }
  
    .mr-20 {
      margin-right: 20px !important;
    }
  
    .mr-40 {
      margin-right: 40px !important;
    }
  
    .mr-60 {
      margin-right: 60px !important;
    }
  
    .mr-80 {
      margin-right: 80px !important;
    }
  
    /*
  ::::::::::::::::::::::::::::::::::::::::::::::::::::
  Margin only on left
  */
    .ml-10 {
      margin-left: 10px !important;
    }
  
    .ml-20 {
      margin-left: 20px !important;
    }
  
    .ml-40 {
      margin-left: 40px !important;
    }
  
    .ml-60 {
      margin-left: 60px !important;
    }
  
    .ml-80 {
      margin-left: 80px !important;
    }
  
    /*
  ::::::::::::::::::::::::::::::::::::::::::::::::::::
  Margin only on bottom
  */
    .mb-0 {
      margin-bottom: 0 !important;
    }
  
    .mb-20 {
      margin-bottom: 10px !important;
    }
  
    .mb-40 {
      margin-bottom: 20px !important;
    }
  
    .mb-60 {
      margin-bottom: 30px !important;
    }
  
    .mb-80 {
      margin-bottom: 40px !important;
    }
  
    /*  768 and up */
    @media only screen and (min-width: 767px) {
      .mb-20 {
        margin-bottom: 20px !important;
      }
  
      .mb-40 {
        margin-bottom: 40px !important;
      }
  
      .mb-60 {
        margin-bottom: 60px !important;
      }
  
      .mb-80 {
        margin-bottom: 80px !important;
      }
    }
  
    /*
  ####################################################
  Padding
  ####################################################
  */
    .lpage .wistia_click_to_play {
      height: 100% !important;
    }
  
    .img-fluid,
    .img-responsive {
      max-width: 100%;
      height: auto;
    }
  
    /*
  ####################################################
  Vertically center
  ####################################################
  */
    /*** added a version for all screen sizes into __rows **/
    @media (min-width: 800px) {
      .center-y-md {
        display: table;
        overflow: hidden;
        width: 100%;
      }
  
      .center-y-md .center-y-item {
        display: table-cell;
        vertical-align: middle;
        float: none !important;
        width: auto !important;
      }
    }
  
    /*
  ####################################################
  Borders
  ####################################################
  */
    .border-r-gold {
      border-right: 1px solid #ffc845;
    }
  
    .border-l-gold {
      border-left: 1px solid #ffc845;
    }
  
    /*
  ####################################################
  Width
  ####################################################
  */
    .w-50 {
      width: 50%;
    }
  
    .w-100 {
      width: 100%;
    }
  
    .lpage.docs code {
      display: block;
      text-align: center;
      color: #ffb900;
      font-size: 24px;
      background: #212121;
      font-weight: bold;
      font-family: monospace;
    }
  
    .lpage .docs-header {
      margin: 2rem 0 0 0;
      padding: 2rem;
      text-align: center;
    }
  
    .lpage.docs .code-container {
      background: #212121;
      padding: 1rem 0;
    }
  
    .lpage.docs .code-footer {
      background: #888;
      padding: 1rem 0;
      color: #ccc;
      text-align: center;
      margin-bottom: 10rem;
    }
  
    .lpage.docs .code-container .code-toggle {
      margin: 0 auto;
      background: #ccc;
      border: 1px solid #888;
      display: block;
    }
  
    .lpage.docs code::before {
      content: "/* ";
      color: #ccc;
    }
  
    .lpage.docs code::after {
      content: " */";
      color: #ccc;
    }
  
    .lpage.docs .code-snippet {
      width: 100%;
      min-height: 200px;
      background: #212121;
      color: #fff;
      font-family: monospace;
      padding: 10px;
    }
  
    .lpage.docs .list-menu li {
      float: none;
    }
  
    .lpage.docs .to-top {
      font-size: 50%;
    }
  
    .lpage.docs textarea.code-snippet {
      min-height: auto !important;
    }
  

/** end imported from old cms **/

/** start LP css **/

.wistia_embed {
  height: auto !important;
}

.lpage .holder {
  padding-left: 2rem;
  padding-right: 2rem;
  width: auto;
}

@media only screen and (min-width: 1599px) {
  .lpage .holder {
    max-width: 1600px;
  }
}


@media only screen and (max-width: 1200px) {
    .interior .grid-two-col .col {
        float: none;
        padding: 0 3%;
        width: 100%;
    }
  
  }

/* max-width 1330px */
@media only screen and (min-width: 1200px) {
  .holder {
    margin: 0 auto;
    width: 1600px;
  }

}

.lpage blockquote  {

  
  margin: 0; 
    font-weight: 400;
}
.lpage blockquote p {
  font-style:normal;
  font-size:20px;
}
.lpage blockquote cite {
font-weight: 400;
}
#interior.lpage,
.lpage {
  padding: 0;
}

.lpage h1 {
  line-height: 1.2;
  font-weight: 800;
}

.lpage h1 small {
  text-transform: uppercase;
  font-size: 16px;
  display: block;
  margin-bottom: 1rem;
  font-weight: 700;
}

@media (min-width: 1200px) {
  .lpage h1 {
    font-size: 44px;
  }
  .lpage h1 small {
    font-size: 26px;
  }
}

.lpage h2 {
  font-size: 23px;
  font-weight: 800;
}
@media (min-width: 1200px) {
  .lpage h2 {
    font-size: 28px;
  }
}
.global-btn {
  text-align: center;
}
.list-display-blocks ul {
  padding:0;
}
.list-display-blocks li {
list-style-type: none;
  padding:0 0 1rem 0;
  margin-bottom:1rem;
  border-bottom:1px solid #ccc;
  
}
.list-display-blocks li:last-child {
border:none;
}
.list-display-blocks li > strong {
  color: #00a9e0;
  font-weight: 800;
}
.list-display li {
  margin-bottom: 0.4rem;
  font-weight: 600;
    list-style-type: none;
  padding-left: 1rem;
  orphans: 3;
}
.list-display ul {
  padding-left: 1rem;
}
.list-display li:before {
  content: "";
  margin: 0 0.75rem 0 -1.6rem;
  color: #00a9e0;
  font-size: 80%;
  height: 15px;
   width: 14px;
  display: inline-block;
   background-image: url(https://47251.fs1.hubspotusercontent-na1.net/hubfs/47251/Altair%20Free%20Trial%20LP/triangle.svg);
}



input[type="submit"],
.global-btn {
  background: #00a9e0;
  -webkit-transition: background 0.12s linear;
  -moz-transition: background 0.12s linear;
  -o-transition: background 0.12s linear;
  transition: background 0.12s linear;
}

.global-btn,
#splash .read-more {
  color: #fff;
  display: inline-block;
  height: auto;
  line-height: 1.3;
  margin-top: 30px;
  padding: 12px 15px;
  text-decoration: none;
}

.splash-link ~ .holder .read-more,
#splash .holder .read-more {
  background: #00a9e0;
  margin-right: 20px;
}

input[type="submit"]:hover,
.global-btn:hover,
.splash-link:hover ~ .holder .read-more,
#splash:hover .holder .read-more {
  background: #0389b4;
}

/* ###################################
HERO
*/
.lpage #altairHeader.corp {
  padding-bottom: 0;
}




.lpage .hero h1 {
  padding-right: 2%;
}



.grid-two-col .col:first-child {
  padding-right: 5%;
}

.lpage .hero hr {
  margin: 0.5rem 0;
}

.hero .holder {
  padding-top: 10%;
  padding-bottom: 10%;
  background-color: rgba(255,255,255,0.5);
}
@media (min-width: 1200px) {
  .hero .holder {
    background-color: transparent;
  }
  
}
.hero .holder:last-child {
  padding-top: 30vh;
  padding-bottom: 30vh;
}

@media (min-width: 1200px) {
  .hero .holder {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}




@media (min-width: 1200px) {
  .hero .holder:last-child {
    background-color: inherit;
  }
}

/* Form */
.form-container {
  margin-top:2rem;
  padding: 2rem;
  padding-top: 2rem;
  text-align: center;
  border-radius: 24px;
  overflow: hidden;
}

.interior .hs_submit {
    float: none;
    width: 100%;
}

@media (min-width: 1200px) {
  .form-container {
    margin-top:0;
    padding: 3rem;
    padding-top: 2rem;
  }
  
}

.form-container h2 {
  text-transform: uppercase;
  margin-bottom: 1rem;
}








@media (min-width: 1200px) {
  .form-container {
    max-width: 599px;
  }

  .form-fixed {
    position: fixed;
    right: calc(5%);
    z-index: 2;
  }

  .form-anchor {
    position: absolute;
    right: calc(5%);
  }
}


@media (min-width: 1300px) {
  .form-fixed {right: calc(10%);}
  .form-anchor {right: calc(10%);}
}



@media (max-width: 1200px) {
  .lpage .hs-form .form-columns-2 .field {
    float: none;
    width: 100%;
  }
}

.interior .hs-error-msgs.inputs-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
}

.lpage ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 1; /* Firefox */
}

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

.lpage ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ccc;
}

.lpage .hs-form {
  text-align: left;
  font-size: 14px;
}

.lpage .hs-form .actions {
  text-align: center;
}

.lpage .hs-form label {
  margin-bottom: 3px;
  display: block;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .lpage .hs-form .form-columns-2 .field {
    float: none;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .lpage .hs-form .form-columns-2 .field:first-child, .hs-form .hs-country_dropdown {
    padding-right: 1rem;
  }
  
  .hs-form .hs-country_dropdown, .hs-form .hs-state_dropdown {
    width: 50%;
    float: left;
}

  
}


.lpage .hs-form .hs-input.error {
border:2px solid red!important;
}

.lpage .hs-form .form-columns-1 .hs-input,
.lpage .hs-form .form-columns-2 .hs-input {
  width: 100%;
  padding: 5px 10px;
  line-height: 1;
  border: none;
  font-size: 1rem;
  color: #000;
}
.lpage .hs-form .form-columns-1 .input,
.lpage .hs-form .form-columns-2 .input {
  margin-right: 0;
}
.lpage .hs-form .field {
  margin-bottom: 0.5rem;
}
.interior .hs-form a {
  color: #fff;
}
.interior .hs-form fieldset {
  width: 100%;
  max-width:none;
}
.interior .hs-form .hs-button {
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 1rem;
  color: #00a9e0;
  border: none;
  padding: 0.5rem 2rem;
  background-color: #ffffff;
  -webkit-transition: background 0.12s linear;
  -moz-transition: background 0.12s linear;
  -o-transition: background 0.12s linear;
  transition: background 0.12s linear;
}
.interior .hs-form .hs-button:hover {
  color: #ffffff;
  background-color: #0389b4;
}

/* ###################################
INFORMATION
*/
.information .holder {
  padding-top: 30%;
  padding-bottom: 30%;
}



@media (min-width: 1200px) {
  .information .holder {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}

.information .wistia_responsive_padding {
  margin: 4rem 0 2rem 0;
}

/* ###################################
CTA FORM
*/
.cta-form .holder {
  padding-top: 10%;
  padding-bottom: 30%;
}
@media (min-width: 1200px) {
  .cta-form .holder {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .w-100 {
    width: auto !important;
  }
}

@media (min-width: 1200px) {
  .lpage .hide-desktop {
    display: none;
  }
}


.media {
  overflow: hidden;
  margin: 2rem 0;
  display: table;
}
.media-heading {
  margin-top: 0;
  color: #00a9e0;
      font-size: 19px;
}
.media-left {
  display: table-cell;
  text-align: center;
  width: 20%;
}

@media (min-width: 1200px) {
  .media-left {
    width: 12%;
  }
}

.media-body {
  display: table-cell;
  width: 80%;
  vertical-align: top;
  padding-left: 1rem;
}
/* ###################################
CALLOUT
*/
.callout {
  display: none;
}
@media (min-width: 1200px) {
  .callout {
    display: block;
  }
}

.lpage .callout h2 {
  font-weight: 500;
  font-size: 2rem;
}

.lpage .callout strong {
  font-weight: 800;
}

.bg-blue {
background-color:#2dccd3!important;
  color:#fff!important;
}
.altair .hs-form fieldset {
    margin-bottom: 0;
}

.altair .hbspt-form fieldset[data-reactid*="$2"] .hs-input[type="email"] {

    height: inherit;

}

.altair .hs-country_dropdown .input {
    padding-right: 1rem;
}

.altair .legal-consent-container * {
font-size:14px;
}

.altair .legal-consent-container p {
margin-bottom:1rem;
}