
html, body {
  font-family: "Avenir-Medium", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  background-color: #FAFAFA; 
}
h1, h2, h3, h4 {
  font-family: "Avenir-Medium", Helvetica, Arial, sans-serif;
}
.line-height-reduced  {
  line-height: 1.4;
}
a {
  color: #3279F4;
}
.blue-text {
  color: #3279F4;
}
.dark-text {
  color: #333;
}
.gray-text{
  color: #555555;
}
.white-text{
  color: #FFF;
}
.orange {
  color: #ED8934;
}
.h1-text-size {
  font-size: 36px;
}
.navbar {
    margin-bottom: 0px;
}

.fill-secondary
{
    fill: #FFF;
}
/* ========== */

.navbar-inverse {
  background-color:#ffffff;
  border-color: #ffffff;
  color:#555555;
  border-bottom: 1px solid #A9A4A4;
}

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

.navbar-inverse .navbar-toggle.collapsed, 
.navbar-inverse .navbar-toggle.collapsed .icon-bar, 
.navbar-inverse .navbar-toggle,
.navbar-inverse .navbar-toggle .icon-bar   {
  border-color: #555555;

}
.navbar-inverse .navbar-toggle.collapsed:hover, 
.navbar-inverse .navbar-toggle.collapsed .icon-bar:hover, 
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle .icon-bar:hover   {
  background-color: #CCCCCC;
  border-color: #3279F4;
}

.navbar-inverse .navbar-brand {
  color: #555555;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a {
  color: #555555;
}

.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:hover, 
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #3279F4;
  background-color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a:hover, 
.navbar-inverse .navbar-nav > li > a:focus {
  color: #3279F4;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .open > a, 
.navbar-inverse .navbar-nav > .open > a:hover, 
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #ffffff;
  color: #3279F4;
}

.navbar-brand {
  padding:  0px;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-nav>li>a {
  padding-top: 2px;
  padding-bottom: 0px;
}

.navbar-brand > img {
  max-height: 100%;
  height: 100%;
  width: auto;
  padding: 5px 5px;
  margin-top: 0px;
}


.navbar-brand, .navbar-nav>li>a {
  height: 50px;
  line-height: 50px;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #3279F4;
  border-bottom-color: #3279F4;
}
.navbar-collapse { max-height: 100% !important; }

.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

  /*-- change navbar dropdown color for small screen sizes --*/
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a,.navbar-inverse .navbar-nav .open .dropdown-menu {
    color:#555555;
  }
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu {
     color:#3279F4;
  }
}

/*

*/
 .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-image:none;
 }
 .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #262626;
    background-color:#f5f5f5;
 }

.subnav {
  margin-top: -12px;
  top: 0px;
  z-index: 1;
  background-color: rgb(247,247,247); 
  border-bottom: 1px solid #E1E1E1;
  padding: 0px;
}

.btn-primary {
  background-color: #3279F4;
  border-color: #3279F4;
  color: #ffffff;
}

.btn-primary-alt {
  background-color: #3279F4;
  border-color: #3279F4;
  color: #ffffff;
}
/*

*/
.subnav .pager {
  padding-left: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.subnav .pager li > a{
  height: 42px;
  line-height: 42px;
  display: inline-block;
  padding: 0px;
  margin: 0px 20px 0px 20px;
  background-color: rgb(247,247,247);
  border: none;
  border-radius: 0px;
  color: #3279F4;
  overflow: hidden;
 float: left;

}

.subnav .pager li > a:hover,
.subnav .pager li > a:focus {
  text-decoration: none;
  border-bottom: 3px solid #3279F4;
}
.subnav .pager li > a.active,
.subnav .pager li:hover > a {
  text-decoration: none;
  border-bottom: 3px solid #3279F4;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  background-color: #fff;
}
/*.jumbotron h1,
.jumbotron .h1 {
  color: #3279F4;
}*/
.jumbotron h3,
.jumbotron .h3 {
  color: #3279F4;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 200;
  color: inherit;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container-white {
  background-color: #FFFFFF;
  max-width: 100%;
}
.container-gray {
  background-color: #FAFAFA;
  max-width: 100%;
}

.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 36px;
  }
}

.jumbotron-gray {
  background-color: #FAFAFA;
}

.jumbotron-white {
  background-color: #FFFFFF;
}


.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary:active, 
.open .dropdown-toggle.btn-primary {
  background-color: #3540A2;
  border-color: #3279F4;
  color: #B4B3EE;
}
.btn-primary-alt:hover, 
.btn-primary-alt:focus, 
.btn-primary-alt:active, 
.btn-primary-alt:active, 
.open .dropdown-toggle.btn-primary-alt {
  background-color: #2D75D7;
  border-color: #3279F4;
  color: #B4B3EE;
}
.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.btn-link {
  color: #3279F4;
}
.label-primary {
  background-color: #3279F4;
}

.pad-neg{
    padding-top: -20px;
    padding-bottom: -20px;
}

.tpad{
    padding-top: 20px;
}
.tpad-sm {
  padding-top: 5px;
}
.tpad-md{
    padding-top: 10px;
}
.tpad-lg{
    padding-top: 40px;
}
.bpad{
    padding-bottom: 20px;
}
.bpad-md{
    padding-bottom: 10px;
}
.bpad-sm{
    padding-bottom: 5px;
}
.img-center {margin:0 auto;}

/* TESITMONIALS SECTION */
#quote-carousel {
    height: 450px;
    padding: 0 10px 30px 10px;
    margin-top: 60px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 80px;
    height: 80px;
    opacity: 1;
    transition: all .2s;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
/* END jTESITMONIALS SECTION */

.carousel-caption {
  position: absolute;
  top: 0%;
  right: 10%;
  /*bottom: 15%;*/
  left: 10%;
  z-index: 10;
  max-width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption > h2 {
  font-size: 50px;
}

@media (max-width: 500px) {
  .carousel-caption {
  left: 5%;
  right: 0%;
}
  .carousel-caption > h2 { 
    font-size: 32px; 
  }
}

.subheader {
  font-size: 22px;
  color: #555555;
}

.txt-lg {
  font-size: 22px;
}

@media (min-width: 992px) {
  .grid--borderBetween > [class*='col-']:before,
  .grid--borderBetween > [class*='col-']:after {
      background: #b2b2b2;
      bottom: 0;
      content: " ";
      position: absolute;
      width: 1px;
      top: 0;
  }
  .grid--borderBetween > [class*='col-']:before {
      left: 0;
  }
  .grid--borderBetween > [class*='col-']:after {
      right: -1px;
  }
  .grid--borderBetween > [class*='col-']:first-child:before,
  .grid--borderBetween > [class*='col-']:last-child:after {
      display: none;
  }
}


/* testimonials page */
#rightQuote { position: relative; margin-top: -30px;}
#quote1, #quote2 { position: absolute; left: 50px; }
.quote {
  background-color:#f4f4f4;
  color: #394187;
  font-weight: lighter;
  font-style: italic;
  font-size: 12pt;
  margin-left: -50px;
  padding: 5px 5px;
  transition-property: opacity;
  transition-duration: 3s;
  position: absolute;
}

#demoContainter { position: relative; }
#demo1 { 
  position: absolute; 
  left: 370px; 
}
#demo2 {
  position: absolute;
  top: 69px;
  left: 390px;
  }
/* demo page */

@media (max-width: 479px) {
  #demoContainter { position: relative; }
  #demo1 { 
    position: absolute; 
    left: 60px; 
  }
  #demo2 {
    position: absolute;
    top: 69px;
    left: 80px;
    }
}
@media (min-width: 480px) {
  #demoContainter { position: relative; }
  #demo1 { 
    position: absolute; 
    left: 190px; 
  }
  #demo2 {
    position: absolute;
    top: 69px;
    left: 210px;
    }
}

@media (min-width: 768px) {
  #demoContainter { position: relative; }
  #demo1 { 
    position: absolute; 
    left: 270px; 
  }
  #demo2 {
    position: absolute;
    top: 69px;
    left: 290px;
    }
}


@media (min-width: 990px) {
  #demoContainter { position: relative; }
  #demo1 { 
    position: absolute; 
    left: 370px; 
  }
  #demo2 {
    position: absolute;
    top: 69px;
    left: 390px;
    }
}

@media (min-width: 1200px) {
  #demoContainter { position: relative; }
  #demo1 { 
    position: absolute; 
    left: 470px; 
  }
  #demo2 {
    position: absolute;
    top: 69px;
    left: 490px;
    }
}


hr {
    border-top: 1px solid #c9c9c9;   
}
.sidebar {
  background-color: #FAFAFA;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #3279F4;
  border-color: #3279F4;
}


.list-group.list-group-root {
    padding: 0;
    overflow: hidden;
}
.list-group.list-group-root .list-group {
    margin-bottom: 0;
}

.list-group.list-group-root .list-group-item {
    border-radius: 0;
    border-width: 1px 0 0 0;
}

.list-group.list-group-root > .list-group-item:first-child {
    border-top-width: 0;
}

.list-group.list-group-root > .list-group > .list-group-item {
    padding-left: 30px;
}

.list-group.list-group-root > .list-group > .list-group > .list-group-item {
    padding-left: 45px;
}

.list-group-item .glyphicon {
    margin-right: 0px;
}
.content {
  background-color: #fff;
  border-bottom: 1px solid #BBBBC2;
  border-left: 1px solid #BBBBC2;
  border-right: 1px solid #BBBBC2;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  min-height: 400px;
}
.content h3 a{
  color: #3279F4;
}


.success h3 {
  color: #32A33D;
}

/*
.content p a {
  color: #3279F4;
}*/

.nav-pills > li.active.wo-nci > a,
.nav-pills > li.active.wo-nci > a:hover,
.nav-pills > li.active.wo-nci > a:focus {
  background-color: #AAA;
  color:#000;
}

.nav-pills > li > a {
  margin-top: 1px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 17px;
  /*color: #3279F4*/
}
.nav-pills > p {
  margin-top: 1px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 17px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #3279F4;
}

.demo-form {
  background: #EBEBF0;
}

/*.panel-body {
background:#EBEBF0;
}
*/
.ft_space{
  padding: 0 10px;
}
.ftr {
  background-color: #FAFAFA;
  padding: 40px 0 40px 0;
}
.ftr address, .ftr a, .ftr p {
  color: #3279F4;
}

/* TESTIMONIALS */

/*.NCI-item {
    background: #333;
    text-align: center;
    height: 300px;
}
.NCI-item > h2 {
    margin: 0;
    color: #888;
    padding-top: 80px;
    font-size: 30px;
}*/
/* END TESTIMONIAL */

/* form labels not so weighty */
.lb-nrmal {
  font-weight: normal;
  color: #636363;
}

/* solutions page */
.solutionsWrapper {
  position: absolute;
  top: 80px; /* changed from 160px */
  right: 250px;
  left: -250px;
  height: 339px;
  -webkit-transform: translateX(250px);
  -moz-transform: translateX(250px);
  transform: translateX(250px);
}

.solutionsWrapper > div {
  font-weight: lighter;
  position: absolute;
  transition-property: font-size, top, left; /* animating font-weight looks horrible */
  transition-duration: 2s;
  width: 20%;
  height: 20px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  left: 50%; 
  margin-left: -10%;
  -webkit-animation: swirl 12s linear infinite;
  -moz-animation: swirl 12s linear infinite;
  animation: swirl 12s linear infinite; /* animationDuration = tripTime */
  -webkit-transform-origin: 50% 50% -300px; /* for safari */
  transform-origin: 50% 50% -300px;
}

/* Mobile Safari can't handle this */
@media only screen and (min-device-width: 1025px) {
  .solutionsWrapper > div > div {
    -webkit-animation-name: enlarge, bold;
    -webkit-animation-duration: 36s, 36s;
    -webkit-animation-timing-function: linear, step-start;
    -webkit-animation-iteration-count: infinite, infinite;
    -moz-animation-name: enlarge, bold;
    -moz-animation-duration: 36s, 36s;
    -moz-animation-timing-function: linear, step-start;
    -moz-animation-iteration-count: infinite, infinite;
    animation-name: enlarge, bold;
    animation-duration: 36s, 36s; /* animation-duration = 3 * tripTime*/
    animation-timing-function: linear, step-start;
    animation-iteration-count: infinite, infinite;
  }
}

#wrapperBehind.solutionsWrapper {
  z-index: -1;
}

#wrapperFront.solutionsWrapper > div {
  -webkit-backface-visibility: hidden; /* for safari */
  backface-visibility: hidden;
}

@-webkit-keyframes swirl {
  100% {
    -webkit-transform: rotateY(-360deg);
  }
}
@-moz-keyframes swirl {
  100% {
    -moz-transform: rotateY(-360deg);
  }
}
@keyframes swirl {
  100% {
    transform: rotateY(-360deg);
  }
}

@-webkit-keyframes enlarge {
  7.143% {
    font-size: 2em;
  }
  14.286% {
    font-size: 1em;
  }
}
@-moz-keyframes enlarge {
  7.143% {
    font-size: 2em;
  }
  14.286% {
    font-size: 1em;
  }
}
@keyframes enlarge {
  7.143% {
    font-size: 2em;
  }
  14.286% {
    font-size: 1em;
  }
}

@-webkit-keyframes bold {
  14.286% {
    font-weight: bold;
  }
}
@-moz-keyframes bold {
  14.286% {
    font-weight: bold;
  }
}
@keyframes bold {
  14.286% {
    font-weight: bold;
  }
}

.solutionsWrapper > div.solution1 {
  -webkit-animation-delay: -8.571s;
  -moz-animation-delay: -8.571s;
  animation-delay: -8.571s; /* = -5 * tripTime / 7 */
}
.solutionsWrapper > div.solution2 {
  -webkit-animation-delay: -3.429s;
  -moz-animation-delay: -3.429s;
  animation-delay: -3.429s; /* = -2 * tripTime / 7 */
  top: 50px;
}
.solutionsWrapper > div.solution3 {
  -webkit-animation-delay: -10.286s;
  -moz-animation-delay: -10.286s;
  animation-delay: -10.286s; /* = -6 * tripTime / 7 */
  top: 100px;
}
.solutionsWrapper > div.solution4 {
  -webkit-animation-delay: -5.143s;
  -moz-animation-delay: -5.143s;
  animation-delay: -5.143s; /* = -3 * tripTime / 7 */
  top: 150px;
}
.solutionsWrapper > div.solution5 {
  -webkit-animation-delay: -12s;
  -moz-animation-delay: -12s;
  animation-delay: -12s; /* = -tripTime */
  top: 200px;
}
.solutionsWrapper > div.solution6 {
  -webkit-animation-delay: -6.857s;
  -moz-animation-delay: -6.857s;
  animation-delay: -6.857s; /* = -4 * tripTime / 7 */
  top: 250px;
}
.solutionsWrapper > div.solution7 {
  -webkit-animation-delay: -13.714s;
  -moz-animation-delay: -13.714s;
  animation-delay: -13.714s; /* = -8 * tripTime / 7 */
  top: 300px;
}

.solutionsWrapper > div.solution1 > div {
  -webkit-animation-delay: 0.857s;
  -moz-animation-delay: 0.857s;
  animation-delay: 0.857s; /* = tripTime / 14 */
}
.solutionsWrapper > div.solution2 > div {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  animation-delay: 6s; /* = tripTime / 2 */
}
.solutionsWrapper > div.solution3 > div {
  -webkit-animation-delay: 11.143s;
  -moz-animation-delay: 11.143s;
  animation-delay: 11.143s; /* = 13 * tripTime / 14 */
}
.solutionsWrapper > div.solution4 > div {
  -webkit-animation-delay: 16.286s;
  -moz-animation-delay: 16.286s;
  animation-delay: 16.286s; /* = 19 * tripTime / 14 */
}
.solutionsWrapper > div.solution5 > div {
  -webkit-animation-delay: 21.429s;
  -moz-animation-delay: 21.429s;
  animation-delay: 21.429s; /* = 25 * tripTime / 14 */
}
.solutionsWrapper > div.solution6 > div {
  -webkit-animation-delay: 26.571s;
  -moz-animation-delay: 26.571s;
  animation-delay: 26.571s; /* = 31 * tripTime / 14 */
}
.solutionsWrapper > div.solution7 > div {
  -webkit-animation-delay: 31.714s;
  -moz-animation-delay: 31.714s;
  animation-delay: 31.714s; /* = 37 * tripTime / 14 */
}