body {
  padding: 50px 0 0 0;
  overflow-x: hidden;
}
.right {
  float: right;
}
.left {
  float: left;
}
.absolute-show {
  overflow: visible;
  position: relative;
}
/*navigation start */
.navbar {
  max-height: 85px;
  padding: 0;
  background: #0A73AD;
  border-bottom: 0.5px solid #3C87BC;
}
.navbar h1 {
  margin: 8px 0 12px;
}
.navbar a.btn-primary.btn {
  height: 45px;
  margin: 5px 0 5px 15px;
  padding: 11px;
  border-radius: 5px 5px 0 0;
}
.navbar a.btn-primary.btn:hover {
  background: #ef8e2d;
}
/* Main Nav Level 1 */
.nav ul.dropdown-menu {
  padding: 0 0 20px;
}
.nav li.dropdown a {
  margin: 10px 0 0 0;
  padding: 7px 10px 12px 10px;
}
.nav li.dropdown:hover a {
  background: none repeat scroll 0 0 rgba(251, 251, 251, 0.2);
  border-radius: 5px 5px 0 0;
}
/* Main Nav Level 2 */
.nav li.dropdown .dropdown-menu li a {
  margin: 10px 0 0;
  padding: 0 10px;
  background: none;
}
.dropdown-menu li a {
  font-weight: 600;
}
.nav li.dropdown .dropdown-menu li.sb-sub a {
  margin: 5px 0 8px 5px;
}
.dropdown-menu li.sb-sub a,
.dropdown-menu li.sb-sub a:hover {
  font-weight: 300;
  background: none !important;
}
.dropdown-menu li.sb-sub a i {
  margin: 0 2px 0 2px;
}
/* Mini Nav Items */
nav .row .mininav {
  padding: 6px;
  background: rgba(251, 251, 251, 0.2);
  border-radius: 0 0 5px 5px;
  margin: 0 0 10px;
}
.mininav li {
  border-right: 1px solid #fff;
  float: left;
  padding: 0 5px 0 0;
  margin: 0 5px 0 0;
}
.mininav li:last-child {
  border-right: none;
  margin: 0;
  padding: 0;
}
.navbar .mininav a,
.navbar .mininav a:visited,
.navbar .mininav a:active {
  line-height: 1em;
  color: #fff;
  font-size: .875em;
  text-transform: uppercase;
  margin: 0;
}
.navbar .mininav a:hover {
  color: #23527c !important;
}
.mininav .navbar-nav > li > a {
  padding: 0;
  margin: 0;
}
/* Sidebar Nav Inside Pages */
.panel-heading h3 {
  font-size: 1.6em;
  margin: 0px;
  font-size: 1.2em;
  margin: 0;
  color: #fff;
}
.panel-body .sb-sub {
  padding: 0 0 0 10px;
}
.panel-body .sb-sub i {
  padding: 0 2px 0 0;
}
.panel-body ul li a,
.panel-body ul li a:visited,
.panel-body ul li a:active {
  text-transform: uppercase;
  font-size: 12px;
  color: #494949;
}
.panel-body ul li a:hover {
  font-weight: 700;
  text-decoration: none;
}
/* Panel CTA Button */
.panel-default a.btn.btn-primary,
.panel-default a.btn.btn-primary:active,
.panel-default a.btn.btn-primary:visited {
  border-radius: 0 0 5px 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2em;
  text-align: left;
}
/* Homepage  */
.banner {
  background: url('../images/bg-slide2.png') no-repeat right top;
  background-size: auto 100%;
}
.cta-row .row div {
  margin: 40px 0 40px;
  padding: 25px 30px 33px 35px;
  min-height: 215px;
}
.cta-row .row div.hbox1 {
  background: url(../images/bg_right.png) bottom right no-repeat #1f95d3;
}
.cta-row .row div.hbox2 {
  background: url(../images/bg_things.png) bottom right no-repeat #28a79e;
}
.cta-row .row div.hbox3 {
  background: url(../images/bg_everywhere.png) bottom right no-repeat #e88c27;
}
.cta-row img {
  margin: -5px 0 0 5px;
}
.cta-row h2 {
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
}
.cta-row p {
  line-height: 1.8em;
  color: #fff;
}
.cta-row a,
.cta-row a:active,
.cta-row a:visited {
  color: #fff;
  font-weight: 700;
}
/* Form Errors/Success  */
/* home page */
.contact-bar input.error,
.contact-bar select.error {
  background: none repeat scroll 0 0 #f7e3e3;
  border: 1px solid #ee7c7c;
  font-size: 12px;
}
.contact-bar input.success,
.contact-bar select.success {
  background: none repeat scroll 0 0 #E5F9DF;
  border: 1px solid #1e9829;
  font-size: 12px;
}
/* all other forms */
input.error,
select.error {
  background: none repeat scroll 0 0 #f7e3e3;
  border: 1px solid #ee7c7c;
}
input.success,
select.success {
  background: none repeat scroll 0 0 #E5F9DF;
  border: 1px solid #1e9829;
}
.clients-hp img {
  margin: 20px 0 60px;
}
.contact-bar {
  background: #2393D2;
  padding: 35px 0 45px;
}
.contact-bar h3 {
  color: #fff;
  font-size: 1.5em;
  margin: 15px 0 0 0;
}
/* Foundations Page Specific CSS */
.foundations img {
  margin: 0;
}
.foundations hr {
  margin: 30px 0;
}
/* Footer */
footer {
  background: #005081;
  padding: 40px 0 0;
}
footer h4 {
  color: #fff;
  font-size: 1em;
  margin: 6px 0 20px 0;
}
footer ul {
  list-style-type: none;
  padding: 0px;
}
footer ul li {
  margin: 0 0 20px 0;
}
footer ul li:last-child {
  margin-bottom: 0px;
}
footer ul li a i {
  display: none !important;
}
footer .blog-highlights h4 {
  font-size: 20px;
  font-style: italic;
  margin: 0 0 20px;
}
footer .blog-highlights .fbsubscribelink {
  float: right;
}
footer .blog-highlights ul {
  border-radius: 5px;
  padding: 0 10px 0 0;
  margin-bottom: 0px;
}
footer .blog-highlights ul li {
  border-bottom: 1px dotted #5C9EBC;
  padding: 0 0 10px;
  list-style: inside none square;
  color: #EF8E2D;
}
footer .blog-highlights ul a,
footer .blog-highlights ul a:active,
footer .blog-highlights ul a:visited {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  font-style: italic;
  color: #E0E0E0;
}
footer .blog-highlights span:after {
  content: " >";
}
footer #creditfooter {
  display: none;
}
/*content area blogrss */
article .feedburnerFeedBlock ul {
  margin-top: 5px;
}
article .feedburnerFeedBlock ul li {
  margin-bottom: 2px;
}
article .feedburnerFeedBlock .headline {
  font-size: 14px;
  font-style: italic;
}
article .fbsubscribelink {
  display: inline-block;
  outline: 1px solid #d0cdcd;
  padding: 0 26px 0 0;
}
footer a,
footer a:active,
footer a:focus,
footer a:visited {
  color: #2393d1;
  font-size: .875em;
  text-decoration: none;
  background: none;
}
footer a:hover {
  color: #E0DDDD;
  text-decoration: none;
  background: none;
}
footer ul.social {
  margin: 10px 0 20px;
  overflow: auto;
}
footer ul.social li {
  float: left;
  margin: 0 5px 5px 0;
}
/* content area social ul) */
article ul.social {
  background: #e1e1e1 none repeat scroll 0 0;
  display: inline-block;
  list-style-type: none;
  margin: 17px 0 0;
  overflow: auto;
  padding: 3% 0% 3% 6%;
  width: auto;
}
article ul.social li {
  float: left;
  font-size: 31px;
  margin: 0 30px 5px 0;
}
/* footer endcap */
.endcap {
  background: #024065;
  margin: 50px 0 0 0;
  padding: 15px 0 15px;
}
.endcap p {
  color: #c5c5c5;
  font-size: 0.75em;
  line-height: 2em;
  margin: 0 0 0;
}
.endcap ul {
  float: right;
}
.endncap ul li {
  margin: 10px 0 20px;
}
#magicEventTrackingPixel,
#magicTrackingPixel,
#magicPingingPixel {
  display: none;
}
/* ----------------- Inside Pages -------------------- */
.container.inside {
  margin: 40px auto 0;
}
/* pushes content below fixed banner */
/* General Content CSS */
article {
  margin: 0 0 50px 0;
}
article img {
  margin: 0 20px 20px 10px;
}
article em {
  font-weight: 600;
  font-style: normal;
}
article .caption p {
  font-size: 12px;
  margin-top: -15px;
}
/* BreadCrumbs Icons -- Hides icons based on dynamic classes w/ jade */
.breadcrumb img {
  display: none;
}
.breadcrumb .Applications img.apps_img {
  display: inline;
  margin: -3px 5px 0 0;
}
.breadcrumb .Business img.bi {
  display: inline;
  margin: -3px 5px 0 0;
}
.breadcrumb .Collaboration img.collab {
  display: inline;
  margin: -3px 5px 0 0;
}
.breadcrumb .applications {
  border-left: 1px solid red;
}
/* Icon Box Rows */
article .ico-box {
  margin: 30px 0 50px;
}
article .ico-box .fborder {
  border: 1px solid #c8c8c8;
  border-width: 0 1px 0 0;
}
article .ico-box p {
  line-height: 1.5em;
}
article .ico-box img {
  margin: 10px 0 15px;
}
/* Product Feature List */
article .sep-list {
  border-top: 1px solid #e8e8e8;
  line-height: 1.2em;
  margin: 20px 0;
  padding: 30px 20px;
}
article .sep-list li {
  font-size: 12px;
  line-height: 1.6em;
  margin: 0 0 10px 0;
  padding: 0 0 0 25px;
  background: url(../images/ico-cog.png) left 5px no-repeat;
  list-style-type: none;
}
article .sep-list ul {
  padding: 12px 0 10px 15px;
}
article .sep-list-alt {
  line-height: 1.2em;
  margin: 20px 0 20px;
  padding: 0;
  border-bottom: 1px solid #CBCBCB;
}
article .sep-list-alt h3 {
  border-top: 1px solid #CBCBCB;
  display: inline-block;
  padding: 25px 0 0 0;
  margin: 10px 0 0 0;
}
article .sep-list-alt li {
  font-size: 12px;
  line-height: 2em;
  margin: 0 0 10px 0;
  padding: 0 0 0 5px;
}
article .sep-list-alt ul {
  padding: 15px 0 10px 15px;
}
/* Case Study Page */
article div.cases {
  margin: 20px 0;
}
article div.cases a {
  text-align: center;
  height: 165px;
  border-radius: 5px;
  background: none repeat scroll 0 0 #EFEFEF;
  display: inline-block;
  margin: 0 5px;
  border-radius: 10px;
  padding: 20px 0 0 0;
}
article div.cases a:active,
article div.cases a:focus,
article div.cases a:hover {
  text-decoration: none !important;
  background: none repeat scroll 0 0 #EEF2EC;
  text-decoration: none;
}
article div.cases h4 {
  font-size: 14px;
  margin: 0px;
  font-style: italic;
  height: 33px;
}
article div.cases p {
  color: #26802b;
  font-size: 12px;
}
/* Case Study Page */
article div.resources {
  margin: 20px 0;
}
article div.resources div {
  margin-bottom: 15px;
}
article div.resources div.item-wrap {
  border-radius: 5px;
  margin: 0;
  background: #efefef;
  text-align: center;
  padding: 15px;
}
article div.resources a {
  display: inline-block;
  border-radius: 25px;
  background: #898989;
  font-size: 14px;
  color: #fff;
  margin: 0;
  padding: 10px 15px;
}
article div.resources a:hover {
  background: #a3a3a3;
  text-decoration: none;
}
article div.resources img.img-responsive {
  max-width: 65px;
  margin: 0 auto;
}
article div.resources h4 {
  font-size: 14px;
  color: #494949;
  margin-top: 15px;
}
/* Contact/Demo Page */
form.contactForm input {
  margin: 0 0 10px 0;
  height: 35px;
}
.locations hr {
  margin: 0px;
  width: 75%;
  padding: 5px 0 10px;
}
.locations h5 {
  margin: 10px 0 5px 0;
  font-size: 18px;
}
.locations p {
  line-height: 2em;
  font-size: 13px;
  margin-bottom: 20px;
}
/* Ops Guide Page */
table.ops-guide {
  margin: 30px 0 50px;
}
table.ops-guide,
table.ops-guide tr,
table.ops-guide td {
  border: 1px solid #C9C7C7;
  padding: 3px 7px;
}
table.ops-guide td {
  font-size: 12px;
}
table.ops-guide span {
  text-align: center;
  display: inline-block;
  width: 100%;
}
table.ops-guide th {
  background: #244c8b none repeat scroll 0 0;
  color: #f1f1f1;
  font-size: 16px;
  font-weight: 200;
  padding: 4px;
  text-align: center;
}
table.ops-guide tr.sub-head {
  background: #E0E0E0;
  border: 1px solid #E0E0E0;
}
/* Custom Media Queries */
@media only screen and (min-width: 1000px) {
  article div.resources div {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  /* Make Navigation Toggle on Desktop Hover */
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 799px) {
  .banner {
    background: none;
  }
}
@media (max-width: 440px) {
  .nav.navbar-nav {
    background: none repeat scroll 0 0 #005181;
  }
  .banner input {
    margin: 16px 20px 21px 0px;
  }
}