* {
	box-sizing: border-box;
   }
   
   body  {
	   font: 100% Verdana, Arial, Helvetica, sans-serif;
	   background: #ebebeb;
	   margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	   padding: 0;
   
   }
   
   .menu-container{
   background-color: #01209F;
   }
   
   #mainContent a:hover {
    color: #FFCC00 !important;
}
   
   .header-order{
	   width: 100%;
	   height: 20px;
	   background-color: #ADC8FF;
	   border-bottom: 3px solid #FEDD52;
   }
   
   .twoColFixRtHdr #container { 
	   border-top: 2px solid #ebebeb;
	   width: 100%;
	   background: #ebebeb;
   }
   
   .twoColFixRtHdr #mainContent { 
	    padding: 20px 40px 0px 40px;
		background-color: #ffffff;
   } 
   
   
   .twoColFixRtHdr #sidebar {
		   background:#ebebeb;
		   height:100%;
		   padding: 15px 15px 0px 15px;
   }
   
   .responsive-img{
	   width: 90%;
	   height: auto;
   }
   
   .responsive-imgHead{
	   width: 90%;
  height: 90%;
  object-fit: cover;
  object-position: bottom;
   }

   .responsive-table{
		overflow-x:auto;
	}
	
	.responsive-table a:hover {
		color: #FFCC00 !important;
	}
   
   /** Flex the columns in desktop mode **/
   @media (min-width: 1000px) {
	.twoColFixRtHdr #container { 
		display: flex;
	}
	   .twoColFixRtHdr #mainContent {
		 width: 80%;
	   }
	   .twoColFixRtHdr #sidebar  {
		   width: 20% ;
	   }
	 }
   
   .twoColFixRtHdr #header { 
	   background: #003399; 
	   /*padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
   } 
   .twoColFixRtHdr #header .header-top {
	   position: relative;
	   margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	   padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
   }

   .top-header-text img { width: 100%; }

   .top-header-text { 
	  position: relative;
	  margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	  padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
   }
   .top-header-text div {
	   position: absolute;
		 width: 65%;
		 margin-top: -11.5%;
		 left: 17%;
		 font-weight: bold;
		 color: #000;
   }

   .head-title{
	   font-size: 2.5vw;
	   font-family: Copperplate Gothic, Arial;
	   font-weight: 800;
   }
   
   .head-subText-1{
	   font-size: 2vw;
	   font-style: italic;
	   font-family: Arial, Helvetica, sans-serif;
   }

   .head-subText-2{
	   font-size: 1.2vw;
	   font-style: italic;
	   font-family: Arial, Helvetica, sans-serif;
   }
   
   .twoColFixRtHdr #header h2:before {
	 display: block; 
	 content: " "; 
	 margin-top: -285px; 
	 height: 285px; 
	 visibility: hidden; 
   }
   
   
   .twoColFixRtHdr #footer { 
	   padding: 0 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	   background:transparent;
	   clear:both;
   } 
   
   .twoColFixRtHdr #footer h1 {
	   margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	   padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	   
   }
   .twoColFixRtHdr #footer p {
	   margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	   padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	   
   }

   .foot-text img { width: 100%; }

   .foot-text { 
	  position: relative;
	  margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	  padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
   }

   div.foot-title-top {
	   position: absolute;
		 display: block;
		 width: 65%;
		 margin-top: -6.5%;
		 left: 1%;
		 font-weight: bold;
		 color: #000;
   }

   .foot-contact-info{
	margin-top: -3%;
	position: absolute;
	width:99%;
	left: 1%;
	font-weight: bold;
	color: #000;
   }

   .foot-fb-link{
	height: 40px;
    width: 160px;
    position: absolute;
    bottom: 0px;
    right: 0px;
   }


   .foot-title{
	   font-size: 2vw;
	   font-family: Copperplate Gothic;
	   font-weight: 800;
   }
   
   .foot-subText-1{
	   font-size: 1.5vw;
	   font-style: italic;
	   color: #fff;
   }

   .foot-subText-2{
	   font-size: 1vw;
	   font-style: italic;
	   color: #fff;
   }

   .phone-format{
	color: #fff !important;
	text-decoration: none;
   }

   .phone-format-head{
	text-decoration: none;
	color: #000 !important;
   }

   .fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	   float: right;
	   margin-left: 8px;
   }
   .fltlft { /* this class can be used to float an element left in your page */
	   float: left;
	   margin-right: 8px;
   }
   .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	   clear:both;
	   height:0;
	   font-size: 1px;
	   line-height: 0px;
   }
   
   a.anchor {
	   display: block;
	   position: relative;
	   top: -285px;
	   
   }
   
      a.anchor hover {
	   display: block;
	   position: relative;
	   top: -285px;
	   color:red;
	 
   }
   .achaTable {
	   width:670px;
   
	}
   
   .achaTable td {
	   padding:10px 0 0 0;
   }
   
   .ACHAstandard {
	   font-family: Arial, Helvetica, sans-serif;
	   font-size: 10pt;
	   font-style: normal;
	   line-height: normal;
	   color: #000;
	   font-weight: normal;
   
   }
   
   .ACHAstandardBold {
	   font-family: Arial, Helvetica, sans-serif;
	   font-size: 16px;
	   font-style:normal;
	   line-height: normal;
	   color: #000;
	   font-weight: bold;
   
   }
   
   .ACHAtinystandard {
	   font-family: Arial, Helvetica, sans-serif;
	   font-size: 8pt;
	   font-style: normal;
	   line-height: normal;
	   color: #000;
	   list-style-position: inside;
	   list-style-type: square;
   }
   
.ACHAtinystandardWHITE {
	   font-family: Arial, Helvetica, sans-serif;
	   font-size: 8pt;
	   font-style: normal;
	   line-height: normal;
	   color: #FC0;
   }
   
   
   .ACHAstandardUnderline {	
	   font-family: Arial, Helvetica, sans-serif;
	   font-size: 10pt;
	   font-style: normal;
	   line-height: normal;
	   font-weight: normal;
	   color: #000;
	   text-decoration:underline;
   }
   
   .ACHAlargerUnderline {	
	   font-family: Arial, Helvetica, sans-serif;
	   font-size: 14pt;
	   font-style: normal;
	   line-height: normal;
	   font-weight: normal;
	   color: #000;
	   text-decoration:underline;
   }
   .ACHAsmallStandard {	font-family: Arial, Helvetica, sans-serif;
	   font-size: 14px;
	   font-style: normal;
	   line-height: normal;
	   font-weight: normal;
	   color: #000;
   }
   
   .ACHAsmallStandardItalic {	font-family: Arial, Helvetica, sans-serif;
	   font-size: 14px;
	   font-style: italic;
	   line-height: normal;
	   font-weight: normal;
	   color: #000;
   }
   
   .ACHAbulleted {
	   font-family: Arial, Helvetica, sans-serif;
	   font-size: 10pt;
	   font-style: normal;
	   list-style-position: outside;
	   list-style-type: disc;
   }
   
   .ACHANonbulleted {
	   font-family: Arial, Helvetica, sans-serif;
	   font-size: 10pt;
	   font-style: normal;
	   list-style:none;
	   margin:0;
		   padding:0;
	   list-style-type: none;
   }
   .ACHAstandardCenter {font-family: Arial, Helvetica, sans-serif;
	   font-size: 10pt;
	   font-style: normal;
	   line-height: normal;
	   font-weight: bold;
	   color: #000;
	   width:100%;
	   text-align:center;
   }
   
   .ACHA-HeadingText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #00C;
   }
   
   .ACHA-SiteHeadingText {
	   font-family: Arial, Helvetica, sans-serif;
	   font-size: 18px;
	   font-style: normal;
	   font-weight: bold;
	   color: #00C;
   }
   
   .ACHA-ImportantText {
	   font-family: Arial, Helvetica, sans-serif;
	   font-size: 22px;
	   font-style: normal;
	   font-weight: bold;
	   color: #F00;
   }
   
   .ACHASitestandard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	color: #000;
	font-weight: normal;
   }
   .ACHASitestandardBold {	font-family: Arial, Helvetica, sans-serif;
	   font-size: 16px;
	   font-style: normal;
	   line-height: normal;
	   font-weight: bold;
	   color: #000;
   }
   
   .ACHASitestandardBoldCenter {	font-family: Arial, Helvetica, sans-serif;
	   font-size: 16px;
	   font-style: normal;
	   line-height: normal;
	   font-weight: bold;
	   color: #000;
	   width:100%;
	   text-align:center;
   }
   .ACHA-StandardTextRED {
	   font-family: Arial, Helvetica, sans-serif;
	   font-size: 14px;
	   font-style: normal;
	   font-weight: bold;
	   color: #F00;
   }
   
   .ACHASitestandardRed {	font-family: Arial, Helvetica, sans-serif;
	   font-size: 16px;
	   font-style: normal;
	   line-height: normal;
	   font-weight: normal;
	   color: #F00;
   }
   
   .ACHASiteBoldRed {	font-family: Arial, Helvetica, sans-serif;
	   font-size: 16px;
	   font-style: normal;
	   line-height: normal;
	   font-weight: bold;
	   color: #F00;
   }
   .ACHA-StandardTextBLUE {
	   font-family: Arial, Helvetica, sans-serif;
	   font-size: 12px;
	   font-style: normal;
	   color: #00C;
	   text-align: left;
   }
   
   .ACHA-BOLDtextBLUE {
	   font-family: Arial, Helvetica, sans-serif;
	   font-size: 18px;
	   font-style: normal;
	   font-weight: bold;
	   color: #00C;
   }
   
    .ACHA-ITALICtextBLUE {
	   font-family: Arial, Helvetica, sans-serif;
	   font-size: 18px;
	   font-style: italic;
	   font-weight: normal;
	   color: #00C;
   }
   
   .ACHA-BOLDtextBLUE_Center {
	   font-family: Arial, Helvetica, sans-serif;
	   font-size: 18px;
	   font-style: normal;
	   font-weight: bold;
	   color: #00C;
	   text-align:center;
   }
   
   .ACHA-BOLDtextBIGRED {
	   font-family: Arial, Helvetica, sans-serif;
	   font-size: 24px;
	   font-style: normal;
	   font-weight: bold;
	   color: #F00;
   }
   
   .ACHA-BOLDtextBLUE-Right {
	   font-family: Arial, Helvetica, sans-serif;
	   font-size: 18px;
	   font-style: normal;
	   font-weight: bold;
	   color: #00C;
	   text-align: right;
   }
   
   .ACHA-BOLDtextBLACK {
	   font-family: Arial, Helvetica, sans-serif;
	   font-size: 14px;
	   font-style: normal;
	   color: #000;
	   font-weight: bold;
   }
   
   .ACHA-BOLDtextGOLD {
	   font-family: Arial, Helvetica, sans-serif;
	   font-size: 14px;
	   font-style: normal;
	   font-weight: bold;
	   color: #FC0;
   }
   .ACHA-BOLDtextRED {
	   font-family: Arial, Helvetica, sans-serif;
	   font-size: 14px;
	   font-style: normal;
	   font-weight: bold;
	   color: #F00;
   }
   
   .hide {
	   display: none;
   }
   
   .ACHA-StandardTextGOLD {
	   font-family: Arial, Helvetica, sans-serif;
	   font-size: 14px;
	   font-style: normal;
	   font-weight: normal;
	   color: #FFCC00;
   }
   
   .siteTable {
	   width:50%;
	   font-size: 14px;
	   padding-top: 10px;
	   display:inline;
   
   }
   
   .siteTableHeader {
	   width:50%;
	   font-family: Arial, Helvetica, sans-serif;
	   font-size: 18px;
	   font-style: normal;
	   font-weight: bold;
	   text-decoration:underline;
	   color: #00C;
	   padding-top: 10px;
   }
   
   .unitTable {
	   width:80%;
	   font-size: 10px;
	   padding: 0px;
	   
   }
   
   .unitTable td {
	   border-right-style:solid;
   }
   .formFieldsTable table {
   border-collapse: collapse;
   }
   .formFieldsTable td {
	   padding: 5px;
	   vertical-align: top;
	   overflow-x:auto;
   }
   
   .formFieldsTable tr {
	 box-shadow: 0 0 4px #ccc;
   }
   
   .formFields input[type=text] { 
	   background-color: #FFFF99;
		   border:solid 1px #BFBDBD;
		   color: #000;
		   height: 28px;
		   padding-left:10px;
		   width: 250px;
		   box-shadow: 2px 2px 0 #ccc inset;
   
   }
   
   .formFields input[type=password] { 
	   background-color: #FFFF99;
		   border:solid 1px #BFBDBD;
		   color: #00C;
		   height: 28px;
		   padding-left:10px;
		   width: 250px;
		   box-shadow: 2px 2px 0 #ccc inset;
   
   }
   
   .formFields input[type=date] { 
	   background-color: #FFFF99;
		   border:solid 1px #BFBDBD;
		   color: #00C;
		   height: 28px;
		   padding-left:10px;
		   width: 250px;
		   box-shadow: 2px 2px 0 #ccc inset;
   
   }
   .formFields input[type=number] { 
	   background-color: #FFFF99;
		   border:solid 1px #BFBDBD;
		   color: #00C;
		   height: 28px;
		   padding-left:10px;
		   width: 250px;
		   box-shadow: 2px 2px 0 #ccc inset;
   
   }
   
   .formFields input[type=button] {
		  background-color: #FFFF99;
		   height: 42px;
   
		   text-transform:uppercase;
		   box-shadow:-1px 2px #6E6B6A inset;
		   font-family: Arial, Helvetica, sans-serif;
		   font-size: 18px;
		   font-style: normal;
		   font-weight: bold;
		   color: #00C;
   }
   
   .formFieldsSmall {
		  background-color: #FFFF99;
		   height: 24px;
   
		   text-transform:uppercase;
		   box-shadow:-1px 2px #6E6B6A inset;
		   font-family: Arial, Helvetica, sans-serif;
		   font-size: 14px;
		   font-style: normal;
		   font-weight: normal;
		   color: #00C;
   }
   
   .formFields input[type=button], input[type=text], input[type=number]{
   
		   border-radius:5px;
		   font-family: Sansation,Arial;
	   vertical-align: top;
   }
   
    .formFieldsSmall {
   
		   border-radius:5px;
		   font-family: Sansation,Arial;
	   vertical-align: top;
   }
   
   
   .formFields textarea {
	   background-color: #FFFF99;
		   border:solid 1px #BFBDBD;
		   color: #00C;
		   height: 150px;
		   padding-left: 10px;
		   width: 250px;
		   box-shadow: 2px 2px 0 #ccc inset;
	   border-radius:4px;
		   font-family: Sansation,Arial;
   
   }
   
   .formFieldsLogin td {
	   padding: 5px;
	   vertical-align: top;
   }
   
   .formFieldsLogin input[type=text] { 
	   background-color: #FFFF99;
		   border:solid 1px #BFBDBD;
		   color: #00C;
		   font-weight: 700;
		   height: 28px;
		   padding-left:10px;
		   width: 250px;
		   box-shadow: 2px 2px 0 #ccc inset;
		   font-size: 16px;
   
   }
   
   .formFieldsLogin input[type=password] { 
	   background-color: #FFFF99;
		   border:solid 1px #BFBDBD;
		   color: ##00C;
		   font-weight: 700;
		   height: 28px;
		   padding-left:10px;
		   width: 250px;
		   box-shadow: 2px 2px 0 #ccc inset;
		   font-size: 16px;
   
   }
   
   .formFieldsLogin input[type=date] { 
	   background-color: #FFFF99;
		   border:solid 1px #BFBDBD;
		   color: ##00C;
		   font-weight: 700;
		   height: 28px;
		   padding-left:10px;
		   width: 250px;
		   box-shadow: 2px 2px 0 #ccc inset;
		   font-size: 16px;
   
   }
   .formFieldsLogin input[type=number] { 
	   background-color: #FFFF99;
		   border:solid 1px #BFBDBD;
		   color: ##00C;
		   font-weight: 700;
		   height: 28px;
		   padding-left:10px;
		   width: 250px;
		   box-shadow: 2px 2px 0 #ccc inset;
		   font-size: 16px;
   
   }
   
   .formFieldsLogin input[type=button],input[type=submit] {
		  background-color: #FFFF99;
		   height: 44px;
		   text-transform:uppercase;
		   box-shadow:-1px 2px #6E6B6A inset;
		   font-family: Arial, Helvetica, sans-serif;
		   font-size: 16px;
		   font-style: normal;
		   font-weight: bold;
		   color: #00C;
   }
   
   .formFieldsLogin input[type=button]:hover,input[type=submit]:hover {
		   background-color: #00C;;
		   color:#FFFF99;
   }
   
   .formFieldsLogin input[type=button], input[type=text], input[type=number], input[type=submit]{
	   
		   border-radius:5px;
		   vertical-align: top;
   }
   
   .formFieldsCon input[type=text] { 
	   background-color: #FFFF99;
		   border:solid 1px #BFBDBD;
		   color: #00C;
		   height: 28px;
		   padding-left:10px;
		   width: 250px;
		   box-shadow: 2px 2px 0 #828181 inset;
   
   }

.formFieldsCon select {
	background-color: #FFFF99;
	border: solid 1px #BFBDBD;
	color: #00C;
	height: 28px;
	padding-left: 10px;
	width: 250px;
	box-shadow: 2px 2px 0 #828181 inset;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
}
   
   .formFieldsCon input[type=button],input[type=submit] {
		  background-color: #FFF093;
		   height: 48px;
		   color: #00C;
		   text-transform:uppercase;
		   box-shadow:-1px 2px #6E6B6A inset;
   }
   
   .formFieldsCon input[type=button], input[type=text],input[type=submit]{
   
		   border-radius:5px;
		   font-family: Sansation,Arial;
   }
   
   .formFieldsCon textarea { 
	   background-color: #FFFF99;
		   border:solid 1px #BFBDBD;
		   color: #00C;
		   height: 300px;
		   padding-left:10px;
		   width: 420px;
		   box-shadow: 2px 2px 0 #828181 inset;
	   border-radius:5px;
		   font-family: Sansation,Arial;
   
   }
   
   .formFieldsCon table,td {
	   vertical-align:bottom;
   }
   
   #dropdownpads hr {
	   height:5px;
	   text-align:left;
	   margin-left:0;
	   width:75%;
	   background-color:#FC0;
	   color: #FC0;
   }
   
   #dropdownpads option {
	   font-family: Arial, Helvetica, sans-serif;
	   font-size: 14px;
	   font-style: normal;
	   font-weight: normal;
	   color: #00C;
   }
   
   #dropdownpads select {
	   font-family: Arial, Helvetica, sans-serif;
	   font-size: 14px;
	   font-style: normal;
	   font-weight: normal;
	   color: #00C;
   }
   
   
   .GroupCellsLeft {
	   border-color:blue;
	   border-style:solid;
	   border-width: 1px 0 1px 1px;
   }
   
   .GroupCellsRight {
	   border-color:blue;
	   border-style:solid;
	   border-width: 1px 1px 1px 0;
   }
   
   .formCheck form {
	   margin: auto;
	   padding: 10px;
	   background: #2196f3;
	}
   
   
   .formCheck input[type=button] {
		  background-color: #FFFF99;
		   height: 96px;
		   width: 412px;
		   text-transform:uppercase;
		   box-shadow:-1px 2px #6E6B6A inset;
		   font-family: Arial, Helvetica, sans-serif;
		   font-size: 18px;
		   font-style: normal;
		   font-weight: bold;
		   color: #00C;
   }

.youtube-iframe {
    position: relative;
    padding-bottom: 56.25%; /* - 16:9 aspect ratio (most common) */
    /* padding-bottom: 62.5%; - 16:10 aspect ratio */
    /* padding-bottom: 75%; - 4:3 aspect ratio */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.youtube-iframe iframe,
.youtube-iframe object,
.youtube-iframe embed {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
   
   
   
