




.verttriadsection{
	padding: 30px 0px;
}


.vertmainsection{
	padding: 30px 0px;
}

.betterdottedbox{
    border: 6px dotted rgb(128, 128, 128);
    border-width: 3px;
    border-style: dotted;
    border-color: rgb(128, 128, 128);
    border-radius: 20px;
}


.dottedbox, .dottedbox-right, .dottedbox-bottom, .dottedbox-bottom-right{
    border-left: 3px dotted rgb(128, 128, 128);
    border-left-width: 3px;
    border-left-style: dotted;
    border-left-color: rgb(128, 128, 128);
    border-top: 3px dotted rgb(128, 128, 128);
    border-top-width: 3px;
    border-top-style: dotted;
    border-top-color: rgb(128, 128, 128);
}

.dottedbox-right, .dottedbox-bottom-right{
    border-left: 3px dotted rgb(128, 128, 128);
    border-right-width: 3px;
    border-right-style: dotted;
    border-right-color: rgb(128, 128, 128);
}

.dottedbox-bottom, .dottedbox-bottom-right{
    border-bottom: 3px dotted rgb(128, 128, 128);
    border-bottom-width: 3px;
    border-bottom-style: dotted;
    border-bottom-color: rgb(128, 128, 128);
}

.homepage{
    height: 552px;/* must match jpg size */
    background: url("/assets/img/gear_hero.jpg") no-repeat scroll center center / cover transparent;
    display: block;
    text-decoration: none;
    color: rgb(252, 252, 247);/* white text*/
	text-align:center;
}


.section-text-large {
    font: 27px/43px 'LatoRegular','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-family: 'LatoRegular','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        font-size: 27px;
        line-height: 43px;
        font-size-adjust: none;
        font-stretch: normal;
        -x-system-font: none;
        -moz-font-feature-settings: normal;
        -moz-font-language-override: normal;
}

.text-justify{
    text-align: justify;
}





.list-inline-item{
    padding-right:10rem;
}



/* Define the animation */
@keyframes slide-in-left {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

.animate-slide-to-left {
    animation: slide-in-left 60s linear infinite;
}

.bg-site-neutrals-25 {
    --tw-bg-opacity: 1;
    background-color: rgb(246 247 248/var(--tw-bg-opacity));
}

.items-center {
    align-items: center;
}

.flex {
    display: flex;
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.flex-col {
    flex-direction: column;
}

.w-full {
    width: 100%;
}

.flex {
    display: flex;
}

.relative {
    position: relative;
}

.overflow-hidden {
    overflow: hidden;
}

.h-10 {
    height: 2.5rem;
}

.justify-around {
    justify-content: space-around;
}

.absolute {
    position: absolute;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


.moving-li {
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(194 199 204/var(--tw-text-opacity));
    font-size: 2rem;
}





.dont-overflow {
    max-width: 100%;
    display: block;
}


.wide-250{
    width: 250px;
}