
table {
  margin: 1em 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
  font-style: italic;
  padding: 0.25em 0.5em 0.5em 0.5em;
}

tr{
  border-bottom: 1px solid;
}

th,
td {
  padding: 0.25em 0.5em 0.25em 1em;
  vertical-align: text-top;
  text-align: left;
  text-indent: -0.5em;
}

td p{
  font-size: 16px;
    font-weight: 100;
    line-height: 1;
    margin-bottom: 10px;
    text-decoration: none;
    font-style: normal;
}

td img{
  padding: 10px;
}

th {
  vertical-align: bottom;
  /* background-color: rgba(0, 0, 0, 0.75); */
  /* color: #fff; */
  font-weight: bold;
}

.row td:nth-of-type(2), .cell td:nth-of-type(3) {
  font-style: italic;
}

table tbody tr:nth-child(even) {
  background-color: white;
}

.row th:nth-of-type(3),
.row td:nth-of-type(3),
.cell th:nth-of-type(4),
.cell td:nth-of-type(4) {
  /* text-align: right; */
}

td[colspan] {
  /* background-color: #eee; */
  color: #000;
  font-weight: normal;
  font-style: italic;
  padding: 0;
  text-indent: 0;
}

tr.shown, tr.hidden {
  /* background-color: #eee; */
  display: table-row;
}

tr.hidden {
  display: none;
}


/* Proven method to visually hide something but */
/* still make it available to assistive technology */
.visually-hidden {
  position: absolute;
  top: auto;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE 6/7 */
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  white-space: nowrap;
}

.reveal-item{
  margin-top: 1em;
}

h2{
  margin: 5px 0;
}

.image-border img{
  /* border: 1px solid black;
  padding: 10px; */
}

img{
  max-width: 100%;
}






/* RD new from here... */
.expand-row button{
  border: none;
  border-radius: 15px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin-right: 3px;
}

.reveal-item h2, .grid-bottom section h2{
  margin: 25px 0;
}

.expand-row button:hover{
  background: white;
  color: black;

}

.expand-row button:hover svg{
  fill: black;

  
}

.expand-row button{
  background: #a6a6a6;
  display: inline-block;
  vertical-align: middle;
}
.expand-row button svg{
  fill: white;
  max-width: 16px;
  transition: 300ms linear all;

}
.end-guff-row p{
  margin: 5px 0;
}
.format-col strong{
    min-width: 176px;
    display: inline-block;
}
.mw-300{
  max-width: 300px;
}
.mw-400{
  max-width: 400px;
}

section .col svg{
  max-width: 16px;
  
}

section div.hidden, .grid-bottom div.hidden{
  display: none;
}

header, .row {
display: flex;  /* aligns all child elements (flex items) in a row */
}

.col {
  flex: 1;        /* distributes space on the line equally among items */
  padding: 5px 0;
  
  
}
.bold-col{
  max-width: 120px;
}

.bold-col p{
  font-weight: 600;
}

header .col{
  font-weight: 600;
}

.expand-row .col{
  cursor: pointer;
}

.expand-row, .support-row{
/* border-bottom: 1px solid black; */
/* border-top: 1px solid black; */
/* margin-bottom: 1em; */
/* padding-top: 15px; */
/* padding-bottom: 15px; */

border-top: 1px solid black;
margin-bottom: 5px;
margin-top: 5px;

}

.support-row{
  border-bottom: 1px solid;
  padding: 10px 0px 15px;
}
 
.expand-row strong, .expand-row p, .expand-row span, .expand-row div{
  /* display: inline-block; */
  vertical-align: middle;
}

.email-prices .float-right{
  margin-top: 3px;
}


section .row-price-list{
  /* border-top: 1px solid black;
  
  margin-bottom: 5px;
  margin-top: 5px; */
}

.expand-row:first-of-type{
  border-top: none;
}

.border-top-hide{
  border-top: none;
}

.reveal-item div.expand-row:last-of-type{
   border-bottom: 1px solid black !important;
}
.reveal-item .expand-row .col:first-of-type, header .col:first-of-type{
 min-width: 240px;
}


/* double frmo here */



.float-right{
  float: right;
}
.end-guff-row span{
  min-width: 100px;
  display: inline-block;
}

.tooltip{

  border-radius: 2px;
  position: absolute;
  top: 20%;
  left: 30px;
  z-index: 2;
}

.tooltip img{
   clip-path: polygon(
      0% 0%,
      100% 0%,
      100% calc(100% - 10px),
      calc(50% + 10px) calc(100% - 10px),
      50% 100%,
      calc(50% - 10px) calc(100% - 10px),
      0% calc(100% - 10px)
    );
    font-size: 0;
}
.hover-show{
  position: relative;
  margin-bottom: 1em;
}

.hover-show:hover .tooltip{
  display: block !important;
}


.row {
display: flex;
}

.column {
flex: 50%;
}

.column-one {
flex: 60%;
}

.column-two {
flex: 40%;
}

.deadlines-table td{
  font-size: 14px;
}

/* table overrides */
.deadlines-table tr:first-of-type td{
  font-weight: 600;
}

.deadlines-table tr {
  border-bottom: none;
}

.deadlines-table tr:first-of-type {
  border-bottom: 1px solid;
}

.rotate-open svg{
  transition: 300ms linear all;
    transform: rotate(45deg);
}

.submission{
  font-size: 120%;
  font-weight: 600;
}

.advertise-in{
  position: absolute;
  left: 3%;
  font-size: 28px;
  display: block;
}

.mobile-prices{
  display: none;
}

.mobile-prices-header{
  font-weight: 600;
}

.menu-inner-container .row:first-of-type{
  border-top: 1px solid;
  padding-top: 10px;
}

@media screen and (max-width: 800px) {
  
  .advertise-in{
    position: relative;
    display: block;
    left: 0;
    font-size: 24px !important;
  }

  /* Adjusting mobile for print price layout attempts */
  .print-prices header{
    display: none;
  }

  .row-price-list .col{
    display: none;
  }
  .row-price-list .col:first-of-type{
    display: block !important;
  }

  .print-prices .menu-inner-container .row{
    display: block;
  }
  .mobile-prices{
    display: flex;
  }
  .mobile-prices .col{
    flex: 1;
  }
  .print-prices .menu-inner-container .bold-col{
    width: 25%;
    display: inline-block;
  }

  .print-prices .menu-inner-container .row .col:last-of-type{
    width: 40%;
    display: inline-block;
  }

  .end-guff-row, .terms-row{
    flex-direction: column;
  }
}

section select{
  border-radius: 4px;
}

.border-bottom{
  border-bottom: 1px solid black;
}

.mt-15{
  margin-top: 15px;
}
.mb-10{
  margin-bottom: 10px;
}

/* some media queries i guess */
@media screen and (max-width: 480px) {
  .deadline-reveal.float-right{
    float: none;
    margin-top: 1em;
  }


}

@media screen and (max-width: 430px) {
  .email-prices .menu-inner-container .row{
    flex-direction: column;
  }

  .email-prices .float-right {
    /* margin-top: 3px; */
    font-size: 14px;
    
  }

}

.infolink:after {
  content: '?';
  display: inline-block;
  font-family: sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 0.7em;
  line-height: 0.7em;
  border-radius: 50%;
  margin-left: 6px;
  padding: 0.3em 0.3em 0.1em 0.3em;
  color: inherit;
  border: 1px solid;
  text-decoration: none;
}

.submission-row div a{
 text-decoration: underline;
}

.no-underline{
  text-decoration: none !important;
}
.colour-help{
  border: 1px solid black;
  border-radius: 5px;
  padding: 8px;
}

.expand-row-colour:hover{
  cursor: pointer;
}


.colour-help div, .colour-help p, .terms-row p{
  font-size: 14px;
}

.deadlines-table{
  overflow-x: auto;
  max-width: 600px;
  display: block;
  min-width: 600px;
  position: relative;
  display: block;
  white-space: nowrap;
}

.reveal-item p, .reveal-item li, .reveal-item a {
  font-size: 18px;
}

