/**
COPYRIGHT NOTICE
Copyright (c) 2019  Scott C. Neu and Arthur W. Toga

See README.license for license notices.
*/

/* 29 August 2019  */

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../font/Lato-Regular.ttf");
}
 
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../font/Lato-Bold.ttf");
}

html,body {
	height: 100%;
	font-family: Lato;
}

.container-fluid {
	min-height: calc(100% - 120px);	
}

/* Screen size setting from 1px t0 249px  */
@media only screen and ( max-width : 249px )  {
    #map-static-div {
        width: 65%;
        height: 250px;
        display: inline-block;
    }
    #map-div {
        display: none;
    }
    #map-description {
        display: none;
    }
    #map-partner-description {
        display: none;
    }
    #map-nav-top {
        display: none;
    }
    #map-nav-bottom {
        display: none;
    }
    #map-nav-one {
        display: initial;
    }
    #map-nav-two {
        display: initial;
    }
    #map-partner-logos {
        display: none;
    }
    p {
        font-weight: bold;
        text-align: center;
        font-size: 15px;
    }
    .map-cntr {
    text-align: center;
    margin-bottom: 0px;
    display:inline-block;  
    margin-left:115px;
    margin-top:10px;
    width:200px;    
    margin-bottom:15px;  
   /*  border: 1px solid grey;   */
}
}

/* Screen size setting from 250px to 724px   */
@media only screen and ( min-width : 250px ) and ( max-width : 724px ){
    #map-static-div {
        width: 85%;
        height: 300px;
        display: inline-block;
    }
    .map-ftr {
        text-align: center;
    }
    .map-hdr {
        text-align: center;
    }
    #map-div {
        display: none;
    }
    #map-description {
        display: none;
    }
    #map-nav-top {
        display: none;
    }
    #map-nav-bottom {
        display: none;
    }
    #map-partner-description {
        display: none;
    }
    #map-nav-one {
        display: initial;
    }
    
    #map-nav-two {
        display: initial;
    }
    
    #map-partner-logos {
        width: 100%;
        position: relative;
    }
    p {
        /**  font-weight: bold; **/
        text-align: center;
        font-size: 25px;
    }
    .map-cntr {
    text-align: center;   
    display:inline-block;  
    margin-left:115px;
    margin-top:10px;
    width:200px;    
    margin-bottom:15px;  
   /*  border: 1px solid grey;   */
}
}

/* Screen size setting from 725px to 767px   */
@media only screen and ( min-width :725px ) {
    #map-static-div {
        width: 85%;
        height: 375px;
        display: inline-block;
    }
    #map-div {
        display: none;
    }
    #map-description {
        display: none;
    }
    #map-partner-description {
        display: none;
    }
    #map-partner-logos {
        display: inline-block;
        width: 100%;
    }
    #map-nav-one {
        display: none;
    }
    #map-nav-two {
        display: none;
    }
    #map-nav-top {
        display: inline;
        width: 100%;
    }
    #map-nav-bottom {
        display: inline;
    }
    p {
        /**  font-weight: bold; **/
        text-align: center;
        font-size: 35px;
        margin:0 0 -2px;
    }
    
    .map-cntr {
    text-align: center;   
    /* display: inline-block; */
    margin-top: 10px;
    /* width: 200px; */
   /*  margin-bottom: 15px; */
    /* border: 1px solid grey; */
}
}

/*  Screen sizes of 768px and larger  */
@media only screen and ( min-width :768px ) {
    .map-ftr {
        text-align: right;
    }
    .map-hdr {
        text-align: left;
    }
    
     .map-cntr {
    text-align: center;    
    display: inline-block; 
    margin-top: 10px;
    width: 200px; 
    margin-bottom: 15px;
    /* border: 1px solid grey; */
}
    
    #map-div {
        width: 60%;
        height: 375px;
        display: inline-block;
    }
    
    #map-subjects-total-title {
        display: inline-block;
        width: 100%;
        margin: 0px;
        text-align:center;
    }
    
    #map-static-div {
        display: none;
    }
    
    #map-description {
        display: initial;
    }
    
    #map-partner-logos {
        margin-top: -6px;
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-left:auto;
   		margin-right:auto;
        right: 0px;
  		left: 0px;
    }
    
    #map-nav-one {
        width: 40%;
        display: inline-block;
        margin-left:  -15px;
        overflow: initial;
    }
    #map-partner-description {
        display: none;
    }
    
    #map-nav-two {
        display: none;
    }
    
    #map-nav-bottom {
        display: none;
    }
    
    #map-nav-top {
        display: none;
    }
    
    .map-header-logo {
        margin-left: auto;
        margin-right: auto;
    }
    
    p {
        text-align: center;
    }
    
    #footer {
        font-size: 10px;
        text-align: center;
        height: 120px;
        bottom: 1;
    }
    
    .header-title {
        font-size: 20px;
        font-weight: 200;
        text-align: center;
    }
    
    .register-now {
        top: 2px;
        text-align: center;
    }
}

.map-partner-style.map-grid-site {
    float: left;
    margin: 0px;
    margin-right: 10px;
}

/** formats text for the number of subjects displayed at top of page **/
#map-subjects-total-title {
    width: 100%;
    text-align:center;
    display:inline-block;
}

#map-nav-one > p, #map-nav-two > p {
    padding: 0;
    margin-bottom: -5px;
} 

.map-txt-bttn, .map-txt-bttn:active, .map-txt-bttn:focus {
    background-color: #65378F;
    color: #fff;
    padding: 4px 16px;
    border-radius: 20px;
    display: inline-block;
    border-color: #FFF;
    box-shadow: 1px 1px 3px rgba(170, 170, 170, 0.73);
    outline: none;
} 

.map-txt-bttn:hover {
    background-color: #4D296B;
}

.map-txt-left {
    padding-left: 120px;
    float: left;
    font-size: 24px;
}

.map-txt-right {
    padding-right: 115px;
    float: right;
    font-size: 24px;
}

.map-txt-subjects1 {
    font-size: 25px;
    color: #1D5B25;
}

.map-txt-partner-title {
    font-size: 25px;
    color: #65378F;
    padding-top: 6px;
    text-align: left;
}

.map-txt-partner-text {
    font-size: 20px;
    color: #000;
    text-align: left;
}

.map-txt2 {
    font-size: 16px;
    color: #555;
    white-space: nowrap;
    font-style: italic;
    font-weight: bold;
}

.map-txt3 {
    font-size: 22px;
    white-space: nowrap;
    color: #65378F;
    margin: 6px;
    padding-bottom: 5px !important;
    font-weight: bold;
}

.map-txt5 {
    float:left;    
    padding: 5px;
}

#map-filler {
    height: 13px;
}

.map-filler-5 {
    height: 5px;
}


.map-grid-site-status img {
    height: 12px;
    position: relative;
    top: -1px;
}

.logo-container {
    text-align: center;
}

#map-partner-logos {
    text-align: center;
    margin-bottom: 15px;
    top: -20px;
}


#map-partner-logos-last{
	top: -37px;
}

#map-description {
    position: fixed;
}

/**  Popup Description text **/
.desc-quote-attr {
    z-index: 2;
    font-size: 11px;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(101, 55, 143, 0.7);
    text-align: left;
    padding: 15px;
}

.desc-quote-attr .project-title {
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    margin: 10px 0;
}

.desc-quote-attr .project-desc {
    margin: 15px 0px;
    font-size: 12px;
    line-height: 16px;
}

.desc-quote-attr .desc-footer {
	font-size: 0;
}

.desc-quote-attr .desc-footer-left {
	display: inline-block;
	width: 50%;
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}

.desc-quote-attr .desc-footer-right {
	display: inline-block;
	width: 50%;
	text-align: right;
	vertical-align: middle;
	font-size: 14px; 
}

.desc-quote-attr .project-info {
    background-color: #FFF;
    color: #555;
    font-weight: bold;
    padding: 6px 15px;
    border-radius: 20px;
    box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.41);
    border: 1px solid #65378F;
    text-decoration: none;
}

.desc-quote-attr .project-info:hover {
	color: #65378F;
	background-color: #efefef;
}

.desc-quote-attr .project-subject:before {
    content: '';
    display: inline-block;
    background-image: url(../images/people_icon_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
    margin-right: 8px;
}

.desc-quote-attr .project-attributes:before { 
    content: '';
    display: inline-block;
    background-image: url(../images/bar_icon_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    vertical-align: middle;
}

.desc-quote {
    z-index: 2;
    font-size: 11px;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(101, 99, 99, 0.55);
    text-align: left;
    padding: 15px;
}

/** small screen description **/
.mobi-quote {
    font-size: 15px;
    color: #A020F0;
    width: 90%;
    height: 75%;
    text-align: left;
    margin: 1px;
}

/** text used to scale up the partners **/
.scale-up {
    -webkit-transform: scale(1.125);
    -moz-transform: scale(1.125);
    -o-transform: scale(1.125);
    transform: scale(1.125);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.row-margin-attr {
    margin: 8px 4px;
    padding: 0px;
    height: 15px;
}

.row-margin{
	margin: 8px 4px;
    padding: 0px;
    height: 15px;
}

.row-margin-offline{
	margin: 8px 4px;
    padding: 0px;
    height: 15px;
}

.map-partner-logo .row-margin {
	top:30px;
}

#join-gaain {
    background-image: url('../images/join-gaain-backgrnd4.png');
    background-repeat: no-repeat;
    background-size: 82px 84px;
    background-position: 0px 31px;
    margin-top: -10px !important;
    -webkit-transition: all 0.3s ease;
}

#join-gaain .map-grid-site-status {
    background-color: transparent;
}

#join-gaain .map-grid-site {
    background-color: transparent;
    margin: 0;
}

#join-gaain .map-grid-site-apply {
    background-color: transparent;
}

#join-gaain .map-grid-site-logo {
    border: none;
    color: #666;
    font-weight: bold;
    font-size: 14px;
    margin-top: -37px;
}

.mobi-partner-logo {
    display: inline-block;
    padding-right: 2px;
    padding-left: 0px;
}

/** partner APPLY link **/
.apply {
    color: #FFFFFF;
    font-size: 12px;
    display: inline-block;
    position: relative;
}

.map-ftr-zindex {
    z-index: 1;
}

.map-grid-site-apply .apply:hover, .map-grid-site-apply .apply:visited {
    color: #FFF;
}

/************************** Inherited from tally.css ******************************/
.map-grid-site {
    background-color: transparent;
    color: transparent;
    padding: 0px;
    width: 82px;
    margin: 18px auto 20px auto;
    cursor: pointer;
    text-align: center;
    border-radius: 7px;
}

.map-grid-site-attr{
	background-color: transparent;
    color: transparent;
    padding: 0px;
    width: 82px;
    height: 83px !important;
    margin: 21px auto -5px;
    cursor: pointer;
    text-align: center;
    border-radius: 7px;
    box-shadow: -1.25px -1.25px 1.25px 1.25px rgb(203, 237, 203), 1.25px 1.25px 1.25px 1.25px rgb(203, 237, 203), -1.25px 1.25px 1.25px 1.25px rgb(203, 237, 203), 1.25px -1.25px 1.25px 1.25px rgb(203, 237, 203) ;
}

.map-grid-site-partner {
    background-color: transparent;
    color: transparent;
    padding: 0px;
    width: 82px;
    margin: 18px auto 20px auto;
    cursor: pointer;
    text-align: center;
    border-radius: 7px;
    margin-top: -5%
}

.map-grid-site-attr-partner{
	background-color: transparent;
    color: transparent;
    padding: 0px;
    width: 82px;
    margin: 21px auto -5px;
    cursor: pointer;
    text-align: center;
    border-radius: 7px;
    box-shadow: -1.25px -1.25px 1.25px 1.25px rgb(203, 237, 203), 1.25px 1.25px 1.25px 1.25px rgb(203, 237, 203), -1.25px 1.25px 1.25px 1.25px rgb(203, 237, 203), 1.25px -1.25px 1.25px 1.25px rgb(203, 237, 203) ;
	margin-top: -5%
}

.map-grid-site-join {
    background-color: transparent;
    color: transparent;
    padding: 1px;
    width: 82px;
    margin: 5px auto -6px auto;
    cursor: pointer;
    text-align: center;
    border-radius: 7px;
}

.map-partner-logo {
    display: inline-block;
    padding-left: 0px;
    transition: all 0.2s ease;
}

.map-ftr-top {
    margin-top: 50px;
}

.map-grid-site-attr .map-grid-site-status {
    background: #1D5B25;
    color: #FFF;
    font-size: 12px;
    width: 82px;
    border-radius: 7px 7px 0 0;
    font-weight: bold;
    position: relative;
    top: 0px;
    height: 17px;
    vertical-align: middle;
}

.map-grid-site .map-grid-site-status{
	background: #8C8C8C;
    color: #FFF;
    font-size: 12px;
    width: 82px;
    border-radius: 7px 7px 0 0;
    font-weight: bold;
    position: relative;
    top: 0px;
    height: 17px;
    vertical-align: middle;
}

.map-grid-site-attr-partner .map-grid-site-status {
    background: #1D5B25;
    color: #FFF;
    font-size: 12px;
    width: 82px;
    border-radius: 7px 7px 0 0;
    font-weight: bold;
    position: relative;
    top: 0px;
    height: 17px;
    vertical-align: middle;
}

.map-grid-site-partner .map-grid-site-status{
	background: #8C8C8C;
    color: #FFF;
    font-size: 12px;
    width: 82px;
    border-radius: 7px 7px 0 0;
    font-weight: bold;
    position: relative;
    top: 0px;
    height: 17px;
    vertical-align: middle;
}

.map-grid-site-partner-off{
	background-color: transparent;
    color: transparent;
    padding: 0px;
    width: 82px;
    margin: 18px auto 20px auto;
    cursor: pointer;
    text-align: center;
    border-radius: 7px;
    margin-top: -10%
}

.map-grid-site-status-off {
    background: #FF0000;
    color: #FFF;
    font-size: 12px;
    display: inline-block;
    width: 82px;
    position: relative;
    top: 1px;
    border-radius: 7px 7px 0 0;
    height: 17px;
}

.map-grid-site-status-off-partner{
	background: #FF0000;
    color: #FFF;
    font-size: 12px;
    display: inline-block;
    width: 82px;
    position: relative;
    top: 1px;
    border-radius: 7px 7px 0 0;
    height: 17px;
}

.map-grid-site-status-offline {
    color: #FFF;
    background: #FFFFFF none repeat scroll 0% 0%;
    display: inline-block;
    width: 82px;
    border-radius: 0 0 7px 7px;
    margin-bottom: 10px;
    height: 0px;
    border-bottom: 1px solid #CECECE;
}

.map-grid-site-logo-attr {
    border-style: solid;
    border-width: 0 1px;
    border-color: #666666;
    margin-bottom: -3px;
}

.map-grid-site-logo {
    border-style: solid;
    border-width: 0 1px;
    border-color: #CECECE;
    margin-bottom: -4px;
	margin-top: 0px;
}

.attributes{
	font-size: 10px;
	color:  #65378F;
	margin-top: -0%;
	position: absolute;
	padding-top: 8px;
}

.attributes1{
	font-size: 10px;
	color:  #65378F;
	margin-top: -0%;
	position: absolute;
	padding-top: 4px;
	text-align: center !important;
}

.map-grid-site-attr .map-grid-site-apply {
    background: #65378F;
    color: #FFF;
    border: none;
    font-size: 10px;
    width: 82px;
    display: inline-block;
    border-radius: 0px 0 7px 7px;
    font-weight: bold;
    height: 17px;
}

.map-grid-site .map-grid-site-apply{
	background: #8C8C8C;
    color: #FFF;
    border: none;
    font-size: 10px;
    width: 82px;
    display: inline-block;
    border-radius: 0px 0 7px 7px;
    font-weight: bold;
    height: 17px;
}

.map-grid-site-attr-partner .map-grid-site-apply {
    background: #65378F;
    color: #FFF;
    border: none;
    font-size: 10px;
    width: 82px;
    display: inline-block;
    border-radius: 0px 0 7px 7px;
    font-weight: bold;
    height: 18px;
}

.map-grid-site-partner .map-grid-site-apply{
	background: #8C8C8C;
    color: #FFF;
    border: none;
    font-size: 10px;
    width: 82px;
    display: inline-block;
    border-radius: 0px 0 7px 7px;
    font-weight: bold;
    height: 17px;
}

.map-grid-site-join {
    color: #FFF;
	width: 82px;
	padding-top: 39%;
	height: 116px;
	/* margin-top: -41px !important; */
	display: inline-block;
	border-radius: 0px 0px 7px 7px;
}

.map-grid-site-status.off {
    background: #750c10;
}

.partnerlink:hover {
    color: #65378F;
    text-decoration: none !important;
}

.partnerlink {
    color: #65378F;
    position: relative;
    top: 46px;
}

p {
}

/**********  Header Info **************/
header {
    background-color: #000;
    height: 60px;
    position: relative;
}

.gaain-header-logo {
    background-image: url('../images/logo_gaain.png');
    background-size: contain;
    height: 55px;
    width: 100px;
    background-repeat: no-repeat;
    position: relative;
    left: 8px;
    top: 8px;
}

.gaain-header .click-to-apply { 
	display: inline-block;
	position: absolute;
	right: 375px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	backface-visibility: hidden;
	background-image: url("../images/geena.png");
	width: 202px;
	height: 64px; 
	background-repeat: no-repeat;
	background-size: contain;
}

.gaain-header .click-to-apply:hover {
	background-image: url("../images/geena_hover.png");
}

.gaain-header-logo a {
    height: 100%;
    width: 100%;
    display: inline-block;
}

.gaain-header-title {
	position: absolute;
	right: 70px;
	color: #fff;
	top: 50%;
	font-weight: bold;
	text-align: right;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.gaain-header-title-top {
	font-size: 18px;
}

.gaain-header-title-bottom {
	font-size: 24px;
}

.gaain-header-menu {
  	position: absolute;
  	right: 0;
  	top: 0;
  	cursor: pointer;
  	width: 60px;
  	height: 100%;
}

.gaain-header-menu-bar {
  background-color: #fff;
  width: 25px;
  height: 1px;
  margin-left: 9px;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  transition: 0.3s;
  position: relative;
  top: 10px;
  left: 12px;
}

.gaain-header-menu-bar.top {
  margin-top: 14px;
}

.gaain-header-menu-bar.middle {
  margin-top: 5px;
  margin-bottom: 5px;
}

.gaain-header-menu-bar.bottom {
  margin-bottom: 14px;
}
.gaain-header-menu.active {
  	z-index: 101;
  	background-color: #65378F;
}

.gaain-header-menu.active .top {
  -webkit-transform: rotate(-45deg) translateX(-10px);
  -moz-transform: rotate(-45deg) translateX(-10px);
  -ms-transform: rotate(-45deg) translateX(-10px);
  transform: rotate(-45deg) translateX(-10px);
}

.gaain-header-menu.active .middle {
  opacity: 0;
}

.gaain-header-menu.active .bottom {
  -webkit-transform: rotate(45deg) translate(4px, 14px);
  -moz-transform: rotate(45deg) translate(4px, 14px);
  -ms-transform: rotate(45deg) translate(4px, 14px);
  transform: rotate(45deg) translate(4px, 14px);
}

.gaain-header-menu-content {
  display: inline-block;
  position: absolute;
  right: 0;
  z-index: -10;
  background-color: #65378F;
  padding: 20px;
  width: 280px;
  text-align: right;
  box-sizing: border-box;
  top: 58px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.gaain-header-menu-content.show {
    visibility: visible;
    opacity: 1;
    z-index: 100;
}

.gaain-header-menu-item {
    margin: 5px 0;
    padding: 10px 5px;
    box-sizing: border-box;
    border-radius: 2px;
    transition: 0.2s;
}

.gaain-header-menu-item:hover {
    background-color: #fff;
}

.gaain-header-menu-item a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    width: 100%;
}

.gaain-header-menu-item.inactive, .gaain-header-menu-item.inactive a {
    pointer-events: none;
    background-color: #fff;
    color: #65378F;
}

.gaain-header-menu-item a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.gaain-header-menu-item:hover a {
    color: #65378F;
}


/**************** footer info ******************/
.footer {
  padding-top: 10px;
  background-color: #190824;
  color: #fff;
  min-height: 60px;
  width: 100%;
  position: absolute;
  font-weight: normal;
  font-size: 0;
  z-index: 0;
}

.footer > div {
  display: inline-block;
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
}

.footer-left {
	width: 430px;	
}

.footer-middle, .footer-right {
	width: calc(50% - 215px);
	min-width: 200px;
}

.footer .footerlink {
  font-weight: normal;
  color: #fff;
}

.footer .map-powered-by-logo {
  height: 42px;
  width: 115px;
  background-image: url(../images/loni_head.png);
  top: 2px;
  display: inline-block;
  margin: auto;
  right: 0;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.footer .map-powered-by-logo a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.footer .footer-left {
  text-align: left;
}

.footer .footer-left span {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin: 0 6px;
}

.footer .footer-right {
  text-align: right;
  padding: 0 15px;
  box-sizing: border-box;
}

@media ( max-width : 850px) {
	.footer .footer-left, .footer .footer-middle, .footer .footer-right {
		width: 100%;
		text-align: center;
		padding: 10px;
	}
}

@media ( max-width :675px ) {
    /** This is TEMP. */
    .gaain-header .click-to-apply {
    	right: 90px; 
    	z-index: 1;
    }
    
    .gaain-header-title {
    	display: none;
    }
}

@media ( min-width :400px) and (max-width:560px) {
    .gaain-header-title-top {
        font-size: 22px;
    }
    .gaain-header-title-bottom {
        font-size: 16px;
    }
}

@media ( min-width :360px) and (max-width:399px) {
    .gaain-header-title-top {
        font-size: 18px;
    }
    .gaain-header-title-bottom {
        font-size: 12px;
    }
}

@media ( max-width :359px) {
    .gaain-header-title-top {
        font-size: 15px;
    }
    .gaain-header-title-bottom {
        font-size: 10px;
    }
    .gaain-header-menu {
        width: 50px;
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
    }
    .gaain-header-title {
        right: 60px;
    }
}

.new-btn:after {
    content: '';
    border-style: solid;
    border-color: transparent #888;
    border-width: 10px 10px 10px 0;
    width: 0;
    height: 0;
    display: inline-block;
    position: absolute;
    left: -40px;
    top: 6px;
}

.new-btn:before {
    content: '';
    width: 30px;
    display: inline-block;
    height: 5px;
    position: absolute;
    left: -34px;
    top: 14px;
    background-color: #888;
    box-shadow: -10px 0 10px #ccc;
}

.new-btn {
    padding: 5px;
    display: inline-block;
    position: absolute;
    font-size: 15px;
    right: -95px;
    bottom: 2px;
    background-color: yellow;
    border-radius: 10px;
    color: #666;
    font-weight: bold;
    box-shadow: 0 0 10px #ccc;
}
.gaain-youtube-container{
	display:inline-block;	
	width:110px;
	vertical-align:middle;
	padding-left: 35px;
}
.gaain-youtube-link{
	display:inline-block;
	background-image:url('../images/youTubeLogo.png');
	background-repeat:no-repeat;
	background-size:87px 36px;
	height: 36px;
    width: 87px;
    margin-left:-15px;
 }
 .gaain-youtube-link a {
    display:inline-block;
    height:30px; 
    width:87px;      
 }
 
