/*
 *  Extra responsive classes
 */
@media (min-width: 1200px) {
  .large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
/*
 *  Typography
 */
@font-face {
    font-family: 'MuseoSlab500Regular';
    src: url('../../pk/fonts/Museo_Slab_500-webfont.eot');
    src: url('../../pk/fonts/Museo_Slab_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../pk/fonts/Museo_Slab_500-webfont.woff') format('woff'),
         url('../../pk/fonts/Museo_Slab_500-webfont.ttf') format('truetype'),
         url('../../pk/fonts/Museo_Slab_500-webfont.svg#MuseoSlab500Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSlab100Regular';
    src: url('../../pk/fonts/Museo_Slab_100-webfont.eot');
    src: url('../../pk/fonts/Museo_Slab_100-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../pk/fonts/Museo_Slab_100-webfont.woff') format('woff'),
         url('../../pk/fonts/Museo_Slab_100-webfont.ttf') format('truetype'),
         url('../../pk/fonts/Museo_Slab_100-webfont.svg#MuseoSlab100Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MuseoSlab700Regular';
    src: url('../../pk/fonts/Museo_Slab_700-webfont.eot');
    src: url('../../pk/fonts/Museo_Slab_700-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../pk/fonts/Museo_Slab_700-webfont.woff') format('woff'),
         url('../../pk/fonts/Museo_Slab_700-webfont.ttf') format('truetype'),
         url('../../pk/fonts/Museo_Slab_700-webfont.svg#MuseoSlab700Regular') format('svg');
    font-weight: bold;
    font-style: normal;
}

body {
color: #3f3f3f;
}
a {
	color:#004a79;
	transition: all 0.3s ease 0s;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 500;
}
h1 {
  font-family:MuseoSlab500Regular;
  color:#003254;

}
a:hover {
	color:#0888ad;
}
.museo {
  font-family:MuseoSlab500Regular !important;
}

.gray {
	color:#CCC;
}
.blue {
	color:#004a79;
}

.text-book{
	font-weight: 300;
}

.text-xbold{
	font-weight: 800;
}

.text-bold{
	font-weight: 700;
}

.text-white{
	color: #fff;
}

.upper {
	text-transform:uppercase;
}


.thick-hr{
	border: 6px solid #fff;
	position: relative;
  margin-top: 140px;
}
.pull-left {
  margin-right: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.panel-primary > .panel-heading {
background-color: #003254;
border-color: #515151;
}
.panel-primary {
border-color: #515151;
}
blockquote footer {
background-color: transparent
}
blockquote p {
font-style:normal;
}
/*
 *  Sticky top nav
 */





.navbar-pk {
  background-color: #004a79;
  border-bottom: 4px solid #c5c5c5;
  -webkit-box-shadow:  0px 0px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow:  0px 0px 3px 3px rgba(0, 0, 0, 0.3);
  width: 100%;
  background: #004a79;
  background: -webkit-gradient(linear, left top, left bottom, from(#004a79), to(#003254));
  background: -webkit-linear-gradient(top, #004a79, #003254);
  background: -moz-linear-gradient(top, #004a79, #003254);
  background: -ms-linear-gradient(top, #004a79, #003254);
  background: -o-linear-gradient(top, #004a79, #003254);
  background: linear-gradient(#004a79, #003254);
}
.navbar-pk .navbar-nav {
  float: right;
}
.navbar-pk .container-fluid { padding-right: 0; }
.navbar-pk a { color: white; }
.navbar-pk a:hover, .navbar-pk li.active a {
  color:#0888ad;
}
.nav>li>a:hover, .nav>li>a:focus {
text-decoration: none;
background-color:transparent;
}
.navbar-pk .logo {
width: 155px;
margin-top: -6px;
}

.navbar-pk > .container { padding: 0; }

.navbar-pk li:first-child{
	border-left: 1px solid #bbb;
}

.navbar-pk li{
	float: left;
	color: #222;
	cursor: pointer;
	border-right: 1px solid #bbb;
	font-weight: 500;
	padding-top: 6px;
	padding-bottom: 6px;
}

.navbar-pk li:hover{
background-color: #ccc;
}
.navbar-nav>li>a {
padding-top: 8px;
padding-bottom: 8px;
}
.Tag-SmartEncryption, .Tag-Everywhere {
text-transform: uppercase;
letter-spacing: .1em;
font-weight: 300;
}
.Tag-SmartEncryption {
font-weight: 700;
}

@media (max-width: 768px) {

 .navbar-pk {
    background-color: #004a79;
    border-bottom: 4px solid #c5c5c5;
    -webkit-box-shadow:  0px 0px 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow:  0px 0px 3px 3px rgba(0, 0, 0, 0.3);
    width: 100%;
    background: #004a79;
    background: -webkit-gradient(linear, left top, left bottom, from(#004a79), to(#003254));
    background: -webkit-linear-gradient(top, #004a79, #003254);
    background: -moz-linear-gradient(top, #004a79, #003254);
    background: -ms-linear-gradient(top, #004a79, #003254);
    background: -o-linear-gradient(top, #004a79, #003254);
    background: linear-gradient(#004a79, #003254);
  }
  .navbar-pk .navbar-nav {
    float:left;
    padding-left:30px;
  }
  .navbar-pk li:first-child{
    border:none;
  }

  .navbar-pk li{
    float: left;
    color: #222;
    cursor: pointer;
    border-right:none;
    font-weight: 500;
    padding-top: 3px;
    padding-bottom: 3px;
  }


  .navbar-pk li:hover{
    background-color:none;
  }
  .navbar-nav>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
  }

}







/*
 *  ScrollSpy
 */
#main-container {
  position: relative;
  margin-top: 50px;
}
/*
 *  responsiveslides
 */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

#home-page {
	border-bottom: 14px solid #004a79;
	padding-top: 0%;
	padding-bottom: 10%;
	background: url(../images/1200x668_hero.jpg);
	background-size: cover;
  background-position: 50% 50%;
}

.home-title, #home-title{
	height: 500px;
	text-align: center;
}

@media (max-width: 768px) {
	.home-title, #home-title{
	height: 300px;
}

}
.home-title h1, #home-title h1{
	font-size: 5.5em;
	line-height: 1;
}

@media (max-width: 768px) {
.home-title h1, #home-title h1 {
font-size: 3.5em;
}
.home-title h2, #home-title h2 {
  font-size: 1.5em;
}
}

#overview {
padding: 2% 0;
}
#whydsp {
padding: 2% 0;
}
.divider{
	border-top: 14px solid #004a79;
	border-bottom: 14px solid #004a79;
}

.hollow-button{
	padding: 15px;
	border: 4px solid #fff;
	cursor: pointer;
}

.small-hollow-button{
	padding: 8px;
	border: 4px solid #fff;
	cursor: pointer;
	display:inline-block;
}
/*
 *  Testimonials
 */
.testimonials{
	padding-bottom: 3%;
	padding-top: 3%;
	background:url(../images/building-angle.jpg);
	background-size: cover;
	background-attachment: fixed;
}

.testimonial{
	background-color: rgba(200,200,200,0.7);
	padding: 15px;
}

.testimonial h4{
	font-style: italic;
}

.testimonial-triangle{
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 0px solid transparent;
	border-top: 30px solid rgba(160,160,160,0.7);
	}

.testimonial i{
	font-size: 5em;
	display: inline-block;
	padding-top: 19px;

}
/*
 *  Portfolio
 */
.portfolio-overlay{
	position: absolute;
	top:0px;
	left:0px;
	height: 100%;
	width: 100%;
	display: none;
	padding: 52px 10px 10px 10px;
	background-color:  rgba(8,136,173,0.8);

}

#portfolio-container{
	margin-bottom: 40px;
}

.isotope-item {
  z-index: 2;
  width: 365px;
  height: 180px;
  overflow: hidden;
  padding:20px;
}
.isotope-item a {
color: #fff;
}

.isotope-hidden.isotope-item {
  z-index: 1;
}

#filters{
	list-style: none;
	overflow: hidden;
	margin: 0px;
	display: inline-block;
}

#filters li:first-child{
	margin-left: 0px;
}

#filters li{
	float: left;
	margin-left: 25px;
}

#filters li a{
	font-weight: 700;
	color: #222;
	font-size: 17px;
}

.active-filter{
	border-bottom: 3px solid #222;
}


.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

#clients {
  padding-bottom: 3%;
  padding-top: 3%;
  background: url(../images/customers-city.jpg);
  background-size: cover;
  background-attachment: fixed;
}

/*
 *  Footer
 */
footer.footer {
background: #004a79;
background: -webkit-gradient(linear, left top, left bottom, from(#004a79), to(#003254));
background: -webkit-linear-gradient(top, #004a79, #003254);
background: -moz-linear-gradient(top, #004a79, #003254);
background: -ms-linear-gradient(top, #004a79, #003254);
background: -o-linear-gradient(top, #004a79, #003254);
background: linear-gradient(#004a79, #003254);
}
footer .container {
background-color: rgba(0,0,0,0);
}
.footer .module ul.nav > li.active > a {
color: #FFF;
background-color: transparent;
font-weight: normal;
}
/*
 *  In Page Navigation
 */
ul.nav-child.unstyled.small a {
color: #222;
}

ul.nav.menu_subpage {
margin: 0px;
}
ul.nav.menu_subpage li {
float: left;
margin: 7px 10px 0px 0px;
padding: 6px;
}
ul.nav.menu_subpage a {
transition: all 0.3s ease 0s;
border-radius: 11px;
border: 1px solid #c1c1c1;
}

ul.nav.menu_subpage a:hover {
    background: #0888ad;
	color:#fff;
}

.module ul.nav > li.active > a {
color: #333;
background-color: transparent;
font-weight: bold;
}
.module ul.nav li > ul.nav-child > li.current.active > a {
color: #333;
font-weight: bold;
}
ul.nav-child.unstyled.small {
font-size: 90%;
}
ul.nav.menu li.current {
font-weight: bold;
}
/*
 *  Buttons
 */
.btn-primary {
color: #fff;
background-color: #004a79;
border-color: #003254;
}
/*
 *  Special
 */
form.form-inline {
margin-top: 7px;
}
.menu-bg .container {
padding: 0px;
}

img.product-screenshot {
float: right;
padding: 10px;
}

h3.features {
border-top: 1px solid #222;
border-bottom: 1px solid #222;
}
#above .container-fluid {
padding:0px;
}

span.bqstart, span.bqend  {
text-indent: 0;
font-family: Georgia;
font-size: 300%;
color: #adadad;
padding: 3px;
}
span.bqstart {
float: left;
margin: .2em 0 -2em -.5em;
}
span.bqend {
float: right;
margin: .25em 0.5em -2em 0;
}
/*
 *  Top nav
 */

.navbar {
  min-height: 36px;
  font-size: 1.2em;
}

.menu-bg .navbar-nav>li>a {
    color: white;
}
.menu-bg .navbar-nav>li>a:hover {
    color: #DDD;
}
.menu-bg .navbar-nav>.alias-parent-active>a,
.menu-bg .navbar-nav>.active>a {
    color: #004A79;
    background-color: #e7e7e7;
}

.navbar-default .navbar-collapse.in {
  border : none;
  width: 90%;
}

#menu .navbar-default .navbar-collapse.in li {
  border : none;
}

#menu {
  margin-bottom: 0;
  border-radius: 0;
  border-width: 0;
}

.navbar-default .navbar-collapse.in li {
  width: 75%;
  text-align: center;
  padding: 5px 0;
}

 a.scroll.navbar-brand.text-white {
padding: 15px 0 0 15px;
}
form.form-inline {
width: 90%;
}
.careers_home form.form-inline {
line-height: 0px;
}
#top-toolbar input.button {
width: 20px;
}
.navbar-nav>li {
float: left;
}
#top_menu .navbar-nav>li>a {
padding: 0px;
}

#top_menu .btn-group { margin-bottom: 0; }

.navbar-brand img { width: 100%;
}
a.navbar-brand {
padding: 0px;
}
.tagline {
font-size: 125%;
color:#313131;
}
.logo.pull-left.col-md-8 {
margin: 22px auto 22px auto;
}
.header-container {
padding-top:4px;
}

/*
 *  Full-width Banner
 */
#above .container-fluid .custom {
max-height: 220px;
}
img.full-width-banner {
width: 100%;
min-width:768px;
}
/*
 *  Left Sidebar Navigation
 */
.sidebar-nav ul.nav.menu_aux {
margin: 0px;
}
.sidebar-nav .module-content a {
padding: 10px 0px;
}
.sidebar-nav .module ul.nav > li {
line-height: 24px;
border-bottom: 1px solid #e4e4e4;
}
.sidebar-left {
	padding-top:30px;
}
/*
 *  Right Sidebar Navigation
 */
.sidebar-right {
  padding: 20px;
  background: #f5f5f5;
  margin-top: 30px;
  border-radius: 10px;
  border: 1px solid #e4e4e4;
}
.sidebar-right .module ul.nav > li {
line-height: 20px;
font-size: .9em;
}
.sidebar-right .module ul.nav > li>a {
padding: 10px 0px;
}
.sidebar-right ul.nav.menu_context {
margin:0px;
}
/*
 *  Footer Typography and layout
 */
footer .module ul.nav > li {
line-height: inherit;
border-bottom: none;
font-size: 1em;
width: auto;
}
ul.latestnews {
list-style-type: none;
}

a.latest-article-link {
border: 1px solid #FFF;
padding: 3px 6px;
margin: 0 12px;
text-align: center;
border-radius: 8px;
}

h5.pressroom, h5.latestblog, div#footer-right h5 {
color: #FFF;
font-weight: 700;
letter-spacing: .05em;
text-transform: uppercase;
}
ul.latestnews {
color: #fff;
margin:0px;
}
div#footer-right img {
padding: 10px;
}
div#footer-bottom3 .module {
float: right;
}
footer ul.nav li a {
color: #b4b4b4;
}
div#footer-bottom3 .nav>li>a {
padding: 0px;
}
div#footer-right i {
padding: 10px;
}
footer a {
transition: all 0.3s ease 0s;
}
footer a:hover {
color:#0888ad;
}
/*
 *  Tech Form
 */
table.FormTable {
}
table.FormTable input#mainfield, table.FormTable textarea, table.FormTable select {
width: 100%;
margin: 10px;
padding: 2px;
}
/*
 *  Navigation
 */
.menu-bg {
  background: #004a79;
  background: -webkit-gradient(linear, left top, left bottom, from(#004a79), to(#003254));
  background: -webkit-linear-gradient(top, #004a79, #003254);
  background: -moz-linear-gradient(top, #004a79, #003254);
  background: -ms-linear-gradient(top, #004a79, #003254);
  background: -o-linear-gradient(top, #004a79, #003254);
  background: linear-gradient(#004a79, #003254);
  width:100%;
  margin-top: 20px;
}
.menu-bg > span {
    display:inline-block;
    margin:0 auto;
  width:960px;
}
#nav14 {
  position:relative;
  list-style-type:none;
  z-index: 1000;
  margin: 0;
  font-size:90%;
}
#nav14 > li {
  float:left;
  padding:0;
  position:relative;
padding: 0 46px 0 46px;
}
#nav14 > li > a {
    border:1px solid transparent;
    color:#FFF;
    display:block;
    font-size:1.2em;
    padding:7px 10px;
    position:relative;
    text-decoration:none;
}
#nav14 > li > a:hover {
    background-color:#003356;
}
#nav14 > li.selected  > a {
    background-color:#003356;
    z-index:2;
}
#nav14 li div {
    position:relative;
}
#nav14 li div div {
    background-color:#e4e8eb;
    border-bottom:8px solid #003356;
    padding:12px 0;
    display:none;
    margin:0;
    position:absolute;
    z-index:1;
    width:190px;
}
#nav14 li div div.wrp2 {
    width:385px;
}
#nav14 .sep {
    left:190px;
    border-left:1px solid #FFF;
    bottom:0;
    height:auto;
    margin:15px 0;
    position:absolute;
    top:0;
    width:1px;
}
#nav14 li div ul {
    padding-left:10px;
    padding-right:10px;
    position:relative;
    width:100%;
    float:left;
    list-style-type:none;
	margin-left: 0px;
}
#nav14 li div ul li {
    margin:0;
    padding:0;
}
#nav14 li div ul li h2 {
font-size: 1em;
text-transform: uppercase;
color: #000;
font-weight:bold;
}
#nav14 li div ul li h2 a {
text-decoration: none;
color: #000;
}
#nav14 li div ul li h2 a:hover {
  color:#003254;
}
#nav14 li div ul li h3 {
    border-bottom:1px solid #003254;
    color:#4F4F4F;
    font-weight:bold;
    margin: 10px 0 0 0;
    font-size:1em;
    padding-bottom:3px;
    padding-top:3px;
float: none;
display: block;
}
#nav14 li div ul li h3 a{
  text-decoration:none;
  font-weight:bold;
  color:#000;
  display:block;

}
#nav14 li div ul li h3 a:hover {
  color:#003254;
}
#nav14 li ul ul {
    padding:0 0 8px;
}
#nav14 li ul ul li {
    margin:0;
    padding:0;
    font-size:0.95em;
}
#nav14 li ul ul li a {
color: #000;
display: block;
margin-bottom: 7px;
text-decoration: none;
line-height: 17px;
font-size: 95%;
}
#nav14 li ul ul li a:hover{
    background-color:#c8ced2;
  color:#003254;
}
#nav14 li div ul li h2 {
line-height:5px;
}

@media (min-width: 768px ) {
  .menu {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin-left: 10%;
  }

  #mobile-menu { width: 100%; }
}

#bottom-social{
	padding-bottom: 2%;
	padding-top: 2%;
	background-size: cover;
	background-attachment: fixed;
	margin-bottom: 0px !important;

}

#bottom-social h3{
	margin-top: 0px;
	margin-bottom: 25px;
}

#bottom-social a {
	color:#004a79;
}
#bottom-social i{
	font-size: 3.5em;
	margin-left: 35px;
}

.social-foundicon-twitter{
	margin-left: 0px !important;
}

.top50 {
margin-top:50px;
}
.top25 {
margin-top:25px;
}
.bottom50 {
margin-bottom:50px;
}
.pad20 {
	padding:20px;
}
.challenges {
line-height: 23px;
font-weight: normal;
}
.challenges strong {
color:#004a79;
font-weight:normal;
}
/*
 *  Marketo Forms
 */
.mktoButton {
width: 97%;
padding: 22px;
margin-top: 5px !important;
	 }
.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
  padding: 8px 8px !important;
  width: 97% !important;
  margin: 5px !important;
}

.button-yellow, .button-yellow a{
  background-color: #dcab36;
  color: #fff !important;
}
.button-yellow:hover, .button-yellow:focus {
    background-color: #4a4a4a;
	color:#e9ab16 !important;
	 }

/*
 *  SEARCH
 */
.searchintroform { padding-top: 1em; }

dt.result-title { margin-bottom: 0.25em; }

.search-resultsform dd {
  margin-left: 2em;
  margin-right: 2em;
}

dd.result-category {
  font-variant: small-caps;
  font-size: 90%;
}

dd.result-createdform {
  font-style: italic;
  font-size: 85%;
  margin-bottom: 1em;
}
.searchform p.counter { margin-top: 0.5em; }
.searchform .form-limit { margin-top: 0.4em; }
.finder .form-inline,
.finderform .form-inline {
  float: none;
  width: auto;
  line-height:1.2;
}
.advanced-0search-tip p {
  line-height: 1.5;
  margin: 0.5em 0;
}
.form-search input.form-control {
  height: inherit;
  margin-top: 3px;
}
.form-search button[type="submit"] { font-size: 17px; }
/*
 *  Down nav arrow
 */
.go-down {
  position: fixed;
  bottom: 2em;
  left: 48.25%;
  display: block;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  line-height: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: rgba(0,0,0,.5);
  text-align: center;
  color: #ddd;
  z-index: 10;
}
/*
 *  Newsroom
 */
 .media.newsroom {
padding: 10px 0px;
border-bottom: 1px solid #ddd;
}
.media img {
padding:5px;
}
#pr_news-1 h4 { clear: both; }
img.news {
  width: 30%;
  margin-right: 2em;
}
.newsroom .media-left {
width: 200px;
}
input#filter-search { line-height: 2; }
/*Products page*/
table.table.products-list a {
color:#3f3f3f;
}
th.product-column {
	width:40%
}
th.platform-column {
	width:36%
}
th.downloads-column, th.purchase-column {
	width:12%
}
.page-callout{
	margin-bottom: 38px;
}
details details { margin-left: 1em; }


.sidebar-left .module, .sidebar-right .module {
margin-bottom:0px;
}

.menu_context li.current {
display: none;
}
 a.datasheet:before {
content: url('/images/icons/datasheet.png');
padding: 0 5px;
}
 a.link:before {
content: url('/images/icons/link.png');
padding: 0 5px;
}
a.request:before {
content: url('/images/icons/question.png');
padding: 0 5px;
}
a.evaluation:before {
content: url('/images/icons/eval.png');
padding: 0 5px;
}
a.features:before {
content: url('/images/icons/features.png');
padding: 0 5px;
}
a.buy:before {
content: url('/images/icons/buy.png');
padding: 0 5px;
}

/*BLOG*/
img.avatar {
display: none;
}
.ezb-mod .mod-item + .mod-item {
margin: 0px !important;
}
.sidebar-left .ezb-mod .mod-item {
padding: 5px 0px;
}
#eblog-wrapper .blog-text .easyblog-image-caption-container {
float: left;
margin: 0 15px 15px 0;
}

.ezb-mod .mod-post-title {
font-size: inherit;
font-weight: inherit;
}
#ezblog-label {
font-family: "MuseoSlab500Regular";
margin-bottom: 25px;
color: #003254;
font-size: 45px;
border-bottom:none !important;
}
.profile-title {
font-family: "MuseoSlab500Regular";
color: #003254;
font-size: 45px !important;
}
.custom_blog_calltoaction {
margin: 1% 0% 1% 5%;
padding: 10px 10px 5px 10px;
float: right;
width: 40%;
clear: both;
border-right: 3px solid #003254;
text-align: right;
}
.ezb-mod .mod-post-title {
font-weight: normal !important;
}
.custom_blog_calltoaction h1 {
font-size: 16px;
line-height: 20px;
}
.headline h4 {
margin-top: 30px;
font-family: MuseoSlab500Regular;
}
.calltoaction-icon {
float: right !important;
margin: 1% 0% 1% 2% !important;
width: 15%;
background: none !important;
border: none;
}

#top .container {
padding: 0px;
}
.module._blog_header {
color: #fff;
z-index: 1;
position: absolute;
}
.blogheadline {
font-weight: 700;
font-size: 125%;
margin-top: 3%;
line-height: 32px;
letter-spacing: .04em;
}
.ezb-mod .mod-post-author.at-bottom {
border-top: none !important;
padding: 0 0 0!important;
margin: 0!important;
}
.ezb-mod .mod-post-image {
display: none;
}

/*
 *  ToC
 */
.article-index {
  padding-left: 20px;
  width: 33%;
  background-color: aliceblue;
  border-radius: 10px;
  border: 3px solid #004a79;
}
.article-index ul li a.active {
  background-color: transparent;
  font-weight: bold;
}
/* Marketo Form correction */
.mktoForm .mktoLabel  { display: none; }
.mktoForm .mktoGutter { display: none; }
.mktoForm .mktoOffset { display: none; }
.mktoForm .mktoClear  { display: none; }

/*Store*/
img.main-ico {
  float: left;
  max-width: 40px;
}

.blogstore .buycontrol { display: none; }
.blogstore p.readmore {
  position: relative;
  top: -5em;
  right: -40%;
  width: 30%;
}
.captioned-image {
  float: left;
  margin-right: 10px;
  width: 191px;
}

.captioned-image .caption {
  font-size: 80%;
  line-height: 1.2;
  font-style: italic;
}
#home-footer footer, #home-footer footer .container {
  background-color:#ffffff !important;
  font-size: 11px;
  color: #333333!important;
  overflow: hidden;
}
#home-footer footer a {
  color: #004a79;
  text-decoration:none;
}
.border-sm{
  border: 1px solid #004a79;
  border-radius: 5px;
  padding: 2px 7px 2px 7px;
}
#home-footer ul.footer-nav {
    float: right;
}

#home-footer ul.footer-nav li {
    display: inline-block;
    float: left;
    margin-left: 15px;
}

#home-footer ul.footer-nav li:first-child {
    margin-left: 0;
}

#home-footer ul.footer-nav li a {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
#home-footer {
  font-size: 80%;
}
#home-footer i {
  font-size: 3em;
}
/*
 * Security Advisory Tab
 */
#ahem {
  display: none;
  position: fixed;
  top: 0;
  left: 16px;
  max-width: 350px;
  line-height: 1.5;
  z-index: 1050;
  color: white;
}
.frontpage #ahem { top: 69px; }
@media (max-width: 768px) {
  .frontpage #ahem{ top: 64px;}
}
.ie9 #ahem, .ie10 #ahem { display: block; }
.ahem-body {
  display: none;
  font-size: 80%;
  border: 1px solid white;
  color: black;
  background-color: #FEE;
  padding: 0 0.5em;
}
.ahem-tab {
  border: 1px solid white;
  border-top: none;
  padding: 0 1em 5px;
  background-color: #c30;
  border-radius: 0 0 15px 15px;
}
.ahem-tab p {
  margin: 0;
}
/*
 * Accordion Indicators
 */
.descriptions a[aria-expanded='true']:before { content: "Hide "; }
.descriptions a[aria-expanded='false']:before { content: "Show "; }

.careers_home table.category {
    display: none;
}

div#fd.eb.mod_easybloglatestblogs .eb-mod-media-title { font-weight: normal; }

aside.success-profile {
  width: 30%;
  margin-left: 3%;
  float: right;
  background-color: #EEE;
  padding-left: 1em;
  border-radius: 1em;
  font-size: 90%;
}

/* hover effect for dropdown */
.navbar-nav li:hover .dropdown-menu {
  display: block;
}

.panel-group summary { font-style: italic; }
.panel-group a[data-toggle='collapse'] { display: block; }
.panel-group details+details { border-top: 2px solid #EEE; }

span.dateline{
  font-variant: small-caps;
  font-weight: bolder;
  font-size: 90%;
}

/* h-card formatting */
.h-card p {
  margin-top: 0;
  margin-bottom: 0;
}

.content-links .nav>li>a {
  padding-left: 0;
  font-weight: bold;
}

.content-links a:hover {
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
}

.content-links ul { margin-left: 0; }

.nav-child li {
    padding-bottom: 10px;
}
/* partner portal styles */

.partner_portal .boxes {
    display: block;
    float: left;
    height: 100%;
    margin: 0.5%;
    position: relative;
    width: 19%;
    border-radius: 10px;
    border: 3px solid #ccc;
}
.partner_portal .box-bottom { height: 10px; }
.partner_portal .partner-ticker { clear: left; }
.partner_portal .partner-ticker h3 { float: none; }
.partner_portal .boxes .text { padding: 1em 0 0;}
.partner_portal .boxes .text p
{
  min-height: 17em;
  padding: 1em 1em 0;
}
.boxes .enter { padding-left: 7px; }
.joomla_login_form { display: none; }
div.wrapper_partner
{
  width: 100%;
  height: 200px;
}
div.wrapper_partner td { padding: 2px 6px; }
div.wrapper_partner #form1 { height: 163px; }
div.wrapper_partner input {
  width: 200px;
  padding: 5px;
}
#Login1_LoginButton {
  margin-top: 4px;
  width: 210px;
  height: 27px;
  padding-bottom: 1px;
  padding-left: -5px;
}
.partner_login #exmid
{
  width: 960px;
  padding: 0;
  margin: 0;
  height: 227px;
}
.partner_login #exleft { display: none; }
.partner_login .crumbs { padding-bottom: 0; }
#container-partner {
  width: 952px;
  height: auto;
  margin: 10px 0px 0px 3px;
}
#container-partner .menu {
  float: left;
  height: auto;
}
#container-partner .menu .item { width: 200px; }
#container-partner .menu .item .end {
  width: 200px;
  display: none;
}
#container-partner .menu .item-selected {
  width: 200px;
  position: relative;
}
#container-partner .menu .item-selected .end {
  top: -1px;
  left: -7px;
  width: 7px;
  height: 44px;
  position: absolute;
  display: block;
}
#container-partner .menu .item h3, #container-partner .menu .item-selected h3 {
  padding: 10px 10px 10px 20px;
  margin: 0px;
  float: none;
}
#container-partner .menu .item h3,
#container-partner .menu .item-selected h3 {
  padding: 10px 10px 10px 20px;
  margin: 0px;
  float: none;
}
#container-partner .content {
  height: auto;
  margin-left: 200px;
  min-height: 300px;
}
#container-partner .content a { display: block; }
.content, .content-active { padding: 10px 20px 20px 20px; }
#content2,
#content3,
#content4,
#content5,
#content6,
#content7,
#content8,
#content9 { display: none; }
#content1 { display: block; }

#container-partner .content ul {
  min-height: 150px;
  margin: 0px;
  padding: 0px;
}
#container-partner .content ul li {
  width: 190px;
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 8px 15px 0px 15px;
  min-height: 140px;
  position: relative;
}
.partner-splash {
  width: 960px;
  height: 158px;
  margin-top: 5px;
  position: relative;
}
.partner_portal a.dealreg {
  display: block;
  width: 172px;
  height: 100px;
  position: absolute;
  right: 40px;
  top: 50px;
}
.partner_portal a.keyrequest {
  display: block;
  width: 172px;
  height: 100px;
  position: absolute;
  right: 260px;
  top: 50px;
}
.partner_portal .line {
  width: 2px;
  height: 105px;
  position: absolute;
  right: 235px;
  top: 30px;
}


/* end partner portal styles */
/* partner portal styles */
.partner_portal .boxes .box-top h2 { text-align: center; }
div.wrapper_partner td {
  font-size: 13px;
  line-height: 1.5;
}
div.wrapper_partner #form1 { font-size: 13px; }
div.wrapper_partner input { font-family: Open Sans; }
#Login1_LoginButton {
  text-shadow: 0 1px #000000;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Open Sans, Sans-serif;
}
a#Login1_PasswordRecoveryLink {
  font-weight: normal;
  text-decoration: none;
  font-size: 11px;
}
#container-partner .menu .item:hover h3 { text-shadow: 0px -1px #000000; }
#container-partner .menu .item h3, #container-partner .menu .item-selected h3 {
  text-shadow: 0px -1px #000000;
}
#container-partner .menu .item h3,
#container-partner .menu .item-selected h3 {
  text-shadow: 0px -1px #000000;
}
#container-partner .menu .item-selected h3 { text-shadow: none; }
#container-partner .content ul { list-style: none; }

/* end partner portal styles */
/* partner portal styles */

.partner_portal .box-bottom {
    background: url('/images/partner/box-bottomh.jpg') no-repeat scroll 0 0 transparent;
}
.partner_portal .boxes .box-top h2 { color: white; font-size: 120%; }

.wrapper_partner
{
  background: url('/images/portal-login-blue.png') repeat-x center 0 transparent;
}
div.wrapper_partner td { color: white; }
div.wrapper_partner input {
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #555555;
    border: 0px;
}
div.wrapper_partner .logout-button input { color: white; }
#Login1_LoginButton {
  background: #5b5b5b; /* Old browsers */
  background: -moz-linear-gradient(top,  #5b5b5b 0%, #131313 63%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b5b5b), color-stop(63%,#131313)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #5b5b5b 0%,#131313 63%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #5b5b5b 0%,#131313 63%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #5b5b5b 0%,#131313 63%); /* IE10+ */
  background: linear-gradient(top,  #5b5b5b 0%,#131313 63%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b5b5b', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
  border: 0px #131313 solid;
  cursor:pointer;
  color: #ffffff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

#Login1_LoginButton:hover {
  background: -moz-linear-gradient(top,  #5b5b5b 0%, #131313 63%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#131313), color-stop(63%,#131313)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #131313 0%,#131313 63%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #131313 0%,#131313 63%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #131313 0%,#131313 63%); /* IE10+ */
  background: linear-gradient(top,  #131313 0%,#131313 63%); /* W3C */
}
a#Login1_PasswordRecoveryLink { color: #ffffff; }
.partner_login #exmid { background-color: transparent; }
.partner_login .main-content { background: url('/images/portal-login-blue.png') repeat-x center 0 transparent; }
.partner_login .crumbs { color: white; }
#container-partner {
  background: #d2d2d2 url('/images/partner-menu-back.jpg') repeat 0 0;
  background: #FFF url('/images/partner/partner-menu-bg2.jpg') repeat-y -5px 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 0px 10px #666666;
  box-shadow: 0px 0px 10px #666666;
}
#container-partner .menu .item {
  border-bottom: 1px #224371 solid;
  border-top: 1px #97b2db solid;
  background: #004a79;
}
#container-partner .menu .item .end {
  border-bottom: 1px #224371 solid;
  border-top: 1px #97b2db solid;
  background: transparent url() no-repeat 0 0;
}
#container-partner .menu .item-selected {
  border-bottom: 1px #224371 solid;
  border-top: 1px #97b2db solid;
  background: #ffffff url() no-repeat 0 0;
}

#container-partner .menu .item-selected .end {
  background: #ffffff url('/images/partner/partner-menu-end.jpg') no-repeat 0 0;
}

#container-partner .menu .item:hover {
  cursor: pointer;
  background: transparent url('/images/partner/partner-roll.jpg') repeat 0 0;
  border-top: 1px #6282b3 solid;
}
#container-partner .menu .item:hover h3 { color: #ffffff; }
#container-partner .menu .item:first-child,
#container-partner .menu .item-selected:first-child {
  border-top: 0px #ffffff solid;
  border-radius: 0px 0px 0px 6px;
  -moz-border-radius: 0px 0px 0px 6px;
  -webkit-border-radius: 0px 0px 0px 6px;
}
#container-partner .menu .item:last-child,
#container-partner .menu .item-selected:last-child {
  border-bottom: 1px #97b2db solid;
  border-radius: 0px 0px 6px 0px;
  -moz-border-radius: 0px 0px 6px 0px;
  -webkit-border-radius: 0px 0px 6px 0px;
}
#container-partner .menu .item h3,
#container-partner .menu .item-selected h3 { color: #ffffff; font-size: 100%; line-height: 1; }

#container-partner .menu .item-selected h3 { color: #3d5c8a; }

#container-partner .content {
  background: #ffffff url() no-repeat 0 0;
  -moz-border-radius: 0px 3px 3px 0px;
  -webkit-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
}

#container-partner .content ul li {
  background: transparent url('/images/partner/partner-doc-back.jpg') no-repeat 0 0;
}
.partner-splash {
  background: url('/images/partner/main-part-splash.jpg') no-repeat 0 0 transparent;
}
.partner_portal a.dealreg {
  background: url('/images/partner/dealreg.png') no-repeat 0 0 transparent;
  cursor: pointer;
}
.partner_portal a.keyrequest {
  background: url('/images/partner/keyrequest.png') no-repeat 0 0 transparent;
  cursor: pointer;
}
.partner_portal .line {
  background: url('/images/partner/line.jpg') no-repeat 0 0 transparent;
}
/* end partner portal styles */
/* Partner Portal */
.partner-portal .boxes {
  display: block;
  float: left;
  height: 100%;
  margin: 0.5%;
  position: relative;
  width: 19%;
  border-radius: 10px;
  border: 2px solid #ccc;
}
.box-top {
  text-align: center;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  margin: 0;
  padding: 1px;
}
.boxes a.enter {
  display: block;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  padding: 7px 0;
  text-align: center;
  color: white;
  font-size: 1.5rem;
  height: 4em;
}
.support .box-top {
  background: #0D7194;
  background: -webkit-gradient(linear, left top, left bottom, from(#0D7194), to(#075465));
  background: -webkit-linear-gradient(top, #0D7194, #075465);
  background: -moz-linear-gradient(top, #0D7194, #075465);
  background: -ms-linear-gradient(top, #0D7194, #075465);
  background: -o-linear-gradient(top, #0D7194, #075465);
  background: linear-gradient(#0D7194, #075465);
}
.learning .box-top {
  background: #5A5A5A;
  background: -webkit-gradient(linear, left top, left bottom, from(#5A5A5A), to(#3F3F53));
  background: -webkit-linear-gradient(top, #5A5A5A, #3F3F53);
  background: -moz-linear-gradient(top, #5A5A5A, #3F3F53);
  background: -ms-linear-gradient(top, #5A5A5A, #3F3F53);
  background: -o-linear-gradient(top, #5A5A5A, #3F3F53);
  background: linear-gradient(#5A5A5A, #3F3F53);
}
.sales .box-top {
  background: #555492;
  background: -webkit-gradient(linear, left top, left bottom, from(#555492), to(#0A3070));
  background: -webkit-linear-gradient(top, #555492, #0A3070);
  background: -moz-linear-gradient(top, #555492, #0A3070);
  background: -ms-linear-gradient(top, #555492, #0A3070);
  background: -o-linear-gradient(top, #555492, #0A3070);
  background: linear-gradient(#555492, #0A3070);
}
.marketing .box-top {
  background: #65b533;
  background: -webkit-gradient(linear, left top, left bottom, from(#65b533), to(#469011));
  background: -webkit-linear-gradient(top, #65b533, #469011);
  background: -moz-linear-gradient(top, #65b533, #469011);
  background: -ms-linear-gradient(top, #65b533, #469011);
  background: -o-linear-gradient(top, #65b533, #469011);
  background: linear-gradient(#65b533, #469011);
}
.product .box-top {
  background: #29aCCC;
  background: -webkit-gradient(linear, left top, left bottom, from(#29aCCC), to(#1F90b4));
  background: -webkit-linear-gradient(top, #29aCCC, #1F90b4);
  background: -moz-linear-gradient(top, #29aCCC, #1F90b4);
  background: -ms-linear-gradient(top, #29aCCC, #1F90b4);
  background: -o-linear-gradient(top, #29aCCC, #1F90b4);
  background: linear-gradient(#29aCCC, #1F90b4);
}
.support a.enter {
  background: #075465;
  background: -webkit-gradient(linear, left top, left bottom, from(#075465), to(#0D7194));
  background: -webkit-linear-gradient(top, #075465, #0D7194);
  background: -moz-linear-gradient(top, #075465, #0D7194);
  background: -ms-linear-gradient(top, #075465, #0D7194);
  background: -o-linear-gradient(top, #075465, #0D7194);
  background: linear-gradient(#075465, #0D7194);
}
.learning a.enter {
  background: #3F3F53;
  background: -webkit-gradient(linear, left top, left bottom, from(#3F3F53), to(#5A5A5A));
  background: -webkit-linear-gradient(top, #3F3F53, #5A5A5A);
  background: -moz-linear-gradient(top, #3F3F53, #5A5A5A);
  background: -ms-linear-gradient(top, #3F3F53, #5A5A5A);
  background: -o-linear-gradient(top, #3F3F53, #5A5A5A);
  background: linear-gradient(#3F3F53, #5A5A5A);
}
.sales a.enter {
  background: #0A3070;
  background: -webkit-gradient(linear, left top, left bottom, from(#0A3070), to(#555492));
  background: -webkit-linear-gradient(top, #0A3070, #555492);
  background: -moz-linear-gradient(top, #0A3070, #555492);
  background: -ms-linear-gradient(top, #0A3070, #555492);
  background: -o-linear-gradient(top, #0A3070, #555492);
  background: linear-gradient(#0A3070, #555492);
}
.marketing a.enter {
  background: #65b533;
  background: -webkit-gradient(linear, left top, left bottom, from(#469011), to(#65b533));
  background: -webkit-linear-gradient(top, #469011, #65b533);
  background: -moz-linear-gradient(top, #469011, #65b533);
  background: -ms-linear-gradient(top, #469011, #65b533);
  background: -o-linear-gradient(top, #469011, #65b533);
  background: linear-gradient(#469011, #65b533);
}
.product a.enter {
  background: #1F90b4;
  background: -webkit-gradient(linear, left top, left bottom, from(#1F90b4), to(#29aCCC));
  background: -webkit-linear-gradient(top, #1F90b4, #29aCCC);
  background: -moz-linear-gradient(top, #1F90b4, #29aCCC);
  background: -ms-linear-gradient(top, #1F90b4, #29aCCC);
  background: -o-linear-gradient(top, #1F90b4, #29aCCC);
  background: linear-gradient(#1F90b4, #29aCCC);
}

.partners-panels img {
  float: left;
  margin-right: 10px;
  width: 200px;
}

.partners-panels p { margin-left: 210px; }

