/*------------------------------------VARIABLES-----------------------------------------*/

:root{

	--tan01:#f1eedb;
	--black01:#1a1a1a;

}


/*--------------------------------GENERAL/GLOBAL-------------------------------------*/
body{
	margin:0;
	padding:0;
	overflow-x: hidden;
	background-color:var(--tan01);
}

section, nav, div, img, p, h1, h2, h3, h4, a{
	margin:0;
	padding:0;
	border:0;
}

ul, li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a{
	text-decoration:none;
}

.pageSection1{
	position:relative;
	width:100vw;
	height: 100vh;
	min-height:600px;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	box-sizing: border-box;
}

.pageSection2{
	position:relative;
	width:100vw;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	box-sizing: border-box;
}

#awardsSection::before,
#findSection::before,
#nsSection::before{
	content: '';
	position:relative;
	width:98%;
	margin: auto;
	display: block;
	border-top: 10px solid;
}


/*------------------------------------FONTS-----------------------------------------*/

@font-face{
    font-family:"OldLondon";
    font-style:normal;
	font-weight:normal;
    src: url(/fonts/OldLondon.ttf) format('truetype');
}

@font-face{
    font-family:"fellPica";
    font-style:normal;
	font-weight:normal;
    src: url(/fonts/FellPica-Regular.ttf) format('truetype');
}

.rocReg{
	font-family: roc-grotesk,sans-serif;
	font-weight: 400;
	font-style: normal;
}

.rocBold{
	font-family: roc-grotesk,sans-serif;
	font-weight: 600;
	font-style: normal;
}


.rocComp{
	font-family: roc-grotesk-compressed,sans-serif;
	font-weight: 500;
	font-style: normal;
}

.rocCond{
	font-family: roc-grotesk-condensed,sans-serif;
	font-weight: 400;
	font-style: normal;
}

.rocCondMed{
	font-family: roc-grotesk-condensed,sans-serif;
	font-weight: 500;
	font-style: normal;
}

.rocWideBold{
	font-family: roc-grotesk-wide,sans-serif;
	font-weight: 600;
	font-style: normal;
}

.prestige{
	font-family: "prestige-elite-std", monospace;
	font-weight: 400;
	font-style: normal;
}

.prestigeBold{
	font-family: "prestige-elite-std", monospace;
	font-weight: 700;
	font-style: normal;
}

/*------------------------------------ANIMS-----------------------------------------*/

@keyframes bounce1 {
		0%{transform:translateY(0);}
		50%{transform:translateY(15px);}
		100%{transform:translateY(0px);}
}


/*------------------------------------HOME-----------------------------------------*/

.o0{
	opacity: 0;
}

#hpEntrySection{
	height: auto;
	background-color:var(--tan01);
}

.entryCon{
	position: relative;
    width: 100%;
    height: 100%;
    padding: 1% 1% 0 1%;
    display: grid;
    grid-template-columns: 20% 56% 20%;
    grid-gap: 2%;
    box-sizing: border-box;
}

.entryBlock{
	position:relative;
	overflow: hidden;
}

.millIMG{
	position:absolute;
	height: 100%;
}

#millIMG_left{
	right:0;
	bottom:0;
}

#millIMG_right{
	left: 0;
	bottom:0;
}


.archLogo{
	position:relative;
	width:100%;
	margin: 2% 0 0 0;
}

.illWheel{
	position:relative;
	width:28%;
	display: block;
}

.middleRow{
	position:relative;
	margin: -10% auto 0 auto;
	display: flex;
	width: 100%;
    justify-content: center;
    align-items: center;
}

.stars{
    font-family: roc-grotesk-wide,sans-serif;
    font-weight: 600;
    font-size: 2.4vw;
    margin: 5% 2% 0 2%;
}

.middleRow2{
	position:relative;
	margin: -8% auto 0 auto;
	display: flex;
	width: 100%;
    justify-content: space-around;
    align-items: center;
}

.subTextRow{
	position:relative;
	text-align: center;
}

.subTextRow1{
	margin: 0 0px 0 -5%;
}

.subTextRow2{
	margin: 0 -6% 0 0;
}

.hillFields{
	font-family: roc-grotesk-condensed,sans-serif;
    font-weight: 400;
    font-size: 0.88em;
    letter-spacing: 0.05em;
}

.nc{
	font-family: "OldLondon";
	font-size:1.8em;
}

.agedIn{
	font-family: roc-grotesk-condensed,sans-serif;
	font-weight: 400;
	font-size: 0.77em;
    letter-spacing: 0.06em;
}

.bodyCopy {
    /*font-family: "fellPica";*/
    font-family: "prestige-elite-std", monospace;
	font-weight: 700;
    font-size: 0.8em;
    text-align: justify;
    width: 90%;
    margin: 7% auto 7% auto;
}


/*------------------------------------SOCIALS-----------------------------------------*/

#socSection{
	max-width: 100vw;
	overflow: hidden;
}

.socCon{
	position:relative;
	width:100%;
	display: flex;
	justify-content: space-around;
}

.followBlock{
    font-family: roc-grotesk-wide,sans-serif;
}

.socLink{
	font-family: roc-grotesk-condensed,sans-serif;
    font-weight: 500;
}

.followBlock, .socLink{
	font-size:5.1vw;
	letter-spacing: 0.02vw;
	color: var(--black01);
}

.socLink:hover{
	text-decoration: underline;
}



/*---------------------------------------AWARDS-------------------------------------------*/

.awardMainTitle{
	font-size:24vw;
	margin: 10% auto 0 auto;
}

.awardsCon{
	position: relative;
    width: 80%;
    margin: 0 auto 0% auto;
}

.awardBlock{
	position:relative;
	margin: 8% auto;
	display: grid;
	grid-template-columns: 40% 55%;
	grid-gap: 5%;
	align-items: center;
}

.awardTitle{
	font-family: "OldLondon";
	font-size:13vw;
	font-weight: normal;
}

.awardTitle_sm{
	font-size:10vw;
}

.compTitle{
	font-family: roc-grotesk-condensed,sans-serif;
	font-size:3rem;
	letter-spacing: 0.11rem;
	line-height:3rem;
	font-weight: 500;
	margin: 0% 0 0 0;
}

.compDes{
	width:100%;
	max-width: 660px;
	margin: auto;
}


/*------------------------------------FIND US-----------------------------------------*/

.titleBlock{
	position:relative;
	width:100%;
	margin: 10% 0 0% 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.sectionTitle{
	font-family: roc-grotesk-condensed,sans-serif;
    font-size: 24rem;
    font-weight: 500;
    letter-spacing: 0.66rem;
    line-height: 19rem;
    text-align: center;
    text-transform: uppercase;
}

.titleSubCopy{
	position:relative;
	width:66%;
	max-width: 600px;
	margin: 0;
}


.stateTitleBlock{
	position:relative;
	margin: 10% 0 0% 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.stateTitle{
	font-family: "OldLondon";
	font-weight: normal;
	font-style: normal;
	font-size: 14rem;
	letter-spacing: -0.2rem;
	line-height: 12rem;
	text-align: center;
}

.findBlock{
	position: relative;
	width: 80%;
	margin: auto;
}

.findTitleBlock{
	position:relative;
	margin: 5% 0 5% 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.blockTitle{
	font-family: roc-grotesk,sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 5rem;
	letter-spacing: 0.77rem;
	line-height: 6rem;
	text-align:center;
}

.blockSubTitle{
	font-family: roc-grotesk-compressed,sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 2.3rem;
	letter-spacing: 0.2rem;
	line-height: 2.3rem;
}

.locsCon{
	position: relative;
	width: 100%;
	max-width: 700px;
	margin: auto;
	display: grid;
	grid-template-columns: 45% 45%;
	grid-gap: 0% 10%;
}

.countyBlock{
	position:relative;
	margin: 0 0 50px 0;
	border-bottom: 1px dotted;
}

.countyTitle{
	font-family: roc-grotesk-compressed,sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 3rem;
	line-height: 3rem;
	letter-spacing: 0.22rem;
}

.locAddressBlock{
	position:relative;
	margin: 30px 0;
}

.locTitle{
	font-family: roc-grotesk-condensed,sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
	letter-spacing: 0.1rem;
    line-height: 1.66rem;
    text-transform: uppercase;
}

.locCopy{
	margin: 0;
	text-align:left;
}


/*------------------------------------NEWSLETTER-----------------------------------------*/

#nsSection{ 
	display: flex !important;
	flex-direction: column;
	/*display: none !important;*/
	justify-content: center !important;
	align-content: center !important;
	align-items: center !important;
	margin: 0 auto 10vw auto;
}

.signUpCon{
	position:relative;
	width:50%;
}

div[data-testid="form-row"]:nth-of-type(1) p span{
	font-family: roc-grotesk-condensed,sans-serif !important;
	font-size: 6rem !important;
    font-weight: 500 !important;
    line-height: 6vw    letter-spacing: 0.05em !important;
    text-align:center !important;
    text-transform: uppercase !important;
}

div[data-testid="form-row"]:nth-of-type(2) p span{
	font-family: "fellPica" !important;
	font-size: 0.8em !important;
	text-align: center !important;
	margin: -10px auto 10px auto;
    display: block;
    width: 300px;
}

.signUpCon input{
	border: none !important;
	border-bottom:  8px solid #000 !important;
	height: 1.5em !important;
	border-radius: 0 !important;
	background-color:rgba(0,0,0,0.0) !important;
	box-shadow: none !important;

	font-family: roc-grotesk-condensed,sans-serif !important;
	font-size:3rem !important;
	font-weight: 500 !important;
	letter-spacing: 0.03em !important;
	text-transform: uppercase !important;

	padding: 20px 0 0 0 !important;
	margin: 20px 0 20px 0 !important;
}

.signUpCon input::placeholder{
	font-family: roc-grotesk-condensed,sans-serif !important;
	font-size:3rem !important;
	font-weight: 500 !important;
	letter-spacing: 0.03em !important;
	text-transform: uppercase !important;
	color: #000 !important;
}

.signUpCon button{
	position: relative;
    border: 8px solid #000 !important;
    border-radius: 0 !important;
    background-color: rgba(0,0,0,0.0) !important;
    color: #000 !important;
    width: fit-content !important;

    font-family: roc-grotesk-condensed,sans-serif !important;
    font-size: 3rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.03em !important;
    text-transform: uppercase !important;
    padding: 30px 30px 30px 30px;
    height: 1.6em !important;
    margin: 30px auto 0 auto!important;
    line-height: 1.8em !important;
}

.signUpCon button:hover{
	background-color:  #000 !important;
	color: #f1eedb !important;
}


/*form:nth-of-type(1) div div:nth-of-type(2){
	position:relative;
	background-color:green;
}*/

/*form .go3176171171:nth-of-type(1) p span{
	font-family: roc-grotesk-condensed,sans-serif !important;
	font-size: 3vw !important;
    font-weight: 400 !important;
    letter-spacing: 0.05em !important;
    text-align:center !important;
    text-transform: uppercase !important;
}*/


/*------------------------------------------------MEDIAQS-----------------------------------------------------*/
/*------------------------------------------------MEDIAQS-----------------------------------------------------*/
/*------------------------------------------------MEDIAQS-----------------------------------------------------*/
/*------------------------------------------------MEDIAQS-----------------------------------------------------*/
/*------------------------------------------------MEDIAQS-----------------------------------------------------*/
/*------------------------------------------------MEDIAQS-----------------------------------------------------*/
/*------------------------------------------------MEDIAQS-----------------------------------------------------*/
/*------------------------------------------------MEDIAQS-----------------------------------------------------*/


/*------------------------------------------------------1620px----*/

@media (min-width:0px) and (max-width:1620px){

.sectionTitle {
    font-size: 30vw;
    line-height: 30vw;
}

.awardMainTitle{
	font-size:24vw;
	margin: 10% auto -4% auto;
}

.stateTitle {
    font-size: 16vw;
}

}



/*------------------------------------------------------1200px----*/

@media (min-width:0px) and (max-width:1200px){

.entryCon {
    grid-template-columns: 20% 56% 20%;
}

.bodyCopy {
    width: 90%;
}

.awardTitle {
    font-family: "OldLondon";
    font-size: 11vw;
}

.compDes{
	width:100%;
}

.compTitle {
    font-size: 2.22rem;
    line-height: 2.22rem;
}

.signUpCon{
	width: 56%;
}

.signUpCon input,
.signUpCon input::placeholder,
.signUpCon button {
	font-size:2.66rem !important;
}


div[data-testid="form-row"]:nth-of-type(2) p span {
    margin: 10px auto 10px auto;
}


}


/*------------------------------------------------------iPad-Pro----*/

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {



}


/*------------------------------------------------------900px----*/

@media (min-width:0px) and (max-width:900px){

#entryBlockLeft, #entryBlockRight{
	display: none;
}

.entryCon {
	display: block;
}

.socCon {
    margin: 5% 0 0 0;
}

div[data-testid="form-row"]:nth-of-type(1) p span {
    font-size: 6rem !important;
}

.signUpCon{
	width: 90%;
}

.findTitleBlock {
    margin: 10% 0 10% 0;
}

.stateTitle {
    font-size: 25vw;
    letter-spacing: inherit;
    line-height: 18vw;
}

.blockTitle {
    font-size: 4rem;
    letter-spacing: 0.4rem;
    line-height: 4rem;
}


}



/*------------------------------------------------------769px----*/

@media (min-width:0px) and (max-width:769px){

}


/*------------------------------------------------------660px----*/

@media (min-width:0px) and (max-width:660px){

#entryBlockLeft{
	display: none;
}

#entryBlockRight{
	display: block;
	height: 24vh;
    margin: 8vw 3vw;
}

#millIMG_right {
	width: 100%;
	height: auto;
    left: 0;
    bottom: -75%;
}

.entryCon {
    display:block;
}

.archLogo {
    position: relative;
    width: 94%;
    margin: 4% auto 0 auto;
    display: block;
}

.illWheel{
	width:40%;
}

.middleRow2{
	flex-direction: column;
	margin: 15px 0 0 0px;
}

.subTextRow1, .subTextRow2{
	margin: 0px 0 3px 0;
}

.stars{
	font-size:3.33vw;
}

.bodyCopy{
	margin: 3% auto 0 auto;
}

.socCon {
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: -2% 0 0 0;
}

.followBlock, .socLink {
    font-size: 11.1vw;
    letter-spacing: 0.44vw;
}

.awardMainTitle {
    margin: 20% auto -4% auto;
}

.awardBlock {
    margin: 20% auto;
    padding: 0 0 20% 0;
    grid-template-columns: 100%;
    grid-gap: 0;
    border-bottom: 1px dotted;
}

.awardTitle {
    font-size: 25vw;
    line-height: 15vw;
}

.compTitle {
    font-size: 1.8rem;
    line-height: 2rem;
}

.compDes {
    width: 100%;
    margin: 0;
}

div[data-testid="form-row"]:nth-of-type(1) p span {
    font-size: 18vw !important;
}

div[data-testid="form-row"]:nth-of-type(3){
	display:block !important;
}

div[data-testid="form-row"]:nth-of-type(3) div{
	display: block !important;
}

.signUpCon input{
	width:100% !important;
}

.sectionTitle {
    font-size: 33vw;
    letter-spacing: 0.66vw;
    line-height: 28vw;
}

.locCopy {
	width: 100%;
    margin: 0;
    text-align:center;
}

.findBlock {
    width: 100%;
}

.findTitleBlock {
    margin: 10% 0 5% 0;
}

.locsCon {
    width: fit-content;
    grid-template-columns: 100%;
}

.countyBlock {
    position: relative;
    width: 90%;
    margin: auto;
    text-align: center;
}

.blockTitle {
    font-size: 3rem;
    letter-spacing: 0.22rem;
    line-height: 3rem;
}

.blockSubTitle {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    line-height: 2.33rem;
}

.countyTitle {
    font-size: 3rem;
    line-height: 3rem;
    letter-spacing: 0.22rem;
    margin: 40px 0 0px 0;
}




}


/*------------------------------------------------------375px----*/

@media (min-width:0px) and (max-width:375px){

}


/*------------------------------------------------------320px----*/

@media (min-width:0px) and (max-width:320px){

}