
/*style.css common styles*/
body{
    overflow-x: hidden;
}

.footerDisclaimer {
  font-size: 12px;
  width: 100%;
/* outline: 4px solid green; */
  margin: auto;
  display: inline-block;
  padding: 0 2% 2%;
}

#videoFrame_infocus{
    /* width: 89%;*/
    /*margin-left: 5vw;*/
    margin-top: 1vw;
    margin-bottom: 3vw;
    height: 35.5vw;
}
.popup-overlay_about{
    display:none;
}
 .popup-overlay_about{
    display: none;
    position: fixed;
    /* background: #ffffff; */
    background-color: rgba(0, 0, 0, 0.7);
    
    width: 100%;
    height: 100%;
    /* left: 6%; */
    /* padding: 4vw; */
     top: 0%; 
    z-index: 2;
    font-size: 5.9vw;
    font-family: ProximaNovaRegular;

}
.popup-content_about{
       background-color: #fff;
    width: 33vw;
    margin: 8vw auto;
}
.popup-content_about p{
    font-size: 1.5vw;
    text-align: center;
    padding-top: 4vw;
}
.confirm_about{
    background-color: #0b549d;
    color: white;
    font-family: ProximaNovaRegular;
    border-radius: 9vw;
    width: 5vw;
    outline: none;
    border: none;
    font-size: 1.5vw;
}
.cancel_about{
   background-color: red;
    color: white;
    font-family: ProximaNovaRegular;
    border-radius: 9vw;
    width: 7vw;
    outline: none;
    border: none;
    font-size: 1.5vw;
}
.confirm_block {
    padding-left: 30%;
    margin-top: -10%;
    padding-bottom: 2vw;
    padding-top: -8%;
}

.errorTitle {
    font-size: 2vw;
    display:block;
    margin:8vw 15vw;
    color: red;
   
}
.errorResponse {
    font-size: 1vw;
    top: -1.5vw;
    position: absolute;
    color: red;
    left:2vw;
}

.page-zinc-number {
    font-size: 1vw;
    top: -1.5vw;
    position: absolute;
    color: #000;
    left:2vw;
}
.icon{
    display: none;
}
.icon_close{
     display: none;
}
 .icon_search{ 
      display: none;
 }
.mobile_nav{
     display: none;
}
/*.mobile_search{*/
/*    display:none;*/
/*}*/
#overlay {
Display:none
}
a{
    text-decoration:none !important;
}
.left{
   float:left;
}
.right{
   float:right;
}
.clear{
   clear:both;
}

h3 {
   font-weight: bolder;
   font-size: 24px;
   font-family: ProximaNovaRegular;
}
a:hover{
    text-decoration:none !important;
}
li.header-text.dropdown {
    color: #005caa;
}
.nav-highlight{
    padding-top: 7px;
    padding-bottom: 8px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175)
}
/*header top section*/

.header-logo {
    float: left;
    /*margin: 2.5% 9.5% 2.5% 2.5%;*/
      margin: 1.12% 9.5% 0.743% 2.5%;
}
.header-logo img{
    width: 20vw;
    height: 6vw;
}
.search-icon{
    width:4%;
    height:4%;
}
.dropdown-toggle img{
    width: 1.8vw;
    height: 1.8vw;
}
 .header-right {
    position: relative;
}
.div1 {
    /*margin-top:6vw;*/
    margin-top: 1.5vw;
    float: left;
}
input.search-text {
    width: 34.5vw;
    margin-left: 1vw;
    border: none;
    outline: none;
    border-bottom: 0.1vw solid #58595B 
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    background-clip: content-box;

-webkit-background-color:#fff !important;

}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}
.UK-HCP{
       position: absolute;
    right: 2.6vw;
    top: 2vw;
    color:black;
}
/*.div2 {*/
/*    float: right;*/
    /*margin-top: 2%;*/
/*}*/
.div2 {
    /*float: right;*/
  /*width:30%;*/

}
#header-menu {
    position:absolute;
    top:1.5vw;
    right:0vw;
}
#header-menu li {
    display:inline-block;
    margin-right: 2.2vw;
    font-family: ProximaNovaRegular;
    font-size: 1.3vw;
    cursor: pointer;
}
/*#header-menu {*/
/*    margin-top: 17%;*/
/*    padding-left: 0%;*/
/*}*/
/*#header-menu li {*/
/*    list-style: none;*/
/*    display: inline-block;*/
/*    margin-right: 2.2vw;*/
/*    font-family: ProximaNovaRegular;*/
/*    font-size: 1.3vw;*/
/*    cursor: pointer;*/
/*}*/
li.header-text{
    color: #005caa;
    text-transform: uppercase;
}
/*header section ends*/
.nav{
    background-color: #e6e6e6;
    /*box-shadow: 0px -4px 6px #e6e6e6;*/
    box-shadow: 0px 7px 5px -4px rgba(0,0,0, 0.4)inset ;
}
.topnav {
    /*overflow: hidden;*/
    width: 95vw;
    margin-left: 8.5vw;
}
.topnav .page-menu {
    float: left;
    color: #58595B;
    text-align: center;
    padding:1.1vw 2vw;
    text-decoration: none;
    font-size: 1.3vw;
    font-family: ProximaNovaRegular;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0px !important;
    left: unset !important;
    border:none !important;
    /*margin-left:-150px;*/
}

.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color:#fff !important;
  }
/*.topnav a:first-child {*/
/*    margin-left: 9.5vw;*/
/*}*/
.drop_event{
   float: left;
    position: relative;
    overflow-y: visible;
    display: inline-block;
}
.drop_workshop{
   float: left;
    position: relative;
    overflow-y: visible;
    display: inline-block;
}
.drop_curriculum{
    float: left;
    position: relative;
    overflow-y: visible;
    display: inline-block;
}
.topnav .page-menu:hover {
    background-color: #fff;
    color: #58595B;
    /*font-size: 1.3vw;*/
    /*padding-bottom: 1.085vw;*/
    font-weight: bolder;
    font-family: ProximaNovaRegular;
     box-shadow: 0px 7px 5px -4px rgba(0,0,0, 0.4)inset ;
}
.topnav a.active {
    background-color: #fff;
    color: #58595B;
    font-size: 1.3vw;
    padding-bottom: 1.085vw;
    font-weight: bolder;
    font-family: ProximaNovaRegular;
     box-shadow: 0px 7px 5px -4px rgba(0,0,0, 0.4)inset;
}

.learn-more-link p {
   font-size: 1.4vw;
   text-align: left;
}

.learn_more-play-button{
    top: 7vw;
    left: 17vw;
    opacity: 0.8;
    width: 8vw;
    height: 7vw;
    background: transparent;
    cursor: pointer;
}
.learn_more-play-button:after{
   content:"\25b6";
   font-size: 6vw;
   color: #fff;
} 

/*drop-down*/
.curriculum_dropdown{
    width: 15vw;
    height: auto;
    /* margin-left: 10.5%; */
    display: none;
    position: absolute;
    top: 4vw;
    left: 0%;
    z-index: 100;
    background: #fff;
}
.box-shadow{
  box-shadow: 2px 8px 32px -6px #c5c5c5;
}
.curriculum_dropdown li a{
    text-decoration: none;
    color: #58595B !important;
    font-size: 1.3vw;
    font-family: ProximaNovaRegular;
}
.curriculum_dropdown li a:hover{
    text-decoration: none;
    color: #005caa !important;
    font-size: 1.3vw;
    font-family: ProximaNovaRegular;
}
.dropdown_left{
    /*float: left;*/
    padding-left: 2vw;
    padding-right: 0vw !important;
    padding-bottom: 1.4vw;
    color: #58595B;
    font-size: 1.2vw;
   font-family: ProximaNovaRegular;
}
.drop-list{
    float:left;
    margin-right: 2.5vw;
}
.curriculum_dropdown p{
    color: #58595B;
    font-size: 1.4vw;
    font-family: ProximaNovaRegular;
    font-weight: bold;
}
/*.event-menu{*/
/*    position:relative;*/
/*}*/
.event_dropdown{
   width: auto;
   height: auto;
   margin-left: 51.7vw;
   display: none;
   position: absolute;
   /*left:50vw;*/
   z-index: 100;
   background: #fff;
    width: 10.8vw;
}
.dropdown_event{
    display:none;
    position: absolute;
    left: 0vw;
    z-index: 9999;
    list-style-type: none;
    top: 4vw;
    padding: 0.5vw 1.6vw;
    background-color: #fff;
}
.drop_event:hover{
    display:block;
}
.dropdown_event li{
    text-align: center;  
    margin-top: 1vw;
}
.dropdown_event li a{
    color:#58595b;
    font-size: 1.2vw;
    font-weight:100;
    font-family: ProximaNovaRegular;
}
.dropdown_event li a:hover{
    color:#005caa;
    font-weight:100;
}
.dropdown_event ul {
    padding-left: 0vw;
    padding-top: 0.5vw;
}
.dropdown_event ul li{
    list-style-type:none;
}
.dropdown_event ul li a{
   font-family:ProximaNovaRegular;
   color:#59585B;
   text-decoration:none;
}
.dropdown_event ul li a:hover{
    color:#005caa;
}
/*.event_plus, .event_minus{*/
/*    display:none;*/
/*}*/

/* Workshop Changes
/*}*/
.workshop_dropdown{
   width: auto;
   height: auto;
   margin-left: 51.7vw;
   display: none;
   position: absolute;
   /*left:50vw;*/
   z-index: 100;
   background: #fff;
    width: 10.8vw;
}
.dropdown_workshop{
    display:none;
    position: absolute;
  width: 100%;
    left: 0vw;
    z-index: 9999;
    list-style-type: none;
    top: 4vw;
    padding: 0.5vw 1.6vw !important;
    background-color: #fff;
}
.drop_workshop:hover{
    display:block;
}
.dropdown_workshop li a{
    color:#58595b;
    font-size: 1.2vw;
    font-weight:100;
    font-family: ProximaNovaRegular;
}
.dropdown_workshop li a:hover{
    color:#005caa;
    font-weight:100;
}
.dropdown_workshop ul {
    padding-left: 0vw;
    padding-top: 0.5vw;
}
.dropdown_workshop ul li{
    list-style-type:none;
}
.dropdown_wo0rkshop ul li a{
   font-family:ProximaNovaRegular;
   color:#59585B;
   text-decoration:none;
}
.dropdown_workshop ul li a:hover{
    color:#005caa;
}
/*Workshop End*/

/*footer section*/
.landing-page-footer-logo img{
    width: 17vw;
    height: 24%;
    margin-top: 34.5%;
    margin-left: -8.2vw;
}
.landing-page-footer {
    position:relative;
    width:100vw;
    display: block;
    overflow: visible;
    /*overflow: hidden;*/
    background-color: rgba(0, 0, 255, 0.75);
    background-size: cover;
    color: white;
    font-size: 1vw;
}
.footer-content{
    margin:0 auto 0 auto;
}
.landing-page-footer-logo {
    width: 10%;
    float: left;
    margin: 2% 0% 2% 10.5%;
}
.footer-links_left {
    margin-left: 5%;
    /*width: 10%;*/
    width: 16%;
    float: left;
}
.footer-links_left li{
    line-height: 1.4vw;
    cursor:pointer;
}
.footer-links_left ul, .footer-links_middle ul{
    padding: 0% !important;
}
.footer-links_middle{
    /*width: 33%;*/
    width: 23%;
    float: left;
    margin-left: 6%;
    margin-right: 6%;
}
.footer-links_right{
    float: left;
    width: 22%;
    margin-right: 10%;
}
.landing-page-footer-links{
    width: 79%;
    margin-top: 4.5%;
    margin-bottom: 2%;
    float: left;
    height:6.59vw;
}
.landing-page-footer-links ul {
    list-style-type: none;
    line-height:  1.5vw;
    padding-left:0%;
}
/*.landing-page-footer-links ul li{*/
/*    line-height: 1.4vw ! important;*/
/*}*/
.landing-page-footer-links ul li a{
    text-decoration: none;
    font-size:  1.1vw;
    font-family: ProximaNovaRegular;
    text-decoration: none;
    color: #fff;
    line-height: 1.7vw;
}

      
video{
    width: 100%;
    height: 100%;
}

.am-top-search-error{
	padding: 1% 7%;
    color: red;
    font-size: 0.8vw;
} 

/*Add for Mob Search*/
.am-top-search-error-mob{
	padding:1%;
    width:91vw;
    margin-left:4vw;
    color:red;
    font-size:2.8vw;
    background-color:white;
}

/*Start Infocus video*/

.module-popup-wrapper-infocus {
    position:absolute;
    display: block;
    background-color: rgb(255, 255, 255);
    z-index: 100;
    top: 3%;
    height: 98%;
    width: 100%;
}
.module-popup-wrapper-event{
    position:absolute;
    display: block;
    background-color: #000;
    z-index: 100;
    top: 0vw;
    height: 99%;
    width: 100%;
}
.video-popup-event{
    margin-top: -7vw; 
}
/*.event_video{*/
/*    width: 70vw;*/
/*    margin-left: 15vw;*/
/*}

.module-popup-wrapper-event{*/
/*   position: static;*/
/*    margin: 5%;*/
/*}*/
.module-popup-wrapper-infocus .video-popup-infocus {
    /* background: blue; width: auto; top: -50%; */ 
    position: static;
    margin: 5%;
}

.module-popup-wrapper-infocus .video-popup-close-infocus {
    position: absolute;
    left: 96%;
    z-index: 11;
    top: 4%;
    float: right;
    font-size: 30px;
    color: rgb(222, 231, 228);
    cursor: pointer;

}

.video-popup-infocus video{
   width: 90vw;
   height: 41vw;
}
.infocus_video{
    margin-top:-3%;
}
/*.exit{*/
/*    position:absolute;*/
/*    right: 9.5vw;*/
/*}*/
.info_close_btn{
   position:absolute;
   right: 10vw;
   top: -0.5vw;
   color:white;
   background-color:blue;
   padding-left: 0.4vw;
       color: white;
    border-radius: 100%;
    height: 2.5vw;
    width: 2.5vw;
    background-color: blue;
}
/*.info_close_btn {*/
/*    position: absolute;*/
/*    top: -0.5vw;*/
/*    left: 83vw;*/
/*}*/
.info_menu{
    color:#333;
}
.info_menu:hover{
    color:#333;
}
.report{
    margin-top: -2.6vw;
    width: 28vw;
    height: 9.5vw;
    /*background-color: #1e95c9;
    background-color: rgba(0, 0, 255, 0.75);*/
    text-align: center;
    padding: 1vw 1vw 1vw 1.5vw;
    /*color: #000;*/
    color:white;
    font-size: 1.1vw;
    font-family: ProximaNovaRegular;
    border:solid white 0.5px;
}
.AE_link{
    text-decoration:underline;
    /*color:#230bfa;*/
    color:yellow;
   cursor:pointer;
}

.zinc-number {
    padding-left: 2vw;
}
/*END Infocus video*/

/*
.full-container-infocus {
            display:Â None;Â 
Â            background-color:Â #f0f0f0;Â 
Â            position:Â absolute;Â 
Â            z-index:Â 9
   }


.popup-infocus {
            background: #fff;
            width: 80%;
            height: 100%;
            position:Â absolute;Â 
            margin: 0 auto;
            /*margin: 70px auto;
            padding: 20px;
            transition: all 5s ease-in-out;
            
          }
/*.video-popup-close{*/
/*  position:Â absolute;Â */
/*Â margin-left:Â 85%;Â */
/*Â margin-top:Â 0%;Â */
/*Â z-index:Â 10; */
/*}          */
          
/*.video-popup-close {
  width: 4%;
  position:absolute;
  top: 0%;
  right: 0%;
  z-index:Â 10;
}  */
/*
.popup-infocus .close {
            position: relative;
             margin-left:Â 85%;Â 
Â            margin-top:Â 0%;Â 
            z-index:Â 10;
            ///*top: 20px;
            right: 30px;  ////
            transition: all 200ms;
            font-size: 30px;
            font-weight: bold;
            text-decoration: none;
            color: #333;
            
Â           
          }
          
.popup-infocus .close:hover {
            color: orange;
          }
          
.popup-infocus .content {
            max-height: 30%;
            overflow: auto;
          }      */    
          
 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
 /*.dropdown-menu { */
 /*    margin-left:-150px!important;*/
     /*position:absolute;*/
     /*right:0px;*/
 /*    }*/
.dropdown-person{
    margin-left:-290px!important;
}
 /*.logout{*/
 /*       display:block;*/
 /*   }*/
 }
 @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
 .dropdown-menu { 
     margin-left:-150px;
     position:absolute;
      right: 0px !important;
    left: unset !important;
     }
     .dropdown-community{
         margin-left:-304px;
     }
     .dropdown-setting{
         margin-left:-135px;
     }
     .dropdown-menu > li > a {
    padding: 3px 8px;
    }
   
/*.div2  {*/
    /*float: right;*/
/*    margin-top: 0%;*/
    /*position:fixed;*/
    /*right:0vw;*/
/*}*/
.topnav a:hover {
    font-weight:normal;
   text-shadow: 0px 0px 1px black;
}
.topnav a:focus {
    font-weight:normal;
 text-shadow: 0px 0px 1px black;
}

/*_:-ms-fullscreen, :root */
     /*#header-menu li .dropdown-menu{*/
     /*         position:absolute !important;*/
     /* right: 0px !important;*/
     /* left: unset !important;*/
     /*}*/
}
/*footer ends*/
/*styles for ipad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .header-logo {
        float: left;
        /*margin-right: 190px;*/
   }
   /*.topnav a:first-child {*/
   /*     margin-left: 20px;*/
   /* }*/
   /* .topnav a.active{*/
   /*     padding-left: 20px;*/
   /*     margin-left: 20px;*/
   /*}*/
   .dropdown_event {
    top: 3vw;
   }
   .dropdown_workshop {
    top: 3vw;
   }
    .header-right {
        position: relative;
   }
    .div1 {
        float: left;
        margin-top:3.5vw;
        margin-left:2vw;
        /*margin: 35px -140px;*/
   }
    input.search-text {
        width: 32.5vw;
        border: none;
        outline:none;
        border-bottom: 0.1vw solid #000;
        margin-top: -2%;
   }
  .search-icon{
   margin-top:1.5vw !important;
  }
   /* .div2 {*/
   /*     float: right;*/
   /*     margin-right: 20px;*/
   /*}*/
    .landing-page-footer-logo {
        float: left;
     margin: 3% 3% 3% 4%;
   }
    .footer-links_left {
        width:14%;
        margin-right: 3%;
   }
    .footer-links_middle {
        width: 35%;
        float: left;
          margin-right: -2%;
}
    .footer-links_right {
        width: 25%;
        margin-right: 3%;
   }
   .dropdown-menu { 
     margin-left:-150px;
     /*position:absolute;*/
     /*right:0px;*/
     }
.errorTitle {
    margin:22vw 15vw;
   
}
.event_dropdown {
  margin-left: 44vw;
}
.workshop_dropdown {
  margin-left: 44vw;
}
.landing-page-footer-logo img {
    margin-left: -1.8vw;
}
.zinc-number {
    display: inline-block;
    padding-left: 2vw;
    position: relative;
    left: 1vw;
    margin-bottom: 1%;
/* text-align: left; */;
}
.landing-page-footer-links{
       width: 82%;
}

  /*.landing-page-footer {
    height: 20vw;
  }*/

.popup-content_about {
    width: 56vw;
    margin: 8vw auto;
}
.popup-content_about p {
    font-size: 3.5vw;
    padding-top: 6vw;
}
.confirm_block {
    padding-left: 30%;
    margin-top: -3%;
    padding-bottom: 6vw;
}
.confirm_about {
    width: 9vw;
    font-size: 2.5vw;
    padding: 1vw 0vw;
}
.cancel_about {
    width: 12vw;
    font-size: 2.5vw;
    padding: 1vw 0vw;
}
}
/*@media only screen  and (orientation:landscape) and (min-device-width : 768px) and (max-device-width : 1024px) {*/
/*.landing-page-footer-linksÂ {*/
/*Â width:Â 83% !important;Â */
/*}*/
/*}*/
@media only screen and (min-device-width : 0px) and (max-device-width : 765px) {
  .header-logo img {
    width: 25vw;
    height: 9vw;
}
/*.nav-top{*/
/*    display:none;*/
/*}*/

.external-zinc-number {
    left: 0vw !important;
} 
.landing-page-footer-links {
    width: 100%;
/* margin-left: -2vw; */
/* margin-top: 3vw; */
/* outline: 1px solid yellow; */
    float: none;
}
.landing-page-footer {
/* height: 52vw; */;
}
.internal-footer{
       height: 55vw;
    position:relative;
    top: 5vw;
}
.landing-page-footer-logo {
    width: 10%;
    float: left;
    margin: 2% 0% 4% 6.5%;
}
.landing-page-footer-logo img {
   width: 27vw;
   margin-left: -3vw;
}
.footer-logo-image{
   width: 27vw;
   margin-left: -3vw;
}
.footer-links_left {
    display: block;
/* margin-left: -15%; */
    width: 100%;
    height: 5vw;
/* margin-top: 8vw; */
    margin: auto;
}
.left-links{
   margin-left: -15%;
   margin-top: 9vw;
    margin-bottom: 1vw;
}
.middle-links{
    margin-left: -15% !important;
}
.landing-page-footer-links ul li {
    line-height: 4.4vw ! important;
    display: inline-block;
    font-size:3.5vw;
    padding-left: 2vw;
    font-family: ProximaNovaregular;
}
.AE_link{
    font-size:2.6vw !important;
}
.footer-content {
    min-height: 45vw;
    position:relative;
}
.login-form fieldset input + label {
    font-size:4.3vw;
}
.footer-links_middle {
    width: 100%;
    float: left;
/* margin-right: 2%; */
/* margin-left: -15%; */
    /*margin-top: 5%;*/
     margin: auto;
}
.footer-links_middle li{
    line-height:1.7vw !important;
}
.landing-page-footer-links ul li a {
    font-size: 3.5vw;
}
.report{
    text-align:left;
    width: 93vw;
    height: 16vw;
    line-height: 3.5vw ! important;
    font-size: 2.8vw ! important;
      margin-left: 2vw;
    margin-top: 2.4vw;
}
.footer-links_right {
      width:100vw;
    /* float: left; */
    /* display: inline-block; */
    margin-left: -13vw;
    margin: auto;
}
.content-report{
    margin-top: 2vw;
    position: absolute;
    top: 25vw;
    left: 11.5vw;
}
.zinc-number{
    font-size: 3vw;
    position: relative;
/* top: 40vw; */
/* left: -31.5vw; */
    color: #fff;
    /*padding-left: 35vw;*/
    padding-top: 1.2vw;
}
.internal-zinc-number{
   /* top: 47vw; */
 }
 input.search-text {
    width: 28.5vw;
    margin-top:1vw;
    border: none;
    border-bottom: 0.1vw solid #000;
    margin-top: 4%;
   }
 .search-icon{
   margin-top:2vw !important;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 12vw;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2;
    cursor: pointer;
}
input.search_mob {
    width: 91vw;
    margin-left: 4vw;
    height: 12vw;
    margin-top: 4vw;
    text-indent: 6vw;
}
.angle_right_mob {
    position: relative;
    right: 6vw;
    top: 1vw;
    color: #337ab7;
} 
#header-menu{
          display:none;
}
.topnav{
           display:none;
}
.icon{
    display:block;
    margin-top: -7.1vw;
    width:7vw;
    margin-left:85vw;
}
.icon_close{
   position: fixed;
    right: 9vw;
    top: 0.5vw;
    
}
.fa {
    font-size: 7vw;
}
.mobile_nav{
    position:fixed;
    z-index:2;
    background-color: #d3d3d3;
    width: 100%;
    height: 100%;
    margin-top: 3vw;
}
input.search-text {
  display:none;
}
   .icon_search{ 
    margin-left: 37vw;
    margin-top: 1vw;
    display: inline-block;
}
.mobile_search{
    position: fixed;
    z-index: 3;
    left: 38vw;
}
.myprofile, .name_minus,.community_minus,.sub_community,.sub_curricula,.curricula_minus,.event_minus,.sub_event,.workshop_minus,.sub_workshop{
    display:none;
}
.sub_event{
    padding-left:4vw;
}
.sub_workshop{
    padding-left:4vw;
}
.div1 {
    display: none;
}
.name_plus,.name_minus,.community_plus,.community_minus,.curricula_minus,.curricula_plus,.event_plus,.event_minus,.workshop_plus,.workshop_minus{
    font-size: 3vw;
}
/*.event_plus{*/
/*    display:inline-block;*/
/*}*/
ul.infocus_menu {
    background-color: #eeeeee8f;
    padding-left:0vw;
}
.mobile_nav li{
        padding-left: 4vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    border: 0.0042vw dotted #dddcdc;
        list-style-type:none;
}
.mobile_nav li a{
    color: #000000c2;
    font-family: ProximaNovaRegular;
}
a#user_name {
   color: #337ab7;
}
.myprofile,.sub_community,.sub_curricula,.sub_event,.sub_workshop{
    list-style-type:none;

}
.sub_curricula{
 margin-left: 0vw;
 padding-left:0vw;

}
.sub_curricula ul{
    padding-left:5vw !important;
}
ul.myprofile {
    padding-left: 5vw !important;
}
ul.sub_community {
    padding-left: 5vw !important;
}
.page-zinc-number {
    font-size: 3vw;
    margin-bottom: -26vw;
    top: -5vw;
    
}
.home_menu{
    padding-left:0vw;
}
.module-popup-wrapper-infcs{
   height: 111vw;
}
#videoFrame_infocus {
    /* width: 89%; */
    /* margin-left: 5vw; */
    margin-top: 20vw;
}
.errorTitle {
    margin:51vw 15vw;

   
}
.popup-content_about {
    background-color: #fff;
    width: 70vw;
    margin: 8vw auto;
}
.popup-content_about p {
    font-size: 4.5vw;
    text-align: center;
    padding-top: 7vw;
}
.confirm_block {
    padding-left: 29%;
    margin-top: 0%;
    padding-bottom: 7vw;
}
.confirm_about {
    width: 10vw;
    font-size: 3.5vw;
    padding: 1vw 0vw;
}
.cancel_about {
    width: 15vw;
    font-size: 3.5vw;
    padding: 1vw 0vw;
}

  .footerDisclaimer {
    font-size: 8px;
    width: 100%;
/* outline: 4px solid green; */
    margin: auto;
    display: inline-block;
    padding: 0 2% 2%;
}  
}

  @media only screen and (max-width: 765px) {
}

@media (min-width: 320px) and (max-width: 480px) {

  .report {
    height: auto;
    margin-top: 0;
  }

  .report p {
    margin: auto;
  }

  .landing-page-footer {
    height: auto;
/* min-height: 63vw; */;
  }

  .footer-links_left {
/* margin-top: 14vw; */;
  }
}

@media (min-width: 481px) and (max-width: 767px) {

  .report {
    height: auto;
    margin-top: -0.6vw;
  }

  .report p {
    margin: auto;
  }

  .landing-page-footer {
    height: auto;
/*min-height: 63vw;*/;
  }
}