@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);
@import url('demo.css');
@font-face {
  font-family: 'fontawesome-selected';
  src: url('/company/css/font/fontawesome-selected.eot');
  src: 
  url('/company/css/font/fontawesome-selected.eot?#iefix') format('embedded-opentype'), 
  url('/company/css/font/fontawesome-selected.woff') format('woff'), 
  url('/company/css/font/fontawesome-selected.ttf') format('truetype'), 
  url('/company/css/font/fontawesome-selected.svg#fontawesome-selected') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Rockout';
  src: url('../font/Rockout.ttf');
}

/**  Main **/
body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
  line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100; 
  font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
}

h3,
h4,
h5,
h6 {
  font-weight: 600; 
  font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
}

h1{
  font-size: 36px;
  color: #4e4e4e;
  margin-top:0;
}

h2{
  font-size: 20px;
}

h3{
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 16px;
}

a {
  color: #06bd0a;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}
*:focus {
    outline: none !important;
}
.wow {
  visibility: hidden;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.form-control:focus {
  border-color: #ee7a23;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(238, 122, 35, 0.8);
}

.frmEmailOptOut .form-control:focus {
  border-color: #252d44;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(178, 10, 17, 0.8); 
}

.secure .form-control:focus {
  border-color: #252d44;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(178, 10, 17, 0.8); 
}

.btn-primary {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
}


.btn-primary:hover, 
.btn-primary:focus{
  background: #c52d2f;
  outline: none;
  box-shadow: none;
} 

.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}

.center h2{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
}

.center h1{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #4e4e4e;
}

.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > section {
  padding: 70px 0;
}

.center {
  text-align: center;
  padding-bottom: 55px;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding: 0 25px 0 25px;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.starsContainerEmpty {
  width:92px;
  height:26px;
  background-image: url(../images/graystars.png);
  background-repeat:no-repeat;
  background-position:left;
  float:left;
}
.starsContainerFill {
  height:26px;
  width:0;
  background-image:url(../images/goldstars.png);
  background-repeat:no-repeat;
  background-position:left;
  float:left;
}

.clear {
  clear:both;
}

/**  Side Navigation **/
.side-nav {
  position: fixed;
  top: 45%;
  right: 20px;
  z-index: 1030;
}
.side-nav ul.nav-side-nav {
  text-align: center;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.side-nav ul.nav-side-nav > li {
  display: block;
  line-height: 1.42857;
  margin: 0;
  padding: 8px 0;
}
.side-nav ul.nav-side-nav > li > a {
  display: block;
  width: 10px;
  height: 10px; 
  background:#8A0103;
}
.side-nav ul.nav-side-nav > li.active > a {
  background:#06bd0a;
}


/**  Header **/
.dropdown-toggle .fa-angle-down {
  display: none;  
}
.navbar>.container .navbar-brand{
  margin-left: 0;
}

.navbar-brand {
  padding: 0;
  margin:0;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff, #dad9d9);
  /*padding: 15px 0;*/
  padding-bottom: 0;
}

 .navbar-nav{
  margin-top: 12px;
  font-size: 12px;
 }

/*.navbar-nav>li{
  margin-left: 5px;
  padding-bottom: 5px;
}*/

.navbar-inverse .navbar-nav > li > a {
  padding: 5px 10px;
  margin: 0;
  border-radius: 3px;
  color: #585858;
  line-height: 22px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
    
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #252d44;
}

.navbar-inverse {
  border-bottom: 1px solid #e7e7e7;
  background-color: #f8f8f8;
}

.navbar-inverse .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #252d44;
}

.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: rgba(0,0,0,.85);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
  background-color: #c52d2f;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0;
}
.navbar-inverse .navbar-toggle {
    border:none;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #585858;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
}
#navbar-close {
    color: #585858;
    width: 22px;
    height: 22px;
    margin-top: -5px;
}

/**  Home Page Carousel **/
#main-slider {
  position: relative;
}

.no-margin {
  margin: 0;
  padding: 0;
}

#main-slider .carousel .carousel-content {
  margin-top: 50px;
  background-color: rgba(0,0,0,.5);
  border-radius: 20px;
  padding: 15px;
}

#main-slider .carousel .slide-margin{
  margin-top: 140px;
}

#main-slider .carousel h2 {
  color: #fff;
  font-size:35px;
}

#main-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}
#main-slider .carousel .btn-slide2 {
  padding: 8px 20px;
  background: #06bd0a;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}

#main-slider .carousel .btn-slideRight {
  float: right;
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}

#main-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
  margin-top:30px;
  margin-left:150px;
  width: 320px;
}

#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 580px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: #c52d2f;
  color: #fff;
  display: inline-block;
  margin-top: 15px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}

#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: #000;
}

#main-slider .prev {
  left: 40px;
}

#main-slider .next {
  right: 40px;
}

#main-slider .carousel-indicators li {
  width: 20px;
  height: 10px;
  background-color: #fff;
  margin: 0 15px 0 0;
  position: relative;
}

#main-slider .carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 10px;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #FFF;
  left: -1px;
  top: -1px;
}

#main-slider .carousel-indicators .active{
  width: 20px;
  height: 10px;
  background-color: #c52d2f;
   margin: 0 15px 0 0;
   border: 1px solid #c52d2f;
   position: relative;
}

#main-slider .carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 10px;
  background: #c52d2f;
  border: 1px solid #c52d2f;
  left: -1px;
  top: -1px;
}

#main-slider .active .animation.animated-item-0 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}
#main-slider .active .animation.animated-item-5 {
  -webkit-animation: fadeInDown 300ms linear 1200ms both;
  -moz-animation: fadeInDown 300ms linear 1200ms both;
  -o-animation: fadeInDown 300ms linear 1200ms both;
  -ms-animation: fadeInDown 300ms linear 1200ms both;
  animation: fadeInDown 300ms linear 1200ms both;
}
#main-slider .active .animation.animated-item-6 {
  -webkit-animation: fadeInDown 300ms linear 1200ms both;
  -moz-animation: fadeInDown 300ms linear 1200ms both;
  -o-animation: fadeInDown 300ms linear 1200ms both;
  -ms-animation: fadeInDown 300ms linear 1200ms both;
  animation: fadeInDown 300ms linear 1200ms both;
}
#main-slider .active .animation.animated-item-7 {
  -webkit-animation: fadeInDown 300ms linear 1200ms both;
  -moz-animation: fadeInDown 300ms linear 1200ms both;
  -o-animation: fadeInDown 300ms linear 1200ms both;
  -ms-animation: fadeInDown 300ms linear 1200ms both;
  animation: fadeInDown 300ms linear 1200ms both;
}
#techSentrySlide{
  margin-top:-375px;  
}

/**  Home Page Update **/
#update {
  background: #f2f2f2;
  padding-bottom: 40px;
 
}

.updates{
  padding: 0;
}

.update-wrap {
  margin-bottom: 35px;
  overflow: hidden;
}

.update-wrap h2{

}

.update-wrap .pull-left {
  margin-right: 25px;
}

.update-wrap .iconLink a{
  font-size: 60px;
  height: 110px;
  width: 110px;
  margin: 3px;
  border-radius: 100%;
  line-height: 110px;
  text-align:center;
  background: #ffffff;
  color: #06bd0a;
  border: 3px solid #ffffff;
  box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  float: left;
  margin-right: 25px;
}

.update-wrap .iconLink a:hover {
  background: #06bd0a;
  color: #fff;
  box-shadow: inset 0 0 0 5px #06bd0a;
  -webkit-box-shadow: inset 0 0 0 5px #06bd0a;
  border: 3px solid #06bd0a;
}

.threatsMobile {
  display: none;
  font-style:italic;
  font-weight:bold;
  color: #c52d2f; 
  text-align: center;
  padding:10px;
  border:thin solid #c52d2f;
  background-color:#ffffff;
}

/**  Home Page Libraries **/
#libraries .col-xs-12.col-sm-4.col-md-3{
  padding: 0;
}

#libraries{
    padding-bottom: 70px;
}

.libraries-wrap {
  position: relative;
}

.libraryData {
  margin-top:-25px; 
}

.libraries-wrap img{
  width: 100%;
}

.libraries-wrap .libraries-inner{
  top: 0;
  background: transparent;
  opacity: .8;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}

.libraries-wrap .libraries-inner h3{
  margin: 10px 0;
}

.libraries-wrap .libraries-inner h3 a{
  font-size: 24px;
  color: #fff;
}

.libraries-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: #c52d2f;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;  
  padding: 30px;
}

.libraries-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}

.libraries-wrap:hover .overlay {
  opacity: 1;
}

.librariesMobile {
  display: none;
  background-color:#ee7a23;
  color: white;
  padding:10px;
  text-align: center; 
  border:medium solid #2E720E;
}

.librariesMobile h2{
  color:#ffffff;
}

#Libraries {  
  width:100%;
  margin:1.5% 1% 1.5% 0;
}

#Libraries #LibraryWrapper {
  background-color:#2bb34b;
  padding:.5em;
}
#Libraries .center {
  padding-bottom:0; 
}
#Libraries #LibraryWrapper #LibraryInnerWrapper {
  overflow:hidden;
  clear:both;
}
#Libraries #LibraryWrapper #LibraryInnerWrapper ul.tabs {
  float:left;
  width:25%;
  padding-left:15px;
}
#Libraries #LibraryWrapper #LibraryInnerWrapper ul.tabs li {
  background-image: url('/images/redesign2009/libraryTabSeparator.gif');
  background-repeat:no-repeat;
  background-position:left bottom;
  padding-top:12px;
  padding-bottom:12px;
  list-style:outside none none;
}
#Libraries #LibraryWrapper #LibraryInnerWrapper ul.tabs li.last {
  background-image:none;
}
#Libraries #LibraryWrapper #LibraryInnerWrapper ul.tabs li a {
  font-size:.8em;
  text-decoration:none;
  color:#ffffff;
  display:block;
}
#Libraries #LibraryWrapper #LibraryInnerWrapper ul.tabs li.active a {
  font-weight:bold;
  color:#fca91a;
  background-image: url('/images/redesign2009/libraryActiveTab.png');
  background-repeat:no-repeat;
  background-position:right;
  padding-right:12px;
}
#Libraries #LibraryWrapper #LibraryInnerWrapper ul.tabs li a:hover {
  font-weight:bold;
  color:#ebd43c;
}
#Libraries #LibraryWrapper #LibraryInnerWrapper .content {
  margin-left:175px;
  width:70%;
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
  padding-left:9px;
  padding-right:5px;
}
#Libraries #LibraryWrapper #LibraryInnerWrapper .content .libraryContent {
  display:none;
}
#Libraries #LibraryWrapper #LibraryInnerWrapper .content .active {
  display:block;
}
#Libraries #LibraryWrapper #LibraryInnerWrapper .content table {
  font-size:1em;
  width:100%;
}
#Libraries #LibraryWrapper #LibraryInnerWrapper .content table tr {
  height:58px;
}
#Libraries #LibraryWrapper #LibraryInnerWrapper .content table tbody tr {
  
}
#Libraries #LibraryWrapper #LibraryInnerWrapper .content table thead th,
#Libraries #LibraryWrapper #LibraryInnerWrapper .content table td.count {
  font-weight:bold;
}
#Libraries #LibraryWrapper #LibraryInnerWrapper .content table thead th {
  text-align:center;  
}
#Libraries #LibraryWrapper #LibraryInnerWrapper .content table .center {
  text-align:center;
  padding:0;
}
#Libraries #LibraryWrapper #LibraryInnerWrapper .content table td {
  font-size:.9em;
}
#Libraries #LibraryWrapper #LibraryInnerWrapper .content table td a {
  color: #cb0000;
}
#Libraries #LibraryWrapper #LibraryInnerWrapper .content .seeMore {
  border-top: 1px solid #999999;
  padding-top: 10px;
  margin-top:10px;
  text-align:right;
  margin-bottom:10px;
}
#Libraries #LibraryWrapper #LibraryInnerWrapper .content .seeMore a {
  font-size:12px;
  color: #cb0000;
  text-decoration:none;
}

.imagewrap {
  float: left;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 0px;
  border-radius: 4px;
}

.imagewrapNews {
  float: left;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 0px;
  border-radius: 4px;
}

.imagewrap img {  
  border-radius: 4px;
}

.panel-default{
  border-color: transparent;
}

.panel-default>.panel-heading,
.panel{
  background-color: #e6e6e6; 
  border:0 none;
  box-shadow:none;
}

.panel-default>.panel-heading+.panel-collapse .panel-body{
  background: #fff;
  color: #858586;
}

.panel-body{
  padding: 20px 20px 10px;
}

.panel-group .panel+.panel{
  margin-top: 0;
  border-top: 1px solid #d9d9d9;
}

.panel-group .panel{
  border-radius: 0;
}

.panel-heading{
  border-radius: 0;
}

.panel-title>a{
  color: #4e4e4e;
}

.accordion-inner img{
  border-radius: 4px;
}

.accordion-inner h4{
  margin-top: 0;
}

.panel-heading.active{
  background: #2bb34b;
}

.panel-heading.active .panel-title>a{
  color:#fff;
}

a.accordion-toggle  i{
  width: 45px;
  line-height: 55px;
  font-size: 20px;
  margin-top: -10px;
  text-align: center;
  margin-right: -15px;
  background: #c9c9c9;
}

.panel-heading.active a.accordion-toggle i{
  background: #ed7b24;
  color: #fff;
}

.panel-heading.active a.accordion-toggle.collapsed i{
  background: #ed7b24;
  color: #fff;
}

/**  Home Page Goodies **/
#goodies {
  background: url(../images/goodies/bg_goodies.jpg);
  background-size: cover;
}

#goodies .lead,
#goodies h2{
  color: #fff;
}

.goodies-wrap {
  padding: 40px 30px;
  background: #fff;
  border-radius: 4px;
  margin: 0 0 40px;
}

.goodies-wrap h3 {
  font-size: 20px;
  margin: 10px 0;
}

.goodies-wrap .pull-left {
  margin-right: 20px;
}

.btn-outline {
  margin-top: 10px;
  border: 2px solid #252d44;
  font-size: 15px;
  transition: all 0.3s ease-in-out 0s;
  color: #FFF;
  background: #252d44;  
}

.btn-outline:hover {
  color: #252d44;
  background: #FFF; 
}
.btn-outline:focus {
  color: #FFF;
  background: #252d44;  
}
.btn-outlineReverse {
  margin-top: 10px;
  border: 2px solid #252d44;
  font-size: 15px;
  transition: all 0.3s ease-in-out 0s;
  color: #252d44;
  background: #fff; 
}

.btn-outlineReverse:hover {
  color: #fff;
  background: #252d44;  
}
.btn-outlineReverse:focus {
  color: #FFF;
  background: #252d44;  
}
.btn-outlineGrn {
  margin-top: 10px;
  border: 2px solid #1e4620;
  font-size: 15px;
  transition: all 0.3s ease-in-out 0s;
  color: #FFF;
  background: #1e4620;  
}

.btn-outlineGrn:hover {
  color: #1e4620;
  background: #FFF; 
}
.btn-outlineGrn:focus {
  color: #FFF;
  background: #1e4620;  
}

.btn-outlineGrn2 {
  margin-top: 10px;
  border: 2px solid #06bd0a;
  font-size: 15px;
  transition: all 0.3s ease-in-out 0s;
  color: #FFF;
  background: #06bd0a;  
}

.btn-outlineGrn2:hover {
  color: #06bd0a;
  background: #FFF; 
}
.btn-outlineGrn2:focus {
  color: #FFF;
  background: #06bd0a;  
}

.media-body {
  display: block; 
}
#middle {
  background: #f2f2f2;
}

/**  Home Page Customer **/
#customer {
  background: url(../images/customers/customer_bg.jpg) 50% 50% no-repeat;
  background-size: cover;
}

#customer {
  color: #fff;
  text-align: center;
  border-top:thin solid #8C0103;
  border-bottom:thin solid #8C0103;
}

#customer h2, 
#customer h3 {
  color: #fff;
}

.customers {
  margin-left: auto;
  margin-right: auto; 
}
.customers ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.customers ul li{
  display: inline-block;
  padding: 20px;
}

/*#customersupport{
  padding: 30px 0;
}*/

.customersupport i{
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  background: #000;
  text-align: center;
  border-radius: 10px;
}

.customersupport h2{
  margin-top: 0;
  color: #000;
}

.customersupport{
  color:#000;
}
#customerBtn{
  margin-left: 90px;
}

/**  About Page Header  **/
#aboutHeader {
  margin-top: 50px;
  background: url(../images/GroupAbout.jpg) 50% 50% no-repeat;
  background-size: cover;
  border-bottom: solid medium #252d44;  
}
#aboutHeader .img-responsive {
  margin-left: auto;
  margin-right: auto; 
}

/**  About Page About US  **/
#aboutUs {
  	background-color: #ffffff;
  	padding-bottom: 0;
  	margin-top: 20px;
  	background: url(../images/rob-aboutBG2.jpg) 50% 50% no-repeat;
  	background-size: cover;
  	border-bottom: solid medium #fff; 
	position: relative;
}
#aboutUs  img.img-Rob {
	position: fixed;
	bottom: 0;
	right: 100px;
}
#aboutUs img.img-RobCaption {
	display: none;	
}
#aboutUs .img-Rob {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 505px;
	height: auto;
	float: right;
}
#aboutUs .img-RobCaption {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 505px;
	height: auto;
	float: right;	
}
#aboutUs figure figcaption {
    float: right;
    position: relative;
    clear: both;
    z-index: 999;
	line-height: 1;
	color: rgba(255, 255, 255, .8);
  text-shadow: 3px 3px 3px rgba(0,0,0, .2);
}
#aboutUs figure figcaption p {
    font-size: 12px;
    margin-bottom: 1px;
}
.textBoxAbout {
    text-align: left;
    color: #fff;
    background-color: rgba(0,0,0,0.7);
    padding: 20px;
    margin: 0 auto;
}
#aboutVideo {
  text-align: center;
}
.about{
  padding: 0;
}
.about-wrap {
  margin-bottom: 35px;
  margin-top:-35px;
  overflow: hidden;  
}
.about-wrap h2{
 color: #000; 
}
.coBackground{
  color: #fff;
  font-size:18px;
  line-height:25px;
}
.info h2 {
  color:#000; 
}
#employeeMap-caption {
	font-size: 12px;
	text-align: center;
	margin-top: -30px;
	font-weight: bold;
	font-style: italic;
}

/**  About Page Timeline  **/
#pcm-timeline {
  	background-color: #222; 
	padding-bottom: 15px;
	display: block;
	/*border-top: solid medium #fff;*/
}
#pcm-timeline .center {
	padding-bottom: 0;
}
#pcm-timeline h2 {
  color: white; 
}
#timeline h3 {
	color: #eee;
	font-weight: bold;
}
.timelineDesktop {
  color: white;   
}
.timelineMobile {
  display: none;
  color: white; 
}

/* Leadership slider */
#leadership h2 {
	text-align: center;
	font-size: 36px;
	margin: 0 auto 20px auto;
}

/**  Mobile View Timeline  **/
#timeline-mobile {
  padding-bottom: 0;
  background-color: #222;
  display: none;
}
#timeline h2 {
  color: white; 
}
.timelineDesktop {
  color: white;   
}
.timelineMobile {
  display: none;
  color: white; 
}
.timeline {
  position: relative;
  list-style-type: none;
  padding: 30px 0 50px 0;
  background: transparent url(../images/timeline_horizontal.png) repeat-x top left;
}
.timeline:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 165px;
  background: url(../images/timeline_vertical.png)
}

.event {
  position: relative;
  margin-bottom: 80px;
  padding-right: 40px;
}

.thumb {
  position: absolute;
  width: 100px;
  height: 100px;
  box-shadow: 
    0 0 0 8px rgba(6,189,10,1), 
    0 1px 1px rgba(255,255,255,0.5);
  background-repeat: no-repeat;
  border-radius: 50%;
  -webkit-transform: scale(0.8) translateX(24px);
  -moz-transform: scale(0.8) translateX(24px);
  -o-transform: scale(0.8) translateX(24px);
  -ms-transform: scale(0.8) translateX(24px);
  transform: scale(0.8) translateX(24px);
}

.thumb:before {
  content: '';
  position: absolute;
  height: 8px;
  z-index: -1;
  background: transparent url(../images/timeline_content1.png);
  width: 51px;
  top: 42px;
  left: 100%;
  margin-left: 8px;
}

.thumb span {
  color: #06bd0a; 
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  position: absolute;
  bottom: -30px;
}
.timelineIMG {
  float: right; 
}
.user-1 {
  background-image: url(../images/timeline/rob-mobile.jpg);
}

.user-2 {
  background-image: url(../images/timeline/bubble-mobile.jpg);
}

.user-3 {
  background-image: url(../images/timeline/optimize-mobile.jpg);
}

.user-4 {
  background-image: url(../images/timeline/erase-mobile.jpg);
}

.user-5 {
  background-image: url(../images/timeline/diskMD-mobile.jpg);
}

.user-6 {
  background-image: url(../images/timeline/PCmatic-mobile.jpg);
}

.user-7 {
  background-image: url(../images/timeline/accelerate-mobile.jpg);
}

.user-8 {
  background-image: url(../images/timeline/supershield-mobile.jpg);
}

.user-9 {
  background-image: url(../images/timeline/msp-mobile.jpg);
}
.user-10 {
  background-image: url(../images/timeline/pcMaticLogo-mobile.jpg);
}

/* Transparent Checkbox/radio hack: leave the checkbox on top, hide it with opacity 0 */

.event label,
.event input[type="radio"] {
  width: 24px;
  height: 24px;
  left: 158px;
  top: 36px;
  position: absolute;
  display: block;
}

.event input[type="radio"] {
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}

.event label:after {
  font-family: 'fontawesome-selected';
  content: '\e702';
  background: #fff;
  border-radius: 50%;
  color: #06bd0a;
  font-size: 26px;
  height: 100%;
  width: 100%;
  left: -2px;
  top: -3px;
  line-height: 24px;
  position: absolute;
  text-align: center;
}

.content-perspective {
  margin-left: 230px;
  position: relative;

  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  -o-perspective: 600px;
  -ms-perspective: 600px;
  perspective: 600px;
}

.content-perspective:before {
  content: '';
  width: 37px;
  left: -51px;
  top: 45px;
  position: absolute;
  height: 1px;
  z-index: -1;
  background: #fff;
}

.content {
  -webkit-transform: rotateY(10deg);
  -moz-transform: rotateY(10deg);
  -o-transform: rotateY(10deg);
  -ms-transform: rotateY(10deg);
  transform: rotateY(10deg);

  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;

  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.content-inner {
  position: relative;
  padding: 20px;
  border: none;
  border-left: 5px solid #06bd0a;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  background: #fff;
  font-family: 'Open Sans', sans-serif;
    color:#4e4e4e;

}

.content-inner h3 {
  font-size: 26px;
  padding: 5px 0 5px 0;
  color: #000;
}

.content-inner p {
  font-size: 18px;
  max-height: 0px;
  overflow: hidden;
  color: #000;
  text-align: left;
}

.content-inner:before {
  font-family: 'fontawesome-selected';
  content: '\25c2';
  font-weight: normal;
  font-size: 54px;
  line-height: 54px;
  position: absolute;
  width: 30px;
  height: 30px;
  color: #06bd0a;
  left: -22px;
  top: 19px;
  z-index: -1;
}

/* Transitions */

.thumb,
.thumb span,
.content-inner h3 {
  -webkit-transition: all 0.6s ease-in-out 0.2s;
  -moz-transition: all 0.6s ease-in-out 0.2s;
  -o-transition: all 0.6s ease-in-out 0.2s;
  -ms-transition: all 0.6s ease-in-out 0.2s;
  transition: all 0.6s ease-in-out 0.2s;
}

.content-inner {
  -webkit-transition: box-shadow 0.8s linear 0.2s;
  -moz-transition: box-shadow 0.8s linear 0.2s;
  -o-transition: box-shadow 0.8s linear  0.2s;
  -ms-transition: box-shadow 0.8s linear 0.2s;
  transition: box-shadow 0.8s linear 0.2s;
}

.content {
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(.59,1.45,.69,.98) 0.2s;
  -moz-transition: -moz-transform 0.8s cubic-bezier(.59,1.45,.69,.98) 0.2s;
  -o-transition: -o-transform 0.8s cubic-bezier(.59,1.45,.69,.98) 0.2s;
  -ms-transition: -ms-transform 0.8s cubic-bezier(.59,1.45,.69,.98) 0.2s;
  transition: transform 0.8s cubic-bezier(.59,1.45,.69,.98) 0.2s;
}

.content-inner p {
  -webkit-transition: max-height 0.5s linear, color 0.3s linear;
  -moz-transition: max-height 0.5s linear, color 0.3s linear;
  -o-transition: max-height 0.5s linear, color 0.3s linear;
  -ms-transition: max-height 0.5s linear, color 0.3s linear;
  transition: max-height 0.5s linear, color 0.3s linear;
}

/* Checked */

.event input[type="radio"]:checked + label:after {
  content: '\2714';
  color: #ee7a23;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.8);
}

.event input[type="radio"]:checked ~ .content-perspective:before {
  background: #ee7a23;
}

.event input[type="radio"]:checked ~ .content-perspective .content-inner h3 {
  color: #ee7a23;
}

.event input[type="radio"]:checked ~ .content-perspective .content {
  -webkit-transform: rotateY(-5deg);
  -moz-transform: rotateY(-5deg);
  -o-transform: rotateY(-5deg);
  -ms-transform: rotateY(-5deg);
  transform: rotateY(-5deg);
}

.event input[type="radio"]:checked ~ .content-perspective .content-inner {
  border-color: #ee7a23;
  box-shadow: 10px 0px 10px -6px rgba(0, 0, 0, 0.1);
}

.event input[type="radio"]:checked ~ .content-perspective .content-inner p {
  max-height: 260px; /* Add media queries */
  -webkit-transition-delay: 0s, 0.6s;
  -moz-transition-delay: 0s, 0.6s;
  -o-transition-delay: 0s, 0.6s;
  -ms-transition-delay: 0s, 0.6s;
  transition-delay: 0s, 0.6s;
}

.event input[type="radio"]:checked ~ .content-perspective .content-inner:before {
  color: #ee7a23;
}

.event input[type="radio"]:checked ~ .thumb {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  box-shadow: 
    0 0 0 8px rgba(238,122,35,1), 
    0 1px 1px rgba(238,122,35,0.5);
}

.event input[type="radio"]:checked ~ .thumb span {
  color: #ee7a23;
}

.event input[type="radio"]:checked ~ .thumb:before {
  background: transparent url(../images/timeline_content.png);
}

.content-inner p,
.thumb span,
.event label {
  -webkit-backface-visibility: hidden;
}


/**  About Page America  **/
#america {
  background-color: #eee;
    padding-bottom: 40px;   
}
.usa{
  padding: 0;
}
.usa-wrap {
  margin-bottom: 35px;
  overflow: hidden; 
  color: #000; 
}
.usa-wrap h2{
 color: #000; 
}

.info h2 {
  color:#000; 
}


/**  About Page The Crew  **/
#theCrew {
  margin-top: 40px;
  padding-bottom: 0;
}

.theCrew-items {
  list-style: none outside none;
  margin: 0 0 80px 0;
  padding: 25px;
  overflow: visible !important;
}
.theCrew-filter {
  margin: 0 0 10px 0;
  padding: 25px;
  list-style: none outside none;  
}

.theCrew-filter > li {
  display: inline-block;
}

.theCrew-filter > li a {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  text-transform: uppercase;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  border: 1px solid #F2F2F2;
  outline: none;
  border-radius: 3px;
}

.theCrew-filter > li a:hover,
.theCrew-filter > li a.active{
  color:#fff;
  background: #c52d2f;
  border: 1px solid #c52d2f;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.theCrew-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.theCrew-item {
  margin: -10px;
  padding:0;
}

.crew.btn-default {
  margin-bottom:10px; 
}

#recent-works .col-xs-12.col-sm-4.col-md-3{
  padding: 0;
}

#recent-works{
    padding-bottom: 70px;
}

.recent-work-wrap {
  position: relative;
  margin:10px;
}

.recent-work-wrap img{
  width: 100%;
}

.recent-work-wrap .recent-work-inner{
  top: 0;
  background: transparent;
  opacity: .8;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}

.recent-work-wrap .recent-work-inner h3{
  margin: 10px 0;
  font-size: 24px;
  color: #fff;
}

.recent-work-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background-color: rgba(197, 45, 47, 0.9);
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;  
  padding: 30px;
}

.recent-work-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}

.recent-work-wrap:hover .overlay {
  opacity: 1;
}

.crewInfo {
  font-size: 13px;  
}


/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

/**  Custom Counter List **/
.custom-counter {
    position: relative;
  padding-left: 32px;
  list-style-type: none;
}
.custom-counter li {
    counter-increment: step-counter;
  margin-bottom: 20px;
  padding-left: 55px;
  font-size: 16px;
  text-align: left;
}
.custom-counter li:last-child {
  margin-bottom: 0;
}
.custom-counter li::before {
    content: counter(step-counter);
  position: absolute;
  left: 20px;
  padding: 2px 10px;
  font-size: 0.9em;
    background-color: #ee7a23;
    color: white;
    font-weight: bold;
    border-radius: 3px;
}

/**  Bandwidth Page **/
.bandwidthTitle {
  color:#000; 
  margin-top:-100px;
}
.speedtest-logo.monochrome-primary {
    display: none !important;
}
.stc-wrapper .test {
    margin-top: -80px;
}
#speedHeader {
  margin-top: 70px;
  background-color: #f5f5f5;
  background-image: url(../images/speedHeader.jpg);
  background-repeat:no-repeat;
  background-size: cover;
  border-bottom: solid medium #252d44; 
  padding-bottom:0;
}
.speedBanner {
  padding-bottom: 5px !important; 
}
#speedHeader .img-responsive {
  margin-left: auto;
  margin-right: auto; 
  margin-top: -35px;
  padding-bottom: 15px;
}
#glossary {
  background-color: #f2efef;  
}
#bandwidth {
  background-color: #ffffff;
    padding-bottom: 40px;
  padding-top: 150px;
  
}
.speedTest{
  padding: 0;
}
.speedTest-wrap {
  margin-bottom: 35px;
  overflow: hidden; 
  text-align: center; 
  color: #000;
  font-weight: 400;
  margin-top: -50px;
}
.speedTestRight-wrap {
  margin-bottom: 35px;
  overflow: hidden; 
  text-align: center; 
  color: #000;
  font-weight: 400; 
}
.speedTest-wrap h2, 
.speedTestRight-wrap h2 {
 position: relative; 
}
#flashTable {
  text-align: center;
  margin-left: auto;
  margin-right: auto; 
  margin-top: -60px;
}
.buttons-wrapper img {
  display: block; 
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -20px;
}
.mobileView {
  display: none;
  padding-bottom: 5px;
  margin-bottom: -50px; 
}
.mobileView h2 {
  font-size: 20px;  
}
.amazonReview {
  padding-bottom:0;
  margin-top:-40px; 
}
.amazonReview h2 {
    font-size:30px; 
}
.amazonReview p {
    font-size:26px; 
    font-weight:bold;
    margin-top:-10px;
}
.btn-outlineNews {
  border: 2px solid #252d44;
  font-size: 15px;
  transition: all 0.3s ease-in-out 0s;
  color: #FFF;
  background: #252d44;  
}

.btn-outlineNews:hover {
  color: #252d44;
  background: #FFF; 
}
.btn-outlineNews:focus {
  color: #FFF;
  background: #252d44;  
}

/**  Bandwidth page - Glossary section **/
.glossary-wrap .iconLink {
  font-size: 40px;
  height: 90px;
  width: 90px;
  margin: 3px;
  border-radius: 100%;
  line-height: 87px;
  text-align: center;
  background: #ffffff;
  color: #06bd0a;
  float: left;
  margin-right: 25px;
  margin-bottom: 30px;
}

/**  Bandwidth page - Connection Speed section **/
#connectionSpeeds {
  background-color: #410202;  
}
#connectionSpeeds h2{
  color: #fff;  
}
.connectionContent {
  color: #fff;  
}
.connection-wrap li {
  margin-left: 50px;  
}
.imageWrap {
  float: right; 
}

/**  Bandwidth page - about bandwidth section **/
#aboutBandwidth {
  background-color:#D2D3CA;
  background-image: linear-gradient(to bottom, #ffffff, #D2D3CA);
}
#aboutBandwidth h2{
  text-align: center; 
}
.aboutBandwidth-wrap li {
  margin-left: 50px;  
}

/**  Internet Connection Page **/
.internetTitle {
  color:#000; 
}
#internetHeader {
  margin-top: 50px;
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #000000, #178264);
  border-bottom: solid medium #252d44; 
  padding-bottom:30px;  
}
.internetBanner {
  padding-bottom: 5px !important; 
}
#internetHeader .img-responsive {
  margin-left: auto;
  margin-right: auto; 
}
#internet {
  background-color: #ffffff;
    padding-bottom: 40px; 
}
.internetTest{
  padding: 0;
}
.internetTest-wrap {
  margin-bottom: 35px;
  overflow: hidden; 
  color: #000;
  font-weight: 400;
}
.internetTest-wrap h2{
 position: relative; 
}
.internetTest-wrap .iconLink a{
  font-size: 60px;
  height: 110px;
  width: 110px;
  margin: 3px;
  border-radius: 100%;
  line-height: 110px;
  text-align:center;
  background: #ffffff;
  color: #06bd0a;
  border: 3px solid #ffffff;
  -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
  box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  float: left;
  margin-right: 25px;
}

.internetTest-wrap .iconLink a:hover {
  background: #06bd0a;
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 5px #06bd0a;
  box-shadow: inset 0 0 0 5px #06bd0a;
  border: 3px solid #06bd0a;
}

#utilities {
  background-color: #c4f8c4;  
}

/**  PC Pitstop Store Page **/
#storeHeader {
  margin-top: 100px;
  background-color: #f5f5f5;
  background-image: url(../images/storeHeader.jpg);
  background-repeat:no-repeat;
  background-size: cover;
  padding-bottom:0;
}
.storeBanner {
  padding-bottom: 5px !important; 
}
#storeHeader .img-responsive {
  margin: 0 auto;
}
#storeBannerTitle {
  font-size: 90px;
  color: #fff;
  text-shadow: 2px 2px #000;
}

#storeProducts {
    background: white;
    text-align: center;
    padding: 50px 0;
}
#storeProducts .row.row-padding {
    padding-top: 40px;
}

.storeProductsCol {
    padding-bottom: 20px;
} 

.storeProductsImg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

#storeReviews {
  background-color: #dff9df;
}
#storeReviews h2 {
  font-size: 36px;
  color: #4e4e4e;
  margin-top: 0;
  text-align: center;
}

.storeProduct-reviews {
  list-style: none;
  margin: 0 -15px;
  padding: 3px 0 0 0;
}
.storeProduct-reviews__item {
  position: relative;
  margin-top: 39px;
}
.storeProduct-reviews__text {
  background: #1e4620;
  border-radius: 3px;
  border: 1px solid #585858;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  padding: 20px;
  position: relative;
}
.storeProduct-reviews__text:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
  height: 14px;
  background-color: #1e4620;
  border-color: #585858;
  border-style: none solid solid none;
  border-width: 0 1px 1px 0;
  bottom: -8px;
  content: "";
  display: block;
  left: 50px;
  position: absolute;
}
.storeProduct-reviews__p {
  margin: 0;
}
.storeProduct-reviews__author {
  margin-top: 30px;
  padding-left: 102px;
  position: relative;
}
.storeProduct-reviews__author--short {
  margin-top: 27px;
  padding-left: 32px !important;
}
.storeProduct-reviews__author-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  left: 33px;
  position: absolute;
  top: 0;
}
.storeProduct-reviews__author-name {
  color: #585858;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  top: -3px;
}
.storeProduct-reviews__author-bio {
  color: #585858;
  font-size: 12px;
}


/**  Software Trust Index Page **/
.softwareTitle {
  color:#000; 
}
#softwareHeader {
  margin-top: 50px;
  background-color: #f5f5f5;
  background-image: url(../images/softwareIndex.jpg);
  background-repeat:no-repeat;
  border-bottom: solid medium #252d44; 
  padding-bottom:30px;  
}
.headerGraphic {
  padding-bottom:0;
  margin-bottom:-40px;
  margin-top:-40px; 
}
#softwareHeader .img-responsive {
  margin-left: auto;
  margin-right: auto; 
}
#softwareTrust {
  background-color: #ffffff;
    padding-bottom: 40px;
  
}
.trustIntro {
  margin-top: -50px;  
}
.index{
  padding: 0;
}
.index-wrap {
  margin-bottom: 35px;
  overflow: hidden; 
  text-align: center; 
  color: #000;
  font-weight: 400;
}
.index-wrap h2{
 color: #000; 
}


/**  Vendor Detail Page **/
.internetTitle {
  color:#000; 
}
#trustHeader {
  margin-top: 50px;
  background-color: #f5f5f5;
  background-image: url(../images/vendor_header.jpg);
  background-repeat:no-repeat;
  border-bottom: solid medium #252d44; 
  padding-bottom:30px;
}
.trustBanner {
  padding-bottom: 5px !important; 
}
.bannerText {
  color: #fff;  
}
.bannerText h2{
  font-size:60px; 
  color: #fff;
}
#trustHeader .img-responsive {
  margin-left: auto;
  margin-right: auto; 
}
#vendor{
  background-color: #ffffff;
    padding-bottom: 40px; 
}
.vendorDetail{
  padding: 0;
  margin-top:-40px;
}
.vendorDetail-wrap {
  margin-bottom: 35px;
  overflow: hidden; 
  color: #000;
  font-weight: 400;
}
.vendorDetail-wrap h2{
 position: relative; 
 padding-top:10px;
 margin-top:-10px;
}
.vendorLogo img{
  margin-left: auto;  
  margin-right: auto;
  max-width: 275px;
}
.label {
  float: left;
  font-weight: bold;
  color: #000;
  font-size:16px;
  clear: both;  
}
#name {
  color: #000;
  font-size:16px;
  float: left;  
}
#web_url {
  color: #000;
  font-size:16px;
  float: left;  
}
#wiki_url {
  color: #000;
  font-size:16px;
  float: left;  
}
#prodList {
  color: #000;
  font-size:16px;
  float: left;
  display: block; 
  clear: both;
  margin-left: 10px;
}
.trustPercent {
  font-size: 100px;
  font-weight: bold;
  text-align: center; 
  padding: 10px 0 30px 0;
}
.filesTitle {
  padding: 20px 0 10px 0; 
}
#charts {
  background-color:#D2D3CA;
  background-image: linear-gradient(to bottom, #ffffff, #1b9104); 
  border-top:solid medium #1b9104;
}
.back {
  padding-bottom: 20px;
  margin-top: -40px;  
}
.trustBtn {
  margin-top: 10px;
  border: 2px solid #252d44;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 12px;
  transition: all 0.3s ease-in-out 0s;
  color: #FFF;
  background: #252d44;
  float: left;  
}

.trustBtn:hover,
.trustBtn:focus {
  color: #252d44;
  background: #FFF;
  box-shadow: none  
}

/**  Careers Page **/
.internetTitle {
  color:#000; 
}
#careersHeader {
  margin-top: 50px;
  background-color: #f5f5f5;
  background-image: url(../images/careersHeader.jpg);
  background-size: cover;
  background-repeat:no-repeat;
  border-bottom: solid medium #252d44; 
  padding-bottom:0;
}
.careersBanner {
  padding-bottom: 5px !important; 
}
.bannerText {
  color: #fff;
  line-height:24px;
}
.bannerText h2{
  font-size:60px; 
  color: #fff;
}
#applyJob {
  text-align: center;
  margin-top:10px;
}
#instructionsSubmit {
  font-weight: bold;
  margin-bottom:15px;
}
#careersHeader .img-responsive {
  margin-left: auto;
  margin-right: auto; 
}
#jobs{
  background-color: #ffffff;
    padding-bottom: 40px;
  padding-top: 0;
  margin-top: -25px;
}
.jobsDetail{
    padding: 0;
  margin-top:-45px;
}
#jobsAwards {
  padding-bottom: 0;
}
.alignBadges {
  display: inline-block;
}
.awardImg {
  margin: 0 20px;
  text-align: center;
  width: 150px;
}
#coAward {
  float: right;
}
#mgrAward {
  float: left;
}
#inc5000Award {
  
}
#join {
  width: 98%;
  margin: 0 auto;
}
.jobsTitle p {
  font-size:16px;
}

.jobsDetail-wrap {
  margin-bottom: 35px;
  overflow: hidden; 
  color: #000;
  font-weight: 400;
}
#description ul {
  padding-left:15px;
  list-style:inside;  
}

/** Uninstall Page **/
#uninstall{
  margin-top: 100px;
  background-color: #ffffff;
  padding-bottom: 40px; 
}
.uninstallTitle {
  width: 85%;
  margin:0 auto;
}
.uninstallTitle p {
  font-size: 16px;
}
.uninstallTitle .figure img {
  margin:0 auto;
  margin-top:10px;
  border: solid thin #000;
}
#instructions {
  margin-top:-50px;
}
/**  Accordion Privacy **/
#accordionUninstall a.accordion-toggle i {
  line-height: 18px !important; 
}
#accordionUninstall h3 {
  text-align: left !important;  
}
#accordionUninstall .panel-default > .panel-heading + .panel-collapse .panel-body {
  color:  #4e4e4e;
  font-size: 16px;
}
#accordionUninstall .panel-heading.active {
    background: #252d44;
}


#accordionUninstall .iconAccordion {
    background: none !important;
    padding-right: 20px !important;
}
#accordionUninstall .panel-heading.active .panel-title > a {
    color: #fff;
}
#accordionUninstall .panel-heading.active a.accordion-toggle i {
  color:#fff;
}


/**  Invest Page **/
#investHeader {
  margin-top: 100px;
  background-color: #f5f5f5;
  background: url(../images/investHeader.jpg) center center no-repeat;
  background-size: cover;
  padding-bottom:0;
}
.investBanner {
  padding-bottom: 5px !important; 
}
.bannerText {
  color: #fff;  
}
.bannerText h2{
    
  color: #fff;
  text-shadow: 2px 2px 3px #000000;
  font-size:100px;
}

#investHeader .img-responsive {
  margin-left: auto;
  margin-right: auto; 
}
#investTitle {  
  text-align: center;
  padding-bottom: 30px;
}
.investCopy p {
  font-size: 16px;
  line-height: 26px;
}
#robPhoto {
  border-radius: 15px;
  border: 15px solid #252d44;
  margin: 0 auto 20px auto;
  box-shadow: 5px 5px 5px;
}
#investIntro {
  background-color: #ffffff;
    padding-bottom: 40px; 
}
#investPCM {
  background: url("/company/images/slider/bg2.jpg") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color:#252d44;
  padding-bottom: 40px;
}
#investPCM h2 {
  font-size: 36px;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 30px;
}
#investPCM .investCopy {
  color:#ffffff;
}
#investDetectionRates {
  padding-bottom: 40px;
}
#rapResults {
  border-radius: 5px;
  border: thin solid #252d44;
  margin: 0 auto 20px auto;
}
#pcmIcon3d {
  margin: 0 auto;
}
#vbQuote {
  margin: 0 auto 20px auto;
}
#pcmLogo {
  margin-bottom: 20px;
}
#investFuture {
  background: url("//www.pcmatic.com/images/bg.jpg") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color:#252d44;
  padding-bottom: 50px;
  color:#ffffff;
}
#investFuture h2 {
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
  color:#ffffff;
}
#investFuture p {
  font-size: 16px;
  font-weight: 200;
}
#investFuture .mainList {
  text-align: left;
  font-size: 16px;
}
.iconList .fa-check-square {
  color:#252d44;  
  padding-top:5px;
  font-size:18px;
}
.iconList .fa-ul{
  padding-left: 20px;
}
.iconList li{
  margin-bottom:10px;
  line-height: 25px;
  padding-top:4px;
}

.numList {
  padding-left: 45px;
  margin-bottom: 15px;
  counter-reset: item;
}

.numList li{
  display: block;
  margin-bottom: 7px;
  line-height: 20px;
  padding-top: 4px;
  position: relative;
}

.numList li:before{
  content: counter(item) ". ";
  counter-increment: item;
  color: #ee7a23;
  position: relative;
  left: -25px;
  display: block;
  position: absolute;
  font-weight: bold;
}

.qtr_newsletterSignup {
  text-align: center;
}

/** Our Mission Page **/
#missionHeader {
  margin-top: 50px;
  background-color: #f5f5f5;
  background: url(../images/missionHeader.jpg) center center no-repeat;
  background-size: cover;
  border-bottom: solid medium #252d44; 
  padding-bottom:0;
}
.missionBanner {
  padding-bottom: 5px !important; 
}
.bannerText {
  color: #fff;  
}
#missionHeader .bannerText h2 {    
  color: #fff;
  text-shadow: 4px 4px 6px #000;
  font-size: 90px;
  font-weight: bold;
  margin-top: 50px;
}

#missionHeader .img-responsive {
  margin-left: auto;
  margin-right: auto; 
}
#missionTitle {  
  text-align: center;
  padding-bottom: 30px;
}
.missionCopy p {
  font-size: 20px;
  line-height: 28px;
}

#missionIntro {
  background-color: #ffffff;
    padding-bottom: 40px; 
}
#missionPCM {
  background: url("/company/images/slider/bg2.jpg") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color:#252d44;
  padding-bottom: 40px;
}
#missionPCM h2 {
  font-size: 36px;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 30px;
}
#missionPCM .missionCopy {
  color:#ffffff;
}
#pcmIcon3d {
  margin: 0 auto;
}

/**  Awards Page **/
#awardsHeader {
  margin-top: 90px;
  background-color: #f5f5f5;
  background: url(../images/awardsHeader.jpg) top center no-repeat;
  background-size: cover;
  padding-bottom:0;
}
.awardsBanner {
  padding-bottom: 5px !important; 
}
#awardsHeader h1 {
  font-family: 'Circular';
  font-weight: 500;
  font-size: 50px;
}
#awardsHeader .img-responsive {
  margin-left: auto;
  margin-right: auto; 
}
#awardsTitle {  
  text-align: center;
}
.awardsCopy p {
  font-size: 16px;
  line-height: 26px;
}
#awardsIntro {
  background-color: #ffffff;
    padding-bottom: 40px; 
}
.awardType {
  text-align: center;
}
.awardType h2 {
  color: #252d44;
  font-weight: bold;
}
.badgeCol {
    padding-bottom: 20px;
  text-align: center;
}
.badgeCol h4 {
  margin-top: -20px;
}
.badgeImg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: 200px;
  margin-top: 20px;
  margin-bottom: 30px; 
}

/** Security Locations Page **/
.internetTitle {
  color:#000; 
}
#locationsHeader {
  margin-top: 50px;
  background-color: #f5f5f5;
  background-image: url(../images/locations_bg.jpg);
  background-repeat:no-repeat;
  border-bottom: solid medium #252d44; 
  padding-bottom:0;
}
.locationsBanner {
  padding-bottom: 5px !important; 
}
#locationsHeader .img-responsive {
  margin-left: auto;
  margin-right: auto; 
}
#map{
  background-color: #ffffff;
    padding-bottom: 40px; 
  color: #585858;
}
#map h2{
  color: #585858;
}
.mapDetail{
  padding: 0;
  display: block;
}
.mapDetail-wrap {
  margin-bottom: 35px;
  overflow: hidden; 
  color: #000;
  font-weight: 400;
}
.mapDetail-wrap h2{
 margin-left:10px; 
}
#securityIntro {
  background-color:#ebeae2; 
}
.locationInfo {
  text-align: center;
  margin-top:-50px;
  padding-bottom: 40px; 
}
.bannerIcon {
  margin-top:-30px; 
}

.locationIntro {
  padding-bottom:0; 
}
.mapTitle {
  margin-top:-30px; 
}

/**Affiliates Page**/

#affiliateHeader {
  margin-top: 80px;
  background-image: url(../images/affiliateHands1.jpg);
  background-repeat:no-repeat;
  background-size: cover;
  padding-bottom: 0;
}

.affiliateBanner {
  padding-bottom: 5px !important; 
}
#affiliateHeader .img-responsive {
  margin: 0 auto;
}
#affiliateBannerTitle {
  color: #fff;
  text-shadow: 2px 2px #000;
  margin-top:45px;
}

#affiliateTitle {  
  text-align: center;
  padding-bottom: 30px;
}
.affiliateCopy p {
  font-size: 16px;
  line-height: 26px;
}

#affiliate2 .affiliateCopy {
  color:#ffffff;
  text-align:center;
}

#pcpitstopAffiliate{
  font-size:30px;
  padding-bottom: 30px;
  color:#ffffff;
  text-align:center;
}

#affiliatePhoto {
  border-radius: 15px;
  margin: 0 auto 20px auto;
}


#affiliateIntro {
  background-color: #ffffff;
  padding-bottom: 40px; 
}


#affiliate2 {
 /* background: url(../images/slider/networkingAffiliate.jpg);*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color:#252d44;
  padding-bottom: 40px;
}
#affiliate2 h2 {
  font-size: 36px;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 30px;
}

.affiliateProgramSignup {
  text-align: center;
}

.iconList3 .fa-check-square {
  color:#06bd0a;  
  padding-top:5px;
  font-size:18px;
}
.iconList3 .fa-ul{
  padding-left: 20px;
}
.iconList3 li{
  margin-bottom:10px;
  line-height: 25px;
  padding-top:4px;
}

.btn-outlineNews2 {
  border: 2px solid #06bd0a;
  font-size: 15px;
  transition: all 0.3s ease-in-out 0s;
  color: #FFF;
  background: #06bd0a;  
}
.btn-outlineNews2:hover {
  border: 2px solid #06bd0a;
  color: #06bd0a !important;
  background: #fff;  
}

.affiliateImg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: 120px;
  padding-top: 15px;
}

.affiliateCol {
    padding-bottom: 20px;
} 
.affiliateCol h4 {
  color: #fff;  
}

#btnApplyLink{
color: #fff;

}

#btnApplyLink:hover {
color: #06bd0a;
}


#headline {
  font-size:20px;
  color: #ffff;
}

.iconDescriptions {
  font-family:'Open Sans', sans-serif;
  font-size: 21px;
}

.boldGreen a {
  color: #06bd0a;
  font-weight: bold;
}

.affiliateSite {
  color:#fff;
  text-align:center;
}
/** Wallpapers page **/
#wallpaperHeader {
  margin-top: 50px;
  background-color: #f5f5f5;
  background-image: url(../images/wallpapersBG.jpg);
  background-repeat:no-repeat;
  background-size: cover;
  border-bottom: solid medium #252d44; 
  padding-bottom:0;
}
.wallpaperBanner {
  padding-bottom: 5px !important; 
}
#wallpaperHeader .img-responsive {
  margin: 0 auto;
}
#wallpaperBannerTitle {
  color: #fff;
  text-shadow: 2px 2px #000;
  margin-top:25px;
}
#wallpaperThumbs {
    background: white;
    text-align: center;
    padding: 50px 0;
}
#wallpaperThumbs .row.row-padding {
    padding-top: 40px;
}
.dropdownWall {
  position: relative;
}
.dropdownWall .dropdown-menu {
  left: 90px;
  min-width: 165px;
  margin-top: -15px;
}
.marginBtm15 {
  margin-bottom: 15px;
}

.wallpaperProductsCol {
    padding-bottom: 20px;
} 
.alignThumbs {
  display: inline-block;
}
.wallpaperImg {
  margin: 0 20px;
  text-align: center;
  width: 300px;
}
.download {
  padding-top: 15px;
}
.downloadMenu {
  max-width: 200px;
  margin: 0 auto;
}

.dropdownDownload {
    position: relative;
    display: inline-block;
    padding: 10px;
    width: 160px;     
    border: 1px solid;
}
.dropdownDownload:after{
    content: '\25BC';
    position: relative;
    font-size: 14px;
    float: right;  
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: inherit;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    top: 39px;
    left: 0;
    z-index: 1;
}
.dropdownDownload li a {
    text-decoration:none;
    color: black;
    padding:10px;
}
.dropdownDownload ul {
    padding:0;
  margin:0;
}
.dropdownDownload li {
    list-style: none;
    padding:10px;  
    border-bottom:1px solid black;
}
.dropdownDownload li:hover {
  background-color: gray;
}
.dropdownDownload li:hover a {
    color:white;
}

/** Management page **/
#mgmtHeader {
  margin-top: 50px;
  background-color: #f5f5f5;
  background: url(../images/mgmtHeader.jpg) center center no-repeat;
  background-size: cover;
  border-bottom: solid medium #252d44; 
  padding-bottom:0;
}
.mgmtBanner {
  padding-bottom: 5px !important; 
}

#mgmtHeader .img-responsive {
  margin-left: auto;
  margin-right: auto;
  margin-top: -30px;
  padding-bottom: 25px;
}
#mgmtTitle {  
  text-align: center;
  padding-bottom: 30px;
}
.mgmtCopy p {
  font-size: 16px;
  line-height: 26px;
}
.mgmtPhoto {
  border: 3px solid #252d44;
  margin: 15px auto;
  box-shadow: 5px 5px 5px;
  height: 150px;
}
.rowSpace {
  margin-top: 15px;
}
#mgmtIntro {
  background-color: #ffffff;
    padding-bottom: 40px; 
}

/** Company Meetings page **/
#meetingHeader {
  margin-top: 50px;
  background-color: #f5f5f5;
  background: url(../images/meetingHeader.jpg) center center no-repeat;
  background-size: cover;
  border-bottom: solid medium #252d44; 
  padding-bottom:0;
}
.meetingBanner {
  padding-bottom: 5px !important; 
}

#meetingHeader .img-responsive {
  margin-left: auto;
  margin-right: auto;
  margin-top: -30px;
  padding-bottom: 25px;
}
#meetingMap { 
  text-align: center;
  font-size: 22px;
  line-height:26px;
}
#mapInstructions {
  padding-top: 60px;
}
.meetingCopy p {
  font-size: 16px;
  line-height: 26px;
}
.meetingBanner .bannerText h1 {
  font-size: 60px;
  color: #fff;
  text-shadow: 2px 2px 3px #000000;
}
#mapText {
  text-align: left;
  margin: 30px auto;
}
#mapContent {
  margin-top: 40px;
}
#mapTitle p {
  font-size: 14px;
  margin-top:-10px;
}
.mapsvg-tooltip p {
  padding: 0;
  line-height: 12px;
}
.mapsvg-tooltip h4 {
  font-size: 12px;
}
.mapsvg-popover p {
    padding: 0;
  line-height: 12px;
}
.mapsvg-popover h4 {
    font-size: 12px;
}
.imageTooltip,
.imagePopover {
  max-width: 150px;
}
.tooltipTitle {
  font-size: 12px;
  font-weight: bold;
}
.mapDesktopView {
  display: inline-block;
}
.mapMobileView {
  display: none;
}
#meetingVideo {
  padding: 30px 0 50px 0;
  background-color: #252d44;
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 26px;
}
#meetingVideo h2 {
  color: #fff;
  font-weight: bold;
}
#meetingGallery {
  padding: 30px 0 50px 0;
  font-size: 22px;
  text-align: center;
  line-height: 26px;
  border-bottom: solid thin #252d44;
  border-top: solid thin #252d44;
}
#galleryHeading {
  background-color: #ddd;
  padding: 50px 0 0 0;
}
#headingContent {
  max-width: 90%;
  margin: 0 auto;
}
#galleryTitle {
  text-align: center;
  font-weight: bold;
  margin: 0;
}
#gallerySubTitle {
  text-align: center;
  margin: 0;
}
.photostack-title {
  font-family: 'Gloria Hallelujah', cursive;
  font-weight: bold;
}
.photoDate {
  font-family: 'Gloria Hallelujah', cursive;
  font-size: 13px;
  
}
#meetingGallery nav span.current {
  background: #252d44;
  -webkit-transform: scale(0.61);
  transform: scale(0.61);
}

#meetingGallery2 {
  padding: 40px 0;
}

#leftArrowGallery {
  margin-right: 10px;
}
#rightArrowGallery {
  margin-left: 10px;
}
#rightArrowGallery i {
  padding-left: 5px;
}
#leftArrowGallery i {
  padding-right: 5px;
}
.btnGallery {
    background-color: #da2c33;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font: 12px;
    padding: 3px 6px;
    text-decoration: none;
    white-space: nowrap;
  border-radius: 5px;
}
.btnGallery:hover {
  background-color: #252d44;
}



/** Band page **/
.rockout {
  font-family: 'Rockout';
  font-size: 80px;
  color: #ee7a23;
}
#bandLogo {
  padding: 120px 0 15px 0;
}
#bandLogo img {
  margin: 0 auto;
}
#bandCommercials .highlights {
    background: #fff;
    padding: 20px;
    margin-top: 20px;
    border-top: solid thin #ee7a23;
    border-bottom: solid thin #ee7a23;
} 
#platformHeading {
    font-weight: bold;
    margin-bottom: 30px;
}
.iconDesc a {
	text-decoration: none;
	color: #06bd0a;
}
#bandHeader {
  background: url("../images/band/bandHeaderBG.jpg") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 50px 0; 
  height: 900px;
  position: relative;
}
.textBox {
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,0.7);
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    position: absolute;
  bottom: 0;
}
.textBox h2 {
  color: #fff;
  font-size: 24px;
  margin-top: 0;
}
.bandBanner {
  padding-bottom: 5px !important; 
}
.bandBanner .bannerText h2 {
  font-size: 100px;
  margin-top: 80px;
}
#bandHeader .img-responsive {
  margin-left: auto;
  margin-right: auto;
  margin-top: -30px;
  padding-bottom: 25px;
}
.videoCall a {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  vertical-align: middle;
}
.videoCall a:hover {
  text-decoration: underline;
}
#bandVideoLink p {
  margin: 0 !important;
}
#watchVideos {
  padding: 0;
  background-color: #252d44;
  text-align: center;
}
#bandVideoLink {
  padding: 15px;
  border-top: solid thin #06bd0a;
  border-bottom: solid thin #06bd0a;
  background: #252d44;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#687cb5), to(#252d44));
    background: -moz-linear-gradient(#687cb5, #252d44);
    background: -o-linear-gradient(#687cb5, #252d44);
    background: linear-gradient(#687cb5, #252d44);
}

.fa-music {
  padding: 0 5px;
  font-size: 14px;
}
#criticalAcclaim {
  background: url("../images/band/audienceBG.jpg") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 50px 0; 
  height: 100%;
  position: relative;
}
#criticalAcclaim blockquote {
  border-left: none;
  text-align: center;
}
#talkShow {
  text-align: center;
}
#talkShow a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
blockquote p {
    margin: 0;
    font-size: 1em;
  font-weight: 500;
}
.speechBubbles {
  padding-bottom: 65px;
}
.topBubbles {
  margin-bottom: 350px;
}
.example-right-blue {
    position: relative;
    padding: 15px 30px;
    margin: 0;
    color: #fff;
    background: #252d44;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#687cb5), to(#252d44));
    background: -moz-linear-gradient(#687cb5, #252d44);
    background: -o-linear-gradient(#687cb5, #252d44);
    background: linear-gradient(#687cb5, #252d44);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.example-right-blue:after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 50px;
    border-width: 0 20px 50px 0px;
    border-style: solid;
    border-color: transparent #252d44;
    display: block;
    width: 0;
}
.example-right-grn {
    position: relative;
    padding: 15px 30px;
    margin: 0;
    color: #fff;
    background: #06bd0a;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#61bf63), to(#06bd0a));
    background: -moz-linear-gradient(#61bf63, #06bd0a);
    background: -o-linear-gradient(#61bf63, #06bd0a);
    background: linear-gradient(#61bf63, #06bd0a);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.example-right-grn:after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 50px;
    border-width: 0 20px 50px 0px;
    border-style: solid;
    border-color: transparent #06bd0a;
    display: block;
    width: 0;
}
.example-left-red {
    position: relative;
    padding: 15px 30px;
    margin: 0;
    color: #fff;
    background: #252d44;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ce383e), to(#252d44));
    background: -moz-linear-gradient(#ce383e, #252d44);
    background: -o-linear-gradient(#ce383e, #252d44);
    background: linear-gradient(#ce383e, #252d44);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.example-left-red:after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: 50px;
    border-width: 0 0 30px 20px;
    border-style: solid;
    border-color: transparent #252d44;
    display: block;
    width: 0;
}
.example-left-orange {
    position: relative;
    padding: 15px 30px;
    margin: 0;
    color: #fff;
    background: #ca5b02;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#e8904a), to(#ca5b02));
    background: -moz-linear-gradient(#e8904a, #ca5b02);
    background: -o-linear-gradient(#e8904a, #ca5b02);
    background: linear-gradient(#e8904a, #ca5b02);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.example-left-orange:after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: 50px;
    border-width: 0 0 30px 20px;
    border-style: solid;
    border-color: transparent #ca5b02;
    display: block;
    width: 0;
}
.example-right-darkgreen {
    position: relative;
    padding: 15px 30px;
    margin: 0;
    color: #fff;
    background: #1e4620;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#2d562f), to(#1e4620));
    background: -moz-linear-gradient(#2d562f, #1e4620);
    background: -o-linear-gradient(#2d562f, #1e4620);
    background: linear-gradient(#2d562f, #1e4620);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.example-right-darkgreen:after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 50px;
    border-width: 0 20px 50px 0px;
    border-style: solid;
    border-color: transparent #1e4620;
    display: block;
    width: 0;
}
.example-right-purple {
    position: relative;
    padding: 15px 30px;
    margin: 0;
    color: #fff;
    background: #262267;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#3b367c), to(#262267));
    background: -moz-linear-gradient(#3b367c, #262267);
    background: -o-linear-gradient(#3b367c, #262267);
    background: linear-gradient(#3b367c, #262267);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.example-right-purple:after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 50px;
    border-width: 0 20px 50px 0px;
    border-style: solid;
    border-color: transparent #262267;
    display: block;
    width: 0;
}
.example-left-blue {
    position: relative;
    padding: 15px 30px;
    margin: 0;
    color: #fff;
    background: #252d44;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#687cb5), to(#252d44));
    background: -moz-linear-gradient(#687cb5, #252d44);
    background: -o-linear-gradient(#687cb5, #252d44);
    background: linear-gradient(#687cb5, #252d44);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.example-left-blue:after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: 50px;
    border-width: 0 0 30px 20px;
    border-style: solid;
    border-color: transparent #252d44;
    display: block;
    width: 0;
}
.bandTitle {  
  text-align: center;
  padding-bottom: 30px;
}
.bandCopy p {
  font-size: 16px;
  line-height: 26px;
}
.bandPhoto {
  margin: 0 auto 20px auto;
}
.rowSpace {
  margin-top: 15px;
}
#bandBios {
  background-color: #ffffff;
    padding-bottom: 40px; 
}
.bandIntro {
  width: 80%;
  margin: 0 auto;
  font-size: 20px;
}
.hrGreen {
  border-top: 1px solid #06bd0a;
}
#onTwitter {
  background: url("../images/band/twitterBG.jpg") center top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 50px 0; 
  height: 750px;
  position: relative;
  border-top: solid thin #ee7a23;
}
#onTwitter .fa-twitter {
  color: #04a8f3;
  padding: 0 20px;
}
.tweetLeft {
  position: absolute;
  bottom: 0;
  left: 0;
}
.tweetRight {
  position: absolute;
  bottom: 0;
  right: 0;
}
.twitterImage {
  margin: 0 auto;
  max-width: 600px;
}

/** Company profile page **/
#profileTitle { 
  text-align: center;
  padding-bottom: 30px;
}
.profileCopy p {
  font-size: 16px;
  line-height: 26px;
}
#profileIntro {
  background-color: #ffffff;
    padding-bottom: 40px; 
}
#profileTextMobile {
  display: none;
}
#profileTextDesktop {
  display: block;
}


/**  Testimonials page **/
#topBanner {
  padding-top:60px; 
}
.banner {
  background-color:#585858;
  padding-top:10px; 
}
.bannerLogo img{
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  max-width:250px;
  height: auto;
}
.bannerBtns {
  padding-top:20px;
  text-align: left ;
}
.btn-banner1 {
  margin-top: 10px;
  border: 2px solid #06bd0a;
  font-size: 15px;
  transition: all 0.3s ease-in-out 0s;
  color: #FFF;
  background: #06bd0a;  
}

.btn-banner1:hover {
  color: #06bd0a;
  background: #FFF; 
}
.btn-banner1:focus {
  color: #FFF;
  background: #06bd0a;  
}
.btn-banner2 {
  margin-top: 10px;
  border: 2px solid #bca509;
  font-size: 15px;
  transition: all 0.3s ease-in-out 0s;
  color: #FFF;
  background: #bca509;  
}

.btn-banner2:hover {
  color: #bca509;
  background: #FFF; 
}
.btn-banner2:focus {
  color: #fff;
  background: #bca509;  
}
.fb-like {
  padding-top:40px;
  float: left;
  margin-right:-200px;
}
#thirdPartyTestimonials {
  padding-top: 60px;
  padding-bottom:80px;
  border-top: solid thin #06bd0a;
  border-bottom: solid thin #06bd0a;  
}
#reviews {
  background-color: #585858;
  padding-top:60px;
  padding-bottom:100px;
}
#reviews h2 {
  color: #fff;  
}

#badges {
  padding-top:0;  
  margin-top:-70px;
  background-color: #f2f0f0;
}

#badgeLogos {
  margin-left: auto;
  margin-right: auto; 
  margin-bottom:-40px;
  text-align: center;
}
#badgeLogos ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#badgeLogos ul li{
  display: inline-block;
  padding: 20px;
}
#badgeLogos ul li img{
  max-width:200px;
}

#bandCommercials {
  border-top:solid thin #06bd0a;
  border-bottom:solid thin #06bd0a;
  background-color:#f1ede9;
}

/**  How To Video Page **/
#howToHeader {
  margin-top: 100px;
  background-color: #f5f5f5;
  background-image: url(../images/howToHeader.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat:no-repeat;
  padding-bottom:0;
}
.howToBanner {
  padding-bottom: 5px !important; 
}
.howToBanner .bannerText {
  color: #fff;  
}
.howToBanner .bannerText h1{
  font-size:60px; 
  color: #fff;
}
#howToHeader .img-responsive {
  margin-left: auto;
  margin-right: auto; 
}
.howToTitle {
  text-align: center; 
}
.howToTitle h2 {
  font-size: 36px;  
}
#pcmaticLogin {
  display: block;
    width: 319px;
    height: 160px;
    background: url("/company/images/howTo/howto_ActivateThumbs.png") no-repeat 0 0;    
}
#pcmaticLogin:hover {
  background-position: 0 -160px;  
}
#pcmaticScan {
  display: block;
    width: 319px;
    height: 160px;
    background: url("/company/images/howTo/howto_ScanThumbs.png") no-repeat 0 0;    
}
#pcmaticScan:hover {
  background-position: 0 -160px;  
}
#pcmaticUndo {
  display: block;
    width: 319px;
    height: 160px;
    background: url("/company/images/howTo/howto_UndoThumbs.png") no-repeat 0 0;   
}
#pcmaticUndo:hover {
  background-position: 0 -160px;  
}
#pcmaticLogfile {
  display: block;
    width: 319px;
    height: 160px;
    background: url("/company/images/howTo/howto_LogThumbs.png") no-repeat 0 0;    
}
#pcmaticLogfile:hover {
  background-position: 0 -160px;  
}
#pcmaticInfo {
  display: block;
    width: 319px;
    height: 160px;
    background: url("/company/images/howTo/howto_InfoThumbs.png") no-repeat 0 0;   
}
#pcmaticInfo:hover {
  background-position: 0 -160px;  
}
#pcmaticAdd {
  display: block;
    width: 319px;
    height: 160px;
    background: url("/company/images/howTo/howto_AddThumbs.png") no-repeat 0 0;   
}
#pcmaticAdd:hover {
  background-position: 0 -160px;  
}
#pcmaticPurchase {
  display: block;
    width: 319px;
    height: 160px;
    background: url("/company/images/howTo/howto_PurchaseThumbs.png") no-repeat 0 0;   
}
#pcmaticPurchase:hover {
  background-position: 0 -160px;  
}
.videoContent {
  padding: 5px;
  margin-left: auto;
  margin-right: auto; 
}
#pcmaticInstall {
  display: block;
    width: 319px;
    height: 160px;
    background: url("/company/images/howTo/howto_InstallThumbs.png") no-repeat 0 0;    
}
#pcmaticInstall:hover {
  background-position: 0 -160px;  
}
#pcmaticProStart {
  display: block;
    width: 320px;
    height: 180px;
    background: url("/company/images/howTo/pcMaticProStart.jpg") no-repeat 0 0;   
}
#pcmaticProStart:hover {
  background-position: 0 -180px;  
}
.videoDetail img {
  vertical-align:auto !important; 
}
.videoName {
  font-size:14px;
  text-align: center; 
}
#ekkoLightbox-140 .modal-dialog {
  max-width: 900px !important;  
}

/**  Commercials Page **/
.commercialsSection {
  padding: 40px 0;
}
#bandCommLink {
  text-align: center;
  margin-top: -50px;
}
#bandCommLink a {
  color: #fff;
  font-weight: bold;
}
#bandCommLink a:hover {
  text-decoration: underline;
}
#commercialsHeader {
  margin-top: 50px;
  background-color: #f5f5f5;
  background: url(../images/commercialHeader.jpg) center top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-bottom: solid medium #06bd0a; 
  padding-bottom: 70px;
}
.commercialsBanner {
  padding-bottom: 5px !important; 
}
.commercialsBanner .bannerText {
  color: #fff;  
}
.commercialsBanner .bannerText h1{
  font-size:80px; 
  color: #fff;
  margin-top: 50px;
  text-shadow: 3px 3px 3px #000;
}
.commercialsBanner .bannerText p {
  text-shadow: 3px 3px 3px #000;
}
.statsNetworks {
  margin-top: -10px;
  margin-bottom: 25px;
}
#commercialsHeader .img-responsive {
  margin-left: auto;
  margin-right: auto; 
}
.commercialsTitle {
  text-align: center; 
}
.commercialsTitle h2 {
  font-size: 36px;
}
.commercialsTitle h3 {
  font-size: 20px;
}
#tvFeedback {
  text-align: center;
}
.commercialsBanner #tvFeedback {
  color: #fff;
}
.bannerTVText {
  font-weight: bold;
  margin-top: 15px;
  text-shadow: 2px 2px 5px #000;
}
#tvFeedback .btn-outlineGrn2 {
  border: 2px solid #fff;
}
#tvFeedback .btn-outlineGrn2:hover {
  border: 2px solid #06bd0a;
}
.tvStats {
  font-weight: bold;
}
.sectionTVFeedback {
  padding-top: 25px;
}
.commDescription p,
.commDescription h2 {
  text-align: center;
}

/* mw - 03/14/19 - vote on favorite commercial */
.voteBtnWrapper .btn .fa {
  padding-right: 5px;
}

.btn-vote {
  background: rgba(238, 122, 35, 0.9);
  color: #FFF;
  font-weight: bold;
  transition: all 0.3s ease-in-out 0s;
  margin-top: 20px;
}

.btn-vote .fa {
  padding-left: 5px;
}

.btn-vote:hover {
  background: #06bd0a;
  color: #FFF;
}

#voteModal .radio {
  margin-bottom: 0;
}

#commercialsResultsHeader {
  margin-top: 10px;
  background-color: #f5f5f5;
  background: url(../images/commercialResultsHeader.jpg) center top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-bottom: solid medium #06bd0a; 
  padding-bottom: 10px;
}

#commercial-leaderboard {
  background: #000;
  background: -moz-linear-gradient(top, #000000 0%, #383838 100%);
  background: -webkit-linear-gradient(top, #000000 0%,#383838 100%);
  background: linear-gradient(to bottom, #000000 0%,#383838 100%);
  background: url(../images/commercialLeaderboardBG.jpg);
}

#commercial-leaderboard h2 {
  color: #FFF;
  margin-bottom: 20px;
}

#commercial-leaderboard .list-group-item {
  background: #111;
  color: #FFF;
  font-size: 18px;
  border-color: #333;
}

#commercial-leaderboard .list-group-item a {
  color: #FFF;
}

#commercial-leaderboard .list-group-item a:hover {
  color: #06bd0a;
}

#commercial-leaderboard .list-group-item .badge {
  background: #252d44;
  font-size: 18px;
}

.commercialsResults h2,
#commercial-leaderboard h2 {
  font-size: 33px;
}

/**  Video Chat Page **/
.internetTitle {
  color:#000; 
}
#videoChatHeader {
  margin-top: 50px;
  background-color: #f5f5f5;
  background-image: url(../images/videoChatHeader.jpg);
  background-repeat:no-repeat;
  border-bottom: solid medium #252d44; 
  padding-bottom:0;
}
.videoChatBanner {
  padding-bottom: 5px !important; 
}
.vChatImg {
  padding-bottom:25px;  
}
.bannerText {
  color: #fff;  
}
.bannerText h2,
.bannerText h1{
  font-size:60px; 
  color: #fff;
}
#videoChatHeader .img-responsive {
  margin-left: auto;
  margin-right: auto; 
}
#chatIntro{
  background-color: #ffffff;
    padding-bottom: 40px; 
}
.chatIntroTitle {
  text-align: center; 
}
.chatIntroTitle h2 {
  margin-top: -25px;
  font-size: 30px;  
}
.btn-chat1 {
  margin-top: 10px;
  border: 2px solid #a4e6a6;
  font-size: 15px;
  transition: all 0.3s ease-in-out 0s;
  color: #1e4620;
  background: #a4e6a6;
  margin-left: 10px;
  margin-right: 10px; 
  margin-bottom: 20px;
}

.btn-chat1:hover {
  color: #1e4620;
  background: #FFF;
  outline:none; 
}
.btn-chat1:focus {
  color: #1e4620;
  background: #a4e6a6;
  outline:none; 
}

#PCMaticChats {
  background-color:#f3dec0; 
  text-align: center;
}
#PCMaticChats h2 {
  font-size: 24px;
  margin-bottom:35px; 
}
#PCMaticChats h3 {
  color: #1e4620;
}
.chatVideos {
  margin-top:10px;
}


/**  Error 404 **/
#errorHeader {
  margin-top: 20px;
  background-color: #f5f5f5;
  background: url(../images/errorHeader.jpg) center center no-repeat;
  border-bottom: solid medium #252d44; 
  padding-bottom:0;
}
.errorBanner {
  padding-bottom: 5px !important; 
}
.errorBanner .bannerText h2 {
  font-size: 100px;
  color: #fff;
  margin-top: 40px;
}
.bannerText {
  color: #fff;
  font-size:24px; 
}
#errorHeader .img-responsive {
  margin-left: auto;
  margin-right: auto; 
}
.tictac {
  background-color: #c4c4c4;
  border: solid thin #fff;
  padding: 5px;
  margin-bottom: 3px;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}
.tictac:hover,
.tictac:focus {
  background: #a1a1a1;
}

/**  Footer **/
#bottom {
  background: #f5f5f5;
  border-bottom: 5px solid #06bd0a;
  font-size: 14px;
  text-align: center;
}

#bottom h3 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size:22px;
  color: #000;
}

#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#bottom ul li {
  display: block;
  padding: 5px 0;
}

#bottom ul li a {
  color: #808080;
}

#bottom ul li a:hover {
  color: #c52d2f;
}

#bottom .widget {
  margin-bottom: 0;
}

#newsletterContainer {
  margin-top: -25px;
  margin-bottom: 15px;
}

#newsletterContainer #SubmitForm .btn {
  padding: 2px 8px;
  margin-top: 0;
}

#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #252d44;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #06bd0a;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer ul > li {
  display: inline-block;
  margin-left: 15px;
}

#footer .social {
  font-size: 40px;
  float: right;
  margin-right:20px;
  padding-top: 5px;
}
.BBB {
  text-align:center;  
}

/**  Media Queries **/
@media screen and (max-width: 1480px) { 
  #colName {
    width: 275px;
    white-space: nowrap;  
  }
  #colNameContent {
    width: 275px; 
  }
  #colCommon {
    width: 275px;
    white-space: nowrap;  
  }
  #colComNameContent {
    width: 275px; 
  }
  #colPrev {
    width: 75px;
    white-space: nowrap;  
  }
  #colPrevContent {
    width: 75px;  
  }
  #colMem {
    width: 75px;  
  }
  #colMemContent {
    width: 75px;  
  }
  #colLoad {
    width: 75px;  
  }
  #colLoadContent {
    width: 75px;  
  }
}

/**  Media Queries **/
@media screen and (max-width: 1298px) { 


}

/**  Media Queries **/
@media screen and (max-width: 1298px) { 
  #colName {
    width: 250px;
    white-space: nowrap;  
  }
  #colNameContent {
    width: 250px; 
  }
  #colCommon {
    width: 250px;
    white-space: nowrap;  
  }
  #colComNameContent {
    width: 250px; 
  }
  #colPrev {
    width: 50px;
    white-space: nowrap;  
  }
  #colPrevContent {
    width: 50px;  
  }
  #colMem {
    width: 50px;  
  }
  #colMemContent {
    width: 50px;  
  }
  #colLoad {
    width: 50px;  
  }
  #colLoadContent {
    width: 50px;  
  }
}

/**  Media Queries **/
@media screen and (max-width: 1116px) { 
  #colName {
    width: 225px;
    white-space: nowrap;
    font-size: .8em;  
  }
  #colNameContent {
    width: 225px; 
  }
  #colCommon {
    width: 225px;
    white-space: nowrap;
    font-size: .8em;  
  }
  #colComNameContent {
    width: 225px;
    font-size: .8em;  
  }
  #colPrev {
    width: 50px;
    white-space: nowrap;
    font-size: .8em;  
  }
  #colPrevContent {
    width: 50px;
    font-size: .8em;  
  }
  #colMem {
    width: 50px;
    font-size: .8em;  
  }
  #colMemContent {
    width: 50px;
    font-size: .8em;  
  }
  #colLoad {
    width: 50px;
    font-size: .8em;  
  }
  #colLoadContent {
    width: 50px;
    font-size: .8em;  
  }
}


/**  Media Queries **/
@media screen and (max-width: 1540px) { 
	#aboutUs figure figcaption {
		bottom: -150px;
	}
}
@media screen and (max-width: 1370px) { 
	#aboutUs img.img-Rob {
		position: fixed;
		bottom: 0;
		right: 0;
	}
}
@media screen and (max-width: 1024px) { 
  .mobileView {
    display: block; 
  }
  .speedTest {
    display: none;  
  }
  .bandwidthIntro {
    display: none;  
  }
  #speedMobileHeading {
    margin-top: -40px;
  }
}
@media screen and (max-width: 1199px) {
  .stc-wrapper .test {
    margin-top: -35px;
  }
	#aboutUs .img-Rob { 
		width: 470px; 
		margin-left: 10px;
	}
	#aboutUs  img.img-Rob {
		width: 400px;
	}
	#aboutUs figure figcaption {
		bottom: -500px;
	}
}

@media screen and (min-width: 990px) and (max-width: 1199px) {
  .titleCenter {
    font-size:11px;
  }
  .twitterImage {
    max-width: 480px;
  }
  .commDescription{
    font-size: 12px;
  }
  /*.navbar-inverse .navbar-nav > li > a {
    font-size:11px;
  }*/
}

@media screen and (max-width: 990px) { 
  #libraryList {
    width: 100%;
    margin: 0 auto; 
  }
  #libTabContentMain {
    border: none !important;
    padding: 10px;
  }
  .libTable {
    line-height: 16px;
    font-size: 13px;  
  }
    .tweetLeft {
    position: relative;
    padding-bottom: 20px;
  }
  .tweetRight {
    position: relative;
  } 
  #onTwitter {
    height: auto;
    padding-bottom: 0;
  }
  .twitterImage {
    max-width: 100%;
  }
  #mapInstructions {
    padding-top: 10px;
  }
  .mapDesktopView {
  display: none;
  }
  .mapMobileView {
    display: inline-block;
  }
}

@media screen and (max-width: 850px) { 
  .content-inner h3 {
    font-size: 20px;
  }

  .content-inner p {
    font-size: 14px;
    
  }

  .event input[type="radio"]:checked ~ .content-perspective .content-inner p {
    max-height: 500px; 
  }
}
@media screen and (max-width: 767px) {
  #libraryList {
    width: 50%;
    margin: 0 auto; 
  } 
  .listContent {
    text-align: center;
  }
  #imgLibList2 {
    margin-top: 35px; 
  }
  .libTblHead {
    font-weight:bold;
    font-size:13px; 
  } 
  .leftTop {
    text-align: center; 
  }
  #legendContainer {
    width: 100%;  
  }
  #vendorSearchBox h4{
    text-align: center;
  }
  .rightTop {
    width: 100%;  
  }
  .mgmtCopy {
    text-align: center;
  }
  #profileTextMobile {
    display: block;
  }
  #profileTextDesktop {
    display: none;
  }
  .theCrew-item {
      position: relative !important;
    left: 0px;
    top: 0px;
    transform: none !important;
    margin: 0 auto !important;
  }
  .recent-work-inner .preview {
    display: none !important;
  }
  .topBubbles {
    margin-bottom: 50px;
  } 
  .alignInlineBlk a.button.button-stripe {
    margin: 0;
  }
  #bottomBanner {
    display: none !important;
  }
	#aboutUs .img-Rob { 
		width: 267px;
		margin-left: auto !important;
		margin-right: auto !important; 
		float: none;
	}
	#aboutUs .img-RobCaption { 
		width: 267px;
		margin-left: auto !important;
		margin-right: auto !important; 
		float: none;
	}
}

@media screen and (max-width: 637px){
  #jobs{
    margin-top: -55px;
  }
}
@media screen and (max-width: 550px) {
  .imageTooltip {
    display:none;
  }
}
@media screen and (max-width: 540px) {
  .timeline::before {
    left: 50px;
  }
  .timelineDesktop {
    display: none;    
  }
  .timelineMobile {
    display: block; 
  }
  .event { 
    padding-right: 0px;
    margin-bottom: 100px;
  }
  .thumb {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .thumb .date {
    margin-left: 85px;
    margin-bottom: 75px;  
  }

  .event input[type="radio"] {
    width: 100px;
    height: 100px;
    left: 0px;
    top: 0px;
  }
  .thumb:before,
  .event input[type="radio"]:checked ~ .thumb:before {
    background: none;
    width: 0;
  }
  .event label {
    display: none;
  }
  .content-perspective {
    margin-left: 0px; 
    top: 80px;
  }
  .content-perspective:before {
    height: 0px; 
  }
  .content {
    -webkit-transform: rotateX(-10deg);
    -moz-transform: rotateX(-10deg);
    -o-transform: rotateX(-10deg);
    -ms-transform: rotateX(-10deg);
    transform: rotateX(-10deg);
  }
  .event input[type="radio"]:checked ~ .content-perspective .content {
    -webkit-transform: rotateX(10deg);
    -moz-transform: rotateX(10deg);
    -o-transform: rotateX(10deg);
    -ms-transform: rotateX(10deg);
    transform: rotateX(10deg);
  }
  .content-inner {
    border-left: none;
    border-top: 5px solid #06bd0a;
  }
  .event input[type="radio"]:checked ~ .content-perspective .content-inner {
    border-color: #252d44;
    box-shadow: 0 10px 10px -6px rgba(0, 0, 0, 0.1);
  }
  .content-inner:before {
    content: '\25b4';
    left: 33px;
    top: -32px;
  }
  .event input[type="radio"]:checked ~ .content-perspective .content-inner p {
    max-height: 300px; 
  }
  .librarieslist i{
    display: none;
  }
  .librariesText h2 {
    font-size: 50px !important;

  }
  .librariesText p{
    font-size: 14px !important; 
  }
  .librariesText h3{
    font-size: 18px !important; 
  }
  #storeBannerTitle {
    font-size: 60px;
  }
  .bannerText h2 {
    font-size: 45px;
  }
  .commercialsBanner .bannerText h2 {
    font-size: 50px;
  }
  .rockout {
    font-size: 40px;
  }
}

.hide {
  display:none;
}
div#downloadYesMainWrapper {
  background-color: #FFCCCC;
  border-style: double;
  border-width: 5px;
  border-color: red; 
  width: 65%;
  padding: 5px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}
div#downloadYes {
  padding-down: 5px;
}
div#downloadYesImage1{
  height:200px;
  width:250px;
  float:left;
  margin-left:10px;
  margin-bottom:5px;
}
div#downloadYesImage2{
  height:200px;
  width:250px;
  margin-left:280px;
  margin-bottom:5px;
}
div#downloadYesImage3{
  height:200px;
  width:250px;
  margin-left:10px;
  margin-bottom:5px;

}

/*@media (max-width: 1199px) and (min-width: 767px) {
#pcMaticBrand {
  display:none;   
}
}*/

@media (min-width:767px) and (max-width:991px) {
	.bcs-container-searchbox {
		display: none !important;
	}
}

@media screen and (max-width: 991px) {
	#aboutUs .img-Rob {
		margin-left: auto;
		margin-right: -60px;
		margin-top: 60px;		
	}
	#aboutUs img.img-Rob {
		position: relative;
		bottom: 0;
		margin: 0 auto;
		width: 300px;
	}
	#aboutUs figure figcaption {
		bottom: -70px;
	}
	#missionHeader .bannerText h2 {    
	  	color: #fff;
	  	text-shadow: 4px 4px 6px #000;
	  	font-size: 60px;
	  	font-weight: bold;
		margin-top: -25px;
	}
	#missionStatement {
		max-width: 85%;
		margin: 0 auto;
	}
	#missionCopy-Img {
		margin-bottom: 25px;
	}
}

@media (max-width: 890px) {
	#aboutUs .img-Rob {
		margin-left: auto;
		margin-right: -25px;
		margin-top: 118px;
	}
	#aboutUs figure figcaption {
		bottom: -70px;
	}
}

@media screen and (max-width:440px) {
  .awardImg {
    max-width: 120px;
  }
}

@media screen and (max-width: 380px) {
  #vendorSearch {
      width: auto;
  }
  .btn-formOrange {
    margin-top: 10px; 
  }
  .bannerText h2 {
    font-size: 38px !important;
  }
}

@media screen and (max-width: 377px) {
  	#newsletterContainer #SubmitForm .btn {
    	margin-top: 5px;
  	}

	#aboutUs img.img-Rob {
		display: none;
	}
	#aboutUs img.img-RobCaption {
		display: block;	
	}
}

/**  Bottom Banner **/
#bottomBanner{
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e7e5e5));background-image: -webkit-linear-gradient(top, #ffffff 0%, #e7e5e5 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #e7e5e5 100%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #e7e5e5 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e7e5e5 100%);
  background-image: linear-gradient(top, #ffffff 0%, #e7e5e5 100%);
  border-top: 1px solid #3F3F3F;
  width: 100%;
  padding: 10px;
  margin: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  text-align: center;
}
#bottomBanner h2{
  text-align: center;
  position: relative;
  font-weight: bold;
  padding-top: 0;
  font-size: 24px;
  margin-bottom: 10px;
  margin-top:5px;
}
.alignInlineBlk {
  display: inline-block;
  margin: 0 15px;
}
.btmBannerLogos {
  padding-bottom: 15px;
}
#btnProBanner {
  text-align: center;
}

#btnProBanner a.button {
  text-decoration: none;
  color: white;
  padding: 8px 10px !important;
  border-radius: 5px;
  font: 500 12px "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#btnProBanner a.button.button-stripe {
    background-color: rgba(238, 122, 35, 0.9);
  border: 2px solid #ffffff;
  
}#btnProBanner a.button.button-stripe:hover {
    background-color: rgba(6, 189, 10, 0.9);
    border-color: #ffffff !important;
}

/**  Legacy Scans Modal **/
.modalPara {
  max-width: 90%; 
  margin:0 auto;
  text-align: center;
  font-size: 15px;
}
.modalParaBold {
  max-width: 90%; 
  margin:0 auto;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}
.boldRed {
  font-weight: bold;
  color: #252d44;
}
.btnLegacy {
  font-size: 18px;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 5px;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.legacyLinks {
  text-align: center;
}
.legacyCol h3 {
  margin-top: 0;
  font-size: 18px;
    font-weight: bold;
}
#legacyHistory {
  padding-top: 30px;
}
#legacyPCMLrnMore {
  text-align: center;
}
#btnLegacyPCMLearnMore {
  border-color: #06bd0a;
  color: #000;
  background-color: #a4e6a6;
}
#btnLegacyPCMLearnMore:hover {
  border-color: #06bd0a;
  color: #06bd0a;
  background-color: #fff;
}
#btnLegacyPCMLearnMore img {
  display: inline-block;
  margin: auto 5px auto auto;
  width: 30px;
}
.iconLink a {
  font-size: 60px;
  height: 110px;
  width: 110px;
  margin: 3px;
  margin-right: 3px;
  border-radius: 100%;
  line-height: 110px;
  text-align: center;
  background: #ffffff;
  color: #06bd0a;
  box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;

}

/* Search Box */
.bcs-searchbox {
	height: auto !important;
	padding-bottom: 5px !important;
}
.bcs-searchbox-submit {
	background-size: 20px !important;
	width: 20px !important;
	height: 20px !important;
	vertical-align: middle !important;
	margin-top: 2px !important;
}
.bcs-modal h2 {
	color: #fff !important;
}
.bcs-modal-header {
	background-color: #252d44 !important;
}


.commercial-cta {
  background: #06bd0a;
  padding: 15px 0;
  margin-top: 50px;
}

.commercial-cta .desc {
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  top: 10px;
}

.commercial-cta .btn-wrapper {
  text-align: right;
}

.commercial-cta .btn {
  font-size: 14px;
  color: #fff;
  border: 2px solid #FFF;
  background: rgba(0, 0, 0, 0.3);
  padding: 15px 50px;
  font-weight: bold;
  position: relative;
  top: 7px;
}

.commercial-cta .btn:hover {
  background: #FFF;
  color: #000;
  box-shadow: 0 20px 29px 0 rgba(0,0,0,.25)
}

@media (max-width: 992px) {
  .commercial-cta { text-align: center; }

  .commercial-cta .viewers-choice {
    display: block;
    height: 50px;
    margin: 0 auto;
    text-align: center;
  }

  .commercial-cta .btn-wrapper {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
  }
}


/* TERMS */
#termsHeader {
    margin-top: 100px;
    background: #f5f5f5 url(../images/eulaHeader.jpg) no-repeat;
    padding-bottom: 0;
}

#termsContent {
    margin: 40px auto 80px;
}
#termsContent h3 {
	font-size: 26px;
	font-weight: bold;
}
#guaranteeTerm:target {
	background-color: #F4E72F;
}

  /**********************************************************
  *   @Plus CTA
  ***********************************************************/
.plus-cta {
  background: $mediumblue;
  background: -moz-linear-gradient(45deg, #252d44 0%, #184980 100%);
  background: -webkit-linear-gradient(45deg, #252d44 0%,#184980 100%);
  background: linear-gradient(45deg, #252d44 0%,#184980 100%);
  color: $white;
  padding: 80px 0;
}

.plus-cta @include mobile {
  padding: 60px 0 200px;
}

.plus-cta .leftcol {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 40px;
}

.plus-cta .leftcol @include mobile {
  border-right: none;
  border-bottom: 1px solid rgba($white, .1);
  padding-right: 15px;
  padding-bottom: 40px;
  text-align: center;
}

.plus-cta .rightcol {
  padding-left: 60px;
  padding-top:40px;
}

.plus-cta .rightcol @include tablet {
  padding-top: 40px;
}

.plus-cta .rightcol @include mobile {
  padding-left: 15px;
}

.plus-cta .badge {
  color: #181d29;
  background: #deff00;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 12px;
  line-height: 12px;
  padding: .45em 1em;
  margin-bottom: 20px;
}

.plus-cta .headline {
  color: #FFFFFF;
  background: -webkit-linear-gradient(-70deg, #a2facf, #64acff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Graphik';
  font-weight: 900;
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 48px;
  display: block;
}

.plus-cta .headline @include mobile {
  font-size: 26px;
  line-height: 30px;
}

.plus-cta .desc {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  color:#fff;
}

.plus-cta .desc @include mobile {
  font-size: 16px;
  line-height: 20px;
}

.plus-cta .price-type {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #a2facf;
}

.plus-cta .price {
  font-family: 'Graphik';
  font-weight: 900;
  color: #FFFFFF;
  font-size: 70px;
  line-height:100px;
  margin-bottom: 20px;
}

.plus-cta .btn-lg {
  font-size: 22px;
  line-height: 22px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 500;
}

.plus-cta .btn {
  border-radius: 10px;
  padding: 10px 40px;
  transition: .35s;
  border: 2px solid transparent;
}

.plus-cta .btn-primary {
  color: #fff;
  background-color: #06bd0a;
  border-color: #06bd0a;
}

.plus-cta .btn-primary:hover {
  background-color: #05AA09;
  border-color: #05AA09;
  box-shadow: 5px 5px 20px 3px #05AA09;
}

.plus-cta .btn-primary:focus {
  background-color: #05AA09;
  border-color: #05AA09;
  box-shadow: 5px 5px 20px 3px #05AA09;
}

.plus-cta .btn-primary:active {
  background-color: #05AA09;
  border-color: #05AA09;
  box-shadow: 5px 5px 20px 3px #05AA09;
}
