
.content__header {
    background: rgb(0,174,239);
    background: -moz-linear-gradient(top,  rgba(0,174,239,1) 0%, rgba(2,112,201,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,174,239,1) 0%,rgba(2,112,201,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,174,239,1) 0%,rgba(2,112,201,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeef', endColorstr='#0270c9',GradientType=0 );
}
.content__header>.content__wrapper { padding-top:20px; }
.content__header h1 { background:#fff; color:#0270c9; font-weight:normal !important; }
.content__header .text-light { font-weight:bold !important; }
.content__wrapper { padding-top:30px; }
.content { padding-bottom:0; }
.share-bar { display:none; }

.resource-container {

    flex:1; background:#0182D4; padding:0 0 40px 0; min-width:300px; box-shadow: 5px 5px 0 0 rgba(0,0,0,0.1); position:relative; max-width:500px; margin:0 auto;

}

.resource-container h2 a { color:#fff !important; }

.resource-thumb {

    display:block; height:200px; background-color:#fff; background-size:cover; margin:5px 5px 20px 5px; background-position: center center; text-align:center; position:relative;

}

.resource-thumb:hover { opacity:0.9; }

.resource-logo { position:absolute; left:50%; /*width:calc(100% - 20px);*/ top:50%; transform:translateX(-50%) translateY(-50%); max-height:180px; max-width:300px; }

.resource-container h2 { margin-bottom:5px; text-shadow: 2px 2px 0 rgba(0,0,0,0.25); }
.resource-container h3 { margin:0; font-weight:normal !important; }
.resource-container p { color:#fff; margin-bottom:25px; }
.resource-container .btn { position:absolute; bottom:30px; left:50%; transform:translateX(-50%); }

td {

  font-weight: 300;
  font-style: normal;

}

.no-resources {

  padding-top:20px;
  font-size:1.1em;

}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.data-table {
	border-spacing: 1;
	border-collapse: collapse;
	background: white;
	border-radius: 5px;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	position: relative;
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
	margin-bottom: 20px;
}
.data-table * {
  position: relative;
}
.data-table td, .data-table th {
  padding:10px;
}
.data-table thead tr, .table-header {
  background: #0278CE;
  color: #fff;
}
.data-table tbody tr {
  /*height: 50px;*/
}
.data-table tbody tr:last-child {
  border: 0;
}
.data-table td, .data-table th {
  text-align: left;
}
.data-table td.l, .data-table th.l {
  text-align: right;
}
.data-table td.c, .data-table th.c {
  text-align: center;
}
.data-table td.r, .data-table th.r {
  text-align: center;
}

.data-table th{
  color: #fff;
  font-weight: unset;
}

.data-table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

.data-table tbody tr {
  color: #333;
  font-weight: unset;
}

.data-table tbody tr:hover {
  color: #555555;
  background-color: #f5f5f5;
}

.hide-on-desktop {

  display:none;

}

.individual-resource-thumb {

  width:auto; max-width:400px; height:200px; background-size:contain; background-repeat:no-repeat; background-position:left center;

}

.twitter-tweet {

  margin-top:0 !important;

}

@media only screen and (max-width: 960px) {

	.data-table:not(.vertical-table)  {
        width: 100%;
    }
    .data-table:not(.vertical-table)  thead {
        display: none;
    }
    .data-table:not(.vertical-table)  tr:nth-of-type(2n) {
        background-color: inherit;
    }
    .data-table:not(.vertical-table)  tr td:first-child {
        /*font-size: 1.3em;*/
    }
    .data-table:not(.vertical-table) tbody td {
        display: block;
        text-align: center;
		font-size:1.1em;
    }
	.data-table:not(.vertical-table) tbody tr:first-child td:first-child {
        padding-top: 15px;
		/*padding-bottom:5px;*/
    }
	
    .data-table:not(.vertical-table) tbody tr:not(:first-child) td:first-child {
        border-top: 1px dashed #ccc;
        margin-top: 0px;
        padding:15px 10px 5px 10px;
		
    }
	
	.data-table:not(.vertical-table) tbody tr:first-child td:last-child {
        padding-bottom:10px !important;
    }
	
	.data-table:not(.vertical-table) tbody tr td:not(:first-child) {
        padding:0px 15px 10px 15px;
    }
	
	.data-table:not(.vertical-table) tbody tr:first-child:not(:last-child) td:last-child {
        padding-bottom:0px;
    }

    /*.data-table:not(.vertical-table) tbody td:before {
        content: attr(data-th);
        display: block;
        text-align: center;
        font-weight: bold;
        color: var(--colour-1) !important;
        padding-bottom: 5px;
        font-size: 18px;
		    padding-top:10px;
    }*/
    .vertical-table td:first-child {
        padding-top: 10px;
        padding-bottom: 5px;
    }

}

@media only screen and (max-width: 600px) {
 
  .content__wrapper.padding {

    padding-top:0 !important;

  }

  td .btn {

    margin-top:10px !important;
    margin-bottom:10px !important;

  }

  h1 {

    padding-top:20px !important;

  }

  .breadcrumb {

    text-align:center;

  }

  .hide-on-desktop {
    
    display:block;
  
  }

  .hide-on-mobile {
    
    display:none;
  
  }

  .individual-resource-thumb {

    height:150px;
    background-position:center center;

  }

}