﻿/*---------------------- Masthead Start ------------------------------- */

.webp .mh { background-image: linear-gradient(to bottom right,#0a264c77,#030b1755), url("/Uploaded/Image/mastheads/tall/Woodworking_Event.webp"); }
.no-webp .mh { background-image: linear-gradient(to bottom right,#0a264c77,#030b1755), url("/Uploaded/Image/mastheads/tall/Woodworking_Event.webp"); }

@media (max-width: 450px) {
.webp .mh {background-image: linear-gradient(to bottom right,#0a264c99,#030b1777), url(/Uploaded/Image/mastheads/tall/450_Woodworking_Event.webp);}
.no-webp .mh {background-image: linear-gradient(to bottom right,#0a264c99,#030b1777), url(/Uploaded/Image/mastheads/tall/450_Woodworking_Event.webp);}
}

#IMG-MASTHEAD.tall-mh { height: 550px;}
.tall-mh .inner-masthead { display: flex; flex-direction: column; justify-content: space-between; }

.location-date { font-size: clamp(1rem, 0.953rem + 0.205vw, 1.2rem); color: #eee;  margin: 5px auto;}
.location-date em { color: #009fdf; margin: 0 10px 0 20px;}
.location-date em:first-child {margin: 0 10px 0 20px;}
#IMG-MASTHEAD.tall-mh h1 {text-shadow: 0 3px 8px #1d4f91;}
.event-description { font-weight: lighter; color: #eee; font-size: clamp(1rem, 0.884rem + 0.512vw, 1.5rem); margin: 0; text-align: center;}
.event-logos { display: flex; flex-direction: column;  justify-content: flex-end; }
.event-logos p { color: #fff; font-size: clamp(1rem, 0.953rem + 0.205vw, 1.2rem);; display: flex; margin: auto; }
.event-logos img { max-width: 650px; width: 100%; margin: auto; display: flex; }
.event-details {display: flex; flex-direction: column;}
.mobile-break {display: none;}


#IMG-MASTHEAD.tall-mh .MastheadCTA { 
    margin: 50px auto 0; 
    background: #0a264c;
    position: relative;
    transform-style: preserve-3d;
    border: none;
}

#IMG-MASTHEAD.tall-mh .MastheadCTA:hover {
    background: #0a264c55;
}

@property --rotate { syntax: "<angle>"; initial-value: 0deg; inherits: false;}

#IMG-MASTHEAD.tall-mh .MastheadCTA::before {  
    content: ""; 
    width: Calc(100% + 4px); 
    height: Calc(100% + 4px); 
    border-radius: 6px; 
    background-image: linear-gradient(var(--rotate) , #ff6319, #ff7600 43% , #009FDF, #1d4f91);
    position: absolute;
    transform: translateZ(-1px);
    top: -2px;
    left: -2px;
    animation: spin 7s linear infinite;
}

#IMG-MASTHEAD.tall-mh .MastheadCTA::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  transform: translateZ(-1px);
  height: 100%;
  width: 100%;
  margin: 0 auto;
  transform: scale(1) translateZ(-1px);
  filter: blur(20px);
  background-image: linear-gradient(var(--rotate) , #ff6319, #ff7600 43%, #009FDF, #1d4f91, #1d4f9155);
  animation: spin 7s linear infinite;
}

@keyframes spin {
  0% {
    --rotate: 0deg;
  }
  100% {
    --rotate: 360deg;
  }
}

@media (max-width: 700px) {
#IMG-MASTHEAD.tall-mh { height: 450px; }
#IMG-MASTHEAD.tall-mh .MastheadCTA { margin: 20px auto 30px; }
.location-date { order: 2; }
.tall-mh .inner-masthead { padding: 50px 10px 20px; }
.mobile-break {display: block;}
}


/*---------------------- Masthead End ------------------------------- */


    #regBodyContent #registerCTA {
    width: 100%;
    background: url(/Uploaded/Image/Manufacturing/SWOOD/Wood-Grain-Herringbone.webp);
    text-align: center;
    margin: 0 0 10px;
    color: white;
    border-radius: 4px;
    background-size: 105%;
    background-position-y: bottom;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 1px 0 BLACK;
    transition: 0.5s ease all;
    background-position-x: center;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    }

    #registerCTA:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #262626bb;
    z-index: 1;
    }
    #registerCTA:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #0000;
    z-index: 2;
    transition: 0.5s ease;
    }
    #registerCTA:hover:after {
    background: #0005;
    }
    #regBodyContent #registerCTA:hover {
    background-size: 110%;
    letter-spacing: 2px;
    }
    #registerCTA .CTA-event {font-weight: normal; letter-spacing: 4px; margin-bottom: 0; font-size: clamp(1rem, 0.785rem + 0.952vw, 1.5rem); z-index: 3; position: relative;}
    #registerCTA .CTA-link {color: #ff6319; margin: 0 0 20px; font-family: 'Open Sans Condensed'; font-size: clamp(1.8rem, 1.371rem + 1.904vw, 2.8rem); z-index: 3; position: relative;}
    #registerCTA:hover .CTA-link {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 0.2em;
    }


@media (max-width: 700px) {
    #regBodyContent #registerCTA {
height: 150px;
background: #000
}
}


.spaced-list li { margin-bottom: 20px;}

html {scroll-behavior: smooth;}
#regWhite {padding-top: 40px;}
#regWhite .card-col-container { column-gap: 40px;}
#regWhite .card-span a { color: #0071ee; font-weight: 600;}
.logo { display: flex; align-items: center; justify-content: center; padding: 30px;}

#regGrey {background: #262626;}
#regGrey .card-button {background: #383838;}
#regGrey .light .card-button a {color: #fff;}
#regGrey .card-col-container {grid-gap: 40px;}

@media (max-width: 700px) {
#regGrey .card-col-container {grid-gap: 10px;}
}

.section-title { background: #1d4f91 !important;}
.light {color: #fff; }
.light .card-span { border: none; background: transparent; box-shadow: none; color: white; }
.light .card-subtitle { border-color: #009fdf; color: #fff}
.Inside.gLeft { position: absolute; width: 100%;}
.Launch { height: 200px;}
.Launch em { color: #ff6319;}
.across-all-text { grid-column: 1/-1; max-width: 1000px; margin: 0px auto 40px; color: #fff; text-align: center; font-size: 1.1em;}

.col-panel-header{ 
display: flex;
justify-content: center;
align-items: center;
flex-wrap: nowrap;
margin: 15px 0 0 0;
}

.headerLeft{
    display : flex;
}

.headerLeft img {
    max-width: 60px;
    margin: 15px 10px 15px auto;
    aspect-ratio: 1/1;
}

.headerMiddle{
flex-grow: 1;
order: 2;
inline-size: 18%;
padding-right: 10px;
}

.headerRight {
flex-grow: 1;
padding-left: 13px;
font-size: 1.1em
}

/*---------------------- Agenda Start ------------------------------- */

.clean-subtitle {
    font-weight: bold;
    text-align: center;
    color: #63666a;
    font-size: 1.7em;
    box-shadow: 0px 15px 15px -16px #dadada;
    padding: 15px;
    margin: 100px auto 20px;
    text-transform: uppercase;
}

.agenda-item {
    display: flex;
    width: 100%;
    min-height: 60px;
    margin: auto 10px;
    align-items: center;
    padding: 30px 10px;
    border-bottom: #ccc dotted 2px;
    box-sizing: border-box;
}

.agenda-time {
    font-size: clamp(1.2rem, 0.771rem + 1.904vw, 2.2rem);
    font-weight: bold;
    color: #00b6ff;
    border-right: 4px solid #dadada;
    padding: 0 50px 0 0px;
    margin: 0 50px 0 0px;
   white-space: nowrap;
}

.agenda-title {
    font-size: 1.2em;
    color: #383838;
    font-weight: bold;
}

.agenda-description {
    padding: 4px 0;
    font-style: italic;
}

@media (max-width: 1000px) {

.agenda-time {
    padding: 0 30px 0 0px;
    margin: 0 30px 0 0px;
}

}

@media (max-width: 700px) {

.agenda-item {
    flex-direction: column;
}

.agenda-time {
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.agenda-title {
    font-size: 1em;
}

.agenda-text {
width: 100%
}

}


/*---------------------- Agenda End ------------------------------- */


 #regBlue .light a, #regBlue .light p a, #regBlue .light li a { text-decoration: underline; text-underline-offset: 0.2em; color: #fff !important; font-weight: bold; }
#regBlue .light .card-button {background: #ff6319;}
#regBlue .light .card-button a {color: white;}


blockquote{
    padding: 10px 10px 10px 20px;
    border-left: 5px solid #fff;
    font-size: 1.2em;
    font-style: italic;
}

#regBlue blockquote {
    border: 5px solid #00b6ff;
}



@media (max-width: 700px) {
#regWhite .card-col-container { column-gap: 10px;}
.across-four.logo { grid-column: span 6; padding: 15px;}
}


/*---------------------- FORM START  ------------------------------- */

.form-container {padding-bottom:20px; padding-left: 20px; align-self: center;}
.form-title { margin: 20px 0 0 0; text-align: center; font-size: 2.2em; text-transform: uppercase; font-weight: 700; color: #1d4f91; line-height: 1em;}

#regBodyContent input[type=email], #regBodyContent input[type=number], #regBodyContent input[type=text], #regBodyContent input[type=password], #regBodyContent input[type=tel], #regBodyContent textarea, #swks_FormSelector {
        -webkit-appearance: none;
    box-shadow: 0 0 3px #617fbb;
    border: 1px solid #415595;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 1em;
    margin-bottom: 1%;
    margin-right: 1%;
    width: 97%;
    float: left;
    padding: 5px;
    border-radius: 3px 3px 3px 3px;
}

#regBodyContent input[type=checkbox] {
    width: 20px;
    height: 20px;
    background-color: #fff;
    position: relative;
    border-radius: 3px;
    border: 1px solid #333;
    webkit-appearance: checkbox;
}

.mktoForm button.mktoButton {
    float: left;
    cursor: pointer;
    background-color: #85b358;
    border-radius: 0;
    width: 100%;
    border: 0;
    text-align: center;
    color: #fff;
    font-size: 1.5em;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 5px 5px 5px 5px;
}

#Country {
    width: 416px;
    box-shadow: 0 0 3px #617fbb;
    border: 1px solid #415595!important;
    font-size: 1em;
    margin-bottom: 1%;
    margin-right: 1%;
    float: left;
    padding: 5px;
    border-radius: 3px 3px 3px 3px;
background-color: #fff;
color:  #757575;
	}
	
	
#swks_County {
    width: 416px;
    box-shadow: 0 0 3px #617fbb;
    border: 1px solid #415595!important;
    font-size: 1em;
    margin-bottom: 1%;
    margin-right: 1%;
    float: left;
    padding: 5px;
    border-radius: 3px 3px 3px 3px;
	}

@media (max-width: 700px) {
.form-title { font-size: 1.5em;}
}

/*---------------------- FORM END  ------------------------------- */
/*---------------------- Marketo Form Start  ------------------------------- */

.mktoForm {
font-size: 14px !important;
color: #757575 !important;
line-height: 1.7em;
font-weight: 500 !important;
word-wrap: break-word;
margin-top: 10px;
}

.mktoForm a {
color: #c4c4c4 !important;
}

.mktoForm .mktoFormCol {
    width: 100%;
    margin-bottom: 0px !important;
}
.mktoFormCol {
display: flex !important;
flex-direction: row !important;
}
.mktoHasWidth {
width: 99% !important
}
.mktoForm .mktoLabel {
    display: flex;
    padding-top: 0em !important;
    width: 15px !important;
    margin-left: -7.5px !important;
}
.mktoFieldWrap.mktoRequiredField {
width: 99%
}
.mktoForm .mktoOffset {
width: 0% !important
}
.mktoHtmlText {
    display: flex;
    justify-content: center;
}
.formTextBlock {
    padding: 10px 0px !important;
    font-size: 1.1em;
    color: #757575;
   width: 92%;
}
.mktoForm .mktoFieldWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
}

.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
width: 92%!important;
align-items: center;
border: 1px solid #009fdf !important;
font-size: 1.1em !important;
float: left;
padding: 10px !important;
border-radius: 4px;
}
.mktoForm .mktoFormRow {
    width: 100%;
    display: flex;
    justify-content: center;
}

.mktoForm .mktoGutter {
    display: none;
}

.mktoButtonRow {
    margin-top: 10px !important;
    width: 100%;
    display: flex !important;
    justify-content: center;
}

.mktoButtonWrap.mktoNative {
    width: 90%;
    margin-left: 0 !important;
}

.mktoForm .mktoAsterix {
    float: none;
    color: #009fdf;
    padding-left: 0px !important;
}

#regGrey input[type=text], #regGrey input[type=email], #regGrey textarea  {margin-bottom: 0 ;}
textarea#mkto_formnotes {margin-bottom: 20px !important; margin-top:20px;}

.mktoForm .mktoError .mktoErrorArrow {
    background-color: #1d4f91 !important;
    border: none !important;
}

.mktoForm .mktoError .mktoErrorMsg {
    background-color: #1d4f91 !important;
    background-image: none !important;
    border: none !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    color: #fff !important;
    font-size: 1.1em !important;
    line-height: 1.1em !important;
    padding: 8px 8px 6px 8px !important;
    text-shadow: none !important;
    font-weight: lighter;
}

.mktoForm button.mktoButton {
    background-color: #ff6319;
    width: 100%;
    border: 0;
    text-align: center;
    font-weight: lighter;
    color: #fff;
    font-size: 1.5em;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 4px;
}
#mktoOptIn {
width: 100%;
height: 20px;
padding-top: 0px !important;
margin-top: -12px;
}


#regGrey select {
    background-color: #fff;
    color: #757575;
}

.mktoFieldWrap.mktoRequiredField {margin-bottom: 20px;}

.mktoFormRow input, #mkto_formnotes {
    min-height: 40px;
}

/*---------------------- Marketo Form End  ------------------------------- */
