html,body {height:100%; margin:0px; padding:0px; -webkit-overflow-scrolling:touch;}
body {font-family:'PT Sans', Arial, sans-serif; color:#1B1A1B; overflow-x:hidden;}
.grid-container {overflow-x:hidden;}

/*KEEPS THE NAV-BAR FROM FLASHING*/
.no-js .top-bar {display:none;}
@media screen and (min-width:40em) {
    .no-js .top-bar {display:none;}
    .no-js #main-nav {display:none;}
}

/* Color Styles */
.red {color:#ed1c24;} /* rgba(237, 28, 36) */
.dark-gray {color:"#414042";} /* rgba(65, 64, 66) */
.gray {color:#615F62;} /* rgba(109, 110, 113) */
.light-gray {color:#817F83;} /* rgba(129, 127, 131) */
.off-white {color:#d4d4d5;}
.white {color:#fff;}
.black {color:#1B1A1B;}

/* Link Styles */
a img {border:none;}
a {color:#ed1c24; text-decoration:none; line-height:inherit;}
a:hover {color:#414042; text-decoration:underline;}
a:focus {color:#414042; outline:none;}

/*MAX-WIDTH CONTAINERS*/
.max-width-container {max-width:1200px; margin:0 auto;}
 
/* Width Styles */
.width-5 {width:5%;}
.width-10 {width:10%;}
.width-20 {width:20%;}
.width-30 {width:30%;}
.width-40 {width:40%;}
.width-50 {width:50%;}
.width-60 {width:60%;}
.width-70 {width:70%;}
.width-80 {width:80%;}
.width-90 {width:90%;} 
 
/* Font Styles */
h1, h2, h3, h4, h5 {font-family:'Helvetica', arial, sans-serif;  line-height:1.2;}
h1 {font-size:2.5em; color:#414042; padding-bottom:15px;}
h2 {font-size:1.65em; color:#ed1c24; padding-top:20px; padding-bottom:10px;}
h2.product-hero {font-size:1.85em;  color:#fff;}
h3 {font-size:1.4em; color:#6d6e71; padding-top:15px;}
h4 {font-size:1.35em;}
p {font-size:1em;}

/* Misc Styles */
.lower-h {font-family:'PT Sans', serif !important;}
.bold {font-weight:bold;}
.italic {font-style:italic;}
.upper {text-transform:uppercase;}
.shadow {-moz-box-shadow:3px 3px 3px rgba(0,0,0,0.5); -webkit-box-shadow:3px 3px 3px rgba(0,0,0,0.5); box-shadow:3px 3px 3px rgba(0,0,0,0.5);}
.img-border {border:1px solid black;}
.light-padding-top {padding-top:2em;}
.div-divider {border-top:2px solid #939598; width:10%; display:inline-block;}

/* List Styles */
ul.bullet {font-size:1em;}
ul.alpha {font-size:1em; list-style-type:lower-alpha;}

/* HR Styles */
hr {border:solid #414042; border-width:2px 0 0; clear:both; margin :2vw auto 1vw; max-width:100%; height:0; /*-moz-box-shadow:2px 2px 2px rgba(0,0,0,0.5); -webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.5); box-shadow:2px 2px 2px rgba(0,0,0,0.5);*/}
hr.divider {border-top:1px solid; height:0; margin:20px 0 30px 0; padding:0; list-style:none; border-top-color:#ed1c24;}
hr.content-top-border {height:.001px; box-shadow:0px -1px 2px 1px rgba(0,0,0,0.29);}

/* slidebox Plugin */
#slidebox {background-color:#fff; position:fixed; bottom:25vh; right:-100%; max-width:35vw; padding:20px 30px; z-index:1000;}
#slidebox h2 {color:#414042; font-size:1.5em; padding:0;}
#slidebox h3 {font-size:1.3em; padding:20px 0 0 0;}
#slidebox p {font-size:0.9em;}
#slidebox a.close {font-size:14px; font-weight:bold; position:absolute; cursor:pointer; top:5px; right:10px;}
#slidebox a.close:hover {text-decoration:underline;}

/*************************
*   Image Hover Classes   *
**************************/
.image-hover-wrapper {position:relative;}
.image-hover-wrapper a {display:inline-block; letter-spacing:normal; line-height:initial; margin:0; padding:0; position:relative;}
.image-hover-wrapper a img {float:left; overflow:hidden; width:100%;}
.image-hover-wrapper a .image-hover-wrapper-reveal {background-color:rgba(0, 0, 0, 0.5); color:#fefefe; display:inline; height:100%; margin-left:-100%; margin-top:0; opacity:0; position:absolute;  width:100%; z-index:80; transition:all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55); transition-delay:0.25s;}
.image-hover-wrapper a .image-hover-wrapper-reveal:hover {opacity:1; transition:all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);}
.image-hover-wrapper a .image-hover-wrapper-reveal:hover p {opacity:1; -webkit-transform:translateY(50px); -ms-transform:translateY(50px); transform:translateY(50px); transition:all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55); transition-delay:0.25s;}
.image-hover-wrapper a .image-hover-wrapper-reveal p {display:block; opacity:0; position:absolute; text-align:center; width:100%; transition:all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);}
.image-hover-wrapper a .fa {font-size:24px;}
.image-hover-wrapper .image-hover-wrapper-banner {background-color:rgba(16, 95, 172, 0.8); color:#fefefe; font-weight:600; padding:5px; width:100%;  position:absolute; z-index:10;}
.image-hover-wrapper-banner{font-size:1.3em;}


/***************************
*       HEADER STYLES
***************************/
header {border-bottom:4px solid #414042;}
body.no-line header {border-bottom:4px solid #414042;}
.logo-padding-top{padding-left:5px; padding-top:5px;}

/****************************
*       HERO/ORBIT
******************************/
.hero-background-image {background-repeat:no-repeat; background-position:center; background-size:cover; height:70vh;}
#hero-background-image-1 {background-position:top; background-image:linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ),url('/images/tanks-in-warehousef.jpg');}
#hero-background-image-2 {background-position:left; background-image:linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ),url('/images/pipes-coming-out-of-groundf.jpg');}
#hero-background-image-3 {background-position:top; background-image:linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ),url('/images/water-purification-system-tanks.jpg');}
#hero-background-image-4 {background-position:top; background-image:linear-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) ),url('/images/storage-tanks.jpg');}
#hero-background-image-5 {background-position:top; background-image:linear-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) ),url('/images/steel-tank-systems.jpg');}
.orbit-bullets {background-color:rgba(0,0,0,0); margin-top:-45px;}
.orbit-bullets button {background-color:#d4d4d5;}
.orbit-bullets button.is-active, .orbit-bullets button.is-active:hover {background-color:rgba(237, 28, 36, 0.6);}
.orbit-bullets button:hover {background-color:rgba(237, 28, 36, 0.6);}
.orbit-previous, .orbit-next, .orbit-previous:focus, .orbit-next:focus {background-color:rgba(237, 28, 36, 0.6);}
.orbit-previous:hover, .orbit-next:hover {background-color:rgba(97, 95, 98, 0.6);}

/**********************
*    HERO ANIMATIONS  *
***********************/
.hero-frame-title-1 {opacity:0; color:#fff; animation:hero-frame-1-anim; position:relative; animation-duration:1s; animation-delay:0; animation-fill-mode:forwards;}
.hero-frame-tag-1 {opacity:0; color:#fff; margin-top:5vh; animation:hero-frame-tag-anim; position:relative; animation-duration:1s; animation-delay:.5s; animation-fill-mode:forwards;}
.hero-frame-learn {text-align:center; opacity:0; color:#fff; margin-top:15px; padding:16px 20px; display:inline-block; position:relative; border:2px #fff solid; animation:hero-frame-learn-anim; animation-duration:1s; animation-delay:1s; animation-fill-mode:forwards; background-color:#414042;}
.hero-frame-learn:hover {background-color:#817F83;}
.hero-frame-request {text-align:center; opacity:0; color:#fff; margin-top:15px; padding:16px 20px; display:inline-block; position:relative; border:2px #fff solid; animation:hero-frame-learn-anim; animation-duration:1s; animation-delay:1.25s; animation-fill-mode:forwards; background-color:#414042;}
.hero-frame-request:hover {background-color:#817F83;}
.hero-info-wrapper {margin:0px 10px; padding-top:10vh; padding-right:20px; padding-left:20px; width:100%; max-width:800px; font-size:.8em;}

/**************************
*       PRODUCTS         *
***************************/
.product-request-quote {text-align:center; color:#fff; padding:15px 20px; border:2px #fff solid; background-color:rgba(0,0,0,0);}
.product-request-quote:hover {background-color:#414042;}
.featured h2 {font-size:1.2em; text-align:center;}
.featured .clickable:hover {border:2px solid #615F62;}
.featured h3 {margin-top:10vh;}
.content-padding-top {padding-top:120px;}

/* Table Styles */
table {border:none;}
.responsive-card-table th {background-color:#414042; color:#fff; border:1px solid #000; text-align:center;}
.responsive-card-table th.first {border:none !important; background-color:#fff; border-collapse:none;}
.responsive-card-table td {border:1px solid #000; text-align:center;}

.data-table thead tr:first-child{background-color:#414042;color:#fff;}
.data-table thead tr{background-color:#6d6e71;color:#fff;}
.data-table tbody tr:nth-child(even){background-color:#d4d4d5;}

/*.title-bar and .top-bar is set to fixed to keep the menu-bar on top of page when screen is small*/
#main-nav{z-index:999;}
.title-bar {position:fixed; top:0; width:100%; height:100px; min-height:100px; margin-bottom:50px; z-index:1;}
.top-bar {background:#fff; color:#615F62; font-family:'PT Sans', serif; z-index:1;}
.top-bar ul {background:#fff;}
.top-bar ul ul {background:#fafafa;}
.top-bar ul li a {color:#615F62; font-size:1.65em; font-weight:bold; border-top:4px solid #fff;}
.top-bar ul li a:hover, .top-bar ul li a:focus, .top-bar ul li a:active {color:#817F83 !important; border-top:4px solid #ed1c24; text-decoration:none;}
.top-bar ul ul li a {background:none !important; color:#ed1c24 !important; font-size:1em; font-weight:normal;}
.top-bar ul ul ul li a {color:#ed1c24 !important; font-size:0.875em; font-weight:normal; padding:0.35rem 0.5rem !important; white-space:normal;}
.top-bar ul ul ul li a:hover {color:#817F83 !important; border-top:4px solid #ed1c24; text-decoration:none;}
/* overwrite the submenu hover and after arrow colors */
.dropdown.menu > li.is-dropdown-submenu-parent:hover a {color:#817F83 !important;}
.dropdown.menu > li.is-dropdown-submenu-parent:hover a::after {border-color:#fff transparent transparent !important;}
.dropdown.menu > li.is-dropdown-submenu-parent > a:hover, .dropdown.menu > li.is-dropdown-submenu-parent > a:active, .dropdown.menu > li.is-dropdown-submenu-parent > a:focus {color:#817F83;}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {border-color:#615F62 transparent transparent !important;}
.dropdown.menu > li.is-dropdown-submenu-parent > a:hover::after, .dropdown.menu > li.is-dropdown-submenu-parent > a:active::after, .dropdown.menu > li.is-dropdown-submenu-parent > a:focus::after {border-color:#fff transparent transparent !important;}
.drilldown .is-drilldown-submenu-parent > a::hover {background:#414042; color:#fff;}
.drilldown .is-drilldown-submenu-parent > a::after {border-color:transparent transparent transparent #615F62 !important;}
.drilldown .is-drilldown-submenu-parent > a:hover::after {border-color:transparent transparent transparent #fff !important;}
.dropdown.menu .is-active > a {color:#817F83 !important;}
/* overwrite mobile Back arrow colors */
.drilldown .js-drilldown-back > a::before {border-color:transparent #615F62 transparent transparent;}
.drilldown .js-drilldown-back > a:hover::before {border-color:transparent #fff transparent transparent;}
.is-dropdown-submenu {background-color:#fafafa; border:none; white-space:nowrap; -moz-box-shadow:3px 3px 3px rgba(0,0,0,0.5); -webkit-box-shadow:3px 3px 3px rgba(0,0,0,0.5); box-shadow:3px 3px 3px rgba(0,0,0,0.5);}
/* overwrite the responsive menu icon dark color */
.menu-icon.dark {margin-right:10px;}
.menu-icon.dark::after {box-shadow:0 7px 0 #615F62, 0 14px 0 #615F62; background:#615F62;}
.menu-icon.dark:hover::after {box-shadow:0 7px 0 #ed1c24, 0 14px 0 #ed1c24; background:#ed1c24;}
.menu-float-right {float:none;}

/******PRODUCTS DROPDOWN*****/
.column-menu {background-color:#fafafa; position:absolute; right:-144%; width:60vw; -moz-box-shadow:3px 3px 3px rgba(0,0,0,0.5); -webkit-box-shadow:3px 3px 3px rgba(0,0,0,0.5); box-shadow:3px 3px 3px rgba(0,0,0,0.5); padding:20px;}
.column-menu-inner-box {float:left; width:25%; padding:0 10px;}
.top-bar ul li .column-menu-inner-box h4, .top-bar ul li .column-menu-inner-box h4 a {background:none !important; font-size:0.9em; color:#414042 !important; text-align:left; white-space:normal; padding:0.35rem 0 !important;}
.top-bar ul li .column-menu-inner-box h4 a:hover {background:none; color:#ed1c24;}

/**Serives sticky side button**/
.services-side-button .sticky.is-stuck{z-index:0;}

/***************************
*       CONTENT
***************************/
#content-container {padding-top:5vh;}
.low-content {min-height:400px;}

/* Home Page Style */
#home-about {padding:10vh 10px; min-height:300px;}

/***MEDIUM TO SMALL SCREEN CONTENT***/
.top-shadow {box-shadow:0 -5px 5px -5px #333;}
#content-1 {display:none; min-height:400px;}
#content-1-with-background {min-height:430px; background-color:#aaa; background:linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("../images/professionals-homepage-image.jpg"); background-repeat:no-repeat; background-position:right; background-size:cover;}
#content-2 {display:none; min-height:400px;}
#content-2-with-background {min-height:430px; background-color:#aaa; background:linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("../images/services.jpg"); background-repeat:no-repeat; background-position:right; background-size:cover;}       
.info-wrapper {padding-top:5vh; padding-bottom:15vh; width:85%; margin:0 auto; text-align:center; color:#fff; min-height:420px;}
.info-wrapper h2 {color:#fff; font-size:2em;}
.info-wrapper p {font-weight:1.2em !important;}

/* Home Page More Info */
.more-info {background-color:#615F62; width:100%; height:100%;}
.more-info h3 {font-size:1.65em; color:#fff; text-align:center; margin-top:0; padding:16px 0 12px 0;}
.more-info-shadow {padding:10px 10px 20px 10px; -moz-box-shadow:0px 0px 2px 1px rgba(0,0,0,0.5); -webkit-box-shadow:0px 0px 2px 1px rgba(0,0,0,0.5); box-shadow:0px 0px 5px 2px rgba(0,0,0,0.3);}
.more-info-section {text-align:center; margin-top:5vh;}
.more-info-section a:hover img {opacity:0.5;}

/* Breadcrumb Styles */
ul.breadcrumbs li, ul.breadcrumbs li a {color:#414042;}
ul.breadcrumbs li.current {color:#ed1c24;}

/* Sidebar Styles */
.sidebar {padding-left:2vw;}
.sidebar h4 {font-size:1.25em; color:#414042;}
.sidebar h5 {font-size:1.0625em;  color:#fff; margin-bottom:0px;}
.sidebar p {font-size:0.9em;}
.sidebar .title {background-color:#615F62;border-bottom: 1px solid #FFFFFF;min-width: 225px;}
.sidebar ul.sidebar-nav li a {background-color:none;  text-decoration:none; color:#615F62;}
.sidebar ul.sidebar-nav li ul.nested li a {background-color:none;  text-decoration:none; color:#615F62; padding:0.5em 0.5em;}
.sidebar ul.sidebar-nav li.active a.title {background-color:#615F62;}
.sidebar ul.sidebar-nav li ul.nested li.active a {background-color:#fff; color:#ed1c24;}
ul.sidebar-nav li a:hover, .sidebar ul.sidebar-nav li ul.nested li a:hover {color:#ed1c24;}
ul.accordion-menu > li > a.title {color:#fff;}
ul.accordion-menu > li > a.title:before {content:""; display:block; width:0; height:0; color:#fff; border:solid 7px; border-color:transparent transparent transparent #FFFFFF; position:absolute; left:0; top:14px;}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {border-color:transparent transparent transparent;}
.accordion-menu .is-accordion-submenu > li:last-child {margin-bottom:14px;}
.accordion-menu .is-accordion-submenu > li:first-child {margin-top:7px;}

/* Callout Styles */
.callout {position:relative; border:1px solid #817F83; border-radius:20px; background-color:rgba(212,212,213,1); color:#000; margin:0 0 1rem 0; padding:1.5rem;}
.callout h4 {color:#ed1c24; font-family:'PT Sans', Arial, sans-serif; font-size:1.25em; font-weight:bold; text-align:center;}
.callout p {font-size:0.75em; text-align:center;}
.callout-event {position:relative; border:1px solid #817F83; border-radius:20px; background-color:rgba(212,212,213,1); color:#000; margin:0 0 1rem 0; padding:1.5rem;}
.callout-event h4 {color:#ed1c24; font-family:'PT Sans', Arial, sans-serif; font-size:1.5em; font-weight:bold; text-align:center;}
.callout-event h5 {color:#414042; font-family:'PT Sans', Arial, sans-serif; font-size:1.0625em; font-weight:bold; text-align:center; padding-bottom:10px;}
.callout-event p {font-size:0.95em; text-align:center;}

/* Reveal Module Styles */
.reveal { border-radius:20px; padding:2rem 2rem 1.5rem 2rem;}

/* Image Thumbnails */
.th {margin:5px; padding:5px; display:inline-block; box-shadow:5px 5px 5px rgba(0,0,0,0.25); border:2px solid rgba(65, 64, 66,0.5);}
.th:hover, .th:focus {border:solid 1px #ed1c24; box-shadow:5px 5px 5px rgba(65, 64, 66,0.5);}
a.th {display:block;}
h2.array {font-size:1.125em; color:#ed1c24; text-align:center; margin-top:10px;}

/* Microformats */
.vcard {display:inline-block; margin:0 0 1.25em 0; padding:0.625em 0.75em;}
.vcard li {font-size:1.1em; margin:0; display:block;}
.vcard .fn {font-weight:bold; font-size:1.1em;}
.vevent .summary {font-weight:bold;}
.vevent abbr {cursor:default; text-decoration:none; font-weight:bold; border:none; padding:0 0.0625em;}

/* YouTube Video Image Overlay Load Times */
.youtube-container {background:#000000;}
.youtube-player {cursor:pointer;}
img.youtube-thumb {display:block; margin:auto; max-width:100%; width:100%; height:auto; position:absolute; top:0; right:0; bottom:0; left:0;}
div.play-button {background:url("../images/play-button.png") no-repeat; height:72px; width:72px; position:absolute; left:50%; top:50%; margin-left:-36px; margin-top:-36px;}
div.play-button:hover {background:url("../images/play-button-hover.png") no-repeat;}
#youtube-iframe {width:100%; height:100%; max-height:100%; position:absolute; top:0; left:0;}
.slide-deck {padding-top:9%;}

/* Omni Calculator */
.omni-calculator-header, .omni-calculator-footer {background:#414042 !important; border-radius:0 !important;}
.omni-calculator {background:#ffffff !important; border: 1px #000 solid !important; border-radius:0 !important;}



/* Standard Forms */
form {margin:0 0 19.41641px;}
label {color:#000; cursor:pointer; display:block; font-size:12px; font-weight:normal; text-align:left; margin-top:10px; margin-bottom:2px;}
label.right {float:none; text-align:right;}
label.inline {line-height:30px; margin:0 0 12px 0;}
.prefix, .postfix {display:block; position:relative; z-index:2; text-align:center; width:100%; padding-top:0; padding-bottom:0; height:30px; line-height:29px;}
a.button.prefix, a.button.postfix {padding-left:0; padding-right:0; text-align:center;}
span.prefix, span.postfix {background:#f2f2f2; border:1px solid #ed1c24;}
.prefix {left:2px; -moz-border-radius-topleft:2px; -webkit-border-top-left-radius:2px; border-top-left-radius:2px; -moz-border-radius-bottomleft:2px; -webkit-border-bottom-left-radius:2px; border-bottom-left-radius:2px; overflow:hidden;}
.postfix {right:2px; -moz-border-radius-topright:2px; -webkit-border-top-right-radius:2px; border-top-right-radius:2px; -moz-border-radius-bottomright:2px; -webkit-border-bottom-right-radius:2px; border-bottom-right-radius:2px;}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {background-color:#fff; font-family:inherit; border:1px solid #ccc; -webkit-border-radius:2px; -moz-border-radius:2px; -ms-border-radius:2px; -o-border-radius:2px; border-radius:2px; -webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1); color:rgba(0, 0, 0, 0.75); display:block; font-size:14px; margin:0 0 0 0; padding:6px; height:30px; width:100%;}
input[type="text"].oversize, input[type="password"].oversize, input[type="date"].oversize, input[type="datetime"].oversize, input[type="email"].oversize, input[type="number"].oversize, input[type="search"].oversize, input[type="tel"].oversize, input[type="time"].oversize, input[type="url"].oversize, textarea.oversize {font-size:12px; padding:4px 6px;}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus, select:focus {background:#d4d4d5; color:#000000; outline:none !important; border-color:#615F62; -webkit-border-radius:2px; -moz-border-radius:2px; -ms-border-radius:2px; -o-border-radius:2px; border-radius:2px;}
input[type="text"][disabled], input[type="password"][disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="email"][disabled], input[type="number"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="time"][disabled], input[type="url"][disabled], textarea[disabled] {background-color:#ddd;}
textarea {height:auto;}
select {font-family:inherit; border:1px solid #ccc; -webkit-border-radius:2px; -moz-border-radius:2px; -ms-border-radius:2px; -o-border-radius:2px; border-radius:2px; -webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1); color:rgba(0, 0, 0, 0.75); display:block; font-size:14px; margin:0 0 0 0; padding:4px; height:100%; width:100%;}
select:focus{outline:none;}
input:-webkit-input-placeholder {font-size:10px; color:#615F62;}
input:-moz-placeholder {font-size:11px; color:#615F62;}
input::placeholder, textarea::placeholder {color:#dcdcdc; font-size:0.85em;}
select::placeholder {color:#dcdcdc; font-size:0.85em;}

/* Button Styles */
.button:hover, .button:active, .button:focus {background-color:#414042; color:#fff; text-decoration:none;}
.learn-more {background-color:#fff; border:2px #615F62 solid; color:#615F62; margin:20px auto 0 auto; padding:15px 30px;}
.learn-more:hover {background-color:#414042; color:#fff; text-decoration:none;}
.learn-more-red {background-color:#ed1c24; color:#fff; margin:0 auto; padding:10px 20px;}
.learn-more-red:hover {background-color:#414042; color:#fff; text-decoration:none;}
.button-red {background-color:#ed1c24; color:#fff; margin:0 auto; padding:10px 20px;}
.button-red-large {background-color:#ed1c24; color:#fff; margin:0 auto; padding:20px 20px;}
.button-red:hover, .button-red-large:hover {background-color:#414042; color:#fff; text-decoration:none;}
.button-blue {background-color:#414042; color:#fff; margin:0 auto; padding:10px 20px;}
.button-blue:hover {background-color:#615F62; color:#fff; text-decoration:none;}

/* HubSpot Form Overides */
.hs-form-required {color:#ed1c24; font-size:14px; font-weight:bold;}
.inline-form .hs-form-required {display:none !important;}
ul.hs-error-msgs li, ul.inputs-list li {list-style-type:none;}
ul.hs-error-msgs li label {color:#ed1c24 !important;}
ul.inputs-list li label {font-weight:normal;}
.hs-richtext {color:#414042; cursor:default; display:block; font-size:15px; font-weight:bold; text-align:left; margin-top:30px; margin-bottom:2px;}
.actions {text-align:left; margin-top:20px;}

/* HubSpot Form 2 Column Width Fixes */
fieldset, .form-columns-1 .hs-form-field, input[type=text], input[type="email"],input[type="tel"], input.title, textarea, select, email , .hs-form select {width:100% !important; max-width:100% !important;}
.hs-form fieldset.form-columns-1 .input {margin-right:0 !important;}

/* HubSpot Form Message */
.hbspt-form div.submitted-message {color:#ed1c24; padding:25px 0 50px 0;}

/* Join Our Mailing List Form */
.hbspt-form .inline-form {display:inline; position:relative;}
.hbspt-form .inline-form .hs-form-required {display:none !important;}
.inline-form div.hs_email.field.hs-form-field {width:95%;}
.inline-form div.hs_submit {width:95%;}
.inline-form input.hs-input {font-size:12px; margin:0; vertical-align:top;}
.inline-form input.hs-button {font-size:14px !important; background-color:#414042; color:#fff; margin:-11px 0 0 0; padding:8px 20px 8px; vertical-align:top; -webkit-border-radius:0; -moz-border-radius:0; -ms-border-radius:0; -o-border-radius:0; border-radius:0; cursor:pointer;}
.inline-form input.hs-button:hover {background-color:#ed1c24;}
.inline-form input::placeholder {font-size:12px; color:#ed1c24;}
.inline-form ul.hs-error-msgs li label {color:#ed1c24 !important; font-size:10px !important;}
.mailing {margin-bottom:20px; margin-left:10px;}

/* HubSpot Buttons */
input.hs-button {width:auto; background:#ed1c24; border:none; color:#fff; cursor:pointer; display:inline-block; font-family:inherit; font-size:12px; font-weight:bold; line-height:14px; margin:0; outline:none; padding:15px 20px 14px; position:relative; text-align:center; text-decoration:none; -webkit-transition:background-color 0.15s ease-in-out; -moz-transition:background-color 0.15s ease-in-out; -o-transition:background-color 0.15s ease-in-out; transition:background-color 0.15s ease-in-out; -moz-box-shadow:3px 3px 3px rgba(0,0,0,0.5); -webkit-box-shadow:3px 3px 3px rgba(0,0,0,0.5); box-shadow:3px 3px 3px rgba(0,0,0,0.5);}
input.hs-button:hover {color:#Fff; background-color:#414042; text-decoration:none;}
input.hs-button:active {-webkit-box-shadow:0 1px 0 rgba(0, 0, 0, 0.2) inset; -moz-box-shadow:0 1px 0 rgba(0, 0, 0, 0.2) inset; box-shadow:0 1px 0 rgba(0, 0, 0, 0.2) inset;}
input.hs-button:focus {-webkit-box-shadow:0 0 4px #414042, 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow:0 0 4px #414042, 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow:0 0 4px #414042, 0 1px 0 rgba(255, 255, 255, 0.5) inset; color:#fff;}
input.hs-button.large {font-size:14px;}

/* Don't use native buttons on iOS */
input[type=submit].button, button.button {-webkit-appearance:none;}

/* Footer Styles */
.footer {background-color:#d4d4d5 !important; border-top:6px solid #ed1c24; margin-top:6vh;}
.footer h5 {font-size:1.25em; color:#1B1A1B; margin-top:3vh;}
.footer p {font-size:0.9em;}
.footer ul {margin-left:0;}
.footer a:hover {color:#ed1c24; text-decoration:none;}
.footer hr {border:solid #414042; border-width:1px 0 0; clear:both; margin:40px 0 20px 0; height:0;}
.copyright {background-color:#414042; font-size:0.8em; text-align:center; color:#fff; margin-top:40px; padding-top:25px;}
.copyright .inline-list {list-style:none;}
.copyright .inline-list li {display:inline-block; margin:auto 10px;}
.copyright a {color:#fff;}
.copyright a:hover {text-decoration:underline;}
.social-icon {font-size:2.5em;}
.contact-us-list {font-size:0.9em; list-style-type:none; margin:0;}
.contact-us-list li {margin-bottom:0.5em;}
.contact-us-list li::before {color:#414042; font-size:2rem; vertical-align:middle; margin-right:1rem;}
.contact-us-list li:hover::before {color:#ed1c24; font-size:2rem; vertical-align:middle; margin-right:1rem;}

/* Page Scroll Up */
.scrollup {background:url("../images/icon-top.png") no-repeat; display:none; width:40px; height:40px; position:fixed; bottom:100px; right:25px; text-indent:-9999px; opacity:0.5; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter:alpha(opacity=50); zoom:1;}

/**************************
*      RESPONSIVE STYLES
****************************/

/*For small screens*/
@media only screen and (orientation:landscape) and (max-width:600px) {
   .hero-frame-tag-1 {font-size:1.5em;}
   .hero-info-wrapper {padding-top:2vh;}
}

@media only screen and (orientation:portrait) and (max-width:600px) {
   .hero-frame-tag-1 {font-size:1.5em;}
   .hero-info-wrapper {padding-top:5vh;}
}

@media only screen and (min-width:1200px) {
    .info-wrapper{width:60%;}
}

/*KEEPS ROWS WITH ONE IMAGE AND TEXT ROUGHLY THE SAME SIZE ON PRODUCT PAGES*/
@media screen and (max-width:1300px) and (min-width:1024px){
    #content-container > .large-9{width:91%;}
}

@media only screen and (max-width:800px){
    #heattrace-table{font-size:.6em;}
}


/* Medium and larger*/
@media only screen and (orientation:portrait) and (max-width:799px) and (min-width:600px) {
   .hero-frame-tag-1 {font-size:3em;}
}
@media only screen and (orientation:landscape) and (max-width:799px) and (min-width:600px) {
   .hero-frame-tag-1 {font-size:2em;} 
}

@media only screen and (max-width:1200px) and (min-width:800px) {
    .hero-frame-tag-1 {font-size:3em;} 
}

@media only screen and (min-width:1024px) {
    .menu-float-right {float:right;}
}

/*Shrinks font-size of main nav anchor tags between 640px and 721px */
@media only screen and (min-width:640px) and (max-width:721px){
    .font-shrink-on-medium a {font-size:0.8em;}
}

/**Screens Less than 960px****/
@media only screen and (max-width:960px) {
    #main-nav {font-size:.7em;}
}

@media only screen and (min-width:950px) {

}

/***LARGE SCREEN STYLES***/
@media only screen and (min-width:1024px) {
    #content-1 {background-image:url("../images/professionals-homepage-image.jpg"); background-repeat:no-repeat; background-position:right; background-size:cover; display:block;}
    #content-1-with-background {height:65vh; background-image:none;}
    #content-2 {background-image:url("../images/services.jpg"); background-repeat:no-repeat; background-position:center; background-size:cover; display:block;}
    #content-2-with-background { height:65vh; background-image:none;}
    .info-wrapper {padding-top:10vh; color:#000; padding-bottom:100px; min-height:400px;}
    .info-wrapper h2 {font-size:2.2em; color:#615F62;}
    .info-wrapper p {font-size:1.2em;}
}

/*EXTRA LARGE SCREENS*/
@media only screen and (min-width:1200px) {
    .hero-frame-tag-1 {font-size:3.5em; padding-top:10vh;} 
    .hero-frame-learn{font-size:1.5em;}
    .hero-frame-request{font-size:1.5em;}
    .hero-info-wrapper {padding-top:5vh; padding-left:5%; width:100%; max-width:1400px;}
}


.no-padding{
 padding:0;   
}

/*This hides calculators logo */

