/***  02 Native HTML Element Rules ***/
body {
  background: #ffffff;
  font-family: "open_sansregular", Helvetica, Arial, sans-serif;
  color: #666666;
}
header {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#header {
  background: url('/tenisi/wp-content/themes/jello/img/home/billboard_bg.jpg') no-repeat center center;
  height: 500px;
  border: solid 0px red;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
h1 {
  font-family: "open_sanslight", Helvetica, Arial, sans-serif;
  font-size: 2.25em;
  color: #009ba6;
}
h2 {
  font-family: "open_sanslight", Helvetica, Arial, sans-serif;
  font-size: 1.9em;
  color: #2a6496;
  margin-top: 0;
}
h3 {
  font-family: "open_sanslight", Helvetica, Arial, sans-serif;
  font-size: 1.4em;
  line-height: 1.4em;
  color: #2a6496;
  margin-top: 0px;
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 1.25em;
}
h4 {
  font-family: "open_sanslight", Helvetica, Arial, sans-serif;
  font-size: 1em;
  color: #333333;
}
h5 {
  font-family: "open_sanslight", Helvetica, Arial, sans-serif;
  font-size: 0.7em;
}
h6 {
  font-family: "open_sanslight", Helvetica, Arial, sans-serif;
  font-size: 0.7em;
}
a:hover {
  text-decoration: none;
}
ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 40px;
}
li {
  list-style-type: disc;
  margin-left: 2em;
}
/*** 03 Helper Classes ***/
.blue {
  border: 1px solid blue;
}
.red {
  border: 1px solid red;
}
.green {
  border: 1px solid green;
}
.purple {
  border: 1px solid purple;
}
.orange {
  border: 1px solid orange;
}
.black {
  color: #000000;
}
.white {
  color: #ffffff;
}
.md-gray {
  color: #666666;
}
.clearfix {
  clear: both;
}
.space {
  padding: 10px 0;
}
.space20 {
  padding: 20px 0;
}
.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  border-top: 0;
  background-color: #fff;
  /* opacity: .95; */
  height: 70px;
}
@media (max-width: 480px) {
  .sticky {
    border: solid 0px red;
  }
  #hdline img {
    margin-left: 0px;
    width: 320px;
  }
  #header {
    height: 320px;
  }
  .quote-author {
    text-align: center;
  }
  .about-desc {
    text-align: center;
  }
  .tool-thumb img {
    margin: 0 20px 0 0;
    padding-bottom: 30px;
  }
  .footer-nav > li > a {
    text-align: center;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .sticky {
    border: solid 0px orange;
  }
  #hdline img {
    margin-left: 0px;
    width: 80%;
  }
  #header {
    height: 340px;
  }
  .quote-author {
    text-align: center;
  }
  .about-desc {
    text-align: center;
  }
  .tool-thumb img {
    margin-right: 180px;
    padding: 0 0px 30px 0;
  }
  .main-content img {
    margin: 0 160px 0 0;
    padding-bottom: 30px;
  }
  .services img {
    margin-right: 20px;
  }
  .footer-nav > li > a {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sticky {
    border: solid 0px yellow;
    height: 130px;
  }
  #hdline img {
    margin-left: 100px;
    width: 80%;
  }
  .tool-body {
    width: 270px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sticky {
    border: solid 0px green;
  }
  #hdline img {
    margin-left: 300px;
  }
}
@media (min-width: 1200px) {
  .sticky {
    border: solid 0px blue;
  }
  #hdline img {
    margin-left: 450px;
  }
}
.half-width {
  width: 50%;
}
.no-pad {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
/*** 04 Common Rules ***/
div#background {
  margin-top: 30px;
}
.readmore {
  margin-top: 20px;
}
.section-hd {
  color: #0063a8;
}
.intro-panel {
  font-size: 1.1em;
  font-weight: 300;
  padding: 0 200px;
  /*text-align: center;*/
}
@media (max-width: 991px) {
  .intro-panel {
    padding: 0 12px;
  }
}
.exposition-panel {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  color: #333333;
}
.tbl-centered-icons {
  font-size: 0.9em;
}
.tbl-centered-icons td {
  text-align: center;
  padding: .7em;
  border: solid 0px red;
}
.tbl-centered-icons p {
  margin-top: .5em;
}
.tbl-centered-icons span {
  color: #58585a;
}
.main-content {
  margin-top: 36px;
}
/*** 04.1 Custom Button Rules ***/
.btn-show-more-less {
  border: none;
  background: none;
  color: #009999;
}
/*** 04.2 Navbar Rules ***/
#logo {
  margin: 22px 0 0 22px;
  float: left;
  width: 340px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.logo-mobile {
  width: 225px !important;
  margin-top: 12px !important;
}
.navbar-tenisi {
  text-align: center;
  margin-bottom: 0px;
  border: solid 0px yellow;
}
.navbar-tenisi .navbar-toggle {
  /* border-color: #ccc; */
  border: none;
  float: right;
  padding: 9px 10px;
  margin: 30px 0 0 0;
}
.navbar-tenisi .navbar-toggle:hover,
.navbar-tenisi .navbar-toggle:focus {
  background-color: #1e7eb7;
}
.navbar-tenisi .navbar-toggle .icon-bar {
  background-color: #666;
}
.navbar-tenisi .navbar-collapse {
  text-align: right;
  margin-top: 0em;
}
.navbar-tenisi .navbar-nav {
  float: right;
  border: solid 0px yellow;
}
.navbar-tenisi .nav {
  margin: 15px 0 0 0;
}
.navbar-tenisi .nav > li {
  /*	padding: 25px 0px 0px 34px; */
}
.navbar-tenisi .nav > li > a {
  color: #666666;
  font: 16px "open_sansregular", Helvetica, Arial, sans-serif, Helvetica, sans-serif;
  padding: 25px 0px 0px 15px;
}
.navbar-tenisi .nav > li > a:hover,
.navbar-tenisi .nav > li > a:focus {
  text-decoration: none;
  background-color: none;
  background: none;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  text-decoration: none;
  background: none;
}
.navbar-tenisi .navbar-nav > .active > a,
.navbar-tenisi .navbar-nav > .active > a:hover,
.navbar-tenisi .navbar-nav > .active > a:focus,
.active {
  /* font: 18px 'UniversLTStd67BoldCondensed', Arial, sans-serif; */
  font-weight: bold;
}
/* new active class created and added into its own span because existing class with border css class braks drop-menu */
.navbar-tenisi-active {
  border-bottom: 1px solid #666666;
}
.indent {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .navbar-tenisi {
    margin: 0;
  }
  .navbar-tenisi .navbar-collapse {
    padding: 0;
    margin: 0;
    border: solid 0px green;
  }
  .navbar-tenisi .nav {
    width: 100%;
    background-color: #fff;
    border: solid 0px red;
    margin: 0;
    padding: 0;
  }
  .navbar-tenisi .nav > ul,
  .navbar-tenisi .nav > li {
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding: 0;
    margin: 0;
    border: solid 0px red;
  }
  .dropdown-menu > li > a {
    background-color: #fff;
    text-align: center;
    margin: 0;
  }
  .navbar-tenisi .nav > li > a {
    font-size: 1.1em;
  }
  .navbar-header #logo {
    width: 70%;
  }
  .footer-nav > li {
    text-align: center;
  }
  .footer {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .navbar-header #logo {
    width: 60%;
  }
}
@media (max-width: 480px) {
  .navbar-header #logo {
    width: 70%;
  }
}
/*** 4.3 Section Banner Rules ***/
.section_banner {
  height: 125px;
  background: url('/tenisi/wp-content/themes/jello/img/section_hdrs/blue_brochureImage_feathered_1650.jpg') no-repeat top center #326db2;
  background-size: cover;
  margin-top: 14px;
  position: relative;
}
.section_banner_services {
  background: url('/tenisi/wp-content/themes/jello/img/section_hdrs/section_banner_services.jpg') no-repeat top center #326db2;
}
.section_banner_about {
  background: url('/tenisi/wp-content/themes/jello/img/section_hdrs/section_banner_about.jpg') no-repeat top center #326db2;
}
.section_banner_blog {
  background: url('/tenisi/wp-content/themes/jello/img/section_hdrs/section_banner_blog.jpg') no-repeat top center #326db2;
}
.section_banner_contact {
  background: url('/tenisi/wp-content/themes/jello/img/section_hdrs/section_banner_contact.jpg') no-repeat top center #326db2;
}
.section_banner_benefits {
  background: url('/tenisi/wp-content/themes/jello/img/section_hdrs/section_banner_benefits.jpg') no-repeat top center #326db2;
}
.section_banner_title {
  color: #fff;
  font-size: 2.25em;
  float: right;
  margin-top: 1em;
}
/*** 05 Home Rules ****/
#hdline {
  padding: 60px 0 20px 55px;
}
.banner-text {
  padding: 95px 0 0 0;
  font-size: 2.0em;
  min-width: 390px;
}
.banner-cta-text {
  font-size: 0.6em;
  color: #0063a8;
  border: solid 1px #ccc;
  background: #efefef;
}
.home-post-date {
  font-size: 1.1em;
}
.home-post-title {
  font-size: 1.4em;
  line-height: 1.1em;
}
/******************************* TOOLS SECTION *******************************/
.tools {
  width: 100%;
  min-height: 345px;
  padding: 0 10px 0 0;
}
.tools h2 {
  margin-top: 3px;
}
.tool-img {
  width: 30%;
  height: 170px;
}
.tool-img img {
  padding-top: 15px;
}
.tool-hd {
  color: #019597;
  font-size: 1.85em;
  font-weight: bold;
}
.tool-body {
  width: 80%;
  height: 100%;
  padding: 10px 0 10px 0;
}
.tools-btn-download {
  padding: 30px 0;
}
.btn-tools {
  padding: 10px 20px;
  background-color: #98a6ac;
}
/***************************** ABOUT YOU - HOME PAGE *******************************/
.about {
  background-image: url('/tenisi/wp-content/themes/jello/img/home/about-bg.jpg');
  background-size: cover;
  min-height: 75%;
  border: 0px solid green;
}
.about-body {
  width: 70%;
  margin: 0 auto;
}
.about-clients-hd {
  font-size: 1.25em;
  font-weight: bold;
  margin: 0 auto;
  padding-top: 10px;
}
.about-btn-cta {
  padding: 30px 0 30px 0;
}
.about-desc {
  text-align: right;
}
/***************************** ABOUT YOU - COMPANY PAGE *******************************/
.leadership {
  font-size: 1.1em;
  font-weight: 300;
  padding: 0 200px;
}
.leadership img {
  padding: 7px 0 0 0;
}
/***************************** ABOUT YOU - CLIENTS PAGE *******************************/
.clients-bg {
  background-color: #d6dee5;
}
/***************************** QUOTE/TESTIMONIAL SECTION ******************************/
.quote-bg {
  background-color: #22426c;
  padding: 2em 4em;
  margin-top: 40px;
}
.quote {
  background-color: #22426c;
  max-width: 960px;
  margin: 0 auto;
}
.quote-benefits {
  background-color: #22426c;
  margin: 0 auto;
}
.quote-author {
  font-size: 2.05em;
  padding-right: 240px;
}
/*********** ABOUT PAGE ***************/
.leadership-container {
  padding-top: 36px;
}
.leadership-panel h2 {
  color: #000000;
  margin-top: 0;
  border: solid 0px red;
}
/*********************************** BENEFITS SECTION *******************************/
.benefits-body {
  width: 70%;
  margin: 0 auto;
}
.benefits-btn-cta {
  margin-top: 30px;
}
.benefits-illustration-container {
  position: relative;
  border: solid 0px green;
  width: 495px;
  height: 393px;
  margin: 0 auto;
}
.benefits-illustration-container .tooltip-benefits {
  width: 85px;
  height: 85px;
  border: solid 0px red;
  position: absolute;
}
.benefits-illustration-container .tooltip-improve-security {
  top: 75px;
  left: 75px;
}
.benefits-illustration-container .tooltip-reduce-risk {
  bottom: 85px;
  left: 85px;
}
.benefits-illustration-container .tooltip-increase-yield {
  bottom: 20px;
  left: 205px;
}
.benefits-illustration-container .tooltip-accelerate-velocity {
  bottom: 90px;
  right: 85px;
}
.benefits-illustration-container .tooltip-boost-efficiency {
  top: 75px;
  right: 75px;
}
.benefits-illustration-container .tooltip-evolve-your-it {
  top: 155px;
  right: 205px;
}
.benefits-mobile-container img {
  margin: 0;
}
.benefits-mobile-container .row {
  margin-top: 1em;
}
/*********************************** SERVICES SECTION *******************************/
.zoom-image img {
  -webkit-transition: all 0.3s ease-in-out;
  /* Safari and Chrome */
  -moz-transition: all 0.3s ease-in-out;
  /* Firefox */
  -o-transition: all 0.3s ease-in-out;
  /* IE 9 */
  -ms-transition: all 0.3s ease-in-out;
  /* Opera */
  transition: all 1s ease;
}
.zoom-image:hover img {
  -webkit-transform: scale(1.2);
  /* Safari and Chrome */
  -moz-transform: scale(1.2);
  /* Firefox */
  -ms-transform: scale(1.2);
  /* IE 9 */
  -o-transform: scale(1.2);
  /* Opera */
  transform: scale(1.2);
}
/* just apply some height and width to the wrapper. */
.zoom-image {
  width: 400px;
  height: 239px;
  overflow: hidden;
  position: relative;
}
.zoom-copy {
  width: 400px;
  position: absolute;
  top: 50%;
  left: 0;
  color: #fff;
  z-index: 2;
  -webkit-transform: translate3d(0, calc(-39%), 0);
  transform: translate3d(0, calc(-39%), 0);
  transition: -webkit-transform 0.225s ease-in-out;
  transition: transform 0.225s ease-in-out;
  text-shadow: 4px 4px 2px #333;
  padding: 12px 4px;
  background: url('/tenisi/wp-content/themes/jello/img/services/blue_overlay.png') repeat center center;
}
.zoom-copy h2 {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 1.6em;
  text-align: center;
}
.zoom-copy p {
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  margin: 0;
  padding: 0;
  text-align: center;
}
.zoom-image:hover .zoom-copy {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.zoom-image:hover .zoom-copy p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.services-left {
  margin-bottom: 14px;
}
.services-left .zoom-image {
  float: right;
}
.services-right {
  margin-bottom: 14px;
}
.services-right .zoom-image {
  float: left;
  margin-left: 14px;
}
@media (max-width: 991px) {
  .services-left .zoom-image,
  .services-right .zoom-image {
    float: none;
    margin: 0 auto;
  }
}
.services-inline-img {
  float: right;
  margin: 0 24px 24px 24px;
}
/*** 06 Blog Rules ***/
.sidebar-module-inset {
  background-color: #fff !important;
  border: 3px solid #000;
}
#searchform {
  margin-bottom: 40px;
}
/*
	 * Masthead for nav
	 */
.blog-masthead {
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -2px 5px rgba(0, 0, 0, 0.1);
}
/* Nav links */
.blog-nav-item {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: 500;
  color: #cdddeb;
}
.blog-nav-item:hover,
.blog-nav-item:focus {
  color: #fff;
  text-decoration: none;
}
/* Active state gets a caret at the bottom */
.blog-nav .active {
  color: #fff;
}
.blog-nav .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  vertical-align: middle;
  content: " ";
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  border-left: 5px solid transparent;
}
/*
	 * Blog name and description
	 */
.blog-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: normal;
}
.blog-description {
  font-size: 20px;
  color: #999;
}
/*
	 * Main column and sidebar layout
	 */
.blog-main {
  font-size: 18px;
  line-height: 1.5;
}
/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}
/* Pagination */
.pager {
  margin-bottom: 60px;
  text-align: left;
}
.pager > li > a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}
/*
	 * Blog posts
	 */
.blog-post {
  margin-bottom: 60px;
}
.blog-post-title {
  margin-bottom: 5px;
  font-size: 40px;
}
.blog-post-meta {
  margin-bottom: 20px;
  color: #999;
}
/*
	 * Footer
	 */
.blog-footer {
  padding: 40px 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: 1px solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}
/*** 07 Bootstrap Overrides ***/
.glyphicon {
  position: relative;
  z-index: -100000;
}
/*** 08 Footer Rules ***/
footer {
  background: #333333;
  width: 100%;
  margin: 0 auto;
}
footer p {
  color: #ffffff;
}
.footer-nav-columns {
  margin: 0 auto;
}
.footer-hd {
  font-size: 1.75em;
  color: #ffffff;
  padding-top: 50px;
}
.footer-nav > ul {
  padding-top: 0px;
}
.footer-nav > li {
  width: 100%;
  background-color: #333;
  margin: 0px 20px 5px 0px;
  padding: 0;
  list-style-type: none;
}
.footer-nav > li > a {
  font-size: 0.9em;
  color: white;
  font-weight: 100;
}
.footer-col-width {
  width: 205px;
}
.soc-media {
  font-size: 32px;
}
.phone {
  color: #0e598f;
  display: inline;
  margin-left: -20px;
}
.list-inline {
  display: inline-block;
}
.copyright {
  font-size: 0.7em;
}

div.break {
	display: block;
	height: 1em;
}
