@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
/* ==========================================================================
   spok 2016 custom styles
   ========================================================================== */
/* ==========================================================================
   spok 2016 less file
   ========================================================================== */
/* Background */
/* Background */
/* Background */
body {
  font-family: 'Open Sans', Arial, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  padding-top: 0;
}
h1 {
  font-size: 26px;
  color: #eb3a40;
}
h2 {
  font-size: 20px;
  color: #0096a9;
}
div#main-content ul,
ol {
  padding-left: 20px;
}
div#main-content ul li {
  line-height: 125%;
  margin-bottom: 7px;
}
div#main-content ol li {
  line-height: 125%;
  margin-bottom: 7px;
}
/* ADA SKip Menu */
.accessibility {
  text-align: left;
}
.accessibility a {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.accessibility a:focus,
.skipnav a:active {
  position: static;
  left: 0;
  width: auto;
  height: auto;
  overflow: visible;
  text-decoration: underline;
}
/****************/
.dropdown-large {
  position: static !important;
}
.dropdown-menu-large {
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px 0px;
}
/* http://www.bootply.com/g53fBbpDYE# */
/* http://geedmo.github.io/yamm3 */
.dropdown-menu-large > .type1-menu {
  /*left:-90%!important;
	min-width:800px!important;*/
}
div.menu-image-size {
  width: 232px !important;
}
.nav-table-cell {
  display: table-cell;
  vertical-align: top;
}
/* Animate only on desktop : see in desktop css */
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 20px 3px 0;
  clear: both;
  /* font-weight:300; */
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
  font-size: 14px;
  line-height: 120%;
}
.dropdown-menu-large > li > ul > li > a:hover {
  color: #eb3a40 !important;
}
/* large menu tier 2 */
.dropdown-menu-large > li > ul > li > ul {
  display: table;
  border-collapse: separate;
  border-spacing: 0 4px;
}
.dropdown-menu-large > li > ul > li > ul > li {
  display: table-row;
  line-height: 100%;
}
.dropdown-menu-large > li > ul > li > ul > li:before {
  content: "-  ";
  display: table-cell;
}
.dropdown-menu-large > li > ul ul,
li {
  padding: 0;
}
/* large menu tier 3 */
.dropdown-menu-large > li > ul > li > ul > li > ul {
  display: table;
  border-collapse: separate;
  border-spacing: 0 4px;
}
.dropdown-menu-large > li > ul > li > ul > li > ul > li {
  display: table-row;
  line-height: 100%;
}
.dropdown-menu-large > li > ul > li > ul > li > ul > li:before {
  content: "\2022  ";
  display: table-cell;
}
/* ****************************** */
.dropdown-menu-large > li > ul > li > ul > li a {
  color: #333;
}
.dropdown-menu-large > li > ul > li > ul > li a:hover {
  color: #eb3a40;
  margin-bottom: 10px;
}
.dropdown-menu-large > li > ul > li > a:hover {
  color: #eb3a40;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #eb3a40;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #eb3a40;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
li.dropdown-header {
  padding: 0;
  font-size: 18px;
}
li.dropdown-header a:hover {
  color: #eb3a40 !important;
}
/* Vertical Align Rows - Put in wrapper div */
.vertical-align {
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+     */
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  .dropdown-menu-large {
    margin-left: 0;
    margin-right: 0;
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large {
    padding: 3px 15px !important;
  }
  li.dropdown-header {
    padding: 0 !important;
  }
}
/* Custom spok 2016 bootstrap overrides */
.form-control-sirnav {
  font-size: smaller;
  height: 24px;
}
.btn-sirnav {
  font-size: 12px;
  height: 24px;
}
.glyphicon-sirnav {
  top: -2px;
}
.navbar-sirnav > li > a {
  color: #333 !important;
  font-size: smaller;
  padding: 12px 7px;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  /* ...and now for the proper property */
  transition: .3s;
}
.navbar-sirnav > li > a:hover {
  color: #000 !important;
  /*
	background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
    background-color:#f5f5f5!important;
    */
}
.navbar-form-sirnav {
  padding: 0;
  margin-top: 11px;
}
.navbar-nav > li > a {
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  /* ...and now for the proper property */
  transition: .3s;
}
.navbar-nav > li > a:hover {
  /*background-repeat: repeat-x;*/
  /*-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);*/
  /*box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);*/
  /*background-color:#f5f5f5!important;*/
  /*text-decoration:underline;*/
  color: #eb3a40 !important;
}
.navbar-main-nav > li > a {
  padding: 2px 15px;
  border-bottom: medium solid #fff;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  /*text-decoration:underline;*/
  color: #eb3a40 !important;
  border-bottom: medium solid #eb3a40;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .open > a {
  background-image: none !important;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .open > a {
  -webkit-box-shadow: none;
}
.navbar {
  min-height: 25px;
}
.navbar-default {
  background-color: #fff;
  border-color: #fff;
  background-image: none;
  box-shadow: none;
  border-radius: none;
  margin: 0;
  padding: 0;
}
.jumbotron {
  padding: 0;
  margin-bottom: 0;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0;
}
.jumbotron-darker {
  background-color: #4b4b4c;
  color: #fff;
}
.jumbotron-dark {
  background-color: #9f9e9e;
  color: #fff;
}
.jumbotron-light {
  background-color: #bdbaba;
  color: #666;
}
.jumbotron-lighter {
  background-color: #ebeaea;
  color: #666;
}
.jumbotron-white {
  background-color: #fff;
  color: #000;
}
.jumbotron-black {
  background-color: #000;
  color: #fff;
}
.jumbotron-bkg-img {
  background-position: top center;
  background-size: auto;
  /*box-shadow: inset 0px 0px 30px rgba(0,0,0,0.5);
	/*box-shadow: inset -10px 10px 20px 5px rgba(0,0,0,0.5), inset -10px -10px 20px 5px rgba(0,0,0,0.5);*/
  -moz-box-shadow: inset 0 40px 40px -40px rgba(0, 0, 0, 0.5), inset 0 -40px 40px -40px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 40px 40px -40px rgba(0, 0, 0, 0.5), inset 0 -40px 40px -40px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 40px 40px -40px rgba(0, 0, 0, 0.5), inset 0 -40px 40px -40px rgba(0, 0, 0, 0.5);
}
.jumbotron-T2-bkg-img {
  background-position: top center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  /*box-shadow: inset 0px 0px 30px rgba(0,0,0,0.5);
	/*box-shadow: inset -10px 10px 20px 5px rgba(0,0,0,0.5), inset -10px -10px 20px 5px rgba(0,0,0,0.5);*/
  -moz-box-shadow: inset 0 40px 40px -40px rgba(0, 0, 0, 0.5), inset 0 -40px 40px -40px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 40px 40px -40px rgba(0, 0, 0, 0.5), inset 0 -40px 40px -40px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 40px 40px -40px rgba(0, 0, 0, 0.5), inset 0 -40px 40px -40px rgba(0, 0, 0, 0.5);
}
.jumbotron-bkg-center {
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.jumbotron-bkg-left {
  background-position: top left;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.jombotron-red-textarea {
  /*margin-top:50px;*/
  padding: 5px 40px;
  color: #fff;
  background-color: rgba(237, 28, 36, 0.8);
}
.jombotron-red-textarea h3 {
  font-weight: 100;
  font-size: 30px;
}
.jombotron-red-textarea p {
  font-size: 20px;
  font-weight: 100;
}
.jombotron-red-textarea a {
  color: #fff;
}
img.auto-scale {
  max-width: 100%;
  max-height: auto;
}
.container-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  vertical-align: middle;
  right: 5px;
  display: none;
}
.back-to-top-spok {
  color: rgba(20, 20, 20, 0.2);
  font-size: 4em;
}
/* Spok Buttons ie: class="btn btn-sm btn-spok-red" */
.btn-spok-red {
  color: #fff;
  font-weight: 100;
  background-image: none;
  background-color: #eb3a40;
  border-color: #eb3a40;
  border-radius: 0;
  text-shadow: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-spok-red:hover {
  color: #fff;
  background-color: #d33238;
  border-color: #d33238;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-spok-red-hover {
  color: #fff;
  background-color: #d33238;
  border-color: #d33238;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-spok-red:focus {
  color: #fff;
  background-color: #d33238;
  border-color: #d33238;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.spok-red {
  color: #eb3a40;
}
.spok-red:hover {
  color: #d33238;
}
.spok-nav-pills > li > a {
  border-radius: 0;
}
.spok-nav-pills > li > a {
  font-size: 1.3em;
}
.spok-nav-pills > li.active > a,
.spok-nav-pills > li.active > a:hover,
.spok-nav-pills > li.active > a:focus {
  /*color: #666;*/
  color: #1998ab !important;
  background-color: transparent;
}
.spok-nav > li > a:hover,
.spok-nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.tri-down {
  /* Styling block element, not required */
  position: relative;
}
/* Required for Down Triangle */
.tri-down:before,
.tri-down:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-bottom: 0;
}
/* Fill */
.tri-down:after {
  top: 0px;
  left: 15px;
  border-top-color: #fff;
  border-width: 10px;
}
.flex-container {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
}
.flex-center {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
/* Defaults to mobile if larger screen then goes to left */
.border-flip-left-top {
  border-left: none;
  border-top: 1px solid #666;
  padding: 15px;
  margin-top: 20px;
}
/* Defaults to mobile if larger screen then margin-top 100px */
.video-desktop-margin-top {
  margin-top: 20px;
}
.contact-social-icons {
  width: 50px;
  height: auto;
  margin: 10px 40px 10px 0;
}
.footer-font {
  font-size: .8em;
  color: #000;
}
.footer-font a {
  color: #000;
}
#key-resources-block {
  /* -- */
}
#key-resources-block h3 {
  color: #0096a9;
  /* Teal */
}
#key-resources-block ul > li > a {
  color: #000;
}
#key-resources-block ul > li > a:hover {
  text-decoration: underline;
}
#key-resources-block p > a {
  color: #000;
}
#key-resources-block p {
  font-size: 18px;
}
#section-nav-stack {
  /* -- */
}
#section-nav-stack h2 {
  color: #eb3a40;
  /* spok red */
}
#section-nav-stack ul > li > a {
  color: #000;
}
a.section-nav-stack {
  color: #000;
}
#section-nav-stack ul > li > a:hover {
  text-decoration: underline;
}
#spokwise-banner-stack {
  color: #000;
}
#spokwise-banner-stack h4 {
  color: #000;
}
#contact-banner-stack {
  font-size: .8em;
  color: #bababa;
}
#contact-banner-stack h3 {
  font-weight: 100;
}
#contact-banner-stack a {
  color: #fff;
}
#contact-banner-stack p {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 100;
  color: #fff;
}
#contact-banner-stack a:hover {
  text-decoration: underline;
}
#bottom-menu-region-stack strong {
  line-height: 200%;
  color: #000;
}
#bottom-menu-region-stack a {
  color: #000;
}
#bottom-menu-region-stack h3 {
  color: #000;
  line-height: 100%;
  margin: 0 0 20px 0;
}
.contact-icon-sprite {
  display: block;
  width: 25px;
  height: 29px;
  overflow: hidden;
  text-indent: -15000px;
  font-size: 0px;
  line-height: 0px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 25px;
}
.contact-icon-sprite:hover {
  background-position: 0 -29px;
  cursor: pointer;
}
.contact-icon-sprite-hover {
  background-position: 0 -29px !important;
}
.homepage-hero {
  margin-left: auto;
  margin-right: auto;
  /*width:222px; Don't use sprites anymore*/
}
.hero-box-clipwrapper {
  display: inline-block;
  width: 222px;
  height: 138px;
  overflow: hidden;
  text-indent: -15000px;
  font-size: 0px;
  line-height: 0px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 222px;
}
.hero-box-clipwrapper:hover {
  background-position: 0 -138px;
}
.hero-box-clipwrapper-hover {
  background-position: 0 -138px;
}
.hero-box-img-hover {
  /* turned off roll over full saturation 070616 */
  /*-webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
  /*filter: grayscale(0%);*/
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hero-box-img {
  /* turned off roll over full saturation 070616 */
  /*-webkit-filter: grayscale(60%); /* Chrome, Safari, Opera */
  /*filter: grayscale(60%);*/
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.key-resources-icon-sprite {
  display: inline-block;
  width: 34px;
  height: 31px;
  overflow: hidden;
  text-indent: -15000px;
  font-size: 0px;
  line-height: 0px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 34px;
}
.key-resources-icon-sprite:hover {
  background-position: 0 -31px;
  cursor: pointer;
}
.key-resources-icon-sprite-hover {
  background-position: 0 -31px !important;
}
.key-resources-icon-sprite-active {
  background-position: 0 -31px !important;
}
.key-resources-icon-sprite-href {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 0 !important;
}
.social-icon-sprite {
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  text-indent: -15000px;
  font-size: 0px;
  line-height: 0px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 35px;
}
.social-icon-sprite:hover {
  background-position: 0 -35px;
  cursor: pointer;
}
.retna-25x25-sprite {
  display: inline-block;
  width: 25px;
  height: 25px;
  overflow: hidden;
  text-indent: -15000px;
  font-size: 0px;
  line-height: 0px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 25px;
}
.retna-25x25-sprite:hover {
  background-position: 0 -25px;
  cursor: pointer;
}
.ccm-block-share-this-page a {
  color: #9f9e9e;
}
.ccm-block-share-this-page a:hover {
  color: #0096a9;
}
/* *************************************** */
/*         Accordion Panel Classes         */
/* *************************************** */
hr.accordionHr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #02518f;
  padding: 0;
  margin: 0 0 0 0;
  clear: both;
}
.accordionWrapper .panel-heading {
  padding: 0;
}
.accordionWrapper .panel-body {
  padding: 0;
}
.accordionWrapper .panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: 'Glyphicons Halflings';
  /* essential for enabling glyphicon */
  content: "\e082";
  /* adjust as needed, taken from bootstrap.css */
  float: right;
  /* adjust as needed */
  color: #0096a9;
  /* adjust as needed */
}
.accordionWrapper .panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e081";
  /* adjust as needed, taken from bootstrap.css */
}
/* ***************************** */
/* //End Accordion Panel Classes */
/* ***************************** */
#footer-global-map-div {
  position: relative;
  margin: 0 auto;
  height: 140px;
  padding-bottom: 55%;
}
#footer-global-map-div img {
  position: absolute;
  width: 100%;
  height: auto;
  margin-right: 10px;
}
/* Background Colors */
.background-spok-red {
  background-color: #eb3a40;
}
.background-spok-green {
  background-color: #afbc21;
}
.background-spok-teal {
  background-color: #0096a9;
}
.background-spok-gray {
  background-color: #bdbaba;
}
.background-spok-lt-gray {
  background-color: #ebeaea;
}
.background-spok-mid-gray {
  background-color: #9f9e9e;
}
.background-spok-drk-gray {
  background-color: #4b4b4c;
}
.background-spok-orange {
  background-color: #faac42;
}
.background-spok-drk-blue {
  background-color: #1954a6;
}
.background-spok-lt-blue {
  background-color: #4f87c6;
}
.background-spok-purple {
  background-color: #8866ac;
}
/* **************************************************************************** */
/* ********************************** */
/* Desktop displays */
@media (min-width: 768px) {
  .navbar-nav {
    float: right;
  }
  .dropdown-large .dropdown-menu-large {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    max-height: 0;
    /*display: block;*/
    overflow: hidden;
    opacity: 0;
  }
  .dropdown-large.open .dropdown-menu-large {
    max-height: 800px;
    opacity: 1;
  }
  .main-nav-contact {
    margin-left: 150px !important;
  }
}
/* larger desktop */
@media only screen and (min-width: 992px) {
  .border-flip-left-top {
    border-left: 1px solid #666;
    border-top: none;
    padding: 0 20px;
  }
  .video-desktop-margin-top {
    margin-top: 100px;
  }
  .main-nav-customer-support {
    margin-left: 180px !important;
  }
  .main-nav-contact {
    margin-left: 369px !important;
  }
}
/* Show only on largest */
@media only screen and (min-width: 1200px) {
  .main-nav-industries {
    margin-left: 100px !important;
  }
  .main-nav-resources {
    margin-left: 210px !important;
  }
  .main-nav-customer-support {
    margin-left: 380px !important;
  }
  .main-nav-contact {
    margin-left: 567px !important;
  }
}
/* mobile  displays */
/* Big iPad */
@media only screen and (max-width: 992px) {
  .nav > li.dropdown-large > a,
  .navbar-sirnav > li > a {
    padding: 5px 7px;
  }
}
/* iPad standard */
@media only screen and (max-width: 768px) {
  .contact-social-icons {
    margin: 10px 30px 10px 0;
  }
  .nav .open > a,
  .nav .open > a:focus,
  .nav .open > a:hover {
    text-decoration: underline;
    border-bottom: none;
  }
}
/* iPhones */
@media only screen and (max-width: 480px) {
  .contact-social-icons {
    width: 40px;
    height: auto;
    margin: 10px 17px 10px 0;
  }
}
/* ************************************************ */
/*              Home Page Slider Stuff              */
/* ************************************************ */
/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/
/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
  position: relative;
  /* height: 100vh; */
  height: 600px;
}
.fade-carousel .carousel-inner .item {
  /* height: 100vh; */
  height: 600px;
}
.fade-carousel .carousel-indicators > li {
  margin: 0 2px;
  background-color: #faac42;
  border-color: #faac42;
  opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}
/********************************/
/*          Hero Headers        */
/********************************/
.carousel .carousel-inner .container h2 {
  color: #0096a9;
  font-size: 30px;
  margin: 0 0 5px 0;
  padding: 0;
}
.carousel .carousel-inner .container h3 {
  color: #eb3a40;
  font-weight: 100;
  font-size: 45px;
  margin: 0 0 15px 0;
  padding: 0;
}
.carousel .carousel-inner .container a {
  color: #eb3a40;
  font-size: 15px;
}
.fade-carousel .carousel-inner .item .home-page-slider-fade {
  opacity: 0;
  -webkit-transition: 2s all ease-in-out 0.1s;
  -moz-transition: 2s all ease-in-out 0.1s;
  -ms-transition: 2s all ease-in-out 0.1s;
  -o-transition: 2s all ease-in-out 0.1s;
  transition: 2s all ease-in-out 0.1s;
}
.fade-carousel .carousel-inner .item.active .home-page-slider-fade {
  opacity: 1;
  -webkit-transition: 2s all ease-in-out 0.1s;
  -moz-transition: 2s all ease-in-out 0.1s;
  -ms-transition: 2s all ease-in-out 0.1s;
  -o-transition: 2s all ease-in-out 0.1s;
  transition: 2s all ease-in-out 0.1s;
}
/********************************/
/*            Overlay           */
/********************************/
/* Turned Off 060316 */
.overlay {
  /*
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
    */
}
/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {
  padding: 10px 40px;
}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
  color: #f5f5f5;
  background-color: #1abc9c;
  border-color: #1abc9c;
  outline: none;
  margin: 20px auto;
}
/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides {
  height: 600px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/****************************************/
/*   Home Page Slider - Media Queries   */
/****************************************/
@media screen and (min-width: 980px) {
  .hero {
    width: 980px;
  }
}
@media only screen and (max-width: 992px) {
  .fade-carousel,
  .fade-carousel .carousel-inner .item {
    height: 500px;
  }
  .fade-carousel .slides {
    height: 500px;
  }
  .home-page-slider-graphic-mobile {
    max-height: 320px;
    width: auto !important;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .fade-carousel,
  .fade-carousel .carousel-inner .item {
    height: 500px;
  }
  .fade-carousel .slides {
    height: 500px;
  }
  .home-page-slider-graphic-mobile {
    max-height: 320px;
    width: auto !important;
    margin: auto;
  }
}
@media only screen and (max-width: 480px) {
  .hero h1 {
    font-size: 4em;
  }
  .fade-carousel,
  .fade-carousel .carousel-inner .item {
    height: 400px;
  }
  .fade-carousel .slides {
    height: 400px;
  }
  .home-page-slider-graphic-mobile {
    max-height: 220px;
    width: auto !important;
    margin: auto;
  }
  .carousel .carousel-inner .container h2 {
    font-size: 25px;
  }
  .carousel .carousel-inner .container h3 {
    font-size: 33px;
  }
}
/* ************************************************ */
/*         // End Home Page Slider Stuff //         */
/* ************************************************ */
/* ************************************************ */
/*                     Quote Box                    */
/* ************************************************ */
.quote-box-wrap {
  border: 0;
  display: inline-block;
  margin: 12px 0;
  max-width: 265px;
}
.quote-box-wrap-full {
  border: 0;
  display: inline-block;
  margin: 12px 0;
  width: 100%;
}
.quote-box {
  border: 0;
  background-color: #0096a9;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
}
.quote-box-full {
  width: 100%;
}
.quote-box-content {
  margin: 15px 20px;
}
.quote-box h3 {
  font-family: 'Open Sans', sans-serif, Arial, Helvetica;
  font-size: 18px !important;
  line-height: 150%;
  color: #ffffff !important;
  padding-bottom: 0 !important;
}
.quote-box-bottom-right {
  text-align: right;
  padding: 0;
  margin: -1px 0 0 0;
}
.quote-box-bottom-left {
  text-align: left;
  padding: 0;
  margin: -1px 0 0 0;
}
.quote-box p {
  font-family: 'Open Sans', sans-serif, Arial, Helvetica;
  font-size: 16px;
  color: #ffffff !important;
  line-height: 150%;
}
/* ************************************************ */
/*          //     end quote box        //          */
/* ************************************************ */
/* ************************************************ */
/*                     Pro Blog                     */
/* ************************************************ */
.content-sbBlog-wrap {
  margin-top: 5px;
  margin-bottom: 15px;
  float: left;
  clear: left;
  width: 100%;
  background-color: #f5f5f5;
  border-color: #b3b3b3;
  border-width: 1px;
  border-style: solid;
}
.content-sbBlog-date {
  float: left;
  padding-top: 4px;
  padding-left: 11px;
  height: 200px;
  width: 72px;
  background-repeat: no-repeat;
  background-image: url('/application/blocks/problog_list/images/cal_darkblue.png') !important;
  margin: 5px;
  padding: 5px;
  display: block;
  font-size: 12px !important;
}
.content-sbBlog-month {
  color: white;
  padding-left: 6px;
}
.content-sbBlog-day {
  line-height: 25px;
  letter-spacing: -2px;
  font-size: 38px;
  /*text-align:center;*/
  padding-left: 8px;
  padding-top: 2px;
  color: white;
}
.content-sbBlog-contain {
  float: left
width: 100%;
}
.addthis_toolbox,
addthis_default_style {
  float: left;
  margin-top: 30px;
  margin-left: -5px;
  width: 63px;
}
.content-sbBlog-commentcount {
  margin-right: 10px;
  margin-top: 15px;
  line-height: 25px;
  text-align: center;
  height: 25px;
  width: 200px;
  float: right;
}
.content-sbBlog-title {
  font-size: 30px;
  line-height: 40px;
  border-bottom-color: #000;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  margin-left: 90px;
  margin-right: 10px;
}
.content-sbBlog-wrap h1 {
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
}
.content-sbBlog-wrap .thumbnail,
.content-sbBlog-wrap .thumbnail img {
  float: left;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-top: 0;
  border: none;
  box-shadow: none;
  background-color: transparent;
}
.content-sbBlog-category {
  margin-left: 90px;
  margin-right: 10px;
}
.content-sbBlog-post {
  margin-right: 10px;
  margin-left: 90px;
  padding: 12px 0px;
}
.content-sbBlog-feed {
  padding-right: 25px;
  float: left;
  clear: left;
  width: 100%;
}
.sbBlog-categories-list h3 {
  color: #67676c;
  font-size: 20px;
  padding: 0 0 0 0;
  font-weight: normal;
}
.sbBlog-categories-list ul {
  padding-left: 15px !important;
}
.sbBlog-archive-list h3 {
  color: #67676c;
  font-size: 20px;
  margin: 0;
  padding: 0 0 0 0;
  font-weight: normal;
}
.sbBlog-archive-list h2 {
  margin: 0;
  font-size: 18px;
  color: #eb3a40;
}
.sbBlog-archive-list ul {
  padding-left: 30px !important;
  margin-top: 3px;
  margin-bottom: 5px;
  font-size: 12px;
  list-style: none;
}
.sbBlog-tag-list h3 {
  color: #67676c;
  font-size: 20px;
  padding: 0 0 0 0;
  font-weight: normal;
}
.pagination {
  text-align: right;
  float: right;
}
.rssfeed {
  width: 120px;
  line-height: 18px;
  float: left;
  clear: left;
}
.clearfloat {
  /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}
.tags {
  margin-right: 10px;
  margin-top: 10px;
  margin-left: 83px;
}
.tags a {
  margin-right: 3px;
}
.content-sbBlog-title h3 {
  margin-top: 0px;
  font-size: 20px !important;
}
.chicklets {
  margin-bottom: 5px;
  padding-left: 10px !important;
}
.backlink {
  float: right;
  font-size: 9px;
}
.highlightMe {
  /*font-weight:bold;*/
  color: #eb3a40;
  text-decoration: underline !important;
}
/* ************************************************ */
/*          //     end Pro Blog         //          */
/* ************************************************ */
