@charset "utf-8";
/* Global Styles
----------------------------------------------------*/
* {
	margin: 0;
	padding: 0
}
iframe,a img,fieldset,form,table {
	border: 0
}
h6,h5,h4,h3,h2,h1,caption,th,td {
	font-size: 100%;
}
dd,dt,li,dl,ol,ul {
	list-style: none
}
legend {
	color: #000
}
button,select,textarea,input {
	font: 10px verdana;
	padding: 2px;
}
select {
	padding: 1px;
}
table {
	border-collapse: collapse;	
	font-size: 10px ;
}
caption,th,td {
	text-align: left
}

/* PNG FIX
----------------------------------------------------*/
img,div {
	behavior: url(../scripts/iepngfix.htc);
}

/* GLOBAL
----------------------------------------------------*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
a {
	color: #333333;
	cursor: pointer;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	padding: 5px;
}
dt {
	float: left;
	font-weight: bold;
	color: #333333;
}
dd {
	float: left;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
input,select,textarea {
	/*border: 1px solid #cccccc;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	/*padding: 3px;*/
}
label {
	padding: 4px;
	text-align: right;
	font-weight: bold;
	color: #333333;
	cursor: pointer;
}
.overflowFix {
	overflow: auto;
	overflow-y : hidden;
	overflow-x : scroll;
}
.hidden {
	display: none !important;
}
.shown {
	display: auto !important;
}
.IveGotJavascript {
	display: none;
}
.orangeText li {
	color: #0392CE;
	font-weight: bold;
}

div.tooltipMatchHolder {
	width: 300px;
}

div.tooltipMatchHolder .tip-top {
	background: url(../images/bubble-300-white.png) top left;
	height: 8px;
}

div.tooltipMatchHolder .tip-bottom {
	background: url(../images/bubble-300-white.png) bottom right;
	height: 8px;
}

div.tooltipMatchHolder .tip {
	background: url(../images/bubble-300-white.png) 0px -8px;
}
div.tooltipMatchPredictedHolder .tip-top {
	background: url(../images/bubble.png) top left;
	height: 8px;
}

div.tooltipMatchPredictedHolder .tip-bottom {
	background: url(../images/bubble.png) bottom right;
	height: 8px;
}

div.tooltipMatchPredictedHolder .tip {
	background: url(../images/bubble.png) 0px -8px;
}

div.tooltipMatchHolder .tip .tip-title {
	font-weight: bold;
	padding: 0px 3px 0px 3px;
	color: black;
}

div.tooltipMatchHolder .tip .tip-text {
	color: #222;
	padding: 0px 3px 0px 3px;
}

div.tooltipMatchPredictedHolder .tip .tip-title {
	color: white;
}

div.tooltipMatchPredictedHolder .tip .tip-text {
	color: #DDD;
}

.tool-tip {
	color: #000;
	width: 139px;
	z-index: 13000;
}

.tool-title {
	font-size: 11px;
	margin: 0;
	font-weight: bold;
	padding: 8px 8px 4px;
}

.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
}
/* SITE SPECIFIC
----------------------------------------------------*/

.h1-line {
	border-bottom: 1px solid #666;
}
.bigSection{
	width:100%;
}
.topMenuDiv {
	margin-bottom: 0px;
	background-color: #1B1B1B; /*#be1212*/
/*	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #be1212;*/

	border-bottom-color: var(--clr-feature); /*1B1B1B;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;

}
.topMenuHolder {
	height: 48px;
	background-color: #232323;
}
.topMenuLeft {
	float: left;
}
.topMenuRight {
	float: right;
	padding-right: 30px;
}

.topMenuHolder li {
	margin: 2px 2px 5px 2px;
	float: left;
}
.topMenuHolder li a {
	font-size: 14px; /* 11 */
	font-weight: 400;
	text-decoration: none;
	display: block;
	color: white;
	height: 20px;
	padding: 7px 10px;
}
.topMenuHolder li a:hover, .topMenuHolder li a.over {
    background-color: #15151e;
	transition: all .3s ease-out;
}

.topMenuHolder li.active, .topMenuHolder li.active:hover {
	border-radius: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255,255,255,0.6);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgba(255,255,255,0.6);
	color: #e10600;
}
.topMenuHolder li.active a {
}
.topMenuHolder li.active a span {
	color: #FFF;
}

/*
.topMenuRight a {
	font-weight: normal;
}
.topMenuRight li {
	margin: 5px 2px 0px;
	float: left;
}
.topMenuRight li a {
	font-family: Baumans;
	font-size: 18px;

	text-decoration: none;
	display: flex;
	align-items:center;
	color: #e10600;
}
.topMenuRight li a:hover, .topMenuLeft li a.over {
    background-color: #15151e;
	transition: all .3s ease-out;
	border-radius: 3px;
	border-right: 1px solid rgb(255,255,255,0.6);
}
*/
.subMenuLeft {
	width: 100%;
}

.subMenuLeft a label {
	font-weight: bold;
}
.subMenuLeft li {
	margin: 5px 2px 0px;
	float: left;
}
.subMenuLeft li a {
	font-size: 14px; /* 11 */
	font-weight: 300;
	text-decoration: none;
	display: flex;
	align-items:center;
	color: white;
	height: 30px;
	padding: 5px;
}
.subMenuLeft li a:hover, .topMenuLeft li a.over {
    background-color: #15151e;
	transition: all .3s ease-out;
	border-radius: 3px;
	border-right: 1px solid rgb(255,255,255,0.6);
}

.dropDownMenu {
	display: none;
	position:absolute;
	z-index:1000;
	color: white;
	background-color: #1B1B1B;
	border: 1px solid #f06262;
	font-size: 10px;
	font-weight: normal;
}
.dropDownMenu ul {
	margin: 10px 0px;
}
.dropDownMenu li {
	float: none;
	margin: 0px;
	font-size: 10px;
	font-weight: normal;
}
.dropDownMenu li.seperator {
	height: 6px;
	margin: 0px 10px 6px 10px;
	border-bottom: 1px solid #494949;
}
.dropDownMenu a {
	height: 12px;
	padding: 3px 35px 2px 15px !important;
	font-size: 10px;
	font-weight: normal;
}
.dropDownMenu a:hover {
	padding: 3px 35px 1px 15px !important;
	border-bottom: 1px solid #BC1214;
}
.insideSection {
	margin: 0 auto;
	/*max-width: 1100px;*/
	width: 100%;
	text-align: left;
}

.insideSectionMenu {
	margin: 0 auto;
	/*max-width: 1100px;*/
	width: 100%;
	text-align: left;
}
	


.leftContent {
	width:199px;
	float:left;
}
.mainContent {
	float:left;
	/* margin-top:55px; */
	width:728px;
	padding-left: 15px;
}

.mainContentWide {
	float:left;
	/* margin-top:55px; 
	max-width:1090px;*/
	width: 100%;
	/*padding-left: 5px;*/
}

.mainBackground {
	background-repeat: no-repeat;
	background-position:top center;
}
.footerBackground {
	height:150px;
	background-repeat: no-repeat;
	background-position:top center;
}
.footerChangers {
	float: left;
	padding-top: 70px;
}
.footerLinks {
	padding-top: 70px;
	text-align: right;
}
.leftMenuHolder {
	background-repeat: no-repeat;
	min-height: 420px;
	margin-top: 11px;
	padding: 8px 0px 0px 7px;
}
.logoHolder {
	text-align: center;
}
.flagHolder {
	text-align: right;
	height: 20px;
	margin-top: 35px;
}
.titleHolder {
	padding: 35px 5px 0px;
	height: 24px;
	font-size: 18px;
	font-weight: bold;
	color: #3C3C3C;
}
.breadcrumbHolder {
	height: 13px;
	background-repeat: repeat-y;
	padding: 1px 8px;
}
.pagination {
	margin: 4px 0px 0px 0px;
}
.pagination ul{
	float: right;
	display: inline;
}
.pagination li{
	float: left;
	display: inline;
	padding: 0px 2px;
}
.pagination span{
	float: left;
}
.pagination li#page{
	background-color: #3C3C3C;
	color: white;
}
.pagination li#page a {
	color: white;
}
.form {
	font: 10px verdana;
	color: #333333;
	border: 1px solid #c4c4c4;
}
.form-input, select {
	font: 10px verdana;
	color: #333333;
	border: 1px solid #c4c4c4;
}
.form-input:focus, select:focus {
	border: 1px solid #BE1212;
}

.form-tiny {
	width: 30px;
}
.form-small {
	width: 60px;
}
.form-small-medium {
	width: 100px;
}

.form-medium {
	width: 200px;
}

.form-large {
	width: 400px;
}

.form-textarea-small {
	font: 10px verdana;
	color: #333333;
	width: 200px;
	height: 80px;
}

.form-textarea-medium {
	font: 10px verdana;
	color: #333333;
	width: 300px;
	height: 100px;
}

.form-textarea-large {
	font: 10px verdana;
	color: #333333;
	height: 300px;
	width: 400px;
}

.form-submit {
	text-decoration: none;
	background-color: #BE1212;
	border-color: #DDD #333 #333 #DDD;
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	padding: 2px 15px 3px;
	text-align: center;
}

.form-cancel {
	background-color: #DDD;
	border-color: #D9DFEA #0E1F5B #0E1F5B #D9DFEA;
	border-style: solid;
	border-width: 1px;
	color: #000;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	padding: 2px 15px 3px;
	text-align: center;
}
.redText {
	color: #FF0000;
	font: 10px verdana;
	font-weight:bold;
	margin: 0px 0px 10px 20px;
}

fieldset {
	padding: 2px;
	margin-bottom: 20px;

}
fieldset.fieldset-main {
	border: 1px solid #c4c4c4;
	background-color: #F4F7F9;
}
fieldset.fieldset-nobackground {
	background: none;
}
legend {
	padding: 0 2px;
	font-weight: bold;
	font-size: 11px;
}
legend.legend-secondary {
	margin-top: 20px;
}
.addEditTable {
}
.addEditTable tr td.fieldName {
	width: 100px;
	vertical-align: top;
	padding: 8px 3px 0px 10px;
}
.addEditTable tr td.fieldName em {
	font-weight: bold;
	color: #FF0000;
}
.addEditTable tr td {
	padding: 5px 0;
}

.textReplacement {
	color: #CCC;
	font-weight: bold;
	font-size: 14px;
	padding-right: 5px;
}

div.multiselect {
	border: 1px solid #353535;
	background-color: #1B1B1B;
}

div.options {
	background-color: #1B1B1B;
}
div.options label {
	text-align: left;
	padding: 1px;
}
div.options label input{
	margin-right: 2px;
}

div.options label:hover {
	background-color: #3399ff;
	color: white;
}

div.options label:selected {
}
.entryConditions {
  overflow: auto;
  /*height: 100px;*/
  border: 1px solid #5A5A5A;
  color: #ccc;
  padding: 5px;
}
.entryConditionsAccept {
  margin: 10px;
}

div.slider {
	width: 172px;
	height: 23px;
	background-image: url(../images/productsSliderBg.gif);
	background-repeat: no-repeat;
}
div.slider div.knob {
	width: 10px;
	height: 12px;
	margin-top: 6px;
	background-image: url(../images/sliderKnob.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
.blueText {
	color: #0392CE;
	font-weight: normal;
}
ul.languageSelector li {
	font-size:12px;
	margin-bottom:5px;
}
.sectionHeading {
	padding: 6px 6px 0px 6px;
	height: 20px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	/*border-top: 1px solid #414141;
	border-radius: 6px;
	background-color: #232323;*/
}
.sectionHeading a {
	font-weight: normal;
	color: #f06262;
}

.adRightContent {
	width:300px;
	min-height: 600px;
	padding: 8px 0px 0px 7px;
	float:right;
}

.topNavMenu 
{
	float: left;
	padding-top: 6px;
}






/* Add a black background color to the top navigation */
.topnav {
	background-color: #1B1B1B;
	padding: 15px;
	overflow: hidden;
  }
  
  /* Style the links inside the navigation bar */
  .topnav a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 12px 14px;
	text-decoration: none;
	font-size: 16px;
  }
  
  /* Change the color of links on hover */
  .topnav a:hover {
	background-color: #ddd;
	color: black;
  }
  
  /* Add an active class to highlight the current page */
  .topnav a.active {
	background-color: #4CAF50;
	color: white;
  }
  
  /* Hide the link that should open and close the topnav on small screens */
  .topnav .icon {
	display: none;
  }

  /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 1150px) {
	.topnav a:not(:first-child) {display: none;}
	.topnav a.icon {
	  float: right;
	  display: block;
	}
  }
  
  /* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
  @media screen and (max-width: 1150px) {
	.topnav.responsive {position: relative;}
	.topnav.responsive a.icon {
	  position: absolute;
	  right: 0;
	  top: 0;
	}
	.topnav.responsive a {
	  float: none;
	  display: block;
	  text-align: left;
	}
  }

  @media screen and (max-width: 850px) {
	.topMenuRight a label {
		display: none;
	}
  }

.main-header {
	display: flex; 
/*	height: 110px; */
	justify-content: flex-start; 
    /*position: relative;
    overflow: visible;
    height: 100px;
	max-width: 100vw;*/
	

	width: 100%;
	display: flex;
	flex-wrap: nowrap;

	max-width: 1200px;
	margin: auto;

}

.grid-container {
    padding-right: .9375rem;
    padding-left: .9375rem;
/*	max-width: 68.75rem; 
	width: 100%;	*/
/*    margin-left: auto;
    margin-right: auto;*/
}

.main-header .grid-container {
	display: flex;
	flex: 0 0 100%;
    /*justify-content: space-between;*/
    align-items: center;
	height: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.main-header__logo {
    display: flex;
    justify-content: flex-start;
	align-items: start;	
	/*height: 100%;*/
	/*padding: auto;*/
}

.main-header__row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}



.main-header__content {
	flex: 1;
	display: flex;
	justify-content: flex-end;
    flex-direction: column;
}

.main-header__content--small {
    /*justify-content: space-between;*/
    height: 100%;
}

.main-header__menu-button {
    display: flex;
    align-items: center;
    color: #0050a0;
    font-family: Avenir-Heavy,Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    background-color: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
}

.main-header__row--1 {
	justify-content: flex-end;
}

.bx-hamburger {
    display: inline-block;
    font-size: 1.25em;
    width: 1em;
    height: 1em;
    padding: 0;
    vertical-align: middle;
    cursor: pointer;
    border: 0 none;
    background: transparent;
    transition: transform .2s ease-in-out;
}

.main-header__menu-button .bx-hamburger {
    margin-left: .5rem;
}

.rv-drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: .5;
    transform: translate(-100%);
    transition: transform .6s cubic-bezier(.23,1,.32,1),opacity .6s cubic-bezier(.23,1,.32,1);
    will-change: opacity,transform;
}

.rv-drawer--right {
    transform: translate(100%);
}

.main-header__drawer {
    top: 110px!important;
}

.btn {
	display: flex;
    justify-content: space-around;
    align-items: center;
    box-sizing: border-box;
	padding: 5px 10px;
    border-radius: 3px;
	font-family: Arial,Helvetica,sans-serif;
    line-height: 1;
    letter-spacing: .5px;
    text-decoration: none;
    text-align: center;
	cursor: pointer;
    transition: all .2s ease-in;
}

.btn-primary {
	color: var(--clr-feature-secondary);
	background-color: var(--clr-feature);
	border: 1px solid var(--clr-feature); 
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.btn-primary:hover {
	background-color: var(--clr-feature-secondary);
	border: 1px solid var(--clr-feature); 
	color: var(--clr-feature);
	text-decoration: none;
}

.btn-blue {
	background-color: var(--clr-blue);
	border: 1px solid var(--clr-blue); 
	color: var(--clr-white);
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.btn-blue:hover {
	background-color: var(--clr-feature);
	border: 1px solid var(--clr-feature); 
	color: var(--clr-feature-secondary);
	text-decoration: none;
}

.btn-grey {
	background-color: var(--clr-light-grey);
	border: 1px solid var(--clr-light-grey); 
	color: #000;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.btn-grey:hover {
	/*background-color: var(--clr-feature);*/
	border: 1px solid var(--clr-feature); 
	color: var(--clr-feature);
	text-decoration: none;	
}

.btn-lrg {
	border-radius: 6px;
	padding: 12px 20px;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 600;
}

.btn-med {
	font-size: 0.9em;
	font-weight: normal;
}

.scoreBest {
	/*background-color: var(--clr-feature);
    border-radius: 2px;
    padding: 2px;
    border: solid 1px var(--clr-feature);*/
    /*font-weight: bolder;*/
    color: var(--clr-feature);
}