/*!
 * This file customizes the Bootrstrap framework.
 * Do not tamper with this file unless absolutely necessary.
 * Use style.css to make adjustments to your pages.
 */
/* @import url(https://fonts.googleapis.com/css?family=Titillium+Web:200,300,400,600,700); */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/assets/fonts/glyphicons-halflings-regular.eot');
  src: url('/assets/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/assets/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/assets/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*========== BASIC STYLES ==========*/


.gall-img-sizer{
  width:70%;
  height:auto;
  padding-top:60px;
  padding-bottom:60px;
  margin:0 auto;
}
.steps-padder{
  padding-left:35px;
}
.list-nodisc-nospace{
list-style-type: none;
padding-left:0px;
}
.mash-block2 {
text-decoration:none;
display:inline-block;
}

.mash-block2 a{
color:#444;
text-decoration:none;
display:inline-block;
}

.mash-block a{
color:#444;
text-decoration:none;
display:inline-block;
}
.mash-block a:hover{
color:#444;
text-decoration:none;
}
.mash-block h5 a{
color:#337ab7;
text-decoration:none;
display:inline-block;
}
a{
color:##337ab7;
text-decoration:none;
}
a:hover{
color:#444;
text-decoration:none;
}
a:focus{
color:##337ab7;
text-decoration:none;
}
a:active{
color:##337ab7;
text-decoration:none;
}
a:visited{
color:##337ab7;
text-decoration:none;
}

sup {
  font-size: 60%;
}

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #a8d4ed;
}
::selection {
    color: #fff;
    background: #333;
}
.no-wrap{
  white-space: nowrap;
}
.bg-gray{
    background-color: #f5f5f5;
}
.bg-black{
    background-color: #000;
}
.white h1{
  color:#fff;
}
.white h2{
  color:#fff;
}
.white h5{
  color:#fff;
}
.white{
  color:#fff;
}
.img-reducer{
  height:auto;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float:none
}
.bottom-crop{
    padding-bottom: 0px!important;
}
.top-crop{
    padding-top: 0px!important;
}
.hero-title-pad{
padding-top:35px;
}
.hero-title-pad-index{
padding-top:85px;
}
.bot-img-top-pad{
padding-top:35px;
}
/* LIST STYLES - TECH SPECS */
.specs-list ul{
padding:0px 35px 5px 0px;
font-weight:bold;
}
.specs-list li{
margin-bottom:8px;
font-weight:normal;
line-height:20px;
margin-left:18px;
}
.hdr-brdr{
border-bottom:1px solid #e9e9e9;
margin-bottom:20px;
padding-top:20px;
width:100%;
}
.hero-title{
padding:0;
margin:0;
display:block;
}
.hero-title-rev{
padding:0;
margin:0;
display:none;
}
ol {
  -webkit-padding-start: 0px;
  margin-left:15px;
}
@media (max-width: 767px) {

.hero-title-rev{
padding:0;
margin:0;
display:block;
}
.hero-title{
padding:0;
margin:0;
display:none;
}
.hero-text-format {
text-align:center;
padding-top: 230px;
padding-bottom:80px;
width:100%;
}
.gall-img-sizer{
  width:100%
}
.no-wrap{
    white-space:normal;
}
}

@media only screen and (min-width: 768px) {
.img-reducer{
  width:100%;
  height:auto;
}
}

@media only screen and (max-width: 768px)  {
.img-reducer{
  width:65%;
  height:auto;
}
}

@media only screen and (max-width: 530px)  {
.img-reducer{
  width:85%;
  height:auto;
}
}
@media (max-width: 991px) {
.steps-padder{
  padding-left:15px;
}
}


/*========== COMPANY PAGES ==========*/
hr.light{
  border-top: 1px solid #e9e9e9;
}
.list-none{
list-style-type: none;
padding-left: 0px;

}
.right-side{
text-align: right;
padding-right: 0px;
}
.chat-container{
width: 129px;
height: 150px;
background-color: #f9f9f9;
margin-top: -21px;
background-image: url("/assets/imgs/company/chat-container-bg.png");
background-repeat: no-repeat;
border-top:1px solid #00a5d9;

}
.chat-type{
color: #f9f9f9;
text-align: center;
padding-top: 0px;
font-weight: 700;
font-size: 14px;
background-color: #00a5d9;

}
.chat-type a{
text-decoration: none;
}

@media (max-width: 767px) {
.chat-container{
width: 100%;
margin-top: 20px;
background-image: url("/assets/imgs/company/chat-container-bg.png");
background-repeat:no-repeat;
background-size:contain;
background-position:center;
background-repeat: no-repeat;
border-top:0px solid #00a5d9;
background-color: #f9f9f9;
}

.chat-type{
color: #f9f9f9;
text-align: center;
padding-top: 0px;
font-weight: 700;
font-size: 14px;
background-color: #00a5d9;
}
.white h5{
  color:#000;
}
}

/*========== TERMS PAGES ==========*/
.top-spacer{
margin-top:100px;
}
.anchor {
   display: block;
  height: 90px;
  margin-top: -90px;
}

/* SPECS BOXES */
.specs-container{
   width: 100%;
   font-family: 'Titillium Web', helvetica, arial, sans-serif;
   -webkit-font-smoothing: antialiased !important;
   font-size:46px;
   text-transform:uppercase;
   line-height:24px;
   display:block;
   float:left;
   }
   .specs-wrap{
       background-color: #fff;
   width: 100%;
   display:block;
   float:left;
   border-top: 1px solid #000;
   border-right: 1px solid #000;
   border-bottom: 1px solid #000;
   text-align:center;
   margin-right:45px;
   }
   .specs-group{
   width: 100%;
   display:block;
   float:left;
   border-left: 1px solid #000;
   }
   .specs-headline{
   display:block;
   font-weight:400;
   font-size:34px;
   line-height:40px;
   margin:5px;
   padding: 5px 30px 5px 30px;
   }
   .specs-detail{
   width: 100%;
   text-transform:uppercase;
   display:block;
   font-weight:600;
   letter-spacing:1.75px;
   font-size:17px;
   background:#000;
   color:#fff;

   padding:6px;
   border:3px solid #fff;
   }
   .specs-title{
   display:block;
   font-weight:normal;
   font-size: 26px;
   margin-bottom:10px;
   text-align:left;
   padding-top: 40px;
   text-align: center;
}


/* PRODUCT SUBPAGE HEADERS */
.hdr-mar-left-15 {
margin-left:15px;
}
.hdr-brdr-btm{
    border-bottom:1px solid #e9e9e9;
    margin-bottom:20px;
}
.sub-mar-top{
    margin-top:90px;
}
/* CLASS TO FORMAT TEXT */
.p-cls {
padding-top: 10px;
padding-bottom: 10px;
}
/* SETS PADDING TOP AND BOTTOM FOR ALL MAIN SECTIONS */
.section-pad{
padding-top:80px;
padding-bottom:80px;
}
/* SMALLER TEXT SIZE */
.small{
font-size:14px;
line-height:22px;
}
/* ONE PIXIL BORDER FOR IMAGE GROUPS (USE WITH NO-PADDING) */
.onepix{
border-top:1px solid transparent;
border-left:1px solid transparent;
}
.no-pad-lr{
padding-left:0px;
padding-right:0px;
}

.no-padding{
margin:0px;
padding:0px;
}

.text-footnote{
    font-size:11px;
    color:#666;
}
.text-white{
color:#fff;
}
.bg-black{
background-color:#000;
}
.dot-repeater {
background: url(/assets/imgs/main/header_dot_rpt.gif) repeat-x ;
height:6px;
}
.dot-repeater-rev {
background: url(/assets/imgs/main/header_dot_rpt_rev.gif) repeat-x ;
height:6px;
}
.dot-repeater-sm {
background: url(/assets/imgs/main/header_dot_rpt.gif) repeat-x ;
height:6px;
display:none;
}
/* IMAGE FADES */
.fader img {
opacity: 1;
filter: alpha(opacity=40); /* For IE8 and earlier */
-webkit-transition: all ease .3s;
-moz-transition: all ease .3s;
-o-transition: all ease .3s;
transition: all ease .3s;
}
.fader img:hover {
opacity: .80;
filter: alpha(opacity=100); /* For IE8 and earlier */
-webkit-transition: all ease .3s;
-moz-transition: all ease .3s;
-o-transition: all ease .3s;
transition: all ease .3s;
padding:0;
}
/*========== NAVBAR STYLES ==========*/
.navbar-default {
background-color: #015aa3;
color: #fff;
font-family: 'Titillium Web', helvetica, arial, sans-serif;
-webkit-font-smoothing: antialiased !important;
font-weight: 700;
font-size:15px;
text-transform:uppercase;
letter-spacing:1.25px;
-webkit-box-shadow: 0px 6px 15px -4px rgba(0,0,0,0.63);
-moz-box-shadow: 0px 6px 15px -4px rgba(0,0,0,0.63);
box-shadow: 0px 6px 15px -4px rgba(0,0,0,0.63);
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover {
color: #fff;
}
.navbar-brand {
padding-top: 13px;
}
.navbar-default .navbar-toggle .icon-bar {
background-color:#fff;
}
hr {
  border: 0;
  border-top: 1px solid #e9e9e9;
  margin-top:0;
  margin-bottom:0;
  padding:0;

}


/*========== NAV EASING ==========*/
.navbar .nav > li > a {
-webkit-transition: all ease .3s;
-moz-transition: all ease .3s;
-o-transition: all ease .3s;
transition: all ease .3s;
}
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
-webkit-transition: all ease .3s;
-moz-transition: all ease .3s;
-o-transition: all ease .3s;
transition: all ease .3s;
}


/*========== SUB-NAV STYLES ==========*/
.black_bg{
background: url(/assets/imgs/main/sub_bg.png) repeat ;
min-height:65px;
}
.black_bg_md{
background: url(/assets/imgs/main/sub_bg_md.png) repeat ;
min-height:65px;
}
.black_bg_lt{
background: url(/assets/imgs/main/sub_bg_lt.png) repeat ;
min-height:65px;
}
.product-brand{
display:block;
float:left;
color:#adadad;
font-family: 'Titillium Web', helvetica, arial, sans-serif;
-webkit-font-smoothing: antialiased !important;
font-weight: 700;
font-size:18px;
text-transform:uppercase;
letter-spacing:1.50px;
padding-top:18px;

}
#sub-nav{
margin-top:18px;
width:100%;
display:block;
}
#sub-nav ul { margin:0; padding:0;
font-family: 'Titillium Web', helvetica, arial, sans-serif;
-webkit-font-smoothing: antialiased !important;
font-weight: 700;
font-size:13px;
text-transform:uppercase;
letter-spacing:1px;
color:#adadad;
float:right;
}
#sub-nav ul li { float:left; list-style:none; }
#sub-nav ul li:after {
content:"|";
color:#555;
}
#sub-nav ul li:last-child:after { content:""; }
#sub-nav ul li a {
margin:0 15px;
color:#adadad;
text-decoration:none;
}
#sub-nav ul li a:hover {
margin:0 15px;
color:#ccc;
}
.sub-nav-on{
color: #6c6c6c;
margin:0 15px;
}
/*========== SUB-NAV MEDIA STYLES ==========*/
@media (max-width:767px) {
.product-brand{
width:100%;
}
#sub-nav ul{
float:left;
padding-bottom:20px;
width:auto;
}
#sub-nav ul li { float:none; list-style:none;
}
#sub-nav ul li:after {
content:none;
}
#sub-nav ul li a:hover {
margin:0px;
}
.dot-repeater-sm{
  display:block;
  margin-bottom:80px;
}
#sub-nav ul li a{
  margin:0px;
}
.sub-nav-on{
  margin:0;
}
}


/*========== CAROUSEL ==========*/

.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.carousel {
  position: relative;
  margin-top:62px;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
  width:100%;
  margin:auto;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 5%;
  opacity: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: none;
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: none;
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #fff;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}

/*========== TEMP SLIDER ==========*/
.carousel-caption-temp {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
}
.text-temp{
  color:#fff;
}


@media (max-width: 767px) {
.carousel-inner{
  overflow:visible;
}
.text-temp{
  color:#444
}
br{
  display:none;
}
.carousel-caption-temp {
margin-top:35%;
left:15px;
right:15px;
}
.text-dark{
  color:#444;
}
.dot-repeater-temp {
background: url(/assets/imgs/main/header_dot_rpt.gif) repeat-x ;
height:6px;
padding-bottom:50px;
margin-top:25px;
}
.tb-padder h1{
  padding-top:45px;
}
}
@media (min-width: 1200px) {
.carousel-caption-temp {
  top:70px;
}
}
@media (min-width: 1400px) {
.carousel-caption-temp {
   left: 17%;
}
}
/*========== END TEMP SLIDER ==========*/

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  top: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }

}
@media screen and (max-width: 768px) {
.carousel {
  margin-top:90px;
}
}

/*========== WHERE TO BUY ==========*/
.wtb-btn{
  padding-top:10px;

}
.wtb-head-wrp{
display:block;
line-height:30px;
float:left;
border-bottom:1px solid #e9e9e9;
width:100%;
margin-top:30px;
}
.wtb-flag{
padding:10px 10px 0px 0px;
float:left;
}
.wtb-title{
margin-top:-16px;
float:left;
padding:0px;
}
.wtb-reseller {
padding:20px 0px 30px 0px;
float:left;
line-height:20px;
display:block;
}
.wtb-logo {
width:145px;
height:70px;
}
.wtb-img-sizer{
  height:60px;
}
.wtb-reseller-title {
font-size:14px;
font-weight:bold;
padding: 5px 0px 0px 0px;
color:#000; text-align:left;
}
.wtb-contact {
font-size:12px;
}
.wtb-site a{
font-size:12px;
padding-top:5px;
color: #337ab7;
}
/*========== FOOTER STYLES ==========*/
.footer-row-padder{
  padding-bottom:40px;
}
footer {
font-size: 13px;
background-color: #015aa3;
color: #fff;
padding:100px 0px 75px 0px;
line-height:28px;
margin-top:40px;
}
footer a {
color: #fff;
text-decoration: none;
}
footer h5 {
color:#fff;
border-bottom:thin dotted #6593a9;
padding-bottom:2px;
margin-right:2px;
text-decoration:none;
}
.footer-col{
display:block;
float:left;
font-weight:bold;
margin-top:5px;
padding:0;
}
.footer-col li{
list-style-type: none;
font-weight:normal;
}
.bottom-logo{
display:block;
margin: -130px auto 45px auto;
width:112px;
}
footer a:link {
text-decoration: none;
line-height:28px;
}
footer a:visited {
text-decoration: none;
}
footer a:hover {
text-decoration: none;
color:#ccdeed;
}
.legal{
display:block;
line-height:20px;
font-size:12px;
margin-top:40px;
}
.legal a:link{
text-decoration: underline;
}
.legal a:hover{
text-decoration: underline;
content:none;
}
.legal a:hover:after {
}
.social ul{
  line-height:25px;
  display: inline-block;
  float:left;
}
.social li{
  padding-bottom:5px;
}
.social img{
  height:25px;
  padding-right:5px;
}



@font-face {
font-family:icon-fonts;
src:url('/assets/fonts/icon-fonts.eot') format('embedded-opentype'), url('/assets/fonts/icon-fonts.woff') format('woff'), url('icon-fonts-webfont.woff2') format('woff2'), url('/assets/fonts/icon-fonts.ttf') format('truetype'), url('/assets/fonts/icon-fonts.svg') format('svg');
font-weight:400;
font-style:normal;
}

[class^="icon-"]:before,[class*=" icon-"]:before {
font-family:icon-fonts;
font-style:normal;
font-weight:400;
speak:none;
display:inline-block;
text-decoration:inherit;
text-align:center;
font-variant:normal;
text-transform:none;
padding-top: 0px;
padding-right: 2px;
padding-left: 2px;
background-color: #fff;
color: #015aa3;
width: 25px;
height: 25px;
margin-right: 6px;
-webkit-font-smoothing: antialiased;

}

.icon-facebook:before {
content:'\e806';
font-size:18px;
}

.icon-twitter:before {
content:'\e805';
font-size:17px;
}



/*========== BACK TO TOP ==========*/
.back-to-top {
font-family: 'Titillium Web', helvetica, arial, sans-serif;
-webkit-font-smoothing: antialiased !important;
font-weight: 700;
font-size:15px;
text-transform:uppercase;
letter-spacing:1.25px;
position: fixed;
bottom: 25px;
left: 0px;
text-decoration: none;
color: #fff;
background-color: #00466f;
font-size: 12px;
padding: 10px 12px 10px 15px;
display: none;
}
.back-to-top:hover {
background-color: #003e63;
color: #fff;
}


.page-content{
    margin:0;
    padding:0;
}
/*========== IMG ==========*/

.img-center {
  margin:0;
}
.img-center-fullsize {
  margin:0 auto;
}


/*========== MEGA MENU ==========*/
.mega-menu {
padding: 10px 3px 8px 4px;
width: 922px;
border-radius: 0;
background-color:#eee;
box-shadow: inset 0 10px 9px -7px rgba(0,0,0,.50);
}
.mega-menu ul {
padding-left:0;
}
.mega-menu li {
display: inline-block;
font-size: 13px;
padding: 0px;
}
.mega-menu li a {
color:#363636;
text-decoration:none;
}

.mega-menu li.mega-menu-column {
margin-left: 3px;
width: 175px;
background-color:#ffffff;
text-align:center;
}
.mega-menu li.mega-menu-column  a:hover {
color:#004f78;
text-decoration:none;
}
li.mega-menu-column {}
.mega-menu .nav-header {
padding: 0 !important;
display: inline-block;
width: 100%;
}
.mega-menu img {
padding: 0;}



/*========== MEDIA's FOR MEGA MENU ==========*/





@media (max-width:660px) {
.product-brand{
width:100%;
}
#sub-nav ul{
float:left;
padding-bottom:20px;
width:auto;
}
}
@media (min-width:992px) {
.dropdown-menu li:hover .sub-menu {
visibility: visible;
}
.dropdown:hover .dropdown-menu {
display: block;
}
}
@media (max-width:992px) {
.nav_img {
display: none
}
.mega-menu .mega-menu-column li {
display: block; width: 100%;
font-size: 14px;
}
.mega-menu {
padding: 0px;
}
.mega-menu li a{
margin-left:0px;
padding: 10px 0px 10px 14px;
display: block;
width: 100%;
color:#444444;
background-color:#ffffff;
-webkit-transition: all ease .3s;
-moz-transition: all ease .3s;
-o-transition: all ease .3s;
transition: all ease .3s;
}
.mega-menu li a:hover{
background-color:#eee;
color:#004f78;
text-decoration:none;
}
.mega-menu li.mega-menu-column {
width: 100%;
text-align: left;
margin:0px;
}
}

.lander-imgpadder{
padding-top: 0px;
}
.ovrvw-headline{
font-size:21px;
font-weight:bold;
}

@media (max-width: 767px) {
.img-center {
    margin:0 auto;
}
.reseller-circ {
  margin:0 auto;
}
}


/*========== PRESS-IMAGES STYLES ==========*/

.press-prod-name {
    font-size: 15px;
    text-transform: uppercase;
    color: #020202;
    text-align: center;
    font-weight: 700;
    font-family: 'Titillium Web', helvetica, arial, sans-serif;
    padding-top: 15px;
    line-height: 17px;
}

.press-prod-name span {
    display: block;
    text-align: center;
    color: #444444;
    font-size: 13px;
    font-family: helvetica, arial, sans-serif;
    text-transform: capitalize;
    margin-top: 0px;
}

#print-web-wrap {
    width: 100%;
    height: 41px;
    margin-top: 15px;
    margin-bottom: 90px;
    margin-left: auto;
    margin-right: auto;
    border: 1px #ccc solid;
    display: block;
    text-align: center;
}

#print-web-wrap span,
#print-web-wrap a {
    height: 39px;
    display: block;
    text-decoration: none;
}

#print-web-wrap span {
    width: 50%;
    height: 39px;
    overflow: visible;
    float: left;
    list-style: none;
    display: inline;
}

#print-web-wrap-01 {
    text-align: center;
    border-right: 1px #ccc solid;
}

#print-web-wrap-02 {
    text-align: center;
    text-decoration: none;
}

#print-web-wrap-01 a:hover {
    overflow: visible;
    background-color: #f2f2f2;
}

#print-web-wrap-02 a:hover {
    overflow: visible;
    background-color: #f2f2f2;
}

#images_type {
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
    padding: 6px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color: #000;
}

#images_size {
    font-size: 12px;
    font-weight: normal;
    line-height: 8px;
    padding-top: 3px;
    margin: 0px 0px 0px 0px;
    color: #444444;
    font-weight: 700;
}
/*================================
BOOTSTRAP OVERRIDE
================================*/
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased !important;
font-size: 17px;
line-height: 28px;
color: #444444;
background-color: #ffffff;}
/*background: url(../img/sub_rept_lt.jpg) repeat-x;
*/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: 'Titillium Web', helvetica, arial, sans-serif;
-webkit-font-smoothing: antialiased !important;
text-transform:uppercase;
letter-spacing:3px;
font-weight:400;
color:#000;
line-height:1.15;
}
h1,
.h1 {
font-size: 47px;
}
h1.press-releases {
font-size: 21px;
border-bottom: 1px solid #eee;
margin-bottom: 40px;
padding-bottom: 20px
}
h2,
.h2 {
font-size: 36px;
}
h3,
.h3 {
font-size: 27px;
}
h4,
.h4 {
font-size: 21px;
}
h5,
.h5 {
font-size: 16px;
font-weight:600;
letter-spacing:1.5;
}
h6,
.h6 {
font-size: 14px;
font-weight:600;
letter-spacing:1.5;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
padding: 10px;
}
.table-bordered {
border: 1px solid #dddddd;
font-size:12px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
background-color: #eee;
}
.btn-clear {
font-family: 'Titillium Web', helvetica, arial, sans-serif;
-webkit-font-smoothing: antialiased !important;
text-transform:uppercase;
letter-spacing:1.25px;
font-weight:600;
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid #000;
white-space: nowrap;
padding: 12px 22px;
font-size: 14px;
line-height: 1.42857143;
background: #f7f7f7;
color: #000;
/* CSS Transition */
-webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
-moz-transition: background .2s ease-in-out, border .2s ease-in-out;
-ms-transition: background .2s ease-in-out, border .2s ease-in-out;
-o-transition: background .2s ease-in-out, border .2s ease-in-out;
transition: background .2s ease-in-out, border .2s ease-in-out;
}
.btn-clear:hover {
border: 1px solid #000;
background:#fff;
}
.btn-dark {
font-family: 'Titillium Web', helvetica, arial, sans-serif;
-webkit-font-smoothing: antialiased !important;
text-transform:uppercase;
letter-spacing:1.25px;
font-weight:600;
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid #000;
white-space: nowrap;
padding: 12px 22px;
font-size: 14px;
line-height: 1.42857143;
background: #fff;
color: #000;
/* CSS Transition */
-webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
-moz-transition: background .2s ease-in-out, border .2s ease-in-out;
-ms-transition: background .2s ease-in-out, border .2s ease-in-out;
-o-transition: background .2s ease-in-out, border .2s ease-in-out;
transition: background .2s ease-in-out, border .2s ease-in-out;
}
.btn-dark:hover {
border: 1px solid #000;
background:#f7f7f7;
}
.btn-light {
font-family: 'Titillium Web', helvetica, arial, sans-serif;
-webkit-font-smoothing: antialiased !important;
text-transform:uppercase;
letter-spacing:1.25px;
font-weight:600;
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid #fff;
white-space: nowrap;
padding: 12px 22px;
font-size: 14px;
line-height: 1.42857143;
background: transparent;
color: #fff;
/* CSS Transition */
-webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
-moz-transition: background .2s ease-in-out, border .2s ease-in-out;
-ms-transition: background .2s ease-in-out, border .2s ease-in-out;
-o-transition: background .2s ease-in-out, border .2s ease-in-out;
transition: background .2s ease-in-out, border .2s ease-in-out;
}
.btn-light:hover {
border: 1px solid #ccc;
background:#333;
}
.btn-light-sm {
font-family: 'Titillium Web', helvetica, arial, sans-serif;
-webkit-font-smoothing: antialiased !important;
text-transform:uppercase;
letter-spacing:1.25px;
font-weight:600;
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid #fff;
white-space: nowrap;
padding: 7px 11px;
font-size: 12px;
line-height: 1.42857143;
background: transparent;
color: #fff;
/* CSS Transition */
-webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
-moz-transition: background .2s ease-in-out, border .2s ease-in-out;
-ms-transition: background .2s ease-in-out, border .2s ease-in-out;
-o-transition: background .2s ease-in-out, border .2s ease-in-out;
transition: background .2s ease-in-out, border .2s ease-in-out;
}
.btn-light-sm:hover {
border: 1px solid #ffffff;
background:#266890;
}
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: 600;
line-height: 1.42857143;
color: #333333;
white-space: nowrap;
}
.navbar {
position: relative;
min-height: 50px;
margin-bottom: 0px;
border: none;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 380px;
}
.navbar-toggle {
position: relative;
float: right;
margin-right: 15px;
padding: 9px 10px;
margin-top: 28px;
margin-bottom: 28px;
background-color: transparent;
background-image: none;
border: none;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: transparent;
}
.navbar-nav > li > a {
padding-top: 15px;
padding-bottom: 15px;
line-height: 20px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: transparent;
}

@media (max-width: 768px) {
h1,
.h1 {
font-size: 40px;
}
h1.press-releases {
font-size: 19px;
}
h2,
.h2 {
font-size: 34px;
}
h3,
.h3 {
font-size: 25px;
}
h4,
.h4 {
font-size: 19px;
}
}



@media (min-width: 768px) {
.navbar-nav > li > a {
padding-top: 35px;
padding-bottom: 35px;
}
}
@media (min-width: 768px) {
.navbar-right .dropdown-menu {
/*left: -305px;*/
}
.navbar-right .dropdown-menu-left {
left: 0;
right: auto;
}
}
.navbar-nav > li > .dropdown-menu {
margin-top: -1;
border-top-right-radius: 0;
border-top-left-radius: 0;
/* left: -400px; */
}

@media (min-width: 990px) {

.navbar-nav > li > .dropdown-menu {left: -450px;}

}

.navbar-default { background-color: #015aa3;
font-family: 'Titillium Web', helvetica, arial, sans-serif;
-webkit-font-smoothing: antialiased !important;
font-weight: 700;
font-size:15px;
text-transform:uppercase;
letter-spacing:1.25px;
-webkit-box-shadow: 0px 6px 15px -4px rgba(0,0,0,0.63);
-moz-box-shadow: 0px 6px 15px -4px rgba(0,0,0,0.63);
box-shadow: 0px 6px 15px -4px rgba(0,0,0,0.63);
min-height:90px;
}
.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus { background-color: #015192}
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus { background-color: #015192}
.dropdown-menu { background-color: #eeeeee}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { background-color: #EEEEEE}
.navbar-default { background-image: none; }
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { background-image: none; }
.navbar-default { border-color: none; position:fixed;}
.navbar-default .navbar-brand { color: #FFFFFF}
.navbar-default .navbar-brand:hover { color: #FFFFFF}
.navbar-default .navbar-nav>li>a { color: #FFFFFF}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus { color: #FFFFFF}
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus { color: #FFFFFF}
.navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus { color: #FFFFFF}
.dropdown-menu>li>a { color: #444444}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { color: #444444}
.navbar-default .navbar-nav>.dropdown>a .caret { border-top-color: #FFFFFF}
.navbar-default .navbar-nav>.dropdown>a:hover .caret { border-top-color: #FFFFFF}
.navbar-default .navbar-nav>.dropdown>a .caret { border-bottom-color: #FFFFFF}
.navbar-default .navbar-nav>.dropdown>a:hover .caret { border-bottom-color: #FFFFFF}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #444;
background-color:#ffffff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #444444;
background-color: #eeeeee;
}
.text-ctr {
text-align:center
}
}
@media (max-width: 992px) {
.navbar-header {
float: none;
}
.navbar-left,.navbar-right {
float: none !important;
}
.navbar-toggle {
display: block;
}
.navbar-collapse {
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-collapse.collapse {
display: none!important;
}
.navbar-nav {
float: none!important;
margin-top: 7.5px;
margin-bottom: 7.5px;
}
.navbar-nav>li {
float: none;
}
.navbar-nav>li>a {
padding-top: 12px;
padding-bottom: 12px;
}
.collapse.in{
display:block !important;
}
}
@media (max-width: 992px) {
.lander-imgpadder{
padding-top: 35px;
}

.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
line-height: 20px;
}
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none;
}
}
@media (min-width: 100%) {
.container {
/* width: 750px; */
}
}
@media (min-width: 768px) {
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-right: -15px;
margin-left: -15px;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
margin-left: 0px;
}
}
@media (min-width: 992px) {
#sub-nav ul{
margin-right: -15px;
}
}
@media (min-width: 768px) {
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 380px;
}
}



@media only screen and (max-width:992px){
    .dropdown-menu{
        display: block;
        position: relative;
        width: 100%;
    }
    .mega-menu{
      width: 100%;
      margin-left: 0px;
      margin-bottom: 12px;
      display: block;
    }
}


.navbar-right .dropdown-menu {

left: -305px;
}


@media (max-width: 992px)
{
  .navbar-right .dropdown-menu
    {
        left: 0px;
    }
}
