.description-text {
font-size: 1.15em;
}

.new-section {
padding-top: 100px;
}

.center-text {
padding-top: 50px;
text-align: left;
}

@media only screen and (min-width:960px)
{.center-text {
 width: 63%;
margin: 0 auto;
}
}

p.anchor {margin-bottom: 4em;position:relative;display: block;}
 .sticky .dropdown {width: 100% !important; background-color: #555;}
 .sticky .dropdown .dropdown-menu {width: 100% !important;background-color: #eee}
#stickyNav a {
z-index:20001;padding: 0.5em;
background: #69a148; color: #fff;
text-decoration: none;transition: 0.65s;
display: inline-block;margin: 0.5em;
}
 
#stickyNav {text-align: center;background: #fff; padding: 1.5em 0.25em 0.5em; margin-top: 0;z-index:20000;border-bottom: 1px solid #efefef;}
 
#stickyNav a:hover {background: #507938;}
 
.brandPage h2 {margin-top: 2em!important;}
@media only screen and (min-width: 768px){
.sticky-wrapper {
 display: flex;
 justify-content: center;
 align-items: center;
}
ol {
padding-left: 18px
}
.show-xs {display: none}
.hide-xs {display: inline-block;}
}
@media only screen and (max-width: 767px) {
a.dropdown-item {
width: 100%;
display: block; clear: both;
line-height: 2.25em;
}
.btn.btn-secondary.dropdown-toggle {color: #fff; background-color: #555;}
.dropdown-menu {padding-left: 0.5em;}
.dropdown-menu, .dropdown {width : 90% !important}
.show-xs {display: inline-block}
.hide-xs {display: none;}}

.center-text {
 text-align: center;
}