/*
Theme Name: ILM Corp
Theme URI: http://www.ilmcorporation.com
Author: Design Ups
Author URI: http://DesignUps.com/

Based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

*/


/* Table of contents
-----------------------------------------------
1. Global
2. Content
3. Post styling
4. Singe Post/Page Pagination
5. Media
6. Widgets
7. Buttons
8. Infinite Scroll
8. Custom Styles
9. Navigation
10. Comments
11. Attachment styling
12. Gallery
13. Footer
14. Social icons
15. Call For Action
*/

/* =Global
----------------------------------------------- */

#SchemaHide
itemscope {display:none !important;}



#ssb-container {
   
    z-index: 3 !important;
    }


body {
  font-size: 18px;
  color: #6B6B6B;
  background-color: #F2F2F2;
  word-wrap: break-word;
  font-family: 'Fira Sans', sans-serif;
  line-height: 140%;

}

p {font-size: 18px; line-height:160%; /*color:#545454;*/color: #6f6f6f;}

a {
  color: #e5601f;
  text-decoration: none;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
}

a:hover,
a:focus {
  color: #DADADA;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

pre {
  width: 100%; /* specify width */
  white-space: pre-wrap; /* CSS3 browsers */
  white-space: -moz-pre-wrap !important; /* 1999+ Mozilla */
  white-space: -pre-wrap; /* Opera 4 thru 6 */
  white-space: -o-pre-wrap; /* Opera 7 and up */
  word-wrap: break-word; /* IE 5.5+ and up */
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #4c4c4c;
  font-weight: 400;
  font-family: 'Fira Sans', sans-serif;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 32px;
}

h3,
.h3 {
  font-size: 20px;
}

h4,
.h4 {
  font-size: 16px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 13px;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
  font-size: 100%; /* Corrects font size not being inherited in all browsers */
  margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline; /* Improves appearance and consistency in all browsers */
  *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
  -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing:  content-box;
  box-sizing:     content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #E8E8E8;
  border-radius: 3px;
  background: #fcfcfc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}
textarea {
  overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top; /* Improves readability and alignment in all browsers */
  width: 100%;
}


/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* Layout */
.side-pull-left .main-content-inner{
    float: left;
}
.side-pull-right .main-content-inner{
    float: right;
}
.no-sidebar #secondary, .full-width #secondary{
    display: none;
}
.no-sidebar .main-content-inner{
    float: none;
    margin: 0 auto;
}
.full-width .main-content-inner{
    width: 100%;
}
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 1000; /* Above WP toolbar */
}

/* Clearing floats */
.clear:before,
.clear:after,
.gallery:before,
.gallery: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,
.home-widget-area:before {
  content: '';
  display: table;
}

.clear:after,
.entry-content:after,
.gallery:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.home-widget-area:before {
  clear: both;
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
  margin: 0;
}
.byline,
.updated {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
  margin-right: 0;
}

.byline {display:none !important;}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.main-content-area {
  margin-top: 40px;
  margin-bottom: 40px;
}
/* =Post styling
----------------------------------------------- */
.entry-meta a {
  font-size: 13px;
  color: #6B6B6B;
}
.entry-meta {
  margin-bottom: 30px;
}
footer.entry-meta {
  margin-bottom: 0;
}
.page-header {
  margin-top: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.entry-meta .fa {
  font-size: 14px;
  margin-right: 3px;
}
.entry-meta span {
  margin-right: 10px;
}
.entry-title {
  color: #444;
  font-size: 28px;
  margin-bottom: 30px;
}
.entry-title a {
  color: #444;
}
.entry-title a:hover {
  color: #e5601f;
}
.btn.btn-default.read-more {
  float: right;
  margin-top: 10px;
  font-size: 12px;
  padding: 11px 13px;
}
.search .btn.btn-default.read-more {
  float: none;
}
hr.section-divider {
  border-color: #E8E8E8;
  margin-top: 50px;
  margin-bottom: 50px;
}
/* author */
.author-bio {
  clear: both;
  width: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
}
.author-bio .avatar {
  float: left;
}
.author-bio-content h4 {
  font-size: 14px;
  margin-top: 0;
}
.author-bio .author-bio-content {
  margin-left: 74px;
}
.secondary-content-box {
  padding-top: 0;
  padding-bottom: 0;
}
.single-view,
.blog-item-wrap {
  margin-bottom: 50px;
}
/*.post-inner-content {
  padding: 45px 50px;
  background-color: #fff;
  border: 1px solid #dadada;
  border-top: none;
}*/
/*body.archive .post-inner-content,
body.blog .post-inner-content,
.post-inner-content:first-child {
  border-top: 1px solid #dadada;;
}*/
.entry-title {
  margin-top: 0;
}
.more-link,
.says {
  display: none;
}
.comment-author .fn,
.author-bio h4,
.comment-reply-title {
  text-transform: uppercase;
  font-weight: 700;
}
#bbp-single-user-details #bbp-user-avatar img.avatar {
  position: relative;
  left: 0;
  top: 0;
}


  #primary .blog-item-wrap h2.entry-title {margin:0 0 10px 0;}
  #primary .blog-item-wrap .entry-content {margin-top:10px;}


/* =Singe Post/Page Pagination
----------------------------------------------- */
.page-links span {
  display: inline-block;
  color: #fff;
  background-color: #e5601f;
  border-radius: 4px;
  padding: 2px 10px;
  margin-left: 2px;
}
.page-links a span {
  background-color: inherit;
  border: 1px solid #E8E8E8;
  color: #e5601f;
  -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
       -o-transition: all 0.5s;
          transition: all 0.5s;
}
.page-links a:hover span {
  background-color: #e5601f;
  border: 1px solid #e5601f;
  color: #fff;
}
.pagination .fa-chevron-left,
.pagination .fa-chevron-right {
  font-size: 12px;
}
.pagination li a {
  color: #e5601f;
}
.pagination li:hover a {
  color: #e5601f;
}
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  color: #FFF;
  background-color: #e5601f;
  border-color: #e5601f;
}
.pagination>li>a,
.pagination>li>span {
  padding: 9px 14px;
  border-color: #dadada;
}
.bottom-pagination {
  text-align: center;
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.single-featured {
  -webkit-transition: opacity 0.3s linear;
     -moz-transition: opacity 0.3s linear;
       -o-transition: opacity 0.3s linear;
          transition: opacity 0.3s linear;
  display: block;
  margin: auto;
}
.single-featured:hover {
  opacity: 0.8;
}
.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* =Widgets
----------------------------------------------- */

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}
/* Search widget */
.widget_search .search-submit {
  display: none;
}
.widget ul li {
  list-style: none;
  border-bottom: 1px solid #F2F2F2;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.widget ul {
  padding: 0;
  line-height: 18px;
  font-size: 14px;
}
.widget ul.nav.nav-tabs {
  padding: 0;
}
#secondary .widget {
  margin-bottom: 50px;
  color: #C1C0C0;
  overflow: hidden;
}
#secondary .widget:last-child {
  margin-bottom: 0px;
}
.tab-content ul li {
  list-style: none;
}
#secondary .widget_archive ul li:before,
#secondary .widget_categories ul li:before,
#secondary .widget_recent_comments ul li:before {
  font-family: fontawesome;
  margin-right: 10px;
}
#secondary .widget_archive ul li:before {
  content: '\f073';
}
#secondary .widget_categories ul li:before {
  content: '\f115';
}
#secondary .widget_recent_comments ul li:before {
  content: '\f0e5';
}
.well {
  background-color: #fff;
  padding: 30px;
  border: 1px solid #DADADA;
  overflow: hidden;
  clear: both;
}
#secondary .widget > h3 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 0;
  color: #636467;
}
#secondary .widget a {
  color: #C1C0C0;
}
.widget ul ul {
  padding: 10px;
}
.widget #social ul li {
    border-bottom: 0;
}
.not-found-widget {
  margin-top: 30px;
}

.sprite {
    background: url(images/css_sprites.png);
    background-repeat: no-repeat;
    display: block;
}

.bg-testimonials_icon {
    width: 56px; height: 54px;
    background-position: -10px -190px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.bg-commercial_icon {
    width: 75px; height: 70px;
    background-position: -10px -10px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.bg-dataentry_icon {
    width: 73px; height: 62px;
    background-position: -105px -100px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.bg-govt_icon {
    width: 75px; height: 70px;
    background-position: -105px -10px;
    margin: 0 auto;
}

.bg-mail_icon {
    width: 73px; height: 62px;
    background-position: -200px -10px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.bg-nonprofit_icon {
    width: 75px; height: 70px;
    background-position: -10px -100px;
    margin: 0 auto;
}

.bg-scanning_icon {
    width: 73px; height: 62px;
    background-position: -200px -92px;
    margin: 0 auto;
    margin-bottom: 20px;
}




@media (max-width: 767px) {
    #secondary {
        clear: both;
    }
}

/* Custom Category Widget */
.cats-widget ul li span {
  float: right;
}
/* Recent Post widgets */
.popular-posts-wrapper .post {
  float: left;
  clear: both;
  margin-bottom: 20px;
}
.popular-posts-wrapper .post .post-image {
  width: 60px;
  height: 60px;
  float: left;
  display: block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #DADADA;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.popular-posts-wrapper .post .post-image img {
  border-radius: 4px;
  opacity: 1;
  -webkit-transition: opacity  0.5s;
     -moz-transition: opacity  0.5s;
       -o-transition: opacity  0.5s;
          transition: opacity  0.5s;
}
.popular-posts-wrapper .post .post-image img:hover {
  opacity: 0.6 !important;
}
.popular-posts-wrapper .post .post-content {
  margin-left: 80px;
}
.widget .post-content > span {
  display: block;
}
#secondary .widget .post-content a {
  color: #e5601f;
}
#secondary .widget .post-content a:hover {
  color: #DADADA;
}
.widget .post-content span {
    font-size: 12px;
}
.tagcloud {
  margin-top: 25px;
}
.tagcloud a {
  padding: 6px 7px;
  margin-right: 0;
  margin-bottom: 4px;
  line-height: 100%;
  display: inline-block;
  color: #FFF !important;
  background-color: #DADADA;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 12px !important;
}
.tagcloud a:hover {
  background-color: #e5601f;
  border-color: #e5601f;
}

/* =Buttons
----------------------------------------------- */
.btn-default, .label-default, .woocommerce #respond input#submit,
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt,
.woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #e5601f;
  border-color: #e5601f;
  -webkit-transition: background-color 0.3s linear;
     -moz-transition: background-color 0.3s linear;
       -o-transition: background-color 0.3s linear;
          transition: background-color 0.3s linear;
}
.btn-default:hover,
.label-default[href]:hover,
.label-default[href]:focus,
.btn-default:hover, .btn-default:focus,
.btn-default:active,
.btn-default.active,
#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover, .woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
  background-color: #363636;
  border-color: #363636;
  color: #FFF;
}
.btn.btn-default, .woocommerce #respond input#submit, .woocommerce a.button,
.woocommerce button.button, .woocommerce input.button {
  color: #FFF;
  text-transform: uppercase;
}
.input-group-btn:last-child>.btn {
  margin-left: 0;
}
button, .button {
  background-color: #e5601f;
  border: none;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  padding: 5px 12px;
  -webkit-transition: background-color 0.3s linear;
     -moz-transition: background-color 0.3s linear;
       -o-transition: background-color 0.3s linear;
          transition: background-color 0.3s linear;
}
button:hover, .button:hover {
  background-color: #363636;
}
#subscription-toggle {
    float: right;
}
/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .pagination, /* 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;
}
#infinite-handle span {
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  border-radius: 4px;
  padding: 20px;
  background: transparent;
  border: 1px solid #DADADA;
  background: #fff;
  color: #e5601f;
  -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
       -o-transition: all 0.5s;
          transition: all 0.5s;
}
#infinite-handle span:hover {
  background-color: #e5601f;
  color: #fff;
}
/* =Custom Styles
----------------------------------------------- */
#logo .site-name {
  margin: 0;
}
.site-branding {
  margin-top: 20px;
  margin-bottom: 20px;
}
.site-description {
  color: #777;
  font-weight: 200;
  font-size: 16px;
}
.page-template-page-homepage-php .carousel {
  margin-top: -20px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .pull-right {
    float: none !important;
  }
  .pull-left {
    float: none !important;
  }
  .flex-caption {
    display: none;
  }
}

/* =Navigation
----------------------------------------------- */

.post-navigation a,
.page-numbers,
.pagination .prev,
.pagination .next {
  border: 1px solid #DADADA;
  background-color: #FFF;
  padding: 8px 14px;
  font-size: 12px;
  border-radius: 4px;
  margin: 0 0 1.5em;
  overflow: hidden;
}
.post-navigation a {
  display: block;
}
.post-navigation a:hover,
.pagination .prev:hover
.pagination .next:hover {
  color: #FFF;
  background: #e5601f;
  text-decoration: none;
}
.pagination {
  text-transform: uppercase;
  display: block;
}
.post-navigation .nav-previous,
.pagination .prev {
  float: left;
}
.post-navigation .nav-next,
.pagination .next {
  float: right;
  text-align: right;
}
.more-link {
  float: right;
  margin: 10px 0;
}
.single .nav-links {
    margin-top: 30px;
}
/*.nav>li>a {
  text-transform: uppercase;
}*/
.navbar.navbar-default {
  background-color: transparent;
  font-family: 'Fira Sans', sans-serif;
  margin-bottom: 0;
  font-weight: 500;
}

.site-navigation {background-color:#e7e7e7;}
.navbar-default .navbar-nav > li > a {
  color: #F5F7FA;
  line-height: 40px;
/*  text-transform: uppercase;*/
  font-size: 12px;
}
.navbar > .container .navbar-brand {
  color: #DADADA;
  font-size: 20px;
  margin: 13px 0;
  font-family: 'Fira Sans', sans-serif;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  border-right: none;
  border-left: none;
}
.navbar {
  border-radius: 0;
}
.navbar-default {
  border: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #e5601f;
  background-color: transparent;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #015e97;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #015e97;
  }
}
.dropdown-menu {
  font-size: 13px;
  min-width:200px;
}
.dropdown-menu li {min-width:160px; width:100%;}
.navbar-default .navbar-nav .current-menu-ancestor a.dropdown-toggle {
  color: #e5601f;
  background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > li.active > a {
  color: #fff;
}
/*.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #DADADA;
}*/

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border:none;
}

#menu-mobile {margin: 0; padding:10px 0;  list-style: none;}

#menu-mobile a {color: #fff;
    line-height: 120%;
    padding: 10px 0 2px;
    margin-bottom: 3px;
    border-bottom: 4px solid transparent;
    display: inline-block; }

#menu-mobile li.current_page_item a {border-bottom: 4px solid #e5601f;}


/*@media (min-width: 768px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}*/
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-menu > li > a {
  padding: 10px 15px;
  color: #636467;
}
.dropdown-menu,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  border: none;
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  background-color: #e5601f;
  color: #fff;
}
.dropdown-menu .divider {
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-nav > li > .dropdown-menu {
  padding: 0;
}
.navbar-nav > li > a {
  padding-top: 18px;
  padding-bottom: 18px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.nav.navbar-nav {
  float: right;
}
@media (max-width: 767px) {
  .nav.navbar-nav {
    float: none;
  }
  .navbar > .container .navbar-brand {
    margin: 0;
  }
  .navbar-default .navbar-nav > li > a {
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.navigation .wp-pagenavi-pagination a{
  border-radius: 0;
  margin-bottom: 0;
}
.navigation .wp-pagenavi-pagination span{
  font-size: 12px;
}
.navigation .wp-pagenavi-pagination span.current,
.navigation .wp-pagenavi-pagination a:hover {
  background-color: #e5601f;
  border-color: #e5601f;
  color: #FFF;
  text-decoration: none;
}
.pagination>li>a,
.pagination>li>span,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  color: #e5601f;
}
.nav-links {
  text-align: center;
}

.caret {display:none !important;}

.dropdown-menu>li>a {white-space:normal;}
#menu-item-685 .dropdown-menu, #menu-item-685 .dropdown-menu a {width:100px; min-width:100px;}

/* =Comments
----------------------------------------------- */

.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
}
#respond {
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0px !important;
}
#respond > p, #respond p.comment-notes, p.logged-in-as {
  margin-bottom: 10px;
}

p.logged-in-as {
  padding-bottom: 0px;
}
.comment-list {
  margin-bottom: 40px !important;
  margin-left: 0px !important;
  padding-left: 0;
}
.comment-list,
.comment-list .children {
    list-style: none;
}
.comment .comment-body {
  background-color: #ffffff;
  margin: 0;
  overflow: hidden;
  padding: 25px;
  margin-top: 2em;
  padding-left: 100px;
  position: relative;
  border: 1px solid #E8E8E8;
  border-bottom: 1px solid #DADADA;
  border-radius: 4px;
}
.comment-list .children {
  margin-left: 0px!important;
  padding-left: 40px;
  border-left: 1px solid #DADADA;
  background-repeat: no-repeat;
  background-position: left 20px;
}
.comment-list li.comment > div img.avatar {
  position: absolute;
  left: 29px;
  top: 29px;
}
#comment-form-title {
  font-size: 24px;
  padding-bottom: 10px;
}
.comment-author.vcard {
  font-size: 12px;
}
.vcard .avatar {
  position: absolute;
  left: 20px;
  top: 29px;
  border-radius: 2px;
}
.comment-metadata {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 10px;
}
.comment-reply-link {
  float: right;
}
.form-allowed-tags code {
  word-wrap: break-word;
  white-space: inherit;
}
.comment-respond label {
  display: block;
  font-weight: normal;
}
.comment-respond .required {
  color: #C7254E;
}
#submit {
  font-size: 12px;
}
.comment-navigation,
.single .nav-links {
  overflow: hidden;
  margin-top: 30px;
}
.comment-reply-title {
  font-size: 14px;
}
.comment-reply-link {
  background: #C1C0C0;
  border: #C1C0C0;
  font-size: 10px;
  text-transform: uppercase;
}
@media(max-width:767px){
  .post-inner-content {
    padding: 20px 3%;
  }
  .comment-list .children {
    padding-left: 10px;
  }
}
/* =Attachment styling
----------------------------------------------- */
#image-navigation .nav-previous a,
#image-navigation .nav-next a{
  padding: 5px 20px;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  display: block;
}
#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover{
  background-color: #e5601f;
  color: #fff;
}
#image-navigation .nav-previous,
#image-navigation .nav-next {
  margin: 10px 0;
}
#image-navigation .nav-previous a {
  float: left;
}
#image-navigation .nav-next a {
  float: right;
}

/* =Gallery
-------------------------------------------------------------- */
.gallery {
  margin-bottom: 20px;
}
.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 4px);
  max-width:         calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 4px);
  max-width:         calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width:         calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width:         calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width:         calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width:         calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width:         calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width:         calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left;
}
.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}
.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.gallery-item:hover .gallery-caption {
  opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* =Footer
----------------------------------------------- */

#footer-area {
  background-color: #fbfbfb;
  color: #bcbcbc;
  position: relative;
  z-index: 9;
}
#footer-area a {
  color: #999;
}
#footer-area .footer-widget-area {
  padding: 40px 0 20px 0;
  overflow: hidden;
}

#footer-area .site-info nav ul li {
  border-bottom: none;
}
.widgettitle {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 0;
  color: inherit;
}
#footer-area .widget ul li {
  list-style: none;
}
.footer-nav.nav > li {
  position: relative;
  display: inline-block;
}
.footer-nav.nav {

  margin-bottom: 2px;
}
.footer-widget {
  overflow: hidden;
}
.footer-right {width:35%; float:left;}
.footer-left {width:65%; float:left;}
.the-footer-nav {margin-bottom:40px;}
.footer-left .the-footer-nav li {font-size:16px; font-weight:500; padding:0;  margin-right:2%;} 
.footer-left .the-footer-nav a {padding:0;}
.ftsocial {list-style:none; float:right;}
.ftsocial li {display:inline-block; margin-right:20px;}
.ftsocial li:last-child {margin-right:0;}
.ftsocial li a {font-size:35px;}
.copyright {
  margin-top: 10px;
  float: right;
  text-align: right;
}
#colophon {
  background-color: #f4f4f4;
  padding: 40px 0;
}
.colophon {display:block;}

.colophon p {color:#bcbcbc; font-size:12px;}

.colophon a {font-weight:600;}

.site-info a {
  color: #777;
}
.site-info a:hover {
  color: #999;
}
#footer-area a:hover {
  color: #3B7698;
}
#footer-area .footer-inner {max-width:740px; padding:80px 0; margin:0 auto; width:100%;}
#footer-area .footer-inner img {    width: 170px;  float: left;  margin-right: 7%;  margin-top: 41px;}
#footer-area .footer-inner h2{color:#bcbcbc; font-size:16px; margin:0 0 15px 0; font-weight:500;} 
#footer-area .footer-inner p {color:#bcbcbc; font-size:14px; line-height:200%; overflow:auto;}
.site-info {
  color: #999;
  font-size: 12px;
}
.footer-nav.nav > li > a:hover {
  background-color: transparent;
}
.scroll-to-top {
  background: #363636;
  background: rgba(100, 100, 100, 0.4);
  color: #FFF;
  bottom: 4%;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  width: 40px;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s linear;
     -moz-transition: background-color 0.3s linear;
       -o-transition: background-color 0.3s linear;
          transition: background-color 0.3s linear;
}
.scroll-to-top:hover {
  background: #e5601f;
  opacity: .8;
}

@media (max-width: 690px) {
  .site-info, .copyright {
    text-align: center;
  }
  .footer-nav.nav, .copyright {
    float: none;
  }
}

/* =Social icons
----------------------------------------------- */
#secondary .widget .social-icons a {
  color: #fff;
}
.social-icons, #menu-social {
  position: relative;
  text-align: center;
}
#secondary .widget .social-icons {
  text-align: left;
}
.social-icons a{
  font-size: 18px;
  line-height: 40px;
  list-style: none;
  display: inline-block;
  text-align: center;
  height: 40px;
  width: 40px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
  background-color: #DADADA;
  -webkit-transition: background-color  0.5s;
     -moz-transition: background-color  0.5s;
       -o-transition: background-color  0.5s;
          transition: background-color  0.5s;
}
#menu-social li{
    border: none;
    display: inline-block;
    margin: 0;
}
.social-icons li a{
  font-size: 18px;
  line-height: 40px;
  list-style: none;
  display: inline-block;
  text-align: center;
  height: 40px;
  width: 40px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
  background-color: #DADADA;
  -webkit-transition: background-color  0.5s;
     -moz-transition: background-color  0.5s;
       -o-transition: background-color  0.5s;
          transition: background-color  0.5s;
}
#footer-area .social-icons a{
  margin-right: 7px;
  background-color: #363636;
  color: #fff;
}
#footer-area .social-icons li a {
  background-color: #363636;
  color: #fff;
  margin-right: 7px;
}
#menu-social li a span{ display: none; }

#menu-social li a[href*="facebook.com"]:hover {
  background-color: #4265b9 !important;
}
#menu-social li a[href*="twitter.com"]:hover {
  background-color: #55ACEE !important;
}
#menu-social li a[href*="dribbble.com"]:hover {
  background-color: #ea4c89 !important;
}
#menu-social li a[href*="flickr.com"]:hover {
  background-color: #ff0084 !important;
}
#menu-social li a[href*="plus.google.com"]:hover {
  background-color: #d62408 !important;
}
#menu-social li a[href*="skype.com"]:hover {
  background-color: #0bbff2 !important;
}
#menu-social li a[href*="pinterest.com"]:hover {
  background-color: #c31e26 !important;
}
#menu-social li a[href*="linkedin.com"]:hover {
  background-color: #005987 !important;
}
#menu-social li a[href*="vimeo.com"]:hover {
  background-color: #1bb6ec !important;
}
#menu-social li a[href*="tumblr.com"]:hover {
  background-color: #35506b !important;
}
#menu-social li a[href*="youtube.com"]:hover {
  background-color: #df3333 !important;
}
#menu-social li a[href*="instagram.com"]:hover {
  background-color: #F95B60 !important;
}
#menu-social li a[href*="/feed"]:hover {
  background-color: #f39c12 !important;
}
#menu-social li a[href*="foursquare.com"]:hover {
  background-color: #2398C9 !important;
}
#menu-social li a[href*="soundcloud.com"]:hover {
  background-color: #F50 !important;
}
#menu-social li a[href*="github.com"]:hover {
  background-color: #4183C4 !important;
}
#menu-social li a[href*="xing.com"]:hover {
  background-color: #006567 !important;
}
#menu-social li a[href*="spotify.com"]:hover {
  background-color: #81b71a !important;
}
#menu-social li a[href*="mailto"]:hover {
  background-color: #e5601f !important;
}
#menu-social li, #menu-social ul {
  border: 0!important;
  list-style: none;
  padding-left: 0;
}

#menu-social li a[href*="twitter.com"] .fa:before{content:"\f099"}
#menu-social li a[href*="xing.com"] .fa:before{content:"\f168"}
#menu-social li a[href*="facebook.com"] .fa:before{content:"\f09a"}
#menu-social li a[href*="github.com"] .fa:before{content:"\f09b"}
#menu-social li a[href*="/feed"] .fa:before{content:"\f09e"}
#menu-social li a[href*="dribbble.com"] .fa:before{content: "\f17d"}
#menu-social li a[href*="skype.com"] .fa:before{content: "\f17e"}
#menu-social li a[href*="foursquare.com"] .fa:before{content: "\f180"}
#menu-social li a[href*="spotify.com"] .fa:before{content: "\f1bc"}
#menu-social li a[href*="soundcloud.com"] .fa:before{content: "\f1be"}
#menu-social li a[href*="vimeo.com"] .fa:before{content: "\f194"}
#menu-social li a[href*="youtube.com"] .fa:before{content: "\f167"}
#menu-social li a[href*="instagram.com"] .fa:before{content: "\f16d"}
#menu-social li a[href*="flickr.com"] .fa:before{content: "\f16e"}
#menu-social li a[href*="tumblr.com"] .fa:before{content: "\f173"}
#menu-social li a[href*="pinterest.com"] .fa:before{content: "\f0d2"}
#menu-social li a[href*="plus.google.com"] .fa:before{content: "\f0d5"}
#menu-social li a[href*="linkedin.com"] .fa:before{content: "\f0e1"}
#menu-social li a[href*="mailto"] .fa:before{content: "\f003"}

@media (max-width: 992px) {
  .site-branding {
    text-align: center;
  }
  .side-pull-left .main-content-inner, .side-pull-right .main-content-inner{
    float: none;
  }
}

/* =Call For Action
----------------------------------------------- */
.cfa {
  padding: 30px 0px;
  background: #FFF;
  border-bottom: 1px solid #DADADA;
  text-align: center;
}
.cfa-text{
  font-size: 22px;
  color: #e5601f;
  display: block;
  padding-top: 10px;
}
.cfa-button {
  background-color: transparent;
  color: #e5601f;
  padding: 15px 30px;
  border-color: #e5601f;
}
.cfa-button a {
  color: #e5601f;
}
.cfa-button:hover {
  background-color: #e5601f;
  color: #fff;
}
@media (max-width: 767px) {
  .cfa {
    padding: 0 0 20px;
  }
  .cfa-button {
    padding: 10px 16px;
    margin-top: 10px;
  }
}

/* =Elements when no javaScript is present
----------------------------------------------- */
#submit,
.tagcloud,
.comment-reply-link,
.widget_rss ul,
button[type=submit],
.postform,
table#wp-calendar {
  display: none;
}
.no-js #submit,
.no-js .tagcloud,
.no-js .comment-reply-link,
.no-js .widget_rss ul,
button[type=submit],
.no-js .postform,
.no-js table#wp-calendar {
  display: block;
}

/* WooCommerce Support */
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
  padding: 6px;
}

.woocommerce div.product .woocommerce-tabs .panel {
  padding: 10px 30px 20px;
}
.woocommerce .main-content-inner{
  background-color: #fff;
  border: 1px solid #dadada;
  padding: 45px 50px;
}



/*====CUSTOM=====*/

.thecontainer {max-width:1170px; width:100%; position:relative; margin:0 auto; display:block;}
.bg-fix {overflow: hidden;}
.bg-fix .thecontainer {padding:70px 0;}
.pad3 {padding:0 3%;}
.otherpad {padding-bottom:80px; padding-top:80px;}
.herosubtitle {padding-top:10px; margin-bottom:0; margin-top:0; text-align:left; font-weight:400;}

#content {background: #fff;}
body.home #content {background: transparent;}

a.outlinebutton {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 16px 35px;
    background: rgba(255,255,255,0);
    border: 2px solid #fff;
    font-size:18px;
    font-weight: 400;
    transition: all .3s ease;
}

a.outlinebutton:hover {background: rgba(255,255,255,.3); transition: all .3s ease;}

a.orangebutton {display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 16px 35px;
    background: #e4601f;
    font-size:18px;
    font-weight: 400;
    border-radius: 2px;
    transition: all .3s ease;}

a.orangebutton:hover { background: #f1ab88; transition: all .3s ease;}


.well {
    background-color: transparent;
    padding: 0 0 0 30px;
    border: none;
    overflow: hidden;
    z-index: 99;
    clear: both;
    position: relative;
    box-shadow:none;
}

 

.mobmenu {display: none;}
.deskmenu {display: inline;}





.sb-search img {
  position: absolute;
  top: 35px;
  left: 35px; 
  width:28px; 
  height:28px; 
  transition:all .3s ease;

}

.sb-search {
    position: absolute;
    right:0;
    width: 0%;
    min-width: 40px;
    height: 40px;
    float: right;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
}

.sb-search .fa-search {font-size:20px; line-height:133%; margin-top: 7px;}

.sb-search-input {
    position: absolute;
    top: 0;
    right: 0px;
    border: none;
    outline: none;
    background: #fff;
    width: 100%;
    height: 40px;
    margin: 0;
    z-index: 10;
    padding: 20px 65px 20px 20px !important;
    box-sizing:border-box !important;
    font-size: 13px;
    color: #2c3e50;
    transition:all .3s ease;
}
 
input[type="search"].sb-search-input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    line-height: 1;
}
.sb-search-input::-webkit-input-placeholder {
    color: #e5601f;
}
 
.sb-search-input:-moz-placeholder {
    color: #e5601f;
}
 
.sb-search-input::-moz-placeholder {
    color: #e5601f;
}
 
.sb-search-input:-ms-input-placeholder {
    color: #e5601f;
}

.sb-icon-search,
.sb-search-submit  {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    transition:all .3s ease;
}

.sb-search-submit {
    background: #fff; /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
    color: transparent;
    color:red;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-icon-search {
    color: #fff;
    background: #e5601f;
    z-index: 90;
    transition:all .3s ease;
}

.sb-icon-search:hover {background:#3B7698; color:#fff; transition:all .3s ease;}
 
.sb-icon-search:before {
    content: "";
}

.sb-search.sb-search-open,
.no-js .sb-search {
    width: 400px;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    background: #e5601f;
    color: #fff;
    z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
/*    z-index: 90;*/
}


#logo {float:left; margin-top:13px; transition:all .3s ease;}
body.home #logo {float:left; margin-top:-8px; transition:all .3s ease;}
#logo img {width:123px; transition:all .3s ease;}
body.home #logo img {width:153px; transition:all .3s ease;}

.navphone { pointer-events:all; line-height:15px;}
.navphone a {display:inline !important;}
.navphone:before {
    content: "\f095";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit; display:inline; font-size:12px; margin-right:5px;}

ul#menu-utility, ul#menu-nav, ul#menu-footer-menu {padding:0; margin:0; list-style:none;}
ul#menu-utility li, ul#menu-nav li, ul#menu-footer-menu li {display:inline-block;}
ul#menu-utility {margin-right: 7px;}
ul#menu-utility li {
       margin-right: 7px;
    padding-right: 11px;
    margin-top: 13px;
    margin-bottom: 11px;
    border-right: 2px solid #696969;
} 

ul#menu-utility li:last-child {border-right:0;}
ul#menu-utility li a {color:#656565; font-size:14px; padding:0; line-height: 16px; display:block; transition:all .3s ease;}
ul#menu-nav > li.current-menu-item > a:before {content: "";
    background: url(images/parallon-caret.png);
    background-size: 13px 10px;
    width: 13px;
    height: 10px;
    display: block;
    position: absolute;
    top: 21px;
    left: -17px;
    transition:all .3s ease;
}
ul#menu-nav > li {margin-right: 40px; position:relative; transition:all .3s ease;}
ul#menu-nav li:last-child {margin-right: 0 !important;}
ul#menu-nav > li > a {color: #fff;
    padding: 33px 0 5px;
    line-height: 100%;
    margin-bottom: 20px;
    display: block;
    transition: all .3s ease;
    font-size: 19px;
    margin-bottom: 23px;
    border-bottom: 4px solid transparent;}
ul#menu-nav > li.current-page-parent > a, ul#menu-nav > li.active > a {border-bottom: 4px solid #e5601f;}



.shrink ul#menu-nav > li > a {font-size: 16px;}



.navbar-default .navbar-toggle .icon-bar {    background-color: #fff; }

header.shrink #logo {margin-top:5px; transition:all .3s ease;}
header.shrink #logo img {
    width: 95px;
    transition: all .3s ease;
    margin: 5px;
}
/*header.shrink ul#menu-utility li a {padding:14px 0; transition:all .3s ease;}*/
header.shrink ul#menu-nav > li > a {
    padding: 25px 0 4px;
    transition: all .3s ease;
    margin-bottom: 16px;
}
/*header.shrink .sb-icon-search, header.shrink .sb-search-submit {height:56px; transition:all .3s ease;}*/
/*header.shrink .sb-icon-search img {top:16px; transition:all .3s ease;}
header.shrink .sb-search-input {height:56px; transition:all .3s ease; padding-top:0px !important; padding-bottom: 0px !important;}*/
/*header.shrink .navbar-toggle {margin-top:10px; transition:all .3s ease;}*/
/*header.shrink ul#menu-nav > li.current-menu-item > a:before {top:14px; transition:all .3s ease;}*/
.menu-utility-container {float:right; margin-right:37px;}
.primary-nav-menu {background-color:rgba(59, 118, 152, .84);transition:all .3s ease;}
header.shrink .primary-nav-menu{background-color:rgba(59, 118, 152, 1);transition:all .3s ease;}

.navbar-default .navbar-toggle {margin:25px 0; transition:all .3s ease;}
header.shrink .navbar-default .navbar-toggle {margin:15px 0; transition:all .3s ease;}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .dropdown-menu > li > a:hover {background:#015e97;}
body.home .navbar-default .navbar-nav>li>a:hover {color:#0c8ede !important;}

body.home .primary-nav-menu  {background-color:transparent; transition:all .3s ease;}
body.home header.shrink .primary-nav-menu { background-color: rgba(240,240,240, .9); transition:all .3s ease;}
body.home .sb-icon-search {   background: #9d9d9d;}
body.home .hero {height:100vh; margin-top:-122px;}
/*body.home .site-navigation {background-color:rgba(180, 180, 180, 1); }*/


body.home .site-navigation {background-color:rgba(180, 180, 180, 0); transition:all .3s ease;}
body.home header.shrink .site-navigation {background-color:rgba(180, 180, 180, 1); }

body.home ul#menu-nav > li > a {color:#015e97;}

body.home .navbar-default .navbar-toggle .icon-bar {background-color:#015e97;}
body.home .navbar-default .navbar-toggle {  border-color: #015e97; }
body.home #menu-mobile a {color: #015e97;}



/* Simon Edits Dec 23 AM */

.clogo {display:none;}
.wlogo {display:block;}
body.home .clogo {display:block;}
body.home .wlogo {display:none;}




.pad30 {padding:0 30px;}




/*====== INTERIOR PAGES ==========*/
.vert {top:50%; transform:translateY(-50%); position:relative; z-index:5;}

.hero {text-align:center;  height:500px; width:100%; background-repeat:no-repeat; background-position:center center; background-attachment: fixed; position: relative; background-size:cover; }

.hero.innerhero {margin-top:-100px; padding-top:100px;}
.transblueoverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.7;
    filter: alpha(opacity=70);
    /*background-color: #00588c;*/
    /*background-color: #154359;*/
    background-color: #00325d;
    z-index: 1;
}

.hazeoverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.7;
    filter: alpha(opacity=70);
    background-color: #4c4c4c;
    z-index: 1;
}

.transgreyoverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.9;
    filter: alpha(opacity=90);
    background-color: #ececec;
    z-index: 1;
}
body.home .transgreyoverlay {
    position: absolute;
    top: -10px;}
.dotsoverlay {
    position: absolute;
    top: -3px;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url('images/dots2.png');
    z-index: 1 !important;
    background-size:6px;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.footercta .dotsoverlay {top:0; opacity: 0.35;} 

.homeheader.homeheight {height:80vh;}

.hero video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
}
.hero h1 { font-size:36px; margin:0 auto; color:#fff; line-height:200%; max-width:2400px !important;  }
.hero .text h1 {color:#888;} 
/*.hero h1 span {color:#e4601f;}*/

.hero h1.experts {margin: 0 23% 0 17%;}

.hero .fa-play {color: #848484;
    font-size: 22px;
    border-radius: 50%;
    border: 4px solid #848484;
    height: 50px;
    width: 50px;
    line-height: 198%;
    padding-left: 5px;
    margin-top:20px;
    position:relative;
    transition:all .5s ease;} 

.hero .fa-play:hover {color:#e4601f; border:4px solid #e4601f;transition:all .5s ease;}


.pulsing  { -webkit-animation: sploosh 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-iteration-count: infinite;
}

/*.pulsing span {
  display:block;
  position:relative;
  top:-37px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-animation: sploosh 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: .33s;
  -webkit-animation-duration: 2.2s;
}*/



/* pulse animations */

@-webkit-keyframes sploosh {
  0% {
    box-shadow: 0 0 0 0px rgba(250, 250, 250, .7);
    background: rgba(250, 250, 250, .7);
  }
  80% {
    background: rgba(250, 250, 250, 0);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(250, 250, 250, 0);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  3.3% {
    -webkit-transform: scale(1.1);
  }
  16.5% {
    -webkit-transform: scale(1);
  }
  33% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
.hero p {font-size:20px; color:#fff; max-width: 650px; padding-top:0px; margin: 0 auto; text-align:center;}

/*.text {
  position: absolute;
  width: 850px;
  left: 50%;
  margin-left: -425px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
}*/


.word {
  position: absolute;
  width: 520px;
  opacity: 0;
}

.letter {
  display: inline-block;
  position: relative;
  float: left;
  -webkit-transform: translateZ(25px);
          transform: translateZ(25px);
  -webkit-transform-origin: 50% 50% 25px;
          transform-origin: 50% 50% 25px;
          border-bottom: 1px solid;
}

.letter.out {
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transition: -webkit-transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: -webkit-transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
}

.letter.in {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  -webkit-transition: -webkit-transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}



.wisteria {
  color: #015e97;
}
.belize {
  color: #e4601f;
}
.pomegranate {
  color: #015e97;
}
.green {
  color: #e4601f;
}
.midnight {
  color: #e4601f;
}



#page {overflow: hidden;}

  #primary {width:54%; float:left; margin-bottom: 140px; margin-right:3%;}
  #primary h2 {margin:0 0 30px 0; letter-spacing:.04em;}
  #primary p {line-height:180%; }
  #primary .orangebutton { margin-top:30px;}


  #secondary {width:43%; background-color:transparent;  float:left;  position:relative; 
    margin-bottom: -5000px;
    padding-bottom: 5000px;
    border:none;}

     #secondary:after {
    content: '';
    background: #f5f5f5;
    display: block;
    position: absolute;
    width: 1100%;
    height: 200%;
    top: -100px;
    left: 0;
    z-index: 3; 
}

.home-transform {padding:80px 0; background:#fff;}
.home-transform .thecontainer {max-width:755px; width:100%;}
.home-transform h2 {margin-bottom:30px; text-align: center;}
.home-transform img {margin:0 auto; display:block;}

.home-transform .orangebutton {margin:0 auto; display:table; margin-top:20px;}
.home-transform .thetabscontainer {min-height:400px;}

/*
.nav-wrap { margin: 50px auto;  background-color: rgba(0,0,0,0.6); border-top: 2px solid white; border-bottom: 2px solid white; }
#magiccontain { margin: 0 auto; list-style: none; position: relative; width: 960px; }
#magiccontain li { display: inline;}
#magiccontain li a { color: #bbb; font-size: 14px; display: block; float: left; padding: 6px 10px 4px 10px; text-decoration: none; text-transform: uppercase; }
#magiccontain li a:hover { color: white; }
#magic-line { position: absolute; bottom: -2px; left: 0; width: 100px; height: 2px; background: #fe4902; }
*/


.magiccontain {
  margin: 0 auto 50px;
  list-style: none;
  position: relative;
  width: 100%;
  padding: 0;
  border-bottom: 3px solid #e1e1e1;
}
.magiccontain > li {
  display: inline-block;
  float: none;
  padding: 0 43px;
}
.magiccontain > li > a,
.magiccontain > li > a:hover,
.magiccontain > li > a:focus {
  font-size:24px; 
  color:#f1ab88;
  background: none no-repeat scroll 0 0 transparent !important;
  border-color: transparent;
  text-decoration: none;
  line-height:370%;
}
.magiccontain > li > a:hover {
  color:#e4601f;
}
.magiccontain > li.active > a,
.magiccontain > li.active > a:hover,
.magiccontain > li.active > a:focus {
  color:#e4601f;
}
/*.magiccontain > li:first-child {
  padding-left: 0;
}*/


#magic-line {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100px;
  height: 3px;
  background: #e4601f;
}


#magic-line:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -13px;
    width: 0;
    height: 0;
    border-bottom: solid 10px #e15915;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
}


.tab-content { max-width:680px; margin:0 auto; margin-top:40px;}
.tab-content p {color:#4c4c4c; font-size:18px; line-height:160%;}



 .tab-content #retrieve img {  width: 120px; margin-bottom:15px;}
 .tab-content #digitize img  { width: 120px; margin-bottom:15px;}
 .tab-content #produce img  { width: 120px; margin-bottom:15px;}

.home-streamline {padding:70px 0;}
.home-streamline h2 {color:#01609a; margin:0 0 40px 0; text-align:center;}


.trigrid { float: left;
    width: 31%;text-align: center; margin-right: 3%;}
.trigrid:nth-of-type(3) {margin-right:0;}

.home-streamline .trigrid {
    background: #fff;
    padding: 3%;  
    webkit-box-shadow: 10px 10px 0px -1px #01629e;
    -moz-box-shadow: 10px 10px 0px -1px #01629e;
    box-shadow: 10px 10px 0px -1px #01629e;
    position:relative;
} 

.home-streamline .trigrid:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 1px;
    width: 0;
    height: 0;
    border-bottom: solid 10px #01629e;
    border-right: solid 9px transparent;
}


.home-streamline .trigrid:before {
    content: "";
    position: absolute;
    left: 1px;
    bottom: -9px;
    width: 0;
    height: 0;
    border-top: solid 9px #01629e;
    border-left: solid 10px transparent;
}

.home-streamline h3 {font-size:29px; color:#01609a;}
.home-streamline p {font-size:16px; color:#6e6e6e; line-height: 160%;  margin-bottom: 30px;}



.home-companylogos {padding:70px 0; text-align:center; background:#fff;}
.home-companylogos .thecontainer {position:relative;}
.home-companylogos a {
    position: absolute;
    height: 100%;
    display: block;
    z-index: 1;
}
.home-companylogos .isocompany { left: 0;  width: 11%; }
.home-companylogos .gsaschedule { left: 15%;  width: 18%; }
.home-companylogos .hubzonecert { left: 35%;  width: 16%; }
.home-companylogos .pci { left: 55%;  width: 14%; }
.home-companylogos .hippa { left: 72%;  width: 11%; }
.home-companylogos .sba { left: 87%;  width: 14%; }





.lefthalf, .righthalf {height:425px; text-align:center; color:#fff; width:50%; float:left; padding:0 2%;background-size: cover;background-position: center center;}
.lefthalf p, .righthalf p { color:#fff; max-width: 430px;
    margin: 25px auto;
    display: block;
    font-size: 16px;
    line-height: 180%;
    text-align: left;}
.lefthalf h2, .righthalf h2  {font-size: 25px; margin: 0;  color: #fff; font-weight: 400;}
.lefthalf img, .righthalf img {margin:0 auto 25px; display:block;}

.orangehalf {background-color:#e4601f;}




.home-about {position:relative; background-color:#f5f5f5;}

.home-about h2 {    margin-bottom: 40px;  color: #01639f;}
.home-about p {line-height:180%;}
.home-about .orangebutton { margin-top:30px;}

.abouthalftext {width:47%; margin-right:5%; float:left; padding:80px 0;}
.abouthalfimg {width:48%; float:right; padding:20px 0; }
.abouthalfimg img {width:100%;}

 
.about-process {padding:100px 0;}
.about-process h2 {color:#505050; font-size:36px; text-align: center; display:block;    margin: 0 0 70px 0;}
.about-process h3 {color:#505050; margin-bottom:20px; font-size:24px;}
.about-process p {color:#6e6e6e;}
.about-process .orangebutton {display:table; margin:0 auto; margin-top:80px;}


.the-process{position:relative;}
.about-process .the-process:nth-of-type(1) img { }
.about-process .the-process:nth-of-type(2) img { }
.about-process .the-process:nth-of-type(3) img { }

.the-process:before {
    content: "\f105";
    /*content: "\f061";*/
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 70px;
    float: right;
    top:49px;
    left: 34px;
    position: relative;}

.the-process:nth-of-type(3):before {content:none;}


.orangeicon {    height: 130px;
    width: 130px;
    background: #e4601f;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 50px;
    text-align:center;
}



.footercta {position:relative; height:460px; text-align: center; padding:0 3%;}
.footercta h2 {margin:0 0 20px 0; color:#fff; font-size:46px;}
.footercta p {color:#fff; font-size:20px; margin-bottom:40px;}
.footercta .ctahalf p {margin-bottom:15px;}

.altcta {height:auto; padding:80px 0;}
.ctahalf {width:50%; float:right; text-align:left;  position:relative; z-index:2;}
.ctahalf .outlinebutton {margin-top:15px;}


.halves.about-halves h2 {color:#01639f;}
.halves.about-halves p {color:#6f6f6f;}
.halves.about-halves .outlinebutton {color:#6f6f6f; border-color:#6f6f6f;}

.about-downloads {padding:60px 0; background:#f4f4f4; text-align: center;}
.about-downloads h2 {margin-bottom:30px;}
.about-downloads ul {margin: 0;  padding: 0;  list-style: none;}
.about-downloads li {margin:10px 0}


.commercialside h2 {font-size: 20px;
    line-height: 150%;
    color: #545454;
    margin: 0 0 30px 0;}
.commercialside ul {margin: 0;
    padding: 0;
    list-style: none;}
.commercialside li {
    margin-bottom: 35px;
}

.commercialside li p span {
    color: #3a7292;
    font-weight: 500;
}

.govtside h2 {color: #e4601f;
    font-size: 24px;
    margin: 0 0 30px 0;}

.govtside ul {  margin: 0;
    padding: 0;
    list-style: none;
    color: #bebebe;
  }

.govtside li {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #d8d8d8;
}

/*.govtside li:after {content:""; display:block; height:1px; background-color:#d8d8d8; width:100%;}*/
.sidebar-logos {margin-top:50px;}
.sidebar-logos h2 {color:#3a7292;}
.sidebar-logo-image {float:left; width:48%; margin-right:4%;  margin-bottom:10px;     background-size: 100%;  background-position: center center;  background-repeat: no-repeat;}
.sidebar-logo-image:nth-of-type(even){margin-right:0;}


.imgsizer {width: 100%;   display: block;   height: auto;}

.inner-page-detail {padding:80px 0;}
.inner-page-detail p {margin-top:30px; } 

.inner-page-detail:nth-child(odd) {background-color:#fff;}
.inner-page-detail:nth-child(even) {background-color:#f4f4f4;}

.inner-page-detail:nth-child(odd) .lefter {width:44%; margin-right:4%; float:left;}
.inner-page-detail:nth-child(odd) .righter {width:52%; float:left;}
.inner-page-detail:nth-child(even) .lefter {width:44%;  float:right; margin-left:4%;}
.inner-page-detail:nth-child(even) .righter {width:52%; float:left;}



.culturecontainer {max-width:900px;}
.culturehalves {padding:90px 0;}
.culturerighthalf {float:left; width:45%; margin-right:10%; margin-bottom:30px;}
.culturelefthalf {float:left; width:45%; margin:0;}
.culturepoints {margin-top:80px; text-align:center;}
.culturepoints ul {margin:50px 0 0 0; padding:0; list-style:none;}
.culturepoints li {padding:40px 0; font-size:22px; line-height:160%;}



/* Tools and Resources */
.innertools {height:300px;}

#secondary.resources-sidebar:after {right:0; left:auto;}
#secondary.resources-sidebar {width:32%; margin-right:4%; padding-left:0; position:relative;}
#secondary.resources-sidebar .well {padding:0; border-radius:0; position:absolute; min-width: 285px;}
#primary.resources-primary {width:64%; margin:0 0 0 36%}
.tools-sidebar a  { display: table;
    color: #dcdcdc;
    background: #e5601f;
    padding: 10px;
    width:100%;
    text-align: left;
    margin-bottom: 10px;}
.tools-sidebar li.sidebar-contact a {background-color:rgba(59, 118, 152, 1); color:#fff; text-align: center; padding:20px 0;}

.tools-sidebar.makestick {position:fixed !important; top:160px;}

.tools-sidebar ul {margin:0; padding:0; list-style:none; min-width:265px;}
.tools-sidebar li {position:relative; width:265px;}

.tools-sidebar select {display:none; margin:0 auto; height:50px; color: #fff; padding:10px 20px;  border:0;  background: #e5601f;}



.trihalf {position:relative; width:33.333%; float:left; height:300px; color:#fff; text-align: center; padding:0;}
.trihalf h2 {color:#fff;     font-size: 25px; margin:0 0 20px;}

.trihalf.greytri {-webkit-filter: grayscale(100%);

  -moz-filter: grayscale(100%); 

  -o-filter: grayscale(100%); 

}

body.page-id-17 .retrieve-active a,
body.page-id-782 .digitize-active a,
body.page-id-783 .data-active a,
body.page-id-21 .roi-active a,
body.page-id-20 .calc-active a,
body.page-id-22 .design-active a,
body.page-id-23 .records-active a,
body.page-id-24 .estimator-active a,
body.page-id-802 .tool-active a
 {color:#fff;}



body.page-id-17 .retrieve-active:after,
body.page-id-782 .digitize-active:after,
body.page-id-783 .data-active:after,
body.page-id-21 .roi-active:after,
body.page-id-20 .calc-active:after,
body.page-id-22 .design-active:after,
body.page-id-23 .records-active:after,
body.page-id-24 .estimator-active:after,
body.page-id-802 .tool-active:after { 

    content: "";
    position: absolute;
    right: -30px;
    top: 0;
    margin: 0;
    padding: 0;
    width: 30px;
    display: block;
    height: 30px;
    border-top: 23px solid transparent;
    border-left: 16px solid #e5601f;
    border-bottom: 22px solid transparent;}



.pentgrid { float: left;
    width: 17.6%;text-align: center; margin-right: 3%;}
.pentgrid:nth-of-type(5) {margin-right:0;}

#tools-and-resources h2 {
    margin-bottom: 20px;
}
#tools-and-resources h2.has-border-bottom {
    text-decoration: underline;
}
#tools-and-resources span.note {
    color: #000000;
    font-family: helviticaBD;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    text-decoration: underline;
}
#table {
    border-top: 1px solid;
    border-left: 1px solid;
    font-size: 9.5pt;
    display: table;
    margin-bottom: 20px;
    width: 100%;
}
#table .tr {
    display: table-row;
    clear: both;
    overflow: hidden;
}
#table .thead {
    font-weight: bold;
    text-transform: uppercase;
}
#table .thead.lc {
    text-transform: capitalize!important;
}
#table .td-1,
#table .td-2,
.tbl-column-3 .td-3 {
    border-bottom: 1px solid;
    border-right: 1px solid;
    display: table-cell;
    vertical-align: middle;
}
#table .td-1 {
    padding: 0 10px;
    width: 265px;
}
#table .td-2 {
    padding: 0 12px 0 11px;
}
.tbl-column-3 .td-1 {
    width: 265px!important;
}
.tbl-column-3 .td-2 {
    width: 122px !important;
}
.tbl-column-3 .td-3 {
    padding: 0 10px;
}
.tas-storage-calc img {
    margin-bottom: 10px;
}
.tas-data-entry-form .tbl {
    margin-bottom: 15px;
}
.tas-data-entry-form .td-1 {
    float: left;
}
.wp-container {
    float: left;
    width: 70%;
}
/* Tools and Resources */

#roi-calculator h2,
#paper-image-est h2 {
    margin-bottom: 20px;
}
.tbl-roi-calculator {
    background-color: #F3F3F3;
    border: 1px solid #C3C3C3 !important;
    font-size: 16px!important;
    padding: 10px!important;
    width: 85% !important;
}
.tbl-roi-calculator input[type=text] {
    width: 47%;
}
.tbl-roi-calculator .td-1,
.tbl-roi-calculator .td-2 {
    border: 0 none!important;
    padding: 5px 10px!important;
}
.tbl-roi-calculator .td-1 {
    text-align: right;
    width: 50% !important;
}
.tbl-roi-calculator .td-2 {
    text-align: left;
}
.roi-col-1 {
    float: left;
    margin-right: 20px;
    width: 35%;
}
.roi-col-2 {
    float: left;
    width: 60%;
}
#com_glossary h2,
#com_glossary h1 {
    margin-bottom: 30px;
}

.estimate-page-table img {width:150px; height:150px; border-radius:50%;}

.estimate-page-table tr {cursor:pointer;}
.estimate-page-table tr img {opacity:1; transition:all .3s ease;}
.estimate-page-table tr:hover img {opacity:.2; transition:all .3s ease;}
.estimate-page-table tr td {position:relative;}
.estimate-page-table tr > td:first-child:after {
    content: "Get Estimate";
    font-weight:900;
    display: block;
    color: #000;
    text-align: center;
    bottom: 70px;
    position: absolute;
    left:30px;
    opacity:0;
    transition:all .3s ease;
}

.estimate-page-table tr:hover > td:first-child:after { opacity:1;transition:all .3s ease;}


/*---- Our Team ----*/


.team-honeycomb h2 {margin:0 auto; text-align:center; display:block; margin-bottom:80px;}

.team-honeycomb {max-width:600px; margin:0 auto; width:100%; padding:80px 0;} 
.sc_team_member div.sc_team_member_name {  font-size: 22px !important; }
.sc_team_member .sc_team_member_jobtitle {color:#fff; font-size: 13px !important;
    max-width: 160px;
    margin: 0 auto;
    line-height: 130%;
    margin-top: 5px;}

.team-ceo {background:#f5f5f5; padding:80px 0;}
.team-ceo p {overflow:auto;}

.sc_our_team_panel .sc-right-panel .sc-name {background:#212121 !important;}

.CEO-img {width:55%; height:400px; float:left; margin-right:5%; background-position:center;}


/*------ Contact & Estimator------*/




.gform_wrapper input[type="radio"] {
                display:none !important;
}

.gform_wrapper input[type="radio"] + label {
    display:inline;
    font-size: 18px;
}

.gform_wrapper input[type="radio"] + label:before {
    content: '';
    display:inline-block;
    width: 12px;
    height: 12px;
    border-radius:50%;
    background: #ccc;
    vertical-align: middle;
    margin-right:7px;
}

.gform_wrapper input[type="radio"]:checked + label:before {
    content: '';
    background: #e5601f;
}




.gform_wrapper .top_label .gfield_label {color:#111; } 
.gform_wrapper .gfield.gf_readonly div.ginput_container input[type="text"] {border: 0 !important; background:transparent !important;}
.gform_wrapper .gfield.gf_readonly div.ginput_container {display:inline-block !important; min-width:350px !important;}


body .gform_wrapper ul.gfield_checkbox li label, body .gform_wrapper ul.gfield_radio li label {
    font-weight: 300;
}

#gform_wrapper_1.gform_wrapper li.gf_right_half ul.gfield_radio li {    padding: 0!important;    width: 50%;    float: left; }


body .gform_wrapper ul li.gfield.gf_readonly {background: #eee; padding: 20px; color:#01609a !important; text-align:center;}
body .gform_wrapper ul li.gfield.gf_readonly input[type="text"] {padding-left:10px !important;}


.file-up {
  margin-bottom: -94px;
    height: 78px;
    width: 350px;
    z-index: 99;
    display: block;
    position: relative;
    background: #fff;
    margin-left: 16px;
    margin-top: 35px;
}

.file-up h3 {font-size:18px; color:#111; font-weight:700 !important;}

.file-up p {font-size:16px; line-height:120% !important;}


.gform_wrapper #gform_1 h3.gform_title {
    letter-spacing: normal!important;
    margin: 10px 0 6px;
        font-size: 30px;
    text-align: left;
    margin-bottom: 20px;
    color: #e5601f;
}



#field_1_37 p {font-size: 13px; font-style:italic;}
#field_1_37 h3 {margin-top:40px;}
#field_1_37 .orangebutton {margin-top:0 !important;}

.gf_shorter_textarea textarea {height: 80px !important;}

#secondary.contact-sidebar:after { right:0; left:auto;}


#secondary.contact-sidebar {width:32%; margin-right:4%; padding-left:0;}

/*
#secondary.resources-sidebar .well {padding:0; border-radius:0; } */
#primary.contact-primary {width:64%; float:left; margin-right:0;} 

.wpcf7-form label, .wpcf7-form input {width:100%; font-weight:100;}

.thegooglemap {margin-bottom:50px;}

.mapoverlay {
   background:transparent; 
   position:relative; 
   width:800px;
   height:480px; /* your iframe height */
   top:480px;  /* your iframe height */
   margin-top:-480px;  /* your iframe height */
} 

.ghead {padding:40px 40px 20px 40px; background:#e4601f;}
.gbody {padding:20px 40px 40px; background:#eee;}

.thegaurantee h2 {color: #fff;
    font-weight: 700;
    margin:0 !important;}

.thegaurantee .gsub1 {font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    color:#fff; margin:0;}

.thegaurantee h3 {    color: #015e97;
    font-weight: 700;}

.thegaurantee .gsub2 {font-weight: 700;
    font-size: 20px;
    margin-top: 25px;}

.thegaurantee.gpage {max-width:900px; margin:0 auto;}
.thegaurantee.gpage h2 {color:#015e97; margin-bottom:25px !important; font-weight: 700;}
.thegaurantee.gpage h2:after {content:""; height:4px; width:40px; background-color:#015e97; display:block; margin-top:10px;}
.thegaurantee.gpage .gbody {background:transparent; padding:0;}

.gstamp {    width: 160px;
    transform: rotate(-15deg);
    opacity: .5;
    padding-bottom: 40px;
    float: left;
    display: block;}

.gstamp.orange {opacity: 1;}

body.page-id-795 .bg-fix .pad3 .thecontainer {max-width:1500px;}


ul.filters a {text-transform:capitalize; font-size:15px;}
ul.filters {padding:0;}

.isotope-item a[title]:hover:after{content: attr(title);
    display: block;
    bottom: 46%;
    position: absolute;
    right: 0;
    left:0;
    color: #000;
    pointer-events: none;
    text-align: center;
    font-size:20px;}

.isotope-item img:hover {cursor:pointer;opacity:.2;   -webkit-filter: grayscale(100%);
          -moz-filter: grayscale(100%); 
          -o-filter: grayscale(100%);}
.isotope {padding:0;}

ul.filters {margin-bottom:50px;}
.case-study {border-bottom:5px solid #015e97; padding-bottom:100px; margin-bottom:100px; }
.case-study:last-child {border-bottom:0; padding-bottom:0;}

.case-study .thecontainer {max-width:950px; padding:80px 0; margin:0 auto; width:100%; }

.case-study .case-logo {
    width: 30%;
    float: left;
    margin-right: 7%;
    margin-top: 30px;
}


.single-case_study .otherpad {padding-top:20px;}
a.orangebutton.back-case {float: right;
       border: 1px solid #cacaca;
    padding: 5px 10px;
    background: #fff;
    color: #cacaca; font-size:15px;}
    a.orangebutton.back-case:hover {border-color:#000; color:#000;}



.case-intro {width:63%; float:left; overflow:hidden;}
.case-study h2, .case-study h3 {color:#01609a;}
.case-study h2 {margin-bottom:0;}

.case-study .orangeicon {margin:30px auto;} 
.case-study .orangeicon:before {
    content: "";
    display: block;
    height: 2px;
    width: 200%;
    position: relative;
    background-color: #e4601f;
    right: 211%;
    top: 50%;
}

.case-study .orangeicon:after {
    content: "";
    display: block;
    height: 2px;
    width: 200%;
    position: relative;
    background-color: #e4601f;
    left: 110%;
    top: 8%;
}
.case-solution {width:47.5%; float:left; margin-right:5%;}
.case-results {width:47.5%; float:left; margin-right:0;}

.case-study hr {    border-top: 2px solid #e5601f; margin:40px 0;}


.case-process .entry-meta span {margin-top:20px; display:inline-block; color:#fff; padding:2px 15px; background-color:#e4601f;}

.case-entity {font-weight:700; margin-bottom:15px;}
.case-entity .data-entry-ocr,
.case-entity .document-form-scanning,
.case-entity .mail-processing {display:none !important;}

.case-process .government,
.case-process .non-profit,
.case-process .commercial {display:none !important;}


/*Testimonials*/

.testimonialswrap {max-width:900px; width:100%; margin:0 auto;}
.testimonialswrap .testimonial-logo {float:left; width:30%; margin-right:5%;}
.testimonialswrap .testimonial-logo img {width:100%;}
.testimonialswrap .testimonial-text {float:left; width:65%;}
.testimonialswrap .thetestimonial {padding:40px 0; border-bottom:2px solid #e5601f;}
.testimonialswrap .thetestimonial:last-child {border-bottom:0;}

@media screen and (max-width:960px), screen and (max-height:750px) { 

  .hero {height:400px;} 

}

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

  #primary, #secondary {width:100%;}
  .well {padding:0;}
  #secondary:after {left:-50px;}

.home-transform .thecontainer {max-width:562px;}
.magiccontain > li > a, .magiccontain > li > a:hover, .magiccontain > li > a:focus {font-size:20px;}
.magiccontain > li {padding:0px 25px;}
#secondary.resources-sidebar{
    width: 105%;
    height: 110px;
    margin: 0 0 50px 0;
    padding: 0;
}

 #secondary.contact-sidebar {
    width: 105%;
    height: 380px;
    margin: 0 0 350px 0;
    padding: 0;

  }

#primary.resources-primary, #primary.contact-primary {width:100%; margin:0 auto; max-width:750px;}

.tools-sidebar ul {display:none;}

.tools-sidebar select {display:block;}
.tools-sidebar.makestick {position:absolute !important; top:auto;}
#secondary.resources-sidebar .well {  min-width: 92%; }







}

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

.mobmenu {display: block;}
.deskmenu {display: none;}
.site-navigation {}
.sb-search {display:none;}

ul#menu-utility li a {font-size:12px; text-align:center; padding:none;}

header#masthead {margin-bottom: 100px !important;}
body.home #logo {margin-top:13px; margin-bottom:13px;}
body.home header.shrink #logo {margin-top:5px; margin-bottom:0;}
/*header.shrink #logo img { width: 210px; }*/
body.home .navbar-default .navbar-toggle {   margin: 34px 0; }
body.home header.shrink .navbar-default .navbar-toggle {   margin: 15px 0; }
.hero h1 {
    font-size: 24px;
    margin: 0 auto;
    color: #fff;
    line-height: 160%;
    max-width: 2400px !important;
}


body.home .hero {height:600px; padding-top:15%;}
body.home .hero {
    background-position: center center;
    background-attachment: initial;
    position: relative;
}

.ctahalf {width:100%;}

}






/** 
 * iPad with portrait orientation.
 */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait){
  
body.home .hero {height:600px;}
body.home .hero {
    background-position: center center;
    background-attachment: initial;
    position: relative;
}

}


/** 
 * iPad with landscape orientation.
 */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape){
  body.home .hero {height:720px;}
  body.home .hero {
      background-position: center center;
      background-attachment: initial;
      position: relative;
  }
}



@media screen and (max-width:690px) {
.hero.innerhero {height:400px;}

.home-transform .thecontainer {max-width:100%;}
.magiccontain > li > a, .magiccontain > li > a:hover, .magiccontain > li > a:focus {font-size:16px;}
.magiccontain > li {padding: 0px 6px;
    width: 100%;
    text-align: center;}
  #magic-line {display:none;}
.magiccontain > li.active > a {border-bottom:1px solid #e4601f;}

.home-streamline .trigrid {width:100%; margin-bottom:40px;}
.halves > div, .home-about > div, .abouthalftext {width:100%;}

.trigrid {width:100%; margin-bottom:30px;}
.the-process:before {content:initial;}

.footer-left {  width: 100%;  float: none; }
.footer-right {  width: 100%;  float: none; }

.the-footer-nav {  margin-bottom: 5px; }

.ftsocial{padding:10px 0 0 0; float:none;}

body.home .primary-nav-menu {
    background-color: rgba(240,240,240, .9);
    transition: all .3s ease;
}

.hero h1.experts {
    margin: 0 10% 0 0;
}

.about-process h2 {font-size:26px;}

.testimonialswrap div {width:100% !important;}
.testimonial-logo {margin-bottom:30px;}

.CEO-img {width:100%; margin:0 0 40px 0; height:300px; float:none;}
.team-ceo p {   overflow: initial; }



.case-study .case-logo {width:100%; margin:0 0 30px 0;}

.case-intro, 
.culturerighthalf, 
.culturelefthalf, 
.halves.about-halves .lefthalf, 
.halves.about-halves .righthalf, 
.halves.about-halves .middlehalf {width:100%; margin:0 0 30px 0;}

}




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

  .hero h1.experts {
      margin: 0 15% 0 0;
  }
  .hero h1 {
      font-size: 15px;
      margin: 0 auto;
      color: #fff;
      line-height: 160%;
      max-width: 2400px !important;
  }

  .hero p {font-size:14px;}

  .innerhero.hero h1 {font-size:25px; line-height:140%;}
 .hero.innerhero {height:360px; padding-top:70px;}

  #footer-area .footer-inner img {
    width: 170px;
    float: none;
    margin: 10px auto 30px;
}

#footer-area .footer-inner {
    max-width: 740px;
    padding: 20px 0;
    margin: 0 auto;
    width: 100%;
}

}




@media screen and (max-width: 440px) {
body.home .hero {height:450px;}
body.home .hero {
    background-position: center center;
    background-attachment: initial;
    position: relative;
}
}