@charset "utf-8";
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    font: 13px/18px Arial, Helvetica, sans-serif;
    color: #677679;
    position: relative;
    min-width: 320px;
}

/*Utility Bar*/
#topbar {
    background-color: #f3f3f3;
    height: 24px;
    margin-bottom: 10px;
}

/*********************************header*************************************/
.header_logo {
    max-width: 161px;
    max-height: 84px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.header_logo_wrapper {
    height: 84px;
    margin-right: 8px;
    width: 161px;
    position: relative;
}

.header_logo_wrapper a {
    display: inline-block;
    padding-left: 0px;
    color: #2a2d2d;
}

.header_logo_wrapper a:hover {
    text-decoration: none;
}

/********************************* Content **********************************/
#content {
    width: 100%;
    padding: 0 0 0 0;
}

/* ---------- Tags ---------*/
h1 {
    display: block;
    font-size: 24px;
    line-height: 28px;
    color: #7b7473;
    text-transform: uppercase;
    letter-spacing: 0px;
    word-spacing: 2px;
}

h2 {
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: #7b7473;
    text-transform: uppercase;
    letter-spacing: 0px;
    word-spacing: 2px;
}

h3 {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #7b7473;
    text-transform: uppercase;
    letter-spacing: 0px;
    word-spacing: 2px;
}

h4 {
    display: block;
    font-size: 15px;
    line-height: 18px;
    color: #7b7473;
    text-transform: uppercase;
    letter-spacing: 0px;
    word-spacing: 4px;
}

h5 {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #7b7473;
    text-transform: uppercase;
    letter-spacing: 0px;
    word-spacing: 4px;
}

h6 {
    font-weight: normal;
    color: #6c90ba;
}

h6 a {
    color: #6c90ba;
}

h6 a:hover {
    text-decoration: none;
    color: #000;
}

p, .p3-1 {
    margin-bottom: 18px
}

.p0 {
    margin-bottom: 0;
}

.p1 {
    margin-bottom: 5px;
}

.p1-1 {
    margin-bottom: 8px;
}

.p2 {
    margin-bottom: 10px;
}

.p2-1 {
    margin-bottom: 12px;
}

.p3 {
    margin-bottom: 15px;
}

.p4 {
    margin-bottom: 20px;
}

.p4-1 {
    margin-bottom: 22px;
}

.p5 {
    margin-bottom: 25px;
}

.p5-1 {
    margin-bottom: 28px;
}

.p6 {
    margin-bottom: 30px;
}

.p6-1 {
    margin-bottom: 32px;
}

.p7 {
    margin-bottom: 35px;
}

.p7-1 {
    margin-bottom: 37px;
}

.p8 {
    margin-bottom: 40px;
}

.p8-1 {
    margin-bottom: 42px;
}

a {
    color: #6c90ba;
    outline: none;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a img {
    border: 0;
}

blockquote {
    width: 100%;
    background: url(../images/blockquote-bg.jpg) 0 0 no-repeat;
    font: italic 14px/24px Arial, Helvetica, sans-serif;
    color: #6c90ba;
    margin-top: -7px;
    margin-bottom: 32px;
}

blockquote .indents1 {
    padding: 8px 0 0 40px;
}

.quote-caption {
    text-align: right;
    font: italic 14px/24px Arial, Helvetica, sans-serif;
    color: #a5a4a4;
}

.quote-caption a {
    text-decoration: underline;
    color: #6c90ba;
    font-size: 13px;
    line-height: 16px;
}

.quote-caption a:hover {
    color: #a5a4a4;
}

time {
    display: block;
    color: #6c90ba;
    font-size: 11px;
    line-height: 17px;
}

figure {
    position: relative;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/*----- Global Structure -----*/
.clear {
    clear: both;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    height: 0;
    width: 100%;
}

.wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.extra-wrap {
    overflow: hidden;
    display: block;
}

.fleft {
    float: left
}

.fright {
    float: right
}

.alignright {
    text-align: right
}

.aligncenter {
    text-align: center
}

.alignmiddle * {
    vertical-align: middle
}

.img-indent {
    float: left;
    margin-right: 20px;
}

.img-indent2 {
    float: left;
    margin-right: 10px;
}

.img-indent3 {
    float: left;
    margin-right: 15px;
}

.img-indent-r {
    float: right;
    margin-left: 20px;
}

.img-indent-r2 {
    float: right;
    margin-left: 60px;
}

.last-item {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

/*---------- Columns --------*/
.col-1 {
    width: 100%;
}

.col-5 {
    float: left;
    margin-right: 10px;
    margin-top: 0px;
}

.col-5.wide {width: 210px;}
.col-5.narrow {width: 150px;}

.col-6 {
    float: left;
    width: 230px;
    margin-right: 10px;
}

/*---------- Links ----------*/
.button {
    display: inline-block;
    cursor: pointer;
    font: 13px/16px Arial, Helvetica, sans-serif;
    color: #fff;
    padding: 4px 20px 5px;
    background: #89999e;
}

.button:hover {
    text-decoration: none;
    background: #6c90ba;
}

.button:visited {
    color: #fff;
}

.img-link {
    display: block;
    position: relative;
}

.img-link:hover {
    text-decoration: none;
}

.img-link .hover {
    opacity: 0;
    -moz-opacity: 0.4;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

/*----------- Boxes & blocks----------*/
.box1 {
    background: #f8f8f8;
    margin-bottom: 21px;
}

.box1 .indents1 {
    padding: 14px 10px 27px;
}

div.block1 {
    float: left;
    background: #ededed;
    width: 120px;
    height: 74px;
    padding-top: 46px;
    margin-right: 13px;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    color: #7b7473;
    text-transform: uppercase;
    letter-spacing: -1px;
    word-spacing: 3px;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
}

div.block2 {
    background: #6c90ba;
    width: 55px;
    height: 45px;
    padding-top: 10px;
    margin: 0 auto 14px;
    text-align: center;
    font-size: 28px;
    line-height: 34px;
    color: #fff;
    letter-spacing: -1px;
    border-radius: 28px;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
}

div.arrow {
    float: left;
    width: 74px;
    height: 67px;
    background: url(../images/arrow.png) center 46px no-repeat;
    margin-right: 14px;
}

em.img-caption1 {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    line-height: 22px;
    color: #2c2b2b;
    text-transform: uppercase;
    letter-spacing: -1px;
    word-spacing: 3px;
    padding: 0 5px 5px 0;
}

em.img-caption1 strong {
    display: block;
    margin-top: -3px;
    font-weight: normal;
}

em.img-caption2 {
    display: block;
    background: url(../images/img-caption2-tail.png) center top repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: right;
    font-size: 18px;
    line-height: 22px;
    font-style: normal;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -1px;
    word-spacing: 3px;
}

em.img-caption2 strong {
    display: block;
    padding: 21px 18px 14px;
    font-weight: normal;
}

/*---------- Lists -----------*/
.list {
    list-style: circle;
    padding: 0 0 0 18px;
}

.list li {
    padding: 0 0 10px 0;
}

.list-1 li {
    font-size: 14px;
    line-height: 17px;
    background: url(../images/marker-1.png) 0 5px no-repeat;
    padding-left: 18px;
    margin-bottom: 13px;
}

.list-1 dt {
    font-size: 14px;
    line-height: 17px;
    background: url(../images/marker-1.png) 0 5px no-repeat;
    padding-left: 18px;
}

.list-1 dd {
    font-size: 13px;
    line-height: 18px;
    padding-left: 18px;
    margin-bottom: 14px;
}

.list-1 a {
    text-decoration: underline;
    color: #a5a4a4;
}

.list-1 dt a {
    color: #6c90ba;
}

.list-1 a:hover {
    color: #8eafd4;
}

.list-1 dt a:hover {
    color: #a5a4a4;
}

.banners {
    padding: 0 13px;
    overflow: hidden;
}

.banners li {
    float: left;
    margin-right: 41px;
}

#contact-form ol {
    padding: 0;
}

#contact-form ol li {
    padding-bottom: 10px;
}

.footer-list {
    padding-left: 2px;
}

/*---------- borders ---------*/
.border-bottom {
    background: url(../../images/marketing_site/pic-1.gif) center bottom repeat-x;
}

.border-bottom1 {
    border-bottom: 1px solid #dededa;
}

/*---------- Indents ---------*/
.margin-top {
    margin-top: -4px;
}

.indent-top5 {
    padding-top: 25px;
}

.indent-top9 {
    padding-top: 40px;
}

.indent-right5-1 {
    padding-right: 28px;
}

.indent-right6 {
    padding-right: 30px;
}

.indent-right13 {
    /*padding-right:65px;*/
}

.indent-right48 {
    padding-right: 240px;
}

.indent-left8 {
    padding-left: 40px;
}

.indent-bottom1 {
    padding-bottom: 20px; /*padding-top:20px;*/
}

.indent-bottom3-1 {
    padding-bottom: 17px;
}

.indent-bottom6 {
    padding-bottom: 30px;
}

.indent-bottom10 {
    padding-bottom: 50px;
}

.indent-bottom11 {
    padding-bottom: 40px;
    padding-top: 40px;
}

.indent-bottom11-1 {
    padding-bottom: 57px;
}

/*----------- Map ------------*/
#map iframe {
    width: 350px;
    height: 240px;
}

#map dl {
    width: 100%;
    position: relative;
    overflow: hidden;
}

#map dt {
    color: #6c90ba;
    margin-bottom: 18px;
}

#map dl span {
    float: left;
    width: 98px;
}

/************************************** Footer *************************************/
footer {
    width: 100%;
    padding: 25px 0 45px;
}

footer .indent-top {
    /*padding-top:60px;*/
}

footer .indent-bottom {
    padding-bottom: 36px;
}

footer .indent-bottom1 {
    padding-bottom: 43px;
}

.footer-list li {
    margin-bottom: 6px;
}

.footer-list a {
    color: #677679;
}

.footer-list a:hover {
    text-decoration: none;
    color: #6c90ba;
}

.footer-text {
    font: italic 12px/15px Arial, Helvetica, sans-serif;
    color: #677679;
    float: left;
}

.footer-text a {
    color: #677679;
}

.footer-link {
    float: right;
}

/*------ social icons ------*/
.social-icons {
    margin: 0;
    list-style: none;
    overflow: hidden;
    width: 100%;
}

.social-icons li {
    display: inline-block;
    margin-right: 3px;
}

.social-icons li a {
    display: block;
    height: 33px;
    width: 33px;
    background-image: url(../../images/marketing_site/social-icons.jpg);
    background-repeat: no-repeat;
    cursor: pointer;
}

.social-icons .icon-1 a {
    background-position: 0 top;
}

.social-icons .icon-1 a:hover {
    background-position: 0 -42px;
}

.social-icons .icon-2 a {
    background-position: -40px top;
}

.social-icons .icon-2 a:hover {
    background-position: -40px -42px;
}

.social-icons .icon-3 a {
    background-position: -80px top;
}

.social-icons .icon-3 a:hover {
    background-position: -80px -42px;
}

.social-icons .icon-4 a {
    background-position: -120px top;
}

.social-icons .icon-4 a:hover {
    background-position: -120px -42px;
}

.social-icons .icon-5 a {
    background-position: -160px top;
}

.social-icons .icon-5 a:hover {
    background-position: -160px -42px;
}

.social-icons .icon-blog a {
    background-image: url(../../images/marketing_site/blog2.png) !important;
}

.social-icons .icon-blog a:hover {
    background-image: url(../../images/marketing_site/blog1.png) !important;
}

/*=================================================================================*/
@media only screen and (min-width: 995px) {
    /*Partner and SA site selection page*/
    div.microsite_list_wrapper > div.column {margin-left: 5%;float: left;width: 45%;}

    .header_logo_wrapper {
        float: left;
    }

    /*Splash page*/
    .splash .col-3 {
        width: 270px;
        padding-right: 50px;
        margin-bottom: 30px;
    }

    .splash img {
        max-width: 270px;
        max-height: 150px;
        margin: 0;
        padding: 0;
    }

    .splash figure {
        padding: 0;
        margin: 0;
    }

    .splash {
        display: table;
    }

    .splash > div {
        display: table-row;
    }

    .row_content > div, .row_more > div {
        display: table-cell;
    }

    .row_content .button {
        display: none;
    }

    .row_more > div {
        padding-bottom: 60px;
    }

    .video_playlist {
        float: left;
        width: 420px;
        padding-left: 40px;
    }

    .video_player_wrapper {
        width: 480px;
        height: 272px;
    }

    .hideFromDesktop {
        display: none;
    }

    .col-2 {
        float: left;
        width: 450px;
        margin: 0 50px 0 0;
    }

    #world-map {
        padding-top: 0px;
        width: 700px;
        height: 450px;
    }

    /*New product page*/
    .product_left {
        width: 75%;
        float: left;
    }

    .product_right {
        width: 20%;
        float: left;
        margin-left: 5%;
    }

    /*Support section on luminaglobal page*/
    .support .col-3 {
        width: 270px;
        padding-right: 50px;
        margin-bottom: 30px;
    }

    .support {
        display: table;
    }

    .support > div {
        display: table-row;
    }

    /*Events page*/
    #EventList .float_right {
        float: right;
    }

    /*Research page*/
    .right {
        width: 65%;
        margin: 0;
        padding: 0;
        float: left;
    }

    .left {
        width: 30%;
        margin: 0;
        padding: 0 5% 0 0;
        float: left;
    }

    /*Background/value page*/
    .background_section {
        padding-bottom: 60px;
    }

    .background_left1 {
        float: left;
        width: 75%;
        padding-right: 5%;
    }

    .background_right1 {
        float: right;
        width: 20%;
    }

    .background_left2 {
        float: left;
        width: 25%;
    }

    .background_right2 {
        float: right;
        width: 70%;
        padding-left: 5%;
    }

    .background_left3 {
        float: left;
        width: 40%;
        padding-right: 10%;
    }

    .background_right3 {
        float: right;
        width: 50%;
    }

    /*Microsite default page*/
    .microsite_column_3_1 {
        width: 30%;
        float: left;
        margin-right: 5%;
    }

    .microsite_column_3_2 {
        width: 65%;
        float: left;
        margin-right: 5%;
    }

    /*Microsite templates*/
    .microsite_column_4_1 {
        width: 25%;
        float: left;
        margin-right: 5%;
    }

    .microsite_column_4_2 {
        width: 40%;
        float: left;
        margin-right: 5%;
    }

    .microsite_column_2_1 {
        width: 47%;
        float: left;
        margin-right: 6%;
    }

    /*YouTube video*/
    div.youtube_wrapper {
        padding-bottom: 20px;
        float: left;
        width: 45%;
        padding-right: 5%;
    }

    /*Team Members Page*/
    #team_members .grid_4_cell {padding: 0 2% 30px 2%;width: 21%;}

    /*Contact Page*/
    #partner_regions .grid_3_cell {padding: 0 2% 30px 2%;width: 29%;}
}

@media only screen and (max-width: 995px) {

    #banner_replacement {
        display: none;
    }

    /*Partner and SA site selection page*/
    div.microsite_list_wrapper > div.column {margin-left: 5%;float: left;width: 45%;}

    /*Splash page*/
    .splash .col-3 {
        width: 230px;
        padding-right: 20px;
        margin-bottom: 30px;
    }

    .splash img {
        max-width: 230px;
        max-height: 120px;
        margin: 0;
        padding: 0;
    }

    .splash figure {
        padding: 0;
        margin: 0;
    }

    .splash {
        display: table;
    }

    .splash > div {
        display: table-row;
    }

    .row_content > div, .row_more > div {
        display: table-cell;
    }

    .row_content .button {
        display: none;
    }

    .row_more > div {
        padding-bottom: 60px;
    }

    .hide1 {
        display: none;
    }

    .hide1-1 {
        display: none;
    }

    .img-indent-none1 {
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .col-5.wide {width: 160px;}
    .col-5.narrow {width: 120px;}

    .col-6 {
        width: 182px;
    }

    /*-----------------------------------------*/
    /*header, #page1 header{padding:20px 0;}*/
    h1 {
        padding-left: 0px;
    }

    #content {
        /*padding: 0 0 28px;*/
    }

    blockquote {
        margin-bottom: 15px;
    }

    .banners {
        padding: 0 10px;
        overflow: hidden;
        display: none;
    }

    .banners li {
        margin-right: 15px;
    }

    .banners a {
        height: 58px;
    }

    .banners img {
        height: 100%;
        width: auto;
    }

    .box1 .indents1 {
        padding: 10px 10px 15px;
    }

    .box1 .img-link {
        width: 162px;
        height: 158px;
        overflow: hidden;
    }

    div.block1 {
        margin-right: 5px;
        width: 110px;
        height: 67px;
        padding-top: 43px;
        border-radius: 55px;
        -moz-border-radius: 55px;
        -webkit-border-radius: 55px;
    }

    div.arrow {
        width: 50px;
        height: 67px;
        background-position: center 48px;
        background-size: 100%;
        margin-right: 5px;
    }

    .img-indent-r2 {
        margin-left: 20px;
    }

    .indent-top5 {
        padding-top: 13px;
    }

    .indent-top9 {
        padding-top: 23px;
    }

    .indent-right5-1, .indent-right6, .indent-right48 {
        padding-right: 0;
    }

    .indent-right13 {
        padding-right: 30px;
    }

    .indent-left8 {
        padding-left: 0px;
    }

    .indent-bottom3-1 {
        padding-bottom: 9px;
    }

    .indent-bottom6 {
        padding-bottom: 15px;
    }

    .indent-bottom10 {
        padding-bottom: 25px;
    }

    .indent-bottom11, .indent-bottom11-1 {
        padding-bottom: 28px;
    }

    #map iframe {
        width: 278px;
    }

    footer {
        padding: 0;
    }

    footer .indent-top {
        /*padding-top:30px;*/
    }

    footer .indent-bottom {
        padding-bottom: 20px;
    }

    footer .indent-bottom1 {
        padding-bottom: 35px;
    }

    .header_logo_wrapper {
        float: left;
    }

    #slides {
        display: none;
    }

    .video_playlist {
        float: left;
        width: 418px;
        padding: 0 0 0 20px;
    }

    .video_playlist #selectable li {
        height: 70px;
        padding: 10px 20px;
    }

    .video_player_wrapper {
        width: 320px;
    }

    .col-2 {
        float: left;
        width: 45%;
        margin: 0 10% 0 0;
    }

    .hideFromDesktop {
        display: none;
    }

    #world-map {
        padding-top: 0px;
        width: 508px;
        height: 450px;
    }

    /*New product page*/
    .product_left {
        width: 70%;
        float: left;
    }

    .product_right {
        width: 25%;
        float: left;
        margin-left: 5%;
    }

    /*Support section on luminaglobal page*/
    .support .col-3 {
        width: 230px;
        padding-right: 20px;
        margin-bottom: 30px;
    }

    .support {
        display: table;
    }

    .support > div {
        display: table-row;
    }

    /*Events page*/
    #EventList .float_right {
        float: right;
    }

    /*Research page*/
    .right {
        width: 65%;
        margin: 0;
        padding: 0;
        float: left;
    }

    .left {
        width: 30%;
        margin: 0;
        padding: 0 5% 0 0;
        float: left;
    }

    /*Background/value page*/
    .background_section {
        padding-bottom: 80px;
    }

    .background_left1 {
        float: left;
        width: 75%;
        padding-right: 5%;
    }

    .background_right1 {
        float: right;
        width: 20%;
    }

    .background_left2 {
        float: left;
        width: 25%;
    }

    .background_right2 {
        float: right;
        width: 70%;
        padding-left: 5%;
    }

    .background_left3 {
        float: left;
        width: 40%;
        padding-right: 10%;
    }

    .background_right3 {
        float: right;
        width: 50%;
    }

    /*Microsite default page*/
    .microsite_column_3_1 {
        width: 30%;
        float: left;
        margin-right: 5%;
    }

    .microsite_column_3_2 {
        width: 65%;
        float: left;
        margin-right: 5%;
    }

    /*Microsite templates*/
    .microsite_column_4_1 {
        width: 25%;
        float: left;
        margin-right: 5%;
    }

    .microsite_column_4_2 {
        width: 40%;
        float: left;
        margin-right: 5%;
    }

    .microsite_column_2_1 {
        width: 47%;
        float: left;
        margin-right: 6%;
    }

    /*YouTube video*/
    div.youtube_wrapper {
        padding-bottom: 20px;
        float: left;
        width: 45%;
        padding-right: 5%;
    }

    /*Team Members Page*/
    #team_members .grid_4_cell {padding: 0 3% 30px 3%;width: 27%;}

    /*Contact Page*/
    #partner_regions .grid_3_cell {padding: 0 3% 30px 3%;width: 44%;}
}

@media only screen and (max-width: 767px) {

    .header_logo_wrapper {
        margin-bottom: 10px;
    }

    #banner_replacement {
        display: block;
    }

    /*Partner and SA site selection page*/
    div.microsite_list_wrapper > div.column {margin-left: 5%;float: none;width: 95%;}

    .grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16, .grid_17, .grid_18, .grid_19, .grid_20, .grid_21, .extra-marg-bot {
        margin-bottom: 25px;
    }

    .hide1-1 {
        display: block;
    }

    .hide2 {
        display: none;
    }

    .last-col {
        margin-bottom: 0 !important;
    }

    .even-last-item {
        margin-right: 0 !important;
    }

    .img-indent-none2 {
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .col-5.wide {width: 150px;}
    .col-5.narrow {width: 100px;}

    .col-6 {
        width: 100%;
        margin-bottom: 0;
    }

    /*-----------------------------------------*/
    h1 {
        float: none;
        margin-bottom: 35px;
    }

    blockquote {
        margin-top: 0;
    }

    .banners {
        text-align: center;
        word-spacing: 15px;
    }

    .banners li {
        display: inline-block;
        float: none;
        margin-right: 0;
    }

    .box1 {
        float: left;
        margin-bottom: 0;
        margin-right: 10px;
        width: 205px;
    }

    .box1 .img-link {
        width: 185px;
        height: 180px;
    }

    div.block1 {
        margin-right: 5px;
        width: 100px;
        height: 62px;
        padding-top: 38px;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
    }

    div.block2 {
        float: left;
        margin: 0 20px 0 0;
    }

    div.arrow {
        background-position: center 42px;
    }

    .indent-right13 {
        padding-right: 0;
    }

    #map iframe {
        width: 420px;
    }

    .footer-text {
        float: none;
    }

    .footer-link {
        float: none;
        padding-top: 5px;
    }

    #slides {
        display: none;
    }

    /*Splash page*/
    .splash .col-3 {
        width: 100%;
        padding-right: 0;
        margin-bottom: 60px;
    }

    .splash img {
        max-width: 230px;
        max-height: 120px;
        margin: 0;
        padding: 0;
    }

    .splash figure {
        padding: 0;
        margin: 0;
    }

    .splash {
        display: block;
    }

    .splash > div {
        display: block;
    }

    .row_content > div {
        display: block;
    }

    .row_more > div {
        display: none;
    }

    .row_content .button {
        display: inline;
    }

    .row_more > div {
        display: none;
    }

    .hideFromMobile {
        display: none;
    }

    .hideFromDesktop {
        display: block;
    }

    .col-2 {
        float: none;
        width: 100%;
        margin: 30px 0;
    }

    .video_playlist {
        float: left;
        width: 100%;
        padding: 30px 0 0 0;
    }

    .video_playlist #selectable li {
        height: 72px;
        padding: 10px 20px;
    }

    .video_player_wrapper {
        width: 100%;
    }

    /*New product page*/
    .product_left {
        width: 100%;
        float: none;
    }

    .product_right {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-bottom: 30px;
    }

    /*Events page*/
    #EventList .float_right {
        float: none;
    }

    /*Research page*/
    .right {
        width: 100%;
        margin: 0;
        padding: 0;
        float: none;
    }

    /*Background/value page*/
    .background_section {
        padding-bottom: 30px;
    }

    .background_section .image_wrapper {
        text-align: center;
    }

    .background_left1 {
        float: none;
        width: 100%;
        padding-right: 0;
    }

    .background_right1 {
        float: none;
        width: 100%;
    }

    .background_left2 {
        float: none;
        width: 100%;
    }

    .background_right2 {
        float: none;
        width: 100%;
        padding-left: 0;
    }

    .background_left3 {
        float: none;
        width: 100%;
        padding-right: 0;
    }

    .background_right3 {
        float: none;
        width: 100%;
    }

    /*Microsite default page*/
    .microsite_column_3_1 {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .microsite_column_3_2 {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    /*Microsite templates*/
    .microsite_column_4_1, .microsite_column_4_2 {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .microsite_column_2_1 {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    /*YouTube video*/
    div.youtube_wrapper {
        padding-bottom: 20px;
        float: none;
        width: 100%;
        padding-right: 0;
    }

    /*Team Members Page*/
    #team_members .grid_4_cell {padding: 0 6% 30px 6%;width: 38%;}

    /*Contact Page*/
    #partner_regions .grid_3_cell {padding: 0 0 30px 0;width: 100%;}
}

@media only screen and (max-width: 479px) {

    .header_logo {
        max-width: 142px;
        max-height: 74px;
    }

    .header_logo_wrapper {
        height: 74px;
        width: 142px;
        margin-right: 8px;
        position: relative;
    }

    .hide3 {
        display: none;
    }

    .col-5, .col-5.wide, .col-5.narrow, .col-6 {
        width: 300px;
        margin-right: 0;
        margin-bottom: 0;
    }

    .img-indent-none3 {
        float: none;
        margin: 0 0 10px;
    }

    /*-----------------------------------------*/
    footer h5 {
        text-align: center;
    }

    .box1 {
        margin-bottom: 25px;
        width: 100%;
    }

    .box1 .img-link {
        float: left;
        margin-right: 0;
        width: 170px;
        height: 165px;
    }

    div.block1 {
        float: none;
        margin: 0 auto 5px;
    }

    div.block1.last-item {
        margin-right: auto !important;
    }

    div.arrow {
        float: none;
        width: 100%;
        height: 27px;
        background: url(../images/arrow2.png) center top no-repeat;
        background-size: auto auto;
        margin: 0 auto 5px;
    }

    #map iframe {
        width: 300px;
    }

    .footer-list {
        text-align: center;
    }

    .footer-list li {
        float: left;
        width: 100%;
        padding-right: 0;
        white-space: nowrap;
    }

    .social-icons {
        text-align: center;
    }

    #slides {
        display: none;
    }

    /*Splash page*/
    .splash .col-3 {
        width: 100%;
        padding-right: 20px;
        margin-bottom: 60px;
    }

    .splash img {
        max-width: 230px;
        max-height: 120px;
        margin: 0;
        padding: 0;
    }

    .splash figure {
        padding: 0;
        margin: 0;
    }

    .splash {
        display: block;
    }

    .splash > div {
        display: block;
    }

    .row_content > div {
        display: block;
    }

    .row_more > div {
        display: none;
    }

    .row_content .button {
        display: inline;
    }

    .row_more > div {
        display: none;
    }

    .hideFromMobile {
        display: none;
    }

    .hideFromDesktop {
        display: block;
    }

    .video_playlist {
        float: left;
        width: 100%;
        padding: 30px 0 0 0;
    }

    .video_playlist #selectable li {
        height: 110px;
        padding: 10px 20px;
    }

    .video_player_wrapper {
        width: 100%;
    }

    /*New product page*/
    h5.side {
        text-align: left;
    }

    /*Team Members Page*/
    #team_members .grid_4_cell {padding: 0 10% 30px 10%;width: 80%;}
}

.topbar_widget {
    z-index: 1000;
    overflow: hidden;
    height: 10px;
    position: absolute;
    right: 0;
    display: inline-block;
    padding: 2px 0 10px 0;
}

.topbar_widget:hover {
    height: auto;
    background-color: #F9F9F9;
}

#triLoginform {
    padding: 20px 0 0 0;
}

#triLoginform input {
    width: 180px;
}

#triLoginform label, #triLoginform input, #triLoginform a {
    margin: 0 10px 5px 10px;
}

.topbar_label {
    text-align: right;
}

/*jQuerySocialMediaStream*/
#social-stream img {
    margin: 0;
}

/*Old content styles*/
.body h3, .body h4 {
    margin: 0 0 10px 0;
}

.body p {
    margin: 0 0 18px 0;
}

.body img {
    margin-bottom: 18px;
}

/*New Practitioner Application Form*/
fieldset ol {
    list-style: none;
}

/*Menu on product pages*/
.buttons ul {
    text-align: left;
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none;
    border: 0;
    float: left;
    width: 610px;
}

.buttons ul li {
    float: left;
    margin: 0;
    padding: 13px 5px;
    border: 0;
}

.buttons ul li a {
    float: left;
    margin: 0;
    padding: 13px 0 13px 0;
    color: #505050;
    font: bold 12px "Arial", Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.buttons ul li a span {
    padding: 13px 10px;
    background: none;
}

.buttons ul li a:hover {
    color: #ec008c;
    background: url(/cms/assets/images/x/r_menu.gif) no-repeat right;
}

.buttons ul li a:hover span {
    color: #ec008c;
    background: url(/cms/assets/images/x/l_menu.gif) no-repeat left;
}

.buttons ul li a.active {
    color: #ec008c;
    background: url(/cms/assets/images/x/r_menu.gif) no-repeat right;
}

.buttons ul li a.active span {
    color: #ec008c;
    background: url(/cms/assets/images/x/l_menu.gif) no-repeat left;
}

/*Trace*/
.trace {
    width: 100%;
    padding-left: 20px;
}

.trace ul, .trace li {
    width: 100%;
    line-height: normal;
    font-size: 8pt;
}

/*New product page*/
.icon_pdf {
    padding-right: 5px;
    vertical-align: middle;
}

h5.side {
    margin-bottom: 5px;
}

li.side {
    padding: 5px 0 0 5px;
}

ul.marketing, .product_left ul {
    margin-left: 30px;
    list-style-type: circle;
}

/*Contacts on support page*/
.contact {
    width: 310px;
    float: left;
    margin: 0 0 10px 0;
}

.contact h4 {
    margin: 0 0 10px 0;
}

/*Old content wrapper*/
.body {
    margin: 0 5px 0 5px;
}

/*Padding*/
.padding-top {
    padding-top: 30px;
}

.padding-bottom {
    padding-bottom: 30px;
}

/*Divider*/
.divider {
    width: 100%;
    height: 10px;
    margin-top: 10px;
    background: url(../../images/marketing_site/pic-1.gif) center top repeat-x;
}

/*Success*/
.success {
    border: 1px solid green;
    padding: 10px;
    margin: 0 0 10px 0;
    color: green;
    width: auto;
}

/*Error*/
.error, .validationErrors {
    border: 1px solid #CD0A0A;
    padding: 10px;
    margin: 0 0 10px 0;
    color: #CD0A0A;
    width: auto;
}

.info {
    border: 1px solid #26cd25;
    padding: 10px;
    margin: 0 0 10px 0;
    color: #26cd25;
    width: auto;
}

.warning {
    border: 1px solid #cd8e00;
    padding: 10px;
    margin: 0 0 10px 0;
    color: #cd8e00;;
    width: auto;
}

/*Login widget*/
.logged_in {
    text-align: right;
    right: 0;
}

.logged_in h5, .logged_in p {
    padding: 2px 20px;
    margin: 0;
}

.logged_in li > div {
    padding: 2px 20px;
}

.logged_in li:hover {
    background-color: #f9f9f9;
    color: #89999e;
}

/*Video playlist*/
#selectable .ui-selecting {
    background: #89999e;
}

#selectable .ui-selected {
    background: #89999e;
    color: white;
}

#selectable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#selectable li {
    cursor: pointer;
    margin: 0px;
    font-size: 1em;
    height: 76px;
    padding: 30px 20px;
}

#selectable p {
    margin-bottom: 0;
}

/*Map*/
.map_person_name {
    margin-bottom: 0px;
    margin-top: 10px;
}

.map_office_name {
    margin-bottom: 0px;
}

.map_email {
    margin-bottom: 0px;
}

.map_office {
}

.map_offices {
    float: right;
    width: 200px;
    height: 410px;
    padding: 20px;
}

.map_offices img {
    max-height: 100px;
    max-width: 200px;
}

.map_offices a {
    word-wrap: break-word;
}

.address_line {
    margin: 0 0 5px 0;
    padding: 0;
}

/*Legal document*/
.legal ul {
    list-style: circle;
    padding: 0 0 18px 20px;
}

.legal > ul > li {
    padding-bottom: 10px;
}

.legal > ul > li > ul > li {
    padding-top: 10px;
}

.legal > ul > li > div > ul > li {
    padding-top: 10px;
}

.terms a {
    display: inline-block;
    padding-top: 10px;
}

/*Events page*/
#EventList > .col-1 {
    margin-top: 30px;
    border-top: 2px solid #F3F3F3;
    padding-top: 10px;
    padding-bottom: 20px;
}

/*Research page*/
.research_table {
    width: 100%;
    border-collapse: collapse;
}

.research_table td {
    text-align: center;
    padding: 10px 20px;
    vertical-align: top;
}

.research_table th {
    background-color: #89999e;
    color: white;
    padding: 10px 20px;
    vertical-align: top;
}

.research_table, .research_table th, .research_table td {
    border: 1px solid #89999e;
}

/*Drop down menu arrow icon*/
.drop_down_arrow {
    background: url('../../images/marketing_site/menu-arrow2.gif') no-repeat;
    display: inline-block;
    height: 6px;
    width: 7px;
}

/*Microsite template*/
.microsite_template p {
    /*text-align: justify;*/
}

/*Hidden submit button*/
input.hiddenSubmitBtn {
    position: absolute;
    top: -3000px
}

/*Team Members Page*/
#team_members .grid_4_container {text-align: center;}
#team_members .grid_4_cell {display: inline-block;vertical-align: top;}
#team_members .grid_4_cell a.img-link {cursor: default;}
#team_members .grid_4_cell a.img-link img {width: 100%;border-radius: 50%;border: 1px solid #F3F3F3;box-sizing: border-box;}
#team_members .grid_4_cell a.img-link img.hover {border: 0;}
#team_members .grid_4_cell .name {text-align: center;padding-bottom: 5px;font-weight: bold;font-size: 16px;color: #89999e;}
#team_members .grid_4_cell .job {text-align: center;color: #ec008c;padding-bottom: 5px;}
#team_members .grid_4_cell .country {text-align: center;}

/*Contact Page*/
#partner_regions .grid_3_container {text-align: left;}
#partner_regions .grid_3_cell {display: inline-block;vertical-align: top;}
#partner_regions .grid_3_cell .name {padding-bottom: 5px;font-weight: bold;font-size: 16px;color: #89999e;}
#partner_regions .grid_3_cell .line {}