@charset "utf-8";
.top-navigation-section {
    color: #FFFFFF;
    background: #000000;
    height: 50px;
}

.top-navigation-right-image {
 	float: right;
    position: absolute;
    right: 134px;
    width: 210px;
}
.top-navigation-right-image img {
 	height: auto;
    width: 180px;
    padding-top: 2px;
    cursor: pointer;
}
.top-navigation-section .top-navigation-left-menu span a:hover {
    border-bottom: 2px solid;
}
.top-navigation-section .top-navigation-right-menu span a:hover {
    border-bottom: 2px solid; 
}
.top-navigation-section .top-navigation-right-menu {
    display: inline-block;
    right: 170px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    		transform: translateY(-50%);
    position: relative;
    text-align: right;
    float: right;
    padding-right: 5px;
    width: auto;
}    
.top-navigation-section .top-navigation-left-menu span.top-navigation-left-menu-item-search {
    	display: none;
    	font-size: 21px;
}    
.top-navigation-section .top-navigation-left-menu span, .top-navigation-section .top-navigation-right-menu span {
		color: #FFFFFF;
        opacity: 1;
        font-size: 16px;
        font-family: Avenir-Medium;
        line-height: 22px;
}
.top-navigation-section .top-navigation-left-menu span a, .top-navigation-section .top-navigation-right-menu span a{
		color: white;
}
.top-navigation-section .top-navigation-right-menu span.top-navigation-right-menu-item-blog {
    	color: #00ADEE;
        padding: 0rem 1.5rem;
        font-size: 18px;
        font-family: Avenir-Medium;
        line-height: 25px;
        font-weight: 600;
}
.top-navigation-section .top-navigation-right-menu span.top-navigation-right-menu-item-blog a {
    	color: #00ADEE;
}
.top-navigation-section .top-navigation-right-menu span.top-navigation-right-menu-item-give {
    	width: 67px;
        background-color: #6CB33E;
}
.top-navigation-section .top-navigation-right-menu-item-give {
    	position: absolute;
    	right: 0;
	    width: 134px;
    	text-align: center;
    	top: 0;
	    height: 50px;
        padding: 0rem 1.5rem;
        font-size: 16px;
        font-family: Avenir-Black;
        line-height: 22px;
	  	background-color: #6CB33E;
    	-webkit-filter: brightness(1.15);
        filter: brightness(1.15);
}
.top-navigation-section .top-navigation-right-menu-item-give:hover {
    	-webkit-filter: brightness(1);
        filter: brightness(1);
}
.top-navigation-section .top-navigation-right-menu-item-give a {
		color: white;
	    position: absolute;
    	left: 0;
	    right: 0;
    	margin: auto;
	    top: 50%;
  		-webkit-transform: translateY(-50%);  
    			transform: translateY(-50%);
}
.desktop-nav {
 	display: block;   
}
.mob-nav {
 	display: none;   
}
.top-nav-btns button {
        color: #fff;
        text-align: center;
        font-size: 14px;
    	height: 30px;
        padding: 4px 10px;
        border: 2px solid #fff;
        border-radius: 20px;
        background: transparent;
        cursor: pointer;
        display: inline-block;
    	margin-left: 10px;
}
.top-nav-btns button:hover {
    	background: #fff;
    	color: #000;
}
.top-nav-btns .right-menu-btn button {
    width: auto;
}
.top-nav-btns:first-child {
    	width: 130px;
}
.top-navigation-section .top-navigation-menu-line {   
		display: inline-block;
  	    border: thin solid white;
	    height: 14px;
    	position: relative;
	    top: 2px;
    	margin: 0 8px;
}
.top-navigation-announce-bar{
	height:33px;
    background:#1188BF;
    width:100%;
    display:inline-block;  
	float:left
}
.top-navigation-announce-bar marquee{
	font-size:16px;
    color:#fff;
    line-height:33px;
    width:calc(100% - 35px);
    float:left;
}
.close-box{
    width:20px;
    height:20px;
    background:#fff;
    border-radius:20px;
    float:right;
    position: relative;
    right:10px;
    cursor:pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.top-navigation-announce-bar i {
    color: #979797;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    		box-sizing: border-box;
    position: relative;
    bottom: 4px;
    left: 5px;
}
.top-nav{
	float:left;
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
    .top-navigation-section .top-navigation-left-menu span.top-navigation-left-menu-item-search {
    	display: inline;
	}
    .top-navigation-section .top-navigation-left-menu span.top-navigation-left-menu-item-hiv-testing, .top-navigation-section .top-navigation-left-menu span.top-navigation-left-menu-item-prep, .top-navigation-section .top-navigation-left-menu i.top-navigation-menu-line {
    	display: none;
	}
    .top-navigation-section .top-navigation-left-menu {
     	width: 60px;   
    }
    .top-navigation-section .top-navigation-right-menu {
     	width: 61%;   
    }
    .top-navigation-right-image {
     	/*display: none;   */
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .top-navigation-section .top-navigation-left-menu span.top-navigation-left-menu-item-search {
    	display: inline;
	}
    .top-navigation-section .top-navigation-left-menu span.top-navigation-left-menu-item-hiv-testing, .top-navigation-section .top-navigation-left-menu span.top-navigation-left-menu-item-prep, .top-navigation-section .top-navigation-left-menu i.top-navigation-menu-line {
    	display: inline;
	}
    .top-navigation-section .top-navigation-left-menu i.top-navigation-menu-line {
    	display: inline-block;
    }
    .top-navigation-section .top-navigation-left-menu {
    	width: 33%;
	}
	.top-navigation-right-image {
     	/*display: none;   */
    }

}

@media only screen and (max-width: 599px) {
    .container-main.top-navigation-section {
     	display: inline-block;
        height: 50px !important;
    }
    .top-navigation-section .top-navigation-left-menu {
        display: inline-block;
        right: 95px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        position: relative;
        float: right;
	}
    .esp-nav .top-navigation-left-menu {
        right: 70px;
	}
    .language-btns {
    	margin-left: 10px;
    }
    #language_translator_tablet,
    .top-navigation-section .top-navigation-right-menu {
     	display: none;   
    }
    .top-navigation-right-image {
     	display: none;   
    }
    .desktop-nav {
	 	display: none;   
	}
    .mob-nav {
        display: block;   
    }
    #language_translator_tablet {
     	right: 0;   
    }
    .top-navigation-section .top-navigation-right-menu-item-give {
     	width: 80px;   
    }
}
@media only screen and (min-width: 300px) and (max-width: 400px) {
    .top-navigation-section .top-navigation-right-menu-item-give {
        width: 60px;
    }
    .top-navigation-section .top-navigation-menu-line {
     	margin: 0 4px;   
    }
   
    .top-navigation-section .top-navigation-left-menu span, .top-navigation-section .top-navigation-right-menu span {
     	font-size: 13px;   
    }
}

@media only screen and (min-width: 300px) and (max-width: 350px) {
     #language_translator_tablet {
     	right: 12px;   
    }
    .top-navigation-section .top-navigation-left-menu {
       /* right: 75px;*/
        right:57px;
    }
    .language-btns {
     	margin-top: 11px;
        margin-left: 7px;   
    }
    .english-btn, .spanish-btn {
        padding: 5px 7px 4px;
    	font-size: 12px;   
    }
    .top-navigation-section .top-navigation-right-menu-item-give {
        width: 50px;
    }
}