	body {
  		margin: 0;
  		padding:0;
  	}

  	.clearfix {
  	  overflow: auto;
  	}

  	.clearfix::after {
  	  content: "";
  	  clear: both;
  	  display: table;
  	}
	
	.clear {
	    clear: both;
	}
	
 	#banner {
 	    display: block;
  	    float: left;
  		width:100%;
  		border: none;
  	}

  	#photoShow {
  	    width:100%;
  	    position: relative;
  	}

  	#photoShow div {
  		width:100%;
  	    position:absolute;
  	    z-index: 0;
  	}
  	#photoShow div.previous {
  		width:100%;
  	    z-index: 1;
  	}
  	#photoShow div.current {
  		width:100%;
  	    z-index: 2;
  	}

  	h2 {
		font-family: Georgia, serif;
		font-size:1.6em;
		color: #000;
		font-weight: 400;
		margin: 0.5em 0;
	}

  h3 {
		font-family: Georgia, serif;
		font-size:1.4em;
		color: #000;
		font-weight: 400;
		line-height: 1.6;
		margin: 0.5em 0;
	}
  	
  		.menu {
		font-family: Georgia, serif;
		font-size:1.2em;
		color: #fff;
		font-weight: 400;
		margin: 0.5em 0;
	}

  	h4 {
		font-family: Georgia, serif;
		font-size:1.1em;
		color: #000;
		font-weight: 400;
		margin: 0.5em 0;
	}
	
	  	h5 {
  		font-family: Georgia, serif;
  		font-size: 1.1em;
  		line-height: 1.5;
  		font-weight: 400;
  		color: #000;
  		margin-top: 0;
  	}
	
	.about_us {
  		font-family: Georgia, serif;
  		font-size: 1.1em;
  		line-height: 1.5;
  		font-weight: 400;
  	}
  	
  	.following {
  		font-family: Georgia, serif;
  		font-size: 1.1em;
  		line-height: 1.5;
  		font-weight: 400;
  		color: #003176;
  	}
	
  	.sub {
  		width: 96%;
  		color: #fff;
  		background-color: #000;
  		padding: 1% 2%;
  	}

  	.top_margin {
  		margin-top: 0;
  	}

  p {
	   font-family: Georgia, serif;
		font-size:1.1em;
		color: #000;
		font-weight: 400;
		line-height: 1.75;
	}
	
	p.intro {
	   font-family: Georgia, serif;
		font-size:1.2em;
		color: #000;
		font-weight: 400;
		line-height: 1.5;
	}
	
	 	.center {
  	    font-family: 'Open Sans', sans-serif;
  		font-weight: 400;
  		font-size: 0.8vw;
  	    text-align: center;
  	}
  	
  	.caption {
  	    font-family: 'Open Sans', sans-serif;
  		font-weight: 400;
  		font-size: 1em;
  	    text-align: center;
  	    font-style: italic;
  	}
  	
  	.about_text {
  	    width: 65%;
  	    padding: 0.5% 0 0.5% 3%;
  	    font-size: 1.1em;
  	}

  	#wrapper {
  		width: 82%;
  		margin-left: auto;
  		margin-right: auto;
  	}
  	
  	img {
  	    border: none;
  	}

  	#logo {
  	    float: left;
  		width: 15%;
  		padding: 1% 2% 1% 2%;
  	}
	
	img.logo {
	    display: block;
		width: 100%;
	}

  	#logo p {
  	 width: 100%;
  		font-family: 'Open Sans', sans-serif;
  		font-weight: 400;
  		font-size: 0.9vw;
  		line-height: 1.6;
  	}
  	
  	.quote {
  	    display: block;
  	    width: 100%;
  		font-family: 'Open Sans', sans-serif;
  		font-weight: 400;
  		font-size: 1em;
  		line-height: 1.6;
  		text-align: center;
  		font-style: italic;
  		color:  #003176;;
  	}
  	
  	#flags {
  	    display: block;
  	    margin-top: 12.5%;
  	}
  	
  	#flags_intro {
  	    display: none;
  	}
  	
  	#content{
  	    float: left;
  	    width: 81%;
  	}
  	
  	#biography {
  	    width: 100%;
  	}
  	
  	#bio_pic {
  	    float: left;
  	    width: 14%;
  	    margin-right: 3%;
  	}
  	
  	#panel_bio {
  	    float: left;
  	    width: 60%;
  	}
  	
  	.rule {
  	    float: left;
  	    width: 100%;
  	    height: 4px;
  	    margin: 0;;
  	    background-color: #000;
  	}

  	.outer_container {
  		float: left;
  		width: 96%;
  		padding: 1% 1% 0 3%;
  	}
  	
  	.events_container {
  		float: left;
  		width: 65%;
  		padding: 1% 1% 0 3%;
  	}
  	
  	.container {
  		float: left;
  		width: 42%;
  		padding: 0 3%;
  	}
  	
  	.newsletter {
  	    width: 50%;
  	}
  	
  	.border-bottom{
  	    border-bottom: 1px solid #000;
  	}
  	
  	#close  {
  		display: inline-block;
  		color:#fff;
  		background-color: #003176;
  		font-size: 1em;
  		padding: 0.5em;
  		text-align: center;
  		text-decoration: none;
  		border-radius: 6px;
  		cursor: pointer;
}

#close:hover {
  		background-color: #ff0000;
}

.lecture {
    float: right;
    width: 30%;
}

.lecture p {
    font-family: Georgia, serif;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	font-weight: 300;
	font-style: normal;
    margin-top: 10px;
    padding: 0;
    text-align: center;
}
  	
  input[type=submit]  {
  		display: inline-block;
  		color:#fff;
  		background-color: #003176;
  		font-size: 0.9em;
  		padding: 0.5em;
  		margin-bottom: 2em;
  		text-align: center;
  		text-decoration: none;
  		border-radius: 6px;
  		cursor: pointer;
}

.lecture {
    float: right;
    width: 30%;
    background-color: red;
}

input[type=submit]:hover {
  		background-color: #ff0000;
}

	.button_container {
  		float: left;
  		width: 18.5%;
  		padding: 1%;
  		border-radius: 6px;
  		border: 2px solid rgba(0, 0, 0, 0.3);
  		margin: 2%;
  		text-align: center;
  		height: 325px;
  	}
  	
  	.button_container_bios {
  		float: left;
  		font-size: 0.9em;
  		width: 20%;
  		padding: 1%;
  		border-radius: 6px;
  		border: 2px solid rgba(0, 0, 0, 0.3);
  		margin: 2%;
  		text-align: center;
  		min-height: 450px;
  	}
  	
  	.button_container_executive {
  	    float: left;
  		width: 65%;
  		margin: 0 auto 1em auto;
  		text-align: center;
  	}
  	
  	p.short_rule {
  	    width: 45%;
  	    height: 1px;
  	    margin: 0.1em auto;
  	    background-color: #000;
  	}

  	
  	a.one:link {
  		width: 60%;
  		display: block;
  		color:#fff;
  		background-color: #003176;
  		padding: 0.5em;
  		font-size: 0.9em;
  		text-align: center;
  		text-decoration: none;
  		border-radius: 6px;
  		margin: 0.5em auto;
	
  	}
  	a.one:visited {
  		display: inline-block;
  		color:#fff;
  		background-color: #003176;
  		text-align: center;
  		text-decoration: none;
  	}

  	a.one:hover {
  		background-color: #ff0000;
  	}
  	
  	a.visits:link {
  		color:#fff;
  		background-color: #003176;
  		padding: 0.5em;
  		font-size: 0.9em;
  		text-align: center;
  		text-decoration: none;
  		border-radius: 6px;

  	}
  	a.visits:visited {
  		color:#fff;
  		background-color: #003176;
  		text-align: center;
  		text-decoration: none;
  	}

  	a.visits:hover {
  		background-color: #ff0000;
  	}
  	
  	a.people:link {
  		width: 80%;
  		display: inline-block;
  		color:#fff;
  		background-color: #003176;
  		padding: 0.5em;
  		text-align: center;
  		text-decoration: none;
  		border-radius: 6px;
	
  	}
  	a.people:visited {
  		width: 80%;
  		display: inline-block;
  		color:#fff;
  		background-color: #003176;
  		padding: 0.5em;
  		text-align: center;
  		text-decoration: none;
  	}

  	a.people:hover {
  		background-color: #ff0000;
  	}

  	a.button:link {
  		text-align: left;
  		text-decoration: none;
	
  	}
  	a.button:visited {
  		text-align: left;
  		text-decoration: none;
  	}

  	a.button:hover {
  		text-align: left;
  		text-decoration: none;
		opacity: 0.5;
  	}
 
 .dropbtn {
  background-color: #000;
  font-family: Georgia, serif;
  color: white;
  padding: 0.75em 2em;
  font-size: 1.1em;
  border: none;
  cursor: pointer;
}

.dropbtn:hover {
  background-color: #00008B;
}

.dropbtn_02 {
  background-color: #000;
  font-family: Georgia, serif;
  color: white;
  padding: 0.75em 2em;
  font-size: 1.1em;
  border: none;
  cursor: pointer;
  border-left: 2px solid #fff;
  text-decoration: none;
}

.dropbtn_02:hover {
  background-color: #00008B;
}

.dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #000;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #00008B;
  width: 30%;
  padding-left: 2em;
  overflow: auto;
  z-index: 20;
}

#myDropdown a {
  font-size: 1.1em;
  color: #fff;
  text-decoration: none;
  padding-left: 2em;
  padding-bottom: 1em;
  display: block;
}
#myDropdown a:hover {
  font-size: 1.1em;
  color: #ff0000;
  text-decoration: none;
  padding-left: 2em;
  padding-bottom: 1em;
  display: block;
}

.show {display: block;}

 	.news_ltr {
 	    float: left;
  	    width: 30%;
  	}

.speech {
    clear: both;
    padding: 0.5em 0;
	border-bottom: 1px solid #000;
}

.speech_last {
    clear: both;
    padding: 0.5em 0;
	border-bottom: none;
}


p.btn {
	float: right;
	margin-top: 0;
}

p.btn a:link, p.btn a:visited {
	color: #fff;
	background-color: #191993;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

p.btn a:hover {
	color: #fff;
	background-color: #D00000;
}

img.visit {
     float:left;margin-right:1em;
}

  	
  #footer {
    clear: left;
    width: 100%;
    margin-top: 2%;
    border-top: 1px solid #000;
  } 
  
  #footer p {
    font-family: 'Libre Baskerville', serif;
  	font-size: 1.1vw;
  	line-height: 1.5;
  	font-weight: 400;
  	text-align: center;
  	font-variant: small-caps;
  	letter-spacing: 2px;
}
	  
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}

  	
/* smaller desktop */  	

  	
 @media only screen and (max-width: 1920px) {
     
     #banner {
 	    display: block;
  	    float: left;
  		width:100%;
  		border: none;
  	}

  	#photoShow {
  	    width:100%;
  	    position: relative;
  	}

  	#photoShow div {
  		width:100%;
  	    position:absolute;
  	    z-index: 0;
  	}
  	#photoShow div.previous {
  		width:100%;
  	    z-index: 1;
  	}
  	#photoShow div.current {
  		width:100%;
  	    z-index: 2;
  	}


  	h2 {
		font-family: Georgia, serif;
		font-size:1.6em;
		color: #000;
		font-weight: 400;
		margin: 0.5em 0;
	}

  h3 {
		font-family: Georgia, serif;
		font-size:1.4em;
		color: #000;
		font-weight: 400;
		line-height: 1.6;
		margin: 0.5em 0;
	}
	
	h3.button {
		font-family: Georgia, serif;
		font-size:1.1em;
		color: #000;
		font-weight: 400;
		line-height: 1.6;
		margin: 0.5em 0;
	}
  	
  		.menu {
		font-family: Georgia, serif;
		font-size:1.2em;
		color: #fff;
		font-weight: 400;
		margin: 0.5em 0;
	}

  	h4 {
		font-family: Georgia, serif;
		font-size:1.1em;
		color: #000;
		font-weight: 400;
		margin: 0.5em 0;
	}
	
	  	h5 {
  		font-family: Georgia, serif;
  		font-size: 1.1em;
  		line-height: 1.5;
  		font-weight: 400;
  		color: #000;
  		margin-top: 0;
  	}
	
	.about_us {
  		font-family: Georgia, serif;
  		font-size: 1.1em;
  		line-height: 1.5;
  		font-weight: 400;
  	}
  	
  	.following {
  		font-family: Georgia, serif;
  		font-size: 1.1em;
  		line-height: 1.5;
  		font-weight: 400;
  		color: #003176;
  	}
	
  	.sub {
  		width: 96%;
  		color: #fff;
  		background-color: #000;
  		padding: 1% 2%;
  	}

  	.top_margin {
  		margin-top: 0;
  	}

  p {
	   font-family: Georgia, serif;
		font-size:1.1em;
		color: #000;
		font-weight: 400;
		line-height: 1.75;
	}
	
	p.intro {
	   font-family: Georgia, serif;
		font-size:1.2em;
		color: #000;
		font-weight: 400;
		line-height: 1.5;
	}
	
	 	.center {
  	    font-family: 'Open Sans', sans-serif;
  		font-weight: 400;
  		font-size: 0.8vw;
  	    text-align: center;
  	}
  	
  	.caption {
  	    font-family: 'Open Sans', sans-serif;
  		font-weight: 400;
  		font-size: 1em;
  	    text-align: center;
  	    font-style: italic;
  	}
  	
  	.about_text {
  	    width: 65%;
  	    padding: 0.5% 0 0.5% 3%;
  	    font-size: 1.1em;
  	}

  	#wrapper {
  		width: 82%;
  		margin-left: auto;
  		margin-right: auto;
  	}
  	
  	img {
  	    border: none;
  	}

  	#logo {
  	    float: left;
  		width: 15%;
  		padding: 1% 2% 1% 2%;
  	}
	
	img.logo {
	    display: block;
		width: 100%;
	}

  	#logo p {
  	 width: 100%;
  		font-family: 'Open Sans', sans-serif;
  		font-weight: 400;
  		font-size: 0.9vw;
  		line-height: 1.6;
  	}
  	
  	.quote {
  	    display: block;
  	    width: 100%;
  		font-family: 'Open Sans', sans-serif;
  		font-weight: 400;
  		font-size: 1em;
  		line-height: 1.6;
  		text-align: center;
  		font-style: italic;
  		color:  #003176;;
  	}
  	
  	#flags {
  	    display: block;
  	    margin-top: 12.5%;
  	}
  	  	#flags_intro {
  	    display: none;
  	}
  	
  	#content{
  	    float: left;
  	    width: 81%;
  	}
  	
  	#biography {
  	    width: 100%;
  	}
  	
  	#bio_pic {
  	    float: left;
  	    width: 14%;
  	    margin-right: 3%;
  	}
  	
  	#panel_bio {
  	    float: left;
  	    width: 60%;
  	}
  	
  	.rule {
  	    float: left;
  	    width: 100%;
  	    height: 4px;
  	    margin: 0;;
  	    background-color: #000;
  	}

  	.outer_container {
  		float: left;
  		width: 96%;
  		padding: 1% 1% 0 3%;
  	}
  	
  	.events_container {
  		float: left;
  		width: 65%;
  		padding: 1% 1% 0 3%;
  	}
  	
  	.container {
  		float: left;
  		width: 42%;
  		padding: 0 3%;
  	}
  	
  	.newsletter {
  	    width: 50%;
  	}
  	
  	.border-bottom{
  	    border-bottom: 1px solid #000;
  	}
  	
  	#close  {
  		display: inline-block;
  		color:#fff;
  		background-color: #003176;
  		font-size: 1em;
  		padding: 0.5em;
  		text-align: center;
  		text-decoration: none;
  		border-radius: 6px;
  		cursor: pointer;
}

#close:hover {
  		background-color: #ff0000;
}

.lecture {
    float: right;
    width: 30%;
}

.lecture p {
    font-family: Georgia, serif;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	font-weight: 300;
	font-style: normal;
    margin-top: 10px;
    padding: 0;
    text-align: center;
}
  	
  input[type=submit]  {
  		display: inline-block;
  		color:#fff;
  		background-color: #003176;
  		font-size: 0.9em;
  		padding: 0.5em;
  		margin-bottom: 2em;
  		text-align: center;
  		text-decoration: none;
  		border-radius: 6px;
  		cursor: pointer;
}

.lecture {
    float: right;
    width: 30%;
    background-color: red;
}

input[type=submit]:hover {
  		background-color: #ff0000;
}

	.button_container {
  		float: left;
  		width: 18.5%;
  		padding: 1%;
  		border-radius: 6px;
  		border: 2px solid rgba(0, 0, 0, 0.3);
  		margin: 2%;
  		text-align: center;
  		height: 250px;
  	}
  	
  	.button_container_bios {
  		float: left;
  		font-size: 0.9em;
  		width: 20%;
  		padding: 1%;
  		border-radius: 6px;
  		border: 2px solid rgba(0, 0, 0, 0.3);
  		margin: 2%;
  		text-align: center;
  		min-height: 450px;
  	}
  	
  	.button_container_executive {
  	    float: left;
  		width: 65%;
  		margin: 0 auto 1em auto;
  		text-align: center;
  	}
  	
  	p.short_rule {
  	    width: 45%;
  	    height: 1px;
  	    margin: 0.1em auto;
  	    background-color: #000;
  	}

  	  	a.one:link {
  		width: 60%;
  		display: block;
  		color:#fff;
  		background-color: #003176;
  		padding: 0.5em;
  		font-size: 0.9em;
  		text-align: center;
  		text-decoration: none;
  		border-radius: 6px;
  		margin: 0.5em auto;
	
  	}
  	a.one:visited {
  		width: 100%;
  		display: inline-block;
  		color:#fff;
  		background-color: #003176;
  		text-align: center;
  		text-decoration: none;
  	}

  	a.one:hover {
  		background-color: #ff0000;
  	}
  	
 
  	
  	a.people:link {
  		width: 80%;
  		display: inline-block;
  		color:#fff;
  		background-color: #003176;
  		padding: 0.5em;
  		text-align: center;
  		text-decoration: none;
  		border-radius: 6px;
	
  	}
  	a.people:visited {
  		width: 80%;
  		display: inline-block;
  		color:#fff;
  		background-color: #003176;
  		padding: 0.5em;
  		text-align: center;
  		text-decoration: none;
  	}

  	a.people:hover {
  		background-color: #ff0000;
  	}
  	
  	a.button:link {
  		text-align: left;
  		text-decoration: none;
	
  	}
  	a.button:visited {
  		text-align: left;
  		text-decoration: none;
  	}

  	a.button:hover {
  		text-align: left;
  		text-decoration: none;
		opacity: 0.5;
  	}
 
 .dropbtn {
  background-color: #000;
  font-family: Georgia, serif;
  color: white;
  padding: 0.75em 2em;
  font-size: 1.1em;
  border: none;
  cursor: pointer;
}

.dropbtn:hover {
  background-color: #00008B;
}

.dropbtn_02 {
  background-color: #000;
  font-family: Georgia, serif;
  color: white;
  padding: 0.75em 2em;
  font-size: 1.1em;
  border: none;
  cursor: pointer;
  border-left: 2px solid #fff;
  text-decoration: none;
}

.dropbtn_02:hover {
  background-color: #00008B;
}

.dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #000;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #00008B;
  width: 30%;
  padding-left: 2em;
  overflow: auto;
  z-index: 20;
}

#myDropdown a {
  font-size: 1.1em;
  color: #fff;
  text-decoration: none;
  padding-left: 2em;
  padding-bottom: 1em;
  display: block;
}
#myDropdown a:hover {
  font-size: 1.1em;
  color: #ff0000;
  text-decoration: none;
  padding-left: 2em;
  padding-bottom: 1em;
  display: block;
}

.show {display: block;}

 	.news_ltr {
 	    float: left;
  	    width: 30%;
  	}

.speech {
    clear: both;
    padding: 0.5em 0;
	border-bottom: 1px solid #000;
}

.speech_last {
    clear: both;
    padding: 0.5em 0;
	border-bottom: none;
}


p.btn {
	float: right;
	margin-top: 0;
}

p.btn a:link, p.btn a:visited {
	color: #fff;
	background-color: #191993;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

p.btn a:hover {
	color: #fff;
	background-color: #D00000;
}

  	
  #footer {
    clear: left;
    width: 100%;
    margin-top: 2%;
    border-top: 1px solid #000;
  } 
  
  #footer p {
    font-family: 'Libre Baskerville', serif;
  	font-size: 1.1vw;
  	line-height: 1.5;
  	font-weight: 400;
  	text-align: center;
  	font-variant: small-caps;
  	letter-spacing: 2px;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

	  
}



/* laptop */

 @media only screen and (max-width: 1244px) {
     
     #banner {
 	    display: block;
  	    float: left;
  		width:100%;
  		border: none;
  	}

  	#photoShow {
  	    width:100%;
  	    position: relative;
  	}

  	#photoShow div {
  		width:100%;
  	    position:absolute;
  	    z-index: 0;
  	}
  	#photoShow div.previous {
  		width:100%;
  	    z-index: 1;
  	}
  	#photoShow div.current {
  		width:100%;
  	    z-index: 2;
  	}


  	h2 {
		font-family: Georgia, serif;
		font-size:1.6em;
		color: #000;
		font-weight: 400;
		margin: 0.5em 0;
	}

  h3 {
		font-family: Georgia, serif;
		font-size:1.4em;
		color: #000;
		font-weight: 400;
		line-height: 1.6;
		margin: 0.5em 0;
	}
	
    h3.button {
		font-family: Georgia, serif;
		font-size: 1em;
		color: #000;
		font-weight: 400;
		line-height: 1.6;
		margin: 0.5em 0;
	}
  	
  		.menu {
		font-family: Georgia, serif;
		font-size:1.2em;
		color: #fff;
		font-weight: 400;
		margin: 0.5em 0;
	}

  	h4 {
		font-family: Georgia, serif;
		font-size:1.1em;
		color: #000;
		font-weight: 400;
		margin: 0.5em 0;
	}
	
	  	h5 {
  		font-family: Georgia, serif;
  		font-size: 1.1em;
  		line-height: 1.5;
  		font-weight: 400;
  		color: #000;
  		margin-top: 0;
  	}
	
	.about_us {
  		font-family: Georgia, serif;
  		font-size: 1.1em;
  		line-height: 1.5;
  		font-weight: 400;
  	}
  	
  	.following {
  		font-family: Georgia, serif;
  		font-size: 1.1em;
  		line-height: 1.5;
  		font-weight: 400;
  		color: #003176;
  	}
	
  	.sub {
  		width: 96%;
  		color: #fff;
  		background-color: #000;
  		padding: 1% 2%;
  	}

  	.top_margin {
  		margin-top: 0;
  	}

  p {
	   font-family: Georgia, serif;
		font-size:1em;
		color: #000;
		font-weight: 400;
		line-height: 1.75;
	}
	
	p.intro {
	   font-family: Georgia, serif;
		font-size:1.2em;
		color: #000;
		font-weight: 400;
		line-height: 1.5;
	}
	
	 	.center {
  	    font-family: 'Open Sans', sans-serif;
  		font-weight: 400;
  		font-size: 0.8vw;
  	    text-align: center;
  	}
  	
  	.caption {
  	    font-family: 'Open Sans', sans-serif;
  		font-weight: 400;
  		font-size: 1em;
  	    text-align: center;
  	    font-style: italic;
  	}
  	
  	.about_text {
  	    width: 65%;
  	    padding: 0.5% 0 0.5% 3%;
  	    font-size: 1.1em;
  	}

  	#wrapper {
  		width: 82%;
  		margin-left: auto;
  		margin-right: auto;
  	}
  	
  	img {
  	    border: none;
  	}

 	#logo {
  	    float: left;
  		width: 15%;
  		padding: 1% 2% 1% 2%;
  	}
	
	img.logo {
	    display: block;
		width: 100%;
	}

  	#logo p {
  	 width: 100%;
  		font-family: 'Open Sans', sans-serif;
  		font-weight: 400;
  		font-size: 0.9vw;
  		line-height: 1.6;
  	}
  	
  	.quote {
  	    display: block;
  	    width: 100%;
  		font-family: 'Open Sans', sans-serif;
  		font-weight: 400;
  		font-size: 0.85em;
  		line-height: 1.6;
  		text-align: center;
  		font-style: italic;
  		color:  #003176;
  	}
  	
  	#flags {
  	    display: block;
  	    margin-top: 12.5%;
  	}
  	  	#flags_intro {
  	    display: none;
  	}
  	
  	#content{
  	    float: left;
  	    width: 81%;
  	}
  	
  	#biography {
  	    width: 100%;
  	}
  	
  	#bio_pic {
  	    float: left;
  	    width: 14%;
  	    margin-right: 3%;
  	}
  	
  	#panel_bio {
  	    float: left;
  	    width: 60%;
  	}
  	
  	.rule {
  	    float: left;
  	    width: 100%;
  	    height: 4px;
  	    margin: 0;;
  	    background-color: #000;
  	}

  	.outer_container {
  		float: left;
  		width: 96%;
  		padding: 1% 1% 0 3%;
  	}
  	
  	.events_container {
  		float: left;
  		width: 65%;
  		padding: 1% 1% 0 3%;
  	}
  	
  	.container {
  		float: left;
  		width: 42%;
  		padding: 0 3%;
  	}
  	
  	.newsletter {
  	    width: 50%;
  	}
  	
  	.border-bottom{
  	    border-bottom: 1px solid #000;
  	}
  	
  	#close  {
  		display: inline-block;
  		color:#fff;
  		background-color: #003176;
  		font-size: 1em;
  		padding: 0.5em;
  		text-align: center;
  		text-decoration: none;
  		border-radius: 6px;
  		cursor: pointer;
}

#close:hover {
  		background-color: #ff0000;
}

.lecture {
    float: right;
    width: 30%;
}

.lecture p {
    font-family: Georgia, serif;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	font-weight: 300;
	font-style: normal;
    margin-top: 10px;
    padding: 0;
    text-align: center;
}
  	
  input[type=submit]  {
  		display: inline-block;
  		color:#fff;
  		background-color: #003176;
  		font-size: 0.9em;
  		padding: 0.5em;
  		margin-bottom: 2em;
  		text-align: center;
  		text-decoration: none;
  		border-radius: 6px;
  		cursor: pointer;
}

.lecture {
    float: right;
    width: 30%;
    background-color: red;
}

input[type=submit]:hover {
  		background-color: #ff0000;
}

	.button_container {
  		float: left;
  		width: 25%;
  		padding: 1%;
  		border-radius: 6px;
  		border: 2px solid rgba(0, 0, 0, 0.3);
  		margin: 2%;
  		text-align: center;
  		height: 250px;
  	}
  	
  	.button_container_bios {
  		float: left;
  		font-size: 0.9em;
  		width: 20%;
  		padding: 1%;
  		border-radius: 6px;
  		border: 2px solid rgba(0, 0, 0, 0.3);
  		margin: 2%;
  		text-align: center;
  		min-height: 450px;
  	}
  	
  	.button_container_executive {
  	    float: left;
  		width: 65%;
  		margin: 0 auto 1em auto;
  		text-align: center;
  	}
  	
  	p.short_rule {
  	    width: 45%;
  	    height: 1px;
  	    margin: 0.1em auto;
  	    background-color: #000;
  	}

  	
  	a.one:link {
  		width: 60%;
  		display: block;
  		color:#fff;
  		background-color: #003176;
  		padding: 0.5em;
  		font-size: 0.9em;
  		text-align: center;
  		text-decoration: none;
  		border-radius: 6px;
  		margin: 0.5em auto;
	
  	}
  	a.one:visited {
  		width: 100%;
  		display: inline-block;
  		color:#fff;
  		background-color: #003176;
  		text-align: center;
  		text-decoration: none;
  	}

  	a.one:hover {
  		background-color: #ff0000;
  	}
  	

  	a.people:hover {
  		background-color: #ff0000;
  	}

  	a.button:link {
  		text-align: left;
  		text-decoration: none;
	
  	}
  	a.button:visited {
  		text-align: left;
  		text-decoration: none;
  	}

  	a.button:hover {
  		text-align: left;
  		text-decoration: none;
		opacity: 0.5;
  	}
 
 .dropbtn {
  background-color: #000;
  font-family: Georgia, serif;
  color: white;
  padding: 0.75em 2em;
  font-size: 1.1em;
  border: none;
  cursor: pointer;
}

.dropbtn:hover {
  background-color: #00008B;
}

.dropbtn_02 {
  background-color: #000;
  font-family: Georgia, serif;
  color: white;
  padding: 0.75em 2em;
  font-size: 1.1em;
  border: none;
  cursor: pointer;
  border-left: 2px solid #fff;
  text-decoration: none;
}

.dropbtn_02:hover {
  background-color: #00008B;
}

.dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #000;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #00008B;
  width: 30%;
  padding-left: 2em;
  overflow: auto;
  z-index: 20;
}

#myDropdown a {
  font-size: 1.1em;
  color: #fff;
  text-decoration: none;
  padding-left: 2em;
  padding-bottom: 1em;
  display: block;
}
#myDropdown a:hover {
  font-size: 1.1em;
  color: #ff0000;
  text-decoration: none;
  padding-left: 2em;
  padding-bottom: 1em;
  display: block;
}

.show {display: block;}

 	.news_ltr {
 	    float: left;
  	    width: 30%;
  	}

.speech {
    clear: both;
    padding: 0.5em 0;
	border-bottom: 1px solid #000;
}

.speech_last {
    clear: both;
    padding: 0.5em 0;
	border-bottom: none;
}


p.btn {
	float: right;
	margin-top: 0;
}

p.btn a:link, p.btn a:visited {
	color: #fff;
	background-color: #191993;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

p.btn a:hover {
	color: #fff;
	background-color: #D00000;
}

  	
  #footer {
    clear: left;
    width: 100%;
    margin-top: 2%;
    border-top: 1px solid #000;
  } 
  
  #footer p {
    font-family: 'Libre Baskerville', serif;
  	font-size: 1.1vw;
  	line-height: 1.5;
  	font-weight: 400;
  	text-align: center;
  	font-variant: small-caps;
  	letter-spacing: 2px;
}
	  
}


/* mobile */

 @media only screen and (max-width: 600px) {
     
     #banner {
 	    display: none;
  	}
  	
  	 #photoShow {
  	    display: none;
  	}

  	#photoShow div {
  		display: none;
  	}
  	#photoShow div.previous {
  	    display: none;
  		
  	}
  	#photoShow div.current {
  	display: none;
  	}



  	h2 {
		font-family: Georgia, serif;
		font-size:1.6em;
		color: #000;
		font-weight: 400;
		margin: 0.5em 0;
	}

  h3 {
		font-family: Georgia, serif;
		font-size:1.2em;
		color: #000;
		font-weight: 400;
		line-height: 1.4;
		margin: 0.5em 0;
	}
	
    h3.button {
		font-family: Georgia, serif;
		font-size: 1em;
		color: #000;
		font-weight: 400;
		line-height: 1.6;
		margin: 0.5em 0;
	}
  	
  		.menu {
		font-family: Georgia, serif;
		font-size:1.2em;
		color: #fff;
		font-weight: 400;
		margin: 0.5em 0;
	}

  	h4 {
		font-family: Georgia, serif;
		font-size:1.1em;
		color: #000;
		font-weight: 400;
		margin: 0.5em 0;
	}
	
	  	h5 {
  		font-family: Georgia, serif;
  		font-size: 1.1em;
  		line-height: 1.5;
  		font-weight: 400;
  		color: #000;
  		margin-top: 0;
  	}
	
	.about_us {
  		font-family: Georgia, serif;
  		font-size: 1.1em;
  		line-height: 1.5;
  		font-weight: 400;
  	}
  	
  	.following {
  		font-family: Georgia, serif;
  		font-size: 1em;
  		line-height: 1.5;
  		font-weight: 400;
  		color: #003176;
  	}
	
  	.sub {
  		width: 94%;
  		font-size: 1.2em;
  		line-height: 1.4;
  		color: #fff;
  		background-color: #000;
  		padding: 3%;
  	}

  	.top_margin {
  		margin-top: 0;
  	}

  p {
	   font-family: Georgia, serif;
		font-size:1em;
		color: #000;
		font-weight: 400;
		line-height: 1.75;
	}
	
	p.intro {
	   font-family: Georgia, serif;
		font-size:1.2em;
		color: #000;
		font-weight: 400;
		line-height: 1.5;
	}
	
	 	.center {
  	    font-family: 'Open Sans', sans-serif;
  		font-weight: 400;
  		font-size: 0.8vw;
  	    text-align: center;
  	}
  	
  	.caption {
  	    font-family: 'Open Sans', sans-serif;
  		font-weight: 400;
  		font-size: 1em;
  	    text-align: center;
  	    font-style: italic;
  	}
  	
  	.about_text {
  	    width: 100%;
  	    padding: 0;
  	    font-size: 1em;
  	}

  	#wrapper {
  		width: 82%;
  		margin-left: auto;
  		margin-right: auto;
  	}
  	
  	img {
  	    border: none;
  	}
  	
  	#logo {
  	    display: block;
  		width: 100%;
  		padding: 0;
  	}
	
	img.logo {
	    float: left;
		width: 45%;
		margin-top: 0.5em;
	}

  	#logo p {
  	 width: 100%;
  		font-family: 'Open Sans', sans-serif;
  		font-weight: 400;
  		font-size: 0.9vw;
  		line-height: 1.6;
  	}
  	
  	  	.quote {
  	    display: inline-block;
  	    width: 55%;
  	    margin-top: 1.5em;
  		font-family: 'Open Sans', sans-serif;
  		font-weight: 400;
  		font-size: 0.9em;
  		line-height: 1.5;
  		text-align: center;
  		font-style: italic;
  		color:  #003176;
  		margin-top: 2em;
  	}
  	
  	#flags {
  	   display: none;
  	}
  	
  	#flags_intro {
  	    display: block;
  	    float: right;
  	    width:30%;
  	    margin-left: 0.5em;
  	    margin-top: 0.5em;
  	}

  	#content{
  	    display: block;
  	    width: 100%;
  	}
  	
  	#biography {
  	    width: 100%;
  	}
  	
  	#bio_pic {
  	    display: block;
  	    width: 45%;
  	    margin: 0.5em auto;
  	}
  	
  	#panel_bio {
  	    display: block;
  	    width: 100%;
  	}
  	
  	.rule {
  	    float: left;
  	    width: 100%;
  	    height: 4px;
  	    margin: 0;;
  	    background-color: #000;
  	}

  	.outer_container {
  		float: left;
  		width: 96%;
  		padding: 1% 1% 0 3%;
  	}
  	
  	.events_container {
  		display: block;
  		width: 96%;
  		padding: 1% 1% 0 3%;
  	}
  	
  	.container {
  		display: block;
  		width: 100%;
  		padding: 0;
  	}
  	
  	.newsletter {
  	    width: 100%;
  	}
  	
  	.news_ltr {
  	    display: none;
  	}
  	
  	.border-bottom{
  	    border-bottom: 1px solid #000;
  	}
  	
  	#close  {
  		display: inline-block;
  		color:#fff;
  		background-color: #003176;
  		font-size: 1em;
  		padding: 0.5em;
  		text-align: center;
  		text-decoration: none;
  		border-radius: 6px;
  		cursor: pointer;
}

#close:hover {
  		background-color: #ff0000;
}

.lecture {
    float: right;
    width: 30%;
}

.lecture p {
    font-family: Georgia, serif;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	font-weight: 300;
	font-style: normal;
    margin-top: 10px;
    padding: 0;
    text-align: center;
}
  	
  input[type=submit]  {
  		display: inline-block;
  		color:#fff;
  		background-color: #003176;
  		font-size: 0.9em;
  		padding: 0.5em;
  		margin-bottom: 2em;
  		text-align: center;
  		text-decoration: none;
  		border-radius: 6px;
  		cursor: pointer;
}

.lecture {
    float: right;
    width: 30%;
    background-color: red;
}

input[type=submit]:hover {
  		background-color: #ff0000;
}

	.button_container {
  		float: left;
  		width: 42%;
  		padding: 5% 1% 1% 1%;
  		border-radius: 6px;
  		border: 2px solid rgba(0, 0, 0, 0.3);
  		margin: 2%;
  		text-align: center;
  		height: 225px;
  	}
  	
  	.button_container_bios {
  		float: left;
  		font-size: 0.9em;
  		width: 20%;
  		padding: 1%;
  		border-radius: 6px;
  		border: 2px solid rgba(0, 0, 0, 0.3);
  		margin: 2%;
  		text-align: center;
  		min-height: 450px;
  	}
  	
  	.button_container_executive {
  	    display: block;
  		width: 100%;
  		margin: 0 auto 1em auto;
  		text-align: center;
  	}
  	
  	p.short_rule {
  	    width: 45%;
  	    height: 1px;
  	    margin: 0.1em auto;
  	    background-color: #000;
  	}

  	
  	a.one:link {
  		width: 60%;
  		display: block;
  		color:#fff;
  		background-color: #003176;
  		padding: 0.5em;
  		font-size: 0.9em;
  		text-align: center;
  		text-decoration: none;
  		border-radius: 6px;
  		margin: 0.5em auto;
	
  	}
  	a.one:visited {
  		width: 100%;
  		display: inline-block;
  		color:#fff;
  		background-color: #003176;
  		text-align: center;
  		text-decoration: none;
  	}

  	a.one:hover {
  		background-color: #ff0000;
  	}
  	

  	a.people:hover {
  		background-color: #ff0000;
  	}

  	a.button:link {
  		text-align: left;
  		text-decoration: none;
	
  	}
  	a.button:visited {
  		text-align: left;
  		text-decoration: none;
  	}

  	a.button:hover {
  		text-align: left;
  		text-decoration: none;
		opacity: 0.5;
  	}
 
 .dropbtn {
  background-color: #000;
  font-family: Georgia, serif;
  color: white;
  padding: 0.75em 1.5em;
  font-size: 1.1em;
  border: none;
  cursor: pointer;
}

.dropbtn:hover {
  background-color: #00008B;
}

.dropbtn_02 {
  background-color: #000;
  font-family: Georgia, serif;
  color: white;
  padding: 0.75em 2em;
  font-size: 1.1em;
  border: none;
  cursor: pointer;
  border-left: 2px solid #fff;
  text-decoration: none;
}

.dropbtn_02:hover {
  background-color: #00008B;
}

.dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #000;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #00008B;
  width: 100%;
  padding-left: 2em;
  overflow: auto;
  z-index: 20;
}

#myDropdown a {
  font-size: 1.1em;
  color: #fff;
  text-decoration: none;
  padding-left: 2em;
  padding-bottom: 1em;
  display: block;
}
#myDropdown a:hover {
  font-size: 1.1em;
  color: #ff0000;
  text-decoration: none;
  padding-left: 2em;
  padding-bottom: 1em;
  display: block;
}

.show {display: block;}

 	.news_ltr {
 	    float: left;
  	    width: 30%;
  	}

.speech {
    clear: both;
    padding: 0.5em 0;
	border-bottom: 1px solid #000;
}

.speech_last {
    clear: both;
    padding: 0.5em 0;
	border-bottom: none;
}


p.btn {
	float: right;
	margin-top: 0;
}

p.btn a:link, p.btn a:visited {
	color: #fff;
	background-color: #191993;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

p.btn a:hover {
	color: #fff;
	background-color: #D00000;
}

  	
  #footer {
    display: none;
  } 
  
  #footer p {
    font-family: 'Libre Baskerville', serif;
  	font-size: 1.1vw;
  	line-height: 1.5;
  	font-weight: 400;
  	text-align: center;
  	font-variant: small-caps;
  	letter-spacing: 2px;
}
	  
}












