@charset "utf-8";
/* CSS Document */
.flex-container1 {
  display: flex;
  background-color:#eeeeee;
	justify-content: center;
	align-items: flex-start;
	border-bottom: 1px solid #777;
}

.flex-container1 > div {
align-content: center;
padding: 1%;
width: 31%;
max-width: 400px;
font-size: 30px;
color: black;
text-align: center;
	
}
.flex-container2 {
  display: flex;
justify-content: center;
align-items: center;
	flex-wrap: wrap;
}

.flex-container2 > div {
align-content: center;
padding: 1% 3px;
margin: 5px;	
}	


	#greyNavBar {
display: block;
		width: 100%;
	background: #dddddd;
height: 0px;
	}	
	#navTable {
display: none;
	 border:0px; 
	border-collapse: collapse;	
	padding: 12px 3px;	
		width:100%;
	width: 700px;
	background-color: #dddddd;	
	}
#navTable td {
border-right: 1px #bbbbbb solid;	
}
		.topLink {
    display: inline-block;
       color: white;
	   height:20px;
    text-decoration: none; 
   float:right;
       text-align: center;
	   font-size: 12px;
	  	  padding: 33px 10px 27px;
		  min-width: 40px;
	z-index:2;
}
 .topLink:hover {
    background-color: #359;
		 cursor:pointer; 
}
		.topLinkActive {
    display: inline-block;
       color: white;
	   height:20px;
    text-decoration: none; 
	  background-color: #228B22;		
   float:right;
       text-align: center;
	   font-size: 12px;
	  	  padding: 33px 10px 27px;
		  min-width: 40px;
	z-index:2;
}
	#close{ 
 cursor:pointer; 
}	
	.blueLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444;
	 background: #ddd;
	display: inline-block;
	border: 1px solid #888;	
		min-width:50px;
		padding: 6px 10px;
	transition:0.2s;	
}
.bluelink a {
color:#444;	
}
.bluelink a:visited {
color:#444;	
}

 .blueLink:hover {
 background: #3377bb;
	 cursor:pointer;
color: #ffffff;
    }
	.blueLink2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	 background: #222;
	display: inline-block;
		min-width:50px;
		padding: 6px 10px;
    border: 0px;
}

 .blueLink2:hover {
 background: #3377bb;
	 cursor:pointer;

    }	
	.blueLink3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	 background: #1166aa;
	display: inline-block;
	border: 1px solid black;	
		min-width:50px;
		padding: 6px 10px;
}

 .blueLink3:hover {
 background: #3377bb;
	 cursor:pointer;
	border: 1px solid grey;	 

    }	
.greyLink {
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	 border: 0px;
}
.greyLink a{
	display: inline-block;
	color: black;
			min-width:50px;
		padding: 12px 0px;
	width: 100%;
	}
 .greyLink:hover {
 background: #4488cc;
	 cursor:pointer;

    }
.greyLinkActive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	 background: #228B22;
	padding: 12px 0px;
    border: 0px;
}
.greyLinkActive a {
	color: white;
}
	
.dropbtn {
	  display: inline-block;
       color: white;
	   height:20px;
    text-decoration: none; 
   float:right;
       text-align: center;
	   font-size: 12px;
	  	  padding: 33px 0px 27px;
		  width: 80px;
	z-index:2;
  border: none;
}
/* for new Sept 2020 dropdown menus (old is dropdown-container, dropdown-content) */
.dropdown {
  position: relative;
  display: inline-block;
float:right;	
}

.dropdownContent {
  display: block;
top:80px;	
 filter: alpha(opacity=0);
    opacity: 0.0;
    -webkit-transition: opacity 0.3s ease-in-out;
       -moz-transition: opacity 0.3s ease-in-out;
        -ms-transition: opacity 0.3s ease-in-out;
         -o-transition: opacity 0.3s ease-in-out;
            transition: opacity 0.3s ease-in-out;
  position: absolute;
  background-color:#359;
  width: 80px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
  z-index: 1;
height: 0px;
overflow: hidden;	
}

.dropdownContent a {
  color: white;
font-size: 12px;	
  padding: 12px 16px;
  text-decoration: none;
  display: block;
text-align: center;	
}

.dropdownContent a:hover {background-color: #348;}
.dropdown:hover .dropdownContent {
	height: auto;
	display: block;
 filter: alpha(opacity=100);
    opacity: 1.0;
	}
.dropdown:hover .dropbtn {background-color: #359;}	
	
.dropdown-container2 {
   display: inline-block;
    float: right;
  }
.dropdown-content2 a:hover {background-color: #359; cursor:pointer;}

	#expand {
    display: none;
       color: white;
	  text-decoration: none; 
   float:right;
   padding:30px 40px;
	z-index:2;
		 cursor:pointer;	
}
 #expand:hover {
    background-color: #359;
}	
@media screen and (max-width: 1050px){
.topLink, .topLinkActive, .dropdown {
    display: none;
    }
#expand {
    display: inline-block;
    }
	
	
}
@media screen and (max-width: 700px){
	#navTable {
width: 100%;
	}
}
@media screen and (max-width: 500px){	
	.flex-container1{
width: 100%;
padding: 0%;		
		flex-direction: column;
}
	.flex-container1 > div {
align-content: center;
width: 95%;	
justify-content: center;
margin: auto;		
}
	}
@media screen and (max-width: 800px){
	.titleBlockOpt {
display: none;
	}
}
.bookShadowBlock {
display: inline-block;
border: 1px solid white;	
 box-shadow: 3px 5px 5px 0 rgba(0, 0, 0, 0.3), 6px 2px 6px 0 rgba(0, 0, 0, 0.19);
width:40%;
margin:2%;	
max-width:100px;		
}
.GGEad22 {	
position: absolute;
top:318px;
  left: 50%; /* Position the left edge at the horizontal center */
  transform: translateX(-50%); /* Shift left by half its own width to truly center it */
  margin-left: 550px; /* Add 400px to the right of the now-centered element */
  width:190px /* specify a width for your div */;
}
.logoFlexContainer {
padding:40px 0px;	
border-top: 1px solid #aaa;	
}
.logoFlex {
display: flex;
max-width: 1300px;
margin:auto;	
  background-color:#fff;
	justify-content: center;
	align-items: flex-start;
	
	flex-wrap: wrap;

}
.logoFlex >img {
height:100px;
padding:10px 25px;
font-size: 30px;
color: black;
text-align: center;	
}

.bookShadowBlock {
width:98%;
margin:1%;	
max-width:80px;		
}	

/* ------------youtube video framing ------------------------------ */	
.videoOuter {width: 100%; max-width:300px; display:block; margin:auto}
.video-container iframe {position: absolute; top:0; left: 0; width: 100%; height: 100%;}
.video-container {position: relative; padding-bottom: 56.25%; padding-top: 35px; height: 0; overflow: hidden;}	

.experiencedAD {	
position: absolute;
top:354px;
  right: 50%; /* Position the left edge at the horizontal center */
  transform: translateX(50%); /* Shift left by half its own width to truly center it */
  margin-right: 550px; /* Add 400px to the right of the now-centered element */
  width:190px /* specify a width for your div */;
align-text: center;
background-color: #a00;
    color: #fff;
    border:1px solid black;
    padding: 6px;
}

@media screen and (max-width: 1350px){
	.experiencedAD {	
display: none;
}
    	.GGEad22 {	
display: none;
}
}




