.block-title h1 {font-weight: 900;}
h3, .h3 {letter-spacing: 10px; }
.header-title h1, .block-title h1 {font-family: 'Proxima Light', sans-serif !important;letter-spacing: 10px;font-size:26px;}
#page-drop .dropdown-menu>li>a {line-height: 3;}

@media only screen and (max-width: 991px) {	
  h3, .h3{ text-align: left; font-size: 18px;}  
  #content {    padding: 0;    text-align: left !important;}
  .dropdown-menu {position: relative;top: auto;left: auto;float: none;}
  .dropdown-toggle {width: 100%;border: none;box-shadow: none;-webkit-box-shadow: none;}
  .btn-default {border-color: transparent;}
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {border-color: transparent;}
  .titleBox, .header-title h1 {padding-top: 90px;}
  .img-responsive {width:100%;}
}  

@media only screen and (max-width: 767px) {
  .titleBox, .header-title h1 {padding-top: 0;}
  .txtBox {padding-left:60px !important;padding-right:60px !important;}
}

.header-title {
    background: url(https://blueprint.cdn.cloud.searchoptics.net/589b477…/background_titleBox.jpg) no-repeat 50% 50%;
    background-size: cover;
    margin: 0 !important;
    padding: 40px !important;
    text-align: center;
}

/*NS 435143: Fit Images - Jasper*/
.img-responsive.unfit {width:100%;}
/*NS 435144: Copy Original Modal Design, z-index:1000000 cause the MENU z-index is 999999 - Jasper*/
#test-drive {z-index: 1000000;}
#test-drive > .modal-dialog{ width: 90%; height: 90%; }
#test-drive > .modal-dialog > .modal-content{ height:100%;background:#DDD;box-shadow:0 0px 15px rgba(0,0,0,0.5); }
#test-drive > .modal-dialog > .modal-content > .modal-header{ padding:0;border-bottom:0px;height:15px; }
#test-drive > .modal-dialog > .modal-content > .modal-header .close{ margin-top:2px;margin-right:6px; }
#test-drive > .modal-dialog > .modal-content > .modal-header .close span{ font-size:24px; }
#test-drive > .modal-dialog > .modal-content > .modal-body{ height:100%; }
#test-drive > .modal-dialog > .modal-content > .modal-body iframe{ width: 100%; height: 90%; border: none; }
/*NS 435143: Float Content to Right - Jasper*/
.float-right {float: right;}

@media (min-width: 992px) and (max-width: 1199px){
  .tab{ margin-left: -24px; }
}
@media (min-width: 992px) and (max-width: 1399px){
  .tab a{ font-size: 12px; }
}
@media (min-width: 1200px) and (max-width: 1499px){
  .tab{ margin-left: -12px; }
  .tab > div:nth-child(2) { width: 100%; }
}