/* CSS Document */

/* Responsive layout */
html {
	font-size: 62.5%;
}
body{
	font-size: 1.5rem;
	line-height: 2.5rem;
	font-family: 'Proxima Nova', sans-serif;
	margin: 0;
	padding: 0;
    background-color: rgb(6,14,25);
}
a{
	text-decoration: none;
	color: rgb(248,191,32);
}
a:hover{
	text-decoration: underline;
}
.avOverlay{
	width: 100%;
	background-color: rgb(6,14,25);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.avWidget{
	max-width: 96rem;
	color: #fff;
	margin: auto;
	display: grid;
	grid-template-rows: auto 1fr auto;
}
.avWidget div{
	box-sizing: border-box;
}
.avWidgetHeader{
	text-align: center;
}
.avWidgetBody{
	background-color: rgb(24,32,45);
	border-top: solid .2rem rgb(248,191,32);
	border-bottom: solid .2rem rgb(248,191,32);
	display: grid;
	grid-template-columns: minmax(35rem, 40%) auto;
}
.avwBodyLeft{
	padding: 4rem 3rem;
}
.avwResult{
	background-color: #fff;
	width: 31.2rem;
	height: 43.5rem;
	position: relative;
	overflow: hidden;
}
.avy_taby .avwResult{
	background-color: transparent;
	width: 37px;
    height: auto;
	
}
.template-dashboard .avwResult{
	background-color: transparent;
	width: 100%;
    height: auto;
}
.tempalte-360 .avwResult,
.template-360-2nd-floor-atrium .avwResult,
.template-360-Academic-Success-Center .avwResult,
.tempalte-360-arts .avwResult,
.tempalte-360-auditorium .avwResult,
.tempalte-360-balcony .avwResult,
.tempalte-360-band-room .avwResult,
.tempalte-360-cannon-commons .avwResult,
.tempalte-360-chapel .avwResult,
.tempalte-360-english .avwResult,
.tempalte-360-gym .avwResult,
.tempalte-360-henke .avwResult,
.tempalte-360-languages .avwResult,
.tempalte-360-math .avwResult,
.tempalte-360-presidents-hall .avwResult,
.tempalte-360-robotics .avwResult,
.tempalte-360-science .avwResult,
.tempalte-360-social .avwResult,
.tempalte-360-takton .avwResult,
.tempalte-360-theology .avwResult,
.tempalte-360_2 .avwResult{
	background-color: transparent;
	width: 37px;
    height: auto;
}
.avy_taby .avwResult{
	background-color: transparent;
	width: 37px;
    height: auto;
	
}

.avwResult div{
	background:transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.avwPositioners {
	width: 31.2rem;
/*
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
*/
	display: none;
	padding-top: 1rem;
}
#Eyes{
	display: inherit;
}
.avwPositioners .avwBtn {
    width: 3.9rem;
    height: 3.8rem;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.avwBtn{
	border: solid 1px #fff;
}
.avwPositioners .avwBtn:not(:first-child) { 
	border-left: none; 
}
.colorset{
	display: none;
}
.colorset.active{
	display: block;
}
.colorGridMaker{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 0 0 2px;
}
.colorGridMaker div{
	display: block;
    width: 36px;
    height: 36px;
    margin: 4px;
	box-sizing: border-box;
}
.colorGridMaker div img,
.colorGridMaker div{
    width: 36px;
    height: 36px;
	cursor: pointer;
}
.colorGridMaker div.active{
	border: solid 2px #fff;
}
.avwBodyRight{
	padding: 4rem 7rem 4rem 3rem;
}
.avwPartsDrawer{
	
}
.avwTabs{
	
}
.avwTab{
	
}
.avwTabTit{
	width: 19%;
	height: 4.5rem;
	display: inline-grid;
	place-items: center;
}
.avwSubTabTit:hover,
.avwTabTit:hover,
.avwSubTabGridItem:hover,
.avwBtn:hover{
	cursor: pointer;
}
.avwTabTit.active,
.avwTabTit:hover{
	background-color: rgb(6,14,25);
	color: rgb(248,191,32);
}
.avwTabContents, .avwTabContent{
	width: 100%;
/*	border: dotted 1px #fff;*/
}
.avwTabContent{
	display: none;
}
.avwTabContent.active{
	display: inline-grid;
}
.avwSubTabs{
	background-color: rgb(24,32,45);
}
.avwBtn:hover,
.avwTab.active, .avwSubTabs{
	background-color: rgb(6,14,25);
}
.avwSubTabTit{
	width: 19%;
	height: 4.5rem;
	display: inline-grid;
	place-items: center;
}
.avwBtn:hover,
.avwSubTabTit:hover,
.avwSubTabTit.active{
	color: rgb(248,191,32);
}
.avwSubTabContent{
	width: 100%;
	display: none;
}
.avwSubTabContent.active{
	display: block;
}
.avwGridMaker{
	 display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.avwSubTabGridItem{
	width: 10.9rem;
	height: 10.9rem;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	border: solid 2px rgb(24,32,45);
	background-color: #fff;
	margin: 5px;
}
.svgCenterer{
	width: 80px;
	height: 80px;
	display: grid;
	place-items: center;
}
.avwSubTabGridItem:hover,
.avwSubTabGridItem.active{
	border: solid 2px rgb(248,191,32);
}
.avwSubTabGridItem svg{
	max-width: 80px;
	max-height: 80px;
}
.avwMenu{
	padding-top: 4rem;
}
.avwMenu .avwBtn{
	width: 9.8rem;
	height: 4.5rem;
	display: inline-grid;
	place-items: center;
}
/*
#subTabEyes .avwGridMaker .avwSubTabGridItem .svgCenterer{
	padding-top: 2.2rem; 
}
#subTabMouth .avwGridMaker .avwSubTabGridItem .svgCenterer{
	padding-top: 1.3rem; 
}
*/
.avwColors{

}
.avWidgetFooter{
	position:relative;
	height:0px;
	width: 0px;
	overflow: hidden;
}
.shareBox{
	margin: 200px auto;
	padding: 60px;
	background-color: rgb(24,32,45);
	border: solid 4px #fff;
	max-width: 500px;
	width: 90%;
	display: flex;
	flex-direction: column;
}
.avWidgetFooter.active{
	height:auto;
	width: auto;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.6);
}
.shareButts{
	 display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.shareTex{
	text-align: center;
}
.shareCloser{
	cursor: pointer;
	display: block;
	margin: 0px auto;
}
.fb-share-button, .sharePopup{
	margin: 40px 30px 40px 30px;
}
#menuRandom{
	display: none;	
}




