﻿@charset "UTF-8";
/* Global mixins goes here from GlobalStyle.scss */
/*Connect Main font*/
@font-face {
    font-family: 'Open Sans';
    src: url("../css/font/OpenSans-Regular.eot");
    src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../css/font/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../css/font/OpenSans-Regular.woff2") format("woff2"), url("../css/font/OpenSans-Regular.woff") format("woff"), url("../css/font/OpenSans-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url("../css/font/OpenSans-BoldItalic.eot");
    src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url("../css/font/OpenSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../css/font/OpenSans-BoldItalic.woff2") format("woff2"), url("../css/font/OpenSans-BoldItalic.woff") format("woff"), url("../css/font/OpenSans-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url("../css/font/OpenSans-SemiBoldItalic.eot");
    src: local("Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"), url("../css/font/OpenSans-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../css/font/OpenSans-SemiBoldItalic.woff2") format("woff2"), url("../css/font/OpenSans-SemiBoldItalic.woff") format("woff"), url("../css/font/OpenSans-SemiBoldItalic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url("../css/font/OpenSans-LightItalic.eot");
    src: local("Open Sans Light Italic"), local("OpenSans-LightItalic"), url("../css/font/OpenSans-LightItalic.eot?#iefix") format("embedded-opentype"), url("../css/font/OpenSans-LightItalic.woff2") format("woff2"), url("../css/font/OpenSans-LightItalic.woff") format("woff"), url("../css/font/OpenSans-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url("../css/font/OpenSans-ExtraBold.eot");
    src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url("../css/font/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../css/font/OpenSans-ExtraBold.woff2") format("woff2"), url("../css/font/OpenSans-ExtraBold.woff") format("woff"), url("../css/font/OpenSans-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url("../css/font/OpenSans-SemiBold.eot");
    src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../css/font/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../css/font/OpenSans-SemiBold.woff2") format("woff2"), url("../css/font/OpenSans-SemiBold.woff") format("woff"), url("../css/font/OpenSans-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url("../css/font/OpenSans-ExtraBoldItalic.eot");
    src: local("Open Sans ExtraBold Italic"), local("OpenSans-ExtraBoldItalic"), url("../css/font/OpenSans-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../css/font/OpenSans-ExtraBoldItalic.woff2") format("woff2"), url("../css/font/OpenSans-ExtraBoldItalic.woff") format("woff"), url("../css/font/OpenSans-ExtraBoldItalic.ttf") format("truetype");
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url("../css/font/OpenSans-Light.eot");
    src: local("Open Sans Light"), local("OpenSans-Light"), url("../css/font/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../css/font/OpenSans-Light.woff2") format("woff2"), url("../css/font/OpenSans-Light.woff") format("woff"), url("../css/font/OpenSans-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url("../css/font/OpenSans-Italic.eot");
    src: local("Open Sans Italic"), local("OpenSans-Italic"), url("../css/font/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("../css/font/OpenSans-Italic.woff2") format("woff2"), url("../css/font/OpenSans-Italic.woff") format("woff"), url("../css/font/OpenSans-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url("../css/font/OpenSans-Bold.eot");
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../css/font/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../css/font/OpenSans-Bold.woff2") format("woff2"), url("../css/font/OpenSans-Bold.woff") format("woff"), url("../css/font/OpenSans-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}
/*Connect Main font*/
/*$titles: 300 30px/30px $main-font;*/
/*$logo_text: 600 19px/19px $main-font;*/
/*$path_text: 400 13px/13px $main-font;*/
/* loading styles */
@-webkit-keyframes spinPulse {
    0% {
        -webkit-transform: rotate(160deg);
        opacity: 0;
    }

    50% {
        -webkit-transform: rotate(145deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate(-320deg);
        opacity: 0;
    }
}

@-webkit-keyframes spinoffPulse {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spinPulse {
    0% {
        -moz-transform: rotate(160deg);
        opacity: 0;
    }

    50% {
        -moz-transform: rotate(145deg);
        opacity: 1;
    }

    100% {
        -moz-transform: rotate(-320deg);
        opacity: 0;
    }
}

@-moz-keyframes spinoffPulse {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes spinPulse {
    0% {
        transform: rotate(160deg);
        opacity: 0;
    }

    50% {
        transform: rotate(145deg);
        opacity: 1;
    }

    100% {
        transform: rotate(-320deg);
        opacity: 0;
    }
}

@keyframes spinoffPulse {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading {
    height: 100%;
    min-height: 500px;
}

    .loading .img_loading {
        padding-top: 20%;
        padding-left: 50%;
    }

    .loading .circle {
        background-color: transparent;
        border: 3px solid rgba(255, 255, 255, 0.9);
        opacity: .9;
        border-right: 3px solid transparent;
        border-left: 3px solid transparent;
        border-radius: 50px !important;
        width: 70px;
        height: 70px;
        margin: 0 auto;
        -webkit-animation: spinPulse 1s infinite linear;
        -moz-animation: spinPulse 1s infinite ease-in-out;
        animation: spinPulse 1s infinite;
        animation-timing-function: ease-in-out;
    }

    .loading .circle1 {
        background-color: transparent;
        border: 3px solid rgba(255, 255, 255, 0.9);
        opacity: .9;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-radius: 50px !important;
        width: 40px;
        height: 40px;
        margin: 0 auto;
        position: relative;
        top: -55px;
        -webkit-animation: spinoffPulse 1s infinite linear;
        -moz-animation: spinoffPulse 1s infinite linear;
        animation: spinoffPulse 1s infinite;
        animation-timing-function: linear;
    }

/* loading styles */
/* Global styles goes here from GlobalStyle.scss */
body {
    background-color: #050e15;
    color: white;
    overflow-x: hidden;
}

hr {
    width: 102%;
    margin-left: -10px;
    border: 0;
    height: 1px;
    background: #192127;
}

    hr:after {
        content: "";
        display: table;
        clear: both;
    }

label {
    margin: 0;
}

.row {
    margin-left: 145px;
    margin-right: 145px;
}

    .row:after {
        content: "";
        display: table;
        clear: both;
    }

@media (min-width: 1201px) and (max-width: 1380px) {
    .row {
        margin-left: 75px;
        margin-right: 75px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .row {
        margin-left: 25px;
        margin-right: 25px;
    }
}

@media (min-width: 100px) and (max-width: 991px) {
    .row {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.row.search {
    box-sizing: border-box;
    margin: 0;
    white-space: nowrap;
    margin-top: 10px;
    position: relative;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .row.search {
        width: 100%;
    }
}

.category_title {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    color: white;
    text-align: center;
    margin-top: 22px;
}

.subtitle {
    margin-top: 23px;
    text-align: center;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: gray;
}

.container-fluid {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    background-image: url(../images/main_bg_image.png);
    background-image: -webkit-image-set(url(../images/main_bg_image.png) 1x, url(../images/main_bg_image@2x.png) 2x, url(../images/main_bg_image@3x.png) 3x);
}

@media (min-width: 1514px) {
    .container-fluid {
        background-size: contain;
    }
}

/* Modal Styles for Media */
#email_modal .content {
    width: 500px;
}

    #email_modal .content .description {
        margin-top: 14px;
    }

    #email_modal .content .big-button {
        width: 100%;
        height: 43px;
        color: white;
        background-color: #5581e3;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin-top: 15px;
        text-align: center;
        line-height: 43px;
        cursor: pointer;
        transition: backgound-color 1s;
    }

        #email_modal .content .big-button:hover {
            background-color: #3f71df;
        }

    #email_modal .content input, #email_modal .content select, #email_modal .content textarea {
        display: block;
        width: 100%;
        height: 32px;
        outline: 0;
        border: 1px solid rgba(129, 130, 131, 0.5);
        margin-bottom: 12px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding: 10px 10px 10px 12px;
    }

        #email_modal .content input:focus, #email_modal .content select:focus, #email_modal .content textarea:focus {
            border-color: #5581e3;
        }

    #email_modal .content textarea {
        resize: vertical;
        height: 100px;
    }

.modal_holder {
    display: block;
}

    .modal_holder .modal {
        display: none;
    }

    .modal_holder .content {
        padding: 30px;
        background-color: white;
        width: 800px;
        color: black;
        margin: 0 auto;
        margin-top: 10%;
        border-radius: 6px;
    }

        .modal_holder .content .title_block:after {
            content: "";
            display: table;
            clear: both;
        }

        .modal_holder .content .title_block .title {
            font-family: "Open Sans", Arial, sans-serif;
            font-size: 18px;
            font-weight: 600;
            line-height: 18px;
            color: #191e2d;
            text-transform: uppercase;
            display: inline-block;
        }

        .modal_holder .content .title_block .close_button {
            display: inline-block;
            float: right;
            width: 29px;
            height: 29px;
            cursor: pointer;
        }

            .modal_holder .content .title_block .close_button:before {
                margin-top: -5px;
                margin-left: 5px;
                content: "\E5CD";
                vertical-align: middle;
                color: #191e2d;
                font-family: 'Material Icons';
                font-weight: normal;
                font-style: normal;
                font-size: 29px;
                /* Preferred icon size */
                display: inline-block;
                line-height: 1;
                text-transform: none;
                letter-spacing: normal;
                word-wrap: normal;
                white-space: nowrap;
                direction: ltr;
                /* Support for all WebKit browsers. */
                -webkit-font-smoothing: antialiased;
                /* Support for Safari and Chrome. */
                text-rendering: optimizeLegibility;
                /* Support for Firefox. */
                -moz-osx-font-smoothing: grayscale;
                /* Support for IE. */
                font-feature-settings: 'liga';
            }

        .modal_holder .content .big-image-gallery {
            margin-top: 10px;
            width: 738px;
            background-color: white;
        }

        .modal_holder .content .images-preview {
            margin-top: 10px;
        }

            .modal_holder .content .images-preview .small-img-slider {
                display: inline-block;
                margin-left: -6px;
            }

            .modal_holder .content .images-preview .sm-img {
                cursor: pointer;
                display: inline-block;
                width: 40px;
                height: 40px;
                background-color: grey;
                margin-left: 6px;
                margin-bottom: 5px;
                overflow: hidden;
                opacity: 0.5;
            }

            .modal_holder .content .images-preview .active {
                opacity: 1;
            }

        .modal_holder .content .description {
            margin-top: 10px;
            font-family: "Open Sans", Arial, sans-serif;
            font-size: 13px;
            font-weight: 400;
            line-height: 18px;
            color: #191e2d;
        }

        .modal_holder .content .tags {
            margin-top: 14px;
            font-family: "Open Sans", Arial, sans-serif;
            font-size: 13px;
            font-weight: 300;
            line-height: 16px;
            color: #191e2d;
        }

            .modal_holder .content .tags ul {
                list-style-type: none;
                padding: 0;
            }

            .modal_holder .content .tags li {
                display: inline-block;
                background-color: rgba(129, 130, 131, 0.2);
                padding: 7px 10px;
                margin-right: 5px;
                margin-bottom: 8px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                font-weight: 600;
            }

                .modal_holder .content .tags li:last-child {
                    margin-right: 0;
                }

    .modal_holder .modal_bg {
        background-color: rgba(5, 14, 21, 0.8);
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 100;
    }

/* Modal Styles for Media */
/*header */
.logo_block {
    display: table;
    margin-top: 4%;
}

    .logo_block .logo_img {
        width: 96px;
        display: table-cell;
    }

        .logo_block .logo_img img {
            padding-top: 15px;
            padding-right: 0px;
        }

    .logo_block .logo_text {
        display: block;
        font-family: "Open Sans", Arial, sans-serif;
        font-size: 19px;
        font-weight: 600;
        line-height: 19px;
        color: white;
    }

    .logo_block .path {
        font-family: "Open Sans", Arial, sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 13px;
        color: #a6a6a6;
        margin-top: 10px;
        display: block;
    }

        .logo_block .path a {
            color: #a6a6a6;
            text-decoration: underline;
        }

            .logo_block .path a:hover {
                color: white;
                text-decoration: underline;
            }

                .logo_block .path a:hover:after {
                    content: "•";
                    text-decoration: none;
                    color: #a6a6a6;
                }

            .logo_block .path a:after {
                display: inline-block;
                text-decoration: none;
                content: "•";
                padding: 0 10px;
            }

            .logo_block .path a:last-child:after {
                content: "";
            }

.right-top-buttons {
    margin-top: 9%;
}
    .right-top-buttons .faq-dropdown {
        display: inline-flex;
        justify-content: space-between;
    }

#google_translate_element {
    display: inline-block;
    color: white;
    vertical-align: middle;
    margin-right: 6px;
}

    #google_translate_element .goog-te-gadget {
        color: white;
    }

        #google_translate_element .goog-te-gadget .goog-te-gadget-simple {
            height: 44px;
            line-height: 40px;
            padding: 0 9px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            background: none;
            border-color: #999999;
        }

            #google_translate_element .goog-te-gadget .goog-te-gadget-simple .goog-te-menu-value {
                color: white;
            }

.menu_dropdown {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: white;
    white-space: nowrap;
    width: 266px;
    height: 44px;
    border: 1px solid #999999;
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .menu_dropdown:hover {
        border: 1px solid white;
    }

        .menu_dropdown:hover .dropdown_menu_open {
            display: block;
        }

    .menu_dropdown .title {
        padding-left: 15px;
        padding-top: 13px;
        display: block;
    }

    .menu_dropdown .arrow {
        margin-top: 18px;
        margin-right: 10px;
        display: block;
        width: 12px;
        height: 12px;
        background-image: url(../images/dropdown_arrow.png);
        background-repeat: no-repeat;
    }

.dropdown_menu_open {
    position: absolute;
    right: 0;
    display: none;
    list-style-type: none;
    background-color: rgba(5, 14, 21, 0.9);
    margin-top: 43px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 999;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 1201px) and (max-width: 1380px) {
    .dropdown_menu_open {
        right: 0;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .dropdown_menu_open {
        right: 0;
    }
}

@media (min-width: 100px) and (max-width: 991px) {
    .dropdown_menu_open {
        right: 0;
    }
}

.dropdown_menu_open li {
    padding: 12px 35px;
}

    .dropdown_menu_open li:hover {
        background-color: rgba(255, 255, 255, 0.07);
    }

        .dropdown_menu_open li:hover a {
            color: white;
        }

.dropdown_menu_open a {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: underline;
}

/*header */
.container-fluid {
    background-position: center 92px;
}

/*Notification Styles1 */
.success_notification {
    position: fixed;
    top: -43px;
    opacity: 0;
    width: 100%;
    z-index: 10;
    background-color: rgba(85, 129, 227, 0.9);
    padding: 10px;
    text-align: center;
}

    .success_notification .icon {
        vertical-align: middle;
        display: inline-block;
    }

        .success_notification .icon:before {
            color: white;
            font-family: 'Material Icons';
            font-weight: normal;
            font-style: normal;
            font-size: 18px;
            /* Preferred icon size */
            display: inline-block;
            line-height: 1;
            text-transform: none;
            letter-spacing: normal;
            word-wrap: normal;
            white-space: nowrap;
            direction: ltr;
            /* Support for all WebKit browsers. */
            -webkit-font-smoothing: antialiased;
            /* Support for Safari and Chrome. */
            text-rendering: optimizeLegibility;
            /* Support for Firefox. */
            -moz-osx-font-smoothing: grayscale;
            /* Support for IE. */
            font-feature-settings: 'liga';
            content: "\E876";
            font-weight: bolder;
        }

    .success_notification .text {
        display: inline-block;
        font-family: "Open Sans", Arial, sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 13px;
        color: white;
    }

.red_notification {
    position: fixed;
    top: -43px;
    opacity: 0;
    width: 100%;
    z-index: 10;
    background-color: rgba(205, 92, 92, 0.9);
    padding: 10px;
    text-align: center;
}

    .red_notification .icon {
        vertical-align: middle;
        display: inline-block;
    }

        .red_notification .icon:before {
            color: white;
            font-family: 'Material Icons';
            font-weight: normal;
            font-style: normal;
            font-size: 18px;
            /* Preferred icon size */
            display: inline-block;
            line-height: 1;
            text-transform: none;
            letter-spacing: normal;
            word-wrap: normal;
            white-space: nowrap;
            direction: ltr;
            /* Support for all WebKit browsers. */
            -webkit-font-smoothing: antialiased;
            /* Support for Safari and Chrome. */
            text-rendering: optimizeLegibility;
            /* Support for Firefox. */
            -moz-osx-font-smoothing: grayscale;
            /* Support for IE. */
            font-feature-settings: 'liga';
            content: "\E5CD";
            font-weight: bolder;
        }

    .red_notification .text {
        display: inline-block;
        font-family: "Open Sans", Arial, sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 13px;
        color: white;
    }

/*Notification Styles  */
.copy_citation {
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 800;
    line-height: 17px;
    color: #5581e3;
    border-bottom: 1px dashed #5581e3;
}

/* Create Search Div with icon and  display none it */
/* Modal Styles for Media */
.modal_holder {
    display: block;
}

    .modal_holder .modal {
        display: none;
    }

    .modal_holder .content {
        padding: 30px;
        background-color: white;
        width: 800px;
        color: black;
        margin: 0 auto;
        margin-top: 10%;
        border-radius: 6px;
    }

        .modal_holder .content .title_block:after {
            content: "";
            display: table;
            clear: both;
        }

        .modal_holder .content .title_block .title {
            font-family: "Open Sans", Arial, sans-serif;
            font-size: 18px;
            font-weight: 600;
            line-height: 18px;
            color: #191e2d;
            text-transform: uppercase;
            display: inline-block;
        }

        .modal_holder .content .title_block .close_button {
            display: inline-block;
            float: right;
            width: 29px;
            height: 29px;
            cursor: pointer;
        }

            .modal_holder .content .title_block .close_button:before {
                margin-top: -5px;
                margin-left: 5px;
                content: "\E5CD";
                vertical-align: middle;
                color: #191e2d;
                font-family: 'Material Icons';
                font-weight: normal;
                font-style: normal;
                font-size: 29px;
                /* Preferred icon size */
                display: inline-block;
                line-height: 1;
                text-transform: none;
                letter-spacing: normal;
                word-wrap: normal;
                white-space: nowrap;
                direction: ltr;
                /* Support for all WebKit browsers. */
                -webkit-font-smoothing: antialiased;
                /* Support for Safari and Chrome. */
                text-rendering: optimizeLegibility;
                /* Support for Firefox. */
                -moz-osx-font-smoothing: grayscale;
                /* Support for IE. */
                font-feature-settings: 'liga';
            }

        .modal_holder .content .big-image-gallery {
            margin-top: 10px;
            width: 738px;
            background-color: white;
        }

        .modal_holder .content .images-preview {
            margin-top: 10px;
        }

            .modal_holder .content .images-preview .small-img-slider {
                display: inline-block;
                margin-left: -6px;
            }

            .modal_holder .content .images-preview .sm-img {
                display: inline-block;
                width: 40px;
                height: 40px;
                background-color: grey;
                margin-left: 6px;
                margin-bottom: 5px;
                overflow: hidden;
                opacity: 0.5;
            }

            .modal_holder .content .images-preview .active {
                opacity: 1;
            }

        .modal_holder .content .description {
            margin-top: 10px;
            font-family: "Open Sans", Arial, sans-serif;
            font-size: 13px;
            font-weight: 400;
            line-height: 18px;
            color: #191e2d;
        }

        .modal_holder .content .tags {
            margin-top: 14px;
            font-family: "Open Sans", Arial, sans-serif;
            font-size: 13px;
            font-weight: 300;
            line-height: 16px;
            color: #191e2d;
        }

            .modal_holder .content .tags ul {
                list-style-type: none;
                padding: 0;
            }

            .modal_holder .content .tags li {
                display: inline-block;
                background-color: rgba(129, 130, 131, 0.2);
                padding: 7px 10px;
                margin-right: 5px;
                margin-bottom: 8px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                font-weight: 600;
            }

                .modal_holder .content .tags li:last-child {
                    margin-right: 0px;
                }

    .modal_holder .modal_bg {
        background-color: rgba(5, 14, 21, 0.8);
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 100;
    }

/* Modal Styles for Media */
/* Bread crumbs*/
.crumbs {
    margin-top: 0;
    width: 100%;
    min-height: 36px;
    margin-left: 13px;
}

    .crumbs ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        /*&:before {
        margin-left: 15px;
        vertical-align: middle;
        content: "\E88A";
        @include icon (18px, transparentize($ligh-grey,0.2));
    }*/
    }

        .crumbs ul li {
            font-family: "Open Sans", Arial, sans-serif;
            font-size: 12px;
            font-weight: 400;
            line-height: 36px;
            color: rgba(25, 30, 45, 0.5);
            padding-left: 20px;
            display: inline-block;
        }

            .crumbs ul li a {
                font-family: "Open Sans", Arial, sans-serif;
                font-size: 12px;
                font-weight: 400;
                line-height: 36px;
                color: rgba(25, 30, 45, 0.5);
                text-decoration: underline;
            }

                .crumbs ul li a:hover {
                    color: #191e2d;
                }

/* Bread crumbs*/
/* Main content*/
.details-content {
    margin-top: 15px;
    color: #191e2d;
    background-color: white;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding-top: 16px;
    padding-bottom: 32px;
}

    .details-content .details-header {
        font-family: "Open Sans", Arial, sans-serif;
        font-size: 22px;
        font-weight: 400;
        line-height: 25px;
        color: #5581e3;
        margin: 0 32px;
        margin-bottom: 26px;
    }

        .details-content .details-header .wrapper {
            display: block;
        }

            .details-content .details-header .wrapper:after {
                content: "";
                display: table;
                clear: both;
            }

        .details-content .details-header .inv-title {
            float: left;
            display: inline-block;
            margin-top: 4px;
            width: 80%;
            /*.dashed_underline {
          display: inline-block;
          border-bottom: 1px dashed $blue-color;
      }


      &:after {
          content: "\E313";
          vertical-align: middle;

          @include icon (18px,$blue-color);
          margin-left: 6px;
          font-weight: 600;
      }*/
        }

        .details-content .details-header .download-button {
            float: right;
            position: relative;
            padding: 0px 0px 0px 5px;
        }

            .details-content .details-header .download-button #download-dropdown {
                display: none;
                position: absolute;
                right: 0;
                top: 0;
                opacity: 0;
                background-color: white;
                width: 154px;
                font-size: 13px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
                -webkit-box-shadow: 0px 5px 24px 0px rgba(31, 36, 45, 0.28);
                /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
                -moz-box-shadow: 0px 5px 24px 0px rgba(31, 36, 45, 0.28);
                /* Firefox 3.5 - 3.6 */
                box-shadow: 0px 5px 24px 0px rgba(31, 36, 45, 0.28);
                /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
                padding: 20px;
                padding-top: 16px;
                border-top: 3px solid #5581e3;
                box-sizing: border-box;
            }

                .details-content .details-header .download-button #download-dropdown ul {
                    list-style: none;
                    margin: 0;
                    padding: 0;
                }

                .details-content .details-header .download-button #download-dropdown li {
                    cursor: pointer;
                    margin-bottom: 10px;
                    text-decoration: underline;
                }

                    .details-content .details-header .download-button #download-dropdown li:last-child {
                        margin-bottom: 0;
                    }

                    .details-content .details-header .download-button #download-dropdown li:hover {
                        text-decoration: none;
                    }

                .details-content .details-header .download-button #download-dropdown .all_images:before {
                    content: '\E3F4';
                    vertical-align: top;
                    color: #5581e3;
                    font-family: 'Material Icons';
                    font-weight: normal;
                    font-style: normal;
                    font-size: 14px;
                    /* Preferred icon size */
                    display: inline-block;
                    line-height: 1;
                    text-transform: none;
                    letter-spacing: normal;
                    word-wrap: normal;
                    white-space: nowrap;
                    direction: ltr;
                    /* Support for all WebKit browsers. */
                    -webkit-font-smoothing: antialiased;
                    /* Support for Safari and Chrome. */
                    text-rendering: optimizeLegibility;
                    /* Support for Firefox. */
                    -moz-osx-font-smoothing: grayscale;
                    /* Support for IE. */
                    font-feature-settings: 'liga';
                    line-height: inherit;
                    margin-right: 8px;
                }

                .details-content .details-header .download-button #download-dropdown .excel_format:before {
                    content: '\E5C3';
                    vertical-align: top;
                    color: #5581e3;
                    font-family: 'Material Icons';
                    font-weight: normal;
                    font-style: normal;
                    font-size: 14px;
                    /* Preferred icon size */
                    display: inline-block;
                    line-height: 1;
                    text-transform: none;
                    letter-spacing: normal;
                    word-wrap: normal;
                    white-space: nowrap;
                    direction: ltr;
                    /* Support for all WebKit browsers. */
                    -webkit-font-smoothing: antialiased;
                    /* Support for Safari and Chrome. */
                    text-rendering: optimizeLegibility;
                    /* Support for Firefox. */
                    -moz-osx-font-smoothing: grayscale;
                    /* Support for IE. */
                    font-feature-settings: 'liga';
                    line-height: inherit;
                    margin-right: 8px;
                }

                .details-content .details-header .download-button #download-dropdown .text_format:before {
                    content: '\E24D';
                    vertical-align: top;
                    color: #5581e3;
                    font-family: 'Material Icons';
                    font-weight: normal;
                    font-style: normal;
                    font-size: 14px;
                    /* Preferred icon size */
                    display: inline-block;
                    line-height: 1;
                    text-transform: none;
                    letter-spacing: normal;
                    word-wrap: normal;
                    white-space: nowrap;
                    direction: ltr;
                    /* Support for all WebKit browsers. */
                    -webkit-font-smoothing: antialiased;
                    /* Support for Safari and Chrome. */
                    text-rendering: optimizeLegibility;
                    /* Support for Firefox. */
                    -moz-osx-font-smoothing: grayscale;
                    /* Support for IE. */
                    font-feature-settings: 'liga';
                    line-height: inherit;
                    margin-right: 8px;
                }

            .details-content .details-header .download-button button {
                background-color: #5581e3;
                -webkit-border-radius: 2px;
                -moz-border-radius: 2px;
                border-radius: 2px;
                font-family: "Open Sans", Arial, sans-serif;
                font-size: 13px;
                font-weight: 400;
                line-height: 13px;
                color: white;
                padding: 0px 20px;
                height: 38px;
                border: none;
                outline: none;
            }

                .details-content .details-header .download-button button:before {
                    content: "\E2C4";
                    vertical-align: middle;
                    margin-right: 7px;
                    margin-left: -4px;
                    color: white;
                    font-family: 'Material Icons';
                    font-weight: normal;
                    font-style: normal;
                    font-size: 19px;
                    /* Preferred icon size */
                    display: inline-block;
                    line-height: 1;
                    text-transform: none;
                    letter-spacing: normal;
                    word-wrap: normal;
                    white-space: nowrap;
                    direction: ltr;
                    /* Support for all WebKit browsers. */
                    -webkit-font-smoothing: antialiased;
                    /* Support for Safari and Chrome. */
                    text-rendering: optimizeLegibility;
                    /* Support for Firefox. */
                    -moz-osx-font-smoothing: grayscale;
                    /* Support for IE. */
                    font-feature-settings: 'liga';
                }


.images {
    margin-top: 25px;
    vertical-align: top;
    margin-top: 20px;
    display: table-row;
}

    .images:before {
        content: '';
        display: table;
    }

    .images .gallery {
        padding: 0 31px;
        height: 271px;
        width: 3000px;
        display: table-cell;
        vertical-align: top;
        position: relative;
    }

        .images .gallery .btn-next {
            position: absolute;
            top: 37%;
            right: 56px;
            z-index: 99;
            background-image: url(../images/exp/next_active.png);
            background-repeat: no-repeat;
            background-position: center center;
            width: 49px;
            height: 49px;
            cursor: pointer;
        }

        .images .gallery .btn-prev {
            position: absolute;
            top: 37%;
            left: 56px;
            z-index: 99;
            background-image: url(../images/exp/prev_active.png);
            background-repeat: no-repeat;
            background-position: center center;
            width: 49px;
            height: 49px;
            cursor: pointer;
        }

        .images .gallery .big-img {
            cursor: pointer;
            margin: 0;
            height: 273px;
            overflow: hidden;
        }

            .images .gallery .big-img .wrapper {
                display: block;
                position: relative;
                height: 273px;
                overflow: hidden;
            }

            .images .gallery .big-img .info {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                padding: 24px;
                background-color: rgba(255, 255, 255, 0.8);
                font-family: "Open Sans", Arial, sans-serif;
                font-size: 14px;
                font-weight: 600;
                line-height: 14px;
                color: #050e15;
            }

            .images .gallery .big-img img {
                width: 100%;
                margin-top: -19%;
            }

    .images .small-previews {
        min-width: 308px;
        display: table-cell;
    }

        .images .small-previews .small-img {
            cursor: pointer;
            width: 123px;
            height: 123px;
            display: inline-block;
            margin-right: 29px;
            margin-bottom: 22px;
            overflow: hidden;
        }

    .images .with-count {
        position: relative;
    }

        .images .with-count:after {
            text-align: center;
            width: 100%;
            height: 100%;
            content: "+6";
            position: absolute;
            z-index: 4;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            background-color: rgba(5, 14, 21, 0.5);
            font-family: "Open Sans", Arial, sans-serif;
            font-size: 46px;
            font-weight: 300;
            line-height: 117px;
            color: white;
        }

.big-content {
    display: table;
}

.left {
    padding-left: 32px;
    padding-right: 31px;
    width: 100%;
    display: table-cell;
    border-right: 1px solid rgba(129, 130, 131, 0.3);
}

    .left .quick-link {
        list-style-type: none;
        font-family: "Open Sans", Arial, sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 12px;
        color: #5581e3;
    }

        .left .quick-link ul {
            padding: 0;
        }

        .left .quick-link li {
            display: inline-block;
            margin-right: 11px;
            margin-bottom: 11px;
        }

            .left .quick-link li a {
                text-decoration: none;
                display: inline-block;
                border-bottom: 1px dashed #5581e3;
            }

            .left .quick-link li:last-child {
                margin-right: 0px;
            }

                .left .quick-link li:last-child:after {
                    content: "";
                    display: inline-block;
                    margin-left: 0px;
                }

            .left .quick-link li:after {
                border-bottom-style: none;
                content: "|";
                display: inline-block;
                padding-left: 11px;
            }

    .left .block {
        margin-top: 30px;
    }

        .left .block .block-title {
            position: relative;
        }

            .left .block .block-title .text {
                font-family: "Open Sans", Arial, sans-serif;
                font-size: 16px;
                font-weight: 600;
                line-height: 16px;
                color: #191e2d;
                background-color: white;
                z-index: 5;
                position: relative;
                display: inline-block;
                padding-right: 15px;
            }

            .left .block .block-title .divider {
                position: absolute;
                top: 50%;
                left: 0;
                margin: 0;
                width: 100%;
                border: 0;
                background-color: rgba(129, 130, 131, 0.4);
                z-index: 0;
            }

        .left .block .block-subtitle {
            margin-top: 20px;
        }

            .left .block .block-subtitle .subtitle {
                text-transform: uppercase;
                font-family: "Open Sans", Arial, sans-serif;
                font-size: 11px;
                font-weight: 800;
                line-height: 11px;
                color: rgba(25, 30, 45, 0.7);
                text-align: left;
                margin: 0;
                margin-bottom: 16px;
            }

            .left .block .block-subtitle p {
                font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
                font-size: 14px;
                /*font-weight: 400;*/
                line-height: 1.4285;
                /*color: #191e2d;*/
                /*margin: 0*/;
            }

            .left .block .block-subtitle .decadals {
                display: block;
                margin-bottom: 15px;
            }

                .left .block .block-subtitle .decadals .name {
                    font-weight: 600;
                }

                .left .block .block-subtitle .decadals:last-child {
                    margin-bottom: 0;
                }

            .left .block .block-subtitle p.sign {
                padding-top: 15px;
                font-style: italic;
            }

    .left .first {
        margin-top: 17px !important;
    }

    .left .flagged {
        border: 1px solid #5581e3;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding: 0px 22px;
        padding-bottom: 22px;
        position: relative;
    }

        .left .flagged:after {
            content: "\E866";
            color: #5581e3;
            font-family: 'Material Icons';
            font-weight: normal;
            font-style: normal;
            font-size: 20px;
            /* Preferred icon size */
            display: inline-block;
            line-height: 1;
            text-transform: none;
            letter-spacing: normal;
            word-wrap: normal;
            white-space: nowrap;
            direction: ltr;
            /* Support for all WebKit browsers. */
            -webkit-font-smoothing: antialiased;
            /* Support for Safari and Chrome. */
            text-rendering: optimizeLegibility;
            /* Support for Firefox. */
            -moz-osx-font-smoothing: grayscale;
            /* Support for IE. */
            font-feature-settings: 'liga';
            position: absolute;
            top: -3px;
            right: 8px;
        }

        .left .flagged p {
            font-style: italic;
        }

    .left .grey {
        margin-top: 20px;
        border: 1px solid rgba(129, 130, 131, 0.3);
        background-color: rgba(129, 130, 131, 0.15);
        padding: 20px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        .left .grey p {
            font-family: "Open Sans", Arial, sans-serif;
            font-size: 13px;
            font-weight: 400;
            line-height: 18px;
            color: #191e2d;
            margin: 0;
            font-style: italic;
        }

    .left .list {
        font-family: "Open Sans", Arial, sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
        color: #191e2d;
    }

        .left .list ul {
            padding-left: 18px;
        }

            .left .list ul li {
                margin-bottom: 16px;
            }

    .left .empty {
        margin-top: 10px !important;
    }

        .left .empty:after {
            content: "Data is either unavailable, restricted, or under review.\A";
            font-family: "Open Sans", Arial, sans-serif;
            font-size: 13px;
            font-weight: 400;
            line-height: 13px;
            color: #818283;
            font-style: italic;
        }

    .left .extra {
        font-family: "Open Sans", Arial, sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
        color: #191e2d;
        margin-top: 13px;
    }

    .left .results-pub {
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4285;
        color: #191e2d;
    }

        .left .results-pub .abstract {
            text-decoration: underline;
            font-family: "Open Sans", Arial, sans-serif;
            font-size: 13px;
            font-weight: 600;
            line-height: 20px;
            color: #5581e3;
            cursor: pointer;
        }

        .left .results-pub ul {
            padding: 0;
            list-style-type: none;
        }

            .left .results-pub ul li {
                margin-top: 15px;
            }

    .left .links {
        margin-top: 20px;
        display: block;
    }

        .left .links ul {
            list-style-type: none;
            padding: 0px;
        }

            .left .links ul li {
                margin-top: 7px;
            }

                .left .links ul li a {
                    text-decoration: underline;
                    font-family: "Open Sans", Arial, sans-serif;
                    font-size: 14px;
                    font-weight: 600;
                    line-height: 1.4285;
                    color: #5581e3;
                }

    .left .related {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

        .left .related .carusel {
            margin-top: 20px;
        }

        .left .related .experiment {
            display: inline-block;
            width: 100%;
            border-right: 1px dashed rgba(129, 130, 131, 0.4);
            padding-left: 12px;
        }

            .left .related .experiment a {
                font-family: "Open Sans", Arial, sans-serif;
                font-size: 15px;
                font-weight: 800;
                line-height: 15px;
                color: #5581e3;
                text-decoration: underline;
            }

            .left .related .experiment .category {
                font-family: "Open Sans", Arial, sans-serif;
                font-size: 13px;
                font-weight: 400;
                line-height: 13px;
                color: rgba(129, 130, 131, 0.9);
            }

            .left .related .experiment p {
                padding: 0;
                margin: 0;
            }

.right {
    width: 338px;
    max-width: 338px;
    min-width: 338px;
    display: table-cell;
    padding: 0 29px;
}

    .right hr.divider {
        width: 100%;
        margin: 0;
        border: 0;
        background-color: rgba(129, 130, 131, 0.4);
    }

    .right .side-block {
        display: block;
        margin-top: 25px;
    }

        .right .side-block:first-child {
            margin-top: 0;
        }

        .right .side-block .side-title {
            font-family: "Open Sans", Arial, sans-serif;
            font-size: 13px;
            font-weight: 900;
            line-height: 13px;
            color: #191e2d;
            text-transform: uppercase;
        }

        .right .side-block .side-block-content {
            font-family: "Open Sans", Arial, sans-serif;
            font-size: 13px;
            font-weight: 400;
            line-height: 18px;
            color: #191e2d;
            margin-top: 20px;
            margin-bottom: 25px;
        }

        .right .side-block .tags ul {
            list-style-type: none;
            padding: 0;
        }

        .right .side-block .tags li {
            display: inline-block;
            background-color: rgba(129, 130, 131, 0.2);
            padding: 9px 13px;
            margin-right: 5px;
            margin-bottom: 8px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            font-weight: 600;
        }

            .right .side-block .tags li:last-child {
                margin-right: 0px;
            }

        .right .side-block .empty {
            display: block;
        }

            .right .side-block .empty:after {
                /*content: "";*/
                /*color: rgba(129, 130, 131, 0.9);
                font-style: italic;*/
                content: "Data is either unavailable, restricted, or under review.\A";
                /*white-space: pre;*/
                white-space: pre-wrap;
                font-family: "Open Sans", Arial, sans-serif;
                font-size: 13px;
                font-weight: 400;
                line-height: 13px;
                color: #818283;
                font-style: italic;
            }

        .right .side-block .list ul {
            list-style-type: none;
            padding: 0;
        }

        .right .side-block .list li {
            margin-top: 18px;
        }

            .right .side-block .list li a {
                text-decoration: underline;
            }

            .right .side-block .list li .name {
                font-weight: 700;
            }

            .right .side-block .list li .description {
                color: rgba(129, 130, 131, 0.9);
                font-size: 12px;
                margin: 0;
                font-style: italic;
            }

        .right .side-block .with-logo {
            display: table;
        }

            .right .side-block .with-logo .logo {
                display: table-cell;
                vertical-align: middle;
            }

                .right .side-block .with-logo .logo img {
                    height: 33px;
                }

            .right .side-block .with-logo .comp-name {
                display: table-cell;
                vertical-align: middle;
                padding-left: 15px;
            }

.no-images {
    content: "No associated image(s)";
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #818283;
    font-style: italic;
    padding-left: 35px;
    padding-bottom: 20px;
}


/* Main content*/
/* Footer */
.footer {
    padding-top: 20px;
    padding-left: 145px;
    padding-right: 145px;
    position: absolute;
    left: 0;
    width: 100%;
    height: 205px;
    background: url(../images/footer_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
    margin: 0 auto;
}

@media (min-width: 1201px) and (max-width: 1380px) {
    .footer {
        padding-left: 75px;
        padding-right: 75px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .footer {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 991px) {
    .footer {
        padding-left: 30px;
        padding-right: 20px;
    }
}

.footer .logo-part {
    float: left;
    width: 49%;
}

    .footer .logo-part .nasa-bottom-logo {
        width: 54px;
        height: 54px;
        display: table-cell;
        background: url(../images/Nasa_logo.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .footer .logo-part .people {
        padding-left: 30px;
        display: table-cell;
        vertical-align: middle;
        font-family: "Open Sans", Arial, sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 25px;
        color: white;
    }

        .footer .logo-part .people .span-link {
            color: #629dee;
            text-decoration: none;
        }

            .footer .logo-part .people .span-link:hover {
                color: lighten #5581e3, 50%;
                text-decoration: underline;
            }

.footer .other-links {
    float: right;
    color: #629dee !important;
    text-decoration: none;
    width: 49%;
    text-align: right;
    margin-top: 0;
}

    .footer .other-links a {
        display: inline-block;
        margin-right: 20px;
        font-size: 13px;
        border-bottom: 1px dashed #5581e3;
        margin-bottom: 7px;
    }

        .footer .other-links a:last-child {
            padding-right: 0;
        }

        .footer .other-links a:hover {
            text-decoration: none;
            color: white;
            border-bottom: 1px dashed white;
        }

/* Footer */

/*# sourceMappingURL=PublicInvestigation.css.map */

.big-img-slider {
    padding: 0px 0px 0px 0px;
    height: 271px;
    width: 3000px;
    display: table-cell;
    vertical-align: top;
    position: relative;
}

    .big-img-slider .btn-next {
        position: absolute;
        top: 46%;
        right: 25px;
        z-index: 99;
        background-image: url(../images/exp/next_active.png);
        background-repeat: no-repeat;
        background-position: center center;
        width: 49px;
        height: 49px;
        cursor: pointer;
    }

    .big-img-slider .btn-prev {
        position: absolute;
        top: 46%;
        left: 25px;
        z-index: 99;
        background-image: url(../images/exp/prev_active.png);
        background-repeat: no-repeat;
        background-position: center center;
        width: 49px;
        height: 49px;
        cursor: pointer;
    }

.btn-prevSlider {
    position: absolute;
    top: 50%;
    left: 400px;
    z-index: 99;
    background-image: url(../images/exp/prev_active.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 49px;
    height: 49px;
    cursor: pointer;
}

.btn-nextSlider {
    position: absolute;
    top: 50%;
    right: 400px;
    z-index: 99;
    background-image: url(../images/exp/next_active.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 49px;
    height: 49px;
    cursor: pointer;
}

.block-name {
    color: rgb(0, 0, 0);
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    padding: 0px 0px 8px 0px;
}

/* Back to Top */
.back-to-top {
    font-size: 10px;
    margin-top: 15px;
    font-style: italic;
}

.tooltip-inner {
    max-width: 100% !important;
    white-space: pre;
    max-width: none;
    text-align: left;
    padding-right: 100px;
    color: black;
    background-color: #d4ebf2;
}
