/*<<<<<<<<<<  GENERAL  >>>>>>>>>>*/

body, h1, h2, h3 {
  /*font-family: 'Montserrat', sans-serif;*/
	font-family: 'Red Hat Display', sans-serif;
}
body {line-height: 1.5;}
.DWDlogobanner {
  margin:4px 0px 0px 0px;
  max-width: 425px; 
}
.showMobile {
  display: none;
}
@media screen and (max-width: 768px) {
.showMobile {
  display: inline-block;
  }
}
@media screen and (max-width: 768px) {
.hideMobile {
  display: none;
  }
}
@media screen and (max-width: 992px) {
.hideSmall {
  display: none;
  }
}
@media screen and (max-width: 1200px) {
.hideMedium {
  display: none;
  }
}

/*<<<<<<<<<<  TOPIC CONTAINERS  >>>>>>>>>>*/
.topicContainer {
  /*margin-top: 10px;*/
  /*margin-bottom: 10px;*/
  /*display: block;*/
  width:100%;
  text-align:center;
  margin-left: auto;
  margin-right: auto;
}
.topicBox {
  display: inline-block;
  width:95%;
  max-width:1000px;
  background-color: #F3F3EE;
  margin: 5px 0px;
}
.topicHeading {
  min-height: 75px;
  text-align: right;
}
.topicHeading2 {
  min-height: 45px;
  text-align: right;
}
.topicHeadingText {
  vertical-align: bottom;
  display: inline-block;
  margin: 3px 10px 1px 0px;
  color:#FFFF00;
  font-size: 18pt;
}
.topicNoteContainer {
  padding-bottom: 5px;
}
.topicNoteBox {
  position:relative; 
  display: inline-block; 
  width:100%; 
  height:25px; 
  max-width:1000px;
}

/*<<<<<<<<<<  PAGE TABS  >>>>>>>>>>*/
.pageTabContainer {
  text-align:center;
}
.pageTabBox {
  display: inline-block; 
  width:100%; 
  max-width:1000px;
}

/*<<<<<<<<<<  HEADER MENUSTRIP  >>>>>>>>>>*/
.overlayties:hover .tiesnote {
  transform: none;
}
.tiesnote:hover {
  transform: none;
}
.overlayties:hover .tiesbutton {
  background-color: #000000;
  color: #FEC602;
}
.overlayties:hover .tiesbutton2 {
  background-color: #F59C00;
  color: #000000;
}
.overlaybolts:hover .boltsnote {
  transform: none;
}
.boltsnote:hover {
  transform: none;
}
.overlaybolts:hover .boltsbutton {
  background-color: #000000;
  color: #FEC602;
}
.overlaymenu:hover .menunote {
  transform: none;
}
.menunote:hover {
  transform: none;
}
.overlaymenu:hover .mobilenavbtn {
  background-color: #000000;
  color: #FEC602;
}
.overlayicon {
  width: 145px;
}
.overlaynote {
  padding: 9px 8px 8px 8px;
  background-color: #9FC298;
  color: #9FC298;
  width: 275px;
  position: absolute;
  top: 35px;
  z-index: 45;
  font-size: 10pt;
  text-decoration: none;
  line-height: 2;
  /*transform-origin: top left;
  transition: all 0.5s linear;*/
  transform: scale(0);
}
.overlaynote a:hover, a:focus {
  color: #6F6F6E;
}
.overlaynote li {
  list-style: none;
}
.overlaynote ul {
  margin-left: -2em;
}
.menustrip {
  text-align: right;
  height: 45px;
  background-color: #001122;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 4030;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
.menustrip {
  background-color: transparent;
  }
}
#homebannerbox {
  text-align: center;
  padding-top: 5px;
}
@media screen and (max-width: 1250px) {
#homebannerbox {
  float: left;
  padding-left: 10px;
  padding-top: 10px;
  width: 50%;
  max-width: 320px;
  min-width: 250px;
  }
}
@media screen and (max-width: 1250px) {
#homebanner {
  float: left;
  width: 100%;
  }
}
#homeheader {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 50px;
  background-color: #001122;
  /*border-bottom: 2px solid #EBEBEB;*/
  z-index: 50;
}
@media screen and (max-width: 1250px) {
#homeheader {
  height: 50px;
  }
}

/*<<<<<<<<<<  BC TAB BOX  >>>>>>>>>>*/
.bctabbox {
  font-size:18pt;
  position: fixed;
  top: 50px;
  z-index: 11;
  text-align: left;
  line-height: 1;
}
.bctabicon {
  display: inline-block;
  min-height: 30px;
  background-color: #EBEBEB;
  padding: 3px 10px 0px 10px;
}
.bctablabel {
  display: inline-block;
  min-height: 30px;
  padding: 4px 10px 0px 10px;
  color: #EBEBEB;
  margin-left: -5px;
}
.bctabbox a {
  text-decoration: none;
}

/*<<<<<<<<<<  SUB MENU HAMURGER  >>>>>>>>>>*/
.subNav1 {
  cursor: pointer;
  z-index: 4000;
  position: fixed;
  top: 50px;
}
@media only screen and (max-width: 600px) {
  .subNav1 {
    top: 96px;
  }
}

/*<<<<<<<<<<  TABLES  >>>>>>>>>>*/
table {
  border-collapse: collapse;
  width: 90%;
  text-align: center;
  border: 3px solid #9FC298;
}
table, th, td {
  border-bottom: 1px solid #9FC298;
  text-align: center;
  font-size: 10pt;
  font-weight: normal;
  padding: 2px 5px 2px 5px;
  color: #172B4C;
  background-color: #FBE9E3;
}
tr:nth-child(odd) {
  background-color: rgba(0,0,0,0.015);
  font-weight: normal;
}
th {
  background-color: #172B4C;
  color: #FBE9E3;
  font-weight: normal;
}
td {
  font-weight: normal;
}
/*<<<<<<<<<<  GALLERIES  >>>>>>>>>>*/
.gallerylabel {
  padding: 10px 0px 20px 0px;
  display: inline-block;
}

