/* ==========================================================================
   ALL Interior Pages, Helper Classes, and Responsive Styles
   ========================================================================== */
#interior {
    background: #F7F7F7;
    color: #4C4C4C;
    font-size: 1rem;
    line-height: 1.375rem;
    min-height: 431px;
    padding: 60px 0 30px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

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

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

#interior section.events {
    width: 1020px;
    margin-top: 30px;
}

#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;
}

#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 {
    font-weight: bold;
    padding: 35px 0;
}

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

#browse_by select ~ select {
    margin-left: 20px;
}

/*#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: 6px solid #F7F7F7;
        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 tr.tablerow01:hover, .events tr.tablerow02:hover {
        background-color: #ededee;
    }
    table.events tr.tablerow01:hover td, .events tr.tablerow02:hover td {
        border-left-color: transparent;
    }
    table.events th a {
        background: url('/images/sortable.gif') no-repeat right center;
        padding-right: 16px;
    }
    table.events .event-type {
        padding-left: 30px;
        background: url('/images/event_type.gif') no-repeat;
        display: block;
        height: 20px;
    }
    table.events .event-type.altair-event {
        background-position: 0 0;
    }
    table.events .event-type.industry-event {
        background-position: 0 -23px;
    }
    table.events .event-type.webinar {
        background-position: 0 -46px;
    }
    table.events .event-type.partner-alliance {
        background-position: 0 -69px;
    }
    table.events a {
        display: inline-block;
        font-weight: bold;
    }
    table.events a, .events th {
        color: #00a9e0;
    }
    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: 0 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;
}

#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 h3 ~ h3 {
    font-size: 16px;
    line-height: 18px;
}

#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 {
    float: left;
    min-height: 200px;
    padding-right: 40px;
    width: 480px;
}

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

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

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

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

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

#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;
}

#interior section.altair-events #content {
    width: 650px;
}

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

.featured_news {
    width: 155px;
}

.newstabletop {
    width: 100%;
}

.newstabletop a, .newsevents a {
    color: #00a9e0;
    text-decoration: none;
}

.newstabletop a:hover, .newsevents a:hover {
    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;
    width: 700px;
}

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

.newsevents tr.headerrow {
    background-color: #CCC !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 {
    -webkit-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    -ms-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}

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

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

.newsevents tr:hover {
    background-color: #E1EAED;
}

.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;
}

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

#featured_news {
    width: 225px;
    padding-left: 30px;
}

.featured_news_item a {
    color: #00a9e0;
    text-decoration: none;
}

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

a.past-webinars, #content.events a {
    color: #00a9e0;
    text-decoration: none;
}

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

#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.250rem;
    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 {
    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-left: 10px;
}

.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,.32);
    box-shadow: 0 3px 5px 0px rgba(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,.32);
    box-shadow: 0 3px 5px 0px rgba(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;
   ========================================================================== */
#interior .partner {
    min-height: 200px;
    padding: 35px 0 70px;
    width: 100%;
}

#interior .partner div {
    background: #FFF;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 5px 0px rgba(0,0,0,.32);
    box-shadow: 0 3px 5px 0px rgba(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;
}

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: 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;
}

.text_col a, .resource_pager a, .breadcrumb div h3 a, #breadcrumb a {
    color: #00a4e4;
    text-decoration: none;
}

.text_col a:hover, .resource_pager a:hover, .breadcrumb div h3 a:hover, #breadcrumb a:hover {
    text-decoration: underline;
}

.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 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;
}

.formContent input, .formContent select, .formContent textarea {
    border: 1px solid #808080;
}

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

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

input[id$="_SubmitBtn"], input[id$="_SaveBtn"] {
    border: none;
    border-radius: 0;
    color: #fff;
    height: 45px;
    padding: 0 15px;
}

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.200rem;
    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: 2.000rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

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

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

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

.interior-splash sup {
    top: -.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.250rem;
    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%;
    max-height: 450px;
}

#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.250rem;
    -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.500rem;
}

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

.about-people {
    align-items: center;
    background: #e7e5e4;
    font-size: 1.250rem;
    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.250rem;
    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%;
    -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 {
    cursor: pointer;
    display: inline-block;
    font-size: 1.000rem;
    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;
    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: 1;
}

.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: 1.000rem;
    height: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-transition: height 0.50s ease-in-out;
    -moz-transition: height 0.50s ease-in-out;
    -o-transition: height 0.50s ease-in-out;
    -ms-transition: height 0.50s ease-in-out;
    transition: height 0.50s 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.250rem;
    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: 1.000rem;
    height: 230px;
    margin: 0 auto 50px;
    max-width: 1280px;
}

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

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

.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.500rem;
    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.500rem;
    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.250rem;
}

.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.250rem;
    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.500rem;
    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%;
}

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

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.500em) {
    .interior-splash .introduction, #interior .staffing-video h2 {
        padding: 0 5%;
        width: 100%;
    }

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

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

    .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.500rem;
    }

    .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%;
    }
}

/* max-width 1250px */
@media only screen and (max-width: 78.125em) {
    .disciplines blockquote {
        font-size: 2.000rem;
    }

    .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.750em) {
    .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: 64.000em) {
    #banner, #techs {
        display: none;
    }

    #interior {
        padding: 101px 5% 30px;
        line-height: 1.375rem;
    }

    #interior .content {
        float: none;
        padding: 0;
        width: 100%;
    }

    #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 {
        float: left !important;
        height: 300px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .featured_news_item p {
        margin: 0 auto;
    }

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

    #interior section.events {
        width: 100%;
    }

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

    #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;
    }

    a.past-webinars {
        display: block;
        margin-left: 0;
        margin-top: 12px;
    }

    .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;
        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.500rem;
        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.500rem;
    }

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

    .software-category > div {
        font-size: 1.000rem;
    }

    #interior .goals h2, .specialize > div {
        width: 250px;
    }

    .specialize ul {
        font-size: 1.000rem;
        margin: 15px 0 0;
    }

    .staffing-engage {
        font-size: 1.200rem;
    }

    .stats {
        padding-top: 35px;
    }

    .stats > div {
        font-size: 0.875rem;
        width: 200px;
    }

    .circular {
        font-size: 1.750rem;
        height: 200px;
    }

    .circular span {
        font-size: 3.000rem;
        height: 48px;
    }

    .disc-video, .disc-video figure {
        height: 500px;
    }

    #interior.disciplines .interior-splash h2 {
        font-size: 2.000rem;
    }

    #interior.disciplines .disc-solutions h3 {
        font-size: 1.750rem;
        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;
    }
}

/* max-width 767px */
@media only screen and (max-width: 47.938em) {
    #interior {
        padding: 0 5% 30px;
    }

    #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.500rem;
    }

    .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: 2.000rem;
    }

    #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: 1.000rem;
    }

    .staffing-awards {
        font-size: 1.250rem;
        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.250rem;
        font-weight: 600;
        padding: 0 0 20px;
    }

    .disciplines cite {
        font-size: 1.000rem;
        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;
    }
}

/* 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: 1.000rem;
        margin: 0 auto;
        width: 250px;
    }

    .stats > div ~ div {
        margin: 40px auto 0;
    }

    .circular {
        font-size: 2.000rem;
        height: 250px;
    }

    .circular span {
        font-size: 3.500rem;
        height: 56px;
    }
}

/* max-width 580px, mobile styles */
@media only screen and (max-width: 36.250em) {
    .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: 238px;
    height: 178px;
}

#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-facebook {

    }

    .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;
}