@charset "UTF-8";

*:focus {
    outline: none;
}
.wow {
    visibility: hidden;
}
html{
    outline: none;
}
body{
    font-family: Arial, sans-serif;
    font-size: .85rem;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'montserratregular';
    text-transform: uppercase;
    letter-spacing: 1px;
}
a{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
hr{
    border-bottom: 1px solid rgba(0,0,0,0.07);
}
.button, button{
    font-family: 'montserratregular';
    text-transform: uppercase;
    letter-spacing: 1px;
}
.red{
    color: #e3041d;
}
.blue{
    color: #263075;
}
.heading{
    border-left: 5px solid #ebebeb;
}

/* ----- Top Header - Section -----*/
#topHeader .logo img {
    width: 100%;
    margin: 20px 0;
}
#topHeader h1.heading {
    font-size: 1.25rem;
    padding-left: 15px;
    margin-top: 1.7rem;
}
#topHeader .infoTabs{
    padding-top: 2.2rem;
}
#topHeader .infoTabs .columns{
    border-right: 1px solid #ebebeb;
    text-align: right;
    padding: 0;
}
#topHeader .infoTabs .columns:last-child{
    border-right: none;
}
#topHeader .infoTabs a{
    color: #e3041d;
    font-family: 'montserratregular';
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .7rem;
    text-align: center !important;
    display: block;
}
#topHeader .infoTabs a:hover{
    color:#263075;
}
#topHeader .infoTabs a.locations{
    text-align: right !important;
    padding-right: 8px;
}


#topHeader .locations i {
    font-size: 1rem;
    line-height: 0;
    position: relative;
    top: 2px;
}
#topHeader .infoTabs a .has-tip{
    border: 0;
    font-weight: normal;
}

/* ----- Navigation - Section -----*/
.top-bar .menu li:not(:last-child) {
    border-right: 0;
}
.top-bar, .top-bar ul,
.top-bar .dropdown.menu .submenu{
    background: #263075;
}
.top-bar .menu a{
    font-family: 'montserratlight';
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
}
.top-bar .menu a:hover:not(.button) {
    background-color: #19225f;
}
.top-bar .menu li.active a{
    background-color: #19225f;
}

/* ----- First Row - Section -----*/
#mainRow{

}
#mainRow .firstColumn{
    background: url(../images/first-in-service.png) no-repeat 137% 0 #0052c5;
    background-size: contain;
    padding: 0;
    height: 357px
}
#mainRow .firstColumn h1.headingStacked,
#mainRow .firstColumn .content,
#mainRow .firstColumn .button{
    color: #fff;
}
#mainRow .firstColumn h1.headingStacked{
    margin: 40px 0 40px 0;
    padding-left: 15px;
    border-left: 5px solid #fff;
}
#mainRow .firstColumn h1.headingStacked .line1 {
    font-size: 1rem;
}
#mainRow .firstColumn h1.headingStacked .line2 {
    font-size: 1.3rem;
}
#mainRow .firstColumn h1.headingStacked .line1,
#mainRow .firstColumn h1.headingStacked .line2{
    display: block;
}
#mainRow .firstColumn .content{
    margin-bottom: 40px;
}
#mainRow .firstColumn .button{
    background: transparent;
    padding-left: 0;
}
#mainRow .firstColumn .button i{
    font-size: 1.2rem;
    position: relative;
    top: 1px;
}
#mainRow .secondColumn{
    padding: 0;
    height: 357px
}
#mainRow .secondColumn .top{
    height: 50%;
    display: block
}
#mainRow .secondColumn .top .propaneBenefits{
    padding-top: 20px;
}
#mainRow .secondColumn .top .propaneBenefits .columns{
    padding-left: 0;
    padding-right: 0;
}
#mainRow .secondColumn .top .propaneBenefits ul{
    font-family: 'montserratlight';
    text-transform: uppercase;
    color: #263075;
    margin-left: 0px;
    line-height: 2;
    font-size: .75rem;
    list-style-type: none;
    margin-top: 8px;
}
#mainRow .secondColumn .top .propaneBenefits ul li i{
    margin-right: 10px;
}
#mainRow .secondColumn .top .propaneBenefits .button{
    background: 0;
    color: #e3041d;
    text-align: right;
    float: right;
    padding: 0;
    margin: 0;
}
#mainRow .secondColumn .top .propaneBenefits .button:hover{
    color: #263075;
}
.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
.hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #fff !important;
    height: 2px !important;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
    right: 0;
}
#mainRow .secondColumn .top .propaneBenefits .button i{
    font-size: 1.2rem;
    position: relative;
    top: 1px;
}
#mainRow .secondColumn .top .featuredImage{
    padding: 0;
    background: url(../images/burner.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;   
}
#mainRow .secondColumn .bottom{
    height: 50%;
    background: #1f55c0 url(../images/area_home_bg.png) no-repeat;
    background-position: 122% 40%;
    background-size: 60%;
    display: block;
    padding: 20px;
}
#mainRow .secondColumn .bottom h1.heading{
    color: #fff;
    margin-bottom: 30px;
}
#mainRow .secondColumn .bottom .content{
    color: #fff;
    margin-bottom: 10px;
}
#mainRow .secondColumn .bottom .button{
    background: transparent;
    padding-left: 0;
}
#mainRow .secondColumn .bottom .button i{
    font-size: 1.2rem;
    position: relative;
    top: 1px;
}
#mainRow .secondColumn h1.heading{
    font-size: 1rem;
    padding-left: 15px;
}
#mainRow .secondColumn h1.heading:before{
    top: 8px;
}
#secondaryRow .firstColumn h1.headingStacked{
    margin: 40px 0 20px 0;
    padding-left: 15px;
    border-left: 5px solid #ebebeb;
}
#secondaryRow .firstColumn h1.headingStacked:before{
    content: "";
    background: url(../images/heading-arrow-gray.png) no-repeat center right;
    width: 3px;
    height: 6px;
    float: left;
    position: relative;
    left: -15px;
    top: 11px;
}
#secondaryRow .firstColumn h1.headingStacked .line1 {
    font-size: 1rem;
}
#secondaryRow .firstColumn h1.headingStacked .line2 {
    font-size: 1.3rem;
}
#secondaryRow .firstColumn h1.headingStacked .line1,
#secondaryRow .firstColumn h1.headingStacked .line2{
    display: block;
}
#secondaryRow .firstColumn .content{
    color: #424242;
    margin: 0 0 20px 0;
}
#secondaryRow .firstColumn .button {
    background: 0;
    color: #e3041d;
    text-align: right;
    float: right;
    padding: 0;
    margin: 0;
}
#secondaryRow .firstColumn .button:hover {
    color: #263075;
}
#secondaryRow .secondColumn,
#secondaryRow .secondColumn .columns{
    padding: 0;
}
#secondaryRow .secondColumn .tabs,
#secondaryRow .secondColumn .tabs-content.vertical{
    border: 0;
}
.tabs-title > a[aria-selected='true'] {
    background: #19225f !important;
}
.tabs-title > a[aria-selected='true']:after{
    content: "";
    width: 0;
    height: 0;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 10px solid #19225f;
    font-size: 0;
    line-height: 0;
    float: right;
    right: -34px;
    top: 15px;
    position: relative;
}
#secondaryRow .secondColumn .tabs-title > a{
    line-height: 3.3;
    background: #263075;
    color: #fff;
    font-family: 'montserratlight';
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 1px;
}
#secondaryRow .secondColumn .tabs-panel{
    padding: 0;
}
#secondaryRow .secondColumn .tabs-panel img{
    width: 100%;
    height: 276px;
    object-fit: cover;
    object-position: center top;
}
#customPageTitle{
    background: #ebebeb;
    padding: 20px;
}
#customPageTitle h1 {
    font-size: 1.6rem;
    color: #263075;
    margin-bottom: 0;
}
#footer-container{
    border: 0;
    margin-top: 0 !important;
}
#footer-container #contactRow .firstColumn{
    padding: 0;
}
#footer-container #contactRow .firstColumn .location1{
    text-align: center;
    color: #fff;
    background: #263075;
    position: relative;
    padding-bottom: 60px !important;
}
#footer-container #contactRow .firstColumn .location1 h3{
    font-size: 1.3rem;
    margin-top: 30px;
}
#footer-container #contactRow .firstColumn .location1 ul.contactInfo,
.location1_contact ul.contactInfo{
    list-style-type: none;
    margin-left: 0;
    text-align: left;
    font-family: 'montserratlight';
    width: 70%;
    margin: 0 auto;
}
#footer-container #contactRow .firstColumn .location1 ul.contactInfo li,
.location1_contact ul.contactInfo li{
    padding-top: 10px;
}
#footer-container #contactRow .firstColumn .location1 ul.contactInfo li:first-child,
.location1_contact ul.contactInfo li:first-child{
    padding-top: 0;
}
#footer-container #contactRow .firstColumn .location1 ul.contactInfo .address:before,
.location1_contact ul.contactInfo .address:before{
    font: normal normal normal 14px/1 FontAwesome;
    content: " \f041";
    position:relative;
    float: left;
    margin-right: 10px;
    color: #fff;
    height: 45px;
    font-size: 1.3rem;
    line-height: 3;
}
#footer-container #contactRow .firstColumn .location1 ul.contactInfo .phone:before,
.location1_contact ul.contactInfo .phone:before{
    font: normal normal normal 14px/1 FontAwesome;
    content: " \f10b";
    position:relative;
    float: left;
    margin-right: 10px;
    color: #fff;
    height: 32px;
    font-size: 1.5rem;
    line-height: 1.5;
}
#footer-container #contactRow .firstColumn .location1 ul.contactInfo .fax:before,
.location1_contact ul.contactInfo .fax:before{
    font: normal normal normal 14px/1 FontAwesome;
    content: " \f1ac";
    position:relative;
    float: left;
    margin-right: 10px;
    color: #fff;
    line-height: 1.6;
}
#footer-container #contactRow .firstColumn .location1 .button{
    margin-bottom: 0;
    width: 100%;
    bottom: 0;
    position: absolute;
    background: #e3051e; 
    color: #fff;
    left: 0;
}
#footer-container #contactRow .firstColumn .location1 .button i{
    font-size: 1.1rem;
    position: absolute;
    right: 44px;
    top: 11px;
}
#footer-container #contactRow .firstColumn .location2{
    text-align: center;
    color: #fff;
    background: #19225f;
    position: relative;
    padding-bottom: 60px !important;
}
#footer-container #contactRow .firstColumn .location2 h3{
    font-size: 1.3rem;
    margin-top: 30px;
}
#footer-container #contactRow .firstColumn .location2 ul.contactInfo,
.location2_contact ul.contactInfo{
    list-style-type: none;
    margin-left: 0;
    text-align: left;
    font-family: 'montserratlight';
    width: 70%;
    margin: 0 auto;
}
#footer-container #contactRow .firstColumn .location2 ul.contactInfo li,
.location2_contact ul.contactInfo li{
    padding-top: 10px;
}
#footer-container #contactRow .firstColumn .location2 ul.contactInfo li:first-child,
.location2_contact ul.contactInfo li:first-child{
    padding-top: 0;
}
#footer-container #contactRow .firstColumn .location2 ul.contactInfo .address:before,
.location2_contact ul.contactInfo .address:before{
    font: normal normal normal 14px/1 FontAwesome;
    content: " \f041";
    position:relative;
    float: left;
    margin-right: 10px;
    color: #fff;
    height: 41px;
    font-size: 1.3rem;
    line-height: 2;
}
#footer-container #contactRow .firstColumn .location2 ul.contactInfo .phone:before,
.location2_contact ul.contactInfo .phone:before{
    font: normal normal normal 14px/1 FontAwesome;
    content: " \f10b";
    position:relative;
    float: left;
    margin-right: 10px;
    color: #fff;
    font-size: 1.5rem;
}
#footer-container #contactRow .firstColumn .location2 ul.contactInfo .fax:before,
.location2_contact ul.contactInfo .fax:before{
    font: normal normal normal 14px/1 FontAwesome;
    content: " \f1ac";
    position:relative;
    float: left;
    margin-right: 10px;
    color: #fff;
    line-height: 1.6;
}
#footer-container #contactRow .firstColumn .location2 .button{
    margin-bottom: 0;
    width: 100%;
    bottom: 0;
    position: absolute;
    background: #c10419; 
    color: #fff;
    left: 0;
}
#footer-container #contactRow .firstColumn .location2 .button i{
    font-size: 1.1rem;
    position: absolute;
    right: 44px;
    top: 11px;
}
#footer-container #contactRow .mapLocations{
padding: 0;
}
#footer-container #footer{
    font-size: .65rem;
    font-family: arial;
    color: #424242;
    max-width: 100%;
}
#footer-container #footer ul{
    float: right;
}
#footer-container #footer .menu > li{
    border-right: 1px solid #424242;
}
#footer-container #footer .menu > li:last-child{
    border-right: 0;
}
#footer-container #footer .menu > li > a{
    padding-top: 0;
    padding-bottom: 0;
    color: #424242;
}
#footer-container #footer .menu .active > a{
    background: none;
    color: #424242;
}
#footer-container #footer .menu > li > a:hover{
    color: #e3041d;
}
.main-content h1, 
.main-content h2, 
.main-content h3, 
.main-content h4, 
.main-content h5, 
.main-content h6{
    color: #263075;
    letter-spacing: normal;
} 
#customServices{
    margin-left: auto;
    margin-right: auto;
}
#customServices #topContentAreaLeft,
#customServices #topContentAreaRight{
    padding: 0;
}
#customServices #topContentAreaLeft .topContentWrap{
    padding: 30px 20px;
}
#customServices #topContentAreaLeft .topContentWrap p{
    font-family: arial;
    font-size: .8rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
#customServices #topContentAreaRight #featured-hero{
    height: 22rem;
    margin-bottom: 0;
}
#customServices #serviceArea .columns{
    padding: 0;
}
#customServices #serviceArea .serviceFeatured {
    max-height: 120px;
    object-fit: cover;
    width: 100%;
}
#customServices #serviceArea .services .button{
    margin-bottom: 0;
    width: 100%;
    bottom: 0;
    position: relative;
    background: #e3051e; 
    color: #fff;
    left: 0;
    border: 0;
}
#customServices #serviceArea .services .button i{
    font-size: 1.1rem;
    position: absolute;
    right: 44px;
    top: 11px;
}
#customServices #serviceArea .services:hover .button{
    background: #c10419;
}
#customServices #serviceArea .headingWrap,
#customServices #serviceArea2 .headingWrap{
    background: #19225f;
}
#customServices #serviceArea .headingWrap .headingRow,
#customServices #serviceArea2 .headingWrap .headingRow{
    padding: 20px;
}
#customServices #serviceArea .headingWrap h4,
#customServices #serviceArea .headingWrap h6,
#customServices #serviceArea2 .headingWrap h4,
#customServices #serviceArea2 .headingWrap h6{
    color: #fff;
}
#customServices #serviceArea2 .serviceContent{
    padding-top: 20px;
    border-bottom: 1px solid #ebebeb;
}
#customServices #serviceArea2 .serviceContent h5{
    font-size: 1rem;
}
#customServices #serviceArea2 .servicesWrap{
    padding: 20px;
}
#customServices #basicArea .headingWrap,
#customServices #basicArea2 .headingWrap{
    background: #19225f;
}
#customServices #basicArea .headingWrap h4,
#customServices #basicArea .headingWrap h6,
#customServices #basicArea2 .headingWrap h4,
#customServices #basicArea2 .headingWrap h6{
    color: #fff;
}
#customServices #basicArea .headingWrap .headingRow,
#customServices #basicArea2 .headingWrap .headingRow{
    padding: 20px;
}
#customServices #basicArea .services{
    background: #ebebeb;
    padding: 20px;
}
#customServices #basicArea .services ul{
    list-style-type: none;
    margin-left: 0;
}
#customServices #basicArea .services ul li{
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding: 5px;
}
#customServices #basicArea2 .servicesWrap{
    padding: 20px;
}
#customServices #basicArea2 .servicesWrap hr {
    border-bottom: #ebebeb;
}
#annualArea .services{
    background: #19225f;
    padding: 20px;
    color: #fff;
}
#annualArea .services h6,
#annualArea .services2 h6{
    color: #fff;
} 
#annualArea .services2{
    background: #263075;
    padding: 20px;
    color: #fff;
}
#annualArea .services ul,
#annualArea .services2 ul{
    list-style-type: none;
    margin-left: 0;
    width: 96%;
    margin: 20px auto;
}
#annualArea .services ul li,
#annualArea .services2 ul li{
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 5px;
    color: #fff;
}
#annualArea .services ul li a,
#annualArea .services2 ul li a{
    color: #fff;
}
#annualArea .services ul li a:hover,
#annualArea .services2 ul li a:hover{
    text-decoration: underline;
}
#location1.reveal,
#location2.reveal,
#paperless.reveal,
#location1.reveal .columns,
#location2.reveal .columns,
#paperless.reveal .columns{
    padding: 0;
    border: 0;
}
#location1.reveal .heading,
#location2.reveal .heading,
#paperless.reveal .heading{
    background: #ebebeb;
    padding: 20px;
    border: 0;
    color: #263075;
    margin-bottom: 0;
}
#location1.reveal .heading:before,
#location2.reveal .heading:before,
#paperless.reveal .heading:before{
    display: none;
}
#location1.reveal .heading h3,
#location2.reveal .heading h3,
#paperless.reveal .heading h3{
    font-size: 1.6rem;
    margin-bottom: 0;
}
.location1_contact,
.location2_contact,
.location1_hours,
.location2_hours{
    min-height: 373px;
    padding: 20px !important;
}
.location1_contact,
.location2_contact{
    background: #19225f;
}
.location1_hours,
.location2_hours{
    background: #263075;
}
#location1.reveal h5,
#location1.reveal strong,
#location2.reveal h5,
#location2.reveal strong,
#paperless.reveal h5,
#paperless.reveal strong{
    color: #fff;
}
#location1.reveal strong,
#paperless.reveal strong{
    font-family: 'montserratregular';
    text-transform: uppercase;
}
#location1.reveal .contactInfo,
#location2.reveal .contactInfo,
#paperless.reveal .contactInfo{
    color: #fff;
}
#location1.reveal .close-button,
#location2.reveal .close-button,
#paperless.reveal .close-button{
    position: absolute;
    color: #fff;
    right: 0;
    top: 0;
    font-size: 2em;
    line-height: 1;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: red;
}
ul.hours{
    list-style-type: none;
    margin-left: 0;
    text-align: left;
    font-family: 'montserratlight';
    color: #fff;
}
#location1.reveal .button,
#location2.reveal .button,
#paperless.reveal .button{
    width: 100%;
    background: #e3051e;
    color: #fff;
    margin-top: 30px;
}
#customServices #basicArea .form {
    background: #263075;
    padding: 20px;
}
.gform_wrapper .top_label .gfield_label{
    font-family: 'montserratregular';
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}
.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=submit]{
    background: #e3051e;
    color: #fff;
}
#customServices #basicArea .serviceAreaTabs {
    background: #263075;
    padding: 0;
}
.serviceAreaTabs .tabs{
    border: 0;
    background: #19225f;
}
.serviceAreaTabs .tabs-title > a:hover {
    background:  #263075;
}
.serviceAreaTabs .tabs-title > a[aria-selected='true'] {
    background: #263075 !important;
}
.serviceAreaTabs .tabs-title > a[aria-selected='true']:after{
    display: none !important;
}
.serviceAreaTabs .tabs-title > a{
    font-family: 'montserratregular';
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px
}
.serviceAreaTabs .tabs-panel{
    position: relative;
    padding: 0; 
}
.serviceAreaTabs .tabs-panel img{
    width: 100%;
}
.serviceArea_activeArea{
    width: 200px;
    height: 200px;
    position: absolute;
    top: -50px;
    background: rgba(0,0,0,0.4);
    
}
.button.welding {
    width: 100%;
    background: #e3051e;
    color: #fff;
    margin-top: 30px;
}
#secondaryRow .secondColumn .tabs-panel{
    position: relative;
}
#secondaryRow .secondColumn .detail {
    font-family: 'montserratregular';
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 60%;
    text-align: center;
    display: block;
    background: #e3051e;
    position: absolute;
    top: 43%;
    z-index: 1000;
    padding: 10px;
    color: #fff;
    right: 0;
}
.title-bar{
    background: #263075;
}
.title-bar-title{
    font-family: 'montserratregular';
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    line-height: 1;
    font-size: 1rem;
}
.off-canvas{
    background: #263075;
}
.off-canvas .menu > li > a {
    font-family: 'montserratregular';
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}
.off-canvas .menu .active > a{
    background: transparent;
}
.is-accordion-submenu-parent > a::after{
    border-color: #FFF transparent transparent;
}
.js-off-canvas-exit{
    background: rgba(38, 48, 117, 0.5);
}

#menu-main li.button{
    background: #e3041d;
}


#page.blog,
#single-post{
    max-width: 100%;
    margin-top: 0;
}
#page.blog .sidebar,
#single-post .sidebar{
    margin-top: 0;
    background: #19225f;
    padding: 0 0 50px 0;
}
#single-post .main-content,
#page.blog .main-content{
    background: #fff;
    padding: 0;
}
#page.blog .singleSidebarWrap,
#single-post .singleSidebarWrap{
    background: #19225f;
}
#page.blog .sidebar h6,
#single-post .sidebar h6{
    color: #fff;
    padding-left: 20px;
}
#page.blog .sidebar ul,
#single-post .sidebar ul{
    list-style-type: none;
    margin-left: 0;
}
#page.blog .sidebar ul li,
#single-post .sidebar ul li{
    padding-left: 25px;
}
#page.blog .sidebar ul li a,
#single-post .sidebar ul li a{
    font-family: 'montserratlight';
    padding: 9px 0 9px 5px;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    display: block;
    width: 95%;
}
#page.blog .sidebar #searchform,
#single-post .sidebar #searchform{
    border:0;
    padding: 20px 20px 10px 20px;
}
#page.blog .sidebar #searchform .input-group > :first-child,
#single-post .sidebar #searchform .input-group > :first-child{
    border: 0;
}
#page.blog .sidebar #searchform [type='text'],
#page.blog .sidebar #searchform [type='text']:focus,
#single-post .sidebar #searchform [type='text'],
#single-post .sidebar #searchform [type='text']:focus{
    box-shadow: none;
}
#page.blog .sidebar #searchform .button,
#single-post .sidebar #searchform .button,
#single-post .main-content #respond .button{
    background: #c10419;
}
#page.blog .sidebar #searchform .button,
#single-post .sidebar #searchform .button{
    position: relative;
    right: 1px;
}
#page.blog .sidebar #searchform .button:hover,
#single-post .sidebar #searchform .button:hover,
#single-post .main-content #respond .button:hover{
    background: #e3051e;
}


#single-post .main-content #featured-hero{
    margin-bottom: 0;
    height: 20rem;
}
#single-post .main-content h1.entry-title{
    margin: 20px;
    font-size: 1.6rem;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 5px;
}
#single-post .main-content .metaContainer{
    background:rgba(0,0,0,0.07);
    color: #263075;
    font-family: 'montserratlight';
    font-size: .75rem;
    padding: 20px;
    margin: 20px;
}
#single-post .main-content .metaContainer p.byline.author{
    margin-bottom: 0;
}

#single-post .main-content .metaContainer p.byline.author a{
    color: #c10419;
}

#single-post .main-content .entry-content{
    padding: 20px;
    font-family: 'montserratlight';
}
#single-post .main-content #comments{
    margin: 20px;
    background: rgba(0,0,0,0.07);
    padding: 30px;
}
#single-post .main-content #comments h3{
    font-size: 1.5rem;
}
#single-post .main-content #comments ol.comment-list{
    list-style-type: none;
    margin-left: 0;
    font-family: 'montserratlight' !important;
}
#single-post .main-content #comments ol.comment-list ul.children{
    list-style-type: none;
    border-left: 3px solid #263075;
}
#single-post .main-content #comments .comment-body {
    border-bottom: 1px solid rgba(0,0,0,0.07);
    padding: 10px;
}
#single-post .main-content #comments .comment-body .comment-author{
    display: block;
    height: 90px;
}
#single-post .main-content #comments .comment-body .comment-author img{
    position: relative;
    width: 5%;
    float: left;
}
#single-post .main-content #comments .comment-body .comment-author .author-meta.vcard.author{
    position: relative;
    width: 95%;
    float: right;
    padding: 6px 20px 20px 20px;
}
#single-post .main-content #comments .comment-body .comment-author .author-meta.vcard.author cite a,
#single-post .main-content #comments .comment-body .comment-author .author-meta.vcard.author time a,
#page.blog .main-content .post time,
#page.blog .main-content .post .author{
    font-family: 'montserratregular';
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #263075;
}
#page.blog .main-content .post time{
    font-size: .66rem;
}
#page.blog .main-content .post .author{
    color: rgba(0, 0, 0, 0.37);
    font-size: .66rem;
    margin-top: 5px;
}
#page.blog .main-content .post .author a{
    color:  #c10419;
}
#page.blog .main-content .post .author a:hover{
    color: #e3051e;
}
.comment-reply-link{
    font-family: 'montserratregular';
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0.85em 1em;
    margin: 0 0 1rem 0;
    font-size: 0.9rem;
    background-color: #c10419;
    color: #fff;
}
.comment-reply-link:hover{
    color: #fff;
    background: #e3051e;
}


#single-post .main-content #respond{
    padding: 20px;
    background: #ebebeb;
    font-family: 'montserratlight' !important;
}
#single-post .main-content #respond h3{
    font-size: 1.2rem;
}
#single-post .main-content #respond a{
    color: #c10419;
}


#page.blog .main-content .featuredImage{
    padding: 0;
}
#page.blog .main-content .featuredImage img{
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
#page.blog .main-content header h2 a{
    color: #263075;
    font-size: 1.6rem;
    padding: 20px 0 10px 0;
    position: relative;
    display: block;
}
#page.blog .main-content header h2 a:hover{
    color: rgba(0, 0, 0, 0.37);
}
#page.blog .main-content .entry-content{
    font-family: 'montserratlight' !important;
}
#page.blog .main-content .button{
    float:right;
    background-color: #c10419;
}
#page.blog .main-content .button:hover{
    background: #e3051e;
}

.pagination{
    margin-bottom: 0;
    background: #263075;
    color: #fff;
    font-family: 'montserratregular';
    text-align: center;
}
.pagination a, .pagination button{
    color: #fff;
}
.pagination .current{
    background-color: #c10419;
}
.pagination a:hover, .pagination button:hover{
    background: none;
}

#page.blog.errorPage header{
    padding: 20px;
} 
#page.blog.errorPage header h1{
    font-size: 1.6rem
}
#page.blog.errorPage .entry-content{
    padding: 0 20px 20px 20px;
}
#page.blog.errorPage .entry-content ul{
    list-style-type: none;
    margin-left:0;
    padding: 10px;
    background:rgba(0,0,0,0.08);
}
#page.blog.errorPage .entry-content ul li{
    border-bottom: 1px solid rgba(0,0,0,0.06);
    padding: 9px 5px;
}
#page.blog.errorPage .entry-content ul li:last-child{
    border-bottom: none;
}
#page.blog.errorPage .entry-content ul li a{
    color: #c10419;
}


#page.blog.search .main-content header h1{
    padding: 20px 20px 0px 20px;
    font-size: 1.6rem;
}
#page.blog.search .main-content .page-content{
    padding: 0 20px;
}
#page.blog.search .main-content .page-content #searchform{
    display: none;
}

#page.blog .main-content .resultsWrap{
    padding: 20px;
    border-color: #c10419;
    border-width: 2px 0px 2px 0px;
    border-style: solid;
}

.paperless {
    background-color: #07bf43;
    float: left;
    margin: 0 !important;
    padding: 14.6px;
}
.paperless i{
    margin-left:20px;
}
.paperless:hover {
    background-color: #e3051e;
}


/* Small only */
@media screen and (max-width: 39.9375em) {
    
    #site-navigation{
        display: block !important;
    }    
    #site-navigation .paperless{
        width: 100%;
        text-align: center;
    }
    
    #single-post .main-content #comments h3{
        font-size: 1rem;
    }
    #single-post .main-content #comments .comment-body .comment-author{
        height: 50px
    }
    #single-post .main-content #comments .comment-body .comment-author img{
        display: none;
    }
    #single-post .main-content #comments .comment-body .comment-author .author-meta.vcard.author{
        width: 100%;
        padding: 0;
    }
    
    
    
    #topHeader{
        text-align: center;
    }
    #topHeader .logo{
        width: 100%;
    }
    #topHeader .logo img{
        width: 170px;
        margin: 19px auto 0 auto;
    }
    #topHeader h1.heading{
        padding-left: 0;
        border-left: 0;
    }
    #topHeader h1.heading p{
        margin-bottom: 0;
    }
    #mainRow .secondColumn{
        height: auto;
    }
    #mainRow .secondColumn .top,
    #mainRow .secondColumn .bottom{
        height: 100%;
    }
    #mainRow .secondColumn .top .propaneBenefits {
        padding: 2.5rem;
    }
    #mainRow .secondColumn .top .propaneBenefits ul{
        margin-bottom: 0;
        margin-top: 0;
    }
    #mainRow .secondColumn .top .propaneBenefits .button{
        float: left;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    #customServices #serviceArea .headingWrap, 
    #customServices #serviceArea2 .headingWrap,
    #customServices #basicArea .headingWrap, 
    #customServices #basicArea2 .headingWrap{
        height: auto !important;
    }
    #customServices #basicArea .tabs-title{
        width: 100%;
    }
    #customServices #basicArea .tabs-title a{
        width: 100%;
        display: block;
        text-align: center;
    }
    #footer-container #footer{
        margin-bottom: 20px;
        text-align: center;
        font-size: .8rem;
    }
    #footer-container #footer ul{
        float: none;
        margin-top: 20px;
    }
    #footer-container #footer ul li{
        display: block;
        border-right: 0 !important;
        border-bottom: 1px solid rgba(0,0,0,0.2);
    }
    #footer-container #footer ul li a{
        padding: 9px 0 !important;
    }
    #topHeader .infoTabs {
        padding-bottom: 1.8rem;
    }
    #topHeader .infoTabs .columns{
        padding: 0;
    }
    #topHeader .infoTabs .columns:first-child{
        text-align: left;
        border: 0;
    }
    #secondaryRow .firstColumn{
        padding: 2.5rem;
    }
    #secondaryRow .firstColumn h1.headingStacked{
        margin-top: 0;
    }
    #secondaryRow .firstColumn .button{
        float: left;
    }
    #footer-container #contactRow .firstColumn .location1{
        height: auto !important;
    }
    #secondaryRow .secondColumn .tabs-title > a{
        line-height: 1;
    }
    #mainRow .firstColumn{
        background: url(../images/first-in-service.png) no-repeat top right #0052c5;
        background-size: contain;
        padding: 2rem;
        height: auto !important;
    }
    #mainRow .firstColumn h1.headingStacked{
        margin: 290px 0 20px 0;
    }
    #mainRow .secondColumn .bottom{
        padding: 2rem;
        background: #1f55c0 url(../images/area_home_bg.png) no-repeat;
        background-position: 122% 65%;
        background-size: 60%;
    }
    #mainRow .secondColumn .bottom .content{
        margin-bottom: 90px;
    }
    #customServices #basicArea .columns{
        padding: 0 20px;
        height: auto !important;
    }
    #customServices #basicArea .columns:nth-child(2){
        padding-top: 20px;
    }
    #customServices #basicArea .columns:last-child{
        padding-bottom: 20px;
    }
    #customServices #basicArea .services ul{
        margin-bottom: 0;
    }
    .renaldoBrand{
        margin-top: 20px;
    }

}

/* Medium and up */
@media screen and (min-width: 40em) {
    #page.blog .main-content,
    #single-post .main-content{
        width: 100%;
    }
    #page.blog .sidebar,
    #single-post .sidebar{
        width: 100%;
    }

}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    #site-navigation{
        display: block !important;
    }
    #site-navigation .top-bar-left{
        display: none;
    }
    #site-navigation .paperless{
        width: 100%;
        text-align: center;
    }
    
    #topHeader{
        text-align: center;
    }
    #topHeader .logo{
        width: 100%;
    }
    #topHeader .logo img{
        width: 170px;
        margin: 19px auto 0 auto;
    }
    #topHeader h1.heading{
        padding-left: 0;
        border-left: 0;
    }
    #topHeader h1.heading p{
        margin-bottom: 0;
    }
    #topHeader .infoTabs {
        padding-bottom: 1.8rem;
    }
    #topHeader .infoTabs .columns{
        padding: 0;
    }
    #topHeader .infoTabs .columns:first-child{
        text-align: left;
        border: 0;
    }
    #footer-container #footer{
        margin-bottom: 20px;
        text-align: center;
        font-size: .8rem;
    }
    #footer-container #footer ul{
        float: none;
        margin-top: 20px;
    }
    #footer-container #footer ul li{
        display: block;
        border-right: 0 !important;
        border-bottom: 1px solid rgba(0,0,0,0.2);
    }
    #footer-container #footer ul li a{
        padding: 9px 0 !important;
    }
    #secondaryRow .firstColumn{
        padding-bottom: 2rem;
    }
    #mobile-menu, .title-bar {
        display: block !important ;
    }
    .top-bar{
        display: none !important ;
    }
    #customServices #serviceArea .services .button i{
        display: none;
    }
    #serviceArea2 .headingWrap{
        display: none;
    }
    .serviceAreaTabs li.tabs-title {
        width: 50%;
        text-align: center;
    }
    .serviceAreaTabs .tabs-title > a{
        padding-left: 10px;
        padding-right: 10px;
        letter-spacing: normal;
    }
    #customServices #basicArea .columns.headingWrap,
    #customServices #serviceArea .columns.headingWrap{
        padding: 0 20px;
        height: auto !important;
    }
    #customServices #basicArea2 .columns.headingWrap{
        display: none;
    }
    #customServices #basicArea.welding .columns.headingWrap{
        min-height: 303px !important;
    }
}

/* Large and up */
@media screen and (min-width: 64em) {
    #page.blog .main-content,
    #single-post .main-content{
        width: 75%;
    }
    #page.blog .sidebar,
    #single-post .sidebar{
        width: 25%;
    }
    
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    
    #page.blog .main-content,
    #single-post .main-content{
        width: 75%;
    }
    #page.blog .sidebar,
    #single-post .sidebar{
        width: 25%;
    }
    .top-bar .menu a{
        font-size: 0.74rem;
    }
    .top-bar .menu > li:not(.menu-text) > a {
        padding: .85rem;
    }
    #topHeader h1.heading {
        font-size: 1rem;
    }
    #topHeader .infoTabs a{
        font-size: .7rem;
    }
    #topHeader .locations i {
        font-size: 1rem;
        top: 1px; 
    }
}


@media screen and (min-width: 64em) and (max-width: 82.063em) {
    
    #site-navigation{
        display: block !important;
    }
    #site-navigation .paperless{
        width: 100%;
        text-align: center;
        display: block;
        width: 100%;
    }
}


#gform_1{
	position:relative;
}

#gform_1 .gform_footer{
	position: absolute;
    bottom: 0;
    text-align: right;
}


body.page-template-contact-us .small-12.medium-12.large-9.columns.form {
    min-height: 560px;
}


@media only screen and (max-width:767px){
	body.page-template-contact-us .small-12.medium-12.large-9.columns.form {
    min-height: 725px;
}
	#gform_1 .gform_footer{
    bottom: -95px;
}
}