/* Popup Styles */

.dismiss{
    cursor: pointer;
}

/* Delete code below this line to inherit sitewide styles for text and button */
.popupTitle{
    font-size: 35px!important;
    }
.popupButton {
    background: #B8143F;
    color: #fff!important;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.popupButton:hover {
    background: #A50E36;
    color: #fff!important;
}

.popupTitle {
    font-size: 60px;
    color: #000000;
    margin-top: 20px;
    line-height: 1;
    padding-bottom: 0;
}

/* End Popup Styles */

/* Hide image row on desktop and mobile in technology page */

@media(max-width:768px) {
   .block_f5281031bd8a4195a4103dc93f00bc13 {
       display:none;
   }
}

@media(min-width:769px) {
   .block_e65aa3d7fcd34c0cb645b11566f92312 {
       display:none;
   }
}

th, th h4 {
    Font-size: 18px;
        font-weight: bold;
        color: #730E27;
    }
    
table {
    border: 0px !important;
    text-align: center;
    width: 100%;
    border-color: white !important;
}

th, td {
        border-bottom: 1px solid #730E27 !important;
        text-align: center;
    }
    
    /* Responsive Table Styles */

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.6em;
  margin: .5em 0 .75em;
      color: #ffffff!important;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
  font-size: 1.5em;
}

table th {
  font-size: 1.3em;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #b8143f
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.5em;
    color: #ffffff!important;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 1.4em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}