
.mesh_ui .switchbox {
    height: 400px;
}

.mesh_ui .switchbox .switchbox-window {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 0;
}

.mesh_ui .switchbox .switchbox-window .switchbox-img-slide {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    opacity: 0;
}

.mesh_ui .switchbox .switchbox-window .switchbox-img-slide.active {
    opacity: 100;
}

.mesh_ui .switchbox .switchbox-window .switchbox-img-slide img {
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    z-index: -1;
}

.mesh_ui .switchbox .switchbox-window .switchbox-img-slide.active img {
}

.mesh_ui .switchbox .switchbox-content-wrapper {
    width: 100%;
}

.mesh_ui .switchbox .switchbox-content-wrapper .block-wrapper {
    width: 55%;
    margin: 0 5%;
    padding: 0;
    display: block;
    position: relative;
}

.mesh_ui .switchbox .switchbox-content-wrapper .block-wrapper .switchbox-control {

    padding: 50px 0 5px;

    width: 100%;

    display: block;
}


.mesh_ui .switchbox .switchbox-content-wrapper .block-wrapper .switchbox-control h3 {

    padding: 0 7px 50px;

    color: #fff;

    font-family: 'Ubuntu Condensed', sans-serif;

    letter-spacing: -.25px;

    font-weight: 100;

    font-size: 40px;
}

.mesh_ui .switchbox .switchbox-content-wrapper .block-wrapper .switchbox-control ul {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}

.mesh_ui .switchbox .switchbox-content-wrapper .block-wrapper .switchbox-control ul li {
    width: initial;
    padding: 0;
    margin: 0 10px 0 0;
    cursor: pointer;
}

.mesh_ui .switchbox .switchbox-content-wrapper .block-wrapper .switchbox-control ul li h4 {
    color: #fff;
    font-size: 28px;
    padding: 10px 0;
    opacity: 50%;
    margin: 0 8px;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-weight: 100;
    border-bottom: 2px solid transparent;
    width: initial;
}

.mesh_ui .switchbox .switchbox-content-wrapper .block-wrapper .switchbox-control ul li.active h4 {
    opacity: 100;
    padding-bottom: 17px;
    border-bottom: 1px dotted #cf626b;
    color: #cf626b;
}

.mesh_ui .switchbox .switchbox-content-wrapper .block-wrapper .switchbox-content {
}

.mesh_ui .switchbox .switchbox-content-wrapper .block-wrapper .switchbox-content .switchbox-content-slide {
    display: none;
    opacity: 0;
    visibility: hidden;
    padding-bottom: 60px;
}

.mesh_ui .switchbox .switchbox-content-wrapper .block-wrapper .switchbox-content .switchbox-content-slide.active {
    display: block;
    opacity: 100;
    visibility: visible;
}

.mesh_ui .switchbox .switchbox-content-wrapper .block-wrapper .switchbox-content .switchbox-content-slide p {
    color: #fff;
    padding: 10px;
    font-size: 20px;
}

.mesh_ui .switchbox.reboot-areas-switchbox-block {
}


.mesh_ui .div-block {
    clear: none;
    display: block;
    position: relative;
    width: initial;
}

.mesh_ui .div-block .block-wrapper {
    clear: both;
    margin: auto 5px;
    width: initial;
}

.mesh_ui .div-block .block-wrapper h1 {
}

.mesh_ui .div-block .block-wrapper h2 {
}

.mesh_ui .div-block .block-wrapper h3 {
}

.mesh_ui .div-block .block-wrapper h4 {
    border: none;
    border-radius: 0;
    font-size: 43px;
    line-height: 1.1em;
    margin: 0;
    padding: 25px 0 5px;
    color: #000000;
}

.mesh_ui .div-block .block-wrapper h5 {
}

.mesh_ui .div-block .block-wrapper p {
    color: #000000;
    line-height: 1.4em;
    font-size: 25px;
}

.mesh_ui .data-card {
    background-color: #ffffff;
    margin-bottom: 18px;
    border-radius: 2px;
    overflow: hidden;
    border-bottom: 1px solid #c5c5c5;
    padding: 0;
}


.mesh_ui .data-card .block-wrapper {
    padding: 0;
    margin: 0;
    position: relative;
    display: block;
    width: 100%;
    min-height: 250px;
}

.mesh_ui .data-card .block-wrapper .header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 30px 20px;
}

.mesh_ui .data-card .block-wrapper .header h4 {
    border: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em;
    width: 90%;
}

.mesh_ui .data-card .block-wrapper .header p {
    width: 100%;
    float: left;
    display: block;
    font-size: 19px;
    color: #23282D;
}

.mesh_ui .data-card .block-wrapper .content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 20px;
    margin: 0;
}

.mesh_ui .data-card .block-wrapper .content p {
    padding: 0;
    width: 95%;
    color: #000000;
    font-size: 19px;
    font-family: 'HelveticaRoman', sans-serif;
}

.mesh_ui .data-card .block-wrapper .content .link-action {
}

.mesh_ui .data-card .block-wrapper .content .link-action a {
    float: left;
    display: block;
    text-decoration: none;
    padding: 9px 10px;
    background-color: #252f5e;
    border-radius: 4px;
    margin-top: 17px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
}

/* Block:  Marquee Grid */

.block.default-marquee {
}

.block.default-marquee .post_wrapper {
}

.block.default-marquee .post_wrapper .div-block {
}

.block.default-marquee .post_wrapper .div-block .block-wrapper {
    margin: 25px 0;
}

.block.default-marquee .post_wrapper .div-block .block-wrapper .marquee_content_wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 3px;
}

.block.default-marquee .post_wrapper .div-block .block-wrapper .marquee_content_wrapper .marquee_inner_image_wrapper {
    width: 100%;
    display: block;
    height: 500px;
    overflow: hidden;
    position: absolute;
    top: 0;
}

.block.default-marquee .post_wrapper .div-block .block-wrapper .marquee_content_wrapper .marquee_inner_image_wrapper img {
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
}

.block.default-marquee .post_wrapper .div-block .block-wrapper .marquee_content_wrapper .marquee_inner_content_wrapper {
    position: relative;
    z-index: 1;
    margin: 375px 0 20px;
    width: 50%;
    background: #fff;
}


.block.default-marquee .post_wrapper .div-block .block-wrapper .marquee_content_wrapper .marquee_inner_content_wrapper .marquee_inner_content_padding {
    padding: 45px;
}

.block.default-marquee .post_wrapper .div-block .block-wrapper .marquee_content_wrapper .marquee_inner_content_wrapper h3 {
    margin: 0;
    padding: 0;
}

.block.default-marquee .post_wrapper .div-block .block-wrapper .marquee_content_wrapper .marquee_inner_content_wrapper p {
    font-size: 18px;
}

/* Block:  Default Grid */

.default-grid div.block-wrapper div.grid_content_wrapper div div.block-inner-wrapper {

    position: relative;

    display: block;

    width: 100%;
}


.default-grid div.block-wrapper div.grid_content_wrapper div div.block-inner-wrapper h4 {

}

.default-grid div.block-wrapper div.grid_content_wrapper div div.block-inner-wrapper p {

}

.default-grid div.block-wrapper div.grid_content_wrapper div div.block-inner-wrapper .grid_inner_image_wrapper img {

}


@media screen and (min-width: 1451px) and (max-width: 2100px) {

    .mesh_ui .div-block .block-wrapper h4 {
    }

    .mesh_ui .div-block .block-wrapper p {
    }

    .mesh_ui .data-card .block-wrapper .header p {
        width: 100%;
        float: left;
        display: block;
        font-size: 19px;
        color: #23282D;
    }

    /* Block:  Marquee Grid */
    .block.default-marquee {
    }

    .block.default-marquee .post_wrapper {
    }

    .block.default-marquee .post_wrapper .div-block {
    }

    .block.default-marquee .post_wrapper .div-block .block-wrapper {
    }

    .block.default-marquee .post_wrapper .div-block .block-wrapper .marquee_content_wrapper {
    }

    .block.default-marquee .post_wrapper .div-block .block-wrapper .marquee_content_wrapper .marquee_inner_image_wrapper {
    }

    .block.default-marquee .post_wrapper .div-block .block-wrapper .marquee_content_wrapper .marquee_inner_image_wrapper img {
        min-height: 100%;
        min-width: 100%;
        height: auto;
        width: auto;
    }

    .block.default-marquee .post_wrapper .div-block .block-wrapper .marquee_content_wrapper .marquee_inner_content_wrapper {
    }

    .block.default-marquee .post_wrapper .div-block .block-wrapper .marquee_content_wrapper .marquee_inner_content_wrapper h3 {
    }

    .block.default-marquee .post_wrapper .div-block .block-wrapper .marquee_content_wrapper .marquee_inner_content_wrapper p {
    }

    /* Block:  Default Grid */
    .default-grid div.block-wrapper div.grid_content_wrapper div div.block-inner-wrapper {

    }


    .default-grid div.block-wrapper div.grid_content_wrapper div div.block-inner-wrapper h4 {

    }

    .default-grid div.block-wrapper div.grid_content_wrapper div div.block-inner-wrapper p {

    }

    .default-grid div.block-wrapper div.grid_content_wrapper div div.block-inner-wrapper .grid_inner_image_wrapper img {

    }

}

@media screen and (min-width: 1025px) and (max-width: 1450px) {

    .mesh_ui .div-block .block-wrapper h4 {
        font-size: 40px;
    }

    .mesh_ui .div-block .block-wrapper p {
        font-size: 24px;
    }

    .mesh_ui .data-card .block-wrapper .header p {
        width: 100%;
        float: left;
        display: block;
        font-size: 19px;
        color: #23282D;
    }

    /* Block:  Marquee Grid */
    .block.default-marquee {
    }

    .block.default-marquee .post_wrapper {
    }

    .block.default-marquee .post_wrapper .div-block {
    }

    .block.default-marquee .post_wrapper .div-block .block-wrapper {
    }

    .block.default-marquee .post_wrapper .div-block .block-wrapper .marquee_content_wrapper {
    }

    .block.default-marquee .post_wrapper .div-block .block-wrapper .marquee_content_wrapper .marquee_inner_image_wrapper {
        height: 450px;
    }

    .block.default-marquee .post_wrapper .div-block .block-wrapper .marquee_content_wrapper .marquee_inner_image_wrapper img {
        min-height: 100%;
        min-width: 100%;
        height: auto;
        width: auto;
    }

    .block.default-marquee .post_wrapper .div-block .block-wrapper .marquee_content_wrapper .marquee_inner_content_wrapper {
        margin-top: 350px;
        width: 75%;
    }

    .block.default-marquee .post_wrapper .div-block .block-wrapper .marquee_content_wrapper .marquee_inner_content_wrapper h3 {
    }

    .block.default-marquee .post_wrapper .div-block .block-wrapper .marquee_content_wrapper .marquee_inner_content_wrapper p {
    }

    /* Block:  Default Grid */
    .default-grid div.block-wrapper div.grid_content_wrapper div div.block-inner-wrapper {

    }


    .default-grid div.block-wrapper div.grid_content_wrapper div div.block-inner-wrapper h4 {

    }

    .default-grid div.block-wrapper div.grid_content_wrapper div div.block-inner-wrapper p {

    }

    .default-grid div.block-wrapper div.grid_content_wrapper div div.block-inner-wrapper .grid_inner_image_wrapper img {

    }

    /* Block:  Switchbox */
    .mesh_ui .switchbox .switchbox-content-wrapper .block-wrapper {

        margin: 0 8%;

    }

    .mesh_ui .switchbox .switchbox-content-wrapper .block-wrapper .switchbox-control {


    }


    .mesh_ui .switchbox .switchbox-content-wrapper .block-wrapper .switchbox-control h3 {


    }

    .mesh_ui .switchbox .switchbox-content-wrapper .block-wrapper .switchbox-control ul li {

    }

    .mesh_ui .switchbox .switchbox-content-wrapper .block-wrapper .switchbox-control ul li h4 {

    }

    .mesh_ui .switchbox .switchbox-content-wrapper .block-wrapper .switchbox-control ul li.active h4 {

    }

    .mesh_ui .switchbox .switchbox-content-wrapper .block-wrapper .switchbox-content {
    }

    .mesh_ui .switchbox .switchbox-content-wrapper .block-wrapper .switchbox-content .switchbox-content-slide {

    }


}

@media screen and (max-width: 1024px) and (min-width: 787px) {

    .mesh_ui .div-block .block-wrapper h4 {
        font-size: 38px;
    }

    .mesh_ui .div-block .block-wrapper p {
        font-size: 21px;
    }

    .mesh_ui .data-card .block-wrapper .header p {
        width: 100%;
        float: left;
        display: block;
        font-size: 19px;
        color: #23282D;
    }

    /* Block:  Marquee Grid */
    .block.default-marquee {
    }

    .block.default-marquee .post_wrapper {
    }

    .block.default-marquee .post_wrapper .div-block {
    }

    .block.default-marquee .post_wrapper .div-block .block-wrapper {
    }

    .block.default-marquee .post_wrapper .div-block .block-wrapper .marquee_content_wrapper {
    }

    .block.default-marquee .post_wrapper .div-block .block-wrapper .marquee_content_wrapper .marquee_inner_image_wrapper {
        height: 400px;
    }

    .block.default-marquee .post_wrapper .div-block .block-wrapper .marquee_content_wrapper .marquee_inner_image_wrapper img {
        min-height: 100%;
        min-width: 100%;
        height: auto;
        width: auto;
    }

    .block.default-marquee .post_wrapper .div-block .block-wrapper .marquee_content_wrapper .marquee_inner_content_wrapper {
        margin: 400px auto 30px;
        width: 100%;
    }

    .block.default-marquee .post_wrapper .div-block .block-wrapper .marquee_content_wrapper .marquee_inner_content_wrapper h3 {
    }

    .block.default-marquee .post_wrapper .div-block .block-wrapper .marquee_content_wrapper .marquee_inner_content_wrapper p {
    }

    /* Block:  Default Grid */
    .default-grid div.block-wrapper div.grid_content_wrapper div div.block-inner-wrapper {

    }


    .default-grid div.block-wrapper div.grid_content_wrapper div div.block-inner-wrapper h4 {

    }

    .default-grid div.block-wrapper div.grid_content_wrapper div div.block-inner-wrapper p {

    }

    .default-grid div.block-wrapper div.grid_content_wrapper div div.block-inner-wrapper .grid_inner_image_wrapper img {

    }

    /* Block:  Switchbox */
    .mesh_ui .switchbox .switchbox-content-wrapper .block-wrapper {

        width: 70%;

        margin: 0 8%;

    }

    .mesh_ui .switchbox .switchbox-content-wrapper .block-wrapper .switchbox-control {

        padding-top: 15px;

    }


    .mesh_ui .switchbox .switchbox-content-wrapper .block-wrapper .switchbox-control h3 {

        font-size: 35px;

    }

    .mesh_ui .switchbox .switchbox-content-wrapper .block-wrapper .switchbox-control ul li {

    }

    .mesh_ui .switchbox .switchbox-content-wrapper .block-wrapper .switchbox-control ul li h4 {

    }

    .mesh_ui .switchbox .switchbox-content-wrapper .block-wrapper .switchbox-control ul li.active h4 {

    }

    .mesh_ui .switchbox .switchbox-content-wrapper .block-wrapper .switchbox-content {
    }

    .mesh_ui .switchbox .switchbox-content-wrapper .block-wrapper .switchbox-content .switchbox-content-slide {

        padding-bottom: 15px;

    }


}

@media screen and (max-width: 786px) and (min-width: 481px) {

    .mesh_ui .div-block .block-wrapper h4 {
        font-size: 37px;
    }

    .mesh_ui .div-block .block-wrapper p {
        font-size: 21px;
    }

    .mesh_ui .data-card .block-wrapper .header p {
        width: 100%;
        float: left;
        display: block;
        font-size: 19px;
        color: #23282D;
    }

    /* Block:  Marquee Grid */
    .block.default-marquee {
    }

    .block.default-marquee .post_wrapper {
    }

    .block.default-marquee .post_wrapper .div-block {
    }

    .block.default-marquee .post_wrapper .div-block .block-wrapper {
    }

    .block.default-marquee .post_wrapper .div-block .block-wrapper .marquee_content_wrapper {
    }

    .block.default-marquee .post_wrapper .div-block .block-wrapper .marquee_content_wrapper .marquee_inner_image_wrapper {
        height: 400px;
    }

    .block.default-marquee .post_wrapper .div-block .block-wrapper .marquee_content_wrapper .marquee_inner_image_wrapper img {
        min-height: 100%;
        min-width: 100%;
        height: auto;
        width: auto;
    }

    .block.default-marquee .post_wrapper .div-block .block-wrapper .marquee_content_wrapper .marquee_inner_content_wrapper {
        margin: 400px 0 30px;
        width: 100%;
    }

    .block.default-marquee .post_wrapper .div-block .block-wrapper .marquee_content_wrapper .marquee_inner_content_wrapper h3 {
    }

    .block.default-marquee .post_wrapper .div-block .block-wrapper .marquee_content_wrapper .marquee_inner_content_wrapper p {
    }

    /* Block:  Default Grid */
    .default-grid div.block-wrapper div.grid_content_wrapper div div.block-inner-wrapper {

    }


    .default-grid div.block-wrapper div.grid_content_wrapper div div.block-inner-wrapper h4 {

    }

    .default-grid div.block-wrapper div.grid_content_wrapper div div.block-inner-wrapper p {

    }

    .default-grid div.block-wrapper div.grid_content_wrapper div div.block-inner-wrapper .grid_inner_image_wrapper img {

    }

    /* Block:  Switchbox */
    .mesh_ui .switchbox .switchbox-content-wrapper .block-wrapper {

        margin: 0 5%;

        width: 75%;

    }

    .mesh_ui .switchbox .switchbox-content-wrapper .block-wrapper .switchbox-control {

        padding-top: 10px;

    }


    .mesh_ui .switchbox .switchbox-content-wrapper .block-wrapper .switchbox-control h3 {

        font-size: 31px;

    }

    .mesh_ui .switchbox .switchbox-content-wrapper .block-wrapper .switchbox-control ul li {

    }

    .mesh_ui .switchbox .switchbox-content-wrapper .block-wrapper .switchbox-control ul li h4 {

        font-size: 26px !important;

    }

    .mesh_ui .switchbox .switchbox-content-wrapper .block-wrapper .switchbox-control ul li.active h4 {

    }

    .mesh_ui .switchbox .switchbox-content-wrapper .block-wrapper .switchbox-content {
    }

    .mesh_ui .switchbox .switchbox-content-wrapper .block-wrapper .switchbox-content .switchbox-content-slide p {
        line-height: 1.5em !important;
        font-weight: 600;
    }

    .mesh_ui .switchbox .switchbox-content-wrapper .block-wrapper .switchbox-content .switchbox-content-slide {

        padding-bottom: 15px;

    }


}

@media screen and (max-width: 480px) {

    .mesh_ui .div-block .block-wrapper h4 {
        font-size: 34px;
    }

    .mesh_ui .div-block .block-wrapper p {
        font-size: 20px;
    }

    .mesh_ui .data-card .block-wrapper .header p {
        width: 100%;
        float: left;
        display: block;
        font-size: 19px;
        color: #23282D;
    }

    /* Block:  Marquee Grid */
    .block.default-marquee {
    }

    .block.default-marquee .post_wrapper {
    }

    .block.default-marquee .post_wrapper .div-block {
    }

    .block.default-marquee .post_wrapper .div-block .block-wrapper {
    }

    .block.default-marquee .post_wrapper .div-block .block-wrapper .marquee_content_wrapper {
    }

    .block.default-marquee .post_wrapper .div-block .block-wrapper .marquee_content_wrapper .marquee_inner_image_wrapper {
        height: 300px;
    }

    .block.default-marquee .post_wrapper .div-block .block-wrapper .marquee_content_wrapper .marquee_inner_image_wrapper img {
        min-height: 100%;
        min-width: 100%;
        height: auto;
        width: auto;
    }

    .block.default-marquee .post_wrapper .div-block .block-wrapper .marquee_content_wrapper .marquee_inner_content_wrapper {
        margin: 300px 0 35px;
        width: 100%;
    }

    .block.default-marquee .post_wrapper .div-block .block-wrapper .marquee_content_wrapper .marquee_inner_content_wrapper h3 {
    }

    .block.default-marquee .post_wrapper .div-block .block-wrapper .marquee_content_wrapper .marquee_inner_content_wrapper p {
    }

    /* Block:  Default Grid */
    .default-grid div.block-wrapper div.grid_content_wrapper div div.block-inner-wrapper {

    }


    .default-grid div.block-wrapper div.grid_content_wrapper div div.block-inner-wrapper h4 {

    }

    .default-grid div.block-wrapper div.grid_content_wrapper div div.block-inner-wrapper p {

    }

    .default-grid div.block-wrapper div.grid_content_wrapper div div.block-inner-wrapper .grid_inner_image_wrapper img {

    }

    /* Block:  Switchbox */
    .mesh_ui .switchbox .switchbox-content-wrapper .block-wrapper {

        width: 84%;

    }

    .mesh_ui .switchbox .switchbox-content-wrapper .block-wrapper .switchbox-control {

        padding-top: 0;

    }


    .mesh_ui .switchbox .switchbox-content-wrapper .block-wrapper .switchbox-control h3 {

        font-size: 27px;

        padding-bottom: 37px;

        font-weight: 500;

    }

    .mesh_ui .switchbox .switchbox-content-wrapper .block-wrapper .switchbox-control ul li {

    }

    .mesh_ui .switchbox .switchbox-content-wrapper .block-wrapper .switchbox-control ul li h4 {

        font-size: 25px;

    }

    .mesh_ui .switchbox .switchbox-content-wrapper .block-wrapper .switchbox-control ul li.active h4 {

    }

    .mesh_ui .switchbox .switchbox-content-wrapper .block-wrapper .switchbox-content {
    }


    .mesh_ui .switchbox .switchbox-content-wrapper .block-wrapper .switchbox-content .switchbox-content-slide {

        padding-bottom: 0;

    }

    .mesh_ui .switchbox .switchbox-content-wrapper .block-wrapper .switchbox-content .switchbox-content-slide p {
        font-size: 18px;
        font-weight: 600;
    }


}
