/*
Theme Name: SpillmanTechnologies
Theme URI: http://underscores.me/
Author: Michael Phan
Author URI: http://underscores.me/
Description: Spillman Technologies custom WordPress theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: spillmantech
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

SpillmanTechnologies is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Asides
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
# Theme Specific
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
## THEME SPECIFIC
--------------------------------------------------------------*/
/***GENERAL***/

.logged-in .navbar-fixed-top {
    top: 32px;
}

/***GLOBAL***/

@font-face {
    font-family: minionpro;
    src: url('/wp/wp-content/themes/spillmantech/assets/fonts/MinionPro-Medium.woff') format('woff');
}

@font-face {
    font-family: myriadpro;
    src: url('/wp/wp-content/themes/spillmantech/assets/fonts/MyriadPro-Regular.woff') format('woff');
}

@font-face {
    font-family: univers-condensedLT;
    src: url('/wp/wp-content/themes/spillmantech/assets/fonts/lte50144.ttf');
}

@font-face {
    font-family: univers-condensed;
    src: url('/wp/wp-content/themes/spillmantech/assets/fonts/LTe50146.ttf');
}

@font-face {
    font-family: univers-conBold;
    src: url('/wp/wp-content/themes/spillmantech/assets/fonts/LTe50148_0.ttf');
}

body {
    height: 100%;
    padding-top: 50px;
    background-color: #f2f2f2;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #444444;
}

footer {
    background-color: #f8f8f8;
    text-align: center;
    border-top: solid 1px #949698;
    padding: 20px 0 20px;
}

header {
    margin-bottom: 43px;
}

a {
    color: #0063BE;
}

a:hover, a:focus {
    color: #129FDA;
}

h1 {
    font-family: univers-conBold;
    font-size: 30px;
    color: #444444;
}

h2 {
    font-family: univers-condensed;
    font-size: 30px;
    color: #0063BE;
}

.pageTitle {
    font-family:univers-conBold;
    font-size: 32px;
    color: #444444;
    font-weight: bold;
    margin-top: 0;
    padding-top: 40px;
}

h3 {
    font-family: univers-condensed;
    font-size: 26px;
    color: #0063BE;
}

h5, figcaption { /* Used for Captions*/
    font-size: 13px;
    color: #000;
    text-align: left !important;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #444444;
}

p.lead {
    font-size: 18px;
    color: #444444;
}

ul {
    list-style: none;
}

a:link {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.bold {
    font-weight: bold;
}

/***HEADER***/

#expandBtn {
    z-index: 6;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 30px 0;
    border-color: transparent #B8C44A transparent transparent;
    line-height: 17px;
}

#expandBtn i {
    margin-left: 15px;
    color: white;
}

#promoContent {
    position: fixed;
    background-color: white;
    z-index: 5;
    width: 100%;
    -moz-box-shadow:    0 8px 6px -6px #ccc;
    -webkit-box-shadow: 0 8px 6px -6px #ccc;
    box-shadow:         0 8px 6px -3px #ccc;
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
}

#promoContent img {
    height: 200px;
}

#promoContent h3 {
    color: #0063BE;
    font-weight: bold;
    margin-top: 10px;
}

#promoContent a.btn {
    background-color: #0063BE;
    font-size: 14px;
    color: #fff
}

#promoContent a.btn:hover {
    background-color: #129FDA;
}

#socialHeader {
    background-color: #0063BE;
    height: 35px;
}

#mySpillman {
    display: inline-block;
    color: white;
    padding-top: 5px;
}

#mySpillman a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
    line-height: 1.1;
}

#mySpillman a:hover {
    color: #000000;
}

img.HeaderButton {
background-image: url(‘https://www.spillman.com/wp/wp-content/uploads/2017/10/liveChatButton.png’);
}

.socialIcons {
    color: white;
    margin-top: 5px;
}

.socialIcons a {
    padding-right: 10px;
}

.mobilePhone {
    display: none;
}

.mobileMyspillman {
    display: none;
}

header .socialIcons>.badge.social {
    border-radius: 0;
    color: #000000;
    background-color: #ffffff;
    font-size: 15px;
    height: 25px;
    width: 25px;
    padding: 0;
    text-align: center;
    line-height: 27px;
}

header .socialIcons>.badge.social.youtube:hover {
    background: #E62117;
    color: #ffffff;
}
header .socialIcons>.badge.social.linkedin:hover {
    background: #0177B5;
    color: #ffffff;
}
header .socialIcons>.badge.social.twitter:hover {
    background: #28A9E0;
    color: #ffffff;
}
header .socialIcons>.badge.social.facebook:hover {
    background: #3A5795;
    color: #ffffff;
}

.navbar-collapse {
    height: auto;
}

a.navbar-brand {
    padding: 15px 0px;
    max-width: 380px;
    max-height: 100px;
}

#mainNav .navbar-nav li {
    height: 75px;
    display: flex;
    align-items: center;
    border-top: solid 5px #f8f8f8;
}

#mainNav .navbar-nav a {
    font-family: univers-conBold;
    font-weight: 600;
    font-size: 20px;
    color: #0063BE;
    display: block;
}

#mainNav .navbar-nav li:hover {
    border-top: solid 5px #129FDA;
}

#mainNav .navbar-nav li:last-of-type {
    border-bottom: none;
}

#mainNav .navbar-nav li:last-of-type:hover {
    border-bottom: none;
}

#mainNav .navbar-nav li a:hover {
    color: #129FDA;
}

#mainNav .navbar-nav>.active {
    border-top: solid 5px #0063BE;
}

#mainNav .navbar-nav>.active>a {
    background-color: transparent;
}

#mainNav .navbar-nav li:last-of-type {
    border-top: none;
    z-index: 4;
}

#mainNav .navbar-nav li:last-of-type .searchBox {
    background: url(/wp/wp-content/themes/spillmantech/assets/img/search.png) center center no-repeat;
    width: 40px;
    height: 40px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

#mainNav .navbar-nav a:link {
    background-color: transparent;
}
#mainNav .navbar-nav a:focus {
    background-color: transparent;
}
#mainNav .navbar-nav a:active {
    background-color: transparent;
    color: #c1c6c8;
}
#mainNav .navbar-nav a:hover {
    background-color: transparent;
    color: #c1c6c8;
}

#mainNav .dropdown .dropdown-menu {
    padding: 0;
}

#mainNav .dropdown:hover .dropdown-menu {
    display: block;
}

#mainNav .dropdown .dropdown-menu li {
    height: 40px;
    width: 100%;
    font-size: 16px;
    border-top: none;
    border-left: solid 5px #fff;
    border-bottom: solid 1px #e2e2e2;
    padding: 5px 0 5px 0;
}

#mainNav .dropdown .dropdown-menu li:hover {
    border-top: none;
    background-color: #e2e2e2;
    border-left: solid 5px #0063BE;
}

#mainNav .dropdown .dropdown-menu a {
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    margin-top: 0;
    padding-left: 5px;
    padding-top: 5px;
}

#mainNav .dropdown .dropdown-menu a:hover {
    color: #129FDA;
}

#mainNav .dropdown .dropdown-menu li:last-of-type {
    padding-top: 5px;
    height: 40px;
    border-top: none;
    border-bottom: none;
}

#mainNav .dropdown .dropdown-menu li:last-of-type a{
    height: 26px;
    margin-top: 0;
    border-left: none;
}

#mainNav .dropdown table {
    right: -255px;
}

#mainNav .dropdown .dropdown-menu tr a{
    padding: 0px;
}

#mainNav .dropdown table a:hover {
    text-decoration: none;
}

#mainNav .dropdown table p {
    font-size: 13px;
    height: 50px;
}

#mainNav .dropdown table #dropdownText {
    border-right: solid 1px #75787B;
    width: 160px;
    height: 100px;
}

#mainNav .dropdown table td:last-of-type #dropdownText {
    border-right: none;
    margin-right: 0;
}

#dropdownText .prodName {
    padding: 2px 0 2px 2px;
    border-left: solid 5px #FFFFFF;
    font-size: 16px;
}

#dropdownText:hover .prodName {
    border-top: none;
    background-color: #e2e2e2;
    border-left: solid 5px #0063BE;
}

#dropdownText .prodDesc {
    border-left: solid 5px #FFFFFF;
    padding-left: 2px;
}

#dropdownText .prodDesc p {
    color: #000000;
}

#mainNav {
    -moz-box-shadow:    0 8px 6px -6px #ccc;
    -webkit-box-shadow: 0 8px 6px -6px #ccc;
    box-shadow:         0 8px 6px -6px #ccc;
}

img.HeaderButton {
background-image: url(‘https://www.spillman.com/wp/wp-content/uploads/2017/10/liveChatButton.png’);
}

img.HeaderButton:Hover{
background-image: url(‘INSERT OTHER IMAGE URL’);
}

/***EXPANDING SEARCHBOX***/
.searchBox {
  display: inline-block;
  position: relative;
  height: 60px;
  float: right;
  padding: 0;
  position: relative;
}

.searchMobile {
    display: none;
}

#search {
  height: 40px;
  font-size: 20px;
  display: inline-block;
  font-weight: 100;
  border: none;
  outline: none;
  color: #000;
  padding-right: 48px;
  padding-left: 10px;
  margin-right: 1px;
  width: 0px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
}

#search:focus:hover {
  border-bottom: 1px solid #000;
}

#search:focus {
  width: 350px;
  z-index: 3;
  background: #F8F8F8 url(/wp/wp-content/themes/spillmantech/assets/img/search.png) right center no-repeat;
  border: 1px solid #000;
  cursor: text;
}

#search_submit {
  height: 40px;
  width: 40px;
  display: inline-block;
  float: right;
  text-indent: -10000px;
  border: none;
  background: none;
  position: absolute;
  right: 0;
  margin-top: 5px;
  z-index: 2;
  cursor: pointer;
  cursor: pointer;
  transition: opacity .4s ease;
}

#breadcrumb .breadcrumb {
    margin: 42px 0 0 0;
    background-color: #F2F2F2;
}

/*** SIDE-MENU ***/

.sideMenu {
    padding-right: 0;
}

.sideMenu li {
    padding: 0;
}

.sideMenu a {
    color: #444444;
    display: block;
}

.tabbed {
    padding-left: 12px;
}

.panel {
    margin-bottom: 0;
    border-right: 0;
    border-left: 0;
}

.menuTitle {
    position: relative;
    display: block;
    padding: 12px 15px;
    border-bottom: solid 1px #949698;
    color: #444444;
}

.menuTitle:hover, .menuTitle:focus {
    background: #F5F5F5;
    text-decoration: none;
    color: #444444;
}

.list-group.panel > #subCollapse1 {
    margin-left: 10px;
}

.list-group-item {
    border: none;
    display: flex;
    justify-content: space-between;
}

.list-group-item:hover {
    background-color: #F5F5F5;
}

.list-group-submenu {
    margin-left: 10px;
}

.sideCaret {
    width: 50px;
    height: 32px;
    margin: -10px -15px 0 0;
    padding-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sideCaret i {
    font-size: 20px;
}

/*** TESTIMONIAL NAV ***/

.testimonialsNav {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 100%;
}

.testimonialsNav .col-md-12 {
    padding: 0;
}

.testimonialsNav ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    padding: 0;
}

.testimonialsNav li {
    display: inline;
}

.testimonialsNav li a {
    padding: 7px 40px 8px 40px;
    font-size: 25px;
    font-family: univers-condensed;
    text-decoration: none;
    color: #444444;
}

.testimonialsNav li a:hover {
    background-color: #444444;
    color: #FFF;
}

.anchor {
    font-family: univers-conBold;
    padding-top: 140px;
    color: #444444;
}

.anchor:hover {
    text-decoration: none;
    color: #444444;
    cursor: default;
}

.testimonialsContent .row{
    margin-top: 40px !important;
}

.testimonialsContent .col-sm-6:last-of-type {
    display: flex;
    justify-content: center;
}

.testimonialsContent .col-sm-6 img {
    max-height: 300px;
}

.testimonialHeader {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid black;
    margin-bottom: 40px;
}

.testimonialHeader span {
    font-size: 40px;
    background-color: #FFF;
    padding-right: 10px;
}

.testVid {
    margin-bottom: 30px;
}

/*** HERO ***/

#hero {
    background: url('/wp/wp-content/themes/spillmantech/assets/img/heroDesktop2018.jpg') center 0px no-repeat;
    background-color: #000000;
    background-size: cover;
    margin-top: 95px;
    height: 400px;
    -moz-box-shadow:    0 8px 6px -3px #bebebe;
    -webkit-box-shadow: 0 8px 6px -3px #bebebe;
    box-shadow:         0 8px 6px -3px #bebebe;
    position: relative;
}

#hero a {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.tagline h1 {
    font-family: univers-conBold;
    text-align: center;
    font-size: 30px;
    color: #000000;
    margin: 15px auto 15px auto;
    width: 450px;
}

.tagline h1 span {
    color: #0063BE;;
    font-weight: bold;
}

/*** SECTION 1 ***/

.sectionHeader {
    margin-bottom: 5px;
    font-size: 30px;
}

.sectionText {
    font-size: 18px;
}

#section1 {
    border-top: solid 1px #000;
    background: #FFF;
    padding: 50px 0px 60px 0;
}

#section1 .row {
    display: flex;
    align-items: center;
    align-content: center;
}

#section1 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*** SECTION 2 ***/

#section2 {
    background: url('/wp/wp-content/themes/spillmantech/assets/img/section2Desktop.png');
    background-position: 0% 30%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 400px;
}

/*** SECTION 3 ***/

#section3 {
    background: #FFF;
    padding: 80px 0px 80px 0;
}

#section3 .row {
    display: flex;
    align-content: center;
    align-items: center;
}

#section3 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*** SECTION 4 ***/

#section4 {
    background: url('/wp/wp-content/themes/spillmantech/assets/img/section4Desktop.png');
    background-position: 0% 30%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 400px;
}

/*** SECTION 5 ***/

#section5 {
    background: #FFF;
    padding: 50px 0px 60px 0;
}

#section5 .row {
    display: flex;
    align-items: center;
    align-content: center;
}

#section5 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*** SECTION 6 ***/

#section6 {
    background: url('/wp/wp-content/themes/spillmantech/assets/img/section6Desktop.png');
    background-position: 0% 30%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 400px;
}

/*** SECTION 7 ***/

#section7 {
    text-align: center;
    background: #FFF;
    padding: 50px 0 60px 0;
}

#section7 h3 {
    margin-bottom: 15px;
}

#section7 .vidEmbed {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/***CONTENT***/

.content {
    min-height: 100%;
    border-top: solid 1px #949698;
    background: #FFFFFF;
    padding-left: 25px;
}

.content .container {
    border-left: solid 1px #949698;
    padding-left: 0;
}

.content .genPage {
    border-left: none;
}

.contentBody {
    border-left: solid 1px #949698;
    padding: 0 0 1px 50px;
}

.contentBody ul {
    list-style: disc;
}

.contentBody img {
    margin-bottom: 20px;
}

.contentBody .row {
    margin-top: 30px;
    margin-bottom: 30px;
}

.contentBody .row:last-of-type {
    margin-bottom: 40px;
}

.contentBody .contactHeader {
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 25px;
}

#contactInfo {
    padding-left: 0;
    width: 230px;
}

#contactInfo ul {
    list-style: none;
}

.openToggle {
    display: none;
}

.closeToggle {
    display: none;
}

#sidemenuToggler {
    display: none;
}

.mainBody img {
    margin-bottom: 0 !important;
}

.marketsBody .row {
    padding-left: 20px;
}

.productsBody .col-sm-5 {
    text-align: center;
}

.productsBody .col-sm-7 {
    padding-left: 0;
}

.productsBody .row {
    padding-left: 20px;
}

.embeddedProd {
    display: flex;
    justify-content: space-around;
}

.banner {
    margin-top: 40px !important;
    margin-bottom: 15px !important;
}

.banner {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 0;
}

.entry-content {
    margin-top: 0;
}

.entry-content iframe {
    margin-top: 15px;
}

.ssHeader {
    height: 20px;
    border-bottom: 1px solid black;
}

.smartSolutions {
    width: 400px;
    background-color: white;
}

/*** HUBSPOT ***/

.hbform {
    height: 525px;
    padding-top: 20px;
}

/*** TIMELINE ***/

#preziDeskOnly {
    display: none;
}

/*** BUSINESS PARTNERS ***/

.bpTiers {
    font-size: 32px;
}

.bprow {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.bprow img {
    margin-bottom: 0;
}

/*** INDUSTRY TRADESHOWS ***/

.indTrade {
    width: 635px;
}

/*** PRICING ***/

.pricingChart h4 {
    margin: 0 10px 10px 10px;
    padding-bottom: 20px;
}

.pricingChart .col-sm-12 {
    text-align: center;
}

.deal h3 {
    margin-top: 0;
}

.deal p {
    margin-bottom: 0;
}

/*** BLOG ***/

.contentBody header {
    margin-bottom: 0;
}

.blog .contentBody hr {
    border-top: dashed 1px #646569;
    margin-bottom: 40px;
}

.singlePost {
    margin-top: 15px;
}

.blogImg {
    float: left;
    width: 300px;
    margin-right: 25px;
}

.postInfo header {
    margin-bottom: 10px;
}

.postDate {
    margin-top: 0;
    padding-top: 15px;
}

.postHead {
    margin-top: 15px !important;
    margin-bottom: -15px !important;
}

.postHead .col-md-12 {
    padding-left: 0;
}

.postTitle {
    margin: 0 0 2px 0;
}

.post-details {
    font-size: 12px;
    margin-bottom: 10px;
}

.postAuthor {
    margin: 10px 0;
}

.postExcerpt {
    height: 120px;
}

.postImg {
    width: 100%;
    max-height: 250px;
}

.share {
    text-align: center;
    padding: 5px;
}

.share .facebook {
    margin: 5px 0 10px 0;
}

/*** CUSTOMER LOGIN ***/

.loginLogos {
    text-align: center;
    padding-bottom: 50px;
}

/*** 404 SEARCH ***/

.search404 .pageTitle {
    font-size: 50px;
    font-family: univers-conBold;
    color: #0063BE;
}

.search404 p {
    font-size: 18px;
    padding-bottom: 10px;
}

/***FOOTER***/

nav ul {
    margin: 0;
    padding: 0;
}

nav li {
    display: inline-block;
}

footer nav li:before {
    content: " | "
}

nav li:first-child:before {
    content: none;
}

nav a{
    font-family: univers-conBold;
    color: #0063BE;
}

nav a:hover {
    text-decoration: none;
    color: #129FDA;
}

footer {
    position: relative;
    z-index: 1;
}

footer .socialIcons {
    margin-top: 20px;
    margin-bottom: 15px;
}

footer .socialIcons>.badge.social{
    color: #ffffff;
    background-color: #000000;
    border-radius: 0;
    height: 35px;
    width: 35px;
    text-align: center;
    padding: 0;
    line-height: 38px;
    font-size: 20px;
}

footer .socialIcons>.badge.social.youtube:hover {
    background: #E62117;
}
footer .socialIcons>.badge.social.linkedin:hover {
    background: #0177B5;
}
footer .socialIcons>.badge.social.twitter:hover {
    background: #28A9E0;
}
footer .socialIcons>.badge.social.facebook:hover {
    background: #3A5795;
}

#copyright {
    font-family: univers-condensed;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    color: #A0A0A0;
}

/***MEDIA QUERIES***/

@media screen and ( max-width : 1199px ) {

    #hero {
        height: 300px;
    }

    #section2 {
        background: url('/wp/wp-content/themes/spillmantech/assets/img/section2Tablet.png');
        background-position: 0% 30%;
        background-repeat: no-repeat;
        background-size: cover;
        height: 300px;
    }

    #section4 {
        background: url('/wp/wp-content/themes/spillmantech/assets/img/section4Tablet.png');
        background-position: 0% 60%;
        background-repeat: no-repeat;
        background-size: cover;
        height: 300px;
    }

    #section6 {
        background: url('/wp/wp-content/themes/spillmantech/assets/img/section6Tablet.png');
        background-position: 0% 30%;
        background-repeat: no-repeat;
        background-size: cover;
        height: 300px;
    }

    #section7 .vidEmbed {
        width: 100%;
    }

    #promoContent img {
        width: 350px;
    }

    .testimonialsNav li a {
        padding-left: 25px;
        padding-right: 25px;
    }

    #preziDeskOnly {
        display: block;
    }

    #prezi {
        display: none;
    }

    .postExcerpt {
        height: 140px;
    }

}

@media screen and ( max-width : 991px ) {

    a.navbar-brand {
        padding-left: 0;
        padding-right: 0;
    }

    #mainNav .navbar-nav a {
        font-size: 17px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .testimonialsNav {
        display: none;
    }

    #section1 {
        padding: 0;
    }

    #section1 .row {
        padding: 50px;
    }

    #section1 h3 {
        font-size: 22px;
    }

    #section1 p {
        font-size: 16px;
    }

    #section3 {
        padding: 40px 0 40px 0;
    }

    #section3 .row {
        padding: 50px;
    }

    #section3 h3 {
        font-size: 22px;
    }

    #section3 p {
        font-size: 16px;
    }

    #section5 {
        padding: 0;
    }

    #section5 .row {
        padding: 50px;
    }

    #section5 h3 {
        font-size: 22px;
    }

    #section5 p {
        font-size: 16px;
    }

    .content {
        padding: 0;
    }

    .content .container {
        margin-left: 0;
        border: none;
    }

    .genPage {
        margin-left: auto !important;
        padding: 10px 20px !important;
    }

    .sideMenu {
        float: left;
        width: 149px;
    }

    /*** CONTENT TABLET ***/

    .contentBody {
        margin-left: 149px;
    }

    .contentBody .pageTitle {
        text-align: left;
    }

    .contentBody p {
        text-align: left;
    }

    .contentBody .row {
        margin-top: 40px;
    }

    .contentBody .col-sm-4 {
        width: 100%;
    }

    .contentBody .col-sm-8 {
        clear: both;
        width: 100%;
    }

    .banndfer {
        margin-top: 0 !important;
        margin-bottom: 25px !important;
        padding-top: 40px;
        height: 75px;
    }

    .entry-content h1 {
        margin-bottom: 0;
    }

    /*** TESTIMONIALS TABLET ***/

    .testimonialsContent .row:first-of-type {
        height: 350px;
        margin-bottom: 0;
    }

    .testimonialsContent .col-sm-4 {
        margin-bottom: 50px;
        border-bottom: 1px dotted #000;
        padding-bottom: 25px;
        text-align: center;
    }

    /*** AWARDS RECOGNITION TABLET ***/

    #awardRec img {
        margin: 10px 20px 10px 5px;
    }

    /*** CONTACT TABLET ***/

    #contactInfo {
        width: 25%;
        padding-right: 0;
    }

    #contactInfo ul {
        padding-left: 10px;
    }

    /*** BUSINESS PARTNERS TABLET ***/

    .bpToprow {
        height: 250px;
    }

    /*** BLOG TABLET ***/

    .blog .pagedfTitle {
        margin-bottom: 30px;
    }

    .blog .row {
        margin-top: 0;
        margin-bottom: 0;
    }

    .singlePost {
        margin-bottom: 60px;
    }


@media screen and ( max-width : 782px ) {
    .logged-in .navbar-fixed-top {
        top: 46px;
    }

}

@media screen and ( max-width : 767px ) {

    header {
        margin-bottom: 48px;
    }

    #promoContent {
        display: none;
    }

    #socialHeader {
        height: 80px;
    }

    #mySpillman {
        width: 100px;
        display: none;
        margin-left: auto;
        margin-right: auto;
    }

    .mobileMyspillman {
        display: block;
        text-align: center;
    }

    .mobileMyspillman button {
        width: 140px;
        margin-top: 10px;
    }

    .pull-right.socialIcons {
        width: 115px;
        float: none!important;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .navbar-header {
        padding: 10px 0;
    }

    a.navbar-brand {
        float: none;
        padding: 0;
        margin: 0;
    }

    a.navbar-brand>img {
        padding: 0;
        margin-right: auto;
        margin-left: auto;
    }

    .navbar-toggle {
        margin: 35px 7px 0 -50px;
    }

    #mainNav .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }

    #mainNav .navbar-nav a {
        margin: 0;
    }

    #mainNav .navbar-nav li {
        height: auto;
        border-top: none;
        border-bottom: solid 1px #e2e2e2;
    }

    #mainNav .navbar-nav li:hover {
        border-top: none;
        background-color: #e2e2e2;
    }

    #mainNav .navbar-nav li:last-of-type:hover {
        background-color: transparent;
    }

    #mainNav .navbar-nav li:last-of-type a {
        margin-top: 0px;
        border-left: none;
    }

    #mainNav .navbar-nav li:last-of-type .searchBox{
        background: none;
    }

    #mainNav .navbar-nav>.active {
        border-top: none;
        border-left: solid 5px #f1aa1e;
    }

    #mainNav li .caret {
        display: none;
    }

    #mainNav .navbar-collapse {
        max-height: 550px;
        overflow: hidden;
    }

    #mainNav {
        box-shadow: 0 10px 10px -10px #2e2e2e;;
    }

    /*** SEARCH MOBILE ***/

    .searchBox {
      display: none;
    }

    .searchMobile {
        display: block;
        height: 40px;
    }

    .searchMobile form{
        display: flex;
        padding-top: 5px;
    }

    #searchMob_submit {
        margin-left: -240px;
        margin-bottom: 5px;
    }

    #searchMob {
        width: auto;
        right: auto;
        margin-left: 30px;
        border: none;
        background-color: #F8F8F8;
        font-size: 20px;
    }

    #searchMob:focus {
        border: none;
        background: transparent;
    }

    .genPage .col-md-12 {
        margin-top: 100px;
    }

    #breadcrumb {
        display: none;
    }

    /*** HOMEPAGE MOBILE ***/

    #hero {
        background: url('/wp/wp-content/themes/spillmantech/assets/img/heroMobile2018.jpg') center 0px no-repeat;
        background-position: center;
        height: 196px;
    }

    .motorola {
        height: 27px;
        background-size: cover;
    }

    .tagline {
        width: auto;
        text-align: center;
    }

    .tagline h1 {
        width: auto;
        font-size: 20px;
    }

    #section1 {
        padding: 40px 0 60px 0 !important;
        text-align: center;
        height: auto;
    }

    #section1 .row {
        padding: 0 !important;
        display: block;
    }

    #section1 .col-sm-5 img{
        width: 50%;
        margin-top: 25px;
    }

    #section2 {
        height: 200px;
    }

    #section3 {
        text-align: center;
    }

    #section3 .row {
        padding: 20px 0 20px 0 !important;
        display: block;
    }

    #section3 .col-sm-6:first-of-type {
        padding-left: 55px;
        padding-right: 55px;
    }

    #section4 {
        height: 200px;
    }

    #section5 {
        padding: 50px 0 60px 0 !important;
        text-align: center;
        height: auto;
    }

    #section5 .row {
        padding: 0 !important;
        display: block;
    }

    #section5 .col-sm-5 img{
        width: 50%;
        margin-top: 20px;
    }

    #section6 {
        height: 200px;
    }

    #section7 {
        padding: 30px 30px 50px 30px;
        height: auto;
        margin: 0;
        text-align: center;
    }

    .search404 {
        margin-top: 114px;
    }

    .mainBody {
        margin-bottom: 40px;
    }

    .mainBody .row {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .embeddedProd {
        display: block;
    }

    /*** TESTIMONIALS MOBILE ***/

    .testimonialsContent .row:first-of-type {
        height: 100%;
    }

    .testimonialsContent .col-sm-4 {
        margin-bottom: 50px;
        border-bottom: 1px dotted #000;
        padding-bottom: 25px;
        text-align: center;
    }

    /*** BUSINESS PARTNERS MOBILE ***/

    .bpToprow {
        margin-bottom: 100px !important;
    }

    /*** EXECUTIVE MOBILE ***/

    .execImg {
        margin-right: 15px !important;
    }

    /*** CONTACT MOBILE ***/

    .contactHeader {
        margin-top: 150px;
    }

    #contactInfo {
        top: 130px;
        display: flex;
        position: absolute;
        width: 100%;
        padding: 0 10px;
    }

    #contactInfo ul{
        width: 150px;
        margin-right: 20px;
    }

    #contactInfo hr {
        display: none;
    }

    /*** BLOG MOBILE ***/

    .blogImg {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .postInfo {
        margin: 0;
        text-align: center;
    }

    /*** HUBSPOT MOBILE ***/

    .hbform {
        height: 600px;
    }

    /*** SIDEMENU MOBILE ***/

    .sideMenu {
        background: #55565A;
        position: fixed;
        width: 185px;
        height: 100%;
        overflow: auto;
        z-index: 2;
        top: 180px;
        left: -186px;
        padding-left: 0px;
        box-shadow: 2px 0 10px 0 #2e2e2e;
        -webkit-transition: all 0.15s ease-out 0s;
        -moz-transition: all 0.15s ease-out 0s;
        transition: all 0.15s ease-out 0s;
    }

    .sideMenu .sideItem {
        background: #55565A;
    }

    .sideMenu .sideItem a {
        background: #55565A;
        color: rgba(255, 255, 255, 0.8);
    }

    .sideMenu .sideItem  a:hover {
        background: #55565A;
        color: rgba(255, 255, 255, 1);
    }

    .sideMenu .sideItem li {
        background: #55565A;
        color: rgba(255, 255, 255, 0.8);
    }

    .sideMenu .sideItem li:hover {
        background: #55565A;
        color: rgba(255, 255, 255, 1);
    }

    .list-group:last-child {
	   margin-bottom: 70px;
    }

    /*** MOBILE CONTENT ***/

    .content{
        padding-left: 0;
        z-index: 1;
        border: none;
    }

    .content .container {
        border-left: none;
        padding-left: 0;
    }

    .contentBody {
        margin-left: 0;
        background: #FFF;
        padding: 20px 20px 20px 35px;
        position: relative;
        z-index: 1;
        top: 65px;
        margin-bottom: 50px;
    }

    .contentBody .pageTitle {
        text-align: center;
    }

    .contentBody h1, h2, h3 {
        text-align: center;
    }

    .contentBody img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .contentBody p {
        text-align: center;
    }

    .contentBody h1 {
        margin: 0;
    }

    .entry-content img {
        height: 100%;
    }

    .openToggle {
        display: block;
        position: fixed;
        font-size: 26px;
        left: 10px;
        padding: 5px;
        z-index: 2;
        cursor: pointer;
        -webkit-transition: all 0.15s ease-out 0s;
        -moz-transition: all 0.15s ease-out 0s;
        transition: all 0.15s ease-out 0s;
    }

    .openToggle img {
        max-height: 35px;
    }

    .closeToggle {
        display: none;
        position: fixed;
        font-size: 22px;
        margin-left: 170px;
        padding: 5px 10px;
        z-index: 2;
        cursor: pointer;
    }

    .closeToggle img {
        max-height: 35px;
    }

    #sidemenuToggler:checked + .content .closeToggle {
        display: block;
    }

    #sidemenuToggler:checked + .content .sideMenu {
        left: 0;
    }

    #footer>nav>.list-unstyled {
        margin-left: auto;
        margin-right: auto;
    }

    #copyright {
        width: 300px;
    }

}
