/* Code added by Carmen Wellborn */

a, a:link, a.visited {
  color: #134976;
  text-decoration: none;  
}

/* mouse over link */
a:hover, a.active {
  color: #182952;
  text-decoration: underline;
}

.content-wrapper > p a, .tags a, .wysiwyg-table a, .detail a, .accordion a {
	color: #134976;
}

.content-wrapper > p a:hover, .tags a:hover, .wysiwyg-table a:hover, .detail a:hover, .accordion a:hover {
	color: #182952;
  	text-decoration: underline;
}
	
/*Overrrides green link */
.content-wrapper > p a:after, .tags a:after, .wysiwyg-table a:after, .detail a:after, .accordion a:after {
       background: #134976;
	   content:none;
}


figcaption {
	text-align:center;
}

h3.center {
	text-align: center;
}

p.center {
	text-align: center;
}

h2.center {
	text-align: center;
}

img.right{
	float: right; 
	margin: 5px;
}

img.left{
	float: left; 
	margin: 5px;
}

img.responsive {
	width: 100%;
	height: auto;
}

.button {
  background-color: #134976; /* Blue */
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 4px;
  font-weight: bold;
}

.button_blue {
  background-color: #134976; 
  color: white; 
  border: 2px solid #134976;
}

.button_blue:hover {
  background-color: #182952;
  color: white;
}

.button_silver {
  background-color: #D0CECE; 
  color: #091435; 
  border: 2px solid #D0CECE;
}

.button_silver:hover {
  background-color: #C4BFBF;
  color: #091435; 
}

.button_green {
  background-color: #B9D554; 
  color: #091435; 
  border: 2px solid #B9D554;
}

.button_green:hover {
  background-color: #9AB92D;
 color: #091435; 
}


/* Responsive Two Column - container */
.responsive-two-columns {
    display:flex;
    flex-wrap:wrap;
}

/* columns */
.responsive-two-columns > * {
    width:100%;
    padding:1rem;
}

/* tablet breakpoint */
@media (min-width:768px) {
    .responsive-two-columns > * {
        width:50%;
    }
}


/* Responsive Three-column - container */
.responsive-three-columns {
    display:block;
}

/* columns */
.responsive-three-columns > * {
    padding:1rem;
}

/* tablet breakpoint */
@media (min-width:768px) {
    .responsive-three-columns {
        display: grid;
        grid-auto-rows: 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }
}


/*Top Navbar BLUE */
/*
.topnav {
  overflow: hidden;
  background-color: #134976;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 18px;
}

.active {
  background-color: #134976;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 18px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #D0CECE;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #182952;
  color: white;
}

.dropdown-content a:hover {
  background-color: #C4BFBF;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
---------*/

.topnav {
  overflow: hidden;
  background-color: #fff;
}

.topnav a {
  float: left;
  display: block;
  color: #134976;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}

.active {
  background-color: #fff;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 18px;    
  border: none;
  outline: none;
  color: #134976;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  font-weight: bold;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #134976;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  
  color: #182952;
}

.dropdown-content a:hover {
  background-color: #D0CECE;
  color: #182952;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
/* End of code added */
