html {
  scroll-behavior: smooth;
}

body {
    font-family: 'Lato', sans-serif;
}

.p-1rem {
    padding: 1rem 4rem;
}

.p-2rem {
    padding: 2rem 4rem;
}

.bg-maroon {
    background-color: #aa012c;
}

.maroon {
    color: #aa012c;
}

.bg-green {
    background-color: #7f7a60 !important;
}

.bg-gray {
    background-color: #808080;
}

.green {
    color: #7f7a60;
}

.grey {
    color: #5e5e5e;
}

.bg-mgreen {
    background-color: #7f7a60 !important;
}

.mgreen {
    color: #7f7a60 !important;
}

.bg-blue {
    color: #00d3ad;
}

.bg-red {
    background-color: #cf1f33;
}

.red {
    color: #cf1f33;
}

.bg-white {
    background: #fff;
}

.white {
    color: #fff;
}

.div-padding{
    padding-left: 5px;
    padding-right: 5px;
}

.div-padding-xs{
    padding-left: 5vw;
    padding-right: 5vw;
}

.div-padding-sm{
    padding-left: 30px;
    padding-right: 30px;
}

.div-padding-xl{
    padding-left: 100px;
    padding-right: 100px;
}

.conf-short {
    color: #4e8035 !important;
    font-size: 3.0em;
    font-family:Arial, Helvetica, sans-serif;
}
.conf-title {
    color: #013e2d !important;
}

.conf-date {
    color: #5e5e5e !important;
}

.conf-venu {
    color: #058a7c !important;
}

.banner-img {
    /*background-image: url(../images/banner.jpg);*/
    background-size: 100%;
    background-position: middle;
}

.theme-text {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 125%;
}

.upper {
    text-transform: uppercase;
}

.uop-text {
    /*color: #fff;*/
    position: relative;
}

.description {
    font-size: 1.00rem;
}

.date {
    width: 20px;
}

.date-tag {
    border: 2px solid #fff;
    height: 80px;
}

.spkr-tag {
    height: 150px;
}

.spkr-name {
    height: 148px;
    display: table-cell;
    vertical-align: middle;
    font-size: 1.6rem;
}

.date-text {
    font-size: 1.2rem;
}

.date-number {
    font-size: 2rem;
}

.date-label {
    font-size: 1.1rem;
    height: 78px;
    vertical-align: middle;
    display: table-cell;
}

.list-item {
    font-size: 1.0rem;
}

.panel{
    width: 100%;
}

.panel-default{
    width: 100%;
    padding: 1px;
}

.panel-heading{
    width: 100%; /* THIS */
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #FFFFFF; /* THIS */
    background-color: #7f7a60;
    background-image: none;
    border: 1px solid #7f7a60; /* THIS */
    border-radius: 4px; /* THIS */
}

.panel-body{
    width: 100%; /* THIS */
    padding: 10px 5px;
    color:#7f7a60; /* THIS */
    background-color: #FFF;
    background-image: none;
}

@media only screen and (min-width: 992px) {
    .banner-img {
        min-height: 500px;
    }
    
    .banner-content {
       /* padding-top: 8%;
        padding-left: 6%;*/
    }
    
    .crest {
        width: 300px;
    }
    
    .uop-text {
        padding-left: 5%;
        top: 10px;
    }
    
    .main-description {
        top: 65px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .banner-img {
        min-height: 450px;
    }
    
    .banner-content {
        /*padding-top: 8%;
        padding-left: 4%;*/
    }
    
    .crest {
        width: 250px;
        position: relative;
    }
    
    .uop-text {
        padding-left: 3%;
        top: 60px;
    }
    
    .uop-text h1 {
        font-size: 32px;
    }
    
    .uop-text h3 {
        font-size: 22px;
    }
    
    .main-description {
        top: 65px;
    }
    
    .theme-text {
        margin-top: 48px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 576px) {
    .banner-img {
        min-height: 400px;
    }
    
    .banner-content {
       /* padding-top: 8%;
        padding-left: 2%;*/
    }
    
    .crest {
        width: 200px;
        position: relative;
    }
    
    .uop-text {
        top: 50px;
    }
    
    .uop-text h1 {
        font-size: 26px;
    }
    
    .uop-text h2 {
        font-size: 26px;
    }
    
    .uop-text h3 {
        font-size: 18px;
    }
    
    .main-description {
        font-size: 1.0rem !important;
    }
}

@media only screen and (max-width: 575px) {
    .banner-img {
        min-height: 300px;
    }
    
    .banner-content {
       /* padding-top: 8%;
        padding-left: 2%; */
    }
    
    .crest {
        width: 150px;
    }
    
    .uop-text {
        top: 10px;
    }
    
    .uop-text h1 {
        font-size: 22px;
    }
    
    .uop-text h2 {
        font-size: 26px;
    }
    
    .uop-text h3 {
        font-size: 15px;
    }
    
    .main-description {
        font-size: 0.8rem !important;
    }
}

.banner-desc {
    color: #fff;
    padding-top: 5%;
    font-size: 25px;
}

.name-card {
    
}

.name-card img {
    max-height: 160px;
    display: block;
    margin: 0 auto;
}

.main-description {
    font-size: 1.0rem;
    position: relative;
    text-align: justify;
}

.navbar {
    border-bottom: 1px solid #dcdcdc;
}

.navbar li a {
    font-size: 13px;
    color: #7f7a60 !important;
}

.navbar.bg-light {
    background-color: #f9f9f9 !important;
}

.navbar.bg-blue {
    background-color: #7f7a60 !important;
}

.navbar li a {
    font-size: 13px;
    color: #ffffff !important;
    position: relative;
}

.navbar li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #554E2B;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.navbar li > a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.white-link {
    color: #FFFFFF;
    text-decoration: underline;
    
}

.img-sm {
    max-height: 30px;
    position: relative;
    display: inline-block;
}
.img-sm .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.img-sm:hover .img-top {
    display: inline;
}

.country {
    fill: #E5E2E0;
    stroke: rgb(72, 72, 72);
    stroke-opacity: 0.2;
  }

.partner-country {
    fill: #0F8C79;
    stroke: black;
    stroke-opacity: 0.1;
  }

.home-country {
    fill: #0F8C79;
    stroke: black;
    stroke-opacity: 0.1;
  }

.user-country {
    fill: #213ab3;
    stroke: black;
    stroke-opacity: 0.1;
  }

.sphere {
    fill: #ffffff;
    background-color: #ffffff;
  }


.tooltip {
    position: absolute;
    width: 380px;
    font-size:0.8em;
    box-shadow: 4px 3px 8px 1px #969696;
      -webkit-box-shadow: 4px 3px 8px 1px #969696;
 }

 .tooltipUCountry {
    position: absolute;
    width: 180px;
    font-size:0.8em;
    box-shadow: 4px 3px 8px 1px #969696;
      -webkit-box-shadow: 4px 3px 8px 1px #969696;
 }

/*Cookie Consent Begin*/
#myCookieConsent {
    z-index: 999;
    min-height: 350px;
    max-width: 250px;
    font-family: OpenSans, arial, "sans-serif";
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.9);
    overflow: hidden;
    position: fixed;
    color: rgb(111, 111, 111);
    bottom: 100px;
    right: 5px;
    display: none;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 4px 3px 8px 1px #969696;
      -webkit-box-shadow: 4px 3px 8px 1px #969696;
    border-radius: 15px;
}
#myCookieConsent div {
    padding: 7px 0 0;
}
#myCookieConsent a {
	color: #ffba55;
}
#myCookieConsent a:hover {
	color: #fda016;
}
#myCookieConsent a#cookieButton {
    display: inline-block;
    color: #000000;
    font-size: 1.1em;
	background: #ffba55;
    text-decoration: none;
    cursor: pointer;
    padding: 4px 20px;
    float: center;
    border-radius: 20px;
}

#myCookieConsent a#cookieButtonNo {
    display: inline-block;
    color: #000000;
    font-size: 1.1em;
	background: #7e7e7e;
    text-decoration: none;
    cursor: pointer;
    padding: 4px 20px;
    float: center;
    border-radius: 20px;
}

#myCookieConsent a#cookieButton:hover {
    background: #fda016;
	color: #000;
}
@media (max-width: 250px) {

}
/*Cookie Consent End*/






