article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

html {
    background-color: #303;
    color: #222;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100%;
    font-family: sans-serif;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

b,
strong {
    font-weight: bold;
}

input {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle; /* hack */
    line-height: normal;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

body {
    margin: 0;
    min-height: 100%;
    font: 12px/18px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
    line-height: 1.4;
    text-align: center;
    background-color: #303;
    color: #222;
}

a,
.additonal a {
    text-decoration: none;
    cursor: pointer;
    color: #64088f;
    font-weight: bold;
}

a:visited,
a.visited { /* hack with js */
    color: #067ed4;
}

a:hover,
a:focus {
    background: #ffe800;
    background: -webkit-linear-gradient(90deg, #fff 0, #ffe800 50%, #fff 100%);
    background: linear-gradient(90deg, #fff 0, #ffe800 50%, #fff 100%);
}

#container {
    padding: 1em 0;
    margin: 0 auto;
    background-color: #fffffb;
    box-shadow: 0 6px 9px rgba(0, 0, 0, 0.8);
}

h1,
h2,
h3 {
    border-left: 20px solid #067ed4;
    text-align: left;
    padding-left: 20px;
    font-family: Arial, sans-serif;
    font-weight: normal;
}

h1 {
    color: #64088f;
    font-size: 35px;
    line-height: 35px;
    margin: 0.25em 0 0 20px;
    padding-bottom: .25em;
}

h2 {
    color: #64088f;
    font-size: 25px;
    line-height: 25px;
    margin: 0 0 10px 20px;
    padding-bottom: 30px;
}

h3 {
    text-align: left;
    color: #64088f;
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 10px 20px;
}

h3 a {
    font-weight: normal;
    text-decoration: underline;
}

h3 a:hover {
    text-decoration: none;
}

h3 span {
    display: block;
    font-size: 25px;
}

.dataTables_wrapper {
    text-align: left;
    width: 100%;
    margin: 0 auto;
}

.dataTables_paginate,
th {
    background-color: #ffe800;
}

.dataTables_filter {
    float: right;
    text-align: left;
    margin-right: 20px;
}

.dataTables_filter label {
    color: #067ed4;
    vertical-align: middle;
    padding: 0 0 1em 0;
    display: inline-table; /* chrome */
    font-weight: bold;
}

.dataTables_filter input {
    margin: 0 0 0 5px;
    height: 1em;
    border: 10px solid #067ed4;
    padding-top: 5px;
    padding-bottom: 5px;
}

.dataTables_filter input:focus {
    border-color: #64088f;
}

table {
    clear: both;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

th,
td {
    vertical-align: top;
    padding: 4px 1.7em; /* padding: 4px 8px; the ems caused a major redraw bug .4em .7em;*/
}

th {
    white-space: nowrap;
    color: #067ed4;
    text-align: left;
    cursor: pointer;
}

/*  important note! FF gets a bug that makes these dissapear
th:hover {
    color: #ffe800;
}*/

/* sorting ----*/
.no-svg th span {
    background-image: url(../images/arrows.png);
    background-position: -156px -4px;
}
.no-svg .sorting_desc span {
    background-position: -119px -5px;
}
.no-svg .sorting_asc span {
    background-position: -139px -4px;
}
.no-svg .sorting:hover span {
    background-position: -156px -30px;
}
.no-svg .sorting_desc:hover span {
    background-position: -119px -31px;
}
.no-svg .sorting_asc:hover span {
    background-position: -139px -30px;
}

th span {
    display: inline-block;
    width: 14px;
    height: 13px;
    margin-bottom: -2px;
    margin-left: .7em;
    background-image: url(../images/arrows.svg);
    background-repeat: no-repeat;
    background-position: -299px 0;
    background-color: #077fd4;
}

.sorting_desc span {
    background-position: -255px 0;
}
.sorting_asc span {
    background-position: -279px 1px;
}

.sorting:hover span,
.sorting_desc:hover span,
.sorting_asc:hover span {
    background-color: #64088f;
}

.order {
    display: none;
}

tbody tr {
    background: linear-gradient(#fbfbfb, #ffffff, #fbfbfb);
    background: -webkit-linear-gradient(#fbfbfb, #ffffff, #fbfbfb);
}

td {
    border-bottom: 1px solid #f1f0ea;
    text-align: left;
}

th:first-child,
td:first-child {
    width: 4.5em;
}

.greggs, /* Greggs award */
.TDT { /* Theater Design & Technology */
    vertical-align: text-top;
    font-size: .8em;
    line-height: 80%;
}

.greggs {
    font-weight: bold;
}

a[href $='.pdf'] { /* http://askthecssguy.com/articles/showing-hyperlink-cues-with-css/*/
    padding-right: 18px;
    background-image: url(../images/pdf.png);
    background-repeat: no-repeat;
    background-position: top right;
}

a[href $='.pdf']:hover,
a[href $='.pdf']:focus { /* http://askthecssguy.com/articles/showing-hyperlink-cues-with-css/*/
    background: url(../images/pdf.png) no-repeat top right;
    background: url(../images/pdf.png)no-repeat top right,
    -webkit-linear-gradient(90deg, #fff 0, #ffe800 50%, #fff 100%);
    background: url(../images/pdf.png)no-repeat top right,
    linear-gradient(90deg, #fff 0, #ffe800 50%, #fff 100%);
}

/* pagination---------*/

.dataTables_paginate {
  padding: 0 20px;
  min-width: 257px;
  margin-top: 0;
  text-align: center;
  min-height: 24px;
  cursor: default;
}

.dataTables_paginate a {
    line-height: 2.2em;
    color: #067ed4;
}

.dataTables_paginate a + a {
  margin-left: 1.5em;
}

.dataTables_paginate span { /* page numbers */
  padding: 0 1.5em;
  vertical-align: middle;
}

.dataTables_paginate span a { /* page numbers */
    padding: 1px 5px;
    font-weight: bold;
    background-image: none;
}

.dataTables_paginate a:hover {
    background-color: #64088f;
    color: #fff;
    text-decoration: none;
}

a.paginate_active:hover,
a.paginate_active {
    color: #64088f;
    background-color: transparent;
    text-decoration: none;
    cursor: default;
}

.no-svg .dataTables_paginate a {
    background: url(../images/arrows.png) no-repeat -40px -3px;
}

.no-svg .dataTables_paginate .first {
    background-position: -4px -3px;
}
.no-svg .dataTables_paginate .previous {
    background-position: -40px -3px;
}
.no-svg .dataTables_paginate .next {
    background-position: -60px -3px;
}
.no-svg .dataTables_paginate .last {
    width: 26px;
    background-position: -85px -3px;
}

.no-svg .dataTables_paginate .first:hover {
    background-position: -4px -29px;
}
.no-svg .dataTables_paginate .previous:hover {
    background-position: -40px -29px;
}
.no-svg .dataTables_paginate .next:hover {
    background-position: -60px -29px;
}
.no-svg .dataTables_paginate .last:hover {
    background-position: -85px -29px;
}

.no-svg .dataTables_paginate .first.paginate_button_disabled {
    background-position: -4px -53px;
}
.no-svg .dataTables_paginate .previous.paginate_button_disabled {
    background-position: -40px -53px;
}
.no-svg .dataTables_paginate .next.paginate_button_disabled {
    background-position: -60px -53px;
}
.no-svg .dataTables_paginate .last.paginate_button_disabled {
    background-position: -85px -53px;
}

.dataTables_paginate .first,
.dataTables_paginate .previous,
.dataTables_paginate .next,
.dataTables_paginate .last {
    text-indent: -2900px;
    line-height: 1em;
    vertical-align: middle;
    display: inline-block;
    height: 16px;
    width: 15px;
    background: url(../images/arrows.svg) no-repeat -40px 2px #077fd4;
}

.dataTables_paginate .first {
    width: 26px;
    background-position: 2px 2px;
}
.dataTables_paginate .previous {
    background-position: -34px 2px;
}
.dataTables_paginate .next {
    background-position: -59px 2px;
}
.dataTables_paginate .last {
    width: 26px;
    background-position: -83px 2px;
}

.dataTables_paginate a:hover {
    background-color: #64088f;
}

.dataTables_paginate a.paginate_button_disabled,
.dataTables_paginate a.paginate_button_disabled:hover {
    background-color: transparent;
}

.dataTables_paginate .first.paginate_button_disabled {
    background-position: -121px 2px;
}
.dataTables_paginate .previous.paginate_button_disabled {
    background-position: -159px 2px;
}
.dataTables_paginate .next.paginate_button_disabled {
    background-position: -183px 2px;
}
.dataTables_paginate .last.paginate_button_disabled {
    width: 26px;
    background-position: -207px 2px;
}

.paginate_button_disabled {
    cursor: default;
}

.additional {
    padding: 0 20px;
    margin: 20px 0 20px 20px;
    text-align: left;
    border-left: 20px solid #067ed4;
}

p {
    margin: .5em 0;
}

.book {
  font-style: italic;
}

#owlimg {
  margin: 10px 0 20px;
  height: 386px;
  background-image: url(../images/owlsm.png);
  background-position: center top;
  background-repeat: no-repeat;
}

/* utilities */
#container:after,
.additional:after,
.dataTables_wrapper:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/* phone */
@media only screen and (max-width: 480px) {

    h1 {
        margin-top: .3em;
        font-size: 25px;
        line-height: 25px;
    }

    h1,
    h2,
    .additional {
        border-left-width: 10px;
        padding-left: 10px;
        margin-left: 10px;
    }

    .additional {
        padding-right: 10px;
        margin-top: 1.5em;
    }

    #container {
        padding: 1em 0;
        border-radius: 0;
        box-shadow: none;
    }

    th:first-child {
        width: 4.75em;
    }

    td:first-child {
        width: 4.75em;
        text-indent: 2em;
        /* plus signs with gradients not images */
        background:
        -webkit-linear-gradient(transparent 0, transparent .4em, #067ed4 .4em, #067ed4 .6em, transparent .6em) .7em 8px,
        -webkit-linear-gradient(left, transparent 0, transparent .4em, #0b74bc .4em, #0b74bc .6em, transparent .6em) .7em 8px;
        background:
        linear-gradient(90deg, transparent 0, transparent .4em, #067ed4 .4em, #067ed4 .6em, transparent .6em) .7em 8px,
        linear-gradient(transparent 0, transparent .4em, #067ed4 .4em, #067ed4 .6em, transparent .6em) .7em 8px;
        background-repeat: no-repeat;
        background-size: 1em 1em;
    }

    td.describing:first-child {
        background: -webkit-linear-gradient(transparent 0, transparent .4em, #067ed4 .4em, #067ed4 .6em, transparent .6em) .7em 8px;
        background: linear-gradient(transparent 0, transparent .4em, #067ed4 .4em, #067ed4 .6em, transparent .6em) .7em 8px;
        background-repeat: no-repeat;
        background-size: 1em 1em;
    }

    th:nth-child(3),
    td:nth-child(3) {
        display: none;
    }

    .dataTables_paginate a + a {
        margin-left: 0.5em;
    }

    .additional p {
        font-size: 90%;
        margin: 1em .7em;
        text-align: left;
    }
}

@media only screen and (max-width: 480px) and (orientation: landscape) {
    body {
        font-size: 18px;
        line-height: 24px;
    }

    #owlimg {
        height: 300px;
    }
}

@media only screen and (max-width: 480px) and (orientation: portrait) {
    body {
        font-size: 14px;
        line-height: 21px;
    }

    h2 {
        font-size: 1.3em;
    }
}

/* Retina-specific stuff here */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) {
        #owlimg {
            background-image: url(../images/owl.png);
    }
}

/*@media only screen and (min-width: 670px) and (max-width: 1024px) { screen size */


@media only screen and (min-width: 695px) { /* size of where the text ends */
    h3 {
        margin-bottom: -14px;
    }
}


@media only screen and (min-width: 1025px) {
    body {
        background:
            radial-gradient(circle at 6px 6px, transparent 4px, #401040 4px, #401040 6px, transparent 6px) 0 0,
            radial-gradient(circle at 5px 5px, transparent 4px, #3A093A 4px, #3A093A 6px, transparent 6px) 0 0;
        background-color: #303;
        background-size: 12px 12px, 11px 11px;
    }
    #container {
        max-width: 1024px;
        border-radius: 0 0 10px 10px;
    }

    #owlimg {
        width: 1024px;
        height: 845px;
        background-image: url(../images/owl.png);
    }
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* print----------*/
@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
