section {
	padding-top: 100px;
	padding-bottom: 100px;
}
form {
	z-index: 5;
}
.post {
	background: #2488C9;
}
.page-id-3940 .navbar-default, .page-id-3954 .navbar-default, .page-id-4319 .navbar-default {
	background-color: rgba(34, 34, 34, 0.6);
	margin-top:0;
}
.bannerInDown {
	
	text-align: center;
	opacity: 0;
	animation: bannerFadeIn 1s ease-in both;
}

@keyframes bannerFadeIn {
	from {
		opacity: 0
		transform: translate3d(0, -20%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-80px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-80px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-80px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-80px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


.col-lg-6 {
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.col-lg-12 {
    padding-left: 1.5em;
    padding-right: 1.5em;
}

ul {
    padding: 20px;
}

li p {
    line-height: 20px;
}

.modal-title {}

.modal-header {}

.modal-title {
    display: inline-block;
}

.modal-content {
	border-radius: 0px;
}

a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;
    color: initial;
}

/* Table Styles */

.button {
    font-family: 'Roboto';
    font-weight: 700;
    display: inline-block;
    padding: 10px 33px;
    border: 0px;
    border-radius: 10rem;
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.15rem;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.button:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ED6B23;
    border-radius: 10rem;
    z-index: -2;
}

.button:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #2488c9;
    transition: all 0.3s;
    border-radius: 10rem;
    z-index: -1;
}

.button:hover {
    color: #fff;
}

.button:hover:before {
    width: 100%;
}

button:focus {
    outline: 0;
}

.btn-outline-primary {
    font-family: 'Roboto';
    font-weight: bold;
    background-color: #2488c9;
    color: #ffffff;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #63676b;
    background-color: #ed6b23;
    text-decoration: none;
    transition: 0.3s;
}

.btn {
    transition: 0.3s;
}


.modal-title {
    color: #000000;
}

.table-button-row {
    display: inline-flex;
}

.table-center {
    padding-right: 2%;
    padding-left: 2%;
}

table {
    font-family: 'Roboto';
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: none;
    text-align: left;
    padding: 6px;
    color: black;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

#move-to-top {
    background-color: transparent;
    border-width: 1px;
    height: 40px;
}

.px-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.mx-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

/* On mouse-over, add a deeper shadow */



.card-body {
    background-color: #ffffff;
    color: #63666A;
    
}

.card {
    margin-bottom: 2em;
    box-shadow: none;
}

.card-title {
    margin-left: 30px;
}

.card-mobile {
    display: none;
}

.card-desktop {
    display: flex;
}

.card-content {
    text-align: left;
    color: #63676b;
    opacity: 1;
    padding: 0px;
}

.leadership-row {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    width: 100%;
}
.card-deck {
	display: flex;
}

/* Add some padding inside the card container */

.container {
    padding: 2px 16px;
}

.NovelLite_slider .container.container_caption {}

.navbar .sf-menu li a {
    padding: 7px 5px;
    font-size: 15px;
}
	
/* Menu and Home Styles */

.custom-logo-link {
    padding: none;
}

.custom-logo-link:hover:after {
    display: none;
}

.navbar .sf-menu li:hover, .navbar .sf-menu li.sfHover, .navbar li.current_page_item, .navbar .sf-menu ul li, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    background: none;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 0px;
    -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;
    margin-bottom: 15px
}

.form-control: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);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

textarea#comment {
    width: 100%;
    height: 180px;
    padding: 10px;
    margin: 0px;
    margin-bottom: 15px;
    border: solid 1px #ddd;
    resize: vertical;
    color: #999;
    font-family: 'Roboto';
    font-size: 16px;
}

a {
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.15em;
    vertical-align: center;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    
}

a.page-scroll:after {
    background: none repeat scroll 0 0 transparent;
    bottom: -1px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
    background: #fff;
}

.current_page_item > a {
	color: #ffffff;
	border-bottom: solid 2px;
}

.page-scroll.active:after {
    background: white;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    width: 100%;
    
}

a:hover:after {
    width: 100%;
	bottom: -1px;
    height: 2px;
    left: 0;
}

.page_heading_container {
    background: transparent;
    border: 0px;
}

.navbar-toggle {
    border-radius: 0px;
}

/* MOBILE SUB-MENU */
ul.sub-menu {
	background:none;
	position:relative!important;
	display:block;
	width:100%;
}
ul.sub-menu a.page-scroll:after {
	display:none;
}
.navbar .sf-menu ul li {
	border-top:none;
}
.navbar-default .nav li ul li a, .navbar-default .nav li ul li a:hover, .navbar-default .nav li ul li a:active {
    color: #fff;
}
@media screen and (min-width: 1025px) {
		ul.sub-menu {
			background:#fff;
			position:absolute!important;
			display:none;
			width:auto;
	}
	.navbar-default .nav li ul li a, .navbar-default .nav li ul li a:hover, .navbar-default .nav li ul li a:active {
    color: #000;
}
}
/* END MOBILE SUB-MENU */

.slider-caption {
    font-family: roboto;
}

.nav-logo {
    padding: 0px;
}

.nav-pad {
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.row {
    margin: 0px;
    padding: 0px;
}

.container {
    padding: 0px;
}

.link-white {
    color: #ffffff;
    transition: 0.3s;
    margin: 5px;
}

.link-white:hover {
    color: #ffffff;
    opacity: .5;
}

.text-white-style {
    font-weight: 300;
    font-size: 13px;
    font-family: 'Roboto';
    padding-bottom: 0px;
}

.text-white-style-cp {
    font-weight: 300;
    font-size: 11px;
    font-family: 'Roboto';
}

.text-white-style-address {
    font-weight: 300;
    font-size: 13px;
    font-family: 'Roboto';
}

/* About Section Styles */

.about-header {
    color: #2488C9;
	margin-top: 10px;
	margin-bottom: 10px
    margin: 0px;
    padding: 0px;
    padding-bottom: 15px;
}

.about-subtitle {
    color: #ed6b23;
		margin-top: 20px;
		margin-bottom: 10px;
    padding: 0px;
}

.about-divider {
    height: 5px;
    width: 80px;
    background-color: #2488C9;
    margin-top: 15px;
    margin-bottom: 30px;
}

.about-content {
    text-align: left;
    color: #63676b;
    opacity: 1;
    padding: 0px;
}

.about-row {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
}

.about-image {
    width: 100%;
}

.about-button {
    background-color: #ED6B23;
    margin: 10px;
    margin-left: 0px;
    margin-top: 30px;
}

/* Video Section Styles */

.about-video {
    display: flex;
    justify-content: center;
}

.about-video-header {
    text-align: center;
    font-size: 40px;
    font-family: 'Roboto';
    font-weight: bold;
    line-height: 50px;
    color: #2488C9;
    opacity: 1;
    padding-bottom: 60px;
}

.about-video-container {
    margin-left: 13%;
    margin-right: 13%;
}

/* Values Section Styles */

.values-header {
    color: #ffffff;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.values-statement {
    color: #ffffff;
		font-size: 24px;
		line-height:	30px;
		font-weight: 700;
	
}

.values-sub-statement {
    color: #ffffff;
		display: flex;
    justify-content: center;
    margin-bottom: 0px;
}

.values-image {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.values-subtitle {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}





/* Vision Section Styles */

.vision-header {
    text-align: left;
    color: #ed6b23;
    padding-left: 15px;
    padding-right: 15px;
}

.vision-divider {
    height: 5px;
    width: 80px;
    background-color: #2488C9;
    margin-top: 15px;
    margin-bottom: 30px;
    margin-left: 15px;
}

.vision-image {
    width: 100%;
}

.vision-content {
    text-align: left;
    color: #63676b;
    padding: 0px;
    padding-left: 15px;
    padding-right: 15px
}

/* Coverage Section*/

.coverage-box {
    background: #ffffff;
    z-index: 3;
    padding: 30px;
    padding-bottom: 45px;
}

.coverage-header {
    color: #ed6b23;
    padding-bottom: 20px;
    z-index: 3;
}

.coverage-subtitle {
    color: #2488C9;
    padding-bottom: 20px;
    z-index: 3;
}

.coverage-content {
    color: #63666A;
    z-index: 3;
    margin: 0px,
}

.coverage-image {
    margin: 0px;
    padding: 0px;
    z-index: 0;
    position: absolute;
}

.coverage-column {
    margin: 1.2em;
}

.coverage-row {
    margin: 0px;
    padding: 0px;
}

/* Quote Section Styles */

.quote-container {
    margin-left: 12.5%;
    margin-right: 12.5%;
}

.quote-image {
    display: flex;
    align-items: flex-start;
    padding: 0px;
    padding-bottom: 5px;
}

.mobile-quote {
    padding-left: 0px;
    padding-right: 0px;
}

.quote-content {
    text-align: left;
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    color: #FFFFFF;
    opacity: 1;
    display: inline-block;
    float: none;
    margin-bottom: 60px;
    padding-left: 0px;
    padding-right: 0px;
}

.quote-signature {
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #ffffff;
    padding-left: 0px;
    padding-right: 0px;
}

.quote-row {
    padding-left: 30px;
    padding-right: 30px;
}

/* Fact Section Styles */

.fact-panel-header {
    text-align: center;
    font-weight: bold;
    font-size: 82px;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
    padding-bottom: 20px;
}

.fact-panel-sub-header {
    text-align: center;
    font-size: 13px;
    line-height: 19px;
    font-weight: Bold;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
}

.fact-row {
    display: flex;
    justify-content: center;
}

.fact-column {
    display: inline-block;
    padding: 20px;
}

.fact-column-divider {
    display: flex;
    align-items: center;
}

.fact-panel-header-divider {
    text-align: center;
    font-size: 95px;
    line-height: 82px;
    font-family: 'Roboto';
    font-weight: bold;
    letter-spacing: 0;
    color: #2488C9;
    opacity: 1;
    padding-bottom: 20px;
}

/* Products Page */

.calculator {
	color: #ffffff;
}

.products-container {
    display: inline-block;
    margin-left: 8.34%;
    margin-right: 8.34%;
}

.products-card-container {
    display: flex;
}

.products-background-none {
    color: none;
    background: none;
    background-color: #ffffff;
}

.products-card-title {
    color: #2488C9;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 28px;
    line-height: 43px;
    text-align: left;
    padding-bottom: 30px;
}

.products-card-padding {
    padding-top: 2.6em;
    padding-bottom: 2em;
    margin-left: 12.5%;
    margin-right: 12.5%;
}

.products-card-content {
    text-align: left;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 26px;
    color: #63666a;
}

.products-subtitle {
    color: #ed6b23;
    padding: 0px;
}

.products-disclaimer {
    font-family: 'Roboto';
    font-size: 20px;
    line-height: 30px;
    color: #63666A;
    margin-top: 60px;
    margin-bottom: 60px;
}

.products-button {
    background-color: #ED6B23;
    width: 75%;
    margin: 10px;
}

.products-button-margin {
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 50px;
}

.products-quote-button {
    background-color: #ED6B23;
    border-radius: 0px;
    width: 75%;
    margin-top: 50px;
}

.products-quote-button-text {
    font-size: 24px;
    font-family: 'Roboto';
    font-weight: bold;
    line-height: 26px;
    letter-spacing: 1px;
    color: #ffffff;
    padding: 10px;
}

.products-button-text {
    color: #ffffff;
}


.eco {
    color: #FFFFFF;
    text-align: center;
}

.stretcher {
    color: #2488C9;
    text-align: center;
}

.eco-header {
    padding-left: 1.5em;
    padding-right: 1.5em;
    margin-bottom: 60px;
}

.prime-header {
    color: #ffffff;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 80px;
    z-index: 2;
}

.prime-row {
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.integrity-logo {
    position: absolute;
    opacity: 14%;
    margin-top: 50px;
    left: 61.5%;
    top: 0px;
    z-index: -1;
}

.prime-paragraphs {
    margin-left: 8.34%;
    margin-right: 8.34%;
}

.prime-left {
    color: #ffffff;
	padding-left: 15px;
	padding-right: 15px;
    z-index: 2;
}

.prime-right {
    color: #ffffff;
    margin-bottom: 0px;
    z-index: 2;
}

/* Industries Page */

.industries-row {
    padding: 0px;
}

.industries-content {
    text-align: left;
    color: #63676b;
    opacity: 1;
    padding: 0px;
    height: 100%;
}



.industries-box-content {
    text-align: left;
    color: #63676b;
    opacity: 1;
    line-height: 43px;
    padding: 15px;
    padding-top: 0px;
		padding-bottom: 0px;
}

.light-grey-box {
    background-color: #EFF0F1;
    width: 100%;
    padding-top: 5px;
    margin: 0px;
}

.industries-image {
    display: flex;
    justify-content: center;
    
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.industries-header {
    color: #ED6B23;;
    padding: 0px;
		margin 0px;
}

.industries-title {
	color: #2488C9;
    padding: 0px;
		margin 0px;
}

/* MPC */

.black-box {
    padding: 70px;
    background: url("https://superiorsteelsupply.us/wp-content/uploads/2020/03/superiro_steel_supply_warehouse_30.jpg");
    color: #ffffff;
    height: 490px;
}

.grey-box {
    padding: 70px;
    background-color: #EFF0F1;
    color: #63676b;
    height: 490px;
}

.mpc-row {
    padding-left: 15px;
    padding-right: 15px;
}

/* Culture Page */

.culture-row {
    margin-left: 12.5%;
    margin-right: 12.5%;
}

.leadership-image {
    height: 220px;
}

/* News Page */

.news-title {
    margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
    color: #2488C9;
}

.news-subtitle  {
	padding: 0px;
	margin: 0px
		margin-top: 20px;
	margin-bottom: 10px;
}

.news-row {
	display: block;
	margin-left: auto;
}
.news-card {
	width: 30%;
	margin: 0px,
}
.news-content {
	color: #ffffff;
}

.news-card-body {
	background-color: orange;
}

.news_overlay {
	background: rgba(0,0,0,0.3) url() !important;
}

/* Career Page*/


/* Contact Us*/

.map {
    padding-left: 15px;
    padding-right: 15px;
}

.contact-header {
    color: #ed6b23;
    margin: 0px;
    padding: 0px;
    padding-bottom: 15px;
}

.contact-subtitle {
    color: #2488C9;
    padding: 0px;
    margin: 0px;
}

.contact-divider {
    height: 5px;
    width: 80px;
    background-color: #ed6b23;
    margin-top: 15px;
    margin-bottom: 30px;
}

.contact-form {
    margin-left: 15px;
    margin-right: 15px;
}

/* Footer Section Styles */

footer {
    background-color: #63676b;
    border: #63676b;
}

.fl-style {
    list-style-type: none;
    padding: 0;
}

.f2 {
    display: flex;
    flex-wrap: wrap;
}

.f4 {
    width: 32px;
    display: block;
    float: right;
}

.footer-bold {
    font-weight: bold;
    font-size: 13px;
    font-family: 'Roboto';
}

.footer-locations {
    list-style-type: none;
    padding: 0;
    margin-top: 10px;
}

.outer-footer {
    background: #63676b;
    border-top: #63676b;
    border-bottom: #63676b;
}

.fa-angle-up:before {
    font-size: 1.5em;
}

.footer-bottom {
    margin-top: 15px;
    height: 1px;
    background-color: #ffffff;
    opacity: 50%;
}

/* Careers Page*/

.careers-card-title {
    background-color: #ffffff;
    margin-left: 20px;
    margin-right: 20px;
}

.careers-title {
	color: #2488c9;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.careers-card {
    background-color: #EFF0F1;
    padding: 15px;
    margin-bottom: 25px;
    margin-left: 20px;
    margin-right: 20px;
}

.quote-pad {
	padding: 0px;
}

@media only screen and (min-width: 1200px) {
    ul {
        padding: 0px;
        padding-left: 20px;
    }
    li p {
        line-height: 26px;
    }
    
    .about-header {
        color: #2488C9;
        margin: 0px;
        padding: 0px;
    }
    .about-subtitle {
        color: #ed6b23;
        margin: 0px;
			margin-top: 20px;
			margin-bottom: 10px;
        padding: 0px;
    }
    .about-video-container {
        margin-left: 23%;
        margin-right: 23%;
    }
    .about-row {
				margin-top: 10px;
			margin-bottom: 10px;
        padding-left: 1.5em;
        padding-right: 1.5em;
        display: block;
    }
    .slider-caption {
        width: 1170px;
    }
    .coverage-image-appear {
        display: none;
    }
    .coverage-image {
        margin-left: 15%;
    }
    .coverage-box {
        background: #ffffff;
        z-index: 3;
        padding: 30px;
        padding-bottom: 45px;
    }
    .coverage-row {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0px;
    }
    .coverage-column {
        margin: 1.2em;
        padding: 0;
    }
    .about-content {
        text-align: left;
        color: #63676b;
        opacity: 1;
        padding: 0px;
        padding-right: 25px;
    }
    .vision-content {
        text-align: left;
        color: #63676b;
        padding: 0px;
        padding-left: 25px;
    }
    .vision-header {
        text-align: left;
        color: #ed6b23;
        padding-left: 25px;
    }
    .vision-divider {
        height: 5px;
        width: 80px;
        background-color: #2488C9;
        margin-top: 15px;
        margin-bottom: 30px;
        margin-left: 25px;
    }
	.values-statement {
    color: #ffffff;
		font-size: 24px;
		line-height:	30px;
		font-weight: 700;
	
}
    .quote-image {
        display: flex;
        align-items: flex-start;
        padding: 0px;
    }
    .quote-content {
        text-align: left;
        font-size: 35px;
        line-height: 40px;
        font-weight: 700;
        color: #FFFFFF;
        opacity: 1;
        display: inline-block;
        float: none;
        padding-left: 25px;
        padding-right: 25px;
        margin-bottom: 60px;
    }
    .quote-signature {
        font-family: 'Roboto';
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
        color: #ffffff;
        padding-left: 25px;
        padding-right: 25px;
    }
    .products-button-wrapper {
        display: flex;
        justify-content: center;
    }
    .products-button-margin {
        margin: 0px;
        margin-right: 50px;
        margin-left: 50px;
    }
	.product-spacer {
	display: none;
}
    .industries-row {
        padding: 0px;
    }
    .industries-content {
        text-align: left;
        color: #63676b;
        opacity: 1;
        padding: 0px;
        padding-right: 15px;
    }
    .industries-box-content {
        text-align: left;
        color: #63676b;
        opacity: 1;
        line-height: 43px;
        padding: 15px;
        padding-top: 0px;
    }
    .light-grey-box {
        background-color: #EFF0F1;
        width: 100%;
        margin: 0px;
        margin-top: 60px;
    }
    .industries-image {
        display: flex;
        justify-content: center;
        margin-bottom: 60px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .industries-header {
       color: #ED6B23;
			margin-top 20px;
			margin-bottom: 10px;
        padding-left: 0px;
    }
	.industries-title {
       color: #2488C9;
			margin-top 20px;
			margin-bottom: 10px;
        padding-left: 0px;
    }
	
    .prime-left {
        color: #ffffff;
        padding-right: 2rem;
        padding-left: 2rem;
    }
    .prime-right {
        color: #ffffff;
        padding-left: 1em;
        padding-right: 2em;
        margin-bottom: 60px;
    }
    .black-box {
        padding: 70px;
        background: url("https://superiorsteelsupply.us/wp-content/uploads/2020/03/superiro_steel_supply_warehouse_30.jpg");
        color: #ffffff;
    }
    .grey-box {
        padding: 70px;
        background-color: #EFF0F1;
        color: #63676b;
    }
    .mpc-row {
        padding: 15px;
    }
    .contact-form {
        margin-left: 25%;
        margin-right: 25%;
    }

    .map {
        margin-top: -100px;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(50%);
        transform: translateY(50%);
    }

    .careers-card-title {
        background-color: #ffffff;
        margin-left: 12.5%;
        margin-right: 12.5%;
    }
    
    .careers-card {
        background-color: #EFF0F1;
        padding: 60px;
        margin-bottom: 25px;
        margin-left: 12.5%;
        margin-right: 12.5%;
    }
	.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
	.products-button-margin {
		margin-bottom {
			0px;
		}
	}
}

@media only screen and (max-width: 1200px) {
    body {
        font-family: 'Roboto';
        
        background: transparent;
        background-color: none;
    }
    
    .NovelLite_slider .container.container_caption {
        display: block;
        margin-top: 50vh;
        width: 100%;
        position: relative;
        transform: translate( 0%, -50%);
    }
    .footer-logo {
        display: none;
    }
    .about-image {
        margin-top: 60px;
    }
    .vision-image {
        margin-bottom: 60px;
    }
    .coverage-image {
        display: none;
    }
    .coverage-image-appear {
        display: flex;
        justify-content: center;
        margin-top: 0px;
        padding: 0px;
    }
	.product-spacer {
		display: relative;
	}
	.products-button-margin {
		margin-right: 50px;
		margin-left: 50px;
		margin-bottom: 50px;
	}
    /* MPC */
    .black-box {
        padding: 70px;
        background: url("https://superiorsteelsupply.us/wp-content/uploads/2020/03/superiro_steel_supply_warehouse_30.jpg");
        color: #ffffff;
    }
}

@media only screen and (min-width: 1024px) {
    .slider-caption {
        width: 970px;
    }
	
}

@media only screen and (max-width: 1024px) {
    
    .NovelLite_slider .container.container_caption {
        display: block;
        margin-top: 50vh;
        width: 100%;
        position: relative;
        transform: translate( 0%, -50%);
    }
    footer {
        text-align: left;
        padding-left: 1em;
    }
    .footer-logo {
        display: none;
    }
    .nav-deploy {
        width: 100%;
        display: block;
    }
    .custom-logo {
        display: flex;
        align-items: center;
    }
	.list-pad {
	padding-bottom: 30px;
}
    /* MPC */
    .black-box {
        padding: 30px;
        background: url("https://superiorsteelsupply.us/wp-content/uploads/2020/03/superiro_steel_supply_warehouse_30.jpg");
        color: #ffffff;
			background-repeat: no-repeat;
			background-size: cover;
    }
	.product-spacer {
		display: relative;
	}
	
}

@media only screen and (min-width: 769px) {
	.NovelLite_slider .container h1 {
		color: #fff;
		margin-bottom: 18px;
		font-size: 56px;
		line-height: 62px;
		font-weight: 500;
		padding: 0px 10px 7px 10px;
		display: inline-block;
	}
    h1 {
        font-family: 'Roboto';
        font-size: 56px;
        line-height: 62px;
        font-weight: 500;
    }
    h2 {
        font-family: 'Roboto';
        font-size: 52px;
        line-height: 60px;
        font-weight: 700;
    }
    h3 {
        font-family: 'Roboto';
        font-size: 44px;
        line-height: 52px;
        font-weight: 700;
    }
    h4 {
        font-family: 'Roboto';
        font-size: 36px;
        line-height: 42px;
        font-weight: 700;
    }
    h5 {
        font-family: 'Roboto';
        font-size: 22px;
        line-height: 28px;
        font-weight: 700;
    }
    h6 {
        font-family: 'Roboto';
        font-size: 18px;
        line-height: 26px;
        font-weight: 700;
    }
    p {
        font-family: 'Roboto';
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
    }
    .slider-caption {
        width: 970px;
    }
    section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
	
}

@media only screen and (max-width: 768px) {
	.NovelLite_slider .container h1 {
		color: #fff;
		margin-bottom: 18px;
		font-size: 36px;
		font-weight: 500;
		padding: 0px 10px 7px 10px;
		display: inline-block;
	}
	.bullet-mobile-margin {
		margin: 0px;
	}
	.industries-box-content {
		margin: 0px;
	}
	

	body {
        font-family: 'Roboto';
        
        background: transparent;
        background-color: none;
    }
    h1 {
        font-family: 'Roboto';
        font-size: 36px;
        line-height: 40px;
        font-weight: 500;
    }
    h2 {
        font-family: 'Roboto';
        font-size: 32px;
        line-height: 40px;
        font-weight: 700;
    }
    h3 {
        font-family: 'Roboto';
        font-size: 28px;
        line-height: 36px;
        font-weight: 700;
    }
    h4 {
        font-family: 'Roboto';
        font-size: 24px;
        line-height: 30px;
        font-weight: 700;
    }
    h5 {
        font-family: 'Roboto';
        font-size: 19px;
        line-height: 24px;
        font-weight: 700;
    }
    h6 {
        font-family: 'Roboto';
        font-size: 16px;
        line-height: 23px;
        font-weight: 700;
    }
    p {
        font-family: 'Roboto';
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
    }
    .NovelLite_slider .container.container_caption {
        display: block;
        margin-top: 50vh;
        vertical-align: middle;
        width: 100%;
        position: relative;
        transform: translate( 0%, -50%);
    }
    table {
        font-size: 8px;
    }
    .light-grey-box {
        background-color: #EFF0F1;
        width: 100%;
        padding-top: 5px;
        margin: 0px;
        margin-top: 60px;
    }
    /* MPC */
    .black-box {
        padding: 15px;
        background: url("https://superiorsteelsupply.us/wp-content/uploads/2020/03/superiro_steel_supply_warehouse_30.jpg");
        color: #ffffff;
    }
    .grey-box {
        padding: 15px;
        background-color: #EFF0F1;
        color: #63676b;
    }
    .card-mobile {
        padding: 0px;
        padding-bottom: 20px;
        display: block;
    }
    .card-desktop {
        display: none;
    }
    .card-body {
        overflow: visible;
    }
    .culture-row {
        margin: 20px;
    }
	.prime-header {
		margin-bottom: 40px;
	}
	.coverage-box {
        background: #ffffff;
        z-index: 3;
        padding: 0px;
        padding-bottom: 45px;
	}
	.news-mpad {
	margin-left: 15px;
	margin-right: 15px;
}
	.product-spacer {
		display: relative;
	}
	
}
#lightGreySection {
    background: #EFF0F1;
}

#whiteSection {
    background: #ffffff;
}

#orangeSection {
    background: #ed6b23;
    padding-top: 110px;
    padding-bottom: 110px;
}

#orangeSection2 {
    background: #ed6b23;
    z-index: -2;
    padding: 0px;
    padding-top: 100px;
    padding-bottom: 100px;
}

#blueSection {
    background: #2488C9;
    z-index: -1;
}

#darkGreySection {
    background: #C1C6C8;
}

#collageSection {
    background: url("https://superiorsteelsupply.us/wp-content/uploads/2020/03/team_collage.jpg");
    width: 100%;
    height: 600px;
    ;
	
	 background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#slides_full2 {
    position: relative;
    background-color: #eee;
    overflow: hidden;
    display: block;
    height: 650px;
    background: url("https://superiorsteelsupply.us/wp-content/uploads/2020/03/culture.jpg");
    z-index: -1;
}

/*  elementor styles */

.elementor-button:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ED6B23;
    border-radius: 10rem;
    z-index: -2;
}

.elementor-button:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #2488c9;
    transition: all 0.3s;
    border-radius: 10rem;
    z-index: -1;
}

.elementor-buttonn:hover {
    color: #fff;
}

.elementor-button:hover:before {
    width: 100%;
	border-radius: 100rem;
	height: 100%;
}

.elementor-button-text {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.elementor-button {
    font-family: 'Roboto';
    font-weight: 700;
    display: inline-block;
    padding: 10px 33px;
    border: 0px;
    border-radius: 10rem;
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.15rem;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
elementor-button:focus {
    outline: 0;
}

.elementor-button.elementor-size-md {
	font-size: 18px;
	border-radius: 10rem;
	padding: 10px 30px;
}

.elementor-section.elementor-section-boxed>.elementor-container {
	max-width: 100%;
	border-radius: 10em;
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
	padding: 0px;
}

.elementor-field-group .elementor-field-textual {
    width: 100%;
    max-width: 100%;
    border: 0px;
		border-radius: 0px;
    background-color: transparent;
    color: #373a3c;
    vertical-align: middle;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.elementor-location-footer { clear: both; }

.elementor-section {
    padding-top: 0px;
    padding-bottom: 0px;
}
h2.elementor-heading-title {
	max-width: 1170px;
	margin: auto !important;
}
.next {
	letter-spacing: 0px;
}

/* hide "/" in single post */

.content-bar .post .post_meta li:after {
	display: none;
}

.content-bar .post .post_title {
	font-family: 'Roboto';
	font-weight: bold;
	color: #2488C9;
}

.content-bar .post .post_meta {
    list-style-type: none;
    color: #545454;
    font-size: 14px;
    margin:0px;
    overflow: hidden;
   justify-content: right;
}
.elementor-post-info__item--type-date {
	letter-spacing: 0px;
}

.elementor-widget-video {
	margin: auto;
}
.modal-title {
	padding-left: 2%;
	padding-right: 2%;
}
.card-content {
	padding-left: 2%;
	padding-right: 2%;
}

body.custom-background {
    background-image: none;
    background-color: #63676b;
}

@keyframes fade {
  0%   { opacity: 0; }
  11.11%   { opacity: 1; }
  33.33%  { opacity: 1; }
  44.44%  { opacity: 0; }
  100% { opacity: 0; }
}


.fadein img { 
    opacity:0; 
    animation-name: fade; 
    animation-duration: 9s; 
    animation-iteration-count: infinite; 
    position:absolute; 
    left:0; 
    right:0; 
		max-width: 100%;
}

.fadein img:nth-child(1) { animation-delay: 0s; }
.fadein img:nth-child(2) { animation-delay: 3s; }
.fadein img:nth-child(3) { animation-delay: 6s; }

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 12px;
}

::-webkit-scrollbar:horizontal {
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;  
    background-color: #ffffff; 
}
.aboutBackground {
	height: 100vh;
	background: url("https://superiorsteelsupply.us/wp-content/uploads/2020/03/test_image_3300x2263_industries-scaled.jpg");
	background-size: cover!important;
    background-repeat: no-repeat!important;
}
a {
	margin: 0px;
}
.elementor-field-group .elementor-select-wrapper {
	flex-direction:column;
}
.elementor-field-label sup {
	color:red;
}
.grecaptcha-badge {
	visibility: hidden;
}
a.linkedin-btn {
	display:block;
	flex-shrink:0;
	width:50px;
	height:50px;
	margin-right:15px;
}
	a.linkedin-btn svg {
		width:100%;
	}
		a.linkedin-btn svg path {
			fill: #2488C9;
			transition:all .5 ease-in-out;
		}
			a.linkedin-btn:hover svg path {
				fill: #ED6B23;
			} 