
html.wait, html.wait * {
    cursor: progress !important;
}

body {
    overflow-y: scroll !important;
    color: #58595b;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent; /* For some Androids */
	font-family:Arial, Helvetica, Sans-Serif;
}

#page-wrapper {
	background-color:white;
	padding:20px 0 20px 0;
}

#scroll-wrapper {
	overflow-x:auto; -webkit-overflow-scrolling:touch; background-color:white;
}

.scrollingWrapper {
	position: absolute; top: 50px; left: 0; right: 0; bottom: 0; overflow-y: scroll; -webkit-overflow-scrolling: touch; background-color:white;
}

template {
    display: none;
}

.visually-hidden {
    display: none;
}

.break-word-all {
    word-break: break-all;
}

a {
    color: #00b0ca;
    text-decoration: none !important;
    cursor: pointer;
}

a.automation-text {
    color: inherit;
    cursor: default;
    text-decoration: none;
}

a.automation-text:focus {
    outline: none;
}

a.automation-text:hover {
    color: inherit;
}

.wrapper a {
	font-weight: bold;
}
.wrapper p {
	margin-bottom: 20px;
}
.wrapper object, embed {
    max-width: 100%;
}

span.fa {
    font-size: 16px;
}

    a:hover {
        color: #ec7a08;
    }

#ask { text-align: center; }
#ask .just-ask {
	font-size: 35px;
	font-weight: bold;
	text-transform: uppercase;
}
#ask .phone { font-size: 24px; }

.message {
	margin-bottom: 30px;
	padding: 7px;
	font-size: 0.85em;
	background-color: transparent;
	border: 5px solid #dadf7f;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.btn {
	padding: 8px 14px;
	text-transform: uppercase;
	font: normal 20px/20px 'FetteEngschriftDIN1451W', Arial, san-serif;
}

.btn + .btn { margin-left: 5px; }

.btn > span.glyphicon, .btn > i.fa { padding-right: 5px; }

.btn img {
    vertical-align: top;
}

.btn-loading {
    background-image: url('/images/icons/loading.gif');
    background-repeat: no-repeat;
    background-position: 12px 48%;
    padding-left: 39px !important;
    opacity: 0.65;
    pointer-events: none;
}

.srvc-loading {
    background-image: url('/images/icons/loading.gif');
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 39px !important;
    opacity: 0.65;
    pointer-events: none;
}

.srvc-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.srvc-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.btn-ce {
    font-size: 16px;
    border-top-style: solid;
    border-top-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-style: solid;
    border-left-width: 1px;
    min-height: 20px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    font-family: FetteEngschriftDIN1451W, Arial, san-serif;
    padding-top: 8px;
    padding-right: 14px;
    padding-bottom: 8px;
    padding-left: 14px;
}

.btn-ce-small {
    font-size: 12px;
    border-top-style: solid;
    border-top-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-style: solid;
    border-left-width: 1px;
    min-height: 20px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    font-family: FetteEngschriftDIN1451W, Arial, san-serif;
    padding-top: 8px;
    padding-right: 5px;
    padding-bottom: 8px;
    padding-left: 5px;
}

.btn-disabled {
    opacity: 0.65;
    pointer-events: none;
}

.btn-approve:hover,
.btn-approve:active,
.btn-approve:active:focus {
    background: #47a447;
    border-color: #47a447;
    color: #fff;
}

.btn-pending:hover,
.btn-pending:active,
.btn-pending:active:focus,
.btn-pending.active,
.btn-pending.active:hover,
.btn-pending.active:active,
.btn-pending.active:active:focus {
    background: #ed9c28;
    border-color: #ed9c28;
    color: #fff;
}

.btn-deny:hover,
.btn-deny:active,
.btn-deny:active:focus {
    background: #d2322d;
    border-color: #d2322d;
    color: #fff;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.badge-cart {
	position: absolute;
	top: 8px;
	right: 105px;
	background-color: #337ab7;
}

legend { color:#58595b; }

.color-swatches {
    margin-bottom: 10px;
}

    .color-swatches > legend {
        font-size: 14px;
		border:none;
        margin-bottom: 5px;
    }

    .color-swatches img {
        width: 38px;
        height: 38px;
        margin: 0 1px 1px 0;
        padding: 3px;
        vertical-align: middle;
        border: 1px solid #fff;
    }

    .color-swatches .color-selected, .color-swatches .color-hover {
        border: 1px solid #2c539e;
    }
    

.starRating { 
    display: inline-block; 
    margin-right: 5px;
}
.starRating .fa { color: #fc0; }

#imageFader {
    position: relative;
}

    #imageFader #image2 {
        position: absolute;
    }

    #imageFader img {
        z-index: 1;
        width: 100%;
        height: auto;
    }

        #imageFader img.active {
            z-index: 3;
        }

.shadow-button {
	box-shadow: 0 2px 7px 0 rgba(88,89,91,0.4);
}

.dashboard-button {
	box-shadow: 0 2px 7px 0 rgba(88,89,91,0.4);
	border-radius: 4px;
	width: 100%;
	max-width: 222px;
}

.required {
	font-size: 20px;
	position: absolute;
	top: 3px;
	right: 23px;
    pointer-events: none;
}

.required, .text-required {
    color: #a94442;
}

    .required:after {
        content: '*';
    }

.disable-highlight, a:not(.link):not(.automation-text), label:not(.allow-highlight) {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.patient-alert {
    margin-bottom: 25px;
    font-size: 12px;
    line-height: 14px;
    padding: 15px;
    border: 1px solid #bce8f1;
    color: #31708f;
    background-color: #d9edf7;
    border-radius: 4px;
}
.patient-alert > div:not(:last-child) {
    margin-bottom: 10px;
}

.btn.section-btn {
    background-repeat: no-repeat;
	height: 90px;
    text-align: right;
}
.btn-order-now {
	margin-bottom:0 !important;
}
.btn.section-btn:hover {
    background-color: #fdf1e6;
}
.btn.section-btn:hover {
    background-color: #fdf1e6;
}
.btn.section-btn:hover div.section-link span {
	color: #ec7a08;
}
.btn.section-btn div.section-link {
    position: absolute;
    bottom: 13px;
    right: 27px;
}
.btn.section-btn div.section-name {
	font: normal 18px/20px 'HelveticaNeueW01-77BdCn 692722', Helvetica, Arial, sans-serif;
	color: #005a8b;
    white-space: normal;
    max-width: 140px;
    position: absolute;
    top: 13px;
    right: 27px;
}
.btn.section-btn div.section-name span {
    width: 100%;
}
.btn.section-btn div.section-link span:not(.glyphicon) {
	bottom: 13px;
	font: normal 13px/13px 'HelveticaNeueW01-67MdCn 692710', Helvetica, Arial, san-serif;
}
.btn.section-btn div.section-link span {
	color: #999;
    font-size: 13px;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: default;
}

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
    cursor: default;
}

.product-detail-section {
    border-top: 2px solid #ddd;
}

.modal-backdrop {
  z-index: -1;
}

.modal-dialog {
    z-index: 9999;
	margin-top: 60px;
}

.alert {
    margin: 25px 0 0 0;
}

.alert-header {
    font: normal 20px 'HelveticaNeueW01-77BdCn 692722', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.problemArea {
  position: absolute;
  cursor: pointer;
  background: #4f7d87;
  color: White;
  line-height: 16px;
  border: 2px solid White;
  border-radius: 10px;
  height: 20px;
  width: 20px;
  font-size: 11px;
  text-align: center;
}

.problemAreaLabel {
  color: #003d78;
  cursor: pointer;
  font-size: 11px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  line-height: 1.3;
}

.problemLabelSelected {
  background-color: Yellow;
  font-weight: bold;
}

.problemAreaSelected {
  background: Yellow;
  border-color: #345257;
  font-weight: bold;
  color: #345257;
}

.link {
    text-decoration: none !important;
    cursor: pointer;
    font-weight: bold;
    color: #00b0ca;
}

a.arrow {
    font-weight: bold;
    padding-right: 14px;
    background: url('/images/icons/arrow-right-teal.png') right center no-repeat;
}

p {
    margin-bottom: 15px;
}

dl {
    margin: 0;
}

hr {
    border-top: 2px dotted #b6b1a9;
    margin: 30px 0;
}

.outline-thick {
	border-top: 5px solid #e1e0de;
	margin: 15px 0;
}

h1 {
    margin: 0 0 15px 0;
    font: normal 40px/42px 'FetteEngschriftDIN1451W', Arial, san-serif;
    text-transform: uppercase;
    color: #d52b1e;
}

h2 {
	margin: 0 0 10px 0;
	line-height: normal;
}

h3 {
    font: normal 24px/28px 'FetteEngschriftDIN1451W', Arial, san-serif;
    text-transform: uppercase;
}

h3.block-header{
    font-size: 20px;
	margin:0 0 5px 0;
	line-height:1;
	padding:0;
	border:none;
}

h3.tipdown-headline {
    font: normal 26px/30px 'FetteEngschriftDIN1451W', Arial, san-serif;
    color: #ec7a08;
}

h4 {
    margin: 0 0 10px 0;
    font: normal 18px/22px 'DIN Next W02 Medium', Arial, Helvetica, sans-serif;
	color: #515151;
}

    h4.product-option-heading {
        text-transform: uppercase;
        font: normal 16px 'HelveticaNeueW01-77BdCn 692722', Helvetica, Arial, sans-serif;
        line-height: 26px;
        padding-top: 8px;
        cursor: pointer;
    }

h5 {
    margin: 16px -2px 6px -2px;
    padding: 0 2px 2px 2px;
    border-bottom: 1px solid #c1c1c1;
    font: normal 14px/18px 'DIN Next W02 Medium', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

header {
    background-color: #002c5f;
    color: white;
    border: none !important;
    font: normal 13px/38px 'DIN Next W02 Medium', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

label > span { pointer-events: none; }

.img-fill {
    width: 100%;
    height: auto;
    display: block;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background-color: transparent;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: #00b0ca;
}

#main-menu { margin-top: 50px; }
#main-menu .main-menu { color:#58595b; }
#header-logo { margin-top:15px; }
.header-icon { color: white; }
.header-icon:hover { color: white; }
#ordering-menu .menu-item { color: #97233f; }
.location-current { color: #eaab00; }

.menu-header {
	font:normal 18px/36px 'FetteEngschriftDIN1451W', Arial, san-serif;
	line-height:1.5;
	color:#002c5f;
}

.menu-arrow {
	float: left;
	color: #00b0ca;
	font-size: 9.5px !important;
	top: 0;
	padding-top: 9px;
}

.menu-item {
	padding: 7px 5px 7px 16px;
	color: #58595b;
	font-size: 13px;
}

.menu-item:hover {
	color: #ec7a08 !important;
}

.open .site-menu {
    background-color: black !important;
}

.open .main-menu {
    background-color: #ddd !important;
}

.breadcrumb {
    background-color: #eee;
}

    .breadcrumb > li + li:before {
        color: #aaa;
    }

    .breadcrumb .breadcrumb-route:not(:hover) { color: #002c5f; }

.carousel-control {
	background: none !important;
}

.carousel-prev {
	height:32px; width:32px;
	background: url(/scripts/lib/images/controls.png) no-repeat 0 -32px;
    position: absolute; top: 50%; margin-top: -16px; left: 10px;
}

.carousel-next {
	height:32px; width:32px;
	background: url(/scripts/lib/images/controls.png) no-repeat -43px -32px;
	position: absolute; top: 50%; margin-top: -16px; right: 10px;
}

.carousel-indicators li {
    background-color: #777;
    border: none;
}

.carousel-indicators .active {
    background-color: black;
}

.nohover:hover {
    color: #00b0ca;
}

.glyphicon {
    font-size: 16px;
}

.form-group label {
    color: #7e7f80;
    font: normal 14px/20px 'DIN Next W02 Medium', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.checkbox label {
    color: inherit;
    font: inherit;
    text-transform: none;
}

#slider a {
    display: block;
    height: 300px;
    width: 978px;
    text-indent: -9999px;
}

#search-bar {
    height: 50px;
    margin-bottom: 25px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 7px 0 rgba(88,89,91,0.4);
    box-shadow: 0 2px 7px 0 rgba(88,89,91,0.4);
    background: url('/images/home/search-bar.png') 0 0 no-repeat;
}

#search-bar input {
    float: right;
    width: 172px;
    margin: 11px 12px 0 0;
    background: #fff url('/images/icons/search.png') right center no-repeat;
    font: normal 12px/16px Arial, Helvetica, sans-serif;
    color: #797979;
    border: 1px solid #cacaca;
    padding: 4px 7px;
    -webkit-box-shadow: inset 1px 3px 4px 0 rgba(88,89,91,0.1);
    box-shadow: inset 1px 3px 4px 0 rgba(88,89,91,0.1);
}

/*
#news-views {
    border: 1px solid #d9d9d9;
    padding: 10px;
    background-color: #eee;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 7px 0 rgba(88,89,91,0.4);
    box-shadow: 0 2px 7px 0 rgba(88,89,91,0.4);
}

	#news-views h3 {
        margin-bottom: 10px;
        border: none;
        padding: 0 0 0 36px;
        background: url('/images/icons/pointer-teal-bottom-right.png') 3px 5px no-repeat;
        font: normal 32px/32px 'FetteEngschriftDIN1451W', Arial, san-serif;
        text-transform: uppercase;
        color: #002c5f;
	}
	
	#news-views ul {
        margin: 0;
        border: 1px solid #d9d9d9;
        padding: 2px 12px;
        background-color: #fff;
        -webkit-box-shadow: inset 0 0 4px 0 rgba(88,89,91,0.2);
        box-shadow: inset 0 0 4px 0 rgba(88,89,91,0.2);
        list-style: none;
	}
	
	#news-views li {
        margin: 0;
        border-top: 1px solid #edebe9;
        padding: 0 3px;
	}
	
		#news-views li:first-child {
            border: none;
		}
		
		#news-views li a {
            display: block;
            min-height: 36px;
            margin: 6px 0 5px 0;
            padding: 0 0 0 46px;
            font: normal 11px/16px Arial, Helvetica, sans-serif;
            color: #58595b;
		}
		
			#news-views li a:hover {
                color: #ec7a08;
			}
			
			a.blog {
    background: url('/images/icons/news-blog.png') 0 0 no-repeat;
			}
			
			a.facebook {
    background: url('/images/icons/news-facebook.png') 0 0 no-repeat;
			}
			
			a.twitter {
    background: url('/images/icons/news-twitter.png') 0 0 no-repeat;
			}
			
		#news-views li.read-more {
    border: none;
    text-align: right;
		}
		
		    #news-views li.read-more a {
        min-height: 16px;
        padding: 2px 14px 0 0;
        background: url('/images/icons/arrow-right-teal.png') right center no-repeat;
        font: normal 16px/16px 'FetteEngschriftDIN1451W', Arial, san-serif;
        text-transform: uppercase;
        color: #00b0ca;
		    }
		    
		         #news-views li.read-more a:hover {
            color: #ec7a08;
		         }

table.history caption {
    border-bottom: 8px solid #002c5f;
    text-transform: uppercase;
    font: normal 40px/40px 'FetteEngschriftDIN1451W', Arial, san-serif;
    color: #002c5f;
}

table.history td {
    padding: 24px 16px;
    font: normal 13px/22px Arial, Helvetica, sans-serif;
    vertical-align: top;
}
	
table.history th {
    margin: 0;
    padding: 18px 16px;
    font: normal 56px/56px 'FetteEngschriftDIN1451W', Arial, san-serif;
    color: #58595b;
    text-align: left;
    vertical-align: top;
}

table.history tr.alt th {
    color: #002c5f;
}
	
table.history tr.alt {
    background-color: #eaeaeb;
}
*/

caption { padding-top:0; }

.table-caption,
table caption {
    font: normal 32px/32px 'FetteEngschriftDIN1451W', Arial, san-serif;
    padding-bottom: 4px;
    border-bottom: 8px solid #002c5f;
    color: #002c5f;
    text-transform: uppercase;
    margin-bottom: 0;
}
    .table-caption select {
        font: normal normal normal normal 13.3333330154419px/normal Arial;
    }

    .table-caption h2 { margin-bottom: 0; }

.table {
    margin-bottom: 0;
}

.item-list-label {
	padding: 8px;
}

.table thead, .item-list-head {
        background-color: #ccd5df;
        font: normal 16px/16px 'DIN Next W02 Medium', Arial, Helvetica, sans-serif;
        color: #002c5f;
}

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        border: none;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-striped.table-hover > tbody tr:hover {
    background-color: #ffffe5;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #eee;
}


.input-header {
        position: absolute; width: 100%; font-size: 10px; top: 0; left: 0;
        border-top-left-radius: 4px; border-top-right-radius: 4px;
        font-weight: bold; color: white; text-align: center; padding: 1px; pointer-events: none; 
        line-height: 14px;
    }
    .input-header > div { position: relative; background-color: #aaa; width: 100%; }
    .input-header.input-footer { top: auto; bottom: 0; }
    .input-header.input-header-xs > div { text-align: left; padding-left: 3px; }

.audiogram-response > h3 { border-bottom: 3px solid; }
.audiogram-response > h3.audiogram-right { margin-top:10px; color: #a66; border-color: #a66; font:normal 16px 'HelveticaNeueW01-77BdCn 692722', Helvetica, Arial, sans-serif; }
.audiogram-response > h3.audiogram-left { color: #4e74a2; border-color: #4e74a2; font:normal 16px 'HelveticaNeueW01-77BdCn 692722', Helvetica, Arial, sans-serif; }
.audiogram-response thead tr { height: 20px; }
.audiogram-response tbody tr { height: 45px; }
.audiogram-response th, .audiogram-response td { text-align: center; font-weight: 400; }
.audiogram-response-right td input, .audiogram-response-left td input { font-size: 90%; text-align: center; border: 1px solid; height: 45px; }
.audiogram-control { width: 100%; padding-left: 0px; padding-right: 0px; border-radius: 0px; }
.audiogram-response-right td > div, .audiogram-response-left td > div { margin: 1px; float: right; position: relative; }
.audiogram-response-right td input { border-color: #ddaaaa; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); background-color: #f2dcdb; }
.audiogram-response-right td input:focus{ z-index: 999; border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483 }
.audiogram-response-left td input { border-color: #a0bee2; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); background-color: #dce6f2; }
.audiogram-response-left td input:focus{ z-index: 999; border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #8283ce; box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #8283ce }
.audiogram-response td input.error { background-color: #f9e9e7; border: 1px solid #d52b1e; }
.audiogram-response a, #reset-all { font: normal 14px Helvetica, Arial, sans-serif; text-transform: none; float: right; margin-right: 0; }


table.audiogram-right, table.audiogram-left {
    font-size: 13px;
    margin-bottom: 30px;
}

    table.audiogram-right th, table.audiogram-left th {
        text-align: center;
        width: 28px;
        padding: 3px;
        color: #000;
        font-weight: 600;
    }

    table.audiogram-right tr td, table.audiogram-left tr td {
        border: 1px solid #ccc;
        text-align: center;
        padding: 3px;
        width: 28px;
        color: #000;
        vertical-align: middle;
    }

    table.audiogram-right tr td {
        background-color: #f9e9e7;
    }

    table.audiogram-left tr td {
        background-color: #e4f3fa;
    }

table.audiogram-speech th {
    width: 22px;
    padding: 3px;
    white-space: nowrap;
}

table.audiogram-speech {
    font-size: 13px;
    margin-bottom: 30px;
}

    table.audiogram-speech tr td {
        border: 1px solid #ccc;
        text-align: center;
        padding: 3px;
        width: 22px;
    }

.caption-controls {
	margin-top: -7px;
    margin-bottom: -34px;
    float: right;
}

td.doc-links {
    width: 143px;
    color: #bdbdbc;
}
		
	td.doc-links a {
        font-weight: bold;
	}

	td.doc-links span {
        padding: 0 3px;
	}



.wrapper .row { margin:0; }

p.small {
    font: normal 11px/15px Arial, Helvetica, sans-serif;
}

.footer-links {
	text-align: right;
}

#copyright {
	margin-bottom: 15px;
	cursor:default;
	margin-bottom:80px;
	font-size:10px;
	color:#999;
	text-align:right;
}

.copyright p {
    font: normal 10px/14px Arial, Helvetica, sans-serif;
    color: #999;
}

    
.tipdown dt {
    font: normal 20px/24px 'FetteEngschriftDIN1451W', Arial, san-serif;
}
    
dt span.lowercase {
    text-transform: lowercase;
}

dd {
    padding: 8px 9px;
}

dd.alt {
        background-color: #eee;
}
    
dd em {
        padding-left: 16px;
        font-style: normal;
}
    
dd a {
        display: block;
        min-height: 38px;
        padding: 2px 0 0 42px;
        background: url('/images/icons/document.png') left top no-repeat;
        font: bold 13px/17px Arial, Helvetica, sans-serif;
        color: #58595b;
}

dd a:hover {
            color: #58595b;
            background-position: left -60px;
}

dd a.locked {
            background: url('/images/icons/document-locked.png') left top no-repeat;
}

dd a span {
    white-space: nowrap;
            font: bold 12px/16px Arial, Helvetica, sans-serif;
            text-transform: uppercase;
            color: #00b0ca;
}
    
dd a:hover span {
            color: #ec7a08;
}

/*	j.mp/webkit-tap-highlight-color */
a:link {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent; /* For some Androids */
}

.search-header-mobile {
    font-size: 16px;
}

.search-term {
     color: #d52b1e;
}

.search-header-mobile .search-term {
    font-weight: bold;
}

/* Collapsable panels */
.panel-sta {background-color: #f0efee; margin-bottom:0;}

.panel-sta .panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e253"; 
    float: right;
    color: grey;
	 font-size: 10px;
	 padding-top: 5px;
}
.panel-sta .panel-heading .accordion-toggle.collapsed:after { content: "\e252"; }

.panel-sta a.accordion-toggle:link,
.panel-sta a.accordion-toggle:visited {
	display:block;
	color: #333;
	font-weight: bold;
}

/* Product list with Quick Add Box */
.estore-btn,
.btn.estore-btn {
    white-space: normal;
    word-wrap: break-word;
    padding: 1px 5px;
    font-size: 12px;
    font-weight: normal;
    font-family: 'HelveticaNeueW01-57Cn', Helvetica, Arial, sans-serif;
}

.product-list-q-box img {
    width: 100px;
    height: auto;
    margin-right: 10px;
}

.product-list-q-box a,
.product-list-q-box ul {
    vertical-align: top;
}

.product-list-q-box .row {
    padding: 15px 0;
}

.product-list-q-box .spinner {
    width: 14px;
    height: 14px;
    margin-top: 17px;
}

.product-list-q-box .product-info {
    padding: 0;
    margin-bottom: 0;
}

.product-list-q-box .item-title {
    font-size: 15px;
    font-weight: bold;
}

.product-list-q-box fieldset {
    border: 1px solid #ccc;
    margin: 0 15px;
    padding: 10px;
}

.product-list-q-box legend {
    padding: 0;
    margin: 0;
    border: 0;
    width: inherit;
    font-size: .85em;
    padding: 0 3px;
}

.product-list-q-box .item-added {
    background-color: #f0efee;
}

.form-control.productOptionRight {
    border-color: #d52b1e;
}

.form-control.productOptionLeft {
    border-color: #66afe9;
}

.quick-add-controls {
    display: inline-block;
}

label.quick-add-controls-lbl,
.label-qty .quick-add-controls > label {
    font-weight: bold;
    color: #333;
    text-transform: none;
}

.quick-add-controls > input {
    width: 50px;
    height: 28px;
    padding: 3px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.quick-add-done {
    padding-top:10px;
    white-space: nowrap;
    color: #3c763d;
}

.quick-add-done > span {
    display: inline;
}

.quick-add-btn {
    display: inline-block;
    white-space: normal;
    word-wrap: break-word;
    padding: 3px 6px;
}

.product-list-q-box .btn-tidy-2 {
    font-size: 13px;
    line-height: 14px;
    margin: 0 !important;
    width: 80px;
}

.label-qty input[type="number"] {
    width: 35px;
}

.label-qty label {
    font-weight: normal;
    margin: 0 5px 10px 0;
    padding: 0;
}

.item-list-horizontal span,
.item-list-horizontal span {
    display: block;
}

.item-list-horizontal .item-thumb {
    float: left;
}

table.product-list .item-list-horizontal .item-dscr {
    width: 440px;
}

.product-list-horizontal img {
	width: 100px;
	height: auto;
}

.item-red {
    color: #d52b1e;
}

.audiogram-right {
    border-color: #a94442;
}

.product-detail-page .form-group label.control-label { font: normal 14px Arial, Helvetica, Sans-Serif; text-transform: none; }
.product-detail-page .form-group:not(.has-error) label.control-label { color: #58595b; }
.product-detail-page h4 { margin-bottom: 8px; }
.product-detail-page h3 { padding-bottom: 0; }

.product-option-panel {
    padding: 10px;
    margin: 10px 0;
}
.product-option-panel:not(.alert-danger) {
    background-color: #eee;
}

.product-option-panel:first-child {
    margin-top: 0;
}

.product-option-panel {
    padding: 10px;
}

.product-option-panel li {
    margin-bottom: 7px;
    margin-top: 7px;
}

span.product-option-label, label.product-option-label {
    font-size: 14px;
    text-transform: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #58595b;
    font-weight: 400;
	cursor: pointer;
	vertical-align: top;
}

.audiogram-right .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

    .audiogram-right .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;
    }

.audiogram-binaural .form-control:focus {
    border-color: #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6);
}

.audiogram-left .form-control {
    border-color: #a0bee2;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

    .audiogram-left .form-control:focus {
        border-color: #3399cc;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

.oof-dual-radio, .oof-dual-checkbox {
    margin-bottom: 0;
}

.oof-dual-radio .radioControl, .oof-dual-checkbox .checkboxControl {
    margin-right: 2px;
    margin-bottom: 10px;
    width: 16px;
    height: 16px;
    border: 0px solid #FFFFFF;
    cursor: pointer;
    background-color: transparent;
    background-repeat: no-repeat;
}

.oof-dual-radio .radioLeftOff { background-image: url('/estore/images/radio-enabled-blue.png'); }
.oof-dual-radio .radioRightOff { background-image: url('/estore/images/radio-enabled-red.png'); }
.oof-dual-radio .radioLeftOn { background-image: url('/estore/images/radio-enabled-checked-blue.png'); }
.oof-dual-radio .radioRightOn { background-image: url('/estore/images/radio-enabled-checked-red.png'); }

.oof-dual-checkbox .checkboxRightOff { background-image:url('/estore/images/checkbox-enabled-red.png'); }
.oof-dual-checkbox .checkboxRightOn { background-image:url('/estore/images/checkbox-enabled-checked-red.png'); }
.oof-dual-checkbox .checkboxLeftOff { background-image:url('/estore/images/checkbox-enabled-blue.png'); }
.oof-dual-checkbox .checkboxLeftOn { background-image:url('/estore/images/checkbox-enabled-checked-blue.png'); }

.receiver-radio {
	display: inline-block;
	background-repeat: no-repeat;
	padding-left: 22px;
	line-height: 16px;
}

input[type=radio]:enabled.radio-red {
    background-image: url(/estore/images/radio-enabled-red.png);
}

input[type=radio]:enabled:checked.radio-red {
    background-image: url(/estore/images/radio-enabled-checked-red.png);
}

input[type=radio]:enabled.radio-blue {
    background-image: url(/estore/images/radio-enabled-blue.png);
}

input[type=radio]:enabled:checked.radio-blue {
    background-image: url(/estore/images/radio-enabled-checked-blue.png);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    pointer-events: none;
}

button.btn-outlined.disable {
    pointer-events: none;
}

input[type=number] {
    -moz-appearance: textfield;
}

.item-list-head {
    margin-bottom: 15px;
}

.divided-product-list {
    border-top: 1px solid #ddd;
}

.disabled-line-item {
    pointer-events: none;
}

.tabbed-form {
    border: 1px solid #ccc;
    border-radius: 5px;
}

    .tabbed-form > h2 {
        margin: 0px;
        padding: 8px 15px;
        background-color: #eee;
        border-radius: 4px 4px 0 0;
    }

    .tabbed-form table {
        background-color: #eee;
        border-bottom: 1px solid #ccc;
        width: 100%;
    }

.tabbed-form table td div {
            margin: 4px 0 -1px -1px;
            color: black;
            display: inline-block;
            width: 9%;
            text-align: center;
            border-style: solid;
            border-width: 1px 1px 0 1px;
            border-color: transparent;
            border-radius: 7px 7px 0 0;
            padding: 6px 0;
            font-weight: bold;
            font-size: 110%;
            cursor: pointer;
        }

    .tabbed-form .current {
        border-color: #ccc;
        background-color: #fff;
    }

    .tabbed-form .tabbed-form-body {
        padding: 20px 20px 5px 20px;
    }
    
#custom-options .form-horizontal {
    border-style: solid;
    border-width: 2px;
    border-radius: 4px;
    padding: 15px;
}

.form-horizontal.form-horizontal-skinny .form-group {
    margin-bottom: 3px;
}

.form-horizontal.form-horizontal-skinny .control-label {
    padding-top: 0;
    text-transform: none;
}

.form-horizontal.form-horizontal-skinny .form-control, .form-horizontal.form-horizontal-skinny .form-control-static {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 0;
}

.form-horizontal.form-horizontal-skinny select.form-control {
    padding: 0;
}

.form-horizontal.form-horizontal-skinny .form-control {
    height: auto;
}

.form-inline.form-inline-skinny .form-group {
    margin-bottom: 3px;
}

.form-inline.form-inline-skinny .control-label {
    padding-top: 0;
    text-transform: none;
}

.form-inline.form-inline-skinny .form-control, .form-inline.form-inline-skinny .form-control-static {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 0;
}

.form-inline.form-inline-skinny .form-control {
    height: auto;
}

.remove-icon-btn {
    opacity: 0.6;
    cursor: pointer;
}

    .remove-icon-btn:hover {
        opacity: 1;
    }

.product-droplist {
    width: 350px;
}

    .product-droplist .item-list-horizontal {
        border-top:none;
		border-left:none;
		border-right:none;
		padding:15px;
		margin:0;
    }

    .product-droplist .item-thumb {
        width: 55px;
    }

    .product-droplist .item-dscr {
        width: 250px;
        float: right;
}

    .product-droplist a {
        text-decoration: none;
        text-transform: none;
        color: #00b0ca;
    }

    .product-droplist .item-dscr span {
        text-decoration: none;
        text-transform: none;
        font: normal 14px Helvetica, Arial, sans-serif;
    }

.nav-dropdown .item-list-horizontal .item-dscr span {
    color: #000;
}

.nav-dropdown img {
    width: 50px;
    height: auto;
}

.nav-dropdown .list-group-item p {
    font: normal 14px helvetica, arial, sans-serif;
    margin: 15px 0 0 0;
    color: black;
    text-transform: none;
}

.dropdown-menu {
	border-radius:0;
}

.my-account-header {
	line-height: 1;
	padding: 7px 0;
	color: white;
	font-size: 18px;
}

.my-account-arrow {
	float: left;
	font-size: 9.5px;
	top: 0;
	padding-top: 9px;
	color: #137ab7;
}
 
.my-account-link-text {
	padding: 7px 5px 7px 16px;
	font-size: 13px;
	color: #137ab7;
}

.my-account-link-text { color: white; }
.my-account-link-text:hover { color: #002c5f; }
.my-account-link-dark .my-account-link-text, .my-account-link-dark .my-account-arrow { color: #002c5f; }
.my-account-link-dark .my-account-link-text:hover { color: #d52b1e; }

.product-list-horizontal .row {
	border-bottom: 1px solid #ccc;
	margin-bottom: 7px;
	padding: 7px;
}

#filter-results img {
	width: auto;
	height: 120px;
}

.pagination > li > a, .pagination > li > span {
	min-width: 33px;
	padding: 7px;
	text-align: center;
	color: #00b0ca;
}

#my-account-menu {
	background:#00b0ca;
	border-color:#00b0ca;
}

footer {
    margin-bottom: 40px;
    background-color: #fff;
}

	footer .container { padding-top:10px; }
	
	footer a {
        font: normal 16px/36px 'FetteEngschriftDIN1451W', Arial, san-serif;
        color: #b6b1a9;
        padding: 0 8px;
        text-transform: uppercase;
	}

	footer .top {
        color: #838485;
        padding-right: 16px;
        background: url(/images/icons/arrow-up-gray.png) right center no-repeat;
	}

	footer #social {
        height: 31px;
        margin: 16px 0;
        font: normal 12px/31px 'DIN Next W02 Medium', Arial, Helvetica, sans-serif;
        color: #b6b1a9;
        text-align: right;
	}
	
		footer #social a {
            display: inline-block;
            width: 32px;
            height: 31px;
            margin: 0 0 0 8px;
            white-space: nowrap;
            vertical-align: middle;
		}
		
			footer #social a.facebook {
                background: url(/images/icons/social-facebook.png) 0 0 no-repeat;
			}
			
			footer #social a.instagram {
                background: url(/images/icons/social-instagram.png) 0 0 no-repeat;
			}
			
			footer #social a.linkedin {
                background: url(/images/icons/social-linkedin.png) 0 0 no-repeat;
			}
			
			footer #social a.twitter {
                background: url(/images/icons/social-twitter.png) 0 0 no-repeat;
			}
			
			footer #social a.youtube {
                background: url(/images/icons/social-youtube.png) 0 0 no-repeat;
			}





.background-spinner {
    background-image: url('/images/icons/loading.gif');
    background-repeat: no-repeat;
    background-position: center; 
}

#nav {
    background-color: #58595b;
	background-image: url('/estore/images/nav-tri-r.png');
    background-repeat: no-repeat;
    background-position: right top;
    margin-bottom: 20px;
}

#nav a {
    color: #fff;
    font-weight: normal;
    font: normal 14px 'HelveticaNeueW01-57Cn', Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    display: inline-block;
	width: 100%;
    margin: 0;
    padding: 12px 0 12px 10px;
}

        #nav a:hover {
            color: #ec7a08;
        }

        #nav a.selected { /*color: #a6d7df; #8dc4cc /*#ebbf2d;*/
            color: #89bac2;
        }

        #nav a.selected-sub {
            font-family: 'HelveticaNeueW01-87HvCn 692734', Helvetica, Arial, sans-serif;
        }

    #nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #nav ul li ul {
            background-color: #fff;
        }

#nav ul li ul a {
    color: #444;
	width: 100%;
    padding: 8px 0 8px 10px;
    margin: 0;
    letter-spacing: inherit;
    font-size: 15px;
}

    #nav > ul > li {
        border-bottom: solid 1px #727e85;
    }

        #nav > ul > li:last-child {
            border: none;
        }

    #nav .selectedStoreSubNav {
        font-family: 'HelveticaNeueW01-87HvCn 692734', Helvetica, Arial, sans-serif;
    }

    #nav .selectedStoreNav {
        color: #89bac2;
    }

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


.fieldset-nested {
	position: relative;
	margin: 0;
	width: 100%;
}

    .fieldset-nested > legend {
        float: left;
    }

.fieldset-nested legend {
	font-weight: bold;
}

.fieldset-nested legend > span {
	position: absolute;
	top: 10px;
	left: 10px;
}

.fieldset-nested fieldset {
	float: left;
}

#filter-options fieldset {
	float: none;
	margin: 0 0 7px 0;
	width: 100%;
}

#filter-options label {
    font-weight: normal;
    margin-bottom: 2px;
}

/*
.form-header {
	background-color:#888; font:normal 34px/34px 'FetteEngschriftDIN1451W', Arial, san-serif;
	color:white;
	border-radius:4px 4px 0 0;
	padding:10px 25px;
	margin:0;
}
*/

.lowercase {
    text-transform: none;
}

.placeholder {
	background-color: #eee; border-radius:4px; border: 3px solid #ccc; color: #aaa; padding: 10px;
}

.well {
    background-color: #eee;
    padding: 20px 20px 5px 20px;
    margin-bottom: 0;
}

h2.section {
    color: #444;
	background-color: #b6b1a9;
	border-top: none;
	border-bottom: 1px solid #e1e0de;
	padding: 3px 0 3px 6px;
	margin: 15px 0;
	font: normal 18px 'HelveticaNeueW01-67MdCn 692710', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

.btn {
	text-transform: uppercase;
	font: normal 20px/20px 'FetteEngschriftDIN1451W', Arial, san-serif;
}

a.video {
    display: block;
    margin: 18px 0;
    /*padding:0 6px;*/
}

    div a.video:first-child {
    margin-top: 0;
    }

    a.video img {
    display: block;
    margin: 8px 0;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.4);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.4);
    }
    
    a.video span {
    display: block;
    padding: 0 6px;
    font: normal 15px/18px 'DIN Next W02 Medium', Arial, Helvetica, sans-serif;
    color: #58595b;
    }

    a.video:hover span {
    color: #ec7a08;
    }


/* Center modal windows */
.modal-open {
    overflow: inherit;
}

body {
    padding-right: 0 !important;
}

.overflow {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    position: absolute;
    top: 0;
    right: 0;
}

.tracker-step {
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 20px 15px;
    margin-top: 5px;
    margin-left: 5px;
    text-align: center;
    min-height: 100px; 
}

.tracker-finished {
    background: #5cb85c;
}

.tracker {
    background: #fff;
}

.tracker-unfinished {
    background: #e6e6e6;
}

.forgot-password {
    padding-right: 20px;
    background: url('/images/buttons/toggle-small-down.png') right center no-repeat;
    font: normal 16px/16px 'FetteEngschriftDIN1451W', Arial, san-serif;
    color: #b7b8b8;
    text-transform: uppercase;
}


.gutter-top {
    margin-top: 25px !important;
}

.gutter-bottom {
    margin-bottom: 25px !important;
}

/* Custom "Icons" */
.icon {
    height: 21px;
    display: inline-block;
}

.icon.icon-pdf {
    content:url(/images/icons/pdf-download.png);
}

/* Hosted fonts */
@font-face {
	font-family: "HelveticaNeueW01-Thin";
	src: url("./fonts/56be84de-9d60-4089-8df0-0ea6ec786b84.eot?#iefix");
	src: url("./fonts/56be84de-9d60-4089-8df0-0ea6ec786b84.eot?#iefix") format('embedded-opentype'), url("./fonts/50d35bbc-dfd4-48f1-af16-cf058f69421d.woff") format("woff"), url("./fonts/278bef59-6be1-4800-b5ac-1f769ab47430.ttf") format("truetype"), url("./fonts/2e309b1b-08b8-477f-bc9e-7067cf0af0b3.svg#2e309b1b-08b8-477f-bc9e-7067cf0af0b3") format("svg");
}

@font-face {
	font-family: "HelveticaNeueW01-ThinCn 673383";
	src: url("./fonts/08e2b89e-9853-40e2-b409-05538c48390b.eot?#iefix");
	src: url("./fonts/08e2b89e-9853-40e2-b409-05538c48390b.eot?#iefix") format('embedded-opentype'), url("./fonts/3d0bfb88-4887-4fd3-a16f-34ae15cbfe25.woff") format("woff"), url("./fonts/007ff3cd-c6c5-4d33-8458-99c3d6fc8598.ttf") format("truetype"), url("./fonts/67ccdd14-5fcd-479c-9829-ec39a60795fa.svg#67ccdd14-5fcd-479c-9829-ec39a60795fa") format("svg");
}

@font-face {
	font-family: "Helvetica W01 Roman";
	src: url("./fonts/ea95b44a-eab7-4bd1-861c-e73535e7f652.eot?#iefix");
	src: url("./fonts/ea95b44a-eab7-4bd1-861c-e73535e7f652.eot?#iefix") format('embedded-opentype'), url("./fonts/4021a3b9-f782-438b-aeb4-c008109a8b64.woff") format("woff"), url("./fonts/669f79ed-002c-4ff6-965c-9da453968504.ttf") format("truetype"), url("./fonts/d17bc040-9e8b-4397-8356-8153f4a64edf.svg#d17bc040-9e8b-4397-8356-8153f4a64edf") format("svg");
}

@font-face {
	font-family: "Helvetica W01 Bold";
	src: url("./fonts/f70da45a-a05c-490c-ad62-7db4894b012a.eot?#iefix");
	src: url("./fonts/f70da45a-a05c-490c-ad62-7db4894b012a.eot?#iefix") format('embedded-opentype'), url("./fonts/c5749443-93da-4592-b794-42f28d62ef72.woff") format("woff"), url("./fonts/73805f15-38e4-4fb7-8a08-d56bf29b483b.ttf") format("truetype"), url("./fonts/874bbc4a-0091-49f0-93ef-ea4e69c3cc7a.svg#874bbc4a-0091-49f0-93ef-ea4e69c3cc7a") format("svg");
}

@font-face {
	font-family: "HelveticaNeueW01-45Ligh";
	src: url("./fonts/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot?#iefix");
	src: url("./fonts/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot?#iefix") format('embedded-opentype'), url("./fonts/530dee22-e3c1-4e9f-bf62-c31d510d9656.woff") format("woff"), url("./fonts/688ab72b-4deb-4e15-a088-89166978d469.ttf") format("truetype"), url("./fonts/7816f72f-f47e-4715-8cd7-960e3723846a.svg#7816f72f-f47e-4715-8cd7-960e3723846a") format("svg");
}

@font-face {
	font-family: "HelveticaNeueW01-47LtCn 692686";
	src: url("./fonts/7de6b03f-1298-4bc2-89af-9d9da594008d.eot?#iefix");
	src: url("./fonts/7de6b03f-1298-4bc2-89af-9d9da594008d.eot?#iefix") format('embedded-opentype'), url("./fonts/42aacb2f-222e-46f5-a95a-1c22948ee0d1.woff") format("woff"), url("./fonts/217a2f81-1e65-4924-a0d4-05ac8576f883.ttf") format("truetype"), url("./fonts/5405647d-099e-47f7-9d4a-f8692e57a206.svg#5405647d-099e-47f7-9d4a-f8692e57a206") format("svg");
}

@font-face {
	font-family: "HelveticaNeueW01-55Roma";
	src: url("./fonts/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?#iefix");
	src: url("./fonts/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?#iefix") format('embedded-opentype'), url("./fonts/bcf54343-d033-41ee-bbd7-2b77df3fe7ba.woff") format("woff"), url("./fonts/b0ffdcf0-26da-47fd-8485-20e4a40d4b7d.ttf") format("truetype"), url("./fonts/da09f1f1-062a-45af-86e1-2bbdb3dd94f9.svg#da09f1f1-062a-45af-86e1-2bbdb3dd94f9") format("svg");
}

@font-face {
	font-family: "HelveticaNeueW01-56It";
	src: url("./fonts/58a5cbff-d570-4c18-a5e3-60868dc07ae8.eot?#iefix");
	src: url("./fonts/58a5cbff-d570-4c18-a5e3-60868dc07ae8.eot?#iefix") format('embedded-opentype'), url("./fonts/2c056da8-4920-4e20-8c69-8a6b315458a9.woff") format("woff"), url("./fonts/2381d918-136d-444f-8391-db0cba6da388.ttf") format("truetype"), url("./fonts/d0697971-6f58-4597-942e-8beabd1adc87.svg#d0697971-6f58-4597-942e-8beabd1adc87") format("svg");
}

@font-face {
	font-family: "HelveticaNeueW01-57Cn";
	src: url("./fonts/ecaa98fe-425a-42de-846b-c235f0dbc449.eot?#iefix");
	src: url("./fonts/ecaa98fe-425a-42de-846b-c235f0dbc449.eot?#iefix") format('embedded-opentype'), url("./fonts/842088d0-1ae2-40d0-8561-3c95761ba7a6.woff") format("woff"), url("./fonts/c74505d5-13e8-47ed-94a8-630aab4da3e6.ttf") format("truetype"), url("./fonts/6cd480d1-47d0-48b4-86bd-283db2cb9235.svg#6cd480d1-47d0-48b4-86bd-283db2cb9235") format("svg");
}

@font-face {
	font-family: "HelveticaNeueW01-65Medi";
	src: url("./fonts/07fe0fec-b63f-4963-8ee1-535528b67fdb.eot?#iefix");
	src: url("./fonts/07fe0fec-b63f-4963-8ee1-535528b67fdb.eot?#iefix") format('embedded-opentype'), url("./fonts/60be5c39-863e-40cb-9434-6ebafb62ab2b.woff") format("woff"), url("./fonts/4c6503c9-859b-4d3b-a1d5-2d42e1222415.ttf") format("truetype"), url("./fonts/36c182c6-ef98-4021-9b0d-d63122c2bbf5.svg#36c182c6-ef98-4021-9b0d-d63122c2bbf5") format("svg");
}

@font-face {
	font-family: "HelveticaNeueW01-67MdCn 692710";
	src: url("./fonts/3a605871-b94d-4161-a394-bb2cfc975df7.eot?#iefix");
	src: url("./fonts/3a605871-b94d-4161-a394-bb2cfc975df7.eot?#iefix") format('embedded-opentype'), url("./fonts/aef05e22-e1d4-4e59-bc2e-a71c13c26cca.woff") format("woff"), url("./fonts/b785b1cf-24fa-44c9-8c93-d8e2d6912c47.ttf") format("truetype"), url("./fonts/5ab0c585-fb4b-43d9-abb0-b92f452b1284.svg#5ab0c585-fb4b-43d9-abb0-b92f452b1284") format("svg");
}

@font-face {
	font-family: "HelveticaNeueW01-75Bold";
	src: url("./fonts/c07fef9e-a934-42d7-92ad-69205f2b8a00.eot?#iefix");
	src: url("./fonts/c07fef9e-a934-42d7-92ad-69205f2b8a00.eot?#iefix") format('embedded-opentype'), url("./fonts/14ff6081-326d-4dae-b778-d7afa66166fc.woff") format("woff"), url("./fonts/8fda1e47-19be-46c7-8d83-8d4fb35572f0.ttf") format("truetype"), url("./fonts/f751c8ae-1057-46d9-8d74-62592e002568.svg#f751c8ae-1057-46d9-8d74-62592e002568") format("svg");
}

@font-face {
	font-family: "HelveticaNeueW01-77BdCn 692722";
	src: url("./fonts/83d5bc89-af33-46a9-8fe3-15d87784f50e.eot?#iefix");
	src: url("./fonts/83d5bc89-af33-46a9-8fe3-15d87784f50e.eot?#iefix") format('embedded-opentype'), url("./fonts/102ab74c-0e84-4fe5-a17a-b20fb643591a.woff") format("woff"), url("./fonts/1d146b29-55e2-485b-96aa-5cb628e7e9eb.ttf") format("truetype"), url("./fonts/d90b3358-e1e2-4abb-ba96-356983a54c22.svg#d90b3358-e1e2-4abb-ba96-356983a54c22") format("svg");
}

@font-face {
	font-family: "HelveticaNeueW01-85Heav";
	src: url("./fonts/bb37f770-d450-4f24-af2b-3a81bf640315.eot?#iefix");
	src: url("./fonts/bb37f770-d450-4f24-af2b-3a81bf640315.eot?#iefix") format('embedded-opentype'), url("./fonts/a0d9d2cb-f057-4e8d-a957-27853630f58e.woff") format("woff"), url("./fonts/54085041-5049-4b91-939c-49980c66abab.ttf") format("truetype"), url("./fonts/7a48747c-74f2-49a8-bb65-1c522d4aa618.svg#7a48747c-74f2-49a8-bb65-1c522d4aa618") format("svg");
}

@font-face {
	font-family: "HelveticaNeueW01-87HvCn 692734";
	src: url("./fonts/3d1a3114-ffd3-4f16-99c5-0e0441676d88.eot?#iefix");
	src: url("./fonts/3d1a3114-ffd3-4f16-99c5-0e0441676d88.eot?#iefix") format('embedded-opentype'), url("./fonts/33bb86d1-8adf-454e-aee3-ca1c89445476.woff") format("woff"), url("./fonts/921ef834-872c-4460-ac11-f5fbcac9fa2d.ttf") format("truetype"), url("./fonts/9d3bb5f2-6932-419e-a56f-382131ffd4b8.svg#9d3bb5f2-6932-419e-a56f-382131ffd4b8") format("svg");
}

@font-face {
	font-family: "HelveticaNeueW01-97Blac";
	src: url("./fonts/7d437e5f-fe70-4acd-968d-ed4beaaf6183.eot?#iefix");
	src: url("./fonts/7d437e5f-fe70-4acd-968d-ed4beaaf6183.eot?#iefix") format('embedded-opentype'), url("./fonts/a6949d17-6d8e-42ab-8032-2d9cb114c1b4.woff") format("woff"), url("./fonts/843152a1-f5b5-4cbf-a5d3-e9ccaccddd2a.ttf") format("truetype"), url("./fonts/0fd53488-84fc-474e-b665-23a72ffda266.svg#0fd53488-84fc-474e-b665-23a72ffda266") format("svg");
}

@font-face {
	font-family: "Helvetica W01 Blk";
	src: url("./fonts/f81026f1-d541-41a9-affc-ca2a013871f4.eot?#iefix");
	src: url("./fonts/f81026f1-d541-41a9-affc-ca2a013871f4.eot?#iefix") format('embedded-opentype'), url("./fonts/712aac8d-557b-4a5d-bb6a-40ac69765042.woff") format("woff"), url("./fonts/417fbaeb-4c38-4327-a855-6b4865fcd555.ttf") format("truetype"), url("./fonts/422289e3-fe15-4e5a-b159-45888740f8dc.svg#422289e3-fe15-4e5a-b159-45888740f8dc") format("svg");
}

@font-face {
	font-family: "Helvetica W01 Blk Cn";
	src: url("./fonts/b528ad62-7d22-427c-ae87-ae9c462a69a9.eot?#iefix");
	src: url("./fonts/b528ad62-7d22-427c-ae87-ae9c462a69a9.eot?#iefix") format('embedded-opentype'), url("./fonts/8c3c79c1-cc64-4f77-a93b-1bc6caa79124.woff") format("woff"), url("./fonts/8f682a58-261c-4a98-a9d9-4960a8d2d208.ttf") format("truetype"), url("./fonts/64b94c41-cc87-4c11-8202-a293f9188d23.svg#64b94c41-cc87-4c11-8202-a293f9188d23") format("svg");
}

@font-face {
	font-family: "Helvetica W01 Bd Cn";
	src: url("./fonts/72ae056e-143c-461e-a4f7-b0b68075fd0c.eot?#iefix");
	src: url("./fonts/72ae056e-143c-461e-a4f7-b0b68075fd0c.eot?#iefix") format('embedded-opentype'), url("./fonts/428b0dae-6521-4437-8f8a-f87cedc1c112.woff") format("woff"), url("./fonts/3bb7d03b-5952-4f9b-93dd-ba887a00683e.ttf") format("truetype"), url("./fonts/9273bdb1-e866-4965-9464-761fb8bdfb9d.svg#9273bdb1-e866-4965-9464-761fb8bdfb9d") format("svg");
}

@font-face {
	font-family: "Helvetica W01 Cn";
	src: url("./fonts/71feed05-d183-48da-9b1d-031a48855ec9.eot?#iefix");
	src: url("./fonts/71feed05-d183-48da-9b1d-031a48855ec9.eot?#iefix") format('embedded-opentype'), url("./fonts/2d11ffef-dbb3-406b-b83b-d62925fa2391.woff") format("woff"), url("./fonts/9312efda-f401-4c27-9fb0-fee0c796c399.ttf") format("truetype"), url("./fonts/01a8ea06-dc25-48dc-8e52-3dbef305398a.svg#01a8ea06-dc25-48dc-8e52-3dbef305398a") format("svg");
}

@font-face {
	font-family: "Helvetica W01 Light";
	src: url("./fonts/717f8140-20c9-4892-9815-38b48f14ce2b.eot?#iefix");
	src: url("./fonts/717f8140-20c9-4892-9815-38b48f14ce2b.eot?#iefix") format('embedded-opentype'), url("./fonts/03805817-4611-4dbc-8c65-0f73031c3973.woff") format("woff"), url("./fonts/d5f9f72d-afb7-4c57-8348-b4bdac42edbb.ttf") format("truetype"), url("./fonts/05ad458f-263b-413f-b054-6001a987ff3e.svg#05ad458f-263b-413f-b054-6001a987ff3e") format("svg");
}

@font-face {
	font-family: "Helvetica W01 Light Cn";
	src: url("./fonts/098224b7-370a-43f8-bb4e-f3779e83a5d0.eot?#iefix");
	src: url("./fonts/098224b7-370a-43f8-bb4e-f3779e83a5d0.eot?#iefix") format('embedded-opentype'), url("./fonts/ff1d6fe9-1eb4-4b56-a54d-c4e9c3c231e4.woff") format("woff"), url("./fonts/7f604f39-0277-4222-9b21-cce46dc1a18e.ttf") format("truetype"), url("./fonts/836329ae-a7e9-4192-9b9c-433c0d254f0e.svg#836329ae-a7e9-4192-9b9c-433c0d254f0e") format("svg");
}

@font-face {
	font-family: "Helvetica W01 Narrow Bd";
	src: url("./fonts/c231c05e-5ca6-4992-80fc-58689efdf54f.eot?#iefix");
	src: url("./fonts/c231c05e-5ca6-4992-80fc-58689efdf54f.eot?#iefix") format('embedded-opentype'), url("./fonts/abc96a4c-172f-490c-9b0d-67a760e6c33b.woff") format("woff"), url("./fonts/1aa001ac-1bad-4fa1-b6bf-dd3e41be3ba5.ttf") format("truetype"), url("./fonts/31d44f2a-7878-49b2-9369-bcb124ecb426.svg#31d44f2a-7878-49b2-9369-bcb124ecb426") format("svg");
}

@font-face {
	font-family: "Helvetica W01 Narrow Rg";
	src: url("./fonts/9eae29ee-1b35-4edd-81b3-a7e1476753b9.eot?#iefix");
	src: url("./fonts/9eae29ee-1b35-4edd-81b3-a7e1476753b9.eot?#iefix") format('embedded-opentype'), url("./fonts/75df6930-8d45-446f-b343-8acc69b5a8f1.woff") format("woff"), url("./fonts/a4c90851-1871-4ce1-9467-951dfff865bb.ttf") format("truetype"), url("./fonts/c6c7394c-e1e1-4a31-8602-8f9f12670517.svg#c6c7394c-e1e1-4a31-8602-8f9f12670517") format("svg");
}

@font-face {
	font-family: "Helvetica W01 Ultra Cm";
	src: url("./fonts/73fab8df-e2d0-4cf7-b3a3-8e77d3dc82e7.eot?#iefix");
	src: url("./fonts/73fab8df-e2d0-4cf7-b3a3-8e77d3dc82e7.eot?#iefix") format('embedded-opentype'), url("./fonts/3530b569-d879-4117-8d23-d166203ca6c1.woff") format("woff"), url("./fonts/869de45d-181b-4200-b6dc-3335405d2145.ttf") format("truetype"), url("./fonts/495e23df-7f84-4bc6-8c26-471d72be7d20.svg#495e23df-7f84-4bc6-8c26-471d72be7d20") format("svg");
}

@font-face {
	font-family: "FetteEngschriftDIN1451W";
	src: url("./fonts/a055e086-b563-4882-881d-9df9c3c3e4bc.eot?#iefix");
	src: url("./fonts/a055e086-b563-4882-881d-9df9c3c3e4bc.eot?#iefix") format('embedded-opentype'), url("./fonts/7734a533-b3ad-4b9f-852c-0de9afdfe9ef.woff") format("woff"), url("./fonts/1dec2f76-13b2-48de-bd84-8e647cb4caf9.ttf") format("truetype"), url("./fonts/2ee2974f-b278-4660-b825-7bbe99246d63.svg#2ee2974f-b278-4660-b825-7bbe99246d63") format("svg");
}

@font-face{
	font-family:"DIN Next W01 Light";
	src:url("fonts/3e0b2cd7-9657-438b-b4af-e04122e8f1f7.eot?#iefix");
	src:url("fonts/3e0b2cd7-9657-438b-b4af-e04122e8f1f7.eot?#iefix") format("eot"),url("fonts/de1216be-00c2-43c0-9c45-3e7f925eb519.woff2") format("woff2"),url("fonts/bc176270-17fa-4c78-a343-9fe52824e501.woff") format("woff"),url("fonts/3516f91d-ac48-42cd-acfe-1be691152cc4.ttf") format("truetype"),url("fonts/d1b1e866-a411-42ba-8f75-72bf28e23694.svg#d1b1e866-a411-42ba-8f75-72bf28e23694") format("svg");
}

@font-face {
	font-family: "DIN Next W02 Medium";
	src: url("./fonts/2cf657c7-a3a0-4365-8704-c88d1e7e7e59.eot?#iefix");
	src: url("./fonts/2cf657c7-a3a0-4365-8704-c88d1e7e7e59.eot?#iefix") format('embedded-opentype'), url("./fonts/97b0cc11-9afb-4a2f-93b7-e1b5c40d80a6.woff") format("woff"), url("./fonts/2cfb9022-3dc0-4b24-8e91-2df7bd55dd37.ttf") format("truetype"), url("./fonts/7c8e4086-96df-4b91-905e-3b25c81d55a9.svg#7c8e4086-96df-4b91-905e-3b25c81d55a9") format("svg");
}

@font-face {
	font-family: "FuturaW01-BoldCondensed 774890";
	src: url("./fonts/d5a62439-27d1-4deb-b8df-4c2610128f1b.eot?#iefix");
	src: url("./fonts/d5a62439-27d1-4deb-b8df-4c2610128f1b.eot?#iefix") format('embedded-opentype'), url("./fonts/e07f45c2-9c42-4c23-ab7a-c161556274ef.woff") format("woff"), url("./fonts/c188225b-c194-419b-8d14-c5d677fcb3eb.ttf") format("truetype"), url("./fonts/a92ba10a-1759-4dc6-b9b5-06e311b67829.svg#a92ba10a-1759-4dc6-b9b5-06e311b67829") format("svg");
}

@font-face {
	font-family: "EgyptianSlateW01-Medium 730886";
	src: url("./fonts/78021c61-d946-4c4b-ae0b-7267229bfe2b.eot?#iefix");
	src: url("./fonts/78021c61-d946-4c4b-ae0b-7267229bfe2b.eot?#iefix") format('embedded-opentype'), url("./fonts/64125151-9381-452c-b23f-063a69b5a46b.woff") format("woff"), url("./fonts/8af52c46-8856-4c46-8319-2c7f087bc0be.ttf") format("truetype"), url("./fonts/71fa9fef-c47d-4502-9a30-787f6bd6de84.svg#71fa9fef-c47d-4502-9a30-787f6bd6de84") format("svg");
}

@font-face {
	font-family: "Futura W01 Book";
	src: url("./fonts/57a6731b-fa5c-4c8a-bea8-e2f1a287f309.eot?#iefix");
	src: url("./fonts/57a6731b-fa5c-4c8a-bea8-e2f1a287f309.eot?#iefix") format('embedded-opentype'), url("./fonts/4d0e252c-d811-4a5d-a7f3-6ad72c6b76f2.woff") format("woff"), url("./fonts/54250d43-02be-4ff9-b802-a4ea104a0611.ttf") format("truetype"), url("./fonts/15c556fc-4608-4b01-8a0d-9c8631c8bd74.svg#15c556fc-4608-4b01-8a0d-9c8631c8bd74") format("svg");
}

@font-face {
	font-family: "LinotypeUniversW01-MdCm";
	src: url("./fonts/48c07673-d9f4-4bc8-a040-a33eeb99e25e.eot?#iefix");
	src: url("./fonts/48c07673-d9f4-4bc8-a040-a33eeb99e25e.eot?#iefix") format('embedded-opentype'), url("./fonts/aea97adc-299e-4606-8fed-4043fd660625.woff") format("woff"), url("./fonts/1563c434-df98-400f-89d9-d5dcc5541921.ttf") format("truetype"), url("./fonts/2c4a5b05-6dea-40d4-986d-2cfe0893cfd0.svg#2c4a5b05-6dea-40d4-986d-2cfe0893cfd0") format("svg");
}

@font-face {
	font-family: "Calibri W01 Regular 904604";
	src: url("./fonts/d4acc8cd-67f2-4139-80be-d669bb2564d7.eot?#iefix");
	src: url("./fonts/d4acc8cd-67f2-4139-80be-d669bb2564d7.eot?#iefix") format('embedded-opentype'), url("./fonts/1ff86dd4-d3b2-4325-89bc-c6eb493cedba.woff") format("woff"), url("./fonts/aa6b4b64-5ce0-48fd-887a-bece037cd9c9.ttf") format("truetype"), url("./fonts/59b6060c-d311-413e-b351-d79aaf982f7a.svg#59b6060c-d311-413e-b351-d79aaf982f7a") format("svg");
}

@font-face {
	font-family: "Calibri W01 Bold 904607";
	src: url("./fonts/26989e0d-2435-46c9-ab53-ae63e1816b99.eot?#iefix");
	src: url("./fonts/26989e0d-2435-46c9-ab53-ae63e1816b99.eot?#iefix") format('eot'), url("./fonts/4e7b2126-77d3-4e53-810d-7ccfde46450a.woff") format("woff"), url("./fonts/dcb27c78-fcd6-43bb-ab8b-9152bcfeb336.ttf") format("truetype"), url("./fonts/ab531dcb-6916-45d8-9326-ab3e33d75ef3.svg#ab531dcb-6916-45d8-9326-ab3e33d75ef3") format("svg");
	src: url("./fonts/26989e0d-2435-46c9-ab53-ae63e1816b99.eot?#iefix") format('embedded-opentype'), url("./fonts/4e7b2126-77d3-4e53-810d-7ccfde46450a.woff") format("woff"), url("./fonts/dcb27c78-fcd6-43bb-ab8b-9152bcfeb336.ttf") format("truetype"), url("./fonts/ab531dcb-6916-45d8-9326-ab3e33d75ef3.svg#ab531dcb-6916-45d8-9326-ab3e33d75ef3") format("svg");
}

@media print {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .visible-xs {
    display: none !important;
  }

  .hidden-xs {
    display: block !important;
  }

  table.hidden-xs {
    display: table;
  }

  tr.hidden-xs {
    display: table-row !important;
  }

  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }

  .hidden-xs.hidden-print {
    display: none !important;
  }

  .hidden-sm {
    display: none !important;
  }

  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}