body {
    margin: 0;
    display:block;
    font-family: 'League Spartan';
    background-color: #f5f5f5;
}

/* league-spartan-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'League Spartan';
    font-style: normal;
    font-weight: 400;
    src: url('/static/league-spartan-v11-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  

h2 {
    margin:0;
    font-size: 18pt;
    cursor:default;
}

.point {
    cursor:pointer
}

p {
    padding-top:0.2rem;
    margin: 0;
    cursor:default;
    color:#883936;
    font-size: 18pt;

}

a {
    color: inherit; /* Inherit the text color from the parent element */
    text-decoration: none; /* Remove underline */
    padding:0;
    margin:0;
}

var {
    padding-right: 0.1rem;
    cursor:default;
}

img {
    vertical-align: middle
}

.cs {
    color:#883936;
    text-decoration: underline;
}
.accountname {
    flex: 1 0 auto; /* flex-grow: 1, flex-shrink: 0, flex-basis: auto */
    display: flex;
    justify-content: flex-end;
    
}

.contact_acc {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-end;
    gap:2.5rem;
    align-items: center;
}

.contact {
    border: solid 2px #3d6e90;
    border-radius: 6px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.header {
    position: sticky;
    top: 0px;
    /* left: 0; */
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 2.5rem;
    background-color: #FFFFEA;
    color: #3d6e90;
    padding-right: 2.5rem;
    align-items: center;
    justify-items: center;
    border-bottom: solid 4px #883936;
}

.header-responsive {
    overflow: hidden;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 2.5rem;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 18pt;    
  display:flex;
  flex-direction: row;
  align-items:center;
  gap:0.5rem;
  border: none;
  outline: none;
  color: #883936;
  /* padding: 14px 16px; */
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  transform: translateX(-5rem); 
  background-color: #f5f5f5;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #883936;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown:hover .dropbtn {
  background-color: #f5f5f5;
  color: #883936;
  cursor:auto;
}

.dropdown:hover .dropbtn img {
    cursor:auto;
}

.dropdown-content a:hover {
  background-color: #cccccc;
  /* color: black; */
}

.dropdown:hover .dropdown-content {
  display: block;
}

i {
    height:0.75rem;
}

.icon {
    display: none;
    align-self: center;
}

#threelines {
    height:1.75rem;
    
}

.logo-menu {
    display:flex;
    align-items: flex-end;
    padding:0;
}

#logo {
    height: 5rem;
    justify-self: start;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

#profileicon {
    height: 3rem;
    justify-self: start;
    cursor: pointer;
    padding: 0;
    margin: 0;
}


.scroll-link {
    padding: 0;
    margin: 0;
}

#premain, #main1, #main2, #main3, #main4, #main5 {
    background-color: #FFFFEA;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* #main1 {
    padding-top: 7.5rem;
} */

#premain, #main2, #main4 {
    background-color: #f5f5f5;
}

h3 {
    color:#883936;
    font-size: 26pt;
    padding:0;
    margin: 0;
}

.herogifs {
    display: flex;
    
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.hg {
    display: flex;
    flex: 1 1 0;
    justify-content: center;
    align-items: center;
    padding-top: 2.5rem;
}

#herofork, #heroweld, #herocnc {
    border: solid 3px #883936;
    border-radius: 6px;
}



#herofork, #heroweld, #herocnc { /* default width of these is 486*/
    height: 270px;
    width:auto;
}


#int-diag {
    height: 250px;
}

.intdiv {
    display:flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    gap: 2.5rem;
    align-items: flex-start;
}

.intdivtext {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width:50%;
}

li::marker {
	color: #883936;
}

.int-bul {
    color:#883936;
    font-size: 18pt;

}

.cust, .cutsense {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.LCpics {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 2.5rem;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    max-width: 1664px;

}

.imgcont_cust {
    height: 220px;
    width:70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:0.25rem;

}

.LCbullets {
    align-self: stretch;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom:2.5rem;

}

#handshake {
    height:220px;
}

#cloud {
    max-height:250px;
}

#prod_over,  #disp_dash{
    max-width: 100%;
    max-height: 100%;
    border: solid 3px #883936;
    border-radius: 6px;
}

.LCrow {
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
    /* flex-grow:1; */
    /* width: 100%; */
    justify-content: center;
    align-items: center;
    border-left: solid 3px #883936;
    padding: 1.5rem;
}

.LCrowtext {
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-grow: 2;
    /* width: 100%; */
}

.Host {
    border-right: solid 3px #883936;
}

video {
    width:49%  !important;
    height: auto  !important;
    border: solid 3px #883936;
    border-radius: 6px;
}

.vidandcontext {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    gap: 1.5rem;
    padding: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.vidcontext {
    flex-grow:1;
}

.duovids {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* max-width: 90%; */
    gap:1.25rem;
    align-self: center;
}

.BIC {
    color:#883936;
    font-size: 24pt; 
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.bold {
    font-weight: bold;
}

.bluelink {
    color:#3d6e90
}

#ohyasignup {
    margin-top:1rem;
}

form {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap:1rem;
}

.About {
    display: flex;
    width:75%;
    flex-direction: column;
    align-items: center;
    gap:1.25rem;
}

.About-All {
    display: flex;
    flex-direction:row;
    gap: 1.25rem;

}

.About-Text {
    display: flex;
    flex-direction: column;
    gap:1.25rem;
}

.About-Other {
    display: flex;
    flex-direction: row;
    gap:1.25rem;
}

#headshot {
    height: 200px;
    width: auto;
}

#knoxtn {
    height: 30px;
    width: auto;
}

.region_icons {
    display:flex;
    flex-direction: row;
    align-items: center;
}

#linkedin-icon {
    height: 1.25rem;
    width: auto;
    align-self: flex-start;
}

.contact-info {
    height:200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



.Connect {
    display: flex;
    flex-direction: column;
    align-items: center;
    width:100%
}

.Connect-Context {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
}

.CTAfield {
    width:100%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    align-items: flex-start;
}

.CTAinput {
    /* flex-grow: 2; */
    /* flex-basis: 80%; */
    width: 100%;
    height:1.5rem;
    font-size: 12pt;
}

#CTAinput-message {
    height:4.5rem;
    resize: vertical;
}


@media only screen and (max-width: 1649px) {
    .intdiv {
        gap: 0.25rem;
        justify-content: center;
    } 

    #int-diag {
        max-width: 100%;
    }
}


@media only screen and (max-width: 1375px) {
    .herogifs {
        flex-direction: column;
    }
    
    #herofork, #heroweld, #herocnc { /* default width of these is 486*/
        max-width: 100%;
        height:auto;
    }
    


    .intdivtext {
        width: auto;
    }
    
    #premain, #main1, #main2, #main3, #main4, #main5 {
        padding: 1.25rem
    }

    .Connect-Context {
        width: 100%;
    }

    .About {
        width:100%;
    }

    .duovids {
        flex-direction: column;
    }

    video {
        width: 100%  !important;
    }


}


.Host.transposed {
    border-right: none;
    border-bottom: solid 3px #883936;
}

.LCpics.transposed {
    flex-direction: column;
}

.LCrow.transposed {
    border-top: solid 3px #883936;
    border-left: none;
    flex-direction: row;
    flex-wrap: wrap;
}

.LCrowtext.transposed {
    align-items: baseline;
}

.imgcont_cust.transposed {
    width: auto;
    height: 100%;
}

@media only screen and (max-width: 1000px) {
    .header-responsive {
        display: none;
        padding-left: 1.25rem
    }

    .header-responsive.responsive {
        display: flex;
        flex-direction: column;
        width:auto;
        gap:0.25rem;
        align-items: flex-start;
    }

    .header-responsive.responsive .dropdown {float: none;}
    .header-responsive.responsive .dropdown-content {position: relative;}
    .header-responsive.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
    }

    .header {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap:0.5rem;
    }

    .logo-menu {
        width: 100%;
        justify-content: space-between;
        align-items: flex-start;
    }

    .icon {
        display: block;
        float: right;
    }

    .accountname {
        flex: 1 0 auto; /* flex-grow: 1, flex-shrink: 0, flex-basis: auto */
        display: flex;
        justify-content: flex-end;
        
    }
    
    .contact_acc {
        flex-direction: column;
        justify-content: flex-start;
        gap:0.25rem;
        align-items: flex-start;
    }
    
    .contact {
        margin:0;
        padding:0;
        border: none;
    }

    form{
        width:75%;
    }

    .About-All {
        flex-direction: column;
        justify-content: center;
    }

    .About-Other {
        justify-content: center;
    }



}

@media only screen and (max-width: 480px) {
    .About-Other {
        flex-direction: column;
        align-items: center;
    }

    #headshot {
        align-self: center;
    }
}

span {
    text-decoration: underline;
    font-style: italic;
}

.footer {
    display: flex;
    justify-content: center;
}

.footer p {
    margin-top: 8rem;
    margin-bottom: 1rem;
    font-size: 14pt;
}