* {box-sizing: border-box}
@import url('https://fonts.cdnfonts.com/css/chunkfive');

body {font-family: "Roboto", sans-serif;}

h1,h2,h3,h4,.mtg-hdr {
  font-family:"ChunkFive","Oswald", sans-serif;
  letter-spacing: 0.05em;
  text-shadow:1px 1px 1px #3f3e3e;
}
h1,h2,.mtg-hdr {
  color:#203240;
}
h3,h4 {
  font-weight: normal;
  color: #637b65;
}
p {
  font-size:16px;
  line-height:1.5;
}
li {
  line-height:1.25;
}
a {
  color: #824203;
}
a:hover, a:focus {
  color: #824203;
  text-decoration:underline;
}
.mtg-button {
  background-color: #203240;
  color: #FBF8EF;
  padding: 20px 25px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.25em;
}
.mtg-button:hover {
  background-color: #3F3E3E;
  color:#fff;
  text-decoration: none;
}
.flex-container {
  display:flex;
  justify-content: space-around;
}
.col {
  margin-left:15px;
  margin-right:15px;
}
.zoneFooter1 {
  background-color:#203240;
  text-align:center;
}
.zoneFooter1 p {
  color:#FAF0CA;
  font-size: 18px;
  letter-spacing:0.01em;
}
.zoneFooter1 p.eyebrow {
  font-weight: bold;
  text-transform: uppercase;
  color: #FBAD60;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size:15px;
  letter-spacing:0.1em;
}
.zoneFooter1 h2 {
  font-family:"ChunkFive",'Oswald',sans-serif;
  color:#FAF0CA;
  margin-top:0;
  text-transform: uppercase;
  text-shadow: 1px 1px 5px #3f3e3e;
  letter-spacing:0.1em;
}
#id_FafOSdI {
  background-color:#FBAB5B !important;
}
.topnav {
  overflow: hidden;
  background-color: #203240;
}
.topnav a {
  float: left;
  display: block;
  color: #ECF3F4;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
}
.active {
  background-color: #FBAB5B;
  color: #000000;
}
.topnav .icon {
  display: none;
}
.dropdown {
  float: left;
  overflow: hidden;
}
.dropdown .dropbtn {
  font-size: 1.2em;
  font-weight: bold;
  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: #203240;
  color:;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #ECF3F4;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #FBAB5B;
  color: #000000;
}
.dropdown-content a:hover {
  background-color: #FBAB5B;
  color: #000000;
  text-decoration: none;
}
.dropdown:hover .dropdown-content {
  display: block;
  background-color: #203240;
}

@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;
  }
}

/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #ECF3F4;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #7C91A2;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #ECF3F4;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #ECF3F4;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

/* Style the tab */
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 30%;
  height: auto;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  width: 70%;
  border-left: none;
  height: auto;
}