body {
  background-color: #FFF;
  color: #222;
  font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}
h1, h2, h3, h4, h5, h6 {

}
h1, h2, h3, h4, h5{
  font-weight: normal;
  color:#000;
}
h1+h2,h2+h3,h3+h4,h4+h5,h5+h6{
  margin-top: 10px;
}
h2 {
}
h3 {
}
h4 {
  text-transform: none;
}
h5 {
}
h6 {
  color:#000;
}
p, ul, ol, dl, pre {
  margin-top: 1em 0 0;
  font-weight: normal;
}
a, a:link{
  color:#0071d2;
}
a:hover {
  color:#4F5CD5;
}
a:active{}
b,strong{
  color:#111;
}
h1 a, h2 a, h3 a, h4 a, h5 a{}
iframe{}

p img{
  margin: 0 .8em .8em 0;
}

.navbar .nav-collapse {
  clear: both;
  margin: 0 -15px;
}
.navbar .nav-collapse .navbar-nav{
  margin:0;
}

.navbar-inverse {
  background-color: #454545;
  border-color: #417adb;
}
.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:focus, 
.navbar-inverse .navbar-nav > .active > a:hover {
  background-color: #FDD30B;
  color:#000;
}
.navbar-inverse .navbar-toggle {
  margin-left: 0;
  padding: 9px 5px;
}
.navbar-inverse .navbar-brand, 
.navbar-inverse .navbar-nav > li > a, 
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  color: #F7FDFF;
}
.navbar-inverse .navbar-brand::before{
  font-family: "Glyphicons Halflings";
  opacity: 1;
  content:"\e021";
}
.twocol {
-webkit-columns: 300px 2;
   -moz-columns: 300px 2;
        columns: 300px 2;
}

body .gform_wrapper .gform_footer input.button, 
body .gform_wrapper .gform_footer input[type="submit"] {
  transition: all 0.4s ease 0s;
}
body .gform_wrapper .gform_footer input.button:hover, 
body .gform_wrapper .gform_footer input[type="submit"]:hover {
}
.btn, 
.btn:link, 
input.button, 
input[type="submit"], 
body .gform_wrapper .gform_footer input.button, 
body .gform_wrapper .gform_footer input[type="submit"],
button{
  color:#FFF;
  padding: .4em 1.2em;
  border:0;
  border-radius: 0;
  transition: all 0.4s ease 0s;
  margin:5px;
  text-transform: uppercase;
  background-color: #565E63;
  background-image: none;
}
.btn:hover, 
input.button:hover, 
input[type="submit"]:hover, 
body .gform_wrapper .gform_footer input.button:hover, 
body .gform_wrapper .gform_footer input[type="submit"]:hover,
button:hover{
  color:#FFF;
  background-color: #454545;
}
.btn.btn-primary:hover{
  background-color:#01B6C7;
}


.btn-lg {
}
.btn-lg:hover{
}
.btn-default{
}
.btn-default:hover{
  background-color: #000;
}
.btn-primary{}

.btn-primary:hover{
}




/* Page Loyout
=================================*/
#topWrap {
  background-color: #454545;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
  transition: all 0.4s ease 0s;
}

#siteHeader {
  margin-bottom: 20px;
  padding-top: 30px;
}
#siteHeader #siteTitle {
  margin: 0 0 10px;
  padding: 0 60px;
}

#siteHeader #siteTitle a {
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 86px;
  width: 350px;
}
#sitedescription {
  display: none;
}

.business-info {
    color: #fff;
    font-weight: bold;
    list-style: outside none none;
    margin: -10px 0 0;
    padding: 0;
}
.business-info li {
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
    padding: 4px 0 4px 40px;
}
.business-info .phone-number {
    background-image: url("img/phone.png");
}
.business-info .email {
    background-image: url("img/email.png");
}
.business-info .address {
    background-image: url("img/location.png");
}
.business-info li a {
    color: #fff;
}
.business-info li a:hover {
    text-decoration: none;
    color: #FFD304;
}


#superNav {
}
#superNav .nav-pills {
}
#superNav .nav-pills li {
}
#superNav .nav-pills li.searchnav {
}
#superNav .nav-pills li.newline {
}
#superNav .nav-pills li.newline::before {
}
#superNav .nav-pills li.current-menu-item {
}
#superNav .nav-pills li a {
  background: transparent none repeat scroll 0 0;
  color: #fff;
  padding: 40px 30px 10px;
  position: relative;
  transition: all 0.4s ease 0s;
}
#superNav .nav-pills li a:hover {
}
#superNav .nav-pills > li > a::before {
  background: #e51937 none repeat scroll 0 0;
  border: 2px solid #fff;
  border-radius: 20px;
  content: " ";
  display: inline-block;
  height: 20px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  top: 10px;
  width: 20px;
  transition: all 0.4s ease 0s;
}
#superNav .nav-pills > li > a:hover::before {
  border-color:#e51937;
}
#superNav .nav-pills > li.current-menu-item > a::before {
  border-color:#e51937;
  background-color: #e6d509;
}
#superNav .nav-pills li.giveonlinebutton a {
}
#superNav .nav-pills li.giveonlinebutton a:hover {
}
#superNav .nav-pills li.giveonlinebutton a .glyphicon-heart {
}




#torso {
  background-color: #fff;
  padding-top: 5px;
}
.featuredimg {
  position: relative;
}
.featuredimg img{}
.featuredimg figcaption {
  background: #ffd304 none repeat scroll 0 0;
  border-radius: 0 0 0 20px;
  bottom: 0;
  font-size: 21px;
  margin-bottom: 20px;
  min-width: 40%;
  padding: 5px 0 5px 40px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  font-weight: bold;
}
#middle .attachment-page-hero{
  margin-bottom: 25px;
}

#heart{
  margin-bottom: 0;
}
#heart .posthead, #heart #pageHead {
  margin: 30px 0 25px;
  position: relative;
}
#heart .posthead h1, #heart #pageHead h1 {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
#heart p, #heart ul, #heart ol{
  color:#555;
}
#heart a{
    text-decoration: underline;
    text-decoration-color: rgba(0,113,210,.5);
    transition: .6s ease;
}
#heart a:hover{
    color: #000;
    text-decoration-color: rgba(0,113,210,1);
}

.content h2, .content h3, .content h4, .content h5, .content h6{
  clear: both;
}
.content{}

.sharedaddy{
  float: right;
  width: 45%;
  margin:0 0 10px 30px;
}
#heart div.sharedaddy h3.sd-title::before{
  display: none;
}
body .sd-content ul li a.sd-button::before {
  color: #777 !important;
}
body .sd-social-icon .sd-content ul li[class*="share-"] a.sd-button {
  background-color: #FFF !important;
}

.sd-sharing::before{
    content: "SHARE";
    font-size: 12px;
    font-weight: normal;
    line-height: 1.7em;
    color: #999;
    position: absolute;
    top: 8px;
}
.sharedaddy .sd-social .sd-content {
  display: inline-block;
  margin-left: 15px;
}
.sharedaddy .sd-social .sd-title{
  display: none;
}
.sharedaddy .sd-social .sd-content{
  margin-left:45px;
}
.sharedaddy .sd-social .sd-content ul{
  margin-bottom: 0 !important;
}
.sharedaddy .sd-social .sd-content ul li{
  margin-top:-6px;
}
.sharedaddy .sd-social .sd-content ul li::before{
  content:"";
}
.sharedaddy .sd-social.sd-social-icon .sd-content ul li a.share-custom-flipboard {
  background-color: #e02828;
}


.media {
    border: 1px solid #454545;
    float: right;
    margin: 0 0 10px 30px;
    width: 45%;
}
.media > h3 {
    background: #454545 none repeat scroll 0 0;
    color: #ffd304;
    text-align: center;
    text-transform: uppercase;
}
.media ul {
    margin: 15px;
    padding: 0 !important;
}
.media ul li {
    margin-bottom: 10px;
}
.media ul li::before {
  content: "" !important;
}
.media ul li a {
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 37px;
  display: block;
    min-height: 37px;
    padding-left: 50px;
    vertical-align: middle;
}
.media ul li.file a {
    background-image: url("img/file.png");
}
.media ul li.video a {
    background-image: url("img/media.png");
}
.media ul li a:hover{}
.media ul li a span{
  font-size: 18px;
  line-height: 1.2em;
  display: inline-block;
}

.content ul, .section_content ul {
    list-style: outside none none;
    padding: 0 0 0 15px;
}
.content ul li, .section_content ul li {
  margin:0 0 5px;
    position:relative;
}
.content ul li::before, .section_content ul li::before {
    content: "\e250";
    display: block;
    font-family: "Glyphicons Halflings";
    font-size: 60%;
    line-height: 0;
    vertical-align: top;
    left: -12px;
    position: absolute;
    top: 13px;
}
.content ul li li::before, .section_content ul li li::before {
  content: "";
  display: none;
}
.content ul li li, .section_content ul li li {
  list-style-type: disc;
}
.content ul li li li, .section_content ul li li li {
  list-style-type: circle;
}


.content blockquote{
  color:#225185;
}

.content table {
  background-color: #b3e9ee;
  border: 15px solid #b3e9ee;
}
.content #ai1ec-container table {
  background-color: #fff;
}

.row.additional h2 > a:first-child:last-child {
    padding-left: 30px;
    position: relative;
    display: inline-block;
}
.row.additional h2 > a:hover {
    text-decoration: none;
}
.row.additional h2 > a:first-child:last-child::before {
    background-color: #c8c6c7;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 20px;
    border-radius: 20px;
}

.three-col-list {
    list-style: outside none none;
    margin: 15px 0 0;
    padding: 0;
    overflow: hidden;
}
.three-col-list li {
    float: left;
    margin: 0 3% 15px 0;
    padding: 0;
    width: 30%;
    overflow: hidden;
}
.three-col-list li:nth-child(3n+1) {
  clear: left;
}

.listing-blocks > div:nth-child(2n+1){
  clear: left;
}

.listing-blocks .event{
  margin-bottom: 15px;
}

.details{}
.details > section{}
.details > section > h2 {
  background-color: #ffd304;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 10px;
  text-transform: uppercase;
  clear:both;
}
.details > section > h3:first-child {
    background: #454545 none repeat scroll 0 0;
    color: #ffd304;
    font-size: 18px;
    padding: 5px 10px;
    font-weight: normal;
    display: inline-block;
}
.details > section > h3:first-child + .section_content{
    margin-left: 30px;
}

.details .section_content {
  overflow: hidden;
}
.details .section_content .alignright {
  clear: right;
  margin: 0 0 15px 30px;
}

.person .attachment-staff-picture{
  max-width: 60%;
}

.widgetwrap{}
.widgettitle{
  margin-bottom: 30px;
}
#pageFooter {
  background-color: #454545;
  background-image: url("img/footer-bkgd.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  color: #111;
  height: 83px;
  padding: 0 20px;
}

#pageFooter > div {
    background-color: transparent;
}

#pageFooter .footerlogo {
    padding: 20px 40px 20px 20px;
}
#pageFooter .footerlogo a {
}
#pageFooter .footerlogo a img {
  max-height: 64px;
  max-width: 50%;
}
#pageFooter .business-info {
    margin: 30px 0 0;
}
#pageFooter .business-info li {
    display: inline-block;
    font-size: 10px;
    padding: 5px 5px 5px 30px;
}
#pageFooter .business-info .phone-number {
}
#pageFooter .business-info .email {
}
#pageFooter .business-info .address {
    text-transform: uppercase;
}
#pageFooter .business-info li a {
}
#pageFooter .business-info li a:hover {
}


#siteFooter {
  background-color: transparent;
  color: #222;
  text-align: center;
}
#siteFooter{}
#siteFooter #footerNav {
  margin-bottom: 20px;
}
#siteFooter #footerNav .nav{
  text-align: center;
  float: none;
}
#siteFooter #footerNav .nav li{
  display: inline-block;
  float: none;
}
#siteFooter #footerNav .nav li::before{
  content: " / ";
  display: inline-block;
}
#siteFooter #footerNav .nav li:first-child::before{
  content:"";
}
#siteFooter #footerNav .nav li a{
  color:#333;
  padding: 3px;
  display: inline-block;
  background-color: transparent;
}
#siteFooter #footerNav .nav li a:hover{
  color:#000;
}

#siteFooter #ownership{
  text-align: center;
}
#siteFooter #credit a {
  color: #000;
}

#searchwrap {
    background-color:#225185;
    background-color: rgba(34,81,133, 0.9);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9000;
    display: none;
}
#searchwrap #searchform {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
#searchwrap #searchform .form-group {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 50%;
    margin-top: -50px;
    height: 100px;
}
#searchwrap #searchform .form-group #s {
  background: none repeat scroll 0 0 transparent;
  border-style: none none dashed;
  border-width: medium medium 1px;
  border-color:#F7FDFF;
  box-shadow: none;
  color: #F7FDFF;
  font-size: 64px;
  font-weight: 400;
  height: 100px;
  line-height: 36px;
  margin: 0 auto;
  text-align: center;
  width: 80%;
}
#searchwrap #searchform .form-group #searchsubmit{
  display: none;
}


/* Home page
=================================*/

.home #torso{
  border-bottom: none;
  padding-top: 30px;
}

#lbdSlider{
  margin:5px 0 0;
  overflow: hidden;
}
.home #lbdSlider{
  margin:5px -15px;
}

#featuredNews {
    border: 1px solid #000;
    overflow: hidden;
    padding: 0 15px;
}
#featuredNews > h2:first-child {
    background: #565d63 none repeat scroll 0 0;
    color: #fff;
    padding: 0;
    margin: 0 -15px 15px;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 18px;
    height: 50px;
}
#featuredNews > h2:first-child a {
  color: #ffd304;
  display: block;
  font-size: 24px;
  font-weight: normal;
  line-height: 24px;
  padding: 11px 10px 9px;
  position: relative;
  text-align: center;
}

#featuredNews > h2:first-child a:hover {
}
#featuredNews > h2:first-child a:hover::before {
}
#featuredNews .post {
}
#featuredNews .post .posthead {
}
#featuredNews .post .posthead img {
}
#featuredNews .post .posthead h3 {
    margin: 15px 0;
    line-height: 1.2em;
}
#featuredNews .post .posthead h3 a {
    color: #000;
    font-size: 18px;
}
#featuredNews .post .posthead .date {
    font-weight: bold;
}
#featuredNews .post .content {
}
#featuredNews .post .content > * {
  font-size: 16px !important;
  margin:0 0 15px !important;
  font-weight: normal !important;
  line-height: 1.2em !important;
}
#featuredNews .post .content > :last-child {
}
#featuredNews .post .content .continueLink {
  text-align:right;
}
.scrolldown {
    font-size: 24px;
    line-height: 24px;
    padding: 30px 0 0;
    text-align: center;
}
.scrolldown a {
  border: 2px solid;
  border-radius: 100px;
  color: #222;
  display: inline-block;
  height: 54px;
  overflow: visible;
  padding: 15px 16px 15px 14px;
  width: 54px;
}
.scrolldown a:hover {
  color:#225173;
}

body .simple .ccchildpage{
  background-color: #FFF;
  background-image: none;
  padding:0;
  border-radius: 0;
}


/* Product Page
=================================*/
.page-template-template-product #middle aside{
}
#product_blocks {
}
#product_blocks .blocks {
    list-style: outside none none;
    padding: 0;
}
#product_blocks .blocks li {
    margin: 0 0 30px;
    text-align: center;
}
#product_blocks .blocks li h4 {
    color: #000;
    font-weight: bold;
    padding-right: 20%;
    text-align: right;
}
#product_blocks .blocks li img{
  max-width: 80%;
}




/* Blog Page
=================================*/
#heart .hentry h2 {
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  text-transform:uppercase;
}
#heart .hentry h2 a{
  display: block;
  padding: 5px 10px;
  background-color: #FFd304;
  color: #000;
}
#heart .hentry h2 a:hover{
  color: #4f5cd5;
  text-decoration: none;
}

.single-post #torso #middle,
.page-template-template-blog-page #torso #middle {
    padding: 0 15px 0 0;
}
#rightSidebar {
    margin-top: 25px;
    padding: 0 0 0 15px;
}
#rightSidebar .wrap {
}
#torso #rightSidebar .widget {
    border: 1px solid #000;
    padding: 0 15px;
}
#rightSidebar .widget .widgettitle {
    background: #565d63 none repeat scroll 0 0;
    color: #ffd304;
    font-size: 24px;
    font-weight: normal;
    margin: 0 -15px 15px;
    padding: 11px 10px 9px;
    text-align: center;
    text-transform: uppercase;
}




/* Media Queries
=================================*/
@media (max-width: 990px) {

}



@media (max-width: 767px) {

.navbar-inverse .navbar-nav > .open > a, 
.navbar-inverse .navbar-nav > .open > a:focus, 
.navbar-inverse .navbar-nav > .open > a:hover {
  background-color: #080808;
  color: #333;
}  
  #topWrap{
    background-color: #FDD30C;
    display: none;
  }
.home #topWrap{
  display: block;
}
.home #siteHeader{
  margin-bottom: 0;
}
#siteHeader{
  text-align: center;
}
#siteHeader #siteTitle {
    height: auto;
    max-width: 100%;
}
#siteHeader #siteTitle a {
    background-position: center center;
    background-size: auto 100%;
    margin-top: 50px;
    max-width: 100%;
    width: 100%;
    height:auto;
}
#siteHeader #superNav {
  margin: 20px auto;
  overflow: hidden;
  text-align: center;
  width: 200px;
}
#sitedescription {
  padding: 0 10%;
}
#siteHeader .col-sm-8{
    background-color: #565e63;
    padding-bottom: 15px;
}
#siteHeader .business-info {
  margin: 15px auto 0;
  max-width: 200px;
  text-align: left;
}
.home #siteHeader .business-info {
  display: none;
}
#siteHeader .business-info li {
    color: #000;
    font-weight: 400;
}
#siteHeader .business-info li.phone-number {
    background-image: url("img/phone-grey.png");
}
#siteHeader .business-info li.email {
    background-image: url("img/email-grey.png");
}
#siteHeader .business-info li.address {
    background-image: url("img/location-grey.png");
    margin-bottom: 0;
}
#siteHeader .business-info li a {
    color: #000;
    font-weight: 400;
}
.featuredimg figcaption {
  background: #ffd304 none repeat scroll 0 0;
  border-radius: 0;
  font-size: 21px;
  font-weight: normal;
  margin-bottom: 20px;
  min-width: 40%;
  padding: 5px 0 5px 40px;
  position: relative;
  text-transform: none;
}
#torso{
  padding-top: 0;
}
.sd-sharing::before{
    top: -16px;
    left:8px;
}
.sharedaddy{
  float: none;
  width: 100%;
  margin:0 0 10px;
}
.sharedaddy .sd-social .sd-title {
  margin-bottom: 0;
}
.sharedaddy .sd-social .sd-content {
  display: block;
  margin-left: 0;
}

#lbdSlider {
  background-color: #ffd304;
  border-radius: 0;
  margin-top: 0 !important;
}
body .slideoverlay {
  background-color: #ffd304;
  font-size: 21px;
  font-weight: normal;
  line-height: 1em;
  padding: 5px 0 5px;
  position: relative;
  text-align: center;
}
body .slideoverlay h3{
  margin-bottom: 0;
}
body .flex-direction-nav {
  display: none;
}

.catalogdownload, .catalogdownload:link {
  display: inline-block;
  margin: 10px auto;
  min-width: 60%;
  white-space: nowrap;
  width: auto;
}



.media{
  float:none;
  width: auto;
  margin: 0 0 10px;
}


#pageFooter{
  padding: 0;
  height: auto;
  background-image: none;
}
#pageFooter > div, #siteFooter > div {
  margin:0;
}
#pageFooter .footerlogo {
  border-radius: 0;
  padding: 20px 40px;
}
#pageFooter .description{
  padding: 20px 40px 10px;
  text-align: center;
}
#pageFooter .phone{
  padding: 10px 40px 30px;
  text-align: center;
}
#pageFooter .widgetwrap{
  margin-bottom: 60px;
}
#pageFooter .footerlogo + div {
  padding: 0 40px 20px 40px;
}

}
@media (max-width: 320px){
.catalogdownload, .catalogdownload:link {
  width: 90%;
}  


}

@media (max-width: 767px){
#torso {
  padding-top: 50px;
}
}

@media (max-width: 1200px) {
#pageFooter .description {
    padding-top: 15px;
}
#pageFooter .phone {
  padding-top: 15px;
}

}


@media (min-width: 768px){

/* Contact Forms
============================================================*/
body .ui-widget{
  background-color:#F7FDFF;
}
body .ui-widget select{
  color:#333;
}

#outerWrap{
  padding-top: 15px;
}
.home #outerWrap{
  padding-top: 0;
}
#siteHeader{
  display: none;
}
.home #siteHeader{
  display: block;
}

#mainNavigation{
  background-color: transparent;
  margin:0 -15px;
}
#mainNavigation .row{
}

.page-child #mainNavigation, .page-parent #mainNavigation{
}

#mainNavigation{}
#mainNavigation ul{
  letter-spacing: -3px;
  background-color: #565E63;
}
#mainNavigation ul.nav li{
  margin:0;
  letter-spacing: 0;
}
#mainNavigation ul.nav > li + li{
  margin-left:0px;
}
#mainNavigation ul.nav li a {
  background-color: #565e63;
  border-right: 1px solid #FFF;
  font-size: 14px;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  padding: 5px 15px;
  padding: 10px 12px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}
#mainNavigation ul.nav li:last-child a {
  border-right: 0;
}
#mainNavigation ul.nav > li > a:hover{
  background-color: #565e63;
  margin: 0;
  color: #FFD304;
}
#mainNavigation .nav > li > a .caret{
}
#mainNavigation ul.nav li.dropdown:hover > .dropdown-menu {
}
#mainNavigation ul.nav li.dropdown.current-menu-item > .dropdown-menu, 
#mainNavigation ul.nav li.dropdown.current-menu-ancestor > .dropdown-menu {
}
#mainNavigation ul.nav li.dropdown.current-menu-item > a, 
#mainNavigation ul.nav li.dropdown.current-menu-ancestor >  a {
}
#mainNavigation ul.nav li.dropdown > .dropdown-menu {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 0;
  padding: 0;
  transition: all 0.4s ease 0s;
}
#mainNavigation ul.nav li.dropdown > .dropdown-menu li {
  display: block;
  margin: 0 5px;
  border-bottom: 2px solid #9fa0a3;
}
#mainNavigation ul.nav li.dropdown > .dropdown-menu li::before {
}
#mainNavigation ul.nav li.dropdown > .dropdown-menu li:first-child::before, 
#mainNavigation ul.nav li.dropdown > .dropdown-menu li:first-child.visible-xs + li::before {
}
/*
#mainNavigation ul.nav li.dropdown > .dropdown-menu li:last-child::after {
  background-color: #ffd404;
  background-image: url("img/menu-down-arrow.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px auto;
  content: " ";
  display: block;
  height: 26px;
  margin-left: -5px;
  position: absolute;
  top: calc(100% + 2px);
  width: calc(100% + 10px);
}
*/

#mainNavigation ul.nav li.dropdown > .dropdown-menu li a {
  background-color: transparent;
  background-color: rgba(255,255,255,0);
  border-left: medium none;
  border-right: 0 none;
  margin: 0 -5px;
  transition: all 0.4s ease 0s;
  color: #444;
  text-shadow:0 0 10px rgba(255,255,255,0);
}
#mainNavigation ul.nav li.dropdown > .dropdown-menu li:first-child a {
  border-top: 0;

}
#mainNavigation ul.nav li.dropdown > .dropdown-menu li a:hover {
  background-color:rgba(255, 211, 4, .8);
  color:#000;
}
#mainNavigation ul.nav li.dropdown > .dropdown-menu li.current-menu-item a {
}
#mainNavigation ul.nav li.dropdown:hover{
}
#mainNavigation ul.nav li.hometab{
}
#mainNavigation ul.nav li.hometab a {
  background-image: url("../images/kinemetrix_dark2.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 70%;
  color: #565e63;
  display: inline-block;
  text-indent: -9999px;
  width: 110px;
}
#mainNavigation ul.nav li.hometab a:hover{
}
#mainNavigation ul.nav li.phonetab a {
  background-image: url("img/phone.png");
  background-position: 5px center;
  background-repeat: no-repeat;
  padding-left: 36px;
}
#mainNavigation ul.nav li.phonetab a{
}
#mainNavigation ul.nav li.phonetab a:hover{
}


.home #mainNavigation .phonetab{
  display: none;
}
.home #mainNavigation .hometab{
  display: none;
}
.home #mainNavigation .hometab + li a{
  border-left: 1px solid;
}
.home #mainNavigation ul.nav li a {
  font-size: 14px;
  padding: 5px 25px;
}

body .slideoverlay {
    background: transparent none repeat scroll 0 0;
    padding: 0;
    text-align: right;
}
body .slideoverlay .slidetitle {
  background-color: #ffd304;
  border-radius: 0 0 0 20px;
  color: #000;
  display: inline-block;
  font-size: 21px;
  margin-bottom: 20px;
  min-width: 40%;
  padding: 5px 5px 5px 40px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}
body .slideoverlay .slidetitle:empty{
  display: none;
}
body .slideoverlay .overlaycontent {
    background: rgba(51, 51, 51, 0.8) none repeat scroll 0 0;
    bottom: 0;
    color: #ffffff;
    padding: 10px;
    position: static;
    text-align: left;
    text-decoration: none;
    width: 100%;
}


#torso{
  padding: 5px 0 0;
}
#torso #middle {
  padding: 0;
}

#news-page .featuredimg figcaption{
  display: none;
}

#jp-relatedposts h3.jp-relatedposts-headline em::before{
  display: none;
}

#contact-us-page .sharedaddy,
#news-page .sharedaddy,
#careers-page .sharedaddy,
#about-us-page .sharedaddy,
#install-start-up-page .sharedaddy,
#factory-acceptance-test-page .sharedaddy,
#project-management-page .sharedaddy{
  display: none;
}


.page .content.hasmedia > p,
.page .content.hasmedia > ul,
.page .content.hasmedia > ol,
.page .content.hasmedia > dl,
.page .content.hasmedia > blockquote,
.page .content.hasmedia > h2,
.page .content.hasmedia > h3,
.page .content.hasmedia > h4,
.page .content.hasmedia > h5,
.page .content.hasmedia > h6{
  max-width: 55%;
}

.details .section_content{
  padding-right: 300px;
}
.details .section_content img.alignright{
  margin-right: -300px;
}

.gform_confirmation_message {
    background-color: #417adb;
    border: 2px solid #0074BB;
  color:#F7FDFF;
}
body .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span {
  width: 48%;
}
body .gform_wrapper input[type="text"], 
body .gform_wrapper input[type="url"], 
body .gform_wrapper input[type="email"], 
body .gform_wrapper input[type="tel"], 
body .gform_wrapper input[type="number"], 
body .gform_wrapper input[type="password"],
body .gform_wrapper select,
body .gform_wrapper .description, 
body .gform_wrapper .gfield_description, 
body .gform_wrapper .gsection_description, 
body .gform_wrapper .instruction
{
}
body .gform_wrapper .ginput_container{}
body .gform_wrapper .ginput_container br{
  display: none;
}
body .gform_wrapper .gfield{}
body .gform_wrapper .gfield.hidden-label .gfield_label {
  display: none;
}
body .gform_wrapper .gfield .gfield_label{
  margin-bottom: 0;
}
body .gform_wrapper li.field_description_above .gfield_description {
  margin-bottom: 0;
}
body .gform_wrapper .gfield_html.gfield_no_follows_desc {
  margin-bottom: 0;
  margin-top: 2em;
}
body .content .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul, 
body .content .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul{
  padding-left:15px;
}
body .gform_wrapper .ginput_container .gfield_checkbox li input[type="checkbox"], 
body .gform_wrapper .ginput_container .gfield_radio li input[type="radio"], 
body .gform_wrapper .ginput_container .gfield_checkbox li input {
  height: 1em;
  margin-top: 0.3em;
  vertical-align: bottom;
}
body .gform_wrapper .ginput_container .gfield_checkbox li input[type="checkbox"]+br, 
body .gform_wrapper .ginput_container .gfield_radio li input[type="radio"]+br{
  display: none;
}
body .gform_wrapper .gfield_html h5 {
  border-bottom: 1px solid;
}
body .gform_wrapper .gform_footer {
  float: right;
  margin: 0 10px 0 0;
}
#lower_feature_blocks .block > a{
  height: 240px;
}

#featuredNews {
}

.home #heart{
  padding-left: 0;
}
.home #heart + aside{
  padding-right: 0;
}
.home #heart .post.single {
  color: #000;
  font-size: 16px;
  line-height: 1.5em;
  padding: 0 40px 0 0;
}
.home #heart .post.single p,
.home #heart .post.single ul,
.home #heart .post.single ol{
  color: #000;
}

#pageFooter {
  height: 96px;
}
#pageFooter .footerlogo {
  padding: 32px 20px 0;
}
#pageFooter .business-info {
  margin: 36px 0 0 30px;
}

#siteFooter #credit{
  text-align: left;
}
#siteFooter #credit a{
  color:#000;
}
#siteFooter #ownership{
  text-align: right;
}

}



@media (min-width: 991px){

#outerWrap{
}
#siteHeader #siteTitle {
  padding: 0 20px;
}
#sitedescription {
  padding: 0 40px;
  font-size: 16px;
}
.catalogdownload, .catalogdownload:link{
  width:80%;
}

.content.hasmedia > p,
.content.hasmedia > ul,
.content.hasmedia > ol,
.content.hasmedia > h2,
.content.hasmedia > h3,
.content.hasmedia > h4,
.content.hasmedia > h5,
.content.hasmedia > h6{
  max-width: 50%;
}


#superNav .nav-pills li a {
  padding: 40px 45px 20px;
  font-size: 16px;
}

#mainNavigation ul.nav li a {
  font-size: 14px;
  padding: 12px 20px;
}

.home #mainNavigation ul.nav li a {
  font-size: 16px;
  padding: 8px 35px;
}
#mainNavigation ul.nav li.hometab a {
  width:130px;
}
#mainNavigation ul.nav li.phonetab a {
  background-position: 15px center;
  padding-left: 45px;
}


#pageFooter .footerlogo {
  padding: 20px 120px 0 20px;
}


/* Product Page
=================================*/
.page-template-template-product #middle aside{
  border-right: 2px solid #909090;
  min-height: 400px;
}


}


@media (min-width: 1201px){

.home #mainNavigation ul.nav li a {
  font-size: 16px;
  padding: 12px 45px;
}
#mainNavigation .nav-pills > .dropdown > .dropdown-toggle{
  pointer-events:none;
}

#pageFooter {
  height: 110px;
}
#pageFooter .business-info {
  margin: 50px 0 0 -15px;
}
#pageFooter .business-info li {
  font-size: 12px;
  padding: 5px 35px 5px 30px;
}

}

@media (min-width: 1301px){


}

