﻿/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ HEADER ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.general.it #Masthead #headerLogo {
	background-image: url(https://images.azureedge.net/rcg/rcg-it/images/interface/icn_rcg_banner_logo_it.png) !important;
}
@media screen and (min-width: 650px) and (max-width: 689px) {
	.general #Masthead #headerLogo {
		background-size: auto auto;
		background-position: 0 bottom;
	}
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ MOB ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
@media screen and (min-width: 446px) and (max-width: 767px) {
	.slide .multiOptionButton a { 
		font-size: 0.98rem; 
		position: relative;
		left: -6px;
	}
}
@media screen and (min-width: 768px) {
	.slide .multiOptionButton a { font-size: 0.88rem; }
}

