/*
Theme Name: Azul Systems
Author: Jake
Author URI: https://www.baunfire.com
Description: 
Version: 1.0

*/


body {
  /*padding for fixed top nav*/
  /*padding-top: 50px;*/
  /*padding-bottom: 20px;*/

  font-family: "Roboto";
  font-size: 16px;
  font-smoothing: antialiased;
  /*line-height: 24px;*/
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #777;
}

a {
  /*color: #135FA3;*/
      /*color: #00B0FF;*/
  color: #216dae;
}

sup {
    font-size: 52%;
    top: 7px;
    vertical-align: top;
}

/*Move down for logged in users*/
.admin-bar .navbar-static-top,
.admin-bar .navbar-fixed-top {
  margin-top:32px;
}

/* enable absolute positioning */
.inner-addon {
    position: relative;
}
/* style glyph */
.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
    color: #6cb1e1;
}
/* align glyph */
.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}
/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 0px;
}

.last {
  visibility: hidden;
}


a:hover {
  text-decoration: none;
}

ol, ul {
    padding-left: 15px;
}

/*Main Navbar*/
/*.navbar-fixed-top*/
nav.navbar.navbar-inverse.navbar-static-top,
nav.navbar.navbar-inverse.navbar-fixed-top {
  height: 100px;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  margin-bottom: 0px;
}

.navbar-inverse .navbar-nav .menu-item-has-children li a {
    word-break: break-word;
    white-space: normal;
}

.navbar-brand>img {
  margin-top: -15px;
}

.navbar-inverse .navbar-nav>li>a {
    color: #777777;
    font-size: 18px;
    font-weight: 500;
      padding: 15px 10px;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:active {
  color: #777777;
}

.navbar-inverse .navbar-nav>.open>a, 
.navbar-inverse .navbar-nav>.open>a:focus, 
.navbar-inverse .navbar-nav>.open>a:hover {
  color: #777777;
}

.navbar-inverse .navbar-nav>.open>a, 
.navbar-inverse .navbar-nav>.open>a:focus, 
.navbar-inverse .navbar-nav>.open>a:hover {
  background-color: rgba(255, 255, 255, 0);
}

.navbar-inverse .navbar-nav>.active>a, 
.navbar-inverse .navbar-nav>.active>a:focus, 
.navbar-inverse .navbar-nav>.active>a:hover {
  background-color: rgba(255, 255, 255, 0);
}

.form-control::-webkit-input-placeholder { color: white; }
.form-control:-moz-placeholder { color: white; }
.form-control::-moz-placeholder { color: white; }
.form-control:-ms-input-placeholder { color: white; }

nav.navbar li{
  float: none;
  padding: 10px 10px 0px 0px;
}

nav.navbar .container {
  max-width: 1228px;
  padding-top: 16px;
}

.navbar-nav {
  /*padding-left: 30px;*/
}

.navbar-inverse .navbar-collapse, 
.navbar-inverse .navbar-form{
  border-color :#fff;
  background-color: #416ec7;
  margin-top: 23px;
}

.navbar-inverse .navbar-toggle {
  border-color :#fff;
  margin-top: 15px;
}

.navbar-inverse .navbar-toggle:hover {
  border-color :#fff;
}

.navbar-inverse .navbar-toggle:focus, 
.navbar-inverse .navbar-toggle:hover {
  border-color :#fff !important;
  background-color: rgba(255, 255, 255, 0.06);
}

.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
  color: white;
  padding-right: 30px;
  padding-left: 30px;
}

.dropdown-menu li a:hover,
.dropdown-menu li:hover{
  color: #2757b9;
  background-color: #fcfcfc;
}

.navbar-nav>li>.dropdown-menu {
  border: 0;
  border-radius: 0;
  border-top: 3px solid #6cb1e1;
  background-color: #f6f6f6;
  margin-top:0;
  box-shadow: 0 1px 2px rgba(0,0,0,.175);
}

.navbar-nav li:hover > .dropdown-menu {
    display: block !important;
}

.navbar-inverse .navbar-nav>.open>a, 
.navbar-inverse .navbar-nav>.open>a:focus, 
.navbar-inverse .navbar-nav>.open>a:hover {
  padding-bottom: 0px;
}

.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:focus, 
.dropdown-menu>.active>a:hover{
    background-color: #848484;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, 
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus, 
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
      background-color: #fcfcfc;
      color:#1569b4;
}

.navbar-right {
  margin-top:19px;
}

.navbar-right .greenbtnSolid{
	margin-left: 10px;
}

.greybtn {
  color: #777777;
  font-size: 14px;
  float: left;
  padding: 6px 15px;
  /*background-color: #F6F6F6;*/
  border-radius: 18px;
  border: 2px solid #919191;
  font-weight: 500;
}

.whitebtn {
  color: white;
  font-size: 14px;
  float: left;
  padding: 6px 15px;
  /*background-color: #F6F6F6;*/
  border-radius: 18px;
  border: 2px solid white;
  font-weight: 500;
  width: 145px;
}
.whitebtn:hover {
  color: #777777;
}

.icon-chat {
  padding: 8px;
  background: url("../AzulSystems/images/icon-chat.png") no-repeat -7px -9px;
  vertical-align: middle;
}

.greenbtn {
  font-size: 14px;
  float: left;
  padding: 6px 25px;
  color: #3fb34f;
  border-radius: 18px;  
  border: 2px solid #3fb34f;
  font-weight: 500;
}

.greenbtn:hover {
  color: #3fb34f;
}

.greenbtnSolid {
  color: white;
  background-color: #3fb34f;
}

.greenbtnSolid:hover {
  color: #e2e2e2;
}

/*.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
  color: white;
}*/

/*.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}*/

/*.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}*/

/*.dropdown:hover .dropdown-menu {
    display: block;
}*/

/*.nav-tabs .dropdown-menu, 
.nav-pills .dropdown-menu, 
.navbar .dropdown-menu {
    margin-top: 0;
}*/

/*.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}*/

/*@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}
*/



/*  -------------------   BLOG  ----------------   */
.blogholder {
  margin-top: 120px;
  margin-bottom: 100px;
}
.blogholder a {
  color: #1b6bb1;
  margin-bottom: 20px !important;
  font-size: 18px;
}

.blogholder h1 {
  color: #000;
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 0;
}
.blogholder p {
  color: #777;
}

article .entry-title-single {
    font-size: 40px;
    color: #3b3b3b;
    font-weight: 300;
    padding-bottom: 20px;

}
article .byline-single {
      font-size: 30px;
    font-weight: 300;
}

.blogSubhead {
    font-size: 30px;
    font-weight: 300;
}

article .entry-title {
    font-size: 32px;
    font-weight: 400;
}
article .entry-content {
    color: #777;
    font-size: 16px;
    font-weight: 400;
    margin: 20px 0;
}

footer.article-footer {
  color: #777;
}

.entry-time {
  color: #3b3b3b;
}

.sidebar {
    margin-bottom: 50px;
    background-color: #F6F6F6;
    padding: 40px 10px 40px 40px;
}

.sidebar h2 {
    margin-top: 0;
    color: #3b3b3b;
    font-size: 20px;
    font-weight: 500;
}

.sidebar ul {
    list-style: none;
    padding-left: 0;
}

.sidebar .post-date {
    display: block;
    color: #777;
}

.alignleft {
    float: left;
    margin-right: 15px;
}


/*Homepage Valupeprop and HomeCTA*/
.valueprops, .homecta {
    margin-bottom: 78px;
}

.valueprops .col-xs-12 {
  margin-bottom: 20px;  
}


.valueprops h1,
.homecta h1{
    font-size: 50px;
    font-weight: 300;
}

.valueprops h2 {
    font-size: 26px;
    font-weight: 500;
}
.homecta h2 {
  font-size: 34px;
  font-weight: 300;
}

.valueprops p,
.homecta p {
    font-size: 14px;
    font-weight: 500;
    color: #777777;
    padding: 10px 18px;
}

.valueprops .greenbtn, .homecta .greenbtn {
    float: none;
    display: inline-block;
}

.valuepropsheading,
.homectaheading  {
    padding-top: 50px;
    padding-bottom: 30px;
}

.valuepropsheading p,
.homectaheading p {
    font-size: 22px;
    font-weight: 500;
    color: #777777;
}

/*Homepage Casesudy*/

.casestudy {
    background: url("../AzulSystems/images/home_casestudybg.jpg") no-repeat 0 0;
    padding-bottom:40px;
	 padding-top:15px;
    max-width: 1400px;
    margin: auto;
    color: white;
	 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    /*padding-top: 80px; 
	height: 450px;*/
}
.casestudy p {
  /*width: 50%;*/
  margin-bottom: 30px;
}

.customers {

}

.buttongroup {
    padding-top: 40px;
    width: 100%;
    margin: auto;
    text-align: center;
}

.buttongroup .greenbtn {
    margin-right: 10px;
    float: none !important;
    display: inline-block;
	margin: 5px;
}
.buttongroup .greybtn {
    float: none !important;
    display: inline-block;
	margin: 5px;
}

.ctapadding {
  padding-left: 10px;
  padding-right: 10px;
}


.news {
  background-color: #f6f6f6;
  padding-top: 50px;
  padding-bottom: 50px;
}


.navbar-form {
    padding-left: 0;
    margin-top: 20px;
}

.navbar-form .form-control {
    width: 240px;
    border-radius: 0;
}


.navbar-form .form-control::-webkit-input-placeholder { /* WebKit browsers */
    color:    #6cb1e1;
}
.navbar-form .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #6cb1e1;
   opacity:  1;
}
.navbar-form .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #6cb1e1;
   opacity:  1;
}
.navbar-form .form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #6cb1e1;
}

.caret {
  display: none;
}
.caret-right {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-left: 4px solid;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
}


.navbar-form .btn-default {
  background-color: #b9b9b9;
  border-color: rgba(255, 255, 255, 0);
  color: white;
  border-radius: 0px;
    margin-left: -3px;
  border: 1px solid rgba(255, 255, 255, 0);
}

.nav-pills {
  padding-top: 10px;
  padding-bottom: 10px;
}
.nav-pills>li>a {
  font-size: 17px;
  color: #135FA3;   
  background-color: #F6F6F6 !important;
}
.nav-pills>li>a:hover {
  color: #777; 
  background-color: #F6F6F6 !important;
}

.nav-pills>li.active>a, 
.nav-pills>li.active>a:focus, 
.nav-pills>li.active>a:hover
{
  color: #777 !important;
  background-color: #F6F6F6;
}

.cardsbg {
    background: url("../AzulSystems/images/whatsnewBgMobile.jpg") no-repeat 0 0;
    max-width: 700px;
    margin: auto;
}


/*//////////*/


.headingblock h1 {
  margin-top: 10px;
  color: #000;
  font-size: 40px;
  font-weight: 300;
}

.headingblock p {
  margin-bottom: 30px;
}

.topspace {
  margin-top: 50px;
}

.bottomspace {
  margin-bottom: 90px;
}
.morebottomspace {
  margin-bottom: 150px;
}

.nopad {
  padding-left: 0px;
}

.bluebg {
  color: #FFF;
  background-color: #2A5DC3;
}

.greybg {
  color: #303030;
  background-color: #F6F6F6;
}

/*/////////////*/
.newslist-defaultlist h3 {
    margin: 0;
}

.newslist-defaultlist h3>a {
    color: #1369b3;
    font-size: 20px;
    line-height: 25px;
    display: block;
    font-weight: 400;
}

.datasheets-defaultlist h3>a {
    color: #2859BF;
    font-size: 20px;
    font-weight: 700;
}


/*Jumbotron header on homepage*/
.jumbotron {
  padding-top: 0px;
  margin-top: 100px;
  padding: 0;
  margin-bottom: 0;
}

.jumboheading p {
  text-align: center;
  color: white;
  font-weight: 500;
  font-size: 16px;
  padding: 5px;
  /*width: 70%;*/
  margin: auto;
}


.jumbobuttons,
.jumboheading.text-center .jumbobuttons {
    margin: auto;
    width: 100%;
    text-align: center;
	/*   width: 305px; */
}
.jumbobuttons .greenbtn,
 .jumbobuttons .greybtn{
  text-align: center;
  display: inline-block;
  float: none !important;
}

.jumbobuttons .greenbtn.greenbtnSolid,
.jumbobuttons .whitebtn {
    margin: 10px 10px 0 0;
    float: none !important;
    display: inline-block;
}

.bgimage {
  background: url("../AzulSystems/images/home_heroimage_mobile.jpg") no-repeat 0 0;
  max-width: 700px;
  height: 230px;
  margin: auto;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}


.jumbotron h1 {
  color: #FFF;
  font-size: 26px;
  text-align: center;
  font-weight: 300;
  padding-top: 10px;
  margin-bottom: 5px;
}


.jumbotron .container {
  max-width: 1000px;
}

.jumbotron .cta {
  text-align: left;
  padding-top: 20px;
}

.jumbotron .cta h2 {
  color: #FFF;
  font-size: 30px;
  font-weight: 700;
}

.jumbotron .cta sup {
  font-size: 15px;
  font-weight: 200;
  top: -.8em;
}

.jumbotron .cta p {
  padding: 0px;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
}
.jumbotron .cta button {
  color: #FFF;
  background-color: #EC9C11;
  border: 0;
  width: 175px;
  height: 45px;
}

.ctaholder {
    background-color: #F6F6F6;
}





.orangeButton {
    color: #FFF !important;
    background-color: #EC9C11;
    border: 0;
    width: 145px;
    height: 35px;
    font-size: 14px;
    padding: 10px 30px;
  }

.greyButton {
    color: #FFF !important;
    background-color: #525252;
    border: 0;
    width: 145px;
    height: 35px;
    font-size: 14px;
    padding: 10px 47px;
}


.blueButton {
    color: #fff;
    width: 170px;
    height: 40px;
    background-color: #135FA3;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 30px;
}
.blueButton:hover {
  color: #fff;
  background-color: #00B0FF;
}

.cta {
  padding-top: 50px;
  height: 400px;
  padding-left: 40px;
}

.ctaleft {
  border-left: 0px solid #d4d4d4;
}
.ctaright {
  border-right: 0px solid #d4d4d4;
}
.ctatop {
  border-top: 1px solid #d4d4d4;
}
.ctabottom {
  border-bottom: 1px solid #d4d4d4;
}


.cta h2 {
  color: #135FA3;
  font-size: 32px;
}
.cta sup {
  font-size: 15px;
  font-weight: 200;
  top: -.8em;
}
.cta h4 {
    color: #135FA3;
    font-size: 20px;
}
.cta p {
  padding-top: 20px;
  padding-bottom: 39px;
  color: #3B3B3B;
  font-size: 16px;
}


.callouts {
  margin-top: 50px;
}
.callouts h2 {
  font-size: 50px;
  font-weight: 300;
}

.callouts img {
  float: left;
  margin-top: 8px;
  margin-right: 15px
}

.callouts h3 {
  color: #135FA3;
  font-size: 32px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0px;
}

.callouts p {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
  padding:  0 20px 40px 55px;
}

.links {
  padding-top: 30px;
  padding-bottom: 50px;
}

.links a {
  color: #00B0FF;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 300;
}


.customers {
  margin-top: 80px;
  margin-bottom: 80px;
}

.customers h2 {
  font-size: 50px;
  font-weight: 300;
  padding-bottom: 20px;
}

.customers img {
    margin: 20px auto;
}


/*Cards*/
.cards {
  padding-bottom: 0px;
  max-width:100%;
  background-color: #135FA3;
  color: #fff;
}

.cards .container {
  max-width: 1000px;
}

.cards .cards-single {
  margin-top: 25px;
  width: 95%;
  padding-bottom: 10px;
}

.cards .short {
  float: none;
  margin: auto;
  margin-top: 25px;
  width: 95%;
  padding-bottom: 10px;
}

.cards .cards-single img {
  float: left;
  margin-right: 10px;
  width: 30px;
  height: 30px;
}

.cards h2 {
  font-size: 50px;
  font-weight: 300;
  padding-top: 20px;
}

.cards h4 a{
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.cards .cards-single h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.cards .cards-single p {
  padding-top: 15px;
  font-size: 16px;
  font-weight: 400;
}

.cards .cards-single a {
  color: #00B0FF;
  font-size: 16px;
  /*text-transform: uppercase;*/
}


.social-links {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: -20px;
}

/*Footer*/
.footerHolder a {
  color: #777777;
}

.footerHolder a:hover {
  color: #525252;
}

.footerHolder {
    background-color: #e2e2e2;
    color: #777777;
}

.footerHolder .container {
    /*max-width: 100%*/
}

.footerHolder ul {
    list-style: none;
    padding-left: 10px;
    font-size: 15px;
}

.footerLeft {
    padding-left: 10px;
    float: left;
    font-size: 12px;
    font-weight: 400;
}

.footerHolder li {
    float: left;
    width: 100%;
    padding: 10px 0px 0px 0px;
}

.footerHolder li:first-child .pipe {
    display: none;
}

.pipe {
  padding-left: 0;
  padding-right: 0;
}

.footerLeft li a {
  font-size: 12px;
  font-weight: 400;
}

.footerLeft p {
  float: none;
  padding-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
    line-height: 26px;
  font-size: 16px;
}

.footerRight {
  padding-top: 10px;
  float: left;
}


.footerSubNav {
  float: left;
}

.footerLeft .footerSubNav li a,
.footerLeft .footerSubNav .pipe
 {
  padding-right: 0px;
  padding-left: 0px;
}


.topline {
  border-top: 1px solid #ffffff;
}
.footerHolder .copyrightholder {
  /*padding-top: 60px;*/
 padding-bottom: 60px;
  font-size: 12px;
}

.footerHolder .copyrightholder ul {
list-style: none;
}

.footerHolder .copyrightholder li {
  padding: 0;
  width: inherit;
  display: inline-block;
  float: none;
  font-size: 12px;
}

.footerHolder .copyrightholder p.copyright, 
.footerHolder .copyrightholder ul.copyright-menu {
  display: inline-block;
  vertical-align: middle;
  line-height: 12px;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

.footer {
  padding-bottom: 50px;
}
.footerHolder {
  /*height: 175px;*/
    padding-top: 50px;
}

.footerHolder h4 {
    color: #1569b4;
    font-size: 20px;
    margin-top: 30px;
    margin-left: 10px;
}



/*
.logo-scroller {
  max-height: 200px;
}
.logo-scroller .row {
  padding-top: 50px;
}
.logo-scroller .cycle-slideshow img {
  padding-left: 10px;
}*/
    
.slider-controls #next {
  background: url(../AzulSystems/images/arrowAzul-prev.png);
}
.slider-controls #prev {
  /*margin-right: 50px;*/
  background: url(../AzulSystems/images/arrowAzul-next.png);
}






/*Sub pages*/

.maincontent {
  padding-top: 20px;
  padding-bottom: 50px;
  margin: 0 10px;
}

.maincontent h1 {
  color: #303030;
  font-size: 40px;
}

.maincontent h2 {
  color: #303030;
  font-size: 30px;
  font-weight: 700;
}
.maincontent h3 {
  color: #285CC1;
  font-size: 20px;
}


.maincontent a {

}

.subpageheader {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  padding-left: 10px;
}
.productpageheader {
  color: #fff;
}

.productpageheader h1,
.subpageheader h1 {
  padding-top: 20px;
  color: #FFF;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 0px;
}
.productpageheader p,
.subpageheader p {
  color: #FFF;
  font-size: 18px;
  font-weight: 300;
}

.secondsubpageheader {
  float: left;
  width: 100%;
  padding-bottom: 20px;
}

.secondsubpageheader h1 {
  padding-top: 10px;
  color: #FFF;
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 10px;
}

.secondarynav {
  margin-bottom: 20px;
  background-color: #F6F6F6;
}

.secondarynav hr {
  margin-top: 13px;
}

.pagination {
  margin-bottom: 60px;
  text-align: center;
  width: 100%;
}

.pagination .page-numbers {
    position: relative;
    padding: 6px 12px;
    margin-right: -4px;
    line-height: 22px;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    display: inline;
    border: 1px solid #ddd;
    border-right: none !important;
    font-size: 16px;
}


.pagination span.page-numbers.current {
     background-color: #eee;
}

.pagination .page-numbers:last-child{
	border-right: 1px solid #ddd !important;
}

.nav-press-releases p a {
    border: 2px solid #777777;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 8px 33px;
    color: #777777;
    font-weight: 500;
}

.nav-press-releases {
    text-align: center;
    padding-top: 50px;
    padding-bottom:0;
}

.clear{
	clear:both;
}

/*Downloads */
.main_content_area .table .top td{
  border-top: 2px solid #ddd;
}
.main_content_area .table .center td
 {
  border-top: 0px solid #ddd;
}
.main_content_area .table .bottom td
 {
  border-top: 0px solid #ddd;
  border-bottom: 2px solid #ddd;
}

.archive_area .table .top td{
  border-top: 2px solid #ddd;
  padding-top: 30px;
}
.archive_area .table .center td
 {
  border-top: 0px solid #ddd;
}
.archive_area .table .bottom td
 {
  border-top: 0px solid #ddd;
  border-bottom: 2px solid #ddd;
  padding-bottom: 30px;
}

/*////// ---------------------------------------  //////*/
/*768 Tablet*/
@media (min-width: 992px) {
	.sub-menu-columns ul.dropdown-menu li {
		display: inline-block;
		padding-right: 0 !important;
		width: 240px !important;
		float: none !important;
		vertical-align: top;
	}
	
	.sub-menu-columns ul.dropdown-menu li.right.first-right{
		border-top: none !important;
	}
	
	.sub-menu-columns ul.dropdown-menu li.right.last-right:after{
		position:relative;
	}
	
	.sub-menu-columns ul.dropdown-menu li.right.last-right:after {
		border-bottom: 1px solid #e2e2e2;
		content: " ";
		display: block;
		margin-bottom: -1px;
	}

	.sub-menu-columns ul.dropdown-menu li.right {
		    margin-left: -4px;
	}
	
	.navbar-nav li.sub-menu-columns .dropdown-menu {
		min-width: 480px;
	}
}

@media (min-width: 768px) {

	.navbar-nav {
		  padding-left: 0px;
		  margin-top: 0;
	}
	  
	nav.navbar li {
		  float: left;
		  padding: 10px 0px 0px 0px;
	 }
	  
	nav.navbar li .menu-item {
		width: 100%;
		border-top: 1px solid #e2e2e2;
		padding-top: 0px;
		padding-right: 10px;
	}
	
	nav.navbar li .menu-item:first-child {
		border-top: 0px solid #e2e2e2;
	}
  


	.navbar-inverse .navbar-nav .menu-item-has-children .dropdown-menu>.active>a, 
	.navbar-inverse .navbar-nav .menu-item-has-children .dropdown-menu>.active>a:focus, 
	.navbar-inverse .navbar-nav .menu-item-has-children .dropdown-menu>.active>a:hover,
	.navbar-inverse .navbar-nav .menu-item-has-children .dropdown-menu>.active{
		  background-color: #fcfcfc;
	}

	.navbar-inverse .navbar-nav .menu-item-has-children .dropdown-menu>li>a {
		color: #1569b4;
		font-size: 16px;
		padding-right: 20px;
		padding-left: 20px;
		padding-bottom: 15px;
		padding-top: 15px;
		font-family: "Roboto";
		margin-right:0;
	}

	.navbar-inverse .navbar-nav>.menu-item-has-children >a,
	.navbar-inverse .navbar-nav>.menu-item-has-children >a:focus,
	.navbar-inverse .navbar-nav>.menu-item-has-children >a:hover {
		 padding-bottom: 34px;
	}

	.navbar-inverse .navbar-nav .menu-item-has-children .dropdown-menu>.active>a,
	.navbar-inverse .navbar-nav .menu-item-has-children .dropdown-menu>.active>a:focus,
	.navbar-inverse .navbar-nav .menu-item-has-children .dropdown-menu>.active>a:hover {

	}

	.inner-addon .glyphicon {
		visibility: hidden;
	}

	.navbar-inverse .navbar-collapse,
	.navbar-inverse .navbar-form {
		margin-top: 5px;
		background-color: rgba(65, 110, 199, 0);
	}

	.navbar-form .input-group>.form-control {
		visibility: hidden;
	}

	form.navbar-form.navbar-right {
		width: 10px;
	}


	.bgimage {
		background: url("../AzulSystems/images/home_heroimageV3.jpg") no-repeat 0 0;
		height: auto !important;
		max-width: 1400px;
		margin: auto;
		padding-bottom: 120px;
	}

	.jumbotron {
		/*height: 560px;*/
	}

	.jumboheading p {
	  text-align: center;
	  color: white;
	  font-weight: 500;
	  font-size: 20px;
	  padding: 30px;
	  width: 70%;
	  margin: auto;
	}

	.jumbotron h1 {
	  font-size: 45px;
	  padding-top: 220px;
	  margin-bottom: -5px;
	}


	.jumbotron .cta {
		padding-top: 40px;
	}

	.jumbotron .cta h2 {
		font-size: 27px;
	}
	
	.jumbotron .cta sup {
		font-size: 16px;
		font-weight: 200;
		top: -.8em;
	}

	.jumbotron .cta p {
		padding: 10px 0;
		color: #FFF;
		font-size: 18px;
		font-weight: 400;
	}
	
	.jumbotron .cta button {
		color: #FFF;
		background-color: #EC9C11;
		border: 0;
		width: 175px;
		height: 45px;
	 }

	.casestudy {
	  /*background: url("../AzulSystems/images/home_casestudybg.jpg") no-repeat 0 0;*/
	   padding-top: 80px; 
		padding-bottom:69px;
	}

	.casestudy p {
	  width: 50%;
	  margin-bottom: 30px;
	}

	.ctaleft {
	  border-left: 1px solid #d4d4d4;
	}
	.ctaright {
	  border-right: 1px solid #d4d4d4;
	}
	.ctatop {
	  border-top: 0px solid #d4d4d4;
	}
	.ctabottom {
	  border-bottom: 0px solid #d4d4d4;
	}

	.callouts {
	}

	.callouts h3 {
		margin-bottom: 10px;
	}

	.callouts p {
		padding: 0 20px 40px 55px;
	}

	.customers img {
		  /*width: 230px;*/
		  /*max-width: 230px;*/
		  /*height: auto;*/
		  /*margin: auto 8px;*/
	}

	/*Cards*/
	.cards {
		  padding-bottom: 0px;
		  max-width: 100%;
	}
  
  .cardsbg {
      background: url("../AzulSystems/images/whatsnewBg.jpg") no-repeat 0 0;
      height: 500px;
      max-width: 1400px;
      margin: auto;
  }

  .cards .container {
    max-width: 1000px;
  }

  .cards .cards-single {
    float: left;
    margin-top: 60px;
  }

  .cards .cards-single h3 {
      margin-top: 0px;
  }

  .cards .cards-single a {
    bottom: 20px;
  }


/*Sub pages*/

.maincontent {
  padding-top: 20px;
  padding-bottom: 50px;
}

.maincontent h1 {
  color: #303030;
  font-size: 40px;
}

.maincontent h2 {
  color: #303030;
  font-size: 30px;
  font-weight: 700;
}
.maincontent h3 {
  color: #285CC1;
  font-size: 20px;
}

.maincontent a {
}


.subpageheader {
  /*height: 200px;*/
  /*background-color: #2757b9;  */
}

.productpageheader h1,
.subpageheader h1 {
  padding-top: 80px;
  color: #FFF;
  font-size: 70px;
  font-weight: 300;
  margin-bottom: 0px;
}
.productpageheader h1{
  padding-top: 30px;
  font-size: 90px;
}
.productpageheader sup {
    font-size: 25px;
    font-weight: 300;
    top: -1.8em;
}

.productpageheader p{
  color: #FFF;
  font-size: 30px;
  font-weight: 300;
  padding-bottom: 20px;
}

.subpageheader p {
  color: #FFF;
  font-size: 30px;
  font-weight: 300;
  padding-bottom: 70px;
}

.secondsubpageheader {
  /*height: 160px;*/
  /*background-color: #2757b9;  */
}

.secondsubpageheader h1 {
  color: #FFF;
  font-size: 50px;
  font-weight: 300;
}


/*Footer*/
.individual .social-links {
    margin: 0 0 8px -3px !important;
}

.social-links {
  margin: 0;
  margin-left: -10px;
}

.footer {
  padding-bottom: 50px;
}
.footerHolder {
    padding-top: 50px;
}

.footerHolder h4 {
    margin-left: 0px;
}


.footerHolder .container {
    /*max-width: 100%*/
}

.footerHolder ul {
  list-style: none;
  padding-left: 0px;
  padding-right: 30px;
}

.footerLeft {
  float: left;
  font-size: 14px;
  font-weight: 400;
}

.footerHolder li {
  float: left;
  padding: 10px 0px 0px 0px;
}


.footerLeft p {
  float: none;
  padding-top: 10px;
  padding-right: 10px;
  /*line-height: 1.8;*/
}

.footerRight {
  padding-top: 50px;
  padding-right: 20px;
  float: right;
}

	.clear-sm{
		clear:both;
	}
}


/*992 Desktop*/
@media (min-width: 992px) {
  .container {
    max-width: 926px;
  }

  nav.navbar li {
      float: left;
      padding: 10px 10px 0px 0px;
  }

  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
      margin-top: 5px;
      background-color: rgba(65, 110, 199, 0);
  }

  .navbar-form .input-group>.form-control {
      visibility: visible;
  }

  form.navbar-form.navbar-right {
      width: 20%;
  }

  .inner-addon .glyphicon {
      visibility: visible;
  }

  .jumbotron {
      /*height: 560px;*/
  }

  .jumbotron h1 {
      font-size: 50px;
      padding-top: 220px;
  }

  .jumbotron .cta {
      /*text-align: center;*/
      padding-top: 50px;
  }

  .jumbotron .cta h2 {
      font-size: 35px;
  }

  .callouts {
      /*height: 274px;*/
      
      float: none;
  }


/*
  .cards .cards-single {
      width: 300px;
  }

  .cards .cards-single img {
      width: 300px;
  }

  .cards .cards-single h3 {
    padding: 20px 23px 0 25px;
    font-size: 24px;
  }
  .cards .cards-single p {
    padding: 0 25px;
    font-size: 18px;
    font-weight: 400;
  }

  .cards .cards-single a {
    font-size: 16px;
    padding: 0 25px;
  }

*/


  .footerRight {
    padding-right: 60px;
  }
  
  
}


/*992 Desktop*/
@media (min-width: 1200px) {
   .container {
	  max-width: 1000px;
   }
  .footerLeft {
    float: left;
  }

  .footerRight {
    padding-right: 120px;
  }

}

/*992 Desktop*/
@media (max-width: 1200px) {
	.navbar-inverse .navbar-nav>li>a {
		font-size: 17px;
	}
	
	.resources-section.resources-block .image-holder {
		width: 100% !important;
		height: 140px !important;
	}
	
	.navbar-inverse .navbar-nav > li > a {
		padding: 10px 8px 40px !important;
	}
	
	.navbar-brand {
		padding: 10px 15px !important;
	}
	
	.navbar-right {
		margin-top: 10px;
	}
}

/*992 Ipad*/
@media (max-width: 992px) {
	/*show navbar toogle*/
	.navbar-toggle {
	  display: block;
	}
	
	.navbar-header {
	  float: none;
	}
	
	.navbar-nav {
	  float: none;
	  margin: 0;
	}
	
	nav.navbar li {
		float: none;
	}
	
	.navbar-inverse .navbar-collapse {
	  border-color: #fff;
	  background-color: #416ec7;
	  margin: 23px -10px 0;
	}
	
	.navbar-collapse.collapse {
	  display: none !important;
	  overflow-y: scroll !important;
	}
		
	nav.navbar .container {
		max-width: 100% !important;
		padding: 10px;
		width: 100% !important;
	}
	
	.navbar-collapse.collapse.in {
	  display: block !important;
	}
	
	.navbar-right {
		float: none !important;
		margin-right: 0;
		padding: 0 0 20px;
	}
	
	#product-section-3 .col-md-6.pull-right {
	  float: none !important;
	}
	
	ul.unstyled.leadership-list li.individual,
	ul.unstyled.investor-list li.investor {
		width:100%;
	}
	
	.single-successstories .jumbotron h1 {
		padding-top: 20px !important;
	}
	
	.single-successstories .bgimage {
		height: auto !important;
		padding-bottom: 50px;
	}
	
	.single-successstories #product-section-3 {
		padding: 35px 0 61px !important;
	}
	
	.single-successstories #product-section-3 .heading-row {
		padding-bottom: 16px !important;
	}
	
	.single-successstories #product-section-7 {
		padding: 50px 0 32px !important;
	}
	
	.single-successstories .company-overview {
		padding: 22px 0 30px !important;
	}
	
	.single-successstories #product-section-8 {
		padding: 20px 0 0 !important;
	}
	
	.single-successstories #product-section-8 .jumbobuttons {
		width: 100% !important;
		margin: auto auto 45px !important;
	}
	
	.resources-section.resources-block .image-holder-wrap {
		padding-right: 15px;
	}
	
	.resources-section.resources-block .image-holder {
		width: 140px !important;
		height: 140px !important;
		margin: auto;
	}
	
	.resources-section.resources-block .single-resource {
		text-align: center;
	}
	
	.presentation-section .newslist-defaultlist .single-presentation {
		text-align: center;
	}
	
	.presentation-section .newslist-defaultlist, 
	.videos-section .newslist-defaultlist{
		padding-top: 45px !important;
	}
	
	.whitepaper-section .newslist-defaultlist {
		padding-top: 75px !important;
	}
	.center-block-sm{
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
	
	.whitepaper-section .single-whitepaper {
		padding-bottom: 40px !important;
		text-align: center;
	}
	
	.whitepaper-section .single-whitepaper h3 {
		margin-bottom: 5px !important;
		margin-top: 12px !important;
	}
	
	.datasheet-section .single-datasheet .content, 
	.whitepaper-section .single-whitepaper .content {
		padding-left: 15px !important;
	}
	
	.videos-section .newslist-defaultlist .single-video,
	.datasheet-section .single-datasheet{
		text-align: center;
	}
	
	.datasheet-section .single-datasheet h3 {
		margin-top: 20px !important;
	}
	
	.datasheet-section .datasheets-defaultlist hr {
		margin: 20px 0 40px !important;
	}
	
	.datasheets-defaultlist h2.sub-head {
		margin-bottom: 10px !important;
	}
	
	.navbar-right .side {
		display: block;
		margin: 0 !important;
		padding: 10px 20px !important;
		color: #fff !important;
	}
	
	.navbar-right .side .greybtn {
		border: 2px solid #fff !important;
		background-color: #fff;
	}
	
	.navbar-right .greybtn {
		margin:5px !important;
		background-color: #F6F6F6 !important;
		float: none;
		display: inline-block;
	}
	
	.navbar-right .greenbtnSolid {
		float: none !important;
		display: inline-block;
		margin: 5px !important;
	}
	
	.download-gray-form h2.module-heading {
		margin: 0 -6px 0 -23px !important;
		background-position: 20px center !important;
		padding: 20px 20px 20px 100px !important
	}
	
	.download-gray-form {
		padding: 0 6px 0 23px !important;
	}
	
	.marketo-section.content-section .content {
		padding-right: 0 !important;
	}
	
	ul.unstyled.leadership-list li.individual {
		width: 32% !important;
	}

	.grouping .location-detail {
		text-align: center;
	}
	
	.blogholder.archive-awards .cf.awards img.thumbnail-award{
		margin-bottom: 20px;
	}
	
	.blogholder.archive-awards h1,
	.blogholder.archive-awards h1 a {
		font-size: 26px;
		line-height: 29px;
	}
	#solutions-section-4.solution-detail-section .blurb{
		clear:both;
	}
	#solutions-section-5.solution-detail-section .resource {
		padding-bottom: 35px;
	}

	
	#solutions-section-5.solution-detail-section {
		padding: 50px 25px !important;
	}
	
	.events-section .newslist-defaultlist .single-event,
	.events-section .newslist-defaultlist .single-event .event-thumbnail-wrap, 
	.events-section .newslist-defaultlist .single-event .event-detail {
		display: block !important;
		width: 100% !important;
	}
	
	.events-section .newslist-defaultlist .single-event .event-detail {
		padding: 19px 0 0 !important;
	}
	
	.events-section.upcoming-events .newslist-defaultlist h2.sub-head {
		padding: 20px 0 50px !important;
	}
		
	.product-page-single .product-additional-resources {
		padding: 23px 15px 52px !important;
	}

	.admin-bar .navbar-static-top, .admin-bar .navbar-fixed-top {
		margin-top: 31px !important;
	}
	
	.navbar-inverse .navbar-nav > li > a {
		padding: 10px 8px !important;
	}
	
	.navbar-inverse .navbar-nav>li>a,
	.navbar-inverse .navbar-nav>li>a:hover, 
	.navbar-inverse .navbar-nav>li>a:focus, 
	.navbar-inverse .navbar-nav>li>a:active{
		color: #fff !important;
	}
	
	.navbar-nav>li>.dropdown-menu {
		position: relative !important;
		width: 100% !important;
		margin: 0 0 20px !important;
		top: 0 !important;
	}
	
	#awards .award-thumbnail {
		height: auto !important;
		display: inline-block !important;
	}
	
	#awards .award-thumbnail img {
		top: 0 !important;
		-webkit-transform: translateY(0) !important;
		-ms-transform: translateY(0) !important;
		transform: translateY(0) !important;
	}
	
	.about-landing #awards h3 {
		margin: 0 0 39px !important;
	}
	
	.about-landing #awards .greybtn.award-btn {
		margin: 0 !important;
	}
	
	
	.solution-landing-page .solutions .solutions-item {
		width: 49% !important;
	}
	
	.dropdown-menu li:hover{
		color: #2757b9;
		background-color: transparent !important;
	}
	.dropdown-menu li:hover  > a{
	    background-color: #fcfcfc !important;
		color: #1569b4!important;
	}
}
@media (max-width: 783px) {
	.admin-bar .navbar-static-top, .admin-bar .navbar-fixed-top {
		margin-top: 45px !important;
	}
}
/*767 mobile*/
@media (max-width: 767px) {
	.homecta .greenbtn.visible-xs {
	  display: inline-block !important;
	}
	
	.valuepropsheading, .homectaheading {
	  padding-bottom: 5px;
	}
	
	.blurb-cta {
	  padding-bottom: 30px;
	}
	
	.subpageheader {
		padding-bottom: 20px !important;
	}
	
	.clear-xs{
		clear:both;
	}
	
	.datasheet-section .single-datasheet .content,
	.whitepaper-section .single-whitepaper .content{
	   padding-left:15px;
	}
	
	.single-successstories #jumbotron p {
		padding: 5px 0 15px 0 !important;
	}
	
	.single-successstories #product-section-3 h2 {
		font-size: 30px !important;
		line-height: 35px !important;
	}
	
	.single-successstories #product-section-3 p.sub_heading {
		font-size: 16px !important;
		line-height: 26px !important;
	}
	
	.single-successstories #product-section-7 p {
		font-size: 17px !important;
		line-height: 18px !important;
	}
	
	.single-successstories .company-overview h1.headline {
		font-size: 30px !important;
		line-height: 33px !important;
	}
	
	.single-successstories #product-section-8 h2 {
		font-size: 33px !important;
		line-height: 38px !important;
	}
	
	.single-successstories #product-section-8 p {
		font-size: 16px !important;
	}
	
	.news-list-page .newslist-defaultlist h1 {
		margin: 34px 0 31px !important;
	}
	
	.news-list-page .newslist-defaultlist .individual-news {
		padding-bottom: 15px !important;
	}
	
	.nav-press-releases {
		padding-top: 20px !important;
		padding-bottom: 0 !important;
	}
	
	.resources-section.resources-block .single-resource {
		padding-top: 10px !important;
		padding-bottom: 30px !important;
	}
	
	.resources-section .bannerholder {
		padding: 15px 0 25px !important;
	}
	
	.newslist-defaultlist .individual-media .thumb-holder {
		width: 218px;
	}
	
	.newslist-defaultlist .individual-media {
		text-align: center;
	}
	
	.presentation-section .newslist-defaultlist .single-presentation {
		padding-bottom: 33px;
		text-align: center;
	}

	.resources-section .bannerholder .banner .secondsubpageheader h1 {
		font-size: 45px !important;
	}
	
	.download-gray-form {
		padding: 0 17px 0 17px !important;
	}
	
	.download-gray-form h2.module-heading {
		margin: 0 -17px 0 -17px !important;
		padding: 103px 15px 24px 15px !important;
		background-position: center 14px !important;
		text-align: Center;
	}
	
	body .marketo-section .gform_wrapper label.gfield_label+div.ginput_container .jcf-select {
		width: 100% !important;
	}
	
	.download-gray-form .gform_wrapper .gform_footer {
		padding: 28px 0 0 0 !important;
	}
	
	.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first{
		margin: 0 0 5px !important;
	}
	.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first, 
	.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last {
		width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	
	.marketo-section .gform_wrapper input[type=email], .marketo-section .gform_wrapper input[type=number], .marketo-section .gform_wrapper input[type=password], .marketo-section .gform_wrapper input[type=tel], .marketo-section .gform_wrapper input[type=text], .marketo-section .gform_wrapper input[type=url]{
		width: 100% !important;
	}
	
	ul.unstyled.leadership-list li.individual {
		width: 100% !important;
	}
	
	ul.unstyled.investor-list li.investor {
		width: 100% !important;
	}
	.about-landing .grouping h1,
	.about-landing #contact.grouping h1{
    font-size: 50px !important;
	}
	
	.about-landing #awards h1 {
		font-size: 40px !important;	
	}
	
	.single-leadership .container.individual img.circle-photo {
		margin: 20px auto;
	}
	
	.single-leadership .container.individual ul.social-links {
		margin: 10px 0;
	}
	
	#solutions-section-4.solution-detail-section img {
		float: none !important;
		display: block;
		margin: 0 auto;
	}
	
	.success-story-section .single-success-story .company-thumbnail-wrap, 
	.success-story-section .single-success-story .company-detail {
		width: 100% !important;
		display: block !important;
	}
	
	.success-story-section .otherClients ul.other-clients li {
		width: 50% !important;
		padding: 15px !important;
	}
	
	.success-story-section .single-success-story .company-detail {
		padding: 20px 0 !important;
	}
	
	.product-page-single #product-section-5 {
		padding: 50px 25px;
	}
	
	.product-page-single #product-section-6 {
		padding: 50px 25px;
	}
	
	#wpadminbar {
		position: fixed !important;
	}
	
	.additional-resources, 
	.additional-resources .resource-link-wrap{
		text-align: center !important;
	}
	
	.product-page-single .additional-resources h3.resource.title {
		margin-bottom: 10px !important;
	}
	
	.product-page-single .jumbotron h1,
	.product-page-single .jumboheading,
	.product-page-single .jumbobuttons,
	.product-page-single .jumbotron p{
		text-align: center !important;
	}
	
	.product-page-single .jumbotron p {
		font-size: 18px !important;
		padding: 20px !important;
	}
	
	.jumbobuttons .greenbtn.greenbtnSolid, .jumbobuttons .whitebtn {
		margin: 10px 5px 15px !important;
	}
		
	.home .jumbotron .bgimage{
		height: auto !important;
	    padding: 21px 0 46px;
	}
	
	.padbox {
		padding: 30px !important;
	}
	
	.navbar-nav .open .dropdown-menu {
		position: static !important;
		float: none !important;
		width: auto !important;
		margin-top: 0 !important;
		border: 0 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		padding: 0 !important;
	}
	
	.product-page-single .jumbotron h1 {
		padding-top: 50px !important;
		font-size: 40px !important;
	}
	
	.product-page-single .jumbotron .bgimage{
		padding-bottom:50px !important;
	}
	
	.solution-landing-page .solutions .solutions-item {
		width: 100% !important;
	}
	
	.jumbotron h1 {
		padding-top: 60px !important;
		font-size: 50px !important;
	}
		
	.bgimage {
		height: auto !important;
		padding-bottom: 60px;
	}
}

@media (max-width: 384px) {
	#product-section-8 .jumbobuttons {
	  width: 100%;
	}
}

/*************************
* Custom 
**************************/

.sidebar .widget_recent_entries ul li {
  padding-bottom: 12px;
}

ul.unstyled {
  padding: 0;
  list-style: none outside none;
}

ul.unstyled li{
  list-style: none outside none;
}

ul.unstyled.leadership-list,
ul.unstyled.investor-list{
  text-align: center;
}

ul.unstyled.investor-list{
 margin-bottom: 0;
}

ul.unstyled.leadership-list li.individual {
  width: 19.666667%;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px 48px;
}

ul.unstyled.leadership-list li.individual h4 {
  font-size: 16px;
  font-weight: 700;
}

ul.unstyled.leadership-list li.individual h4 a{
  color: #216dae;
}

ul.unstyled.leadership-list li.individual span {
  font-size: 16px;
  color: #777777;
}

.grouping .location-detail span a {
  color: #fff;
}

.grouping .location-detail span{
  color: #fff;
  display: block;
}

.grouping .location-detail{
	padding-bottom:20px;
}

.about-landing #contact {
	color: white;
	background-image: url("images/companymapbg.jpg");
	margin: auto;
	background-position: center; 
	background-color: #1b6bb1;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  	padding-bottom:51px;
}

.grouping .location-detail h4 {
  font-size: 24px;
}

ul.unstyled.investor-list li.investor {
  padding: 0 15px 33px;
  display: inline-block;
  width: 24.6%;
}

.navbar-inverse .navbar-nav>.active>a, 
.navbar-inverse .navbar-nav>.active>a:focus, 
.navbar-inverse .navbar-nav>.active>a:hover {
  color: #1b6bb1;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #095DA5;
}

.navbar-inverse .navbar-toggle {
    border: 1px solid #095DA5;
}

.bannerholder {
  margin-top: 100px;
}

.bannerholder.blue{
  height: 210px;
  background-color: #1b6bb1;
}

.bannerholder.blue .banner {
  max-width: 1400px;
  padding-top: 40px;
  margin: auto;
}

img.circle-photo {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.single-leadership .container.individual {
  padding-top: 62px;
}

.single-leadership .container.individual img.circle-photo {
  margin-top: 20px;
}

.single-location #contact.grouping .container {
  border-top: 1px solid #d4d4d4;
  padding-top: 53px;
}

.single-location .grouping .location-detail span {
  color: #777;
}

.single-location .grouping .location-detail span.tel {
  margin-bottom: 10px;
}

.single-location .grouping .location-detail span a {
  color: #1b6bb1;
}

.blogholder.archive-awards h1 {
    margin: 0;
    color: #3b3b3b;
    font-size: 36px;
    margin-bottom: 9px !important;
}

.blogholder.archive-awards h1 a {
    margin: 0;
    color: #3b3b3b;
    font-size: 36px;
}

.blogholder.archive-awards .cf.awards {
  padding: 68px 0 48px;
  border-bottom: 1px solid #d4d4d4;
}

.blogholder.archive-awards .cf.awards:last-of-type {
  border-bottom: none !important;
  padding-bottom: 20px;
}

.resources-section .bannerholder {
    padding: 58px 0 67px;
}

.resources-section .bannerholder .secondsubpageheader {
    padding-bottom: 0;
    float: none !important;
    width: auto;
}

.resources-section .bannerholder .banner .secondsubpageheader h1 {
    font-size: 50px;
    padding-top: 0;
    font-weight: 300;
}

.padding-right-0{
	padding-right: 0;
}
.resources-section.resources-block{
	padding-top:54px;
}

.resources-section.resources-block .image-holder {
    background-color: #f1f1f1;
    padding: 23px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 149px;
    height: 149px;
    text-align: center;
    display: block;
    position: relative;
}

.resources-section.resources-block .single-resource h3 {
    color: #3b3b3b;
}

.resources-section.resources-block .image-holder img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    display: block;
    margin: auto;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.resources-section.resources-block .single-resource{
	padding-top:45px;
	padding-bottom:45px;
}

.presentation-section .newslist-defaultlist,
.videos-section .newslist-defaultlist ,
.whitepaper-section .newslist-defaultlist {
    padding-top: 88px;
}

.presentation-section .newslist-defaultlist .single-presentation {
    padding-bottom: 33px;
}

.videos-section .newslist-defaultlist .single-video {
    padding-bottom: 65px;
}

.videos-section .newslist-defaultlist .single-video .video-holder {
	position: relative;
}

.videos-section .single-video h3 {
    margin: 11px 0 0;
    font-weight: 500;
	color: #135fa3;
}

.videos-section .single-video time {
    color: #3b3b3b;
}

.videos-section .newslist-defaultlist .single-video .video-holder  .play-button{
	width: 85px;
	height: 50px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin: auto;
	background-image: url('images/play-button.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}

.whitepaper-section .single-whitepaper {
    padding-bottom: 51px;
}

.whitepaper-section .single-whitepaper h3 {
    margin-bottom: 8px;
}

.whitepaper-section .single-whitepaper h3 > a {
    color: #3b3b3b;
}

.datasheet-section .single-datasheet .content,
.whitepaper-section .single-whitepaper .content {
   padding-left:0;
}

ul.social-links {
    margin-bottom: 10px;
}
.contactus hr {
    margin-top: 69px;
    margin-bottom: 32px;
    border: 0;
    border-top: 1px solid #eee;
}

h3.name {
    color: #1b6bb1;
    font-size: 36px;
    margin-bottom: 14px;
    font-weight: 400;
}

h4.title {
    color: #3b3b3b;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 400;
}

.individual .bottomspace p {
    line-height: 22px;
    margin: 0 0 22px 0;
}


.error404 .secondsubpageheader h2{
	color: #fff;
}
/*******************************
* Contact
*********************************/
.contactus {
	    font-size: 16px;
	    font-weight: 400;
	}

.contactus h1 {
	color: #3b3b3b;
	font-size: 45px;
	font-weight: 300;
	margin-top: 40px;
	margin-bottom: 41px;
}
	
.contactus h2 {
	color: #3b3b3b;
	font-size: 22px;
	font-weight: 500;
}

.contactus a {
	font-size: 18px;
	font-weight: 400;
}

.contactus strong {
	 font-weight: 700;
}

.contactus p {
	font-weight: 400;
	font-size: 16px;
}

.individual .social-links .icon {
    background-size: 34px 34px !important;
    width: 34px;
    height: 34px;
    padding: 0;
}

.individual  .social-links li {
    display: inline-block;
    margin: 0;
	padding-right: 0;
}
/*******************************
* About Landing
***********************************/
.about-landing #contact.grouping h1 {
    padding-top: 60px;
    color: white;
    padding-bottom: 45px;
}

.about-landing #awards {
    margin-top: 50px;
    margin-bottom: 89px;
}

.about-landing #awards h1 {
    font-size: 50px;
    padding-top: 6px;
    padding-bottom: 10px;
}

.about-landing #awards .greybtn.award-btn {
    padding: 7px 61px;
    display: inline-block;
    float: none;
    text-transform: capitalize;
    font-size: 16px;
    margin-top: 43px;
}
	
.about-landing #awards h3 {
	color: #3b3b3b;
	font-size: 28px;
	font-weight: 400;
}

.about-landing #investors{
	background-color: #f6f6f6;
}

.about-landing #investors h1 {
    font-size: 40px;
    padding-top: 19px;
}

.about-landing #investors img,
.about-landing #awards img {
	margin: 0 auto;
}

.about-landing .aboutus h1 {
    margin-top: 10px;
    color: #000;
    font-size: 40px;
    font-weight: 300;
}

.about-landing .aboutus h3,
.about-landing .aboutus h3 a {
	color: #135fa3;
    margin-top: 0;
    font-size: 24px;
    font-weight: 400;
}

.about-landing .imageleft img {
    float: left;
      /*height: 100%;*/
    margin-right: 20px;
    margin-bottom: 20px;
}

.about-landing .greybox {
	color: #303030;
	font-size: 14px;
	background-color: #F6F6F6;
	padding: 30px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.about-landing .greybox strong {
    color: #135FA3;
    font-size: 20px;
    font-weight: 500;
}

.about-landing .greybox p {
    margin-bottom: 30px;
}

.about-landing .greybox a {
	color: #135fa3;
	font-size: 16px;
	font-weight: 400;
}

.about-landing .grouping h1 {
    color: #3b3b3b;
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    padding-bottom: 0;
}

.about-landing #section1 {
    margin-top: 87px;
    margin-bottom: 50px;
}

.about-landing #section1 h2 {
	color: #3b3b3b;
	font-size: 44px;
	font-weight: 300;
	margin-top: 0;
}

.about-landing  #section1 h3 {
    color: #3b3b3b;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}

.about-landing #section1 span {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.about-landing #leadership {
    background-color: #f6f6f6;
    padding-bottom: 15px;
}

.about-landing #leadership .row:last-child {
    margin-bottom: 0;
}

.about-landing #leadership .row, 
.about-landing #investors .row {
    margin-top: 39px;
    margin-bottom: 39px;
}

.about-landing  #leadership img {
    border-radius: 120px;
    padding-bottom: 10px;
    padding-right: 10px;
    margin: 0 auto;
}

.about-landing .blurbs{
	padding-top:75px;
}

.about-landing .blurbs .blurb{
	padding-bottom:25px;
}
/*******************************
* Datasheets
***********************************/
.datasheet-section .datasheets-defaultlist {
    padding-top: 56px;
}

.datasheet-section .datasheets-defaultlist .hr-row:last-child {
    display: none;
}

.datasheets-defaultlist h2.sub-head {
    font-size: 40px;
    font-weight: 300;
    font-family: 'Roboto',sans-serif;
    color: #3b3b3b;
    margin-bottom: 48px;
}

.datasheet-section .single-datasheet h3,
.whitepaper-section .single-whitepaper h3{
    margin-top: 0;
}

.datasheet-section .single-datasheet {
    padding-bottom: 43px;
}

.datasheet-section .single-datasheet h3 {
    font-size: 24px;
    color: #3b3b3b;
    line-height: 24px;
}

.datasheet-section .single-datasheet .download {
    margin-bottom: 0;
    font-weight: 500;
}

.datasheet-section .datasheets-defaultlist hr {
    margin-top: 32px;
    margin-bottom: 61px;
}

/*************************
* Success Stories - Single
**************************/
.single-successstories h2 {
	font-weight: 300;
	color: #3b3b3b;
}

.single-successstories p {
	font-size: 16px;
	color: #777777;
}

.single-successstories #jumbotron {
    margin-top: 100px;
}

.single-successstories #jumbotron p {
    text-align: left;
    margin: 0;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    padding: 41px 30px 33px 0;
	color:#fff;
}

.single-successstories .jumbotron h1 {
	text-align: left;
	font-size: 60px;
	padding-top: 130px;
}

.single-successstories .jumbotron p {
	text-align: left;
	margin: 0;
	padding-left: 0;
}

.single-successstories .jumbobuttons,
.jumboheading .jumbobuttons{
	margin: 0;
	text-align:left;
}

.single-successstories .jumbobuttons .greenbtn {
    width: auto !important;
}

.single-successstories  #product-section-7 h2 {
    font-size: 28px;
    font-weight: 500;
}

.single-successstories #product-section-7 {
    padding: 100px 0 90px;
    max-width: 1400px;
    margin: auto;
}

.single-successstories #product-section-7 p {
    font-size: 28px;
    line-height: 35px;
    color: #3b3b3b;
}

.single-successstories #product-section-7 p.cite {
    font-size: 22px;
    line-height: 22px;
    color: #777777;
    margin-top: 19px;
}

.single-successstories  #product-section-8 {
	padding-top: 50px;
}

.single-successstories #product-section-8 .jumbobuttons {
    width: 100% !important;
    text-align: center;
    margin: auto auto 102px;
    padding-top: 20px;
    height: auto;
}

.single-successstories  #product-section-8 .greenbtn,
.single-successstories  #product-section-8 .greybtn{
  width: 178px;
  float: none;
  display: inline-block;
  margin: 0 5px 5px;
}

.single-successstories #product-section-3 {
    padding: 71px 0 102px;
}

.single-successstories  #product-section-3 img {
  margin-top: 0;
  max-width: 100%;
  height: auto;
}

.single-successstories #product-section-3 h2 {
    font-size: 60px;
    line-height: 65px;
}

.single-successstories #product-section-3 p.sub_heading {
    font-size: 22px;
    line-height: 24px;
    padding-top: 5px;
}

.single-successstories #product-section-3 .heading-row {
    padding-bottom: 51px;
}

.single-successstories  #product-section-3 a.greybtn {
    margin: 10px 0;
}

.single-successstories .greybg {
    background-color: #F6F6F6;
    padding: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    max-width: 220px;
    margin-left: 0;
}

.single-successstories .bluebg {
    background-color: #285CC1;
    color: white !important;
    padding: 10px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    margin-top: 20px;
    max-width: 220px;
    margin-left: 0;
    /*min-height: 300px;*/
}

.single-successstories .greybg h4 {
    color: black;
}

.single-successstories .buttons {
    margin-top: 10px;
}

.single-successstories .btnholder {
    padding: 10px;
    margin: auto;
    text-align: center;
    background-color: #EC9C11;
}

.single-successstories #product-section-3 p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
}

.single-successstories .company-overview {
    background-color: #1b6bb1;
    color: #fff;
    padding: 55px 0 92px;
}

.single-successstories .company-overview h1,
.single-successstories .company-overview h2,
.single-successstories .company-overview h3
.single-successstories .company-overview h4,
.single-successstories .company-overview h5,
.single-successstories .company-overview h6,
.single-successstories .company-overview p{
	color: #fff;
}

.single-successstories .company-overview h1.headline {
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 20px;
    font-weight: 300;
}

.single-successstories .company-overview p {
    font-size: 16px;
    line-height: 25px;
}

.single-successstories .company-overview .header-row {
    padding-bottom: 53px;
}

.single-successstories .company-overview .blurb-block h2 {
    font-size: 28px;
    line-height: 25px;
    margin: 29px 0 9px;
}

.single-successstories .company-overview .blurb-block .blurb {
    padding-bottom: 20px;
}

.single-successstories #product-section-8 {
    padding: 72px 0 0;
}

.single-successstories #product-section-8 h2 {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 15px;
}

.single-successstories #product-section-8 p {
    font-size: 22px;
}


/********************
* Product Page
*********************/
 .jumbobuttons .whitebtn{
 
 }
/*********************
* News List
**********************/

.news-list-page .newslist-defaultlist h1 {
    margin: 68px 0 62px;
    color: #3b3b3b;
    font-size: 40px;
    line-height: 45px;
    font-weight: 300;
}

.news-list-page .newslist-defaultlist .individual-news {
    padding-bottom: 40px;
}

/*****************************
* Success Stories - Landing
*****************************/
.success-story-section {
    padding: 0 0 30px;
}


.success-story-section .single-success-story{
	display: table;
	margin-bottom: 60px;
}

.success-story-section .single-success-story .company-thumbnail-wrap {
    width: 150px;
    padding: 20px;
    display: table-cell;
    vertical-align: middle;
}

.success-story-section .single-success-story .company-detail{
    padding: 20px;
    display: table-cell;
    vertical-align: middle;
}

.success-story-section .single-success-story .company-detail .read-more{
   font-weight: 500;
   color: #1b6bb1;
}

.success-story-section .greybg {
    background-color: #F6F6F6;
}

.success-story-section .bluebg {
    background-color: #285CC1;
    padding: 20px;
    margin-bottom: 20px;
}

.success-story-section.other-clients-section {
    background-color: #f6f6f6;
    padding: 9px 0 85px;
}

.success-story-section.other-clients-section .successstory {
    margin-bottom: 0;
}
.success-story-section .successstory {
    margin-bottom: 50px;
}

.success-story-section  .successstory h2 {
    color: #303030;
    font-size: 30px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 10px;
}

.success-story-section .successstory h2.sub-head{
    font-size: 40.01px;
    font-weight: 300;
    color: #3b3b3b;
    padding: 71px 0 5px;
    margin: 0;
}

.success-story-section .successstory .hr-row {
    padding: 16px 0 0;
}

.success-story-section .successstory .hr-row:last-child{
	display:none;
}

.success-story-section .successstory .hr-row hr {
    border-top: 1px solid #dddddd;
    margin: 20px 0 7px;
}

.success-story-section .successstory h3 {
    color: #3b3b3b;
    font-size: 24px;
    font-weight: 400;
    margin: 0px;
}

.success-story-section .successstory p {
    color: #777777;
}

.success-story-section .successstory img {
    max-width: 100%;
}

.success-story-section .otherClients ul.other-clients {
    list-style: none;
	margin:0 -15px;
	padding:39px 0 0;
}

.success-story-section .otherClients ul.other-clients li {
    color: #2859BF;
    background-color: #F6F6F6;
    display: inline-block;
    padding: 28px 15px;
    text-align: center;
    width: 25%;
    vertical-align: middle;
}

/*************************
* Product Page - Single
**************************/
.product-page-single #product-section-5 .jumbobuttons {
    padding-top: 30px;
    height: auto !important;
}

.product-page-single #product-section-5 .jumbobuttons .whitebtn {
    float: none !important;
    padding: 6px 30px;
    width: auto !important;
    display: inline-block;
}

.product-page-single #product-section-5 .jumbobuttons .whitebtn:hover,
.product-page-single #product-section-5 .jumbobuttons .whitebtn:focus{
	color: #fff;
}

.product-page-single #product-section-7 h2 {
    font-size: 28px;
    font-weight: 500;
}

.product-page-single #product-section-7 p,
.product-page-single #product-section-8 p{
	  font-size: 20px;
}

.product-page-single #product-section-8 {
	padding-top: 50px;
}

.product-page-single #product-section-8 .jumbobuttons {
    text-align: center;
    margin: auto auto 150px;
    padding-top: 20px;
    height: auto;
    width: 100%;
}

.product-page-single #product-section-8 .greenbtn,
.product-page-single #product-section-8 .greybtn{
  width: 178px;
  float: none;
  display: inline-block;
  margin: 0 5px;
}

.product-page-single h2 {
	font-weight: 300;
    color: #3b3b3b;
}

.product-page-single p {
	font-size: 16px;
	color: #777777;
}

.product-page-single #product-section-1 {
	background-color: #f6f6f6;
	padding: 30px;
}

.product-page-single #product-section-2 h2 {
	font-size: 60px;
}

.product-page-single #product-section-2 .greenbtn {
	float: none;
}
.product-page-single #product-section-2 p {
	margin-top: 10px;
	margin-bottom: 30px;
	font-size:20px;
}
.product-page-single #product-section-2 {
    padding-top: 30px;
    padding-bottom: 68px;
}

.product-page-single #product-section-3 {
	padding-top: 24px;
	background-color: #f6f6f6;
}

.product-page-single  #product-section-4 {
  padding-top: 10px;
}

.product-page-single #product-section-3 img,
.product-page-single #product-section-4 img {
  margin-top: 0;
  max-width: 100%;
  height: auto;
}

.product-page-single #product-section-3 h2, 
.product-page-single #product-section-4 h2 {
  font-size: 35px;
}

.product-page-single #product-section-4 h2 {
  margin-top:40px;
}

.product-page-single #product-section-5 {
	color: white;
	background-color: #216dae;
	padding: 50px;
}

.product-page-single #product-section-5 h2 {
	color: white;
	font-size: 45px;
}

.product-page-single #product-section-5 p {
	color: white;
	font-size: 16px;
}

.product-page-single #product-section-6 {
	padding: 50px;
}

.product-page-single .jumbotron h1 {
	text-align: left;
	font-size: 60px;
	padding-top: 120px;
}

.product-page-single .jumbotron p {
	text-align: left;
	margin: 0;
	padding-left: 0;
	color: #fff;
}

.product-page-single .jumbobuttons {
	width:100%;
	margin: 0;
}

.product-page-single .jumbobuttons .greenbtn {
    display: inline-block;
    float: none !important;
    width: auto !important;
}

.product-page-single #jumbotron .jumbobuttons .greenbtn,
.solution-detail-page #jumbotron .jumbobuttons .greenbtn {
    padding: 11px 35px;
}

.product-page-single .product-additional-resources {
    padding: 43px 0 43px;
}

.product-page-single .product-additional-resources h2 {
    font-weight: 300;
    color: #3b3b3b;
    font-size: 35px;
    line-height: 40px;
    padding-bottom: 38px;
}

.product-page-single .additional-resources h3.resource.title {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    color: #777;
}

.product-page-single .additional-resources a.resource-link {
    color: #3eb34f;
    font-size: 16px;
    font-weight: 400;
}

.product-page-single .additional-resource-hr hr {
    margin: 13px 0 20px;
}

.additional-resource-hr:last-child {
    display: none;
}



/*********************
* Events
***********************/
.events-section.upcoming-events {
    padding-bottom: 19px;
}

.events-section.past-events {
    background-color: #f6f6f6;
    padding: 0 0 128px;
}

.events-section.past-events .newslist-defaultlist h2.sub-head {
    padding: 65px 0 61px;
}


.resources-section.event-section .bannerholder {
    padding: 0 !important;
    background-color: transparent;
}

.events-section .newslist-defaultlist h2.sub-head {
    font-size: 40.01px;
    font-weight: 300;
    color: #3b3b3b;
    padding: 71px 0 70px;
    margin: 0;
}

.events-section .newslist-defaultlist .single-event {
    display: table;
    margin-bottom: 60px;
	table-layout: fixed;
	width:100%;
}

.events-section .newslist-defaultlist .single-event .event-thumbnail-wrap {
    width: 160px;
    padding: 20px;
    display: table-cell;
    vertical-align: middle;
	background:#f7f7f7;
}

.events-section.past-events .newslist-defaultlist .single-event .event-thumbnail-wrap {
    background-color: #fff;
}


.events-section .newslist-defaultlist .single-event .event-detail .location {
    background-image: url('images/event-map-icon.png');
    background-size: 10px 15px;
    background-repeat: no-repeat;
    background-position: left 2px;
    display: block;
    font-size: 16px;
    padding: 0 0 0 18px;
    line-height: 18px;
    color: #3b3b3b;
	font-weight: 400;
    margin-bottom: 13px;
}

.events-section .newslist-defaultlist .single-event .event-detail .eventDate {
    display: block;
    font-size: 16px;
    padding: 0;
    line-height: 18px;
    color: #3b3b3b;
    font-weight: 700;
    margin-bottom: 6px;
}

.events-section .newslist-defaultlist .single-event .event-detail {
    padding: 0 30px;
    display: table-cell;
    vertical-align: middle;
}

.events-section .newslist-defaultlist .single-event .event-detail h3 {
    margin-bottom: 11px;
}

.events-section .newslist-defaultlist .single-event .event-detail h3 a {
    color: #095da5;
    font-size: 24px;
    line-height: 27px;
    display: block;
    font-weight: 500;
}


.events-section .newslist-defaultlist .single-event .event-detail p{
	margin-bottom:0;
}
/**********************
* Basic Page Template
***********************/
.basic-page-template .banner {
    max-width: 1400px;
    padding-top: 46px;
    padding-bottom: 49px;
    margin: auto;
}

.basic-page-template .bluebannerbutton {
    color: #fff;
    width: 170px;
    height: 40px;
    background-color: #00B0FF;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 30px;
}

.basic-page-template .bluebannerbutton:hover {
  color: #fff;
  background-color: #135FA3;
}

.basic-page-template .bannerbtn {
	margin-bottom: 50px;
}

.basic-page-template .support h1 {
    margin-top: 10px;
    color: #000;
    font-size: 40px;
    font-weight: 300;
}

.basic-page-template .support h3 {
	margin-top: 0;
    
    color: #3b3b3b;
    font-size: 24px;
    font-weight: 400;
}

.basic-page-template .padrowtop {
    margin-top: 20px;
}

.basic-page-template .imageleft img {
    float: left;
    margin-right: 20px;
    margin-bottom: 80px;
}

.basic-page-template .greybox {
    color: #303030;
    font-size: 14px;
    background-color: #F6F6F6;
    padding: 30px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.basic-page-template .greybox p {
    margin-bottom: 30px;
}

.basic-page-template .greybox strong {
    font-size: 20px;
}

.basic-page-template .support h1.basic-page-title {
    font-size: 45px;
    font-weight: 300;
    color: #3b3b3b;
    margin: 12px 0 19px;
}

.basic-page-template .support p {
    margin-bottom: 22px;
    color: #777777;
    font-size: 16px;
    line-height: 20px;
}
/********************
* Solution - Landing
********************/

.solution-landing-page .even-solution-block {
    background-color: #F6F6F6;
    padding-bottom: 11px;
}

.solution-landing-page .solutions.even-solution-block h1 {
    padding-top: 49px;
}

.solution-landing-page .solutions.even-solution-block h1 {
    padding-top: 49px;
    padding-bottom: 52px;
}

.solution-landing-page .greybg {
    padding: 30px 20px;
    background-color: #FFF;
}

.solution-landing-page .solutions h1 {
	padding: 40px 20px;
	font-size: 45px;
	font-weight: 300
}

.solution-landing-page .solutions h2 {
    color: #303030;
    font-size: 30px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 0px;
}

.solution-landing-page .solutions h3,
.solution-landing-page .solutions h3 a {
    color: #3b3b3b;
    font-size: 24px;
    margin-top: 10px;
}

.solution-landing-page .solutions a {
    color: #1b6bb1;
    font-size: 16px;
    font-weight: 400;
}

.solution-landing-page .padrow {
    margin-top: 30px;
    margin-bottom: 30px;
}

.solution-landing-page .solutions .solutions-item {
    width: 33%;
    display: inline-block;
    text-align: center;
    padding: 0 15px 50px;
    vertical-align: middle;
}
/*********************
* Company Detail
*********************/
.company-detail-page .greybg {
	background-color: #F6F6F6;
}

.company-detail-page .investorslist h2{
	color: #303030;
	font-size: 18px;    
	font-family: "Helvetica";
	font-weight: 700;
}
	
.company-detail-page .investorslist h2 {
	margin-top: 0;
	font-size: 30px;
}

.company-detail-page .investorslist {
    padding: 150px 0 20px;
}
	
.company-detail-page .investorslist img {
	float: left;
}

.company-detail-page .investorslist h1{
	margin-top: 10px;
	color: #303030;
	font-family: "Helvetica";
	font-size: 36px;
	font-weight: 700;
}

.company-detail-page .investorslist p {
	padding-bottom: 30px;
}

.company-detail-page .logoholder img {
	margin-bottom: 20px;
	margin-right: 20px;
	width: 100%;
	height: 100%;
	max-width: 230px;
}

/*******************
* ISVS and  Partners Page
*********************/
.investorslist.isvs-partners-section .logoholder a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.investorslist.isvs-partners-section .logoholder {
    text-align: center;
    padding-top: 50px;
}

.investorslist.isvs-partners-section h2 {
	    color: #3b3b3b;
	    padding-left: 15px;
	    margin-top: 60px;
	    font-size: 36px;
	    font-weight: 300;
}

.investorslist.isvs-partners-section{
	padding: 0;
}

.investorslist.isvs-partners-section h1{
	margin-top: 10px;
	color: #303030;
	font-size: 36px;
	font-weight: 700;
}

.investorslist.isvs-partners-section p {
	padding-bottom: 30px;
}

.investorslist.isvs-partners-section .logoholder img {
    margin: 0 0 50px;
    width: 100%;
    max-width: 230px;
    height: auto;
}
/*********************
* Product Landing
**********************/
.product-landing-padbox .greenbtn {
    float: none;
    display: inline-block;
}

.product-landing-padbox .padbox .padbox-item {
    padding-bottom: 30px;
}

.padbox {
	padding: 100px 100px 50px;
}

/*********************
* Download - Vega
**********************/

.table.vega-download {
    border-right: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}

.table.vega-download.documents-tools {
    margin-bottom: 0;
    border-bottom: none !important;
}


.table.vega-download tr.table-heading {
    border-bottom: 1px solid #d7d7d7;
    background: #f9f9f9;
}

.table.vega-download tr.top-title {
    background: #eeeeee;

}

.table.vega-download tr.top-title th {
    padding: 10px 37px !important;
    color: #184188;
}

.table.vega-download tr.table-heading th {
    padding: 10px 37px !important;
    font-size: 14px;
}

.table.vega-download tr.table-heading th,
.table.vega-download tr.top-title th,
.table.vega-download tr strong,
.table.vega-download tr .version{
	font-weight: 500;
}

.table.vega-download tr.table-heading th {
    padding-left: 35px !important;
}

.table.vega-download tr:nth-child(3) {
    border-bottom: 1px solid #d7d7d7;
}

.archive_area .table.vega-download .top td {
    border-top: none !important;
    padding: 15px 18px !important;
    font-size: 14px;
}

.table.vega-download tr .version {
    display: block;
    padding-bottom: 1px;
}

.table.vega-download ul {
    padding: 0;
    list-style: none outside none;
    margin: 0 0 47px;
}

.table.vega-download ul li {
    padding-left: 10px;
    position: relative;
    padding-bottom: 2px;
}

.table.vega-download ul li:before {
    content: " ";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #8c8c8c;
    position: absolute;
    left: 0;
    top: 5px;
}
.table.vega-download ul li.no-left-arrow-head,
.table.vega-download ul li.first{
	padding-left: 0 !important
}

.table.vega-download ul li.no-left-arrow-head:before,
.table.vega-download ul li.first:before {
	display:none !important;
}

.table.vega-download ul li span.divider {
    padding: 0 3px;
    font-weight: 700;
    display: inline-block;
}



/*********************
* Marketo
**********************/
.marketo-section .bannerholder {
    margin-top: 99px;
    background-color: #1b6bb1;
    padding: 19px 0 33px;
}

.marketo-section .bannerholder .banner{
	max-width: 1400px;
	margin: auto;
}

.marketo-section .bannerholder .banner .bluebannerbutton {
    color: #fff;
    width: 170px;
    height: 40px;
    background-color: #00B0FF;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 30px;
    margin-top: 5px;
    display: inline-block;
}

.marketo-section .bannerholder .banner .bannerbtn {
	margin-bottom: 50px;
}

.marketo-section .bannerholder .banner h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 300;
}

.marketo-section .bannerholder .banner h2{
    font-size: 20px;
    color: #fff;
}

.download-gray-form {
    background-color: #f6f6f6;
    padding: 0 17px 0 23px;
}

.download-gray-form .gform_wrapper {
    margin: 20px 0 0;
    max-width: 100%;
}

.download-gray-form h2.module-heading {
    color: #fff;
	background-image:url(images/marketo-white-dl.png);
	background-size: 59px 75px;
	background-position: 44px 28px;
	background-repeat: no-repeat;
    background-color: #777777;
    font-weight: 400;
    font-size: 28px;
    padding: 33px 10px 33px 144px;
    margin: 0 -17px 0 -23px;
}

.marketo-section.content-section {
    padding-top: 42px;
}

.marketo-section .gform_wrapper input[type=email], 
.marketo-section .gform_wrapper input[type=number], 
.marketo-section .gform_wrapper input[type=password], 
.marketo-section .gform_wrapper input[type=tel], 
.marketo-section .gform_wrapper input[type=text], 
.marketo-section .gform_wrapper input[type=url] {
    outline-style: none;
    font-family: "Roboto",sans-serif;
    padding: 10px 10px;
    letter-spacing: normal;
    color: #777777;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #d4d4d4;
}

body .marketo-section .gform_wrapper .gfield.label-none label.gfield_label+div.ginput_container {
    margin-top: 10px !important;
}

body  .marketo-section .gform_wrapper label.gfield_label+div.ginput_container {
    margin-top: 0 !important;
}

body .marketo-section .gform_wrapper label.gfield_label+div.ginput_container .jcf-select {
    margin: 0;
    width: 97.5%;
}

.marketo-section .gform_wrapper .top_label .gfield_label {
    margin-bottom: 4px !important;
}

.marketo-section .gform_wrapper .ginput_complex label {
    margin-bottom: 0 !important;
}

.download-gray-form  .bottom-description {
    font-size: 12px;
    margin: 20px 0 0;
    line-height: 15px;
    letter-spacing: -0.2px;
}

.download-gray-form .gform_wrapper .gform_footer {
    margin: 0;
    padding: 28px 2.5% 0 0;
}

.marketo-section .gform_footer input,
.marketo-section .gform_footer button {
    font-size: 14px;
    padding: 6px 25px;
    color: #3fb34f;
    border-radius: 18px;
    border: 2px solid #3fb34f;
    font-weight: 500;
	color: white;
    background-color: #3fb34f;
}

.download-gray-form .gform_wrapper .gform_footer input {
    background-color: #39b54a;
    border: none;
    color: #fff;
    width: 100%;
    font-weight: 500;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    line-height: 16px;
    padding: 12px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 28px;
}

.marketo-section.content-section .content {
    padding-right: 73px;
}

.marketo-section.content-section .content h3 {
    margin-bottom: 40px;
}

.marketo-section.content-section .content p {
    margin: 19px 0;
}


.navbar-right .side {
    display: inline-block;
    vertical-align: middle;
    margin-left: 55px;
    font-size: 20px;
    font-weight: 500;
    color: #777777;
}

.gray-share.widget {
    background-color: #e2e2e2;
    padding: 31px 38px 25px;
}

.gray-share.widget hr,
.download-gray-form hr{
	display:none;
}

.gray-share.widget h2.module-heading {
    margin: 0 0 18px;
    font-size: 20px;
    line-height: 20px;
    color: #1369b3;
    font-weight: 500;
}

.gray-share.widget a.at-share-btn {
    margin: 0 8px 8px 0;
}

.gray-share.widget a.at-share-btn span {
    background: none !important;
}

.gray-share.widget a.at-share-btn.at-svc-facebook {
    background-image: url('images/gray-share-marketo.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top left;
    background-color: transparent !important;
    height: 32px;
    width: 32px;
}

.gray-share.widget a.at-share-btn.at-svc-twitter{
	background-image: url('images/gray-share-marketo.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: -42px 0;
    background-color: transparent !important;
    height: 32px;
    width: 32px;
}

.gray-share.widget a.at-share-btn.at-svc-linkedin{
	background-image: url('images/gray-share-marketo.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: -84px 0;
    background-color: transparent !important;
    height: 32px;
    width: 32px;
}
/**********************
* Media
***********************/
.newslist-defaultlist .individual-media .thumb-holder {
    padding: 15px;
	text-align: center;
	background-color: #f1f1f1;
}

.newslist-defaultlist .thumb-holder,
#awards .award-thumbnail{
    height: 150px;
    margin: 0 auto 10px;
    position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	display:block;
}

.newslist-defaultlist .individual-media .thumb-holder img,
#awards .award-thumbnail img{
    float: none;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
    max-width: 100%;
    height: auto;
	max-height:100%;
	width: auto;
}

.newslist-defaultlist .individual-media h3>a {
    color: #095da5;
    font-weight: 500;
}

.newslist-defaultlist .individual-media h3 {
    margin: 16px 0 9px;
}

/**********************
* Presentations
***********************/
.newslist-defaultlist .single-presentation h3>a {
    font-size: 24px;
    line-height: 29px;
    color: #135fa3;
    font-weight: 500;
}

.newslist-defaultlist .single-presentation h3 {
    margin: 16px 0 0;
}

/***********************
* Gravity Forms / Forms
***********************/

.label-none label.gfield_label,
.complex-label-none .ginput_complex label{
    display: none !important;
}

::-webkit-input-placeholder {
  color: #777777;
}

:-moz-placeholder { /* Firefox 18- */
   color: #777777;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #777777;  
}

:-ms-input-placeholder {  
  color: #777777;
}

/* select */
.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid  #d4d4d4;
	background: #fff;
	margin: 0 0 10px;
	min-width: 150px;
	height: 42px;
	outline-style: none;
    font-family: "Roboto",sans-serif;
    letter-spacing: normal;
    color: #777777;
    font-size: 14px;
    line-height: 18px;
	width:100%;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}
.jcf-select .jcf-select-text {
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	margin: 1px 35px 0 3px;
	outline-style: none;
    font-family: "Roboto",sans-serif;
    padding: 10px 10px;
    letter-spacing: normal;
    color: #777777;
    font-size: 14px;
    line-height: 18px;
}
.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background:#fff;
	width: 26px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-select .jcf-select-opener:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 10px;
    top: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #777777 transparent transparent transparent;
}
body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}
body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}
.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0px;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}
.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}
.jcf-select.jcf-compact-multiple {
	max-width: 220px;
}
.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
	display: inline-block;
	padding-top: 2px;
	content: '...';
}

span.jcf-list-content {
    display: block;
}

.jcf-list-content ul {
    list-style: none outside none;
    background-color: #fff;
    margin: 0;
    padding: 0 10px;
}

.jcf-list-content ul li {
    font-size: 14px;
    line-height: 18px;
	cursor:pointer;
}

.jcf-list-content ul li span {
	display: block;
	padding: 2px 0;
}

.jcf-select-drop .jcf-select-drop-content {
	border:1px solid #d4d4d4;
}
.jcf-select-drop.jcf-compact-multiple .jcf-hover {
	background: none;
}
.jcf-select-drop.jcf-compact-multiple .jcf-selected {
	background: #e6e6e6;
	color: #000;
}
.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
	display: inline-block;
	content: '';
	height:4px;
	width:8px;
	margin:-7px 5px 0 -3px;
	border:3px solid #777;
	border-width:0 0 3px 3px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

.t-a-c-field {
    height: 300px !important;
    overflow-y: scroll !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    padding-right: 22px;
    word-break: break-word;
    margin-top: 30px !important;
}

.home .row.bottom-banner {
    padding-top: 12px;
    padding-bottom: 25px;
}
/********************
* Footer social icons
**********************/
.social-links li {
  display: inline-block;
  margin: 0 3px;
    padding-right: 2px;
      width: inherit;
}

ul.social-links:before,
ul.social-links:after{
	display:table;
	content: " ";
}

ul.social-links:after{
	clear:both;
}

.social-links .icon {
  display: block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-size: 40px 40px !important;
  -moz-background-size: 40px 40px !important;
  -o-background-size: 40px 40px !important;
  background-size: 40px 40px !important;
  overflow: hidden;
  opacity: .7;
  -webkit-transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}
.social-links .icon:hover {
  /*opacity: 0.7;*/
  opacity: 1;
  -webkit-transition: opacity 200ms ease-in-out;
  -moz-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}
.social-links .icon.icon-twitter {
  background: url(../AzulSystems/images/icon-twitter.png?1398715010) no-repeat 0 0;
}
.social-links .icon.icon-facebook {
  background: url(../AzulSystems/images/icon-facebook.png?1398714906) no-repeat 0 0;
}
.social-links .icon.icon-linkedin {
  background: url(../AzulSystems/images/icon-linkedin.png?1398715654) no-repeat 0 0;
}

.social-links .icon.icon-g{
  background: url(../AzulSystems/images/icon-g.png) no-repeat 0 0;
}

.social-links .icon.icon-weibo{
  background: url(../AzulSystems/images/icon-weibo.png) no-repeat 0 0;
}