/* 
    Created on : 19-Feb-2019, 13:11:47
    Author     : philhughes
*/

.std {
    position:relative;
    float:left;
}
.full-width {
    width:98%;
}

.qwd-nav-grid {
   /* top:-70px; */ /* Kludge for now... */
    background-color:#ccc;    
    padding:10px 1% 10px 1%;
    margin:0px 0px 10px 0px;
}
.top-row {
    margin:5px 0px 10px 0px;
    padding: 0px 0px 0px 1%;
    color:#000;
}
.top-row h1 {
    font-size:16px;
    margin:0px;
    padding:0px;
}
.bot-row {
    /* top:-70px; */
    margin:0px 0px 30px 0px;
    color:#777;
    background-color:#eee;
    padding:5px 1% 5px 1%;
}

.QWDsectorThumbWrapper {
    width:21%;
    margin:10px 1% 10px 1%;
    padding:0px 1% 0px 1%;
    background-color:#f80;
    height:60px;
    background-size:cover;
    background-position:center center;  
    color:#fff;
}
.QWDsectorThumbWrapper:hover {
    background-color:#F0AD4E;
}

.QWDsectorThumbWrapper a {
    color:#fff;
    text-decoration:none;
}
.QWDsectorThumbWrapper a:hover {
    color:#000;
}
.QWDsectorThumbOverlay {
    
}
.QWDsectorL {
    float:left;
    width:90%;
    height:60px;
    line-height: 60px;
}
.QWDsectorL p {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.QWDsectorR {
    float:right;
    width:15px;
    margin:17px 0px 0px 0px;
}

#QWDprimaryContent {
    width:100%;
    margin:0px 0px 20px 0%;
}

.QWDcontentHeader {
    background-color:#fff;
    width:100%;
    margin:0;
    padding:0 0 30px 0;
}
/* Current table */

.QWDSectorNavTable {
    width: 100%; 
   /* height: auto;  */
    text-align: center;
  /*  padding:10px 0px 10px 0px; */
    background-color:#363636;
    border:none;
    margin:0;
    padding:0;
}

.QWDSectorNavTable tr {
    background-color:transparent;
}

.QWDSectorNavTable td {
    width:12%;
  /*  background-color:transparent; */
    border-right:solid 1px #aea8a2;
    font-size:12.5px;
    text-transform:uppercase;
    font-family: "Work Sans",sans-serif;
}
.QWDSectorNavTable a {
    text-decoration:none;
    font-weight: 400;
    color:#fff;
}

.QWDSectorNavTable a:hover {
      color:#999;   
}

.QWDSectorNavTable .qwd-first a {
    text-decoration:none;
    color:#ffb137;
}

.QWDSectorNavTable .qwd-last a {
    text-decoration:none;
    color:#ffb137;
}

/* 2020 version */

.QWDSectorNavTable2020 {
    width: 50%; 
   /* height: auto;  */
    text-align: center;
  /*  padding:10px 0px 10px 0px; */
    background-color:#363636;
    border:none;
    margin:0 0 0 25%;
    padding:0;
}

.QWDSectorNavTable2020 tr {
    background-color:transparent;
    line-height:0.5em;
}

.QWDSectorNavTable2020 td {
    width:12%;
  /*  background-color:transparent; */
    border-right:solid 1px #aea8a2;
    font-size:12.5px;
    text-transform:uppercase;
    font-family: "Work Sans",sans-serif;
}
.QWDSectorNavTable2020 a {
    text-decoration:none;
    font-weight: 400;
    color:#fff;
}

.QWDSectorNavTable2020 a:hover {
      color:#999;   
}

.QWDSectorNavTable2020 .qwd-first a {
    text-decoration:none;
    color:#ffb137;
}

.QWDSectorNavTable2020 .qwd-last a {
    text-decoration:none;
    color:#ffb137;
}

/* end table */

.QWDSectorIndexTable {
    width: 100%!important; 
    height: auto!important; 
    text-align: center;
}
.QWDSectorIndexTable table {
    width:99%!important;
}
.QWDSectorIndexTable tbody {
    width:100%!important;
}
.QWDSectorIndexTable tr {
    height: 100px;
}
.QWDSectorIndexTable td {
   /* width: 18%!important; */
    padding: 20px 1% 20px 1%; 
    font-weight:400;
    font-size:16px;
}


.img-col {
    width: 40%!important; 
    padding: 0px; 
    background-color:#fff;
    border:none;
    overflow: hidden!important;
}
.img-col img {
    max-width:100%;
    border:none!important;
    max-height:300px!important;
    border:none;
}
.qwd-col-image {
    width:99%;
    padding-left:1%;
}
.dark-cell {
   /* width:20%!important; */
   /* font-weight:400;
    font-size:16px; */
     width: 18%!important; 
   background-color: #363636;
}
.std-text {
    color:#ffb137;
}

.qwd-first {
    background-color:#000;
}
.qwd-last {
    background-color:#000;    
}

.dark-cell a {
    text-decoration: none;
    color: #fff;
 }
a.dark-cell:hover {
    text-decoration:underline;
}
.light-cell {
    background-color: #ffb137;   
    width: 18%!important; 
 /*   width:20%!important; */
}
.light-cell a {
  text-decoration: none; 
  color: #111;      
 }
a.light-cell:hover {
    text-decoration:underline;
}
.white-cell {
    background-color:transparent;
}

.blank-row {
   background-color:transparent;
   line-height: 1px;
}

.a4port {
    width:180px;
    height: 255px;
}
.a4land {
    width:255px;
    height:180px;
}

#pth-unadorned {
    height:auto!important;
}
#pth-unadorned tr {
    border:none;
    background-color:#fff;
    vertical-align:text-top;
}
#pth-unadorned td {
    border:none;
    background-color:#fff;
    vertical-align:text-top;
}
#pth-unadorned img {
    height:300px;
}

#pth-adorned {
    height:auto!important;    
}
.pth-translate {
   /* border:solid 1px #777; */
    text-align:left;
    padding:10px 1% 10px 0;
    color:#eeeeee;
    margin-left: 16%;
}
.pth-translate p {
    font-size:11px!important;
}
.pth-sidebar {
   background-color:#eeeeee; 
   color:#666; 
   padding:20px 5% 20px 5%; 
   margin:0px 0px 10px 0px;
   text-align: left;
}
.pth-sidebar img {
    //float:left;
    max-width:200px;
  //  margin:20px;
}
.pth-topbar {
   position:relative;
   float:left;
   background-color:#eeeeee; 
   color:#666; 
   width:96%;
   padding:10px 2% 10px 2%; 
   margin:0 0 20px 0;
   text-align: justify;
}
.news-item-pth {
    position:relative;
    float:left;
    width:22.9%;
    margin:0 1% 20px 0;
    padding: 10px 0.5% 10px 0.5%;
    font-size:14px;
    border-left:solid 1px #999;
    height:162px;
   /* max-height:150px; */
    overflow: hidden;
}
.news-item-pth h3 {
    font-size:16px!important;
}
.h1-2020 {
    padding-top:30px;
    padding-bottom:20px;
    text-align: center;
    color:#f80;
    border-bottom:solid 1px #999;
}
.homevid2 {
    position:relative;
    float:left;
    width:100%;
    height:630px;
    margin:0 0 20px 0;
}

.pth-home-left {
    position:relative;
    float:left;
    width:50%;
}
.pth-home-right {
    position:relative;
    float:left;
    width:50%;
}
.blog-box {
    position:relative;
    float:left;
    width:100%;
}
.blog-box img {
    vertical-align: top!important;
}

.page-branding {
    position:relative;
    padding:0px;
    margin:0px;
    top:-70px;
    /* background-color:#f00; */
    text-align:right;
    height:0px;
}
.page-branding img {
    height:70px!important;
    border:none;
    float:right;
}

.pth-links-box {
    width:98%;
    margin:30px 0 10px 0;
  /*  border:solid 1px #fff; */
    padding:20px 1% 10px 1%;
}

.pth-links-box img {
    float:left;
    width:142px;
    margin:1px 0 1px 0;
}
.pth-link {
    width:100%;
    text-align: left;
    height:20px;
    background-color:#333;
}
.pth-link a {
    text-decoration:none;
    border:none;
}
.pth-link img {
    border:none;
    margin-bottom:4px;
}
.pth-link img:hover {
    border-bottom:solid 3px #f80;
    margin-bottom: 1px;
}
/* End of file */