h1 { 
  display: block !important;
  /* font-size: 2em !important; */
  margin-top: 0.67em !important;
  margin-bottom: 0.67em !important;
  margin-left: 0;
  margin-right: 0 !important;
  font-weight: bold !important;
  /* font-family: 'Fira Sans', sans-serif !important; */
  font-variant: normal !important;
  text-transform: none !important;
}

h2 {
  display: block !important;
  /* font-size: 1.5em !important; */
  margin-top: 0.83em !important;
  margin-bottom: 0.83em !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  font-weight: bold !important;
  /* font-family: 'Fira Sans', sans-serif !important; */
  font-variant: normal !important;
  text-transform: none !important;
}

h3 { 
  display: block !important;
  /* font-size: 1.17em !important; */
  margin-top: 1em !important;
  margin-bottom: 1em !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  font-weight: bold !important;
  /* font-family: 'Fira Sans', sans-serif !important; */
  font-variant: normal !important;
  text-transform: none !important;
}

h4 { 
  display: block !important;
  /* font-size: 1em !important; */
  margin-top: 1.33em !important;
  margin-bottom: 1.33em !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  font-weight: bold !important;
  /* font-family: 'Fira Sans', sans-serif !important; */
  font-variant: normal !important;
  text-transform: none !important;
}

h5 { 
  display: block !important;
  /* font-size: .83em !important; */
  margin-top: 1.67em !important;
  margin-bottom: 1.67em !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  font-weight: bold !important;
  /* font-family: 'Fira Sans', sans-serif !important; */
  font-variant: normal !important;
  text-transform: none !important;
}

h6 { 
  display: block !important;
  /* font-size: .67em !important; */
  margin-top: 2.33em !important;
  margin-bottom: 2.33em !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  font-weight: bold !important;
  /* font-family: 'Fira Sans', sans-serif !important; */
  font-variant: normal !important;
  text-transform: none !important;
}

/* Top bar red color */
.brd-top {
    background-color: #c4322a !important;
}
/* Mobile first - up to 768px wide */

 .lsdt {
 	visibility: hidden;
    display: none;
 }

 .lsmbl {
	visibility: visible;
    display: block;
 }
 
/* Tablet targetted size */
@media screen and (min-width:768px) and (max-width:900px) {

 .lsdt {
 	visibility: hidden;
    display: none;
 }

 .lsmbl {
	visibility: visible;
    display: block;
 }

}


/* Desktop size */
@media screen and (min-width:900px) {

  .lsdt {
 	visibility: visible;
    display: block;
 }

 .lsmbl {
	visibility: hidden;
    display: none;
 }

}


/* Zoom Image Links */
.thumb-info .thumb-info-title {
    background: #3b4f76 !important;
}

/* 6 across */
.col-md-1b {
    -ms-flex: 0 0 16.66666666666667%;
    flex: 0 0 16.66666666666667%;
    max-width: 16.66666666666667%;
}


/* Then style the iframe to fit in the container div with full height and width */

.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.iframe {
    display:block;
    width:100%;
    height:100%;
}


/* For centering images */
img.center {
display: block;
margin-left: auto;
margin-right: auto;
}

/* Tables */
.tg  {border-collapse:collapse;border-color:#9ABAD9;border-spacing:0;}
.tg td{background-color:#EBF5FF;border-color:#9ABAD9;border-style:solid;border-width:1px;color:#444;
  font-family:Arial, sans-serif;font-size:14px;overflow:hidden;padding:10px 5px;word-break:normal;}
.tg th{background-color:#409cff;border-color:#9ABAD9;border-style:solid;border-width:1px;color:#fff;
  font-family:Arial, sans-serif;font-size:14px;font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
.tg .tg-axnf{background-color:#e8ecf5;border-color:#ffffff;text-align:center;vertical-align:top}
.tg .tg-d0av{background-color:#254a5c;border-color:#ffffff;text-align:center;vertical-align:top}
.tg .tg-x97h{background-color:#d1d8e9;border-color:#ffffff;text-align:center;vertical-align:top}
@media screen and (max-width: 767px) {.tg {width: auto !important;}.tg col {width: auto !important;}.tg-wrap {overflow-x: auto;-webkit-overflow-scrolling: touch;}}

/* Don't show Gallery SIcons */
.edGP_shareIcons {
	display: none !important;
}















