/* Add here all your css styles (customizations) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  }
html, body, table {
  box-sizing: border-box;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 14px; /* provide base to override browser user agent >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> WAS 13 */
  }
h1 + h2 {
  margin-top: -12px;
  }
h1 + h3 {
  margin-top: -12px;
  }
h2 + h5 {
  margin-top: -6px;
  }
body {
  overflow-y: scroll;
  }
.header .topbar { /*display:none !important; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
  }
/*no-break, .nobreak { white-space: nowrap; }*/
div.row p, div.row li {
  font-size: 100%; /*  WAS 110%  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
  font-weight: 400;
  }
div.row p a, div.row li a {
  font-size: inherit;
  font-weight: inherit;
  }
em {
  font-weight: inherit;
  font-size: inherit;
  }
strong {
  font-weight: bolder;
  font-size: inherit;
  }
.header {
  border-bottom: none;
  }
.header .logo {
  min-height: 40px;
  min-width: 100px;
  display: table-cell;
  vertical-align: middle;
  z-index: 10000;
  }
.header .logo img {
  z-index: 1;
  margin: 6px;
  /*margin-bottom: 18px;*/
  position: relative;
  height: 84px;
  }
.header .topbar ul.loginbar li.topbar-devider {
  border-right: solid 2px rgba(0, 106, 172, .5);
  }
.header .topbar ul.loginbar {
  padding-right: 0;
  }
.loginbar .fa-shopping-cart {
  font-size: 120%;
  color: rgba(156, 185, 150, 1);
  }
.clear-both {
  display: block;
  clear: both !important;
  overflow: hidden;
  }
.hide-this {
  display: none !important;
  }
.fa-arrow-circle-right {
  color: rgba(170, 85, 147, 1);
  }
h2, h3, h4, h5, h6 {
  font-weight: 400;
  }
h2, h4, .idxBlue {
  color: rgba(0, 106, 172, 1);
  }
i.fa-asterisk {
  }
i.fa-arrow-circle-right {
  }
.idxGreen {
  color: rgba(95, 182, 17, 1);
  }
/* actually, green */
.gold, .idxGold {
  color: rgba(244, 162, 85, 1);
  }
i.fa-arrow-circle-down {
  }
i.fa-arrow-circle-down:hover {
  opacity: 0.66;
  }
.idxPurpleLt {
  color: rgba(180, 127, 174, 1);
  }
h5, h3 a.hover-effect, .idxPurpleDk {
  color: rgba(170, 85, 147, 1);
  }
.idxGreenDk, .fa-cart-plus {
  color: rgba(120, 145, 115, 1);
  }
sup {
  font-size: .5em;
  line-height: 0.75em;
  vertical-align: baseline;
  position: relative;
  top: -0.75em;
  }
.idxGreenGrey {
  color: rgba(156, 185, 150, 1);
  }
#topcontrol {
  background-color: rgba(156, 185, 150, 1);
  }
.content-sm {
  padding-top: 30px;
  }
/*.no-break {
  font-weight: inherit;
  white-space: nowrap;
}*/
/*Begin Big Logo Style ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
@media (max-width: 1200px) {
  .header img.big-logo {
    width: 120px;
    height: auto;
    }
  }
/*End Big Logo Style*/
/* Header and Nav ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
@media (min-width: 992px) {
  .header .navbar-nav {
    /*        float: left; /* to accommodate dropdowns under About Us */
    float: none;
    }
  .header .dropdown-menu {
    min-width: 120px;
    }
  /* shortens items for right edge impact of dropdowns */
  .header .dropdown-menu li a {
    padding: 6px 24px 6px 15px !important;
    }
  /* right padding accommodates long phrases in menu */
  /* from header-default-centered*/
  .header .navbar-collapse {
    padding: 0;
    text-align: center;
    }
  /* from header-default-centered*/
  .header .navbar-nav {
    float: none;
    position: relative;
    vertical-align: top;
    display: inline-block;
    }
  .md-margin-top-5 { margin-top: 5px; }
  .md-margin-top-10 { margin-top: 10px; }
  .md-margin-top-15 { margin-top: 15px; }
  .md-margin-top-20 { margin-top: 20px; }
  .md-margin-top-25 { margin-top: 25px; }
  .md-margin-top-30 { margin-top: 30px; }
  .md-margin-top-35 { margin-top: 35px; }
  .md-margin-top-40 { margin-top: 40px; }
  .md-margin-top-45 { margin-top: 45px; }
  .md-margin-top-50 { margin-top: 50px; }
  }
.nav {
  /*  margin-left: 100px; /* indents to match name in logo */
  }
.mega-menu {
  display: block;
  clear: both !important;
  overflow: hidden;
  background: #fff !important;
  border-bottom: solid 2px #eee;
  z-index: 100 !important;
  }
.header .dropdown > a:after,
.header .dropdown-submenu > a:after {
  content: "\f0da";
  top: 8px;
  right: 12px;
  font-size: 11px;
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: FontAwesome;
  z-index: 100 !important;
  }
.header .navbar-nav > li > a {
  font-size: 13px;
  }
@media (max-width: 991px) {
  .header .dropdown-submenu > a:after {
    content: " ";
    }
  }
.header .dropdown > a:after {
  content: "\f0d7";
  top: 9px;
  right: 15px;
  }
.dropdown-menu {
  min-width: 120px;
  }
.header .navbar-nav > .active > a,
.header .navbar-nav > .active > a:hover {
  border-bottom-color: #d08;
  cursor: default;
  }
.header .navbar-collapse { /* from header-default-centered*/
  position: relative;
  }
@media (min-width: 992px) {
  }
@media (min-width: 992px) {
  }
.header .topbar ul.loginbar > li {
  padding-bottom: 0;
  }
/* End Header and Nav ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
/* Breadcrumbs ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
div.breadcrumbs {
  margin: 0;
  padding: 6px 0 6px 0;
  background-color: #eee;
  z-index: 100;
  overflow: hidden;
  zoom: 1;
  box-shadow: 0 12px 24px #fff;
  font-family: 'Oswald', sans-serif !important;
  }
div.breadcrumbs div.container {
  /* background-color: #EEEEEE;
   z-index: 10001; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
  }
div.breadcrumbs h1 {
  color: rgba(180, 127, 174, 1);
  font-weight: 400;
  font-size: 28px;
  line-height: 1;
  margin: 0;
  padding: 0;
  }
div.breadcrumbs ul, div.breadcrumbs li {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  }
div.breadcrumbs ul {
  top: 5px;
  }
.breadcrumb {
  font-size: .85em;
  }
.breadcrumb > li + li:before {
  padding: 0 0 !important;
  }
/* End Breadcrumbs ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
/* Parallax Slider ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
.da-slider {
  background: transparent repeat 0 0; /* url inserted with javascript */
  }
.da-arrows span {
  opacity: 0.2;
  }
.da-dots span {
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 50% !important;
  /*background: none;*/
  background /*-color*/: #d01d33;
  margin: 3px;
  cursor: pointer;
  }
.da-slide h2 i {
  }
.da-slide p i {
  /*background: none;*/
  background /*-color*/: rgba(0, 0, 0, 0.5);
  padding: 0 5px;
  }
.da-slide .da-img {
  top: 50px;
  line-height: normal !important;
  left: 75% !important;
  width: auto;
  }
.da-slide-current .da-img {
  }
.da-slide h2 i {
  text-transform: none; /* defaults to UPPERCASE in slider CSS */
  font-size: 1.85em;
  line-height: 1.225em;
  }
.da-slide p i {
  background-color: rgba(0, 0, 0, 0.75);
  }
.parallax-quote-in p {
  text-transform: none;
  }
/* End Parallax Slider  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
/* Bio Page  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
.about-me h2 {
  text-transform: none;
  }
/* End Bio Page  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
.figure-caption {
  font-weight: 300;
  font-size: 91% !important;
  font-style: italic;
  line-height: 1.15em;
  margin-top: 0; /* -6px;*/
  }
td p.figure-caption {
  margin-top: 6px;
  text-align: center;
  }
.clearfix {
  overflow: auto;
  zoom: 1;
  }
/* Footer ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
.footer-v1 .footer-socials {
  margin-right: 36px;
  }
div.copyright div.row p {
  font-weight: 300;
  font-size: 0.90em;
  color: #999;
  }
/* End Footer ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
/* sticky footer css ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
/*
html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0 0 100px; /* bottom = footer height ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
/*
}

.footer-v1 {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 75px;
    width: 100%;
}
*/
/* end sticky footer*/
/* Begin Bio Slug ---------------------------------------------------------------------- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
.bio ul.loginbar > li {
  display: inline;
  list-style: none;
  position: relative;
  padding-bottom: 0;
  }
.bio .topbar-devider {
  top: -1px;
  padding: 0;
  font-size: 8px;
  position: relative;
  margin: 0 9px 0 5px;
  border-right: solid 1px #bbb;
  }
/* End Bio Slug ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
/* Gallery ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
.cube-portfolio .cbp-l-grid-agency-title {
  letter-spacing: 0 !important;
  text-transform: capitalize !important;
  font-family: inherit !important;
  }
/* End Gallery ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
/* Sky-form ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
.sky-form .button {
  /*background-color: unset;*/
  background: none;
  }
.form-green {
  background-color: #90b56f;
  color: #fff;
  }
.sky-form select {
  background-color: #90b56f;
  color: #fff;
  }
.sky-form option {
  background-color: #cae2b5;
  color: #000;
  }
/* End Sky-form ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
/* Product Page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
.product-label {
  font-size: .85em;
  font-weight: 400;
  opacity: 0.75;
  text-transform: uppercase;
  padding-top: .25em;
  letter-spacing: 1px;
  border-top: 1px solid rgba(156, 185, 150, 0.5);
  }
.product-info {
  font-size: 1.25em;
  font-weight: 600;
  margin-left: 2em;
  line-height: 1.1em;
  padding-bottom: .5em;
  }
button.sky-form .fa-cart-plus {
  color: #fdf;
  margin-right: 3px;
  }
.product-data-sheet {
  font-weight: 300;
  font-size: 1.25em;
  }
.product-data-sheet a {
  font-weight: 300;
  font-size: 1.25em;
  padding: .15em .25em;
  border: 1px solid #3498db;
  }
.product-data-sheet a:hover {
  color: rgba(156, 185, 150, 1);
  text-decoration: none;
  border: 1px solid rgba(156, 185, 150, 1);
  }
.product-info-group {
  border-bottom: 1px solid rgba(156, 185, 150, 1);
  }
.product-info-item:hover {
  background-color: rgba(156, 185, 150, 0.15);
  }
/* End Product Page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
.service .service-icon { /* home page icons in first text blocks */
  padding: 0 10px 10px 10px;
  }
.service:hover i { /* home page icons in first text blocks */
  color: #d08;
  }
/* START home page thumbnails which zoom and rotate ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.thumbnail-kenburn img {
  left: 10px;
  margin-left: 0; /* -10px;*/
  position: relative;
  transition: all 0.8s ease-in-out;
  }
.thumbnail-kenburn:hover img {
  transform: scale(4) rotate(90deg) /*translate(10px, 10px)*/;
  }
/* END home page thumbnails which zoom and rotate ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.fa-li {
  top: .25em;
  }
/* adjusts fontawesome to center on text */
.sticky-wrapper {
  position: relative;
  }
/* required to make z-index effective and keep breadcrumbs on top of gallery.*/
.header .navbar-toggle, .header .navbar-toggle:hover, .header .navbar-toggle:focus {
  background: #5fb611 !important;
  border: 0;
  outline: none;
  }
/* color for hamburger !important*/
.breadcrumbs {
  background: none;
  }
.tooltip .tooltip-inner {
  background-color: rgba(0, 106, 172, 1) !important;
  color: #fff;
  border: 1px solid rgb(0, 106, 172) !important;
  padding: 15px;
  font-size: 12px;
  }
.tooltip-wide, .tooltip-inner {
  /*max-width: 100%;*/
  min-width: 200px !important;
  width: 300px !important;
  max-width: 400px !important;
  }
.makesquare {
  overflow: hidden !important;
  }
/* CUSTOM FRACTIONSLIDER ------------------------------------------------------------ */
.fs-pager-wrapper {
  /*bottom: -4px;*/
  }
.fs-pager-wrapper a {
  margin: 0 9px 0 0;
  color: #70bf31;
  text-shadow: 0 -2px 5px rgba(0, 0, 0, .75);
  }
.fs-pager-wrapper a:hover, .fs-pager-wrapper a:active, .fs-pager-wrapper a:visited {
  color: #70bf31;
  }
/* END CUSTOM FRACTIONSLIDER ------------------------------------------------------------ */
/* GLOBAL Replace cellspacing, cellpadding, td align=center*/
table {
  border-collapse: collapse; /* 'cellspacing' equivalent */
  }
table td, table th {
  padding: 0; /* 'cellpadding' equivalent */
  }
.text-center {
  text-align: center;
  }
/* END GLOBAL Replace cellspacing and cellpadding */
/* BEGIN RUO Line */
.text-color-gray {
  color: #888;
  }
/* END RUO Line */
@media ( max-width: 550px ) {
  body {
    font-size: 100%;
    }
  div.row p, div.row li {
    font-size: 100%;
    }
  }
.product-ordering-btn-wrapper { /* used for button in common.product-ordering-button include file */
  margin: 6px 0 6px 10px;
  float: right !important;
  /* both of these following style entries are important to ensure placement above surrounding elements during float defined by product-ordering-btn-wrapper. */
  position: relative;
  z-index: auto;
  }
.smooth-page-scroll {
  /* do not assign css values. used for js smooth-scroll assignment */
  }
.no-margin-top {
  margin-top: 0 !important;
  }
.no-padding-top {
  padding-top: 0 !important;
  }
.font-weight-300 {
  font-weight: 300;
  }
@media (max-width: 767px) {
  .col-sm-pct-20 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 20%;
    }
  .col-xs-pct-33 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 33.33%;
    }
  #technologies h3, h3 {
    font-size: 12.5px;
    }
  }
@media (min-width: 768px) {
  #technologies h3, h3 {
    font-size: 20px;
    }
  }
@media (min-width: 992px) {
  .col-md-pct-20 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 20%;
    }
  #technologies h3, h3 {
    font-size: 16px;
    }
  }
@media (min-width: 1200px) {
  .col-lg-pct-20 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 20%;
    }
  }
.no-margin-top {
  margin-top: 0;
  }
.margin-top-5 {
  margin-top: 5px;
  }
.margin-top-10 {
  margin-top: 10px;
  }
.margin-top-15 {
  margin-top: 15px;
  }
.margin-top-20 {
  margin-top: 20px;
  }
.margin-top-25 {
  margin-top: 25px;
  }
.margin-top-30 {
  margin-top: 30px;
  }
.margin-top-35 {
  margin-top: 35px;
  }
.margin-top-40 {
  margin-top: 40px;
  }
.margin-top-45 {
  margin-top: 45px;
  }
.margin-top-50 {
  margin-top: 50px;
  }
.no-padding-top {
  padding-top: 0;
  }
.padding-top-5 {
  padding-top: 5px;
  }
.padding-top-10 {
  margin-top: 10px;
  }
.padding-top-15 {
  padding-top: 15px;
  }
.padding-top-20 {
  padding-top: 20px;
  }
.padding-top-25 {
  padding-top: 25px;
  }
.padding-top-30 {
  padding-top: 30px;
  }
.padding-top-35 {
  padding-top: 35px;
  }
.padding-top-40 {
  padding-top: 40px;
  }
.padding-top-45 {
  padding-top: 45px;
  }
.padding-top-50 {
  padding-top: 50px;
  }
.no-padding-left {
  padding-left: 0;
  }
.padding-left-5 {
  padding-left: 5px;
  }
.padding-left-10 {
  margin-left: 10px;
  }
.padding-left-15 {
  padding-left: 15px;
  }
.padding-left-20 {
  padding-left: 20px;
  }
.padding-left-25 {
  padding-left: 25px;
  }
.padding-left-30 {
  padding-left: 30px;
  }
.padding-left-35 {
  padding-left: 35px;
  }
.padding-left-40 {
  padding-left: 40px;
  }
.padding-left-45 {
  padding-left: 45px;
  }
.padding-left-50 {
  padding-left: 50px;
  }
.padding-left-55 {
  padding-left: 55px;
  }
.padding-left-60 {
  padding-left: 60px;
  }
.no-padding-right {
  padding-right: 0;
  }
.padding-right-5 {
  padding-right: 5px;
  }
.padding-right-10 {
  margin-right: 10px;
  }
.padding-right-15 {
  padding-right: 15px;
  }
.padding-right-20 {
  padding-right: 20px;
  }
.padding-right-25 {
  padding-right: 25px;
  }
.padding-right-30 {
  padding-right: 30px;
  }
.padding-right-35 {
  padding-right: 35px;
  }
.padding-right-40 {
  padding-right: 40px;
  }
.padding-right-45 {
  padding-right: 45px;
  }
.padding-right-50 {
  padding-right: 50px;
  }

.cube-portfolio .cbp-l-filters-text .cbp-filter-item {
  line-height: normal;
  }
.fancybox-title {
  font-family: 'Source Sans Pro', sans-serif;
  }
.figure-caption {
  margin-top: 4px;
  }
.sup-bond-rx-m {
  font-size: .75em !important;
  top: -0.4em !important;
  }