

/* Changes to the basic bootstrap + sandstone theme */

html {
    position: relative;
    min-height: 100%;
}

body {
    min-height: 100%;
    line-height: 1.6em;
    padding-top: 60px;
    padding-bottom: 150px;
}


.navbar-brand {
    padding: 15px;
}


/* Navbar margin is not needed because there is typically a banner following  */
.navbar { 
    margin-bottom:0;
}

.content-block {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}

.content-blockX2 {
    margin-top: 2em;
    margin-bottom: 1.2em;
}

.content-blockX4 {
    margin-top: 4em;
    margin-bottom: 1.2em;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #3e3f3a;
    margin-top: 4.0em;
    padding: 15px;
    color: #ffffff;
    min-height: 90px;
}

HR {
    border-top-color: #3e3f3a;
}

.social {
    margin: 0;
    padding: 0;
}

    .social ul {
        margin: 0;
        padding: 5px;
    }

        .social ul li {
            margin: 5px;
            list-style: none outside none;
            display: inline-block;
        }

    .social i {
        width: 40px;
        height: 40px;
        color: #FFF;
        background-color: #3e3f3a;
        font-size: 22px;
        text-align: center;
        padding-top: 12px;
        -moz-border-radius: 10%;
        -webkit-border-radius: 10%;
        border-radius: 10%;
        transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
    }

        .social i:hover {
            color: #FFF;
            text-decoration: none;
            transition: all ease 0.3s;
            -moz-transition: all ease 0.3s;
            -webkit-transition: all ease 0.3s;
            -o-transition: all ease 0.3s;
        }

.social-smaller ul {
    padding-left: 0;
}

    .social-smaller ul li {
        margin-left: 0;
    }

.social-smaller i {
    width: 30px;
    height: 30px;
    color: #FFF;
    background-color: #3e3f3a;
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
    border-radius: 10%;
}

.social-smaller {
    margin: 0;
    padding: 0;
}



h4 { 
	font-size: 18px;
    margin-top: 30px;
    margin-bottom: 4px;	
} 


H5{
    margin-bottom: 0;
    margin-top: 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1em;
}







.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    background: #3e3f3a;
}

.clickable {
    cursor: pointer;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 50px 20px;
    vertical-align: middle;
}

.hovereffect img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hovereffect:hover img {
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    overflow: hidden;
    padding: 0.5em 0;
    background-color: transparent;
}

    .hovereffect h2:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: #fff;
        content: '';
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }

.hovereffect:hover h2:after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.hovereffect a, .hovereffect p {
    color: #FFF;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}

.hovereffect:hover a, .hovereffect:hover p {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


a {
    color: #325d88;
}

a:hover, a:focus {
    color: #244363;
}


.noTopMargin {
    margin-top: 0;
}


.imgBoxLeft {
    margin-right: 10px;
    margin-top: 3px;
    margin-bottom: 3px;
    float: left;
}

.imgBoxRight {
    margin-left: 10px;
    margin-top: 3px;
    margin-bottom: 3px;
    float: right;
}

#required {
    font-size: 24px;
    color:red;
}





/* no-gutters Class Rules */
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .row.no-gutters > [class^="col-"],
    .row.no-gutters > [class*=" col-"] {
        padding-right: 0;
        padding-left: 0;
    }


/* no-gutters Class Rules */
.row .sm-gutters {
    margin-right: 7.5px;
    margin-left: 7.5px;
}

    .row.sm-gutters > [class^="col-"],
    .row.sm-gutters > [class*=" col-"] {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }





.navbar_StewardsofWater {
    background-color: #0078c9;
    border-color: #0078c9;
	border-radius: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar_StewardsofWater .navbar-nav > li > a:hover {
    text-decoration: underline;
}






.navbar_StewardsofHort {
    background-color: #864E9F;
    border-color: #864E9F;
	border-radius: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar_StewardsofHort .navbar-nav > li > a:hover {
    text-decoration: underline;
}

.navbar_Home {
    background-color: rgba(142,140,132,1);
    border-color: rgba(142,140,132,1);
    border-radius: 0;
}

/*EL 11.26.24 removed this because it was overwriting a base sandstone classs which took the underline off the links in the navbar*/
/*.navbar_Home .navbar-nav > li > a:hover {
    text-decoration: underline;
}*/

@media (min-width: 768px) {
	.navbar_Home .navbar-nav > li > a {
		padding-top: 6px;
		padding-bottom: 0px;
	}
	
	.navbar_Home {
		min-height: 30px;
		height: 30px;	
	}
}

@media (max-width: 767px) {
	.navbar_Home {
		display: none;	
	}	
}



.card {
    padding: 15px;
    margin: 7.5px 0 7.5px 0;
    -webkit-box-shadow: 0 0 8px 4px rgba(238,238,238,1);
    -moz-box-shadow: 0 0 8px 4px rgba(238,238,238,1);
    box-shadow: 0 0 8px 4px rgba(238,238,238,1);
}


@media(max-width:767px) {
    .card {
        min-height: 150px;
        margin-bottom: 15px;
    }
}

@media(min-width:768px) {
    .card {
        min-height: 150px;
        margin-bottom: 15px;
    }
}

@media(min-width:992px) {
    .card {
        min-height: 150px;
        margin-bottom: 7.5px;
    }
}

@media(min-width:1200px) {
    .card {
        min-height: 150px;
        margin-bottom: 7.5px;
    }
}


.card img {
    margin-left: 10px;
}


.card .clickablePanel {
    height: auto;
    width: 100%;
    text-decoration: none;
    display: block;
    color: #3e3f3a;
}


.card .panel:hover {
    text-decoration: none;
}


.ProductName sup {
    font-size: .55em;
}

h3.ProductName {
    margin-top: 5px;
}





.Banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    margin-top: 0;
    /*Default Banner Image - site wide*/
    background-image: url(https://sepro.com/media/1177/banner_default.jpg);
}

.Banner h1 {
    font-size: 45px;
    margin-bottom: 2.5px;
}

.Banner h1 sup {
    font-size: .35em;
    font-weight: normal;
    vertical-align:top;
    top:13px;
}   

.Banner h2 {
    font-size: 25px;
    margin-bottom: 0px;
    margin-top: 2.5px;
}

.Banner h1, .Banner h2, .Banner p {
    color: #fff;
}

.Banner p {
    text-shadow: 0 1px 2px rgba(0,0,0,0.7);
}

.Banner-200 {
    min-height: 200px;
    padding: 50px 10px 50px 0;
}

.Banner-300 {
    min-height: 300px;
    padding: 75px 10px 75px 0;
}

.Banner-400 {
    min-height: 400px;
    padding: 100px 10px 100px 0;
}

.Banner-600 {
    min-height: 600px;
    padding: 150px 10px 150px 0;
}


.half-jug {
    display: flex;
    align-items: flex-end;
    padding-top: 0;
    padding-bottom: 0;
}




.Banner-Default {
    background-image: url(https://sepro.com/media/1177/banner_default.jpg);
    background-position: center bottom;
    height: 350px;
}

.BannerBox-FullWidth {
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    margin-top: 40px;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.BannerBox-Inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    margin-right: 15px;
    margin-left: 15px;
    text-align: center;
}

    .BannerBox-Inner h1, .BannerBox-Inner .h1 {
        font-size: 45px;
    }




/*@media(max-width:767px) {
    .Banner-200 {
        min-height: 375px;
        align-items: flex-end;
    }

        .Banner-200 .half-jug {
        }
}

@media(min-width:768px) {
    .Banner-200 {
        min-height: 375px;
        align-items: flex-end;
    }

        .Banner-200 .half-jug {
        }
}


@media(min-width:992px) {
    .Banner-200 {
        min-height: 200px;
    }

        .Banner-200 .half-jug {
            min-height: 200px;
        }
}*/














.ProductTabTable {
    margin-top: 20px;
    min-height: 400px;
}





.FirstRow {
    margin-top: 40px;
}

.LastRow {
    margin-bottom: 40px;
}







.DocRow {
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    max-width: 300px;
    padding-left:0;
}

.DocLabel {
    font-weight: bold;
    font-size: 14px;
}


#Documents {
    margin-bottom: 30px;
}

.Footnote {
    font-size: .9em;
}










#section_ProfessionalHelp {
    background-image: url(/media/1072/background_expert.jpg);
    min-height: 120px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
}



#section_ProfessionalHelpHort {
    background-image: url(/media/1006/background_expert_hort.jpg);
    min-height: 120px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
}



/* Quick Facts Start */

.qf-wrapper {
    outline: 1px solid gray;
    outline-offset: 5px;
    font-size: 13px;
    margin-top: 35px; 
    margin-bottom: 35px;
}

.qf-header {
    color: #fff;
    background-color: #3E3F3A;
    font-size: 14px;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 0.5em;
    margin-bottom: 5px;
}

.qf-content {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}

.qf-wrapper>.qf-content:nth-child(2n) {
    background-color: #f2f2f2;
}

.qf-title {
    font-weight: bold;
}

/* Quick Facts End */

/* Features and Benefits Start */

.fab-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
}

.fab-header {
    font-size: 14px;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
}

.fab-content {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}

.fab-wrapper>.fab-content:nth-child(2n) {
    background-color: #f2f2f2;
}

@media only screen and (max-width: 767px) {
/* FAB for phones */
.fab-feature:before {
    content: "Feature: ";
    font-weight: bold;
}

.fab-benefit:before {
    content: "Benefit: ";
    font-weight: bold;
}

.fab-header {
    display: none;
}
}
/* Features and Benefits End */

/* Home Page Styles Start*/

.center-button > h1 {
	font-weight: bold;
	font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #FFF;
	text-transform: uppercase;
	font-size: 46px;
}

.round-button {
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.square-button {
	width: 200px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-transform: uppercase;
	font-weight: bold;
}

.square-button > .button-text {
	padding-top: 0;
}

.button-content {
	transition: border-color 0.2s ease-in-out;
	color: #FFF;
	border: solid 1.5px #FFF;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.button-content:hover {
	border-color: #325d88;
}

.sepro-button {
	font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
	text-decoration: none !important;
	display: inline-block;
}

.button-text, .fa-chevron-down, .fa-chevron-up {
	display: block;
}

.bottom-button > .sepro-button > .round-button > .button-text {
	padding-top: 12px;	
}

.top-button > .sepro-button > .round-button > .fa-chevron-up {
	padding-top: 8px;	
}

.center-button {
	position: relative;
	display: flex; /* establish flex container */
	flex-direction: column; /* stack flex items vertically */
	justify-content: center; /* center items vertically, in this case */
	align-items: center;
}

.top-button {
	position: absolute;
	top: 15px;
	margin-left: auto;
	margin-right: auto;
}

.bottom-button {
	position: absolute;
	bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}

.home-panel {
	position: relative;
	padding: 0;
	margin: 0;
	width: calc(100vw - (100vw - 100%));
	height: 90vh;
}

.home-panel-inner {
	background: rgba(0,0,0,0.1);
	height: inherit;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.panel-mobile > .home-panel-inner {
	overflow-y: auto;	
}

.panel-mobile > .home-panel-inner > .center-button h1 {
	font-size: 30px;
}

.panel-mobile > .home-panel-inner > .bottom-button, 
.panel-mobile > .home-panel-inner > .top-button {
	display: none;	
}

.panel-mobile > .home-panel-inner > .center-button > .sepro-button {
	display: none;	
}

/* Home Page Styles End

/* Find My Rep Bar Styles Begin */

#findMyRepBar {
	background-color: #8d9b98;
	display: none;
}

#sticky_bar.sticky{
	position: fixed;
	width: 100%;
	z-index: 2;
}

#findMyRep {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;
	font-size: 15px;
}

#findMyRepContent a {
	color: #b1dbff;
}

#findMyRep {
	padding-left: 0;
	padding-right: 0;
}

#findMyRepContent {
	padding-top: 4px;
}

#findMyRepControl {
	padding-left: 5px;
	padding-right: 5px;
}

/* Find My Rep Bar Styles End */

/* Find My Rep Map Styles Begin */

.map-fa.fa {
	padding: 5px;
	font-size: 20px;
	width: 30px;
	text-align: center;
	text-decoration: none;
	margin: 0px 2px;
	border-radius: 15%;
}

.map-fa.fa:hover {
	opacity: 0.7;
}

.map-fa.fa-twitter {
	background: #55ACEE;
	color: white;
}

.map-fa.fa-linkedin {
	background: #007bb5;
	color: white;
}

#findRepWrapper {
	margin-bottom: 30px;
}

#findRepBtns {
	padding-left: 0px;
	padding-right: 0px;
}

#findRepMap {
	width: 90%;
	margin-top: 30px;
	display: none;
}

#findRepInfo, #findInfoPrompt {
	display: none;
	margin-top: 15px;
}

#marketHeader {
	display: none;
	background-color: #325d88;
	border-radius: 4px;
	padding: 7px 0 7px 7px;
	color: #FFF;
}

#marketHeader > img {
	padding-right: 20px;
	float: left;
}

#marketHeaderText {
	display: block;
	font-size: 17px;
	position: relative;
	margin-top: 2px;
	padding-top: 3px;
	padding-bottom: 4px;
	pointer-events: none;
}

#marketHeader > button {
	color: #FFF;
	opacity: .75;
	padding: 4px 15px 0 0;
	float: right;
	font-size: 21;
}

#marketHeader > button:hover {
	opacity: 1;
}

.modal-body > #findRepWrapper {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 0;
}

.btn-left {
	border-radius: 4px 0 0 4px;
}

.btn-right {
	border-radius: 0 4px 4px 0;
}

.btn-inner {
	border-radius: 0;
}

#repImage.img-responsive {
	display: inline-block;
	width: 60%;
	max-width: 150px;
}

#repImage.img-rounded {
	border-radius: 50%;
}

.clickable-div {
	cursor: pointer;
}


/* Find My Rep Map Styles End */

/* Stewards of Water Form Customization*/

@media (min-width:768px) {
    .form-horizontal .stowRegistrationForm {
        text-align: left;
        padding-top: 0;
        padding-left: 0;
    }
}

.checkboxlist input[type="checkbox"] {
    width: auto;
    margin-right:10px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.flexBox {
    display: flex;
}

.flexBox label {
    margin-top: 14px;
}

.form-horizontal .form-group {
    padding-bottom:10px;
}
#footerText h5{
	font-family: Helvetica;
    line-height: 16px;
    margin-top: 4px
}	
.anchor-id{
display: block; position: relative; top: -100px; visibility: hidden;
}
.btn.btn-primary a{
	color:white;
}

/* Stewards of Water Form Customization End*/

.video-container iframe{
	width:100%;
	height:411px;
}
@media (min-width:401px) and (max-width:600px) {
    .video-container iframe{
	height:310px;
	}
}
@media (max-width:400px) {
    .video-container iframe{
	height:195px;
	}
}
#sub-navbar .navbar-header .navbar-brand i{
	display:none;
}
@media (max-width:767px)
{
	#sub-navbar .navbar-header .navbar-brand{
		width:100%;
	}
	#sub-navbar .navbar-header .navbar-brand i{
		position:absolute;
		right:2.6rem;
		color:white;
		top:2.1rem;
	}
	#sub-navbar .navbar-nav{
		display:none;
	}
	#sub-navbar .navbar-header .navbar-brand i.fa-chevron-down{
		display:block;
	}
	#sub-navbar .navbar-header .navbar-brand i.fa-chevron-up{
		display:none;
	}
	#sub-navbar.active .navbar-header .navbar-brand i.fa-chevron-up{
		display:block;
	}
	#sub-navbar.active .navbar-header .navbar-brand i.fa-chevron-down{
		display:none;
	}
}

.alert-light {
	color: #3e3f3a;
	background-color: #f8f5f0;
	border-color: #fdfcfb;
}

.alert-light a {
	color: #325d88;
	text-decoration: underline;
}