/*
Theme Name: RockSolid
Theme URI: http://rocksolidstabilization.com/
Description: Theme based on Bootstrap framework.
Author: LeMax IT | CultivateStudios
Author URI: http://cultivatestudios.com
Version: 1.0
*/



/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: Commercial
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

html,
body {
    line-height: 1;
    overflow-x: hidden !important;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

html {
    position: relative !important;
}

.shiftnav-wrap,
.page-inner {
    position: static !important;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a:link {
    text-decoration: underline;
}

a:hover {
    color: #00477B;
}

input[type="submit"]:hover,
.btn:hover {
    -webkit-transition: all 0.15s ease-in-out 0.1s;
    -moz-transition: all 0.15s ease-in-out 0.1s;
    -ms-transition: all 0.15s ease-in-out 0.1s;
    -o-transition: all 0.15s ease-in-out 0.1s;
    transition: all 0.15s ease-in-out 0.1s;
}


content div.container .section ul li a:hover {
   color: #00477B;
}


p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    color: #000;
    margin-bottom: 16px;
}

a {
    color:  #00477B;
    text-decoration: none;
}

.relative {
    position: relative;
}

.text-center img {
    margin-right: auto;
    margin-left: auto;
}



/* general styles */

.clearfix {
    clear: both;
}

header {
    position: fixed;
    top: 0; left: 0;
    color: #fec30a;
    width: 100%;
    background-color: #000;
    background-image: url(/wp-content/uploads/2016/06/header-bg-bw.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 550px 90px;
    z-index: 10001;
}

header .logo-wrapper {
    float: left;
    margin: 8px 0;
}

header .logo-wrapper .logo {
    display: block;
    width: 215px;
    height: 57px;
}

h1,
h1.page-title.second,
h1.page-title {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    color: #000;
    padding: 25px 0;
    margin: 0 0 35px;
    background-color: #fec30a;
    text-align: center;
    text-transform: uppercase;
}

h5.page-title.second {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    color: #FFF;
    padding: 10px 0;
    margin: -35px 0 35px 0;
    background-color: #000;
    text-align: center;
    text-transform: uppercase;
}

h1.page-title {
    padding: 10px 0 30px;
}

.page-id-52 h1.page-title,
.page-id-49 h1.page-title {
	margin:0;
}

h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.3;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
}

h3.lined {
    padding-bottom: 9px;
    margin-bottom: 16px;
    border-bottom: 2px solid #FEC30A;
    text-align: left;
}

.section {
    margin-bottom: 55px;
}

h2, h2.page-title.second, h2.case-subtitle {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    color: #000;
    padding: 25px 0;
    margin: 0 0 35px;
    background-color: #fec30a;
    text-align: center;
    text-transform: uppercase;
}
.about-banner h2 {
    color: #FFF;
    text-align: center;
    padding: 20px;
    text-transform: none;
    font-size: 24px;
    line-height: 1.4em;
    background: none;
}

/*
 * Homepage Styles
 */
.home-banner-wrapper {
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: 64px;
    text-align: center;
}

.home-banner-wrapper .image {
    position: relative;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.home-banner-wrapper .banner-text-wrapper {
	position: absolute;
    width: 100%;
    max-width: 670px;
    bottom: 92px;
    left: 50%;
    margin-left: -320px;
}

.home-banner-wrapper .banner-text-wrapper h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.3;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0,0,0,.5);
    vertical-align: middle;
    padding: 0;
    margin: 0;
    background: none;
    text-transform: none;
}

.home-banner-wrapper .banner-text-wrapper h3 {
    color: #fff;
    text-shadow: 0 2px 4px rgba(0,0,0,.5);
}
.home-banner-wrapper .banner-text-wrapper .btn {
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    width: 368px;
    margin-top: 40px;
    padding: 17px 0 16px;
    border: 1px solid #fff;
    border-radius: 3px;
    background-color: #000;
    text-decoration: none;
    box-sizing: border-box;
}

.home-banner-wrapper .btn:active,
.home-banner-wrapper .btn:hover {
    color: #000;
    border-color: #000;
    background-color: #fff;
}

.home-banner-wrapper p:empty,
.home-banner-wrapper br {
    display: none;
}

.home-banner-wrapper .home-banner {
    padding: 22px 0 25px;
    background-color: #fec30a;
    text-align: center;
    margin-bottom: 20px;
}

.home-banner-wrapper .home-banner h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.3;
    color: #000;
    text-transform: none;
}

/*
 * End of Homepage Styles
 */

/*
 * About Page Styles
 */

.about-banner .about-banner-title {
    min-height: 120px;
    margin-bottom: 0;
    text-align: center;
}

 .about-banner .image {
    position: relative;
    height: 350px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: table-cell;
    vertical-align: bottom;
}

.about-banner .about-text-wrapper {
    background-color: rgba(0,0,0,.65);
    min-height: 120px;
}

.services-list .service-item {
    position: relative;
    margin-bottom: 24px;
    border: 1px solid #000;
    clear: both;
}

.services-list .service-item .img-wrapper {
    position: absolute;
    top: 0; left: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.services-list .service-item .item-description {
    position: relative;
    padding: 30px 55px 24px 20px;
    vertical-align: top;
    box-sizing: border-box;
}

.service-item .service-title {
    display: block;
}

.service-item .service-title a {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    padding-bottom: 4px;
    margin-bottom: 8px;
    border-bottom: 1px solid #FEC30A;
    text-decoration: none;
    text-transform: uppercase;
}

.service-item a.readmore {
    position: absolute;
    bottom: 16px;
    right: 54px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #F2A900;
    padding-right: 25px;
    background-image: url(images/read-more-icon.png);
    background-repeat: no-repeat;
    background-position: right 0 center;
    background-size: 17px 17px;
    text-transform: uppercase;
}

a.btn-black:link,
.btn-black:hover,
.btn-black:active,
.btn-black {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
    color: #fff;
    padding: 14px 20px;
    border-radius: 3px;
    background-color: #000;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
}

.btn-fluid {
    display: block;
}

.btn-square {
	border-radius:0px !important;
}

.join-the-team-btn:active,
.join-the-team-btn:hover,
.join-the-team-btn:link,
.join-the-team-btn {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    color: #000;
    padding: 32px 24px;
    border-radius: 5px;
    background-color: #FEC30A;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
}

.join-the-team-btn span {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.copyright a, .copyright a:visited{

    color: #fec30a;
}


.career-item {
    margin: 16px 0 70px;
}

.career-item .career-title {
    font-size: 24px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    border-bottom: #000 1px solid;
}

.career-item .career-title a {
    display: block;
    padding: 10px 0 10px 42px;
    color: inherit;
    text-decoration: none;
    background: url(images/career-title-icon.png) center left no-repeat;
    background-size: 30px 27px;
}

.career-item .actions {
    text-align: right;
}

.black-white-btn:active,
.black-white-btn:hover,
.black-white-btn:link {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    padding: 16px 77px;
    border: 1px solid #000;
    border-radius: 3px;
    background-color: #fff;
    text-decoration: none;
}

.black-white-btn:active,
.black-white-btn:hover {
    background-color: #FEC30A;
}

h3.underline {
    padding-bottom: 8px;
    margin-bottom: 32px;
    border-bottom: 1px solid #000;
}

.black-white-blocks {
    float: left;
    margin-right: -100px;
    margin-left: -100px;
}

.black-white-blocks h4 {
    float: left;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
    padding: 15px 0;
    width: 50%;
    border-left: 1px solid #fff;
    background-color: #000;
    text-align: center;
    box-sizing: border-box;
}

.black-white-blocks h4:first-child {
    border-left: none;
}

.black-white-blocks .block-wrapper h4 {
    float: none;
    width: 100%;
    border: none;
}

.black-white-blocks .block {
    display: table-cell;
    width: 50%;
    padding: 24px 44px 46px;
    border: 1px solid #000;
    text-align: center;
    vertical-align: top;
    box-sizing: border-box;
}

.black-white-blocks .block:first-of-type {
    border-right: none;
}

.black-white-blocks .block-wrapper {
    display: block;
    width: 100%;
    margin-bottom: 46px;
}

.black-white-blocks .block-wrapper .block {
    padding: 45px 100px 26px;
    border: 1px solid #000;
    box-sizing: border-box;
}

.black-white-blocks .block ul {
    display: block;
    text-align: left;
    margin-bottom: 20px;
}

.black-white-blocks .block ul li {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    padding-left: 22px;
    margin-bottom: 20px;
}

.black-white-blocks .block ul li:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%; left: 0;
    height: 3px;
    width: 3px;
    margin-top: -1px;
    background-color: #000;
}

.black-white-blocks .block p {
    margin-bottom: 0;
    text-align: left;
}

.black-white-btn.readmore:link {
    padding: 14px 41px;
}

#rs-footer-form {
    background-color: #fff;
}

#rs-footer-form button.toggle-form {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    width: 100%;
    margin: 0;
    padding: 32px 24px 24px;
    text-align: center;
    background-color: #FEC30A;
    border: none;
    border-radius: 0;
}

#rs-footer-form button.toggle-form span:after {
    content: "\e113";
    display: block;
    clear: both;
    margin: 0 auto;
    font-weight: normal;
    font-size: 20px;
    font-family: 'Glyphicons Halflings';
}

#rs-footer-form button.toggle-form.collapsed span:after {
    content: "\e114";
}

#rs-footer-form #footer-form {
    float: left;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
}

.bootstrap-select {
    width: 100%;
}

.wpcf7-form-control-wrap {
    width: 100%;
    margin-bottom: 24px;
}

body .yellow-black-btn,
input[type="submit"] {
    font-family: "Open Sans",sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: #000;
    padding: 16px 30px;
    width: 234px;
    border: 1px solid #000;
    border-radius: 3px;
    background-color: #FEC30A;
    text-decoration: none;
    box-sizing: border-box;
}

input[type="submit"] {
    margin-left: auto;
    order: 2;
}

body .yellow-black-btn {
    width: auto;
}

.yellow-black-btn:active,
.yellow-black-btn:hover,
input[type="submit"]:active,
input[type="submit"]:hover {
    background-color: #fff;
}

.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 20px;
}

body div.wpcf7-response-output {
    margin: 16px 0;
    padding: 10px 8px;
    font-size: 16px;
    color: #fff;
    background-color: #8ecc9b;
    border: none;
}

body div.wpcf7-validation-errors {
    color: #fff;
    background-color: #ee1f3d;
}

body span.wpcf7-not-valid-tip {
    position: absolute;
    top: 1px; right: 1px;
    color: #fff;
    padding: 4px;
    background-color: #ee1f3d;
}

.mobile-menu-wrapper {
    padding: 0;
}

.mobile-menu-wrapper a.shiftnav-toggle {
    font-size: 0;
    text-indent: -9999px;
}

.mobile-menu-wrapper a.shiftnav-toggle:after {
    content: "\2630";
    color: #fec30a;
    font-size: 32px;
    line-height: 64px;
}

.shiftnav-open .mobile-menu-wrapper a.shiftnav-toggle:after {
    display: inline-block;
    content: '';
    height: 38px;
    width: 30px;
    margin-top: 17px;
    background-image: url(images/toggle-icon-open.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px 24px;
}

.mobile-menu-wrapper a.shiftnav-toggle:hover,
.mobile-menu-wrapper a.shiftnav-toggle:focus {
    text-decoration: none;
}

.mobile-menu-wrapper .mobile-logo {
    float: right;
}

.mobile-menu-wrapper .mobile-logo img {
    width: 136px;
    height: 36px;
    margin: 15px 0 16px;
}

.case-studies-list .case-study-item {
    margin-bottom: 24px;
}

.case-studies-list .case-study-item .item-title {
    padding: 12px 24px;
    color: inherit;
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    background-color: #fec30a;
}

.case-studies-list .case-study-item .item-title a {
    color: inherit;
    text-decoration: none;
}

.case-studies-list .case-study-item .item-wrapper {
    background-size: cover;
    background-position: center center;
}


.single.case-study ul {
    padding-left: 24px;
}

.single.case-study ul li {
    position: relative;
    padding-left: 24px;
    margin-left: -24px;
}

.single.case-study ul li:before {
    content: '';
    display: block;
    position: absolute;
    top: 16px; left: 0;
    height: 4px;
    width: 4px;
    border-radius: 100%;
    background-color: #000;
}

article.case-study .statistics {
    margin-top: 32px;
}

article.case-study .statistics,
.case-study-widget .statistics {
    padding-left: 0;
}

.case-study-widget .statistics {
    margin-top: 32px;
}

article.case-study .statistics .statistics-entry,
.case-study-widget .statistics .statistics-entry {
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    line-height: 1.3;
    color: #000;
    width: 32%;
    padding-left: 0;
    margin-left: 0;
}

article.case-study .statistics .statistics-entry:before,
.case-study-widget .statistics .statistics-entry:before {
    display: none;
}

.case-studies-list .case-study-item .item-description {
    float: right;
    width: 40%;
    padding: 24px 32px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    line-height: 2;
    background: rgba(0,0,0,0.7) none;
}

.case-studies-list .case-study-item .item-description ul {
    margin: 0;
    padding: 0;
}

.case-studies-list .case-study-item .item-description ul li {
    display: block;
    list-style: disc;
    margin: 12px 0;
    padding: 0 0 0 8px;
}

.case-studies-list .case-study-item .item-description .service-excerpt,
.case-studies-list .case-study-item .item-description .service-excerpt * {
    color: #fff;
}

.case-studies-list .case-study-item a.readmore {
    display: block;
    background-color: #fec30a;
    border: 1px solid #000;
    border-radius: 3px;
    box-sizing: border-box;
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #000000;
    text-decoration: none;
    margin: 24px auto 12px;
    padding: 16px 30px;
    text-align: center;
    width: 234px;
}

.case-studies-list .case-study-item .item-description::after {
    content: "";
    display: block;
    clear: both;
}

.statistics {
    text-align: center;
}

.case-studies-list .case-study-item .statistics {
    margin-left: 36px;
    text-align: left;
}

.case-studies-list .case-study-item .statistics .statistics-entry {
    overflow: hidden;
    margin: 16px 0;
}

.case-studies-list .case-study-item .statistics .icon-wrapper {
    float: left;
    width: 40%;
    text-align: center;
}

.case-studies-list .case-study-item .statistics img.icon {
    width: auto;
    height: 44px;
    max-width: 100%;
}

.case-studies-list .case-study-item .statistics .description {
    float: left;
    width: 60%;
    line-height: 1.3;
}

article.case-study .statistics .icon-wrapper,
.case-study-widget .statistics .icon-wrapper {
    float: left;
    width: 35%;
}

article.case-study .statistics img.icon,
.case-study-widget .statistics img.icon {
    width: auto;
    height: 44px;
    max-width: 100%;
}

article.case-study .statistics .description,
.case-study-widget .statistics .description {
    float: left;
    width: 65%;
    text-align: left;
}

.case-study-widget .statistics .description {
    color: #fff;
}

.partners-section div.row {
    display: table;
    width: 100%;
    margin-bottom: 54px;
}

.partners-section div[class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: middle;
}

.partners-section div[class*="col-"] img {
    margin: 0 auto;
}

.columnizer .column {
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

.columnizer .column.first {
    padding-left: 0;
}

.columnizer .column.last {
    padding-right: 0;
}

.our-fleet-section img {
    margin-bottom: 89px;
}

ul.services-list {
	margin: 38px 0 56px;
    text-align: center;
}

.home ul.services-list {
	margin: 0 0 38px 0;
    text-align: left;
    border-left: 1px solid #000;
    padding-left: 22px;
}

ul.services-list li {
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 14px;
    border-left: 1px solid #000;
}

.home ul.services-list li {
    display: block;
    margin-bottom: 0;
    padding: 0 0 12px 0;
    border-left: none;
}

ul.services-list li:first-child {
    padding-left: 0;
    border-left: none;
}

ul.services-list li a:active,
ul.services-list li a:hover,
ul.services-list li a {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    text-decoration: underline;
}

ul.services-list li a:active,
ul.services-list li a:hover {
    text-decoration: none;
}

.careers-list div[class*="col-"]:nth-child(3n+4) {
    clear: left;
}

.careers-list .person-item *,
.careers-list .person-item {
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: #000;
    margin-bottom: 0;
}

.careers-list .person-item {
    margin-bottom: 60px;
    text-align: center;
}

.careers-list .person-item img {
    margin: 0 auto 32px;
}

.careers-list .person-item .name a {
    font-weight: 700;
}

.careers-list .person-item .role {
    font-style: italic;
}

.careers-list .person-item .email a {
    font-weight: 600;
}

.not-found-truck {
    display: block;
    margin: 0 auto;
}

.case-study-widget {
    min-height: 480px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.case-study-widget .item-description {
    padding: 20px 0 28px;
    color: #fff;
    background: rgba(0,0,0,0.7);
}

.case-study-widget .item-description .title {
    margin: 0  0 16px;
    color: #fec30a;
    text-decoration: underline;
}

.case-study-widget .item-description .title a {
    color: inherit;
}

.case-study-widget .item-description .service-excerpt {
    color: #fff;
    line-height: 1.7;
}

article.person h1.person-name {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    color: #000;
    margin-top: 45px;
    margin-bottom: 4px;
    text-align: center;
}

article.person .role {
    display: block;
    font-family: "Open Sans",sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #000;
    margin-bottom: 26px;
    padding-bottom: 15px;
    border-bottom: 1px solid #979797;
    text-align: center;
}

article.person ul.details {
    text-align: center;
    margin-bottom: 36px;
}

article.person ul.details li {
    position: relative;
    display: inline-block;
    margin: 0 27px;
}

article.person ul.details li:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%; left: -32px;
    height: 6px;
    width: 6px;
    margin-top: -2px;
    border-radius: 100%;
    background-color: #000;
}

article.person ul.details li:first-child:before {
    display: none;
}

article.person ul.details li a {
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    text-decoration: none;
}

article.person ul.socials {
    text-align: center;
    margin-bottom: 68px;
}

article.person ul.socials li {
    display: inline-block;
    margin: 0 20px;
}

article.person ul.socials .linkedin a {
    background-image: url(images/member-icon-linkedin.png);
}

article.person ul.socials .twitter a {
    background-image: url(images/member-icon-twitter.png);
}

article.person ul.socials .googleplus a {
    background-image: url(images/member-icon-google.png);
}

article.person ul.socials li a {
    display: inline-block;
    font-size: 0;
    text-indent: -9999pt;
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px 30px;
}

article.person .person-content {
    float: left;
    margin-bottom: 103px;
}

article.person .person-content img {
    float: left;
    max-width: 270px;
    margin: 0 30px 0 0;
}

div.wpcf7 img.ajax-loader {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.single-career-wrapper div.wpcf7 {
    margin-top: 36px;
}

a.phone-number {
    margin-right: 97px;
    padding-left: 27px;
    background-image: url(images/phone-number-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 14px 24px;
}

a.mail {
    padding-left: 47px;
    background-image: url(images/mail-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 34px 23px;
}

a.fax {
    padding-left: 37px;
    background-image: url(images/fax-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 24px 24px;
}

a.fax,
a.mail,
a.phone-number {
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #000;
    height: 24px;
    text-decoration: none;
}

.social-block a {
    display: inline-block;
    font-size: 0;
    height: 100%;
    text-indent: -9999px;
    vertical-align: top;
    width: 100%;
}
.social-block .instagram {
    background-image: url(images/instagram_icon_white.png);
}
.social-block .linkedin {
    background-image: url(images/linkedin_icon_white.png);
}
.social-block .facebook {
    background-image: url(images/facebook_icon_white.png);
}
.social-block .twitter {
    background-image: url(images/twitter_icon_white.png);
}
.social-block .googlemybusiness {
    background-image: url(images/googlemybusiness_icon_white.png);
}
.social-block .linkedin,
.social-block .facebook,
.social-block .instagram,
.social-block .twitter,
.social-block .googlemybusiness {
    display: inline-block;
    height: 24px;
    width: 24px;
    margin: 0 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px;
}

.social-block .googlemybusiness {
    background-size: 24px 20px;
}

hr {
    margin: 46px 0;
    border-color: #000;
}

.rsolid-results-wrapper .item {
    position: relative;
    display: table-cell;
    width: 50%;
    padding: 0 96px 182px;
    text-align: center;
    box-sizing: border-box;
}

.rsolid-results-wrapper .item:first-child {
    border-right: 1px solid #000;
}

.rsolid-results-wrapper .item h3 {
    margin-bottom: 16px;
}

.rsolid-results-wrapper .item ul {
    padding-left: 0;
}

.rsolid-results-wrapper .item li {
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #000;
    margin-left: 0;
    padding-left: 0;
}

.single.case-study .rsolid-results-wrapper .item li:before {
    display: none;
}

.rsolid-results-wrapper .item li p {
    line-height: 1.8;
    margin-bottom: 0;
}

.rsolid-results-wrapper .item li span {
    display: block;
    color: #F2A900;
    text-align: center;
}

.rsolid-results-wrapper .item li span.bam {
    display: inline-block;
}

.rsolid-results-wrapper .item li hr {
    margin: 26px 0;
}

.rsolid-results-wrapper .days {
    position: absolute;
    bottom: 25px; left: 50%;
    width: 132px;
    margin-left: -66px;
}

.rsolid-results-wrapper .cost {
    position: absolute;
    bottom: 25px;
    left: 50%;
    width: 239px;
    margin-left: -115px;
}

.rsolid-results-wrapper .days h4, .rsolid-results-wrapper .cost h4 {
    display: block;
    font-family: "Open Sans",sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    color: #000;
    padding: 7px 0 6px;
    background-color: #FEC30A;
    text-align: center;
    text-transform: uppercase;
}

.rsolid-results-wrapper .item:first-child .days h4, .rsolid-results-wrapper .item:first-child .cost h4 {
    background-color: #9B9B9B;
}

.rsolid-results-wrapper .days div, .rsolid-results-wrapper .cost div  {
    font-family: "Open Sans",sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 1.3;
    color: #000;
    padding: 10px 16px 26px;
    border: 1px solid #000;
    border-width: 0 1px 1px;
    text-align: center;
    box-sizing: border-box;
}

.breadcrumbs-holder {
    font-weight: 300;
    color: rgba(0, 0, 0, 0.37);
    padding: 10px 0 0 0;
    border-top: 1px solid #fec30a;
    background-color: #fec30a;
	font-size: 12px;
}

.breadcrumbs-holder .separator {
    font-weight: 400;
    padding: 0 6px;
}

.breadcrumbs-holder a {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.37);
	font-size: 12px;
}

.breadcrumbs{

}

.service-details {
    float: left;
    width: 100%;
    margin-bottom: 48px;
}

.service-details > div {
    display: table-cell;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    width: 25%;
    padding: 0 10px;
    vertical-align: top;
    box-sizing: border-box;
}

.service-details div br {
    display: none;
}

.service-details div img {
    float: right;
    margin-top: 6px;
    margin-right: 20px;
}

.service-details div div,
.service-details div p {
    display: table-cell;
    vertical-align: top;
}

.service-details div p {
    line-height: 1.4;
    width: 50%;
}

.service-details p:empty {
    display: none;
}

.service-details-list {
    float: left;
    width: 100%;
    margin-bottom: 38px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.service-details-list ul {
    display: block;
    margin: 35px 70px 35px 50%;
    padding: 25px 30px;
    background-color: rgba(0,0,0,.65);
}

.service-details-list ul li {
    position: relative;
    font-family: "Open Sans",sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
    padding-left: 17px;
    margin-bottom: 12px;
}

.service-details-list ul li:before {
    content: '';
    position: absolute;
    top: 15px; left: 0;
    height: 3px;
    width: 3px;
    border-radius: 100%;
    background-color: #fff;
}

body.home .partners-section {
    display: table;
    width: 100%;
    margin-bottom: 60px;
}

body .wpb_image_grid .wpb_image_grid_ul .isotope-item {
    max-width: 16.6667%;
    margin: 0;
}

body .wpb_image_grid .wpb_image_grid_ul .isotope-item:nth-child(n+13) {
    display: none;
}

.quote-section-black{

border: 1px solid !important;
margin-bottom: 45px;
border-radius: 4px;
line-height: 2;
font-style: italic;
padding: 25px 25px 50px 28px;

}

.quote-section-black span{
font-style: italic;
padding-bottom: 20px !important;
float: right;

}

.service-table {
    display: table;
    width: 100%;
}

.service-table .col {
    display: table-cell;
    width: 33.333333%;
    color: #000;
    border: #000 1px solid;
    border-left-width: 0;
}

.service-table .col:first-child {
    border-left-width: 1px;
}

.service-table .col h3 {
    margin: 0;
    padding: 16px 32px;
    height: 4.5em;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    background-color: #fff3cc;
    border-bottom: #000 1px solid;
}

.service-table .col .cell {
    padding: 32px 32px;
    line-height: 1.7;
    vertical-align: top;
}

.full-services-list > .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.full-services-list > .row:before {
    display: none;
}

.full-services-list .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


.full-services-list .service-item {
    position: relative;
    margin-bottom: 60px;
    border: 1px solid #979797;
    border-radius: 3px;
    text-align: right;
    padding-bottom: 40px;
}

.full-services-list .img-wrapper {
    display: table;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.full-services-list .img-wrapper .service-title {
    display: table-cell;
    height: 140px;
    vertical-align: bottom;
    text-align: center;
}

.full-services-list .img-wrapper .service-title a {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    padding: 8px 0 7px;
    margin: 0;
    border: none;
    background-color: rgba(0,0,0,.65);
}

.full-services-list .service-item .item-description {
    padding: 14px 26px 0;
}

.full-services-list .service-item .service-excerpt {
    padding-bottom: 37px;
    text-align: left;
}

.full-services-list .service-item .service-excerpt p {
    margin-bottom: 0;
}

.service-excerpt p{

font-size: 13px !important;
line-height: 1.5 !important;

}

.full-services-list .service-item a.readmore {
    bottom: 23px;
    right: 26px;
}

.flexslider .slides img {
    height: auto;
}

.datagrid table {
	border-collapse: collapse;
	text-align: left;
	width: 100%;
}

.datagrid {
	background: #fff;
	overflow: hidden;
	border: 1px solid #8C8C8C;
	font-family:'Open Sans', sans-serif;
	margin-bottom: 30px;
    margin-top: 10px;
}

.datagrid table td, .datagrid table th {
	padding: 7px 10px;
}

.datagrid table tbody td {
	border-left: 1px solid #DBDBDB;
	font-size: 16px;
	border-bottom: 1px solid #E3E3E3;
	font-weight: normal;
	line-height: 1.25em;
}

.datagrid table tbody td:first-child {
	border-left: none;
}

.datagrid table tbody tr:last-child td {
	border-bottom: none;
}

div.ppt {
	display: none !important;
}

.nivo-caption {
	display: none !important;
}

.gforms-confirmation-wrapper {
    display: table;
    width: 100%;
}

.gforms-confirmation-wrapper br {
    display: none;
}

.gforms-confirmation-wrapper .gform-confirmation-inner {
    display: table-cell;
    height: 150px;
    padding-bottom: 35px;
    vertical-align: middle;
    box-sizing: border-box;
}

.gforms-confirmation-wrapper .gform-confirmation-inner .gform-confirmation-message {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    border-bottom: 2px solid #FEC30A;
    text-align: center;
}

/* body padding fix */

html,
body {
    margin: 0;
    padding: 0;
    height: auto;
    min-height: 100%;
    box-sizing: border-box;
}

body {
    padding-top: 73px;
}

body .shiftnav-wrap {
    min-height: 100%;
    position: relative;
    padding-bottom: 148px;
}



/* footer styles */

footer {
    position: inherit;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 148px;
    padding: 36px 0 28px;
    background-color: #000;
    box-sizing: border-box;
}

footer ul {
    margin-bottom: 48px;
    text-align: center;
}

footer ul li {
    display: inline-block;
    margin: 0 35px;
}

footer ul li a:link,
footer ul li a:active,
footer ul li a:hover,
footer ul li a {
    font-family: "Open Sans",sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    color: #fff;
    text-decoration: none;
}

footer .copyright {
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.3;
    color: #fff;
    text-align: center;
}

/*
*   Gravity Forms Styles
*/

body .gform_wrapper {
    margin: 36px 0 0;
}

.gform_wrapper .gform_title {
    display: none;
}

.gform_wrapper .gform_body {
    width: auto !important;
}

body .gform_wrapper.gravity-theme h3 {
    font-weight: 400;
}

body .gform_wrapper.gravity-theme h3.gsection_title {
    border-bottom: 2px solid #FEC30A;
    text-align: left;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.3;
    color: #000;
    margin-bottom: 0;
}

body .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 25px;
}

body .gform_wrapper .gform_fields .gfield {
    margin: 0 !important;
    padding-bottom: 0;
    clear: none;
}

body .gform_wrapper .gfield.field_description_below + .gsection {
    margin-top: 14px !important;
    padding: 0;
}

body .gform_wrapper .gform_fields .gfield .ginput_container {
    margin: 0 !important;
}

body .gform_wrapper.gravity-theme .gfield textarea,
body .gform_wrapper.gravity-theme .gfield input {
    margin: 0 !important;
    padding: 6px 12px !important;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: inherit !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

body .gform_wrapper .gfield input {
    height: 34px;
}

body .gform_wrapper .gfield .ginput_container_fileupload input {
    height: auto;
    padding: 0 !important;
    border: none;
    box-shadow: none;
}

body .gform_wrapper .gfield textarea:focus,
body .gform_wrapper .gfield input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

body .gform_footer input[type=submit] {
    font-size: 1em;
    width: auto;
}

.gform_wrapper .ginput_complex .ginput_full,
.gform_wrapper .ginput_complex .ginput_left,
.gform_wrapper .ginput_complex .ginput_right {
    min-height: auto !important;
    margin: 0 !important;
    padding: 0 15px !important;
}

.gform_wrapper .ginput_complex span[class*="ginput"]:nth-child(5n+1) {
    padding-left: 0 !important;
}

body .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left,
.gform_wrapper .ginput_complex span[class*="ginput"]:nth-child(5n+4) {
    padding-right: 0 !important;
}

.gform_wrapper .ginput_complex span[class*="ginput"] {
    display: inline-block;
    width: 25% !important;
}

.gform_wrapper .bootstrap-select {
    width: 100% !important;
}

.gform_wrapper .bootstrap-select span {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

body .gform_wrapper .gform_footer {
    text-align: right !important;
}

body .gform_wrapper.gravity-theme .gfield_label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #000;
    margin-bottom: 6px;
}

body .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: .813em;
    letter-spacing: .5pt;
    white-space: nowrap;
}

body #footer-form .top_label div.ginput_complex.ginput_container.gf_name_has_1,
body #footer-form .top_label div.ginput_complex.ginput_container.gf_name_has_2,
body #footer-form .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
    width: 100%;
}

#footer-form div.ginput_container_name span {
    float: left;
    padding: 0 16px;
    margin-right: 0;
}

body .gform_wrapper.gf_browser_chrome .gform_fields .gfield span.name_first,
body .gform_wrapper.gf_browser_chrome .gform_fields .gfield span.name_last,
body .gform_wrapper.gf_browser_chrome .gform_fields .gfield span.name_middle {
    padding-top: 0;
}

#footer-form div.ginput_container_name span.name_first {
    padding-left: 0;
}

#footer-form div.ginput_container_name span.name_last {
    padding-right: 0;
}

.top-menu-cta span.ubermenu-target-title.ubermenu-target-text {
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
    border-radius: 9px;
    height: 27px;
    width: 117px;
    background-color: #1d9bd5;
    padding-top: 6px;
    padding-bottom: 0px;
    text-align: center;
}

.gform_legacy_markup_wrapper .gfield_description.gform_fileupload_rules {
    font-size: 16px;
}

body .gform_wrapper.gravity-theme .gfield-choice-input+label {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

body .gform_wrapper.gravity-theme .gform_validation_errors>h2.hide_summary {
    background: none;
}