@font-face {
    font-family: 'Locator';
    src: url('https://static.cleverbridge.com/mycontent/342/Locator-Regular.eot');
    src: url('https://static.cleverbridge.com/mycontent/342/Locator-Regular.eot?#iefix') format('embedded-opentype'),
         url('https://static.cleverbridge.com/mycontent/342/Locator-Regular.woff') format('woff'),
         url('https://static.cleverbridge.com/mycontent/342/Locator-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Locator';
    src: url('https://static.cleverbridge.com/mycontent/342/Locator-Medium.eot');
    src: url('https://static.cleverbridge.com/mycontent/342/Locator-Medium.eot?#iefix') format('embedded-opentype'),
         url('https://static.cleverbridge.com/mycontent/342/Locator-Medium.woff') format('woff'),
         url('https://static.cleverbridge.com/mycontent/342/Locator-Medium.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body{
	font-family: 'Locator', sans-serif;
}
p{
	font-size: 14px;
}
h1{
	font-size: 54px;
}
h1,h2,h3{
	font-weight: bold;
}
ul,ol{
	list-style: none;
}
.CBJSFold{
	display: none ! important;
} 
.CBJSHide{
	visibility: hidden ! important;
}
#headerbar{
	padding-top: 8px;
}
#headerbar .container{
	position: relative;
	padding: 0;
}
.navbar-header{
	float: left;
	width: auto;
}
#headerbar .navbar-brand{
	padding: 0px;
}


.navbar-brand img{
	width: auto;
	height: 50px;
}
.navbar-brand svg{
	height: 50px;
}
#wrapper{
	padding-bottom: 20px;
}
.btn-primary{
	background: #004DDC;
	border: none;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 20px 0 30px;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.btn-primary:hover{
	background: #4C88F6;
}
.oneYear{
	color: #004DDC;
	text-transform: uppercase;
	font-size: 12px;
	padding-left: 50px;
	display: inline-block;
	vertical-align: middle;

}
.salesTax{
	font-size: 12px;
	color: #959595;
}
p.subtotal{
	margin: 0;
	font-size: 10px;
}
p.total{
	margin-top: 10px;
	font-weight: bold;
}
section{
	padding: 30px 0;
}

#mainBanner .headline{
	width: 75%;
}
.disclaimer{
	margin-top: 80px;
}
#mainBanner,
#dontWant,
footer{
	background: #F4F7F8;
}
#mainBanner{
	padding: 20px 0;
	background: url(../images/MWB_banner.jpg) no-repeat center center;
}
footer #social {
    margin-bottom: 13px;
    padding: 20px 0 0;
    text-align: center;
}
footer #social div {
  display: inline-block;
  margin: 0 4px;
}
footer #social a{
	font-size: 16px;
  display: inline-block;
  height: 32px;
  width: 32px;
  text-indent: -9999px;
  background: url(../images/social_icons-retina.png) no-repeat;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;	
}
footer #social a.facebook {
    background-position: 0 0;
}
footer #social a.twitter {
    background-position: 0 -32px;
}
footer #social a.blog {
    background-position: 0 -64px;
}
footer #social a.youtube {
    background-position: 0 -96px;
}
footer #social a.linkedin {
    background-position: 0 -128px;
}
footer #copyright{
	text-align: center;
	padding-bottom: 40px;
}
footer #copyright p{
	color: #bfc4cd;
}

#cleverLegal a {
  color: #959595;
  text-decoration: none;
  line-height: 188%;
  padding-right: 15px;
  font-size: 13.3px;
}
#cleverLegalCopyright {
    padding-top: 5px;
}
#cleverLegalCopyright, 
#cleverLegal div.CBWrapper + span.CBText {
    color: #959595;
    font-size: 13.3px;
    clear: both;
    margin-bottom: 10px;
}
footer #cleverLegalLinks span.CBDivider {
    color: #959595;
    display: inline;
    padding-right: 15px;
}
div.CBOntopModal {
    background: #fff;
    padding: 30px 45px;
}
div.CBOntopModal div.CBClose {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 15px;
    background: #2678DF;
    color: #fff;
    font-size: 16.8px;
}


@media (min-width: 1200px){
	.container {
		width: 960px;
	}
}


@media (min-width: 768px){
	.col-sm-6{
		float: none;
		display: inline-block;
		margin: 0 -0.125em;
		vertical-align: top;
		padding-left: 0;
		padding-right: 40px;
	}
}
@media (max-width: 959px){
	#headerbar .container{
		margin: 0;
		width: 100%;
	}
	.container > .navbar-header{
		margin: 0;
	}
	#headerbar .navbar-brand{
		height: auto;
		padding: 3px 25px 12px;
	}

	.prod,
	.prod:last-child{
		border: none;
	}
	#productDetails h4{
		padding: 0 10px;
	}
}

@media (max-width: 768px){
	.row{
		margin: 0;
	}
	.col-sm-6{
		padding: 0;
	}
	#mainBanner .headline{
		width: 100%;
	}
}
@media (max-width: 480px){
	p.oneYear{
		padding-left: 0;
		width: 100%;
	}
}
@media (max-width: 380px){
	.headline h1{
		font-size: 11vw;
	}
}