/*************************************************************************
******************** GENERAL *******************************************
*************************************************************************/
html,
body {
  height: 100%;
  color: #7f8c8d;
}
a,
a:visited {
  color: #3498db;
}
a:hover {
  color: #044e98;
}
h1,
h2,
h3,
h4 {
  font-family: 'Open Sans Semibold', sans-serif;
  font-weight: 700;
  line-height: 1em;
}
h1.tape {
  /*background: rgba(0,0,0,.8);*/
  font-family: "Open Sans", sans-serif;
  color: #044e98;
  font-weight: 300;
  margin-bottom: 20px;
  display: inline-block;
  padding: 4px 0px;
  font-size: 3em;
}
h2.tape {
  background: rgba(0, 0, 0, 0.8);
  font-family: "open sans", sans-serif;
  color: #FFF;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 1.7em;
  display: inline-block;
  padding: 4px 8px;
}
h2.tape .fa-apple,
h2.tape .fa-android {
  opacity: .75;
}
h3.tape {
  /*background: rgba(0,0,0,.8);*/
  text-transform: uppercase;
  font-family: "open sans", sans-serif;
  color: #3F495F;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 1.1em;
  display: inline-block;
  padding: 3px 0px;
}
a.button {
  background: #044e98;
  color: #FFF;
  border: 2px solid #044e98;
  font-size: 1em;
  padding: 6px 8px;
  display: inline-block;
}
a.button i {
  margin-left: 6px;
}
a.button.outlink {
  background: transparent;
  border: none;
  float: right;
  clear: right;
  margin: 10px;
  color: #3498db;
}
a.button.outlink span {
  display: inline-block;
}
a.button.outlink i {
  color: #b4b7cc;
  font-size: 1.1em;
}
a.button.outlink i.fa-apple,
a.button.outlink i.fa-android {
  font-size: 1.6em;
  position: relative;
  top: 2px;
  margin-right: 6px;
}
a h1,
a h2,
a h3,
a h4,
a h5,
a h6 {
  color: #3498db;
}
span.num {
  background-color: #3498db;
  color: #FFF;
  padding: 1px 6px;
  border-radius: 3px;
  font-weight: bold;
  margin-right: 6px;
}
#fullCol {
  padding: 0px 20px 30px 0;
}
#fullCol h2 {
  margin-bottom: 4px;
}
#mainCol {
  padding: 0px 20px 0 0;
}
#mainCol h1 {
  font-size: 2.7em;
  font-family: "Open Sans Semibold", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2em;
}
#mainCol h2.tape {
  background: rgba(0, 0, 0, 0.8);
  font-family: "open sans", sans-serif;
  color: #FFF;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 1.7em;
  display: inline-block;
  padding: 4px 8px;
}
#mainCol h2,
#mainCol h3 {
  font-family: "Open Sans Semibold", sans-serif;
}
#mainCol p {
  margin: 0 0 25px;
}
#mainCol .photo {
  width: 100%;
  margin: 20px 0;
  border: 4px solid rgba(0, 0, 0, 0.6);
}
#mainCol ul {
  counter-reset: list-counter;
  list-style-image: none;
  padding-left: 10px;
  margin: 15px 0 30px;
}
#mainCol ul.numbered li {
  list-style-image: none;
  list-style-type: none;
  margin-bottom: 6px;
}
#mainCol ul.numbered li:before {
  content: counter(list-counter);
  counter-increment: list-counter;
  background: #555;
  padding: 2px 7px;
  border-radius: 3px;
  color: #EEE;
  font-family: "open_sans", sans-serif;
  font-weight: bold;
  text-align: center;
  margin-right: 6px;
  font-size: .9em;
}
#mainCol + #mainCol {
  padding-top: 15px;
}
strong {
  font-family: 'Open Sans Bold', sans-serif;
  font-weight: bold;
}
code {
  color: #044e98;
  background-color: #EAF4FB;
}
.oneline {
  white-space: nowrap;
}
.well {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.clear {
  height: 0px;
  clear: both;
}
/*************************************************************************
******************** FLIR HEADER OVERRIDES *******************************
*************************************************************************/
.header {
  margin-bottom: 50px;
}
#bp-klein-top-bar {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00539b), to(#18355f));
  background-image: -webkit-linear-gradient(top, #00539b, #18355f);
  background-image: -moz-linear-gradient(top, #00539b, #18355f);
  background-image: -ms-linear-gradient(top, #00539b, #18355f);
  background-image: -o-linear-gradient(top, #00539b, #18355f);
  background-image: linear-gradient(top, #00539b, #18355f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00539b, endColorstr=#18355f);
  background-image: linear-gradient(#00539b, #18355f);
  padding-top: 0;
}
#bp-klein-top-bar #bp-klein-user-bar-action {
  margin-top: 0;
}
#bp-klein-top-bar #bp-klein-user-bar-action .btn-primary {
  border-radius: 0;
  padding: 6px;
  background-color: #3f495f;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-size: .85em;
}
#bp-klein-top-bar #bp-klein-user-bar-action #klein-login-btn {
  margin-right: 1px;
}
#bp-klein-top-bar .top-profile-avatar {
  border-radius: 0;
  margin-right: 2px;
  float: none;
}
#bp-klein-top-bar .top-profile-avatar img {
  border-radius: 0;
}
#bp-klein-top-bar #klein-top-updates-nav {
  background: none;
  border: none;
  border-radius: 0;
}
#bp-klein-top-bar #klein-top-updates-nav:before {
  border-bottom-color: #3498db;
}
#bp-klein-top-bar #klein-top-updates-nav .bp-klein-dropdown-menu {
  background: #ffffff;
  border-top: solid 2px #3498db;
  border-bottom: solid 2px #687074;
  border-radius: 0;
  box-shadow: none;
}
#bp-klein-top-bar #klein-top-updates-nav .bp-klein-dropdown-menu li a {
  border-bottom: none;
  color: #555555;
  text-transform: uppercase;
  font-size: .85em;
  font-weight: bold;
  padding: 8px 20px;
  width: 215px;
}
#bp-klein-top-bar #klein-top-updates-nav .bp-klein-dropdown-menu li a .fa,
#bp-klein-top-bar #klein-top-updates-nav .bp-klein-dropdown-menu li a .glyphicon {
  margin-right: 6px;
}
#bp-klein-user-bar {
  padding-top: 27px;
}
#klein-user-nav-user-profile img {
  border-radius: 0;
}
/*************************************************************************
******************** SIDEBARS *******************************************
*************************************************************************/
#leftCol {
  padding-left: 0;
  margin-bottom: 60px;
}
#leftCol + #mainCol {
  padding: 0px 20px 50px 10px;
}
#rightCol {
  padding: 0px 0 50px 20px;
}
#mainCol + #mainCol + #rightCol {
  padding-top: 15px;
}
@media (max-width: 767px) {
  #rightCol {
    padding-top: 0;
  }
}
.sidebar .widget-title,
aside .widget-title {
  display: none;
}
.sidebar .module,
aside .module {
  background: #f8f8f8;
  border: 1px solid #b4b7cc;
  word-wrap: break-word;
  padding: 15px;
  margin-bottom: 25px;
  display: block;
}
.sidebar .module p,
aside .module p {
  color: #7f8c8d;
  text-decoration: none;
}
.sidebar .module:last-child,
aside .module:last-child {
  margin-bottom: 0;
}
.sidebar .module > h3,
aside .module > h3,
.sidebar .module a > h3,
aside .module a > h3 {
  font-family: "Open Sans Semibold";
  color: #555555;
}
.sidebar .module p:last-child,
aside .module p:last-child {
  margin-bottom: 0;
}
.sidebar .module ol,
aside .module ol {
  margin-left: 5px;
}
.sidebar .module .row.app-title,
aside .module .row.app-title {
  margin-bottom: 10px;
}
.sidebar .module .row.app-title .col-xs-3,
aside .module .row.app-title .col-xs-3 {
  padding-right: 0;
}
.sidebar .module .row.app-title h3,
aside .module .row.app-title h3 {
  color: #044e98;
}
.sidebar .module .row.app-title h2,
aside .module .row.app-title h2,
.sidebar .module .row.app-title h3,
aside .module .row.app-title h3 {
  margin-bottom: 0;
  font-family: "Open Sans Semibold";
}
.sidebar .module .row.app-title span,
aside .module .row.app-title span {
  color: #666;
}
.sidebar .module .row.description,
aside .module .row.description {
  margin-bottom: 15px;
  color: #666;
}
.sidebar .module ul,
aside .module ul,
.sidebar .module ol,
aside .module ol {
  padding-left: 20px;
}
.sidebar .module ul li,
aside .module ul li,
.sidebar .module ol li,
aside .module ol li {
  margin-bottom: 6px;
}
.sidebar .module .flir-module-minilogo,
aside .module .flir-module-minilogo {
  position: relative;
  top: -1px;
  margin-right: 3px;
}
.sidebar .module .sidebar-document-links,
aside .module .sidebar-document-links {
  width: 80%;
  margin: 15px 0 25px 15%;
}
.sidebar .module .sidebar-document-links:last-child,
aside .module .sidebar-document-links:last-child {
  margin-bottom: 0;
}
.sidebar .module .sidebar-document-links a,
aside .module .sidebar-document-links a {
  color: #555;
  font-size: 1.2em;
  white-space: nowrap;
  display: block;
  margin-bottom: 10px;
}
.sidebar .module .sidebar-document-links a .os-icon,
aside .module .sidebar-document-links a .os-icon {
  font-size: 1.5em;
  padding-right: 0;
}
.sidebar .module .sidebar-document-links a .sidebar-link-name,
aside .module .sidebar-document-links a .sidebar-link-name {
  padding-left: 5px;
  padding-right: 0;
}
.sidebar .module .sidebar-document-links a .arrow-icon .fa,
aside .module .sidebar-document-links a .arrow-icon .fa {
  position: relative;
  top: 8px;
}
.sidebar .module.flir-fx,
aside .module.flir-fx {
  background: #f8f8f8;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f8f8f8 0%, #dbdbdb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f8f8f8), color-stop(100%, #dbdbdb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #f8f8f8 0%, #dbdbdb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #f8f8f8 0%, #dbdbdb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #f8f8f8 0%, #dbdbdb 100%);
  /* IE10+ */
  background: linear-gradient(to right, #f8f8f8 0%, #dbdbdb 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@lightGrey', endColorstr='#dbdbdb', GradientType=1);
  /* IE6-9 */
}
.sidebar .module.flir-fx img,
aside .module.flir-fx img {
  margin: 15px auto -15px;
  display: block;
}
.sidebar .module.hack-a-thon,
aside .module.hack-a-thon {
  background: url('../../images/sidebar-hack-a-thon-sfo.jpg') center center;
  background-size: auto;
  height: 300px;
  position: relative;
  overflow: hidden;
}
.sidebar .module.hack-a-thon h3,
aside .module.hack-a-thon h3 {
  color: #555;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 5px 8px;
}
.sidebar .module.hack-a-thon .hack-a-thon-info,
aside .module.hack-a-thon .hack-a-thon-info {
  color: #FFF;
  background-color: rgba(4, 78, 152, 0.85);
  padding: 5px 8px;
}
.sidebar .module.hack-a-thon .hack-a-thon-info.location,
aside .module.hack-a-thon .hack-a-thon-info.location {
  font-size: 1.3em;
  text-transform: uppercase;
}
/*************************************************************************
******************** Breadcrumb *******************************************
*************************************************************************/
ul.breadcrumb {
  font-size: 15px;
  margin-bottom: 25px;
  padding: 0;
}
ul.breadcrumb li a {
  color: #FFFFFF;
  background-color: #044e98;
  padding: 3px 10px;
}
ul.breadcrumb li a:hover,
ul.breadcrumb li a:focus {
  color: #FFFFFF;
}
.breadcrumb > li + li:before {
  content: "\003e\00a0";
}
/*************************************************************************
******************** VIDEOS *******************************************
*************************************************************************/
.main-video {
  margin-bottom: 25px;
}
.other-videos {
  margin: 50px 0;
}
.other-videos .row {
  margin-bottom: 35px;
}
.other-videos .row:last-child {
  margin-bottom: 0;
}
.other-videos .video-thumb {
  margin-bottom: 15px;
}
.other-videos .video-title {
  font-size: 1.3em;
}
/*************************************************************************
******************** TABPANEL *******************************************
*************************************************************************/
div[role="tabpanel"] .nav-tabs {
  border-bottom-color: #b4b7cc;
}
div[role="tabpanel"] .nav-tabs li a:hover,
div[role="tabpanel"] .nav-tabs li a:focus {
  background-color: transparent;
  border-color: transparent;
}
div[role="tabpanel"] .nav-tabs li.active a {
  border-color: #b4b7cc;
  border-bottom-color: #FFFFFF;
  border-top: 3px solid #3498db;
  padding: 10px 25px;
}
div[role="tabpanel"] .nav-tabs li .fa {
  margin-right: 5px;
}
div[role="tabpanel"] .tab-content {
  border: 1px solid #b4b7cc;
  border-top-color: transparent;
  padding: 25px;
  margin-bottom: 50px;
}
div[role="tabpanel"] .tab-content .row {
  margin-left: 0;
  margin-right: 0;
}
div[role="tabpanel"] .tab-content .row [class*="col-sm-"]:first-child,
div[role="tabpanel"] .tab-content .row [class*="col-md-"]:first-child,
div[role="tabpanel"] .tab-content .row [class*="col-lg-"]:first-child {
  padding-left: 0;
  padding-right: 10px;
}
div[role="tabpanel"] .tab-content .row [class*="col-sm-"]:last-child,
div[role="tabpanel"] .tab-content .row [class*="col-md-"]:last-child,
div[role="tabpanel"] .tab-content .row [class*="col-lg-"]:last-child {
  padding-left: 10px;
  padding-right: 0;
}
div[role="tabpanel"] .tab-content .row .row {
  margin-left: -15px;
  margin-right: -15px;
}
div[role="tabpanel"] .tab-content .row .row [class*="col-sm-"]:first-child,
div[role="tabpanel"] .tab-content .row .row [class*="col-md-"]:first-child,
div[role="tabpanel"] .tab-content .row .row [class*="col-lg-"]:first-child {
  padding-left: 15px;
  padding-right: 15px;
}
div[role="tabpanel"] .tab-content .row .row [class*="col-sm-"]:last-child,
div[role="tabpanel"] .tab-content .row .row [class*="col-md-"]:last-child,
div[role="tabpanel"] .tab-content .row .row [class*="col-lg-"]:last-child {
  padding-left: 15px;
  padding-right: 15px;
}
/*************************************************************************
******************** HOMEPAGE *******************************************
*************************************************************************/
.devMarquee {
  background: url('/wp-content/uploads/2015/06/hand-lepton.jpg') #0a1f41;
  background-size: cover;
  height: 445px;
  margin-top: -50px;
}
.marquee-content {
  margin-top: 30px;
}
.marquee-content h3.tape {
  background: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  font-family: "open sans", sans-serif;
  color: #FFF;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 1.1em;
  display: inline-block;
  padding: 3px 6px;
}
.marquee-content h1 {
  font-family: "open sans", sans-serif;
  color: #FFF;
  font-weight: 300;
  font-size: 2.4em;
  line-height: 1.3em;
  margin-bottom: 25px;
  text-align: right;
}
.marquee-content a.call-to-action {
  display: block;
  background: #FFF;
  padding: 10px;
  float: right;
  clear: right;
  margin-bottom: 10px;
  font-size: 1.2em;
  text-transform: uppercase;
  min-width: 230px;
  text-align: center;
  color: #044e98;
  border: 2px solid #044e98;
}
.marquee-content a.call-to-action .fa {
  opacity: 0;
  margin-left: 10px;
  color: rgba(255, 255, 255, 0.6);
  width: 0;
  color: #3498db;
  display: inline-block;
}
.marquee-content a.call-to-action:hover .fa {
  opacity: .9;
  width: 10px;
  transition: all .5s ease;
}
.marquee-content a.call-to-action.inverse {
  background: #044e98;
  color: #FFF;
  border: 2px solid #044e98;
}
.marquee-content a.call-to-action.inverse .fa {
  color: rgba(255, 255, 255, 0.7);
}
.secondMarquee {
  margin: 30px auto;
}
.secondMarquee h3.tape {
  padding: 3px 10px;
  margin-bottom: 15px;
}
.secondMarquee .row.app-title {
  margin-bottom: 10px;
}
.secondMarquee .row.app-title h2 {
  margin-bottom: 0;
  font-family: "Open Sans Semibold";
}
.secondMarquee .row.description {
  margin-bottom: 15px;
  color: #666;
}
.headlines {
  background: #E9E9E9;
  padding: 40px 0;
  margin-bottom: 0 !important;
}
.headlines a {
  display: block;
}
.headlines a:hover p,
.headlines a p {
  text-decoration: none;
  color: #7f8c8d;
}
.headlines h1 {
  font-family: "Open Sans Semibold";
  color: #044e98;
}
.headlines h1 a {
  color: #044e98;
}
.headlines h4 {
  color: #777;
  text-transform: uppercase;
  font-family: "open sans", sans-serif;
}
.headlines #headlineQuickstart i.fa {
  font-size: 8em;
  color: #999;
  margin-top: 20px;
}
.headlines #headlineQuickstart i.fa:hover {
  color: #555;
  transition: color .5s;
}
#thirdMarquee {
  background: url(../../images/mar-snipers.1280px.jpg) #736c65;
  background-size: cover;
  height: 500px;
  display: block;
}
#thirdMarquee .marquee-content {
  margin-top: 130px;
}
#thirdMarquee .marquee-content h1 {
  color: #FFF;
  font-size: 3.1em;
  font-family: "Open Sans Semibold";
}
#thirdMarquee .marquee-content p {
  color: #FFF;
  font-size: 1.1em;
}
#fourthMarquee {
  background: url(../../images/mar-simulator.1280px.jpg) #1e1e13;
  background-size: cover;
  height: 445px;
  display: block;
}
#fourthMarquee .marquee-content {
  margin-top: 165px;
}
#fourthMarquee .marquee-content h1 {
  font-size: 2.7em;
  font-weight: 400;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
  padding: 0px 9px;
  display: inline-block;
  font-family: "Open Sans";
}
#fourthMarquee .marquee-content p {
  color: #FFF;
  font-size: 1.2em;
}
/*************************************************************************
******************** BUY US *******************************************
*************************************************************************/
.buy-us {
  margin-bottom: 50px;
}
.buy-us .col-xs-4:first-child {
  padding-left: 0;
}
.buy-us .col-xs-4:last-child {
  padding-right: 0;
}
.buy-us .product-image {
  border: 1px solid #b4b7cc;
  border-bottom: 4px solid #044e98;
  text-align: center;
  overflow: hidden;
  display: block;
  margin-bottom: 25px;
}
.buy-us .product-title {
  font-size: 1.3em;
  display: block;
}
.buy-us .price {
  color: #00539b;
  font-size: 2em;
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
}
.buy-us .price sup {
  color: #b4b7cc;
  top: -0.3em;
}
/*************************************************************************
******************** APP GALLERY *******************************************
*************************************************************************/
.featured-app {
  margin-top: 35px;
}
.featured-app .app-frame {
  width: 185px;
  height: 382px;
  margin: 0 35px 50px 0;
}
.featured-app .app-info h4 {
  font-size: 3em;
  line-height: normal;
  margin-top: 0;
  color: #044e98;
  margin-bottom: 0;
}
.featured-app .app-info h4 .fa {
  color: #c0c0c0;
}
.featured-app .app-info h4 .fa:first-child {
  margin-left: 15px;
}
.featured-app .app-info h5 {
  line-height: normal;
  margin-top: 0;
  margin-bottom: 15px;
}
.featured-app .app-store-links {
  margin-top: 65px;
}
.featured-app .app-store-links .app-store-badge {
  margin-right: 15px;
}
.featured-app .app-store-links .app-store-badge.apple {
  height: 44px;
}
.featured-app .app-store-links .app-store-badge:last-child {
  margin-right: 0;
}
.gallery-apps .row {
  margin-bottom: 25px;
}
.gallery-apps .row:last-child {
  margin-bottom: 0;
}
.gallery-apps .app-info {
  background-color: #f8f8f8;
  border: 1px solid #b4b7cc;
  padding: 15px;
}
.gallery-apps .app-info .app-info-head {
  margin-bottom: 15px;
}
.gallery-apps .app-info .app-info-head .app-thumb {
  border-radius: 6px !important;
  overflow: hidden;
  width: 59px;
  height: 59px;
  margin: 5px 15px 0 0;
}
.gallery-apps .app-info .app-info-head .app-thumb:empty {
  background-color: #b4b7cc;
}
.gallery-apps .app-info .app-info-head .app-name h4 {
  font-size: 1.5em;
  margin-top: 7px;
  margin-bottom: 0;
  font-family: "Open Sans Semibold", sans-serif;
  color: #044e98;
}
/*************************************************************************
******************** GET STARTED *******************************************
*************************************************************************/
.section,
#hardwareList {
  margin: 40px 0;
}
.section span.tape,
#hardwareList span.tape {
  background: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  font-family: "open sans", sans-serif;
  color: #FFF;
  font-weight: bold;
  margin: 15px 0;
  display: inline-block;
  padding: 1px 6px;
  font-size: .8em;
  position: relative;
  left: -10px;
}
.section span.tape.bridge,
#hardwareList span.tape.bridge {
  position: absolute;
  bottom: -24px;
  left: -10px;
  z-index: 100;
}
.section > h3,
#hardwareList > h3 {
  font-family: "Open Sans Semibold";
  font-size: 1.7em;
}
.row.hardware {
  border: 1px solid #b4b7cc;
  padding: 20px 0;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
  margin-top: -1px;
  position: relative;
}
.row.hardware h4 {
  font-size: 1.1em;
  margin-bottom: 0;
}
.row.hardware h5 {
  font-size: .8em;
  margin-top: 0;
}
.row.hardware img.device {
  width: 5em;
  float: left;
  margin-right: 10px;
}
.row.hardware span.big {
  font-size: 3em;
  font-weight: bold;
  font-family: helvetica, sans-serif;
  color: #555;
}
.row.hardware:nth-of-type(1) {
  margin-top: 0;
}
.row.flirone {
  width: 75%;
}
.row.flirone h4 {
  position: relative;
  top: 15px;
}
.row.flirone a.button {
  position: relative;
  top: 15px;
}
.download-box {
  color: #555;
  border: 1px solid #CCC;
  box-sizing: border-box;
  margin-top: 25px;
}
.download-box:last-of-type {
  margin-bottom: 25px;
}
.download-box h4 {
  font-size: 1.5em;
}
.download-box p:last-child {
  margin-bottom: 0;
}
.download-box .download-info {
  width: 49.8%;
  padding: 20px;
}
.download-box ul.download-links {
  width: 50%;
  margin: 0;
  padding: 0;
}
.download-box ul.download-links li {
  margin: 0 0 1px;
  padding: 0;
  list-style: none;
  background-color: #E9E9E9;
}
.download-box ul.download-links li:last-of-type {
  margin-bottom: 0;
}
.download-box ul.download-links li .os-icon {
  height: 80px;
  margin: 0 15px;
}
.download-box ul.download-links li .os-icon .fa {
  line-height: 80px;
  font-size: 32px;
}
.download-box ul.download-links li .os-info {
  margin-top: 15px;
}
.download-box ul.download-links li .os-info label {
  font-size: 1.3em;
  display: block;
  width: 100%;
  margin-bottom: 0;
  font-style: normal;
}
.download-box ul.download-links li .os-info a {
  margin-right: 15px;
}
.download-box ul.download-links li .os-info a:last-child {
  margin-right: 0;
}
.download-box ul.download-links li .download-icon {
  color: #555;
  text-align: center;
  background-color: #CCC;
  display: block;
  height: 80px;
  padding: 20px 15px 0;
}
.download-box ul.download-links li .download-icon .fa {
  font-size: 24px;
  display: block;
}
.download-box ul.download-links li .download-icon:hover {
  background: #555;
  transition: background .4s, color .4s;
  color: #b4b7cc;
}
.download-box ul.download-links li .download-icon:hover .fa {
  color: #EEE;
  transition: color .4s;
}
.download-box ul.download-links li .download-icon:active {
  background: #044e98;
  color: #FFF;
  transition: background 0s, color 0s;
}
/*************************************************************************
******************** REFERENCE *******************************************
*************************************************************************/
.documentation-box {
  color: #555;
  border: 1px solid #CCC;
  box-sizing: border-box;
  margin-top: 25px;
}
.documentation-box:last-of-type {
  margin-bottom: 25px;
}
.documentation-box h4 {
  font-size: 1.5em;
}
.documentation-box p:last-child {
  margin-bottom: 0;
}
.documentation-box .doc-info {
  margin: 25px;
}
.documentation-box .os-info {
  font-size: 1.3em;
  margin: 0 25px 15px;
}
.documentation-box .os-info .fa {
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.documentation-box .download-docs .col-xs-6:first-child {
  padding-right: 1px;
}
.documentation-box .download-docs .col-xs-6:last-child {
  padding-left: 1px;
}
.documentation-box .download-docs ul {
  margin: 0;
  padding: 10px 25px;
  background-color: #f8f8f8;
}
.documentation-box .download-docs ul li {
  margin: 0 35px 0 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.documentation-box .download-docs ul li a {
  color: #555;
}
.documentation-box .download-docs ul li a:hover,
.documentation-box .download-docs ul li a:focus {
  color: #3498DB;
}
.documentation-box .download-docs ul li a .fa {
  color: #555;
  margin-right: 5px;
}
.documentation-box .download-docs ul li a .fa.fa-file-pdf-o {
  color: #FF0000;
}
ul.approval-steps {
  margin: 50px 0;
  padding: 0;
}
ul.approval-steps li {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}
ul.approval-steps li .checkbox {
  color: #044E98;
  width: 58px;
}
ul.approval-steps li .checkbox .fa {
  color: #c0c0c0;
}
ul.approval-steps li .approval-step-info {
  overflow: hidden;
  position: relative;
}
ul.approval-steps li .approval-step-info .step-number {
  color: #FFFFFF;
  font-weight: bold;
  background-color: #044E98;
  display: inline-block;
  margin: 0 0 14px;
  padding: 0px 8px;
}
ul.approval-steps li .approval-step-info h4 {
  font-size: 1.8em;
  font-weight: bold;
}
.styleguide-logos {
  margin-top: 35px;
}
.styleguide-logos .col-sm-6:first-child {
  padding-left: 0;
}
.styleguide-logos .col-sm-6:last-child {
  padding-right: 0;
}
.styleguide-logos .logo-download {
  margin-bottom: 25px;
}
.styleguide-logos .logo-download:last-child {
  margin-bottom: 0;
}
.styleguide-logos .logo-download a {
  display: block;
  margin-bottom: 10px;
}
.styleguide-logos .logo-download a .fa {
  color: #555;
  margin-left: 10px;
}
.styleguide-logos .logo-download .logo img {
  border: 1px solid #CCC;
}
.styleguide-colors {
  margin-top: 50px;
  margin-bottom: 50px;
}
.styleguide-colors .col-sm-6:first-child {
  padding-left: 0;
}
.styleguide-colors .col-sm-6:last-child {
  padding-right: 0;
}
.styleguide-colors .color-item {
  margin-bottom: 25px;
}
.styleguide-colors .color-item:last-child {
  margin-bottom: 0;
}
.styleguide-colors .color-item .swatch {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
.styleguide-colors .color-item .swatch.flirblue {
  background-color: #044e98;
}
.styleguide-colors .color-item .swatch.flirblue2 {
  background-color: #3498db;
}
.styleguide-colors .color-item .swatch.flirblue3 {
  background-color: #b4b7cc;
}
.styleguide-colors .color-item .color-info p {
  margin-bottom: 5px;
}
.styleguide-colors .color-item .color-info p:last-child {
  margin-bottom: 0;
}
/*************************************************************************
******************** COMMUNITY *******************************************
*************************************************************************/
.events-list .event {
  margin-bottom: 50px;
}
.events-list .event:last-child {
  margin-bottom: 0;
}
.events-list .event .event-banner {
  height: auto;
  margin-bottom: 25px;
  display: block;
  position: relative;
  overflow: hidden;
}
.events-list .event .event-banner img {
  width: 100%;
  position: relative;
  margin: auto;
}
.events-list .event .event-banner .event-date {
  text-align: center;
  width: 90px;
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 1;
}
.events-list .event .event-banner .event-date .month {
  color: #FFF;
  font-size: 1.2em;
  text-transform: uppercase;
  background-color: rgba(52, 152, 219, 0.85);
  display: block;
  height: 28px;
  line-height: 28px;
  margin: 0 auto;
}
.events-list .event .event-banner .event-date .day {
  color: #555;
  font-size: 1.75em;
  font-weight: bold;
  font-family: 'Open Sans Semibold', sans-serif;
  background-color: rgba(255, 255, 255, 0.85);
  display: block;
  min-height: 47px;
  line-height: 47px;
  margin: 0 auto;
}
.events-list .event .event-banner .event-location {
  background-color: rgba(255, 255, 255, 0.85);
  min-height: 75px;
  padding: 0 15px;
  position: absolute;
  top: 25px;
  left: 132px;
  z-index: 1;
}
.events-list .event .event-banner .event-location h4 {
  color: #555;
  font-size: 1.8em;
  margin: 13px 0 5px;
}
.events-list .event .event-banner .event-location h5 {
  color: #777;
  font-size: 1.1em;
  margin: 0 0 5px;
}
.events-list .event .event-tagline {
  color: #FFF;
  font-size: 1.5em;
  background-color: rgba(4, 78, 152, 0.85);
  padding: 10px 25px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.events-list .event .event-tagline:hover {
  background: #3498db;
  transition: background .3s;
}
.events-list .event .event-tagline:active {
  background: #555555;
  transition: background 0s;
}
.dev-of-the-month {
  margin-top: 20px;
}
.dev-of-the-month .banner-frame {
  height: 460px;
  position: relative;
  overflow: hidden;
}
.dev-of-the-month .banner-frame .app-frame {
  width: 185px;
  height: 420px;
  background: url('images/flirone-app-frame.png') no-repeat center center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 50px;
  z-index: 1;
}
.dev-of-the-month .banner-frame .app-frame img {
  width: 155px;
  position: relative;
  left: 15px;
  top: 50px;
}
.dev-of-the-month .banner-frame .dev-banner {
  overflow: hidden;
}
.dev-of-the-month .banner-frame .dev-banner img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.dev-of-the-month h3 {
  font-size: 2.5em;
  margin-top: 25px;
  margin-bottom: 15px;
}
.dev-photo {
  float: left;
  width: 34%;
  margin: 0 30px 20px 0;
  position: relative;
}
.dev-photo .info-block {
  background-color: rgba(255, 255, 255, 0.8);
  color: #FFF;
  padding: 10px;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  border-bottom: 4px solid #044e98;
}
.dev-photo .info-block h1 {
  font-size: 1.8em;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #044e98;
}
.dev-photo .info-block h4 {
  font-size: 1.0em;
  margin-bottom: 4px;
  color: #555555;
}
.dev-photo .info-block h5 {
  margin-bottom: 4px;
  color: #555555;
  font-weight: normal;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: .85em;
}
.customer-logos {
  margin-top: 50px;
  margin-bottom: 0;
}
.customer-logos .row {
  margin-bottom: 25px;
}
.customer-logos .row:last-child {
  margin-bottom: 0;
}
.customer-logos .row .cust-logo-frame {
  border: 1px solid #CCC;
  height: 120px;
  position: relative;
  overflow: hidden;
}
.customer-logos .row .cust-logo-frame img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/*************************************************************************
******************** SUPPORT *******************************************
*************************************************************************/
.faq h3 {
  margin-top: 50px;
}
.faq .code-wrapper {
  display: inline-block;
  min-width: 350px;
  margin: 0 0 15px;
}
.faq .code-wrapper code {
  display: block;
}
.faq .code-wrapper .code-wrapper-inner {
  border-radius: 6px !important;
  background-color: #EAF4FB;
  min-height: 58px;
  padding: 5px 15px;
}
.faq .code-wrapper .code-wrapper-inner.col-xs-10 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.faq .code-wrapper .download {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
  background-color: #3498db;
  min-height: 58px;
}
.faq .code-wrapper .download .fa {
  color: #FFF;
  line-height: 58px;
}
/*************************************************************************
******************** KLEIN OVERRIDES *******************************************
*************************************************************************/
.desktop-menu {
  float: right;
  padding: 0;
}
.content-heading {
  background: #ffffff;
}
#content-header {
  padding-top: 35px;
  padding-bottom: 6px;
}
.klein-breadcrumbs {
  margin-bottom: 10px;
}
.desktop-menu ul.menu.desktop li a {
  color: #ECF0F1;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: bold;
}
.desktop-menu ul.sub-menu {
  border-top: solid 2px #3498db;
  border-bottom: solid 2px #687074;
}
.desktop-menu ul.sub-menu li a {
  background: #ffffff;
  color: #687074 !important;
}
.desktop-menu ul.sub-menu li a:hover {
  background: #687074 !important;
  color: #ffffff !important;
}
.desktop-menu ul.sub-menu > li:first-child {
  margin-top: 0 !important;
}
.embed-responsive {
  margin-bottom: 30px;
}
button {
  background: #044e98;
  border-radius: 0px;
  padding: 6px;
  color: #ffffff;
}
select,
textarea,
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=time],
input[type=email],
input[type=number],
input[type=range],
input[type=search],
input[type=tel],
input[type=url],
input[type=week] {
  box-shadow: none;
  height: auto;
  padding: 8px 12px;
  border: 2px solid #bdc3c7;
  background: #ffffff;
}
select:focus,
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #3498db;
}
label {
  font-style: normal;
}
input[type=button],
input[type=reset],
input[type=submit],
.subscription-toggle,
.generic-button a {
  background: #044e98;
  color: #ffffff;
  padding: 8px 15px;
  border-radius: 0;
}
.widget.buddypress.widget_bp_core_members_widget .item-list .avatar,
.widget.buddypress.widget_bp_groups_widget .item-list .avatar {
  border-radius: 3px;
}
.widget.buddypress .item-options a {
  border-radius: 3px;
}
.widget.buddypress .item-options a.selected {
  color: #044e98;
  border-color: #044e98;
}
#pass-strength-result {
  border: 2px solid #97c33b;
}
#pass-strength-result.strong {
  border-color: #97c33b;
}
#kleinScrollToTop {
  background: rgba(52, 152, 219, 0.7);
  color: #ffffff;
}
#kleinScrollToTop:hover {
  background: rgba(4, 78, 152, 0.7);
  transition: background .3s;
}
#footer {
  background: #444445;
  border-top: 1px solid #777;
  color: #dadada;
}
#footer .logo {
  float: left;
}
#footer #copyright-text {
  float: right;
}
@media (min-width: 768px) {
  .modal-dialog {
    margin: 17% auto;
  }
}
.modal-header {
  border-bottom: none;
}
.modal-header .fa {
  font-size: 1.9em;
  color: #555555;
}
.modal-header a.modal-open .modal {
  background-color: rgba(0, 0, 0, 0.2);
}
.blog-content .entry-content > p a {
  width: 100%;
  display: block;
}
.blog-content .entry-content > p a img {
  width: 100%;
}
.blog-content .entry-content h2 {
  font-family: "Open Sans", sans-serif;
  color: #044e98;
  font-weight: 300;
  margin-bottom: 20px;
  display: inline-block;
  padding: 4px 0px;
}
.blog-content .entry-content p + h3 {
  margin-top: 45px;
}
.entry-content-thumbnail img {
  width: 100%;
}
h4.result {
  font-family: "Open Sans", sans-serif;
  color: #044e98;
  font-weight: 300;
}
h4.result span {
  font-size: 11px;
  text-transform: uppercase;
  padding: 2px 4px;
  color: #FFF;
  border-radius: 3px;
}
h4.hacker span {
  background-color: #3498db;
}
h4.maker span {
  background-color: #F2872C;
}
.module.photo h3 {
  color: #FFF;
}
.module.photo p {
  color: rgba(255, 255, 255, 0.8);
}
.module.photo a.button {
  float: right;
  background: #FFF;
  color: #044e98;
}
.archive-excerpt .featured-image {
  margin-bottom: 15px;
}
/*************************************************************************
******************** KLEIN BOOTSTRAP THEME OVERRIDES *********************
*************************************************************************/
a.btn {
  border-radius: 0;
}
.add_to_cart_button,
.btn.btn-primary {
  background-color: #044e98;
  border-radius: 0;
}
/*************************************************************************
******************** PLUGIN: BBPRESS OVERRIDES *******************************************
*************************************************************************/
#bbpress-forums ul.bbp-forums {
  border: none;
}
#bbpress-forums ul.bbp-forums li.bbp-body ul.forum,
#bbpress-forums ul.bbp-forums li.bbp-body ul.topic {
  border-top: 1px solid #eee;
  overflow: hidden;
  padding: 8px;
}
#bbpress-forums ul.bbp-forums .bbp-forums-list:before {
  display: none;
}
#bbpress-forums ul.bbp-forums .bbp-forums-list .bbp-forum a {
  display: block;
  border: none;
  font-size: 1.1em;
  color: #3498db;
  font-family: "open sans semibold", helvetica, sans-serif;
}
#bbpress-forums ul.bbp-forums .bbp-forums-list .bbp-forum a:before {
  font-family: FontAwesome;
  content: "\f0e6";
  font-size: 24px;
  margin-right: 20px;
  opacity: 0.5;
  position: relative;
  top: 2px;
  margin-left: -45px;
}
#bbpress-forums .bbp-topic-title .bbp-topic-permalink {
  font-family: "open sans semibold", helvetica, sans-serif;
  font-size: 1.2em;
  color: #044e98;
  font-style: normal;
  margin-bottom: 10px;
  display: block;
}
#bbpress-forums .bbp-template-notice.info {
  padding: 9px 35px;
}
#bbpress-forums .bbp-template-notice.info p {
  font-size: .9em;
  line-height: 139%;
}
#bbpress-forums li.bbp-header {
  padding: 5px 35px;
  font-weight: 600;
  background: #3f495f;
}
#bbpress-forums li.bbp-header .forum-titles li {
  color: #ffffff;
}
#bbpress-forums img.avatar {
  border-radius: 0;
}
/*************************************************************************
******************** PLUGIN: BUDDYPRESS OVERRIDES *******************************************
*************************************************************************/
#item-header-avatar img.avatar {
  border-radius: 3px;
}
#item-header-content h1 {
  font-size: 3em;
}
#item-header-content .user-nicename em {
  font-style: normal;
}
.buddypress #signup_submit[disabled] {
  background: #CCC;
  color: #777;
}
/*************************************************************************
******************** PLUGIN: MARKDOWN IN PAGES *******************************************
*************************************************************************/
.module.toc h1 {
  font-size: 1.2em;
}
.module.toc h2 {
  font-size: .9em;
  line-height: 1.4em;
}
.module.toc ul li {
  font-size: .8em;
}
.maincol.markdown h1 {
  font-size: 1.8em;
  font-family: "Open Sans Bold";
  margin-bottom: 1.3em;
  margin-top: 2em;
}
.maincol.markdown h1:first-of-type {
  margin-top: 0;
}
.maincol.markdown h2 {
  font-size: 1.4em;
}
.maincol.markdown h3 {
  font-size: 1.2em;
}
/*************************************************************************
******************** PLUGIN: AGREEABLE ************************************
*************************************************************************/
.mfp-auto-cursor .mfp-container {
  top: 10%;
  height: 80%;
}
.mfp-auto-cursor .mfp-container .mfp-content {
  height: 100%;
}
.mfp-auto-cursor .mfp-container .mfp-content #ag-terms {
  height: 100%;
  padding: 20px;
  overflow: auto;
  box-sizing: border-box;
  position: relative;
}
.mfp-auto-cursor .mfp-container .mfp-content #ag-terms li {
  list-style-type: none;
}
.mfp-auto-cursor .mfp-container .mfp-content #ag-terms .mfp-close {
  font-size: 4em;
  right: 20px;
  top: 12px;
  position: absolute;
}
/*************************************************************************
******************** PLUGIN: PASSWORD PROTECTED ***************************
*************************************************************************/
body.login div#login form#loginform p.submit input#wp-submit {
  background: #044e98;
  border-radius: 0px;
}
/*************************************************************************
******************** PLUGIN: NINJA FORMS ***************************
*************************************************************************/
div#nf_submit_5 {
  padding: 30px 0;
}
.ninja-forms-form-wrap label {
  font-size: 1.2em;
  color: #555555;
}
.textarea-wrap.label-above label {
  font-size: 1.2em;
  color: #555555;
}
.field-wrap {
  margin-bottom: 40px !important;
}
.ninja-forms-required-items {
  display: block;
  margin-bottom: 20px;
}
/************************************************************************
******************* CSS TRANSFERRED FROM THEME OPTIONS ******************
************************************************************************/
input {
  line-height: normal;
}
button {
  line-height: normal;
}
select {
  line-height: normal;
}
textarea {
  line-height: normal;
}
.subhead {
  margin-bottom: 10px;
}
span.num {
  background-color: #3498db;
  color: #ffffff;
  padding: 1px 6px;
  border-radius: 3px;
  font-weight: bold;
  margin-right: 6px;
}
.section span.stepnum {
  background: #044e98;
  color: #ffffff;
  font-size: .7em;
  padding: 4px 8px;
  border-radius: 4px;
  margin-right: 12px;
  margin-left: -15px;
}
.cameraitem {
  border: 1px solid #999;
  margin-right: 15px;
  padding: 0px;
}
.cameraitem img.device {
  width: 100%;
}
.cameraitem a.buynnow {
  display: block;
  background: #044e98;
  margin: 0px;
  padding: 8px;
  text-align: center;
  color: #ffffff;
  font-size: 1.1em;
}
.cameraitem h4 {
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
  left: 0;
}
.cameraitem h6 {
  position: absolute;
  bottom: 25px;
  width: 100%;
  left: 0;
  text-align: center;
}
.documentation-box .download-docs.row {
  margin: 6px 0px;
}
.documentation-box .download-docs ul {
  padding: 0px;
}
.documentation-box .download-docs ul li {
  display: block;
  padding: 10px 25px;
  margin-bottom: 4px;
}
h2.titleoverlay {
  position: absolute;
  font-weight: 400;
  font-family: "open sans";
  font-size: 1.7em;
  background: rgba(0, 0, 0, 0.8);
  padding: 6px 10px;
  top: 54px;
  left: 23px;
  color: #ffffff;
}
h4.subtitleoverlay {
  position: absolute;
  top: 94px;
  font-size: .9em;
  font-weight: 100;
  color: #eeeeee;
  padding: 4px 10px;
  background: rgba(0, 0, 0, 0.8);
}
.row.idea-grid {
  margin-bottom: 40px;
}
.idea-grid .col-md-3 a p {
  margin: 10px 0 0 0;
  line-height: 1.2;
}
.idea-grid a {
  display: block;
  margin-bottom: 15px;
}
.idea-grid .idea-pic {
  margin: 0 auto 5px;
  overflow: hidden;
  width: 100%;
  height: 350px;
  transition: height 0.3s ease-in-out;
  text-align: center;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid #DDD;
  padding: 6px;
  background-size: cover;
}
.idea-grid .idea-pic img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.picture-grid {
  margin-top: 40px;
  margin-bottom: 20px;
}
.picture-grid .col-md-3 a p {
  margin: 10px 0 0 0;
  line-height: 1.2;
}
.picture-grid .image {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  height: 50px;
  transition: height 0.3s ease-in-out;
}
.picture-grid .image img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.idea-info {
  margin-bottom: 1.5em;
}
.idea-info p:empty {
  margin-bottom: 0;
}
.idea-info ul {
  margin: 0 0 10px 0;
}
.idea-info ol {
  margin: 0 0 10px 0;
}
.idea-info-item {
  margin-bottom: 1.5em;
}
.idea-info-item:last-child {
  margin-bottom: 0;
}
.idea-info-item:first-child {
  margin-bottom: 1.5em;
}
.idea-info-item:only-child {
  margin-bottom: 1.5em;
}
.idea-info-item p:last-child {
  margin-bottom: 0;
}
.idea-info-item-title {
  margin-bottom: 5px;
  font-family: 'Open Sans Bold', sans-serif;
  font-weight: bold;
}
.project-submit {
  margin-bottom: 10px;
}
a.create-project-button {
  color: #044e98;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  background-color: transparent;
  border: 2px solid #044e98;
  padding: 10px 15px;
  display: inline-block;
  position: absolute;
  top: -110px;
  right: 15px;
  cursor: pointer;
  overflow: visible;
}
a.create-project-button:visited {
  color: #044e98;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  background-color: transparent;
  border: 2px solid #044e98;
  padding: 10px 15px;
  display: inline-block;
  position: absolute;
  top: -110px;
  right: 15px;
  cursor: pointer;
  overflow: visible;
}
a.create-project-button:hover {
  opacity: 0.5;
}
.feature {
  margin-bottom: 40px;
  border: 1px solid #EFEFEF;
  -webkit-box-shadow: 0px 30px 40px -45px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 30px 40px -45px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 30px 40px -45px rgba(0, 0, 0, 0.35);
}
.feature-image {
  margin: 0 auto;
  overflow: hidden;
  height: 300px;
  transition: height 0.3s ease-in-out;
}
.feature-image img {
  position: relative;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.feature-info {
  margin: 10px 10px 0 10px;
}
.row.project-grid {
  margin-bottom: 40px;
}
.project {
  border: 1px solid #EFEFEF;
  -webkit-box-shadow: 0px 30px 40px -45px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 30px 40px -45px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 30px 40px -45px rgba(0, 0, 0, 0.35);
}
.project-info {
  margin: 10px 10px 0 10px;
}
.vc_toggle_title h4 {
  font-style: normal;
}
.devMarquee {
  background: none !important;
  margin-bottom: 0px !important;
  height: 100%;
}
.devMarquee .wpb_wrapper > .row {
  position: relative;
}
.devMarquee video {
  width: auto;
  max-height: none !important;
}
.devMarquee video + .container .row + .row {
  margin-top: 0 !important;
}
.marquee-content a.call-to-action {
  background: rgba(255, 255, 255, 0.5);
}
.marquee-content h1 {
  font-weight: 600;
  font-size: 2.2em;
}
.marquee-outlink {
  background: rgba(255, 255, 255, 0.3);
  padding: 12px;
  display: inline-block;
  margin-bottom: 20px;
}
.marquee-outlink:hover {
  background: rgba(255, 255, 255, 0.45);
}
.marquee-outlink h4 {
  font-size: .95em;
  color: #ffffff;
  margin-bottom: .4em;
}
.marquee-outlink p {
  font-size: .8em;
  color: #ffffff;
  margin-bottom: 0;
}
.marquee-outlink p .fa {
  margin-left: 6px;
  position: relative;
  top: 1px;
}
.lepton-statement {
  padding-top: 35px;
}
.lepton-statement .row p b {
  color: #2c3d51;
}
.reseller-links .reseller {
  text-align: center;
  padding: 15px 0;
  border: 1px solid #CCCCCC;
}
.reseller-links a:hover .reseller {
  border-color: #98cbed;
}
.reseller-links a:focus .reseller {
  border-color: #98cbed;
}
.reseller-logo {
  margin: 0 auto;
  height: 125px;
  position: relative;
}
.reseller-logo img {
  max-height: 100%;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
ul.help {
  margin: 0;
  padding: 0;
}
ul.help li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#bbp_search_icon {
  top: 75px;
}
.sticky-wrapper.is-sticky + .clearfix + #main {
  margin-top: 110px;
}
@media (min-width: 992px) {
  .idea-grid .idea-pic {
    height: 150px;
  }
  .idea-grid .idea-pic img {
    vertical-align: top;
  }
  .picture-grid .image {
    height: 100px;
  }
  .picture-grid .image img {
    vertical-align: top;
  }
  .devMarquee video {
    width: 100%;
    max-height: 600px !important;
  }
}
@media (min-width: 1200px) {
  .idea-grid .idea-pic {
    height: 188px;
  }
  .picture-grid .image {
    height: 100px;
  }
}
aside.widget_display_topics,
aside.recent-posts-extended {
  background: rgba(242, 242, 242, 0.42);
  padding: 10px;
  border: 1px solid #dddddd;
}
aside.widget_display_topics .widget-title {
  display: block;
}
aside#textblockswidget-6,
aside#textblockswidget-2 {
  border: 2px solid transparent;
  box-sizing: border-box;
}
aside#textblockswidget-6:hover,
aside#textblockswidget-2:hover {
  border: 2px solid #044e98;
  transition: border-color 0.3s;
}
.vc_toggle_title h4 {
  font-style: normal;
}
.selected img {
  opacity: 0.5;
}
#slider-thumbs .list-inline li {
  width: 150px;
}
#slider-thumbs .list-inline li a {
  cursor: pointer;
}
.security-question-section {
  float: none !important;
}
#fourthMarquee {
  background: url('/wp-content/uploads/2015/06/flir-simulator-lepton.jpg') #1e1e13;
  background-size: cover;
  background-position: center center;
}
#fourthMarquee .marquee-content {
  margin-top: 51px;
}
#fourthMarquee .marquee-content h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}
#bp-klein-top-bar #bp-klein-user-bar-action .btn-primary {
  color: #044e98 !important;
  background: #ffffff;
  font-size: .9em;
  font-weight: 600;
}
.flir-one-simulator .wpb_content_element {
  margin-bottom: 0 !important;
}
.join-the-community {
  border-top: 8px solid rgba(255, 255, 255, 0.65);
  background-position: center center;
}
.join {
  padding: 30px 0 120px;
}
.join > h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 2.7em;
  color: #ffffff;
  padding: 5px 9px 5px 0;
  display: inline-block;
}
.join p {
  color: #dddddd;
}
.join.marquee-content .call-to-action {
  float: none;
}
.cta-row .wpb_content_element {
  margin-bottom: 0 !important;
}
.col-md-4.cta-item {
  margin: 0 0;
  padding: 0 3px 0 0;
}
.col-md-4.cta-item a {
  display: block;
  background: rgba(255, 255, 255, 0.85);
  height: 79px;
  text-align: center;
  padding: 29px;
  box-sizing: border-box;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 2px solid #044e98;
  font-weight: 600;
  color: #044e98;
  cursor: pointer;
}
.col-md-4.cta-item a .fa {
  opacity: 0;
  margin-left: 10px;
  color: rgba(255, 255, 255, 0.6);
  width: 0;
  display: inline-block;
}
.col-md-4.cta-item a:hover {
  background: #044e98;
  color: #ffffff;
  transition: all .5s ease;
}
.col-md-4.cta-item a:hover .fa {
  opacity: .9;
  width: 10px;
  transition: all .5s ease;
}
.marquee-content {
  min-height: 250px;
}
.marquee-content h1 {
  font-family: 'Source Sans Pro';
  font-size: 2.8em;
}
.blog-content .entry-content p {
  font-size: 1.15em !important;
  line-height: 1.7 !important;
  margin-bottom: 1.5em !important;
}
.blog-content .entry-content p a {
  display: inline;
}
.blog-content .entry-content pre {
  margin: 30px 0px;
  display: inline-block;
  min-width: 50%;
}
.klein-blog-article-list article > h3 {
  font-weight: 400;
  font-family: "open sans light";
  font-size: 2em;
}
.klein-blog-article-list article > h3 a {
  color: #044e98;
}
.archive-excerpt.row {
  margin-left: 0px;
  margin-right: 0px;
}
