
 /*  images/HeaderLogo.png */
#masterHeaderImage {
  background-image: url("https://www.tico.ca/images/logo.png"); 
  background-repeat: no-repeat;
  background-color: #fff !important;
  width: 362px;
  height: 112px;
  background-position: 0 0 !important;
  /* The following are needed to hide the text, but allow it to be read by screen readers */
  text-indent: -9999px;
  overflow: hidden; 
  float: left;
}

@media (max-width: 480px){

    #masterHeaderImage {
        background-image: url("https://www.tico.ca/images/logo.png"); 
        background-repeat: no-repeat;
        background-color: #fff !important;
        width: 362px;
        height: 112px;
        background-position: 0 0 !important;
        /* The following are needed to hide the text, but allow it to be read by screen readers */
        text-indent: -9999px;
        overflow: hidden; 
        float: left;
    }

    #ctl01_masterWrapper, #masterContentArea {
        width: 95%;
        /* background-color: hotpink; */
    }
}


#SimpleSearchBlock {
    display: none !important;
}

/* ==========================================================================
   PRIMARY NAVIGATION
   ========================================================================== */
.header-bottom-container {
  background-color: #015a90 !important;
}

.RadMenu.rmResponsive .rmSelected > .rmRootLink,
.RadMenu.rmResponsive .rmFocused > .rmRootLink {
  /* root itme selected styles */
  color: white;
    background-color: #0b8c3a !important; 
}

.RadMenu.rmResponsive .rmRootLink:hover,
.RadMenu.rmResponsive .rmRootLink:focus,
.RadMenu.rmResponsive .rmExpanded > .rmRootLink {
  /* root item hover and focus styles */
    background-color: white !important; 
    color: #015a90 !important;
}


.rmRootLink {
    font-weight: bold !important;;
    font-size: 20px !important;;
}

.footer-holder .languages-list {
	margin: -15px 0 0 !important;
}

.footer-holder .languages-list li {
	display: inline-block !important;
	vertical-align: top !important;
	padding: 15px 8px 0 !important;
	margin: 0 -4px 0 0 !important;
}

.futer ul li {    float: left;
    padding: 20px !important;
    list-style-type: none !important;    
}

.futer {display: inline-block !important;}

#footer, .footer-content {
    background-color: #e6e6e6 !important;
    
	text-align: center !important;
	color: #337ab7 !important;
	font-size: 15px !important;
	line-height: 13px !important;
    padding-top: 10px !important;
    padding-right: 0px !important;
    padding-bottom: 20px !important;
    padding-left: 0px !important; 
}

.footer-content a {
 	color: #337ab7 !important;
}

@media (min-width: 992px) {
    .footer-holder .span {
		display: inline-block !important;
		vertical-align: top !important;
		padding: 0 !important;
	}

	.footer-holder .span + .languages-list {
		padding-left: 38px !important;
	}
}

@media (min-width: 992px) {
	.footer-holder .languages-list {
		display: inline-block !important;
		vertical-align: top !important;
	}

	.footer-holder .languages-list li {
		padding: 15px 16px 0 17px !important;
	}
}


