article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
a:focus {
    outline: thin dotted;
}
a:active,
a:hover {
    outline: 0;
}
h1 {
    font-size: 2em;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: "\201C""\201D""\2018""\2020";
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
figure {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button,
input {
    line-height: normal;
}
button,
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clearfix,
.row,
#boxes-box-footer-contact-details {
    *zoom: 1;
}
.clearfix:before,
.row:before,
#boxes-box-footer-contact-details:before,
.clearfix:after,
.row:after,
#boxes-box-footer-contact-details:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after,
.row:after,
#boxes-box-footer-contact-details:after {
    clear: both;
}
@font-face{
	font-family:'FontAwesome';
	src:url(/calendar/2019-20/fonts/fontawesome-webfont.eot?v=3.2.1);
	src:url(/calendar/2019-20/fonts/fontawesome-webfont.eot?#iefix&v=3.2.1) format("embedded-opentype"),
		url(/calendar/2019-20/fonts/fontawesome-webfont.woff?v=3.2.1) format("woff"),
		url(/calendar/2019-20/fonts/fontawesome-webfont.ttf?v=3.2.1) format("truetype"),
		url(/calendar/2019-20/fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1) format("svg");
	font-weight:normal;
	font-style:normal;
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}
@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(359deg);
    }
}
@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
html {
    line-height: 1;
}
ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: top;
}
q,
blockquote {
    quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}
a img {
    border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}
body {
    margin: 0;
    font-family: "Open Sans", Helvetica Neue, Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    background: white;
}
a {
    color: #9d261d;
    text-decoration: none;
}
a:hover {
    color: #5c1611;
    text-decoration: underline;
}
.container {
    *zoom: 1;
    max-width: 940px;
    _width: 940px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    -webkit-background-origin: content;
    -moz-background-origin: content;
    -ms-background-origin: content-box;
    -o-background-origin: content-box;
    background-origin: content-box;
    -webkit-background-clip: content-box;
    -moz-background-clip: content-box;
    background-clip: content-box;
    max-width: none;
}
.container:after {
    content: "";
    display: table;
    clear: both;
}
.container .container {
    padding: 0;
}
@media (min-width: 570px) {
    .container {
        max-width: 700px;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: auto;
        margin-right: auto;
        -webkit-background-origin: content;
        -moz-background-origin: content;
        -ms-background-origin: content-box;
        -o-background-origin: content-box;
        background-origin: content-box;
        -webkit-background-clip: content-box;
        -moz-background-clip: content-box;
        background-clip: content-box;
    }
    .container:after {
        content: "";
        display: table;
        clear: both;
    }
}
@media (min-width: 980px) {
    .container {
        width: 960px;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: auto;
        margin-right: auto;
        max-width: 980px;
        -webkit-background-origin: content;
        -moz-background-origin: content;
        -ms-background-origin: content-box;
        -o-background-origin: content-box;
        background-origin: content-box;
        -webkit-background-clip: content-box;
        -moz-background-clip: content-box;
        background-clip: content-box;
    }
    .container:after {
        content: "";
        display: table;
        clear: both;
    }
    .container .grid-ready.one-column .container {
        width: auto;
        padding: 0;
    }
    .container .grid-ready.one-column .region-one-main .region-inner {
        padding: 0 20px;
    }
.container .grid-ready.two-50 .region-bottom {
        width: 100%;
        float: left;
        margin-right: 2.12766%;
    }
    .container .grid-ready.two-50 .region-first {
        width: 48.93617%;
        float: left;
        margin-right: 2.12766%;
    }
    .container .grid-ready.two-50 .region-second {
        width: 48.93617%;
        float: right;
        margin-right: 0;
    }
    .container .container {
        width: 100%;
        max-width: none;
        padding-left: 0;
        padding-right: 0;
    }
    .siteinfo {
        width: 36.17021%;
        float: left;
        margin-right: 2.12766%;
    }
    .header-region {
        width: 61.70213%;
        float: right;
        margin-right: 0;
    }
    .main-content {
        width: 74.46809%;
        float: right;
        margin-right: 0;
        float: right;
    }
    div.sidebar-first {
        width: 23.40426%;
        float: left;
        margin-right: 2.12766%;
    }
    body.sidebar-first .main-content {
        width: 74.46809%;
        float: right;
        margin-right: 0;
    }
}
@media (min-width: 1280px) {
    .container {
        width: 1260px;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: auto;
        margin-right: auto;
        max-width: 1280px;
        -webkit-background-origin: content;
        -moz-background-origin: content;
        -ms-background-origin: content-box;
        -o-background-origin: content-box;
        background-origin: content-box;
        -webkit-background-clip: content-box;
        -moz-background-clip: content-box;
        background-clip: content-box;
    }
    .container:after {
        content: "";
        display: table;
        clear: both;
    }
    .container .grid-ready.one-column .container {
        width: auto;
        padding: 0;
    }
    .container .grid-ready.one-column .region-one-main .region-inner {
        padding: 0 20px;
    }
.container .grid-ready.two-50 .region-bottom {
        width: 100%;
        float: left;
        margin-right: 2.12766%;
    }
    .container .grid-ready.two-50 .region-first {
        width: 48.93617%;
        float: left;
        margin-right: 2.12766%;
    }
    .container .grid-ready.two-50 .region-second {
        width: 48.93617%;
        float: right;
        margin-right: 0;
    }
    .container .container {
        width: 100%;
        max-width: none;
        padding-left: 0;
        padding-right: 0;
    }
    .siteinfo {
        width: 36.17021%;
        float: left;
        margin-right: 2.12766%;
    }
    .header-region {
        width: 61.70213%;
        float: right;
        margin-right: 0;
    }
    .main-content {
        width: 80%;
        float: right;
        margin-right: 0;
        float: right;
    }
    div.sidebar-first {
        width: 17.8%;
        float: left;
        margin-right: 2.12766%;
    }
    body.sidebar-first .main-content {
        width: 74.46809%;
        float: right;
        margin-right: 0;
    }
}
p {
    margin: 0 0 12px;
}
small {
    font-size: 85%;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
cite {
    font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 12px 0;
    font-family: inherit;
    font-weight: normal;
    line-height: 1;
    color: inherit;
    text-rendering: optimizelegibility;
}
h1 {
    font-size: 36px;
    line-height: 40px;
	font-weight:bold;
}
h2 {
    font-size: 30px;
    line-height: 32px;
}
h3 {
    font-size: 24px;
    line-height: 30px;
}
h4 {
    font-size: 18px;
    line-height: 20px;
}
h5 {
    font-size: 14px;
    line-height: 20px;
}
h6 {
    font-size: 12px;
    line-height: 20px;
}
.page-title {
    font-size: 26px;
}
.page-title span {
    font-weight: bold;
}
ul,
ol {
    padding: 0;
    margin: 0 0 12px 25px;
}
li {
    line-height: 24px;
}
dl {
    margin-bottom: 24px;
}
dt,
dd {
    line-height: 24px;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 12px;
}
hr {
    margin: 24px 0;
    border: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid white;
}
blockquote {
    margin-left: 2em;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
}
address {
    display: block;
    margin-bottom: 24px;
    font-style: normal;
    line-height: 24px;
}
code,
pre {
    padding: 0 3px 2px;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    font-size: 12px;
    color: #333333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
code {
    padding: 2px 4px;
    color: #d14;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
}
pre {
    display: block;
    padding: 11.5px;
    margin: 0 0 12px;
    font-size: 13px;
    line-height: 24px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
form {
    margin: 0 0 24px;
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
    font-size: 21px;
    line-height: 48px;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label,
input,
button,
select,
textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
}
input,
button,
select,
textarea {
    font-family: "Open Sans", Helvetica Neue, Arial, sans-serif;
}
label {
    display: block;
    margin-bottom: 2px;
    font-weight: 600;
}
.form-radios label {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 0;
    font-weight: 300;
}
select,
textarea,
input[type="text"] {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 24px;
    padding: 4px 6px;
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 24px;
    color: #555555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
input,
textarea {
    width: 206px;
}
textarea {
    height: auto;
}
textarea,
input[type="text"] {
    background-color: white;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus,
input[type="text"]:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="radio"] {
    margin: 4px 0 0;
    *margin-top: 0;
    margin-top: 1px \9;
    line-height: normal;
    cursor: pointer;
}
input[type="submit"],
input[type="radio"] {
    width: auto;
}
select {
    height: 30px;
    *margin-top: 4px;
    line-height: 30px;
}
select {
    width: 220px;
    border: 1px solid #cccccc;
    background-color: white;
}
select:focus,
input[type="radio"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999999;
}
input.search-query {
    padding-right: 14px;
    padding-right: 4px \9;
    padding-left: 14px;
    padding-left: 4px \9;
    margin-bottom: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.form-search input {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-bottom: 0;
    vertical-align: middle;
}
.form-search label {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}
table {
    width: 100%;
    margin-bottom: 24px;
}
img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
audio,
canvas,
video {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.page-has-breadcrumb .page-title {
    margin-bottom: 0;
}
.block-title {
    color: #280B10;
    font-size: 24px;
    line-height: 26px;
    font-weight: 100;
}
.block-title span {
    font-weight: bold;
}
.region-sidebar-first {
    background-image: -webkit-linear-gradient(#313a46 10%, #232c36 20%); 
    background-image: -o-linear-gradient(#313a46 10%, #232c36 20%);
    background-image: -moz-linear-gradient(#313a46 10%, #232c36 20%);
    background-image: linear-gradient(#313a46, #232c36 20%);
    padding: 10px 0;
    background-color: #232c36;
    color: white;
    border: 4px solid #232c36;
}
.region-sidebar-first .block {
    padding: 10px 12px;
    color: white;
}
.region-sidebar-first .block:first-child {
    padding-top: 0;
}
.region-sidebar-first .block a {
    color: #c2c2c2;
}
.region-sidebar-first .block h2 a {
    color: #fff;
}
.region-sidebar-first .block-menu-block .block-title span{
    font-weight: 100;
}
.region-sidebar-first .block-menu-block ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.region-sidebar-first .block-menu-block ul li{
    list-style: none;
    border-bottom: 1px dotted #c2c2c2;
    margin: 0;
}
.region-sidebar-first .block-menu-block ul li {
    text-shadow: 1px 1px 1px #000;
    display: block;
    padding: 5px;
}
.region-sidebar-first .block-menu-block ul > li:first-child {
    border-top: 1px dotted #c2c2c2;
}
.region-sidebar-first .block-menu-block ul ul {
    margin-left: 8px;
    padding: 0;
}
.region-sidebar-first .block-menu-block ul ul li {
    font-size: 0.9em;
}
.region-sidebar-first .block-menu-block ul ul li ul {
    margin-left: 20px;
}
.region-sidebar-first .block-menu-block ul ul li:first-child {
    border-top: none;
}
.region-sidebar-first .block-menu-block ul ul li:last-child {
	border-bottom: none;
}
.region-sidebar-first .block-menu-block ul ul li {
    padding: 2px 12px;
}
.region-sidebar-first .block-menu-block li hr {

    margin: 21px 0;
}
.region-sidebar-first .block-title {
    font-size: 18px;
    margin-top: 0;
    color: white;
}
@media (min-width: 980px) {
    #content-wrapper .page {
        background: white url(../images/bg_sidebar-grad-290.png) -65px top repeat-y;
    }
    div.sidebar-first {
        padding: 0 0 70px 0 !important;
          position: relative;
  overflow: hidden;
  z-index: 8;
    }
	div.sidebar-first:after {
  content: "";
  position: absolute;
  height: 86px;
  width: 100%;
  transform: skewY(10deg);
  background: #232c36;
  bottom: 40px;
  z-index: -2;
  left: 0;
border-bottom-left-radius: 10px;
}
}
.alert {
    background: none repeat scroll 0 0 #ffff99;
    border: 1px solid #ffcc00;
    clear: left;
    margin-bottom: 18px;
    padding: 5px;
}
.alert:before {
    content: "\f071";
	font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    padding-right: 5px;
    text-decoration: none;
    display: inline-block;
}
a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
@media (min-width: 980px) {
}
body {
    overflow-x: hidden;
    background: white;
}
.top-links {background-color:#98022e;padding-top:3px;padding-bottom:3px;border-bottom: solid 1px #333;}
.top-links ul {margin:0;padding:0;float:right;}
.top-links li {display:inline;margin-left:15px;}
.top-links a {color: #fff;font-size:12px;font-weight:bold;}
#header-wrapper {
	    background-color: #313A46;
	-moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: visible;
}
#header-wrapper .siteinfo {
    margin: 15px 0 15px 0;
}
#header-wrapper .siteinfo a {
    display: block;
}
#header-wrapper .logo a {
    display: block;
    width: 70px;
    overflow: hidden;
    height: 65px;
    background-image: url(../images/logo.png);
    background-size: 340px 65px;
    background-repeat: no-repeat;
}
.header-region p:first-child {
color: #77c5d5;
}
.header-region p:nth-child(2):before{
content: url(../images/year-arrow.png);
position: absolute;
right: 240px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    #header-wrapper .logo a {
        background-image: url(../images/logo2x.png);
    }
}
#header-wrapper .logo .logo-img {
    display: none;
}
#header-wrapper .header-region {
    text-align: right;
	color: #FFF;
text-shadow: 0 1px #4e1119;
padding-top:10px;
	float: right;
}
#header-wrapper .header-region p {margin:0;padding:0;font-size:17px;}
#header-wrapper .header-region p:nth-child(2) {font-size: 22px;padding-bottom:5px;font-weight:bold;}
#header-wrapper .header-region p:nth-child(3) {font-style:italic;font-size: 13px;line-height:10px;}
#content-wrapper {
    padding: 10px 0 20px;
}
#content-wrapper .page {
    background-color: white;
    padding: 10px;
}
#footer-wrapper {
    background: #82182b; /* Old browsers */
background: -moz-linear-gradient(top, #82182b 0%, #7a1325 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #82182b 0%,#7a1325 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #82182b 0%,#7a1325 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82182b', endColorstr='#7a1325',GradientType=0 ); /* IE6-9 */
    padding: 40px 0 0 0;
    color: #999999;
}
#footer-wrapper a {
    color: #FFF;
}
@media (min-width: 570px) {
    body {
        background: url("../images/bg_body-pattern.png") left top repeat !important;
    }
    #header-wrapper .logo a {
        width: 340px;
        overflow: visible;
    }
}
@media (min-width: 980px) {
    #content-wrapper {
        padding: 0;
        margin-bottom: 1em;
    }
    #content-wrapper .content-container {
        background: url("../images/bg_page-shadow.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
		background-size: 100%;
    }
    #content-wrapper .page {
        padding: 0;
        margin-bottom: 1em;
    }
}
@media (min-width: 980px) {
    #header-wrapper {
        height: auto;
    }
    #header-wrapper .siteinfo {
        margin: 15px 0 30px 0;
    }
}
.form-search {
    position: relative;
    margin: 0;
}
.form-search input.search-query {
    background: #410b10;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    color: #B4AEB0;
    font-style: italic;
    font-size: 13px;
    border: 1px solid #581118;
    -webkit-box-shadow: 0 3px 4px #37090e inset;
    -moz-box-shadow: 0 3px 4px #37090e inset;
    box-shadow: 0 3px 4px #37090e inset;
    height: 38px;
    line-height: 38px;
    padding: 0 34px 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 230px;
}
.form-search input[type="submit"] {
    position: absolute;
    height: 38px;
    line-height: 38px;
    width: 32px;
    padding: 0;
    top: 0;
    right: 5px;
    display: block;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 0;
    color: #EC3762;
    background-image: url(../images/icon_search.png);
    background-size: 32px 32px;
    background-position: center center;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .form-search input[type="submit"] {
        background-image: url(../images/icon_search2x.png);
    }
}
.social-media .boxes-box-content a {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 16px;
    width: 16px;
    overflow: hidden;
    text-align: center;
    font-size: 0;
    line-height: 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 1px #61111a;
    -moz-box-shadow: 1px 1px 1px #61111a;
    box-shadow: 1px 1px 1px #61111a;
    background-color: #e4365f;
    background-image: -moz-linear-gradient(top, #f8366a, #c6364f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8366a), to(#c6364f));
    background-image: -webkit-linear-gradient(top, #f8366a, #c6364f);
    background-image: -o-linear-gradient(top, #f8366a, #c6364f);
    background-image: linear-gradient(to bottom, #f8366a, #c6364f);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFF8366A', endColorstr='#FFC6364F', GradientType=0);
    color: #65121C;
}
.social-media .boxes-box-content a:hover {
    text-decoration: none;
    background: #F8366A;
}
.social-media .boxes-box-content a:after {
    font-size: 12px;
}
.social-media .boxes-box-content a.addthis_button_facebook:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "\F09A";
}
.social-media .boxes-box-content a.addthis_button_twitter:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "\F099";
}
.social-media .boxes-box-content a.addthis_button_compact:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "\F064";
}
.social-media .boxes-box-content a.addthis_button_google_plusone_share:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "\F0D5";
}
.addthis_toolbox span,
.addthis_toolbox .at16nc,
.addthis_toolbox .at300bs {
    background: none !important;
    display: none;
    float: none !important;
}
.addthis_toolbox.addthis_default_style .at300b,
.addthis_toolbox.addthis_default_style .at300bo,
.addthis_toolbox.addthis_default_style .at300m {
    padding: 0 !important;
    float: none !important;
}
.addthis_toolbox .addthis_counter {
    display: none !important;
}
.atm {
    display: none !important;
}
#at3win {
    left: 2.5% !important;
}
.addthis_toolbox span,
.addthis_toolbox .at16nc,
.addthis_toolbox .at300bs {
    background: none !important;
    display: none;
    float: none !important;
}
.addthis_toolbox.addthis_default_style .at300b,
.addthis_toolbox.addthis_default_style .at300bo,
.addthis_toolbox.addthis_default_style .at300m {
    padding: 0 !important;
    float: none !important;
}
.addthis_toolbox .addthis_counter {
    display: none !important;
}
#block-panels-mini-header-elements {
    margin: 10px 0;
}
#block-panels-mini-header-elements .social-media .boxes-box-content {
    display: none;
}
.pane-menu-menu-kpu-header-menu {
    text-align: center;
    padding: 1em 0;
}
.pane-menu-menu-kpu-header-menu .pane-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.pane-menu-menu-kpu-header-menu .pane-content ul li {
    list-style: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
}
.pane-menu-menu-kpu-header-menu .pane-content ul li {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 0.5em;
}
.pane-menu-menu-kpu-header-menu .pane-content ul li a {
    text-transform: uppercase;
    font-size: 11px;
    color: white;
    text-shadow: 0 1px #4e1119;
}
#boxes-box-footer-contact-details {
    color: #FFF;
    font-weight: 100;
}
#boxes-box-footer-contact-details span {
    display: block;
}
#boxes-box-footer-contact-details .general-information-content,
#boxes-box-footer-contact-details .mailing-content {
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
}
#boxes-box-footer-contact-details .mailing-content {
    font-size: 14px;
}
#boxes-box-footer-contact-details .general-information-container,
#boxes-box-footer-contact-details .mailing-container {
    margin-bottom: 0.5em;
}
#boxes-box-footer-mdr-links {
    margin-top: 2em;
}
#boxes-box-footer-mdr-links .boxes-box-content a {
    float: left;
    width: 50%;
    display: block;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 14px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
    *line-height: 24px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #6f071d;
    *border: 0;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
    border-bottom-color: #600014;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background: transparent;
    background: #82182b; /* Old browsers */
background: -moz-linear-gradient(top, #ad213a 0%, #98022e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ad213a 0%,#98022e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ad213a 0%,#98022e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad213a', endColorstr='#98022e',GradientType=0 ); /* IE6-9 */
    background-repeat: repeat-x;
    color: white;
    padding: 8px 24px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    text-shadow: none;
    font-weight: bold;
    line-height: 1;
    padding: 12px 30px;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    padding: 14px 15px;
}
#boxes-box-footer-mdr-links .boxes-box-content a:first-child {
    *margin-left: 0;
}
#boxes-box-footer-mdr-links .boxes-box-content a:hover {
    color: #333333;
    text-decoration: none;
    background-color: #3c3c3d;
    *background-color: #2f2f30;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}
#boxes-box-footer-mdr-links .boxes-box-content a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
#boxes-box-footer-mdr-links .boxes-box-content a:active {
    background-color: #3c3c3d;
    background-color: #2f2f30 \9;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
#boxes-box-footer-mdr-links .boxes-box-content a:after {
    font-size: 16px;
}
#boxes-box-footer-mdr-links .boxes-box-content a:hover {
    background: #98022e;
    color: white;
}
#boxes-box-footer-mdr-links .boxes-box-content a.mykwantlen:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "\F108";
    padding-right: 10px;
    text-decoration: none;
}
#boxes-box-footer-mdr-links .boxes-box-content a.teaching:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "\F0C0";
    padding-right: 10px;
    text-decoration: none;
}
#boxes-box-footer-mdr-links .boxes-box-content a.library:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "\F02D";
    padding-right: 10px;
    text-decoration: none;
}
#boxes-box-footer-mdr-links .boxes-box-content a.student-life:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "\f0b1";
    padding-right: 10px;
    text-decoration: none;
}
#boxes-box-footer-mdr-links .boxes-box-content a.research:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "\F0C3";
    padding-right: 10px;
    text-decoration: none;
}
#boxes-box-footer-mdr-links .boxes-box-content a.faculty-staff:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "\F007";
    padding-right: 10px;
    text-decoration: none;
}
#mini-panel-footer_elements #two-50-bottom-wrapper {
    margin: 0 -10px;
    padding-top: 5px;
}
#mini-panel-footer_elements #two-50-bottom-wrapper .container-fluid {
    margin: 4em 0 0 0;
    position: relative;
    padding: 20px 20px 0 80px;
    background-image: url(../images/bg_footer-logo.png);
    background-size: 60px auto;
    background-position: 10px bottom;
    background-repeat: no-repeat;
    background-color: #2d2d2e;
    min-height: 80px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    #mini-panel-footer_elements #two-50-bottom-wrapper .container-fluid {
        background-image: url(../images/bg_footer-logo2x.png);
    }
}
#block-panels-mini-footer-elements .social-media .boxes-box-content {
    text-align: right;
}
#block-panels-mini-footer-elements .social-media .boxes-box-content a {
    height: 40px;
    width: 40px !important;
    line-height: 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-left: 5px;
    background-color: #f9f9f9;
    background-image: -moz-linear-gradient(top, white, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, white, #f2f2f2);
    background-image: -o-linear-gradient(top, white, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2', GradientType=0);
    color: #2e2d2e;
}
#block-panels-mini-footer-elements .social-media .boxes-box-content a:after {
    font-size: 32px;
}
.pane-menu-menu-kpu-footer-menu {
    display: none;
}
.pane-menu-menu-kpu-footer-menu .pane-content ul {
    margin: 0;
}
.pane-menu-menu-kpu-footer-menu .pane-content ul li {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-right: 20px;
}
.pane-menu-menu-kpu-footer-menu .pane-content ul li a {
    font-size: 12px;
    text-transform: uppercase;
}
#boxes-box-footer-copyright {
    margin: 15px 0 0 0;
    padding: 5px 0 0 0;
    border-top: 1px dotted #585758;
    text-align: right;
}
#boxes-box-footer-copyright .boxes-box-content {
    font-size: 10px;
	color: #FFF;
}
@media (min-width: 980px) {
    #block-panels-mini-header-elements {
        margin: 30px 0 0 0;
    }
    #block-panels-mini-header-elements .panel-pane {
        float: right;
        margin-left: 1em;
    }
    #block-panels-mini-header-elements .form-search {
        margin-top: -2px;
    }
    #block-panels-mini-header-elements .form-search input.search-query {
        background: #5F0C14;
        border: 1px solid #580B11;
        border-top-color: #460A0C;
        border-left-color: #540C10;
        -webkit-box-shadow: 0 3px 4px #520b11 inset;
        -moz-box-shadow: 0 3px 4px #520b11 inset;
        box-shadow: 0 3px 4px #520b11 inset;
        height: 32px;
        line-height: 32px;
    }
    #block-panels-mini-header-elements .form-search input[type="submit"] {
        position: absolute;
        height: 32px;
        line-height: 32px;
        width: 32px;
        right: 0;
    }
    #block-panels-mini-header-elements .social-media .boxes-box-content {
        display: block;
    }
    #block-panels-mini-header-elements .pane-menu-menu-kpu-header-menu {
        text-align: right;
        padding: 0;
    }
}
@media (min-width: 570px) {
    #block-panels-mini-footer-elements .container-fluid {
        overflow: hidden;
    }
    #block-panels-mini-footer-elements #boxes-box-footer-contact-details .general-information-container {
        width: 48%;
        float: left;
        margin-bottom: 0;
    }
    #block-panels-mini-footer-elements #boxes-box-footer-contact-details .mailing-container {
        clear: both;
        padding-top: 1em;
    }
    #block-panels-mini-footer-elements #mini-panel-footer_elements #two-50-bottom-wrapper {
        background-color: transparent;
        background-position: center bottom;
        padding-bottom: 60px;
        margin: 0;
    }
    #block-panels-mini-footer-elements #mini-panel-footer_elements #two-50-bottom-wrapper .container-fluid {
        padding-left: 90px;
        padding-top: 0;
        margin-top: 4em;
        margin-right: 0;
        overflow: hidden;
        background-color: transparent;
        background-position: left top;
    }
    #block-panels-mini-footer-elements #mini-panel-footer_elements #two-50-bottom-wrapper .container-fluid .region-bottom {
        border-top: 1px dotted #FFF;
        overflow: hidden;
        padding-top: 5px;
        margin: 0;
    }
    #block-panels-mini-footer-elements .social-media .boxes-box-content a {
        height: 16px;
        width: 16px !important;
        line-height: 16px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }
#block-panels-mini-footer-elements .social-media .boxes-box-content a:after {
        font-size: 12px;
    }
    #block-panels-mini-footer-elements .pane-menu-menu-kpu-footer-menu,
    #block-panels-mini-footer-elements .pane-boxes-footer-copyright {
        display: block;
        float: left;
        width: 80%;
    }
    #block-panels-mini-footer-elements #boxes-box-footer-copyright {
        margin: 0;
        padding: 0;
        border: none;
        text-align: left;
    }
    #block-panels-mini-footer-elements #boxes-box-footer-copyright .boxes-box-content {
        font-size: 12px;
    }
}
@media (min-width: 980px) {
    #block-panels-mini-footer-elements #boxes-box-footer-mdr-links {
        margin-top: 0;
    }
}
@media screen and (min-width: 680px) {
    #at3win {
        left: 50% !important;
    }
}
#header-wrapper .container {
    position: relative;
}
#header-wrapper .siteinfo {
	float: left;
}
#header-wrapper .toggle-trigger {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -21px;
    height: 42px;
    line-height: 42px;
    width: 50px;
    background-color: #8C1E2B;
    text-align: center;
    color: #c41f4a;
    cursor: pointer;
    font-size: 0;
    display: block;
    border-bottom: 2px solid #510E15;
    color: #c41f4a;
    text-shadow: 0 1px 0 #510f13;
    background-color: #7b1823;
    background-image: -moz-linear-gradient(top, #8c1e2b, #631117);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8c1e2b), to(#631117));
    background-image: -webkit-linear-gradient(top, #8c1e2b, #631117);
    background-image: -o-linear-gradient(top, #8c1e2b, #631117);
    background-image: linear-gradient(to bottom, #8c1e2b, #631117);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FF8C1E2B', endColorstr='#FF631117', GradientType=0);
    border-color: #631117 #631117 #220608;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    z-index: 10000;
    overflow: hidden;
}
#header-wrapper .toggle-trigger:hover {
    text-decoration: none;
    border-bottom: 2px solid #7B1723;
    color: #c41f4a;
    text-shadow: 0 1px 0 #8c1e2b;
    background-color: #5d0f15;
    background-image: -moz-linear-gradient(top, #651017, #510f13);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#651017), to(#510f13));
    background-image: -webkit-linear-gradient(top, #651017, #510f13);
    background-image: -o-linear-gradient(top, #651017, #510f13);
    background-image: linear-gradient(to bottom, #651017, #510f13);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FF651017', endColorstr='#FF510F13', GradientType=0);
    border-color: #510f13 #510f13 #100304;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
}
#header-wrapper .toggle-trigger:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "\f0c9";
    padding: 0 10px;
    font-size: 38px;
}
@media (min-width: 980px) {
    #header-wrapper .siteinfo {
        margin-left: 0;
    }
    #header-wrapper .toggle-trigger {
        display: none;
    }
}
.navigation {
    display: none;
}
.navigation {
    background-color: #510e15;
}
.navigation ul.main-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.navigation ul.main-menu li {
    list-style: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
}
.navigation ul.main-menu li a {
    color: #2D2D2D;
    text-transform: uppercase;
    padding: 0.5em 1em;
    font-size: 0.85em;
    font-weight: 700;
    display: block;
    color: #380b11;
    text-shadow: 0 -1px 0 white;
    background-color: #e5e5e5;
    background-image: -moz-linear-gradient(top, #f4f4f4, #cfcfcf);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#cfcfcf));
    background-image: -webkit-linear-gradient(top, #f4f4f4, #cfcfcf);
    background-image: -o-linear-gradient(top, #f4f4f4, #cfcfcf);
    background-image: linear-gradient(to bottom, #f4f4f4, #cfcfcf);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFF4F4F4', endColorstr='#FFCFCFCF', GradientType=0);
    border-color: #cfcfcf #cfcfcf darkgrey;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
    position: relative;
}
.navigation ul.main-menu li a:hover {
    text-decoration: none;
}
.navigation ul.main-menu li span.arrow {
    position: absolute;
    right: 6px;
    top: 6px;
    bottom: 6px;
    display: block;
    width: 28px;
    height: auto;
    text-align: center;
    font-size: 18px;
}
.navigation ul.main-menu li span.arrow:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "\F105";
}
@media (min-width: 980px) {
    .header-region {
        display: block;
    }
    .mobile-header-region {
        display: none;
    }
    .navigation {
        color: #380b11;
        text-shadow: 0 -1px 0 white;
        background-color: #e5e5e5;
        background-image: -moz-linear-gradient(top, #f4f4f4, #cfcfcf);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#cfcfcf));
        background-image: -webkit-linear-gradient(top, #f4f4f4, #cfcfcf);
        background-image: -o-linear-gradient(top, #f4f4f4, #cfcfcf);
        background-image: linear-gradient(to bottom, #f4f4f4, #cfcfcf);
        background-repeat: repeat-x;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFF4F4F4', endColorstr='#FFCFCFCF', GradientType=0);
        border-color: #cfcfcf #cfcfcf darkgrey;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
        -webkit-border-radius: 2px 2px 0 0;
        -moz-border-radius: 2px 2px 0 0;
        border-radius: 2px 2px 0 0;
        min-height: 45px;
        display: block;
    }
    .navigation ul.main-menu {
        overflow: visible;
    }
    .navigation ul.main-menu li {
        float: left;
        line-height: 45px;
    }
    .navigation ul.main-menu li a {
        padding: 0 1.166em;
    }
    .navigation ul.main-menu li a span.arrow {
        display: none;
    }
    .navigation ul.main-menu li:first-child a,
    .navigation ul.main-menu li.first a {
        -webkit-border-radius: 2px 0 0 0;
        -moz-border-radius: 2px 0 0 0;
        border-radius: 2px 0 0 0;
    }
    .navigation ul.main-menu li:hover a {
        color: white;
        text-shadow: none;
        background-color: #31171c;
        background-image: -moz-linear-gradient(top, #3b2228, #22070c);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b2228), to(#22070c));
        background-image: -webkit-linear-gradient(top, #3b2228, #22070c);
        background-image: -o-linear-gradient(top, #3b2228, #22070c);
        background-image: linear-gradient(to bottom, #3b2228, #22070c);
        background-repeat: repeat-x;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FF3B2228', endColorstr='#FF22070C', GradientType=0);
        border-color: #22070c #22070c black;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
        text-decoration: none;
        color: white;
        position: relative;
    }
}
body {
    margin: 0;
    font-family: "Open Sans", Helvetica Neue, Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    background: white;
}
article .content ul {
    margin: 0 0 1em 1em !important;
}
article .content ul li:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "\F111";
    color: #9d261d;
    padding-right: 2em;
    font-size: 6px;
    vertical-align: top;
}
h1 {
    font-size: 36px;
    line-height: 40px;
}
h2 {
    font-size: 26px;
    line-height: 40px;
	color: #98022e;
}
h3 {
    font-size: 24px;
    line-height: 40px;
}
h4 {
    font-size: 18px;
    line-height: 20px;
}
h5 {
    font-size: 14px;
    line-height: 20px;
}
h6 {
    font-size: 12px;
    line-height: 20px;
}
blockquote {
    margin-left: 2em;
}
.container .header-region .grid-ready.one-column .region-one-main .region-inner {
    padding: 0;
}
@media (min-width: 980px) {
}
@media (min-width: 980px) {
}
@media (min-width: 980px) {
    .main-content .main-content-inner {
        padding-right: 20px;
    }
}
@media (min-width: 980px) {
}
@media (min-width: 570px) {
}
@media (min-width: 570px) {
}
@media (min-width: 980px) {
}
@media (min-width: 570px) {
}
@media (min-width: 980px) {
}
@media (min-width: 980px) {
}
@media (min-width: 980px) {
}
@media (min-width: 980px) {
}
@media (min-width: 980px) {
}
@media (min-width: 980px) {
}
@media (min-width: 570px) {
}
.header-region .form-radios {
    display: block;
}
.header-region .form-radios div {
    float: left;
}
.header-region .form-radios input[type="radio"] {
    margin: 0;
    padding: 0;
}
.header-region .form-radios div label {
    margin-right: 10px;
    margin-left: 0px;
    font-size: 10px;
    line-height: 10px;
    color: #FFF;
    text-transform: none;
}
.mobile-header-region .form-radios div label {
    color: #FFF;
}

.calendar-search {
   overflow: auto;
	position: relative;
}
.calendar-search form {
    position: relative;
    margin: 0;
    padding: 0;
}
.calendar-search form input[type="text"] {
    height: 46px;
    width: 100%;
    padding: 0 50px 0 2%;
    background-color: rgba(245,245,245,0.6);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 100;
    font-size: 1.3em;
    margin: 0;
}
.calendar-search form input[type="text"]:focus {
	background-color: rgba(245,245,245,1);
}
.calendar-search form input[type="submit"] {
    position: absolute;
    bottom: 2px;
    right: 2px;
    height: 42px;
    width: 46px;
    border: none;
    color: white;
    background: url(../images/icon_search-btn.png) center center no-repeat;
    font-size: 0;
}
.calendar-search ul, .calendar-search li {
    margin: 0;
    padding: 0;
}
.calendar-search ul {
    margin-left: 0;
    margin-top: 5px;
	position: inherit;
}
.calendar-search li {
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #333;
    font-weight: bold;
    display: inline;
}
.calendar-search li.first, .calendar-search li.last {
    border-right: 0px;
}
@media (min-width: 980px) {
    .calendar-search {
        padding: 10px;
        margin-left: -21px;
        background-repeat: no-repeat;
        background-position: center center;
        border-bottom: 5px solid #313A46;
		background-color: #313A46;
    }

	
    .calendar-search form {
        padding: 5px;
        background-color: rgba(255,255,255,0.8);
}

    .calendar-search li {
    border-right: 1px solid #FFF;

    color: #FFF;
	text-shadow: 0 1px #4e1119;
}
    .calendar-search a {
        color: #FFF;
	text-shadow: 0 1px #4e1119;
    }
    .calendar-search form input[type="submit"] {

    bottom: 7px;
    right: 7px;

}
}
@media (min-width: 1280px) {
    .calendar-search {
        padding: 10px;
        margin-left: -30px;
        background-repeat: no-repeat;
        background-position: center center;
        border-bottom: 5px solid #313A46;
		background-color: #313A46;
    }	
}
	


#user-options {
    overflow: auto;
}
#user-options a {
    color: #FFF;
    font-size: 12px;
}

#user-options ul {
    background-color: #313A46;
    width: auto;
    float: right;
    clear: both;
    margin: 10px 0 0 0;
    padding: 0;
    -webkit-border-radius: 10px;
    *-moz-border-radius: 10px;
    border-radius: 10px;
}
@media (min-width: 980px) {
    #user-options ul {
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0 0 0 10px;
    *-moz-border-radius: 0 0 0 10px;
    border-radius: 0 0 0 10px;
}
}
#user-options li {
    float: left;
    padding: 0 10px 5px 10px;
}




#user-options a:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    padding-right: 5px;
    text-decoration: none;
    display: inline-block;
}
#user-options a#print:before {
    content: "\f02f";
}
#user-options a#email:before {
    content: "\f0e0";
}
#user-options a.social_pdf:before {
    content: "\f15c";
}

.visuallyhidden { 
  position: absolute; 
  overflow: hidden; 
  clip: rect(0 0 0 0); 
  height: 1px; width: 1px; 
  margin: -1px; padding: 0; border: 0; 
}
#calendar-disclaimer {
    border-top: dotted 1px #333;
    font-size: 12px;
    line-height: 20px;
    padding: 10px;
    margin-top: 20px;
	line-height: normal;

}
#calendar-program #sidebar {
    background: none repeat scroll 0 0 #e6e6e6;
    border: 1px solid #ccc;
    font-size: 11px !important;
    margin-right: 10px;
    margin-top: 34px;
    padding-right: 10px;
    padding-top: 10px;
    width: 180px;
}
#calendar-program #sidebar h3 {
    border-bottom: 1px dotted #999;
    color: #666;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 3px;
}
#calendar-program #sidebar h2 {
    font-size: 16px;
    font-weight: bold;
}
#calendar-program #content {
    width: 558px;
}
p.last-update {
    clear: both;
    font-size: 11px;
    font-weight: bold;
    text-align: right;
	margin-top: 12px;
}
p.last-update a:before {
    content: "\f013";
	font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    padding-right: 2px;
    text-decoration: none;
    display: inline-block;
}

#program-glance {
	border: 1px solid #CCC;
	padding-top: 10px;
	margin-top: 20px;
	background: #ebebeb;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
    line-height: normal;

}

#program-glance ul, #program-glance p {
    margin: 0;
    padding: 0;
    line-height: normal;

}
#program-glance ul, #program-glance p {
	margin-left:10px;
	margin-top:5px;
}
#program-glance h3 {
	font-size: 12px;
	font-weight: bold;
	border-top: 1px dotted #999;
	color: #666;
    margin: 0;
    padding-top: 5px; margin-top: 5px;
    line-height: normal;
}
#program-glance li {line-height: normal; margin-bottom: 3px;}
#program-glance h2 { font-size: 16px;font-weight: bold; margin: 0;line-height: normal;}


	#program-glance p img,#program-glance object {
		display: block;
		margin-left: auto;
		margin-right: auto;
        line-height: normal;
	}



@media (min-width: 1280px) {
#program-glance {
    float: right;
    width: 25%;
    
}
    #calendar-program .content {width: 70%;
    float: left;padding-right:20px;}
    #calendar-disclaimer {float: left;}
    .region-content {overflow: auto;}
}

.action-btn {
    display: block;
    width: 180px;
    border: 1px solid #6d121b;
    line-height: 35px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    height: 35px;
    margin: 20px 0 10px 0;
    clear: left;
}
.action-btn:hover {
    text-decoration: none;
    color: white;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
}
.action-btn:active,
.action-btn:focus {
    background: #811b26;
}
.action-btn:active .action-btn-light,
.action-btn:focus .action-btn-light {
    border-color: #811b26;
}
.action-btn .action-btn-light {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.action-btn .action-btn-icon {
    width: 35px;
    height: 35px;
    text-align: center;
    float: left;
    margin: -2px 0 0;
    padding: 0 0 0 2px;
}
.action-btn .action-btn-icon:before {
    -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    -moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    -ms-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    -o-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    line-height: 38px;
    font-size: 18px;
}
.action-btn .action-btn-link {
    margin: -2px 0 0;
    padding: 0 0 0 10px;
    height: 35px;
    float: left;
    font-size: 12px;
    font-weight: 300;
    -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    -moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    -ms-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    -o-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.action-btn .action-btn-link .bold {
    font-weight: 600;
}
.action-btn.red {
    background-color: #9b303e;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9b303e), color-stop(100%, #811b26));
    background-image: -webkit-linear-gradient(#9b303e, #811b26);
    background-image: -moz-linear-gradient(#9b303e, #811b26);
    background-image: -o-linear-gradient(#9b303e, #811b26);
    background-image: linear-gradient(#9b303e, #811b26);
}
.action-btn.red .action-btn-light {
    border-top: 2px solid #ae5a66;
}
.action-btn.red .action-btn-icon {
    border-right: 1px solid #6d121b;
}
.action-btn.red .action-btn-link {
    border-left: 1px solid #ae5a66;
}
.action-btn.red:focus,
.action-btn.red:active {
    background: #811b26;
}
.action-btn.red:focus .action-btn-light,
.action-btn.red:active .action-btn-light {
    border-color: #811b26;
}
.action-btn.apply .action-btn-icon:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "\F046";
}
#courses h3 {line-height:24px;}
#courses h3 span {float:right;font-size: 65%;}
#courses h3 small {font-style:italic;font-size: 65%;}
#courses h4 {color: #98022e;}
p.transfer a:after {
    content: "\f08e";
	font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    padding-left: 5px;
    text-decoration: none;
    display: inline-block;
}
#location {padding-top:5px;padding-bottom:5px;padding-right:10px;font-size:12px;background-color: #313A46;color:#FFF;padding-left:10px;}


@media (min-width: 980px){
	#location {margin-left:-21px;}

}
@media (min-width: 1280px){
	#location {margin-left:-31px;}

}
#location ul {padding:0;margin:0;}
#location li {display:inline;}
#location a, #location a:hover {color: #FFF;}
#location li a:after {
    content: "\f105";
	font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    padding-left: 5px;
    text-decoration: none;
    display: inline-block;
	color: #FFF;
}
.main-content {/*background: url('http://www.kpu.ca/calendar/2019-20/images/proposed.gif') repeat-y;*/}
table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}
table {
    width: 100%;
    margin-bottom: 24px;
}
table th,
table td {
    padding: 8px;
    line-height: 24px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}
table th {
    font-weight: bold;
}
table thead th {
    vertical-align: bottom;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
    border-top: 0;
}
table tbody + tbody {
    border-top: 2px solid #dddddd;
}
