﻿* {margin:0; padding:0px;}

body {
	background-image: url('../website_images/naa_logo.png');
	background-repeat: repeat;
	background-color:white;
	text-align: center;
	margin:0;
	width:100%;
	/* margin: auto; */
	font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;	
	color: #191635;
}

a {
    color:#191635;
    text-decoration: none;
}

a:hover {
     color:#F00; 
     text-decoration:none; 
     cursor:pointer;  
}

a, img {
    border:none;
}

p {
	padding-top:15px;
	padding-bottom:15px;
	padding-left:5px;
	padding-right:5px;
}

#LeftHeader {
	display:block;
}

#DesktopHeader {
	display:none;
}

.titleframe {
	margin-left:auto;
	margin-right:auto; 
}

.title {
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.wrapper { 
	background-color:lime;
	margin:auto;
	text-align:center;
}

.left_sidebar {
 	display:none;
}

.right_sidebar {
 	display:none;
}

.footer {
 	display:none;
}

.footer_mobile {
 	display:block;
}

@font-face {
	font-family: Bankgothic Md BT;
	src:url(../files/bankgothicbt-medium.otf)
}

@font-face {
	font-family: Bankgothic Md BT;
	src:url(../files/bankgothicbt-medium.ttf)
}

@font-face {
	font-family: Bankgothic Md BT;
	src:url(../files/bankgothicbt-medium.eot)
}

.paragraph_title {
	font-family:Bankgothic Md BT, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#191635;
}

.GOHparagraph {
	font-family:Bankgothic Md BT, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#191635;
	padding-bottom:10px;
	padding-top:10px;
}

span.tooltip {
    	position: relative;
}

span.tooltip a span {
    	display: none;
}

span.tooltip a:hover {
    	font-size: 99%;
    	color: #000000;
}

span.tooltip a:hover span { 
    display: block; 
    position: absolute; 
    margin-top: 10px; 
    margin-left: -10px; 
	width: 300px; padding: 5px; 
    z-index: 100; 
    color: #000000; 
    background: #FFFFFF	; 
    font: 12px "Arial", sans-serif;
    text-align: left; 
    text-decoration: none;
    border:1px silver solid;
}

.instructions-text 
    {
	color: darkblue;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
    }
    
.instructions-minortext 
    {
	color: darkblue;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	}
	
.instructions-err 
	{
	color: #A95106;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	}
	
.instructions-minorerr 
	{
	color: #A95106;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	}

.BlueButton
{
        border-radius: 50px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
        -moz-border-radius: 40px;
        -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
        -webkit-border-radius: 40px;
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
        color: #fff;
        cursor: pointer;
        font-size: 16px;
        font-weight: bold;
        margin-right: 2px;
        padding: 5px 15px;
        text-decoration: none;
        background-color: darkblue;
}

.BlueButton:disabled
{
        border-radius: 50px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
        -moz-border-radius: 40px;
        -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
        -webkit-border-radius: 40px;
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
        color: #fff;
        cursor: pointer;
        font-size: 16px;
        font-weight: bold;
        margin-right: 2px;
        padding: 5px 15px;
        text-decoration: none;
        background-color: lightgray;
}

.MaroonButton
{
        border-radius: 50px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
        -moz-border-radius: 40px;
        -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
        -webkit-border-radius: 40px;
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
        color: #fff;
        cursor: pointer;
        font-size: 16px;
        font-weight: bold;
        margin-right: 2px;
        padding: 5px 15px;
        text-decoration: none;
        background-color:maroon;
}

.MaroonButton:disabled
{
        border-radius: 50px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
        -moz-border-radius: 40px;
        -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
        -webkit-border-radius: 40px;
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
        color: #fff;
        cursor: pointer;
        font-size: 16px;
        font-weight: bold;
        margin-right: 2px;
        padding: 5px 15px;
        text-decoration: none;
        background-color: lightgray;
}

.menuBar {
    margin:auto; 
    text-align:center; 
	padding-top:1vw;
    }

.navMenu {
	padding:0 0 0 0;
	text-align:center;
}

.navMenu ul {
	margin:0;
	padding:0;
	line-height:4vw;
}

.navMenu li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	position:relative;
	background:#CCC;
}

.navMenu ul li a {
	text-align: center;
	font-family:Arial Black, Bankgothic Md BT, Arial, Helvetica, sans-serif;
	font-size:2.5vw;
	text-decoration: none;
	width: 24.3vw;
	display:block;
	color:#191635;
	border:.1vw solid #fff;
	z-index:20;
}

.navMenu ul ul {
	position:absolute;
	visibility:hidden;
	z-index:20;
}

.navMenu ul li:hover ul {
	visibility:visible;
}

.navMenu li:hover{
	background:#666;
}

.navMenu a:hover {
	color:#3CF;
}

.navMenu ul li:hover ul li a:hover {
	background:#999;
	color:#3CF;
}

.navMenu2 {
	padding:0 0 0 0;
	text-align:center;
}

.navMenu2 ul {
	margin:0;
	padding:0;
	line-height:4vw;
}

.navMenu2 li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	position:relative;
	background:#CCC;
}

.navMenu2 ul li a {
	text-align: center;
	font-family:Arial Black, Bankgothic Md BT, Arial, Helvetica, sans-serif;
	font-size:2.5vw;
	text-decoration: none;
	width: 24.3vw;
	display:block;
	color:#191635;
	border:.1vw solid #fff;
	z-index:10;
}

.navMenu2 ul ul {
	position:absolute;
	visibility:hidden;
	z-index:10;
}

.navMenu2 ul li:hover ul {
	visibility:visible;
}

.navMenu2 li:hover{
	background:#666;
}

.navMenu2 a:hover {
	color:#3CF;
}

.navMenu2 ul li:hover ul li a:hover {
	background:#999;
	color:#3CF;
}

.RecognitionCertSponsorName {
	font-size:8vw;
	font-family:Brush Script Std, Brush Script MT, cursive;
	margin-top:5px;
	margin-bottom:5px;
}


.RecognitionCertItemName {
	font-size:7vw;
	font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	line-height:100%;
}

.RecognitionCertDeclaration {
	font-size:4vw;
	margin-bottom:5px;
}

.FlexChain {
	display:inline-block; position:relative; width:290px; border:none; padding:2px; vertical-align:top;
}

.VidIframe {
	height:197px;
}

.VidIframe4x3 {
	height:269px;
}

@media only screen and (min-width: 1px)
{
    body {
	font-size:16px;
    }

    .FlexChain {
	width:350px;
    }
    
    .VidIframe {
	height:197px;
    }

    .VidIframe4x3 {
	height:269px;
    }

    #MobileHeader {
	display:inline-block;
	width:360px;
    }

    .main_wrapper {
	display:inline-block;
    }

    .main_content { 
	padding:2px 0 0 0; 
	background-color: white;
	/* position:fixed; */
	top:70px;
	left: 0;
	width:360px;
	}	
	
	.flexpix {
	width:100%;
	}
}

@media only screen and (min-width: 600px)
{
	body {
		font-size:18px;
	}
	
	.FlexChain {
		width:290px;
	}
	.VidIframe {
		height:165px;
	}
	
    .VidIframe4x3 {
		height:450px;
	}

    #MobileHeader {
	width:614px;
    }

    .main_wrapper {
	display:block;
    }

	.main_content {
	float:none;
	margin:auto;
	/* background-color:#ccc; */
	background-color: white;
	border:5px solid;
	border-color:#666;
	/* position:relative; */
	top:0px;
	width:600px;
	}

    .RecognitionCertItemName {
	font-size:x-large;
	font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }

    .RecognitionCertSponsorName {
	font-size:xx-large;
	font-family:Brush Script Std, Brush Script MT, cursive;
    }

    .RecognitionCertDeclaration {
	font-size:large;
    }
	
	.flexpix {
	width:50%;
	}

}

@media only screen and (min-width: 1080px)
{
    .main_wrapper {
	display:inline-block;
    }

    #MobileHeader {
	display:none;
    }

    #MobileHeaderSpacer {
	display:none;
    }

    #LeftHeader {
	display:none;
    }

    #DesktopHeader {
	display:block;
    }


	.menuBar {
	height:30px;
	width:1080px; 
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	}

	.navMenu ul {
	margin:0;
	padding:0;
	line-height:30px;
	}

    .navMenu ul li a {
	text-align: center;
	font-family:Arial Black, Bankgothic Md BT, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration: none;
	height: 30px;
	width: 132px;
	display:block;
	color:#191635;
	border:1px solid #fff;
    }

    .navMenu ul ul {
	position:absolute;
	visibility:hidden;
	top:32px;
    }

	.navMenu2 ul {
	margin:0;
	padding:0;
	line-height:30px;
	}

    .navMenu2 ul li a {
	text-align: center;
	font-family:Arial Black, Bankgothic Md BT, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration: none;
	height: 30px;
	width: 132px;
	display:block;
	color:#191635;
	border:1px solid #fff;
    }

    .navMenu2 ul ul {
	position:absolute;
	visibility:hidden;
	top:32px;
    }

	.main_content {
	float:left;
	margin:10px auto;
	/* background-color:#ccc; */
	background-color: white;
	border:5px solid;
	border-color:#666;
	/* position:relative; */
	top:0px;
	width:600px;
	}

	.left_sidebar {
	width:180px; 
	padding:10px; 
	float:left; 
	margin:5px 5px;
	background-color:#666;
	border:5px solid;
	border-color:#ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	display:block;
	}
	
    .right_sidebar {
	width:180px; 
	padding:10px; 
	float:left; 
	margin:5px 5px;
	background-color:#666;
	border:5px solid;
	border-color:#ccc;
	display:block;
	}

    .footer {
 	display:block;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	/* display:block; */
	clear:both;
    }

    .footer_mobile {
 	display:none;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	clear:both;
    }
	
	.flexpix {
	width:50%;
	}
}

.GOH_certificate {
	padding:10px;
	margin:auto;
	background-color:#e3dac9;
    border-radius: 30px;
	border:5px solid;
	border-color:#556B2F;
	color:#556B2F;
	}

.clearFloat {
	clear:both;
	margin:0;
	padding:0;
}


#menuToggle
{
  display: block;
  position: relative;
  top: 25px;
  left: 10px;
  
  z-index: 1;
  
  -webkit-user-select: none; 
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 3px;
  margin-bottom: 6px;
  position: relative;
  
  background: white;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px; 
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* Transform all the slices of hamburger into a crossmark.*/
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: white;
}

/* But let's hide the middle one.*/
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/* The last one should go the other direction */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

/* Make this absolute positioned at the top left of the screen  */
#SlideMenu
{
  position: absolute;
  width: 300px;
  margin: -100px 0 0 -10px;
  /* padding: 50px; */
  padding-top: 100px;
  
  background: black;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-200%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#SlideMenu li
{
  padding:1px 0;
  font-size: 14px;
  text-align:left;
  padding-left:10px;
  font-family:Arial Black, Bankgothic Md BT, Arial, Helvetica, sans-serif;
  color:gray;
}

#SlideMenu li a
{
  text-decoration:none;
  color:white;
}

#SlideMenu li li
{
  list-style-type: none;
  padding: 1px 0;
  font-size: 14px;
  text-align:left;
  padding-left:-5px;
  font-family:Arial Black, Bankgothic Md BT, Arial, Helvetica, sans-serif;
  color:white;
}

#SlideMenu li li a
{
  text-decoration:none;
  color:white;
}

/* Fade it in from the left */
#menuToggle input:checked ~ ul
{
  transform: scale(1.0, 1.0);
  opacity: 1;
}


.Progress-label {
	font-size: 1em;
	font-family: Helvetica, sans-serif;
    display: block;
}
.Progress-main {
    background-color: red;
	display: block;
    width: 100%;
    height: 0.3em;
    /* margin-top: 0.75em; */
}
.Progress-main::-moz-progress-bar { 
    background: #17BAB3;
}
.Progress-main::-webkit-progress-bar {
    background: #F2F2F2;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) inset;
}
.Progress-main::-webkit-progress-value {
    background: #17BAB3;
}
.Progress-main::-ms-fill { 
    background: #17BAB3;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) inset;
}
.Progress-bar {
    margin-top: 0.95em;
    background-color: #F2F2F2;
    height: 0.3em;
}
.Progress-value {
    background-color: #17BAB3;
    display: block;
    height: 0.3em;
}

.miToolTip {
    display:inline-block;
    position:absolute; 
    right:10px; 
    top:8px;
}
.ttAdj1 {
    right:4px; 
    top:3px;
}
.ttAdj2 {
    right:25px; 
    top:8px;
}
/* mi stands for Mobile-friendly Input */
.miDivBorder {  
    width:315px;
    margin-left:2px;
    margin-top:1.5px;
    margin-bottom:1.5px;
    background-color:white;
    border-style:solid;
    border-width:1.5px;
    border-color:green;
    border-radius: 10px;
    padding:2px 2px 2px 8px;
    outline:none;
    position:relative;
}

.miText
{
    height:20px;
    width:315px;
    background-color:white;
    border-style:solid;
    border-width:1.5px;
    border-color:green;
    border-radius: 10px;
    font-size: 14px;
	font-family: inherit;
	color: inherit;
	text-align: left;
    padding:2px 2px 2px 8px;
    outline:none;
    position:relative;
}
.miSelect
{
    height:27px;
    width:326px;
    background-color:white;
    border-style:solid;
    border-width:1.5px;
    border-color:green;
    border-radius: 10px;
    font-size: 14px;
	font-family: inherit;
	color: grey;
	text-align: left;
    padding:2px 2px 2px 4px;
    outline:none;
    position:relative;
}

.miTextArea
{
    height:50px;
    width:315px;
    background-color:white;
    border-style:solid;
    border-width:1.5px;
    border-color:green;
    border-radius: 10px;
    font-size: 14px;
	font-family: inherit;
	color: inherit;
	text-align: left;
    padding:2px 2px 2px 4px;
    outline:none;
}

.miButton
{
    width:100%;
    border-radius: 50px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    -moz-border-radius: 40px;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 40px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin: 10px auto 10px;
    padding: 5px 15px;
    
    text-decoration: none;
    background-color: darkblue;
}
.miButton:disabled
{
    width:100%;
    border-radius: 50px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    -moz-border-radius: 40px;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 40px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin: 10px auto 10px;
    padding: 5px 15px;
    text-decoration: none;
    background-color: lightgray;
}
.red {
	border-color: red;
}

.WOGmobileInputTextBox
{
    height:20px;
    background-color:white;
    border-style:solid;
    border-width:1.5px;
    border-color:gray;
    font-size: inherit;
	font-family: inherit;
	color: inherit;
	text-align: left;
    padding:0px 0px 0px 4px;
    width:260px; 
    position:relative;
}
.DonateButton{
    width:70px;
    height:25px;
    display:inline-block;
    background-color:#D0D0D0;
    border: 2px solid #D0D0D0;
    border-radius:4px;
    font-size:18px;
    margin:5px 5px 5px 0;
    padding-top:8px;
    -webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.50);
    -moz-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.50);
    box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.50);	
}

.normala
    a {
    color:revert;
    text-decoration:underline;
}

