﻿/*---- branding things ----*/
a.small-logo {
    float: left;
    display: block;
    max-width: 230px;
    max-height: 50px;
    width: auto;
    height: auto;
    margin-left: 0px;
}

img.small-logo {
    height: 50px;
}

.application-title {
    color: #05396b;
    font-family: "DINNextW01-CondensedReg","DIN Next Condensed",Helvetica,Arial,sans-serif;
    font-size: 26px;
    /*position: absolute;*/
    /*margin-left: 30%;*/
    margin-right: 10px;
    float: none;
    text-transform: uppercase;
}

.sub-panel .indent ul {
    padding: .5em 0 1em;
    margin: 0 0 10px 25px;
}

span.fa-navicon {
    color: #fff;
    line-height: 50px;
    font-size: 24px;
    position: relative;
    z-index: 2;
}


.btn-toggle2 {
    background-color: #05396b;
    border-color: #05396b;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    display: none;
}


    .btn-toggle2.toggle-nav {
        z-index: 700;
    }

    .btn-toggle2 span.fa-navicon:before {
        content: '\f0c9';
    }

.nav-open .btn-toggle2 span.fa-navicon:before {
    content: '\f00d';
}

.nav-open .btn-toggle2 {
    border-color: #ef3c39;
}


@media (max-width: 1200px) {

    .btn-toggle2 {
        display: block;
    }

    .nav-open #util-nav {
        display: block;
        position: relative;
        left: 0;
        right: 0;
        width: 100%;
        top: 50px;
    }

        .nav-open #util-nav ul {
            background-color: #05396b;
            border-top: 1px solid #80cfe8;
            margin: 0;
            padding: 1em;
            list-style-type: none;
            width: auto;
        }

            .nav-open #util-nav ul li {
                border: none;
                display: list-item;
                margin: 0;
                padding: 4px 0;
                text-transform: uppercase;
            }

                .nav-open #util-nav ul li a {
                    color: #FFFFFF;
                    font-family: "DINNextW01-CondensedReg","DIN Next Condensed",Helvetica,Arial,sans-serif;
                    font-size: 18px;
                }
}

@media screen and (max-width: 768px) {

    .btn-toggle2 {
        display: block;
        height: 50px;
        width: 50px;
    }
}


@media (max-width: 1200px) {

    /*--when the screen gets small, put the logo on the other side and center the title--*/
    a.small-logo {
        float: right;
        left: 0;
    }

    img.small-logo {
        height: 50px;
    }
}

@media (max-width: 768px) {
    .application-title {
        text-align: center;
        font-size: 1em;
        margin: 0px;
    }
}

@media (max-width: 498px) {
    .application-title {
        font-size: .8em;
    }
}

.font-narrow {
    font-family: "DINNextW01-CondensedReg","DIN Next Condensed", Helvetica, "Arial Narrow", sans-serif;
}

.font-regular {
    font-family: "DIN Next W01 Regular","DIN Next", Helvetica, Arial, sans-serif;
}

.font-medium {
    font-family: "DIN Next W01 Medium","DIN Next", Helvetica, Arial, sans-serif;
}

.font-light {
    font-family: "DIN Next W01 Light","DIN Next", Helvetica, Arial, sans-serif;
}

/*---- offical colors ----*/
.green {
    color: #43b02a;
}

.red {
    color: #ff0000;
}

.lt-grey {
    color: #DFDFDF;
}

.med-grey {
    color: #7D7D7D;
}

.dk-grey {
    color: #666;
}

.dk-blue {
    color: #05396b;
}

.lt-blue {
    color: #009ed0;
}

.purple {
    color: #8A1B61;
}

/*---- unofficial colors ----*/
.xlt-grey {
    color: #F0F0F0;
}

/*---- general page elements ----*/
html {
    -webkit-font-smoothing: antialiased;
}

/*sup {
    top: -5px;
}*/

/* page crown parts */
#top-nav {
    position: fixed;
    top: 0px;
    background-color: #FFFFFF;
    height: 75px;
    width: 100%;
    z-index: 1000;
}

.app-title-div {
    float: left;
    width: 100%;
    text-align: center;
}

.top-section {
    padding-top: 75px;
}

/* pinned header */
#pinned-header {
    display: inline-block;
}

.sticky-pin {
    position: fixed;
    background-color: #fff;
    z-index: 5;
    padding-bottom: 10px;
}

    .sticky-pin + .body-content {
        padding-top: 110px;
    }

/*-- navigation parts --*/
/*nav#main-nav {
    display: block;
    top: 80px;
}

.header-main-wrap {
    position: relative;
    z-index: 998;
}*/

/*---- knockout accordion override classes ----*/
.ui-accordion .ui-accordion-header {
    font-size: initial;
}

    .ui-accordion .ui-accordion-header.ui-state-active, .ui-accordion-header.ui-state-default {
        background: initial;
        background-color: #F0F0F0;
    }

    .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
        float: left;
        margin-right: 20px;
        position: relative;
    }

.ui-accordion .ui-accordion-icons {
    padding-left: 0px;
}

.ui-accordion .ui-icon {
    background-position: initial;
    position: relative;
    height: 32px;
    width: 32px;
    top: 25%;
}

.ui-accordion .ui-state-default .ui-icon {
    background-image: url('/SearchAppImages/Icons/inactivestep.png');
}

.ui-accordion .ui-state-active .ui-icon {
    background-image: url('/SearchAppImages/Icons/activestep.png');
}

/*---- knockout popout override classes ----*/
.ui-dialog {
    z-index: 2000 !important;
}

    .ui-dialog .ui-dialog-content {
        overflow-x: hidden;
    }

.ui-dialog-title, .ui-widget-header {
    font-size: initial;
    background: initial;
    background-color: #009ed0;
    color: #fff;
}

.ui-widget {
    font-size: 14px;
}

    .ui-widget select {
        margin-bottom: 15px;
        padding-top: 5px;
        font-size: inherit;
        font-family: inherit;
    }

.ui-widget-content a {
    color: #009ed0;
}

    .ui-widget-content a.form-icon-button {
        padding: 5px 5px 5px 5px;
        color: #DFDFDF;
    }

/*---- text ----*/
/* elements */
label {
    margin-top: 0px;
    font-size: inherit;
}

/* elements with classes */
span.label {
    display: inline;
}

span.strain-name {
    font-family: "DINNextW01-CondensedReg","DIN Next Condensed",Helvetica,Arial,sans-serif;
    font-size: 200%;
    color: #05396b;
    /*padding: 5px 5px 5px 5px;*/
    padding-top: 5px;
    background: transparent;
    vertical-align: baseline;
    float: left;
}

    span.strain-name a {
        color: #05396b;
    }

/* classes */
.avd-date {
    font-size: 14px;
    font-weight: bold;
    color: #9D0015;
    text-align: center;
}

.suggest {
    color: #DFDFDF;
}

.information {
    font-size: 14px;
    color: #7d7d7d;
}

.information-small {
    font-size: 11px;
}

.strain-name-small {
    color: #05396b;
    font-size: 20px;
    font-family: "DINNextW01-CondensedReg","DIN Next Condensed",Helvetica,Arial,sans-serif;
    font-weight: bold;
    word-wrap: break-word;
    word-break: break-all;
}

.page-title {
    color: #05396b !important;
    font-family: "DINNextW01-CondensedReg","DIN Next Condensed",Helvetica,Arial,sans-serif;
    font-size: 26px;
    margin-right: 10px;
    float: none;
}

.protocol {
    margin-top: 20px;
}

.protocol-image, a.protocol-image {
    max-height: 200px;
    max-width: 200px;
}

.protocol-image-container {
    float: left;
    width: 200px;
    height: 200px;
    padding: 5px 5px 5px 5px;
    margin: 5px 5px 5px 5px;
    text-align: center;
    text-align: -webkit-center;
}

.protocol-sequences {
    width: 50%;
    word-wrap: break-word;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0px 10px 0px;
}

.protocol-reaction {
    display: inline-block;
    width: 100%;
}

.protocol-table {
    width: 49%;
    float: left;
    margin: 5px 5px 5px 5px;
}

@media (max-width: 768px) {
    .page-title {
        font-size: 19px;
    }
}

@media (max-width: 320px) {
    .page-title {
        font-size: 8px;
        margin: 10px 0px;
        padding-left: 27px;
    }
}

/*---- buttons and button-like things ----*/
/* elements with classes */
span.form-button {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}

/* classes */
.form-button {
    width: 200px;
    margin-left: 5px;
    margin-right: 5px;
    color: #fff;
    border: none;
    padding: 10px 5px 10px 5px;
    cursor: pointer;
}

    .form-button a {
        color: #ffffff;
        text-decoration: none;
        vertical-align: middle;
        text-transform: uppercase;
        text-align: center;
        width: inherit;
    }

.form-icon {
    width: 32px;
    margin-left: 5px;
    margin-right: 5px;
    border: none;
    padding: 10px 5px 10px 5px;
    cursor: pointer;
}

    .form-icon a {
        color: #009ed0;
    }

.form-icon-button {
    padding: 5px 5px 5px 5px;
    color: #DFDFDF;
}

.header-button a,
.cta a {
    color: #ffffff;
    text-decoration: none;
    padding-left: 50px;
    padding-right: 50px;
    vertical-align: middle;
}

span.default {
    background-color: #43b02a;
}

/*---- Validation and Error classes ----*/
.validation-error {
    color: #ff0000;
    font-size: inherit;
    display: none;
    margin-bottom: 20px;
    white-space: nowrap;
}

.field-error {
    border: 1px solid #ff0000;
    margin-bottom: 0px;
}

.required:after {
    content: '*';
    margin-left: 5px;
    font-size: 1.2em;
    color: #ff0000;
}

/*---- custom input elements ----*/
input[type="text"], input[type="email"],
input[type="tel"], input[type="number"] {
    margin-bottom: 15px;
    padding-top: 5px;
    font-size: inherit;
}

/*---- Custom checkbox styling ----*/
/* elements with states */
input[type="checkbox"] {
    height: initial;
    opacity: 0;
    float: left;
    /*	visibility: hidden;*/
}

    input[type="checkbox"] + label {
        /*height: 30px;*/
        position: relative;
        padding-left: 10px;
    }

        input[type="checkbox"] + label:before {
            content: '';
            position: absolute;
            background-image: url('../SearchAppImages/sprites/checkboxes-radios.png');
            height: 30px;
            width: 30px;
            left: -27px;
            top: -5px;
        }

    /*input[type="checkbox"] + label:hover:before {
                background-position: -29px 0px;
            }

    input[type="checkbox"]:checked + label:before {
        background-position: -58px 0px;
        left: -25px
    }

        input[type="checkbox"]:checked + label:hover:before {
            background-position: -87px 0px;
        }*/

    input[type="checkbox"]:disabled + label:before {
        background-position: -116px 0px;
    }

    input[type="checkbox"]:checked:disabled + label:before {
        background-position: -145px 0px;
    }

/*---- Custom radio button styling ----*/
/* elements with states */
input[type="radio"] {
    height: initial;
}

    input[type="radio"] + label {
        height: 30px;
        position: relative;
        padding-left: 10px;
    }

        input[type="radio"] + label:before {
            content: '';
            position: absolute;
            background-image: url('../SearchAppImages/sprites/checkboxes-radios.png');
            height: 30px;
            width: 30px;
            left: -32px;
            top: -5px;
            background-position: -176px 0px;
        }

        input[type="radio"] + label:hover:before {
            background-position: -206px 0px;
        }

    input[type="radio"]:checked + label:before {
        background-position: -236px 0px;
    }

    input[type="radio"]:checked + label:hover:before {
        background-position: -266px 0px;
    }

    input[type="radio"]:disabled + label:before {
        background-position: -292px 0px;
    }

    input[type="radio"]:checked:disabled + label:before {
        background-position: -321px 0px;
    }

/* classes */
.radio-inline {
    display: inline;
    padding: 0 10px;
}

    .radio-inline input[type="radio"] {
        margin-right: 6px;
    }

/*---- table elements within classes ----*/
.table-responsive table thead > tr > th {
    text-align: center;
    vertical-align: top;
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    font-family: "DIN Next W01 Light","DIN OT",Helvetica,Arial,sans-serif;
}

.table-responsive table tbody > tr > td {
    text-align: center;
    vertical-align: top;
    padding: 5px 10px;
}

.table-responsive table {
    border: 1px solid #DFDFDF;
    width: 100%;
}

table tr th, table.alt.two tr th:last-child, table.alt.two tr td:last-child {
    border-top: none;
    font-size: 22px;
    font-weight: normal;
    font-family: 'DINNextW01-CondensedReg',"DIN Next Condensed",Helvetica,Arial,sans-serif;
    text-align: left;
    width: auto;
    padding: 5px 5px 5px 5px;
}

/*---- loading spinner classes ----*/
/*.spinner-wrapper {
    position: relative;
    top: -11px;
    width: 100%;
    height: 414px;
    background-color: #000000;
    background: rgba(0,0,0,.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
    filter: alpha(opacity=50);
    z-index: 300;
}

.spinner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50px;
    height: 50px;
}

.spinner-text {
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    width: 10em;
    text-align: center;
    font-size: 24px;
    font-family: Arial;
    color: #EEE;
    letter-spacing: 1px;
    font-weight: 700;
}*/

.spinner-wrapper {
    position: relative;
    top: -11px;
    width: 100%;
    height: 414px;
    background: transparent;
    /*background-color: #000000;
    background:rgba(0,0,0,.5);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
    filter:alpha(opacity=50);*/
    z-index: 300;
}

.spinner {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.spinner-text {
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 20px;
    /*width: 10em;*/
    text-align: center;
    /*font-size: 24px;*/
    font-size: large;
    /*font-family: Arial;*/
    font-family: "DIN Next W01 Regular","DIN Next",Helvetica,Arial,sans-serif;
    /*color: #EEE;*/
    color: #666;
    letter-spacing: 1px;
    font-weight: 700;
}


/*---- tag classes ----*/
.tag {
    font-family: "DINNextW01-CondensedReg","DIN Next Condensed",Helvetica,Arial,sans-serif;
    font-size: 16px;
    color: #ffffff;
    padding: 5px 5px 5px 5px;
    text-transform: uppercase;
    float: left;
    width: 80px;
    text-align: center;
}

    .tag.private {
        background: #009ed0;
    }

    .tag.public {
        background: #05396b;
    }

    .tag.confidential {
        background: #8A1B61;
    }

    .tag.clickable {
        cursor: pointer;
    }

    /* more of this in .k-multiselect-wrap overrides */
    .tag.tech, .tag-group .k-button, .tag-group .k-button:hover {
        color: #05396b;
        width: auto;
        padding: 5px 15px 5px 5px;
    }

span.popular,
span.new {
    display: table;
    background: transparent;
    border: 1px solid #ccc;
    color: #aaa;
    font-size: 10pt;
    font-family: "DINNextW01-CondensedReg","DIN Next Condensed", Helvetica, Arial, sans-serif;
    font-weight: normal;
    position: absolute;
    margin: 0;
    padding: 0 6px 0 9px;
    text-transform: uppercase;
    top: -22pt;
    right: 0;
    word-break: break-all;
    line-height: 16pt;
}

span.popular {
    content: "popular";
}

span.new {
    content: "new";
}


/*---- adjusters ----*/
/* elements */
form {
    padding-bottom: 0px;
}

/* classes */

.result-spacer {
    height: 500px;
}

.section {
    padding-top: 10px;
}

/*---- tab styling on search ----*/
ul {
    margin: 0px;
    padding: 0px;
}


.tabs {
    display: inline-block;
    width: 100%;
}

.tab-links:after {
    clear: both;
    content: '';
    display: block;
    padding: 0px;
}

.tab-links li {
    float: left;
    list-style: none;
    margin-right: 6px;
    margin-bottom: 0px;
    width: 175px;
}

.tab-links div {
    background: #05396B;
    color: #ffffff;
    display: inline-block;
    padding: 9px 35px;
}

.tab-links a, .tab-links li.only-tab {
    font-family: "DINNextW01-CondensedReg","DIN Next Condensed", Helvetica, Arial, sans-serif;
    background: #009ed0;
    color: #ffffff;
    display: inline-block;
    padding: 9px 35px;
    transition: all linear 0.15s;
    width: 100%;
    text-align: center;
    font-weight: normal;
    font-size: 18px;
}

.tab-links li.only-tab {
    background: #05396B;
}

.tab-links a:hover {
    background: #1EC9FF;
    text-decoration: none;
}

li.active a, li.active a:hover {
    background: #05396B;
}

.tab-content {
    background: #05396B;
    padding: 15px 15px 0px 15px;
}

.tab {
    display: none;
    padding-bottom: 10px;
}

    .tab div.search-box-container {
        position: relative;
        display: inline-block;
        width: 100%;
        background-color: #ffffff;
        border: 1px solid #05396b;
    }

    .tab.active {
        display: block;
    }

/* search box styling */
a.fa.icon, span.fa.icon {
    position: absolute;
    right: 0;
    top: 8px;
    font-size: 20px;
    color: #05396b;
    width: 47px;
    height: 32px;
    cursor: pointer;
    text-align: center;
    padding: 0;
    text-decoration: none;
}

input[type="text"].search-input {
    float: left;
    width: 95%;
    border: none;
    margin: 0px;
    background-color: #ffffff;
    box-shadow: none;
    padding: 5px 0px 5px 15px;
}

/* autocomplete styling */
.ui-autocomplete {
    z-index: 9050;
    height: 300px;
    overflow-y: hidden;
    overflow-x: hidden;
    font-family: "DIN Next W01 Regular","DIN Next", Helvetica, Arial, sans-serif;
    font-size: 18px;
    background-color: #ffffff;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
    width: inherit;
}

    .ui-autocomplete li {
        list-style-image: none;
        padding: 10px 0;
        color: #222;
        font-size: 16px;
        line-height: 20px;
        font-style: normal;
        margin-bottom: 0px;
        background: none;
    }

        .ui-autocomplete li:hover {
            background-color: #009ed0;
            color: #ffffff;
        }

            .ui-autocomplete li:hover a {
                color: #ffffff;
            }

    .ui-autocomplete a {
        margin-left: 10px;
        color: #222;
        text-decoration: none;
    }

.ui-menu .ui-menu-item {
    list-style-image: none;
}

.ui-menu-item.ui-state-focus {
    list-style-image: none;
    background: none;
}

.autocomplete-results {
    position: absolute;
    max-height: 50px;
    width: 100%;
}
/* facet styling - criteria tags */
#active-facets-container {
    background-color: #05396B;
    margin-top: 0px;
    padding-left: 15px;
    padding-top: 2px;
    padding-bottom: 20px;
    display: inline-block;
    width: 100%;
}

#facets {
    margin-bottom: 20px;
}

#facet-container-left {
    float: left;
    width: 80%;
}

#facet-container-right {
    float: right;
    padding-right: 10px;
    padding-top: 5px;
    width: auto;
    letter-spacing: 1px;
    height: auto;
}

.clear-all-facets-btn {
    font-size: 16px;
}

.facet-tags,
.facet-tags span {
    display: inline-block;
}

.criteria-tags {
    display: inline-block;
    padding-left: 5px;
    background-color: #009ed0;
    padding: 5px 10px 5px 10px;
    color: #ffffff;
    font-size: 16px;
    font-family: "DIN Next", Helvetica, Arial, sans-serif;
    font-weight: lighter;
}

.remove {
    color: #05396B;
    background-color: #92D4EA;
    float: right;
    font-size: 12px;
}

/* layout */
.print-only {
    display: none;
}

/* protocol styles */
.protocol table.alt.two tr th, .protocol table.alt.two tr th:last-child, .protocol table.alt.two tr td, .protocol table.alt.two tr td:last-child {
    padding: 10px 5px 10px 5px;
    font-weight: normal;
    border: none;
}

    .protocol table.alt.two tr th, .protocol table.alt.two tr th:last-child {
        font-family: "DINNextW01-CondensedReg","DIN Next Condensed", Calibri, "Arial Narrow", Helvetica, sans-serif;
        text-transform: uppercase;
    }

    .protocol table.alt.two tr td, .protocol table.alt.two tr td:last-child {
        font-family: "DIN Next W01 Light","DIN OT",Helvetica,Arial,sans-serif;
    }

.protocol .end {
    padding-bottom: 10px;
}
/* protocol print styles */
/* datasheet print styles */
.print-image {
    max-width: 100%;
    display: block;
    padding-top: 10px;
}

.print-protocol, .print-datasheet {
    font-family: "DIN Next",Helvetica,Arial,sans-serif;
    font-weight: 300;
    color: #666;
}

    .print-protocol h2, h3 {
        color: #05396b;
        font-family: "DIN Next", Calibri, "Arial Narrow", Helvetica, sans-serif;
        font-weight: normal;
        -webkit-margin-after: 0px;
        -webkit-margin-before: 0px;
    }

    .print-protocol h2 {
        font-size: 125%;
    }

    .print-protocol h3 {
        font-size: 115%;
    }

    .print-protocol .protocol-table {
        width: 45%;
    }

    .print-protocol table {
        width: 100%;
    }

        .print-protocol table tr th, .print-protocol table.alt.two tr th:last-child {
            font-family: inherit;
            font-size: 80%;
        }

        .print-protocol table tr th {
            border-bottom: #eeeeee thin solid;
            text-transform: uppercase;
            padding-left: 15px;
        }

        .print-protocol table.alt.two tr td:last-child {
            font-size: 100%;
        }

        .print-protocol tr td, .print-protocol table.alt.two tr td:last-child {
            font-family: inherit;
            font-weight: inherit;
            padding-left: 15px;
        }

        .print-protocol table.alt tr:nth-child(2n) {
            background: #eeeeee;
        }

    .print-protocol p, .print-datasheet p {
        -webkit-margin-after: 0px;
        -webkit-margin-before: 0px;
    }

    .print-protocol .application-title, .print-datasheet .application-title {
        color: #05396b;
        font-family: "DIN Next", Calibri, "Arial Narrow", Helvetica, sans-serif;
        padding-left: 10px;
        font-size: 100%;
    }

    .print-protocol .strain-name-small, .print-datasheet .strain-name-small {
        color: #05396b;
        font-size: 125%;
        font-family: "DIN Next", Calibri, "Arial Narrow", Helvetica, sans-serif;
        font-weight: bold;
        word-wrap: break-word;
        word-break: break-all;
    }

.pp-top-band {
    padding-bottom: 10px;
}


@media print {

    body {
        line-height: 1.3;
    }

    .container {
        padding-top: 10px;
        width: 7.5in !important;
    }

    .page-break {
        display: block;
        break-after: avoid-page;
    }

    .no-print {
        display: none;
    }

    #util-nav {
        display: none;
    }

    .print-only {
        display: inherit;
    }
}

@page {
    margin: 0.5in;
}
/**protocol contact-us*/
.protocol-contact-us {
    background-color: transparent;
    position: fixed;
    z-index: 15;
    top: 31vh;
    height: 160px;
}

    .protocol-contact-us .wrap {
        position: absolute;
        display:flex;
    }

        .protocol-contact-us .wrap .content {
            background-color: white;
            float: left;
            border-right: 5px solid #05396b;
            box-shadow: 0px 5px 10px 0px #989898;
            padding: 0px;
        }
            .protocol-contact-us .wrap .content a {
                color: black;
                text-decoration: underline;
                font-weight: bold;
            }


            .protocol-contact-us .wrap .content div {
                padding: 0.8vw 3vw 0.74vw 2vw;
                font-size: 16px;
                line-height: 24px;
            }

        .protocol-contact-us .wrap .icon {
            float: right;
            background-color: #05396b;
            cursor: pointer;
            color: white;
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
            display: flex;
            justify-content: center;
            align-items: center;
            padding-right:2.5px;

        }
@media only screen and (max-width: 767px) {
    .protocol-contact-us {
        top: 65vh;
    }

        .protocol-contact-us .wrap {
            /*width: 95vw;*/
        }

            .protocol-contact-us .wrap .content {
                width: 80vw;
            }

            .protocol-contact-us .wrap .icon {
                height: 10vw;
                width: 10vw;
                font-size: 5vw;
            }

    @-webkit-keyframes slide-in {
        0% {
            left: 0;
        }

        100% {
            left: -80vw;
        }
    }

    @keyframes slide-in {
        0% {
            left: 0;
        }

        100% {
            left: -80vw;
        }
    }

    @-webkit-keyframes slide-out {
        0% {
            left: -80vw;
        }


        100% {
            left: 0;
        }
    }

    @keyframes slide-out {
        0% {
            left: -80vw;
        }

        100% {
            left: 0;
        }
    }
}

@media only screen and (min-width: 768px) and (max-width: 985px) {
    .protocol-contact-us {
        top: 60vh;
    }

        .protocol-contact-us .wrap {
            /*width: 68vw;*/
        }

            .protocol-contact-us .wrap .content {
                width: 60vw;
            }

            .protocol-contact-us .wrap .icon {
                height: 7.5vw;
                width: 7.5vw;
                font-size: 3.8vw
            }

    @-webkit-keyframes slide-in {
        0% {
            left: 0;
        }

        100% {
            left: -60vw;
        }
    }

    @keyframes slide-in {
        0% {
            left: 0;
        }

        100% {
            left: -60vw;
        }
    }

    @-webkit-keyframes slide-out {
        0% {
            left: -60vw;
        }


        100% {
            left: 0;
        }
    }

    @keyframes slide-out {
        0% {
            left: -60vw;
        }

        100% {
            left: 0;
        }
    }
}

@media only screen and (min-width: 986px) {
    .protocol-contact-us {
        top: 35vh;
    }

        .protocol-contact-us .wrap {
            /*width: 30vw;*/
        }

            .protocol-contact-us .wrap .content {
                width: 24vw;
            }

            .protocol-contact-us .wrap .icon {
                height: 4.3vw;
                width: 4.3vw;
                font-size: 2.15vw
            }

    @-webkit-keyframes slide-in {
        0% {
            left: 0;
        }

        100% {
            left: -24vw;
        }
    }

    @keyframes slide-in {
        0% {
            left: 0;
        }

        100% {
            left: -24vw;
        }
    }

    @-webkit-keyframes slide-out {
        0% {
            left: -26vw;
        }


        100% {
            left: 0;
        }
    }

    @keyframes slide-out {
        0% {
            left: -26vw;
        }

        100% {
            left: 0;
        }
    }
}


    .protocol-contact-us .slide-in {
        -webkit-animation: slide-in 2s forwards;
        animation: slide-in 2s forwards;
    }

    .protocol-contact-us .slide-out {
        -webkit-animation: slide-out 2s forwards;
        animation: slide-out 2s forwards;
    }

   
    .protocol-contact-us:hover .content {
        border-right: 5px solid #175FA4;
    }

    .protocol-contact-us:hover .icon {
        background-color: #175FA4;
    }

