/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 


.fl-col-group .fl-col.inline-modules {
    display: inline-block !important;
    vertical-align: middle;
    -webkit-flex: 0 0 auto;    
    flex: 0 0 auto;
    width: auto !important;
}
.fl-col-group .fl-col.inline-modules.fill {
    -webkit-flex: 1 1 auto;    
    flex: 1 1 auto;
}

/* ##HEADER + TOP BAR */
#top-bar .fl-row-content-wrap {
    transition: all 250ms linear;
}
/* .home .fl-theme-builder-header-sticky:not(.fl-theme-builder-header-scrolled) #top-bar .fl-row-content-wrap {
    background-color: transparent;
} */

#top-bar .fl-col.inline-modules {
    height: 65px;
    line-height: 65px;
}

.top-bar-socials .fl-icon {
    margin-top: 0;
    margin-bottom: 0;
}
.top-bar-socials .fl-module-content .fl-icon i,
.top-bar-socials .fl-module-content .fl-icon i:before {
    font-size: 0;
}
.top-bar-socials .fl-module-content .fl-icon i {
    background-size: 25px 22px;
    background-position: top left;
    background-repeat: no-repeat;
    width: 25px;
    height: 22px;
}
.top-bar-socials .fab.fa-facebook-f {
    background-image: url('/wp-content/uploads/2019/01/facebook-icon.png');
}
.top-bar-socials .fab.fa-twitter {
    background-image: url('/wp-content/uploads/2019/01/twitter-icon.png');
}
.top-bar-socials .fab.fa-linkedin {
    background-image: url('/wp-content/uploads/2019/01/linkedin-icon.png');
}
.top-bar-socials .fi-social-youtube {
    background-image: url('/wp-content/uploads/2019/01/youtube-icon.png');
}

.top-bar-phone a {
    color: #25c231;
}

#top-bar .button-primary .uabb-button {
    border: none;
    padding: 0;
    height: 65px;
    line-height: 68px;
    min-width: 220px;
    text-align: center;
}
#top-bar .button-primary .uabb-button .uabb-creative-button-text,
#top-bar .button-primary .uabb-button .uabb-creative-button-icon-before {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

#top-bar .button-primary .uabb-button  .uabb-creative-button-icon-before {
    margin: -5px 0 0 0;
}

#menu-top-bar > li {
    vertical-align: top;
}
#menu-top-bar > li a {
    margin: 0 20px 0 0;
}

#header-main #main-search {
    display: none;
    width: 44px;
    height: 44px;
}

#header-main .widget_search {
    height: 44px;
    position: relative;
}
#header-main .widget_search:after {
    content: "\e96f";
    content: "\f002";
    display: block;
    height: 44px;
    width: 44px;
    font-family: ultimate-icons;
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 40px;
    color: #666;
    text-align: center;
    cursor: pointer;
    speak: none;
    -webkit-font-smoothing: antialiased;
}
#header-main .widget_search.open:after,
#header-main .widget_search:hover:after {
    color: #130c0d;
}

#header-main .fl-search-input {
    display: none;
    position: absolute;
    top: 0;
    right: 100%;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    min-width: 300px;
    z-index: 2;
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 1px 20px rgba(0,0,0,0.1);
}

#header-main .widget_search.open .fl-search-input {
    display: block;
}

.home .menu > li.current-menu-item > a {
    color: #130c0d;
}
.home .menu > li.current-menu-item:hover > a {
    color: #25c231;
}

#header-main .fl-node-5c34f17f14990 .fl-menu-mobile-toggle rect {
    fill: #130c0d;
}

.fl-theme-builder-header-scrolled header {
    border-bottom: 1px solid #b7b7b7;
}

/* ##FOOTER */
#menu-footer li:first-child {
    margin-left: -10px;
}

.fl-row-content .fl-col.logos {
    margin-bottom: 40px;
}
.fl-row-content .fl-col.logos .fl-col-content {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

.fl-module.footer.logo,
.fl-module.footer.badge {
    width: auto;
}
.fl-module.footer.badge {
    margin-left: 2rem;
}
.badge .fl-photo-img {
    max-width: 80px;
}

/* ##HOME */
body.home {
    padding-top: 0 !important;
}

.fl-theme-builder-header-sticky ~ .fl-page-content #home-video-row {
    margin-top: 135px;
}

#home-video-row  .fl-bg-video video {
    top: 0 !important;
}
#home-video-row .fl-row-content-wrap {
    padding-top: calc(56.25vw - (0.5625 * 16px));
    position: relative;
}
#home-video-row .fl-row-content {
    position: static;
}
#home-video-row .fl-module.fl-module-html {
    position: absolute;
    top: 0;
    right: 0;
}

#home-video-row .volume-control .fa {
    font-size: 3rem;
    color: #fff;
}
#home-video-row .volume-control:hover .fa {
    text-shadow: 0 0 5px #130c0d;
}
#home-video-row .volume-control:hover .fa {
    color: #ff0000;
}
#home-video-row .volume-control.muted:hover .fa {
    color: #25c231;
}

#home-video-row .volume-control .fa,
#home-video-row .volume-control .fa-volume-mute,
#home-video-row .volume-control.muted .fa-volume-up {
    display: block;
}
#home-video-row .volume-control.muted .fa-volume-mute,
#home-video-row .volume-control .fa-volume-up {
    display: none;
}


#home-hero-slider .fl-slide,
#home-hero-slider .fl-content-slider {
    min-height: 0;
    height: 66.6667vw;
    max-height: 800px;
}

#home-hero-slider .bx-viewport {
    height: auto !important;
}

#home-hero-slider .bx-wrapper {
    margin-bottom: 0;
}

#home-hero-slider .bx-wrapper .bx-pager {
    bottom: 20px;
}

#home-hero-slider .fl-slide-content-wrap {
    width: 100%;
}


#home-hero-slider .fl-slide-bg-photo {
    position: relative;
    right: auto;
    bottom: auto;
    padding-top: 66.666vw;
}

#home-hero-slider .fl-slide-content {
    margin: 0;
    padding: 40px;
    position: absolute;
    top: calc(50% + 70px);
    left: 50%;
    width: 100%;
    max-width: 1200px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#home-hero-slider .fl-slide-title {
    font-weight: 800;
    font-size: 68px;
    line-height: 1.1;
    letter-spacing: 3px;
    text-transform: uppercase;
    word-break: break-word;
}

#home-hero-slider .slide-subheading {
    font-weight: 300;
    font-size: 32px;
}

#home-hero-slider .fl-button br {
    display: none;
}

 .fl-col.home-cta-button .fl-module-button .fl-module-content {
    position: relative;
}

.btd-40-year-box .uabb-infobox-title {
    font-size: 30px;
}

.btd-40-year-box .uabb-infobox-text p,
.btd-40-year-box .uabb-infobox-text.uabb-text-editor {
    font-size: 18px;
}



/* ##CONTENT */
.fl-module.fl-module-info-box.equipment-list-title {
    position: relative;
}
.fl-module.fl-module-info-box.equipment-list-title .uabb-infobox-button {
    position: absolute;
    top: 50px;
    right: 40px;
}

.uabb-hotspot-item .uabb-hotspot-tooltip-content {
    box-shadow: 0 1px 20px rgba(0,0,0,0.1);
}

.uabb-hotspot-item .uabb-hotspot-tooltip-content strong {
    color: #004c70;
}

.uabb-hotspot-item.evolve-super-hover .uabb-hotspot-tooltip-content {
    opacity: 1;
}

.leadership-hotspot .uabb-hotspot-tooltip-content.uabb-text-editor {
    width: 320px;
}

.uabb-hotspot-tooltip-content a {
    text-decoration: underline;
}
.uabb-hotspot-tooltip-content figure {
    position: relative;
}
.uabb-hotspot-tooltip-content img {
    display: block;
}
.uabb-hotspot-tooltip-content figcaption {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 10px;
}

/* ##TIMELINE */
.fl-module.timeline-nav .uabb-info-list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.fl-module.timeline-nav .uabb-info-list-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.fl-module.timeline-nav .uabb-info-list-content-wrapper .uabb-info-list-content {
    margin: 0;
}

@media only screen and (min-width: 768px) {
    .timeline-nav-sticky .fl-row.timeline-nav-row {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10000;
        width: 100%;
    }    
    .timeline-nav-sticky .logged-in .fl-row.timeline-nav-row {
        position: fixed;
        top: 32px;
    }
    .timeline-nav-sticky .fl-row.timeline-nav-row .uabb-info-list-title,
    .timeline-nav-sticky .fl-row.timeline-nav-row .uabb-info-list-title * {
        display: block;
        font-size: 20px;
        line-height: 1;
        height: 22px;
    }
}

@media only screen and (min-width: 1008px) {
    .timeline-nav-sticky .fl-row.timeline-nav-row {
        top: 135px;
    }    
    .timeline-nav-sticky .logged-in .fl-row.timeline-nav-row {
        position: fixed;
        top: 167px;
    }
}

/* ##FORMS */
.wpcf7-form {
    font-size: 0;
}

.wpcf7-form .input-group {
    font-size: 14px;
    margin: 0 0 2rem;
}
.wpcf7-form .input-group label {
    font-size: 16px;
    font-weight: 300;
    display: block;
}

input[type=text].wpcf7-form-control,
input[type=email].wpcf7-form-control,
input[type=tel].wpcf7-form-control,
select.wpcf7-form-control,
textarea.wpcf7-form-control {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    background-color: #fff;
    color: #130c0d;
    border: 1px solid #b7b7b7;
    height: 42px;
    line-height: 42px;
    width: 100%;
    border-radius: 0 !important;
    padding: 0 1.5rem;
    outline: none;
}

.wpcf7-form-control.wpcf7-select,
.wpcf7-form-control.wpcf7-select:focus,
.uabb-cf7-style .wpcf7-form-control.wpcf7-select,
.uabb-cf7-style .wpcf7-form-control.wpcf7-select:focus,
.home .uabb-cf7-style .wpcf7-form-control.wpcf7-select,
.home .uabb-cf7-style .wpcf7-form-control.wpcf7-select:focus {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='16px' height='16px' viewBox='0 0 444.819 444.819'%3E%3Cpath d='M434.252,114.203l-21.409-21.416c-7.419-7.04-16.084-10.561-25.975-10.561c-10.095,0-18.657,3.521-25.7,10.561 L222.41,231.549L83.653,92.791c-7.042-7.04-15.606-10.561-25.697-10.561c-9.896,0-18.559,3.521-25.979,10.561l-21.128,21.416 C3.615,121.436,0,130.099,0,140.188c0,10.277,3.619,18.842,10.848,25.693l185.864,185.865c6.855,7.23,15.416,10.848,25.697,10.848 c10.088,0,18.75-3.617,25.977-10.848l185.865-185.865c7.043-7.044,10.567-15.608,10.567-25.693 C444.819,130.287,441.295,121.629,434.252,114.203z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 1rem) center;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
}

.home input[type=text].wpcf7-form-control,
.home input[type=email].wpcf7-form-control,
.home input[type=tel].wpcf7-form-control,
.home select.wpcf7-form-control,
.home textarea.wpcf7-form-control {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    border: none;
    box-shadow: 0 3px 30px 0 rgba(0,0,0,0.16);
    height: 48px;
    line-height: 48px;
}

textarea.wpcf7-form-control,
.home textarea.wpcf7-form-control {
    line-height: 1.5;
    height: 116px;
    resize: none;
}
.home textarea.wpcf7-form-control {
    padding: 1rem !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #130c0d;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #130c0d;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #130c0d;
}
:-moz-placeholder { /* Firefox 18- */
  color: #130c0d;
}

span.wpcf7-list-item.first {
    margin: 0;
}

.wpcf7-form-control.wpcf7-submit,
.fl-module-uabb-contact-form7 .uabb-cf7-style input[type=submit] {
    width: 100%;
    padding: 25px 65px 22px 30px;
}

.wpcf7-form p:nth-last-child(2) {
    width: 185px;
    margin: auto;
    text-align: center;
    position: relative;
}
.wpcf7-form p:nth-last-child(2):after {
    content: '';
    width: 24px;
    height: 19px;
    background-image: url(/wp-content/uploads/2019/01/green-button-hex-arrow.png);
    background-size: 24px 19px;
    background-position: top left;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 34px;
    right: 33px;
    margin: -11px -9px 0 0;
    cursor: pointer;
}
.fl-page .wpcf7-form-control.wpcf7-submit:hover,
.fl-page .button-primary .uabb-button:hover {
    background-color: #25c231;  
}

.wpcf7-form .ajax-loader {
    display: block;
    margin: 1rem auto 0;
}

.wpcf7-form .form-section {
    padding: 20px 0;
    border-bottom: 1px solid #e4e4e4;
}

.uabb-cf7-style .wpcf7-form [class*="uabb-cf7-col"] {
    float: none;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding: 0 2rem;
}

.wpcf7-form br {
    display: none;
}

.wpcf7-form .title {
    margin-top: 20px
}

.uabb-cf7-style p > label {
    margin: 0 0 2rem;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.025em;
}

.wpcf7-form label ~ span.wpcf7-form-control-wrap {
    margin: -2rem 0 2rem;
}

.wpcf7-form .input-group span.wpcf7-form-control-wrap {
    margin: 0;
}

.uabb-cf7-style label .required {
    color: #ce0000;
}

.wpcf7-form .subtitle {
    margin: 2rem 0 1rem;
}

.wpcf7-form .wpcf7-form-control.wpcf7-radio,
.uabb-cf7-style .wpcf7-checkbox {
    height: 42px;
    line-height: 42px;
    display: block;
}

.uabb-cf7-style input[type=checkbox] {
    margin: -4px 0 0;
}

.uabb-cf7-style .wpcf7-checkbox input[type='checkbox'] + span,
.uabb-cf7-style .wpcf7-radio input[type='radio'] + span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 0.5rem;
    font-weight: 400;
}

.supplier-form-container {
    max-width: 600px;
}

.supplier-form-container #wpmem_login {
    color: #fff;
}

.supplier-form-container #wpmem_login .form {
    padding: 2rem;
    background: #004c70;
}

.supplier-form-container #wpmem_login fieldset {
    margin: 0;
}

.supplier-form-container #wpmem_login legend {
    border: none;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 2rem;
    font-size: 0;
}
.supplier-form-container #wpmem_login legend:before {
    content: 'Supplier Portal';
    font-size: 32px;
}

.supplier-form-container #wpmem_login .div_text {
    width: 100%;
    margin: 0 0 2rem;
}

.supplier-form-container #wpmem_login label {
    font-weight: 300;
    letter-spacing: 1px;
}

#wpmem_login input[type="text"],
#wpmem_login input[type="password"] {
    border-radius: 0;
    padding: 0 1rem;
    height: 40px;
    line-height: 40px;
}

.supplier-form-container #wpmem_login .button_div {
    text-align: left;
    width: 100%;
}
.supplier-form-container #wpmem_login input.buttons {
    float: right;
    height: 38px;
    line-height: 38px;
    padding: 0 1rem;
}

@media only screen and (max-width: 999px) {
  .home .wpcf7-form [class*="uabb-cf7-col"] {
      width: 100%
  }

  .home .wpcf7-form [class*="uabb-cf7-col"]:nth-child(2),
  .home .wpcf7-form [class*="uabb-cf7-col"]:nth-child(3) {
      width: 50%;
  }
}
@media only screen and (max-width: 639px) {
  .home .wpcf7-form [class*="uabb-cf7-col"]:nth-child(2),
  .home .wpcf7-form [class*="uabb-cf7-col"]:nth-child(3) {
      width: 100%;
  }
}


/* ##TRUMPS */
.uabb-creative-button-wrap .uabb-button.hex-arrow-button .uabb-button-text {
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    vertical-align: bottom;
    float: none;
    margin-bottom: -1px;
}
.uabb-creative-button-wrap .uabb-button.hex-arrow-button .uabb-button-icon {
    background-image: url(/wp-content/uploads/2019/01/green-button-hex-arrow.png);
    background-size: 24px 19px;
    background-repeat: no-repeat;
    background-position: top left;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 19px;
    float: none;
}

.fnt-acumin,
.acumin {
    font-family: acumin-pro, sans-serif;
    font-style: normal;
}
.light {font-weight: 300;}
.bold {font-weight: 700;}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}

.clr-green {
    color: #25c231;    
}
.clr-blue {
    color: #004c70;    
}
.clr-white,
.clr-light {
    color: #fff;
}
.clr-black,
.clr-dark {
    color: #130c0d;    
}
.bg-green {
    background-color: #25c231;    
}
.bg-blue {
    background-color: #004c70;    
}
.bg-white,
.bg-light {
    background-color: #fff;
}
.bg-black,
.bg-dark {
    background-color: #130c0d;    
}

/* OUR CAPABILITIES GRAPHIC */
.segment--white {
	fill: #FFFFFF;
}
.segment--green {
	fill: #03c61d;
}
.segment--dark-green {
	fill: #019c15;
}
.segment--grey {
	fill: #bbbdbf;
}
.segment--highlight {
	fill: #03c61d;
}
.segment--active {
	fill: #03c61d;
}
.segment--transaprent {
	fill: transparent;
}
.segment--inactive {
	fill: #004c6f;
}
.inner-segment--inactive {
	fill: #bbbdbf;
}
.outer-segment--inactive {
	fill: #03c61d;
}
.hotspot,
.outer-hotspot,
.inner-hotspot {
    cursor: pointer;
}


@media screen and (min-width: 769px) {
    .model__segments {
    	border-left: 1px solid #ccc;
    }
    .model__segments-item {
    	display: none;
    }
    html.fl-builder-edit .model__segments-item {
    	display: block;
    }
	.scaling-svg-container {
		position: relative;
		height: 0;
		width: 100%;
		padding: 0;
		padding-bottom: 100%;
		/* override this inline for aspect ratio other than square */
	}

	.scaling-svg {
		position: absolute;
		height: 100%;
		width: 100%;
		left: 0;
		top: 0;
	}
}
@media screen and (min-width: 784px) {
    #header-main .fl-col-content {
        -webkit-box-orient: horizontal;
        flex-direction: row;
    }
    #header-main #main-search,
    #header-main .fl-module.fl-module-menu {
        flex: 0 0 auto;
    }
    #header-main .fl-module.fl-module-menu {
        width: calc(100% - 44px);
    }
    #header-main #main-search {
        display: block;
        width: 44px;
        height: 44px;
    }
    
    #menu-main.menu > li {
        display: none;
    }
    
    #menu-main.menu > li:nth-child(1),
    #menu-main.menu > li:nth-child(2),
    #menu-main.menu > li:nth-child(3) {
        display: inline-block;
    }
}

@media screen and (max-width: 1199px) {
    #home-hero-slider .fl-slide-title {
        font-size: 60px;
        line-height: 1.1;
    }
    #home-hero-slider .slide-subheading {
        font-size: 32px;
        line-height: 1.2;
     }
}

@media screen and (max-width: 1025px) {
    #menu-top-bar #menu-item-990 {
        display: none;
    }
}

@media screen and (max-width: 1006px) {
    #home-hero-slider .fl-slide-content {
        top: 50%;
    }
}

@media only screen and (max-width: 979px) {
    #top-bar .fl-col.top-bar-menu {
        display: none !important;
    }
    
    #top-bar .fl-col.top-bar-phone,
    #top-bar .button-primary .uabb-button,
    #top-bar .fl-col.inline-modules {
        line-height: 50px;
        height: auto;
    }
    
    #top-bar .button-primary .uabb-button .uabb-creative-button-icon-before {
        margin-top: -2px;
    }
    
    #top-bar .button-primary .uabb-button {
        min-width: 0;
        padding: 0 20px;
    }
    
    #top-bar .fl-col.top-bar-phone p {
        margin: 0;
    }
    
    .fl-row.page-title .fl-row-content-wrap {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    #home-hero-slider .fl-slide-title {
        font-size: 50px;
        line-height: 1.1;
    }    
    #home-hero-slider .slide-subheading {
        font-size: 28px;
        line-height: 1.1;
    }
    
    .fl-row.page-title .fl-module-heading .fl-heading {
        font-size: 52px;
    }
}
@media screen and (max-width: 783px) {
    #header-main .fl-menu-mobile-toggle {
        display: block;
        float: right;
    }
    #menu-main {
        display: block;
    }
    #menu-main > li {
        display: block;
        text-align: left;
    }
}

    
@media only screen and (min-width: 769px) {
    .fl-row-content .fl-col.logos {
        margin-bottom: 0;
    }
    .fl-row-content .fl-col.logos .fl-col-content {
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
    }
}

@media screen and (max-width: 768px) {
    #top-bar .fl-col-group.fl-col-group-equal-height {
        display: flex;
    }
    #header-main .fl-photo {
        padding-left: 14px;
    }
    #menu-main {
        padding: 10px;
    }
    
    #home-hero-slider .fl-slide-mobile-photo {
        display: none !important;
    }
    #home-hero-slider .fl-slide-bg-photo {
        padding-top: 75vw;
    }
    
    #home-hero-slider .fl-slide,
    #home-hero-slider .fl-content-slider {
        min-height: 75vw !important;
    }
    #home-hero-slider .fl-slide-content {
        background-color: transparent;
        text-align: left;
    }
    #home-hero-slider .fl-slide-title {
        font-size: 52px !important;
        line-height: 1.1 !important;
    }
    #home-hero-slider .slide-subheading {
        font-size: 24px !important;
        line-height: 1.1 !important;
    }
    .fl-row.home-feature .uabb-dual-button-wrapper {
        flex-direction: row;
        -webkit-box-orient: horizontal;
    }
    .fl-row.home-feature .uabb-dual-button-wrapper .uabb-dual-button-one {
        margin:0 20px 0 0;
    }

    .fl-row.home-our-company .fl-row-content-wrap {
        padding-bottom: 50px
    }
    
    .fl-row.home-get-a-quote .fl-col.home-cta-button {
        margin: 0 0 2rem;
    }
    .fl-row.home-get-a-quote .home-cta-button .fl-module-button .fl-module-content {
        margin: -4rem 0 0;
    }
    
    .model__segments-item {
    	display: block !important;
    }
    .fl-module.fl-module-info-box.equipment-list-title .uabb-infobox-button {
        position: relative;
        top: auto;
        right: auto;
        margin: 1rem 0 0;
    }

    ul#menu-footer {
        width: auto;
        display: block;
        text-align: center;
    }
    #menu-footer li:first-child {
        margin-left: 0;
    }

    #menu-footer li {
        display: block;
        border: none;
        font-size: 16px;
        margin: 0 0 15px;
        text-align: center;
    }
    
    #menu-footer li a {
        display: inline-block;
    }

    footer .fl-module.fl-module-rich-text .fl-module-content.fl-node-content {
        margin: 1rem 0;
        text-align: center;
    }
    footer .fl-module.fl-module-rich-text .fl-rich-text * {
        font-size: 16px;
    }
}

@media only screen and (max-width: 699px) {
    #home-hero-slider .fl-slide-bg-photo {
        padding-top: 100vw;
    }
    #home-hero-slider .fl-slide,
    #home-hero-slider .fl-content-slider {
        min-height: 100vw !important;
    }
}

@media screen and (max-width: 629px) {
    #home-hero-slider .fl-slide-title {
        font-size: 32px !important;
        line-height: 1.1 !important;
    }
}

@media only screen and (max-width: 599px) {
    .fl-row.page-title .fl-module-heading .fl-heading {
        font-size: 38px;
    }
    #home-hero-slider .fl-slide-bg-photo {
        padding-top: 0;
        height: 400px;
    }
    #home-hero-slider .fl-slide,
    #home-hero-slider .fl-content-slider {
        min-height: 400px !important;
    }
}

@media only screen and (max-width: 499px) {
    #top-bar .fl-col.top-bar-button {
        display: none !important;
    }
        
    #home-hero-slider .fl-slide,
    #home-hero-slider .fl-content-slider {
        min-height: 400px !important;
    }
    #home-hero-slider .fl-slide-title {
        font-size: 30px !important;
        line-height: 1.1 !important;
        letter-spacing: 2px;
    }
    #home-hero-slider .slide-subheading {
        font-size: 20px !important;
        line-height: 1.2 !important;
    }
    .fl-row.home-feature .uabb-dual-button-wrapper {
        flex-direction: column;
        -webkit-box-orient: vertical;
    }
    .fl-row.home-feature .uabb-dual-button-wrapper .uabb-dual-button-one {
        margin:0 0 20px;
    }
    
    .fl-row.page-title .fl-row-content-wrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .fl-row.page-title .fl-module-heading .fl-heading {
        font-size: 32px;
    }
}

@media only screen and (max-width: 374px) {
    #top-bar .fl-col.top-bar-phone {
        display: none !important;
    }
    
    #home-hero-slider .fl-slide-content {
        padding-left: 35px;
        padding-right: 35px;
    }
    #home-hero-slider .fl-slide-title {
        font-size: 24px !important;
        line-height: 1.1 !important;
    }

    .fl-row.page-title .fl-module-heading .fl-heading {
        font-size: 28px;
    }
}
