﻿body {
    background-color: #ffffff;
    font-family: "Roboto", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.66667;
    color: #333333;
    word-wrap: break-word;
    word-break: break-word;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga' on;
    text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.3em;
}

h4 {
    font-size: 1em;
}

h5 {
    font-size: 0.8em;
}

h6 {
    font-size: 0.7em;
}

a {
    color: #0F3263 !important;
}

img {
    max-width: 100%;
}

.footer {
    background-color: #7a7a7a;
    color: white;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.footer-contact {
    font-size: 26px;
    color: black;
    text-decoration: none;
}

.footer-social {
    text-align: center;
    font-size: 26px;
}

.footer-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer a {
    color: white !important;
    text-decoration: none;
}

.copyright-text {
    font-size: 20px;
    font-family: arial;
    color: #fff;
    text-align: center;
    margin-left: 8px;
}

.custom-navbar {
    background: #e7e6e6;
    padding: 5px;
}

.custom-navbar .navbar-toggler {
    background-color: black;
}

.custom-navbar .nav-item a {
    font-size: 1.08rem;
    font-weight: 400;
    color: #000000 !important;
    padding-left: 10px;
}

.share_icon {
    font-size: 30px;
    margin-bottom: 10px;
}

.share_icon a {
    padding-right: 10px;
}

.profile-details {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #f5f5f5;
    background-size: cover;
}

.profile-details .role {
    margin-top: -7px;
   font-style: italic;
   text-decoration: underline;
}

.profile-details .specialty {
    font-weight: bold;
    font-size: 16px;
}

.profile-details .photo {
    object-fit: cover;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    max-width: 100%;
    height: 360px;
}

.profile-details .subspecialty {
    font-weight: bold;
    font-size: 16px;
    margin-top: 5px;
}

.profile-details .location {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}

.profile-details .location a {
   color: #000000 !important;
}

.profile-details .share {
    margin-top: 5px;
}

.profile-details .share .share_icon .email,
.profile-details .share .share_icon .print {
    display: none;
}

.profile-details .share .share_icon i {
    font-size: 30px;
}

.recommended-resources {
   margin-top: 20px; 
}

.recommended-resources h2 {
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
}

.pulldowns {
    margin-top: 20px;
}

.expertise {
    position: relative;
    margin-top: 50px;
    margin-bottom: 70px;
}

.about-me,
.affiliations,
.education-training,
.personal {
    position: relative;
    margin-top: 50px;
    margin-bottom: 70px;
}

.expertise h3:after,
.about-me h3:after,
.affiliations h3:after,
.education-training h3:after,
.personal h3:after{
    position: absolute;
    content: '';
    top: -12px;
    left: 0px;
    height: 3px;
    width: 66px;
    background-color: #000;
}

.toolkit-search {
    position: absolute;
    max-width: 500px;
    width: 100%;
    left: 7%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, .7);
    padding: 15px 20px;
}

.toolkit-search input {
    font-size: 25px !important;
    background-color: transparent;
    display: block;
    width: inherit;
    font-size: 1.33333rem;
    line-height: 1.625;
    font-style: italic;
    color: #333333;
    padding: 0.66667rem 1rem 0.66667rem 0.33333rem;
    border: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #333333;
    border-radius: 0;
    -webkit-transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
    -o-transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
    transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.toolkit-search input[type=text]:focus {
    outline: none;
}

.toolkit-search button.search-button {
    display: inline-block;
    height: 100%;
    border-width: 0px;
    background-color: transparent;
}

.home-top .chatbot-button-container {
    position: absolute;
    max-width: 250px;
    right: 7%;
    top: 48%;
    background-color: rgba(255, 255, 255, .7);
}

.home-top .chatbot-button-container .chatbot-button {
    padding: 1rem 3.3rem;
    font-family: "Roboto", sans-serif;
    font-style: normal !important;
    line-height: 1;
    font-weight: 400;
    cursor: pointer;
    background-color: transparent !important;
    color: #000000 !important;
    border: 1px solid #000000;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0;
    -webkit-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
    -o-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
    transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
}

.row-header {
    padding: 7px;
}

.reason-visit {
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
}

.select-reason-visit:first-child {
    font-size: 20px;
    font-weight: bold;
}

.select-reason-visit {
    background-color: transparent;
    border: none;
    padding: 0 10px 0 0;
    width: 350px;
}

.select-reason-visit:focus {
    outline: none;
}

.reason-visit-language {
    margin-left: 5px;
    margin-bottom: 10px;
    cursor: pointer;
    text-decoration: underline;
}

.reason-visit-language .selected {
    text-decoration: underline;
    font-weight: bold;
}

.reason-visit-language .sep {
    margin-left: 4px;
    margin-right: 4px;
}

.row-header .full-name-col {
    padding-top: 25px;
}

.row-header .full-name-col a {
    color: black !important;
    text-decoration: none;
}

.row-header .full-name {
    font-size: 1.5em;
}

.row-header .about-col {
    padding-top: 27px;
}

.row-header .about-link {
    color: #000000 !important;
    text-decoration: none;
    font-size: 17px;
}

.profile-details .full-name {
    font-size: 35px;
    font-weight: bold;
}

.pulldowns-select {
    background-color: #f7f8f9;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border: none;
    font-style: italic;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}

.pulldowns-select:first-child {
    font-weight: bold;
}

.btn-primary-custom {
    width: 210px;
    text-align: center;
    background: white;
    padding: 10px 40px;
    border: none;
    font-size: 1rem;
    color: black !important;
    display: inline-block;
    border: 1px solid #000000;
    text-decoration: none;
    margin-bottom: 10px;
}

.btn-primary-custom:hover {
    background: black;
    font-size: 1rem;
    color: white !important;
    text-decoration: none;
    text-decoration: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.recommended-resource-item {
    height: 100%;
    border: solid 1px #000000;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

.recommended-resource-item a {
    text-decoration: none;
    -webkit-box-shadow: none;
    color: #000000 !important;
}

.recommended-resource-item h4 {
    margin: 0;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    -webkit-transition: .3s;
    margin-bottom: 20px;
    -o-transition: .3s;
    transition: .3s;
    z-index: 30;
    color: #000000;
}

.recommended-resource-item img {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: auto !important;
    height: auto !important;
    max-width: 95%;
    max-height: 95%;
}

.recommended-resource-item:hover {
    background-color: #97B2CF;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.affiliation-item {
    height: 160px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

.affiliation-item a {
    text-decoration: none;
    -webkit-box-shadow: none;
    color: #000000 !important;
}

.affiliation-item h4 {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    -webkit-transition: .3s;
    margin-bottom: 20px;
    -o-transition: .3s;
    transition: .3s;
    z-index: 30;
    color: #000000;
}

.affiliation-item img {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: auto !important;
    height: auto !important;
    max-width: 95%;
    max-height: 95%;
}

.affiliation-item:hover {
    background-color: #97B2CF;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.owl-item.active.center .affiliation-item {
    background-color: rgb(193, 226, 254);
}

.home-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #c9d7e5;
    background-size: cover;
    height: 55vh;
    position: relative;
}

.share_icon02 i {
    font-size: 25px;
    margin-right: 10px;
}

.container2 {
    padding-left: 7%;
    padding-right: 7%;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #333333;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #333333;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #333333;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #333333;
}

input:focus,
textarea:focus {
    border-color: #000000;
}

.btn-filter-content {
    width: 140px;
    text-align: center;
    background: white;
    padding: 6px 15px;
    border: none;
    font-size: 1rem;
    color: black !important;
    display: inline-block;
    border: 1px solid #000000;
    text-decoration: none;
    margin-bottom: 10px;
}

.btn-filter-content:hover {
    background: black;
    font-size: 1rem;
    color: white !important;
    text-decoration: none;
    text-decoration: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-filter-content.active {
    background: black;
    color: white !important;
}

.input-search-content {
    border-width: 1px;
    border-style: solid;
    border-color: black;
    padding: 10px 21px;
    border-radius: 0px;
}

.btn-search-content {
    background: black;
    color: white !important;
    display: inline-block;
    border: 1px solid #000000;
    border-radius: 0px;
}

.content-link {
    color: black !important;
    text-decoration: none;
    text-decoration: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/*****************************************************************************/
@media (max-width: 767px) {
    .container2 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer .col1, .footer .col2 {
        text-align: center !important;
    }

    .reason-visit {
        float: none;
    }

    .toolkit-search {
        max-width: 100%;
        left: 0%;
        top: 40%;
    }

    .home-top .chatbot-button-container {
        top: 75%;
    }
}

@media (min-width: 1367px) {
    .container {
        max-width: 1360px;
    }
}
