/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

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

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

hr {
    border: 0;
    border-top: 1px solid #ccc;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    background: #ccc;
    color: #000;
    margin: 0.2em 0;
    padding: 0.2em 0;
}


/* ==========================================================================
   SRUC styles
   ========================================================================== */

/* Icon font */
@font-face {
    font-family: 'SRUC-Icons';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/SRUC-Icons.eot?87755633');
    src: url('../fonts/SRUC-Icons.eot?87755633#iefix') format('embedded-opentype'),
       url('../fonts/SRUC-Icons.woff?87755633') format('woff'),
       url('../fonts/SRUC-Icons.ttf?87755633') format('truetype'),
       url('../fonts/SRUC-Icons.svg?87755633#SRUC-Icons') format('svg');
}
.icon-cancel:before,
.icon-user:before,
.icon-file:before,
.icon-clock:before,
.icon-location:before,
.icon-key:before,
.icon-download:before,
.icon-phone:before,
.icon-zoom-in:before,
.icon-image:before,
.icon-bubbles:before,
.icon-arrow-down:before,
.icon-arrow-up:before,
.icon-tag:before,
.icon-flag:before,
.icon-arrow-right:before,
.icon-home:before,
.icon-envelop:before,
.icon-feed:before,
.icon-twitter:before,
.icon-facebook:before,
.icon-search:before,
.icon-arrow-left:before,
.icon-arrow-right-2:before,
.icon-list:before,
.icon-file-2:before,
.icon-star:before,
.icon-pushpin:before,
.icon-binoculars:before,
.icon-calendar:before,
.icon-checkbox-empty:before,
.icon-checkbox-checked:before,
.icon-checkbox-ghost:before,
.icon-checkbox-cancel:before
 {
    font-family: 'SRUC-Icons';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.icon-cancel:before { content: '\e800'; } /* '' */
.icon-user:before { content: '\e801'; } /* '' */
.icon-file:before { content: '\e802'; } /* '' */
.icon-clock:before { content: '\e803'; } /* '' */
.icon-location:before { content: '\e804'; } /* '' */
.icon-key:before { content: '\e805'; } /* '' */
.icon-download:before { content: '\e806'; } /* '' */
.icon-phone:before { content: '\e807'; } /* '' */
.icon-zoom-in:before { content: '\e808'; } /* '' */
.icon-image:before { content: '\e809'; } /* '' */
.icon-bubbles:before { content: '\e80a'; } /* '' */
.icon-arrow-down:before { content: '\e80b'; } /* '' */
.icon-arrow-up:before { content: '\e80c'; } /* '' */
.icon-tag:before { content: '\e80d'; } /* '' */
.icon-flag:before { content: '\e80e'; } /* '' */
.icon-arrow-right:before { content: '\e80f'; } /* '' */
.icon-home:before { content: '\e811'; } /* '' */
.icon-envelop:before { content: '\e812'; } /* '' */
.icon-feed:before { content: '\e813'; } /* '' */
.icon-twitter:before { content: '\e814'; } /* '' */
.icon-facebook:before { content: '\e815'; } /* '' */
.icon-search:before { content: '\e816'; } /* '' */
.icon-arrow-left:before { content: '\e817'; } /* '' */
.icon-arrow-right-2:before { content: '\e818'; } /* '' */
.icon-list:before { content: '\e819'; } /* '' */
.icon-file-2:before { content: '\e81a'; } /* '' */
.icon-star:before { content: '\e81b'; } /* '' */
.icon-pushpin:before { content: '\e81c'; } /* '' */
.icon-binoculars:before { content: '\e81d'; } /* '' */
.icon-calendar:before { content: '\e81e'; } /* '' */
.icon-checkbox-empty:before { content: '\e901'; }
.icon-checkbox-checked:before { content: '\e900'; }
.icon-checkbox-ghost:before { content: '\e902'; }
.icon-checkbox-cancel:before { content: '\e903'; }

/* Core DOM elements */
html {
    background-color: #f3f3f3;
}
body {
    background-color: #fff;
    color: #333;
    font-family: Arial, sans-serif;
    margin: 0 auto;
    max-width: 990px;
}
h2 {
    font-size: 1.3em;
    margin: 0;
    padding: .4em 0 1.2em;
}
h3 {
    font-size: 1.15em;
    margin: 0;
    padding: .4em 0;
}
h4 {
    font-size: 1em;
    margin: 0;
    padding: .4em 0;
}
cite:before {
    content: '– ';
    padding-right: .5em;
}
p {
    font-size: .9em;
    margin: 0;
    padding-bottom: 1em;
}
hr {
    font-size: .9em;
    margin: .3em 0 1.4em;
}
blockquote p {
    font-size: 1em;
}
p:last-child {
    padding-bottom: 0;
}
input[type="submit"]:hover,
input[type="submit"]:active {
    cursor: pointer;
}
a {
    color: #006432;
    font-weight: bold;
    text-decoration: none;
}
a:hover,
a:active {
    text-decoration: underline;
}
a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover,
a[href^="tel"]:focus {
    color: inherit !important;
    cursor: default !important;
    text-decoration: none !important;
}
a:focus,
input:focus,
textarea:focus {
    outline: 1px dotted #999;
}
address {
    font-size: .9em;
    font-style: normal;
    padding-bottom: 1em;
}
table {
    border: 1px solid #ccc;
    display: block;
    font-size: .9em;
    margin: .3em 0 1.4em;
    overflow-x: scroll;
}
caption {
    color: #666;
    font-size: 1.15em;
    font-weight: bold;
    padding: 0 0 10px;
}
th {
    border-bottom: 1px solid #eee;
    font-weight: bold;
}
td,
th {
    padding: 5px 10px;
    text-align: left;
}
abbr {
    cursor: help;
}
sup,
sub,
.subscript_text,
.superscript_text {
    font-size: .85em;
}
iframe {
    max-width: 100%;
}

/* Reusable classes */
.animate-colours {
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
}
.animate-margin {
    -webkit-transition: margin .3s ease-in-out;
    transition: margin .3s ease-in-out;
}
.animate-opacity {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.animate-all {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.desktop-only {
    display: none;
}
.no-clear {
    clear: none !important;
}
.no-float {
    float: none !important;
}
.no-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.no-overflow {
    overflow: inherit !important;
}
.small {
    color: #888;
    font-size: .7em !important;
}

/* CMS editor styles */
.text_align_left {
    text-align: left;
}
.text_align_right {
    text-align: right;
}
.text_align_center {
    text-align: center;
}
.indent {
    margin-left: 1em;
}
.indent2 {
    margin-left: 2.5em;
}
.underline_text {
    text-decoration: underline;
}
.strikethrough_text {
    text-decoration: line-through;
}
.underline_and_strikethrough_text {
    text-decoration: line-through underline;
}
sup,
.superscript_text {
    vertical-align: super;
}
sub,
.subscript_text {
    vertical-align: sub;
}
.float_left {
    float: left;
}
.float_right {
    float: right;
}
td.highlightCell {
    background-color: #f5ffe9;
}
tr.highlightRow td {
    background-color: #f5ffe9;
}
tr.zebra {
    background-color: #eee;
}
div.placeholder {
    background-color: #eee;
    border: 1px solid #ccc;
    color: #000;
    padding: 2em;
    color: #333;
}
div#editable {
    border: 2px dashed #999;
    padding: 10px;
}
div#editable:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
div#toolbar {
    border: 1px solid #ddd;
    background-color: #eee;
    padding: .5em;
}

/* Core layout elements */
.site-header {
    position: relative;
    z-index: 20;
}
.main {
    margin: 0 10px;
}
.left-column {
    float: left;
    width: 24%;
}
.content-area {
    float: left;
    width: 100%;
}
.footer {
    color: #5f534a;
    float: left;
    padding: 20px 0 15px;
    width: 100%;
}

/* Mast branding elements */
.branding {
    background-image: url(../img/mast-bg.png);
    background-position: 80% -45px;
    background-repeat: no-repeat;
    background-size: 60% auto;
    clear: both;
    margin: 0 0 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}
.logo {
    margin: 15px 20px 10px;
    max-width: 110px;
    min-width: 55px;
    width: 20%;
}
.tagline {
    bottom: 8px;
    color: #004b23;
    display: block;
    font-family: Georgia, Times, serif;
    font-size: .95em;
    line-height: 1;
    position: absolute;
    right: 10px;
    text-shadow: -1px -1px 1px rgba(255, 255, 255, .7);
}

/* Mobile header bar and containing elements */
.mobile-header {
    background: #004b23;
    background-image: -moz-linear-gradient(top, #68ac2c 0%, #004b23 100%);
    background-image: -ms-linear-gradient(top, #68ac2c 0%, #004b23 100%);
    background-image: -o-linear-gradient(top, #68ac2c 0%, #004b23 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #68ac2c), color-stop(1, #004b23));
    background-image: -webkit-linear-gradient(top, #68ac2c 0%, #004b23 100%);
    background-image: linear-gradient(to bottom, #68ac2c 0%, #004b23 100%);
    font-size: .9em;
    float: left;
    height: 42px;
    position: relative;
    width: 100%;
}
.mobile-title {
    color: #fff;
    display: block;
    margin: 10px 30%;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-overflow: ellipsis;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    white-space: nowrap;
    width: 40%;
}
.mobile-back-button {
    float: left;
    margin: 11px 0 0 10px;
    text-decoration: none;
    text-indent: -20000px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}
.mobile-back-button:before {
    background-color: #fff;
    border-radius: 9px;
    color: #088C1C;
    float: left;
    font-size: .7em;
    height: 18px;
    line-height: 18px;
    text-align: center;
    text-indent: 0;
    width: 18px;
}
.no-js .mobile-back-button {
    display: none;
}
.mobile-actions {
    display: inline;
    float: right;
    margin: 10px;
}
.no-js .mobile-actions {
    display: none;
}
.mobile-actions a {
    float: left;
    height: 1.6em;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    text-indent: -20000px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    width: 1.6em;
}
.mobile-actions a:before {
    color: #fff;
    display: block;
    font-size: 1.1em;
    padding: 2px 2px 20px;
    text-indent: 0;
}
.mobile-actions a.active:before {
    color: #88C03F;
}
.mobile-search-button {
    margin: 0 15px 0 0;
}

/* Mobile search and navigation elements */
.mobile-extra {
    position: absolute;
    top: 42px;
    width: 100%;
    z-index: 15;
}
.mobile-search {
    background-color: #ddd;
    background-image: -moz-linear-gradient(top, #fff 0%, #ddd 100%);
    background-image: -ms-linear-gradient(top, #fff 0%, #ddd 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #ddd 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
    background-image: -webkit-linear-gradient(top, #fff 0%, #ddd 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #ddd 100%);
    padding: 8px 10px;
}
.mobile-search input {
    background-color: #eee;
    border: 0 none;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .3);
    padding: 5px 0 4px;
    text-indent: 5px;
    width: 100%;
}
.mobile-search input:focus {
    background-color: #fff;
    outline: 0 none;
}
.mobile-menu-list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    margin: 0 10px;
    overflow: hidden;
}
.mobile-menu-list li {
    border-bottom: 1px solid #ccc;
}
.mobile-menu-list li:last-child {
    border-bottom: 0 none;
}
.mobile-menu-list a {
    color: #333;
    display: block;
    font-weight: normal;
    padding: 11px 10px;
    position: relative;
    text-decoration: none;
}
.mobile-menu-list a:before {
    background-color: #ccc;
    border-radius: 9px;
    color: #fff;
    font-size: .7em;
    height: 17px;
    line-height: 18px;
    margin-top: -9px;
    position: absolute;
    right: 10px;
    text-align: center;
    text-indent: 1px;
    top: 50%;
    width: 17px;
}
.mobile-menu-list a:hover,
.mobile-menu-list a:active {
    background-color: #004b23;
    background-image: -moz-linear-gradient(top, #68ac2c 0%, #004b23 100%);
    background-image: -ms-linear-gradient(top, #68ac2c 0%, #004b23 100%);
    background-image: -o-linear-gradient(top, #68ac2c 0%, #004b23 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #68ac2c), color-stop(1, #004b23));
    background-image: -webkit-linear-gradient(top, #68ac2c 0%, #004b23 100%);
    background-image: linear-gradient(to bottom, #68ac2c 0%, #004b23 100%);
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}
.mobile-menu-list a:hover:before,
.mobile-menu-list a:active:before {
    background-color: #fff;
    color: #088C1C;
}
.mobile-menu-list li:first-child a {
    border-radius: 5px 5px 0 0;
    padding-top: 12px;
}
.mobile-menu-list li:last-child a {
    border-radius: 0 0 5px 5px;
}

/* Desktop search and navigation elements */
.main-search {
    background-color: #006432;
    border: 1px solid #006432;
    border-radius: 5px;
    float: left;
    font-size: .9em;
    margin-left: 10px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 15px;
    width: 17.6em;
    z-index: 10;
}
.main-search-input {
    -webkit-appearance: none !important;
    background-color: #e6e1db;
    border: 0 none;
    border-radius: 4px;
    box-shadow: inset 0 3px 3px rgba(0, 0, 0, .1);
    display: block;
    float: left;
    height: 1.7em;
    line-height: 1.7;
    margin: 0;
    outline: 0 none;
    padding: 0 10px 0 5px;
    width: 15em;
}
.main-search-input:focus {
    background-color: #fff;
    outline: 0 none;
}
.main-search-button-wrap {
    background-color: #006432;
    float: right;
    margin-left: -5px;
    position: relative;
}
.main-search-button-wrap:before {
    color: #fff;
    font-size: 1.1em;
    line-height: 1.5;
    position: absolute;
    right: 0;
    text-align: center;
    width: 95%;
    z-index: 9;
}
.main-search-button {
    background-color: #fff;
    border: 0 none;
    height: 1.7em;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: relative;
    text-indent: -20000px;
    width: 1.8em;
    z-index: 10;
}
.main-search-button:hover,
.main-search-button:active {
    opacity: .25;
}
.main-navigation {
    float: left;
    margin: -45px 0 20px;
    width: 100%;
}
.main-navigation-list {
    text-align: center;
    margin: 0 8px;
}
.main-navigation-list > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    float: left;
    font-size: .8em;
    padding: 0 2px;
    position: relative;
    width: 14.28571428571429%;
    z-index: 20;
}
.main-navigation-list > li:hover,
.main-navigation-list > .current-item {
    margin-top: -2px;
}
.main-navigation-list > li:before {
    border-color: #006432 transparent transparent transparent;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    bottom: -19px;
    content: '';
    height: 0;
    left: 50%;
    margin-left: -20px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .2s ease-out 500ms;
    -moz-transition: opacity .2s ease-out 500ms;
    -o-transition: opacity .2s ease-out 500ms;
    transition: opacity .2s ease-out 500ms;
    visibility: hidden;
    width: 0;
    z-index: 15;
}
.main-navigation-list > li:hover:before {
    opacity: 1;
    visibility: visible;
}
.main-navigation-list > li > a {
    background-color: #75ab42;
    background-image: -moz-linear-gradient(top, #93c368 0%, #7db84a 13%, #74b33d 14%, #6cab33 75%, #75ab42 100%);
    background-image: -ms-linear-gradient(top, #93c368 0%, #7db84a 13%, #74b33d 14%, #6cab33 75%, #75ab42 100%);
    background-image: -o-linear-gradient(top, #93c368 0%, #7db84a 13%, #74b33d 14%, #6cab33 75%, #75ab42 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #93c368), color-stop(.13, #7db84a), color-stop(.14, #74b33d), color-stop(.75, #6cab33), color-stop(1, #75ab42));
    background-image: -webkit-linear-gradient(top, #93c368 0%, #7db84a 13%, #74b33d 14%, #6cab33 75%, #75ab42 100%);
    background-image: linear-gradient(to bottom, #93c368 0%, #7db84a 13%, #74b33d 14%, #6cab33 75%, #75ab42 100%);
    border-radius: 5px 5px 0 0;
    color: #fff;
    display: table-cell;
    font-weight: bold;
    height: 42px;
    line-height: 1.3;
    padding: 3px 10px 0;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    vertical-align: middle;
    width: 100%;
}
.main-navigation-list > li:hover > a,
.main-navigation-list > .current-item > a {
    background-color: #066831;
    background-image: -moz-linear-gradient(top, #b1d05e 0%, #066831 100%);
    background-image: -ms-linear-gradient(top, #b1d05e 0%, #066831 100%);
    background-image: -o-linear-gradient(top, #b1d05e 0%, #066831 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b1d05e), color-stop(1, #066831));
    background-image: -webkit-linear-gradient(top, #b1d05e 0%, #066831 100%);
    background-image: linear-gradient(to bottom, #b1d05e 0%, #066831 100%);
    padding-top: 5px;
}
.home-tab {
    font-size: 1.2em;
    margin: 0 5px 0 0;
}
.sub-navigation {
    left: 0;
    opacity: 0;
    padding-top: 10px;
    position: absolute;
    text-align: left;
    top: 47px;
    -webkit-transition: opacity .2s ease-out 500ms;
    -moz-transition: opacity .2s ease-out 500ms;
    -o-transition: opacity .2s ease-out 500ms;
    transition: opacity .2s ease-out 500ms;
    visibility: hidden;
    width: 700%;
    z-index: -5;
}
.main-navigation-list > li:nth-child(2) .sub-navigation {
    left: -100%;
}
.main-navigation-list > li:nth-child(3) .sub-navigation {
    left: -200%;
}
.main-navigation-list > li:nth-child(4) .sub-navigation {
    left: -300%;
}
.main-navigation-list > li:nth-child(5) .sub-navigation {
    left: -400%;
}
.main-navigation-list > li:nth-child(6) .sub-navigation {
    left: -500%;
}
.main-navigation-list > li:nth-child(7) .sub-navigation {
    left: -600%;
}
.main-navigation-list > li:hover .sub-navigation,
.main-navigation-list > .hovered .sub-navigation {
    opacity: 1;
    visibility: visible;
}
.sub-navigation-wrap {
    background-color: #f7f7f7;
    border: 5px solid #006432;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 0 12px;
    overflow: hidden;
    padding: 30px 15px 3px;
}
.sub-sub-navigation {
    float: left;
    margin-bottom: 20px;
    width: 25%;
}
.sub-sub-navigation:nth-child(4n+1) {
    clear: left;
}
.sub-sub-navigation h2 {
    font-size: 1em;
    margin: 0 20px;
    padding: 0 0 10px;
    text-transform: uppercase;
}
.sub-sub-navigation h2 a {
    color: #004b23;
    text-decoration: none;
}
.sub-sub-navigation h2 a:hover,
.sub-sub-navigation h2 a:active {
    color: #98a454;
}
.sub-sub-navigation ul {
    font-size: .9em;
    margin: 0 20px;
}
.sub-sub-navigation li {
    display: block;
    line-height: 1.5;
    margin-bottom: 4px;
    padding-left: 20px;
}
.sub-sub-navigation li:before {
    color: #98a454;
    float: left;
    font-size: .7em;
    margin: 5px 0 0 -20px;
    width: 20px;
}
.sub-sub-navigation li a {
    color: #333;
    font-weight: normal;
    text-decoration: none;
}
.sub-sub-navigation li a:hover,
.sub-sub-navigation li a:active {
    text-decoration: underline;
}

/* Announcements */
.announcement {
    background-color: #f5ffe9;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    font-size: .85em;
    margin: 25px 0;
    padding: 15px 20px;
}
.announcement h2 {
    padding-bottom: .6em;
}

/* Left side column elements */
.side-nav {
    background-image: url(../img/side-nav-bg.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    min-height: 520px;
    padding-bottom: 30px;
}
.side-nav h2 {
    font-size: 1.2em;
    margin: 40px 35px 15px 25px;
    padding: 0;
}
.side-nav h2,
.side-nav h2 a {
    color: #68ac2c;
}
.side-nav h2 a:link,
.side-nav h2 a:visited {
    text-decoration: none;
}
.side-nav h2 a:hover,
.side-nav h2 a:active {
    text-decoration: underline;
}
.side-nav-list {
    font-size: .8em;
    margin: 0 35px 0 25px;
}
.list-filter .side-nav-list li {
    padding-left: 0;
}
.side-nav-list li,
.list-filter .side-nav-list li a {
    display: block;
    line-height: 1.5;
    padding: 0 0 5px 15px;
}
.side-nav-list li:before,
.list-filter .side-nav-list li a:before {
    color: #98a454;
    float: left;
    font-size: .7em;
    margin: 5px 0 0 -15px;
    width: 15px;
    text-decoration: none;
}
.list-filter .side-nav-list li a:before {
    font-size: 13px;
    margin-top: 3px;
}
.list-filter .side-nav-list li a {
    padding-bottom: 0;
}
.side-nav-list a {
    color: #333;
    display: block;
    font-weight: normal;
    text-decoration: none;
}
.side-nav-list li.side-nav-current {
    padding-bottom: 3px;
}
.side-nav-current > a {
    color: #004b23;
    font-size: 1.1em;
    font-weight: bold;
}
.side-nav-inner-current ul {
    padding: 8px 0 0 15px;
}
.side-nav-list a:hover,
.side-nav-list a:active {
    text-decoration: underline;
}
.side-nav-inner-list {
    padding: 3px 0 0;
}
.side-nav-inner-list li {
    padding: 0 0 3px;
}
.side-nav-inner-list a {
    color: #004b23;
    padding: 2px 10px;
}
.side-nav-inner-list a:hover,
.side-nav-inner-list a:active,
.side-nav-inner-current > a {
    background-color: #eee;
    color: #333;
    text-decoration: none;
}

/* Breadcrumb */
.breadcrumb {
    color: #888;
    float: left;
    font-size: .8em;
    width: 76%;
}
.full-width .breadcrumb {
    width: 100%;
}
.breadcrumb-intro {
    float: left;
    padding: 0 3px 15px 35px;
}
.full-width .breadcrumb-intro {
    padding-left: 15px;
}
.breadcrumb-list {
    overflow: hidden;
    padding: 0 25px 10px 0;
}
.full-width .breadcrumb-list {
    padding-right: 15px;
}
.breadcrumb-list li {
    float: left;
    padding: 0 3px 5px 20px;
}
.breadcrumb-list li:before {
    color: #888;
    float: left;
    font-size: .7em;
    margin: 5px 0 0 -15px;
    width: 15px;
}
.breadcrumb-list a {
    color: #888;
    font-weight: normal;
}
.breadcrumb-list a:hover,
.breadcrumb-list a:active {
    color: #333;
}

/* Content area elements */
.content-widget {
    overflow: hidden;
}
.content-area h1 {
    color: #004b23;
    font-family: Georgia, Times, serif;
    font-size: 1.7em;
    font-weight: normal;
    margin: 0 25px 10px 35px;
    padding: 0;
    text-shadow: -1px -1px 1px rgba(255, 255, 255, .7);
}
.full-width .content-area h1 {
    margin-left: 0;
    margin-right: 0;
}

.content-area h2 a {
	font-weight: normal;
}

.new-widget h3 {
    font-family: Georgia, Times, serif;
    font-weight: normal;
    margin: 0;
    text-shadow: -1px -1px 1px rgba(255, 255, 255, .7);
    color: #004b23;
}
.new-widget h3 a {
    font-weight: normal
}
.main-content h2,
.main-content h3,
.course-detail-sidebar h2,
#editable h2,
#editable h3,
.editor h2,
.editor h3 {
    color: #004b23;
    font-family: Georgia, Times, serif;
    font-weight: normal;
    margin: 0;
    text-shadow: -1px -1px 1px rgba(255, 255, 255, .7);
}
.main-content h2,
#editable h2,
.editor h2 {
    padding: .3em 0 .4em;
}
.main-content > ul,
.main-content > ol,
.listed-item > ol,
#editable > ul,
#editable > ol,
.editor ul,
.editor ol {
    font-size: .8rem;
    margin: .3em 0 1.4em 1em;
    padding-left: 1.5em;
}

.editor > ul ul,
.editor > ol ol,
.editor > ul ol,
.editor > ol ul {
    margin: .6em 0 .6em 1em;
}

.main-content li,
.course-detail-sidebar li {
    padding: 0 0 .5em;
}
.main-content li:last-child {
    padding-bottom: 0;
}
.main-content p,
.course-details-sidebar p {
    font-size: .8em;
}
.main-content blockquote p {
    font-size: 1em;
}
.main-content p:last-child {
    padding-bottom: 1em;
}
.main-content blockquote p:last-child {
    padding-bottom: 0;
}
.main-content hr {
    font-size: .8em;
}
.main-content address {
    font-size: .8em;
    padding-left: 2.5em;
}
.main-content address:before {
    float: left;
    margin: .1em 0 0 -1.6em;
    width: 1em;
}
.main-content table {
    font-size: .8em;
}
.calendar-container {
    float: right;
    width: 100%;
}
.calendar {
    display: table;
    width: 100%;
}
.calendar th,
.calendar td {
    text-align: center;
}
.calendar .nav {
    color: #006432;
    display: inline-block;
    font-size: .85em;
    margin: 3px 20px 0;
    position: relative;
}
.calendar .nav:before {
    color: #888;
    font-size: .9em;
    position: absolute;
    top: 3px;
}
.calendar .prev {
    float: left;
}
.calendar .prev:before {
    margin-left: -15px;
}
.calendar .next {
    float: right;
}
.calendar .next:before {
    right: 0;
    margin-right: -15px;
}
.today {
    background-color: #EFF4EA;
}
.main-content blockquote {
    border-left: 1px solid #ccc;
    color: #666;
    font-size: .8em;
    margin: .3em 1.5em 1.4em;
    padding: 1em;
}
.main-content img {
    display: block;
    height: auto !important;
    margin: 0 auto 1em;
    max-width: 100%;
}
.main-content img.float_left {
    margin-right: 1em;
}
.main-content img.float_right {
    margin-left: 1em;
}
.main-content img.main-image,
.main-content figure.main-image {
    float: right;
    height: auto !important;
    margin: .3em 0 1em 1em;
    max-width: 35%;
}
.main-content img.loading {
    float: left;
    height: 16px;
    margin: 5px 0 0 5px;
    width: 16px;
}
.image--caption img {
    margin-bottom: .5em;
}
.image--caption__text {
    font-size: 12px;
    padding: 0 5px 2px;
}
.map {
    height: 400px;
    margin-bottom: .5em;
}
.main-content .googleMap img {
    max-width: none;
}
.az-index {
    margin: 15px 0 5px;
}
.az-index ul li {
    display: inline-block;
    margin: 0 2px 5px;
    width: 1.5em;
}
.az-index ul li a {
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: .9em;
    background-color: #75ab42;
    padding: 3px 0 2px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    text-transform: uppercase;
}
.az-index ul li a:hover {
    opacity: .75;
}
.progress-bar {
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: -5px 0 10px;
    overflow: hidden;
    padding: 1px;
    width: 100%;
}
.progress-bar img {
    background-color: #C0E2B0;
    height: 16px !important;
    margin: 0;
}
.rss-link:before {
    color: #f07f2b;
    float: left;
    margin-right: .2em;
    font-size: 1.2em;
    text-decoration: none;
}
.rss-link:hover:before,
.rss-link:active:before {
    opacity: .75;
}
.pagination {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    display: block;
    margin: 0 0 25px;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.pagination ul {
    display: inline;
    list-style: none;
    padding: 0;
}
.pagination li {
    display: inline;
    padding: 0 10px 0 0;
}
.pagination a {
    padding: 10px;
}
.pagination a:before {
    margin-top: 2px;
}
.pagination .prev {
    float: left;
}
.pagination .prev:before {
    float: left;
    margin-right: 5px;
}
.pagination .next {
    float: right;
}
.pagination .next:before {
    float: right;
    margin-left: 5px;
}
.pagination .pages {
    display: block;
    font-size: 1em;
    left: 50%;
    margin: 5px 0 5px -30%;
    position: absolute;
    text-align: center;
    width: 60%;
}
.pagination .pages li {
    display: inline-block;
    margin: 0 5px;
    padding: 5px;
}
.pagination .pages a {
    display: block;
    padding: 0;
}

/* Listed items */
.listed-links {
    background-color: #f5f5f5;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin: 10px 0 20px;
    padding: 5px 10px;
}
.listed-links h2 {
    font-size: 1.2em;
    padding-bottom: .75em;
}
.listed-links ul {
    font-size: .8em;
    list-style-type: disc;
    list-style-position: inside;
    margin: 0;
    overflow: hidden;
    padding: 0 0 .75em 10px;
}
.listed-links li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0 0 .75em .5em;
    width: 100%;
}
.listed-item {
    border-top: 1px solid #eee;
    margin: -5px 0 10px;
    overflow: hidden;
    padding: 5px 0 0;
}

.listed-item h2 {
    font-size: 1.2em;
    padding-bottom: .5em;
}
h2 + .listed-item,
p + .listed-item,
.calendar-container + .listed-item,
.az-index + .listed-item,
.listed-item:first-child {
    border-top: 0 none;
    margin-top: -10px;
}

.listed-item ul {
    font-size: .8em;
    margin: 0;
    padding: 0 0 1em 2.5em;
}
.listed-item ul p {
    font-size: 1em;
}

/* Galleries */
.thumbnail {
    float: left;
    margin: 0 15px 15px 0;
    width: 20%;
}
.thumbnail img {
    border: 5px solid #e6e1db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

#gallery-list {
    margin-left: 0;
    padding-left: 0;
}
#gallery-list .grid-item {
    box-sizing: border-box;
    display: inline-block;
    float: none;
    height: auto;
    padding: 0 .5em;
    vertical-align: top;
}

.gallery-item {
    padding-top: 15px;
}

.grid-list {
    list-style: none;
}
.grid-item {
    float: left;
    width: 100%;
    overflow: hidden;
    height: 140px;
    margin-bottom: 1em;
}
.grid-item img {
    width: 100%;
    display: block;
}
.grid-item a {
    display: block;
    overflow: hidden;
}

object,
#podcast_multimedia {
    max-width: 100%;
}

#colorbox {
    padding: 20px 20px 30px;
    outline: none;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    border-radius: 4px;
    outline: rgba(0, 0, 0, .3) solid 999em;
    z-index: 999;
}
#cboxNext,
#cboxPrevious,
#cboxClose {
    background: none;
    border: none;
    font-size: .8em;
    text-transform: capitalize;
}
#cboxNext,
#cboxPrevious {
    bottom: 5px;
    position: absolute;
    right: 20px;
}
#cboxPrevious {
    left: 20px;
    right: auto;
}
#cboxCurrent {
    font-size: 0;
}
#cboxClose {
    position:absolute;
    right: 20px;
    top: 2px;
}
#cboxTitle {
    font-size: 0;
}

.corporate a {
    color: #004b23;
    font-weight: normal;
}
/* Form elements */
.form {
    display: block;
    padding: 0 0 25px;
}
.form p {
    overflow: hidden;
}
.xform p {
    border-bottom: 1px solid #eee;
    padding-top: 1em;
}
.xform p .help {
    display: block;
}
.form label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    float: left;
    padding: 5px 0;
    width: 30%;
}
.form p label {
    width: 100%;
}
.form input,
.form textarea {
    border: 1px solid #ccc;
    float: left;
    margin: 0 0 5px;
    padding: 5px;
    width: 65%;
}
.form input[type="radio"],
.form input[type="checkbox"] {
    border: 0 none;
    margin: 2px 5px;
    padding-bottom: 0;
    padding-top: 0;
    width: auto;
}
.form select {
    max-width: 100%;
}
.form input[type="submit"],
.button {
    background-color: #1c6b41;
    background-image: -moz-linear-gradient(top, #48906c 0%, #247a4f 13%, #137041 14%, #086737 75%, #1c6b41 100%);
    background-image: -ms-linear-gradient(top, #48906c 0%, #247a4f 13%, #137041 14%, #086737 75%, #1c6b41 100%);
    background-image: -o-linear-gradient(top, #48906c 0%, #247a4f 13%, #137041 14%, #086737 75%, #1c6b41 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #48906c), color-stop(.13, #247a4f), color-stop(.14, #137041), color-stop(.75, #086737), color-stop(1, #1c6b41));
    background-image: -webkit-linear-gradient(top, #48906c 0%, #247a4f 13%, #137041 14%, #086737 75%, #1c6b41 100%);
    background-image: linear-gradient(to bottom, #48906c 0%, #247a4f 13%, #137041 14%, #086737 75%, #1c6b41 100%);
    border: 0 none;
    border-radius: 5px;
    clear: both;
    color: #fff;
    float: left;
    font-size: .9em;
    font-weight: bold;
    margin: 5px 0 0;
    max-width: 60%;
    min-width: 10%;
    padding: 8px 10px;
    width: auto;
}
.button {
    margin-bottom: 15px;
}
.form input[type="submit"].inline-button,
.inline-button {
    clear: none;
    float: none;
    margin-left: 5px;
    min-width: 0;
}
.form input + input[type="submit"].inline-button,
.form select + input[type="submit"].inline-button,
.form textarea + input[type="submit"].inline-button
input + .inline-button {
    margin-top: 0;
}
.form input[type="submit"]:hover,
.form input[type="submit"]:focus,
.button:hover,
.button:focus {
    text-decoration: none;
    opacity: .75;
}
.main-content > h2.warning,
strong.warning,
.warning {
    color: #600;
}
.warning label {
    font-weight: bold;
}
.half {
    float: left;
    padding-bottom: 10px;
    width: 100%;
}
.half label {
    font-size: 1.2em;
}
.half select {
    max-width: 65%;
}

/* Content area supplemental information */
.relevant-links {
    float: left;
    width: 100%;
}
.relevant-links:last-child {
    margin-bottom: 15px;
}
.row-divider + .relevant-links {
    margin-top: -5px;
}
.extra h2,
.relevant-links h2 {
    border: 0 none;
    color: #68ac2c;
    float: left;
    font-size: 1.1em;
    margin: 0 10px;
    padding: 0 0 5px;
}
.extra h2:before,
.relevant-links h2:before {
    float: left;
    padding: 0 10px 0 0;
    width: 20px;
}
.relevant-links h2 {
    float: left;
    line-height: 1.2;
    margin: 0 -10px;
    padding: 25px 20px 10px;
}
.relevant-links h3 {
    clear: left;
    color: #666;
    float: left;
    font-size: .9em;
    margin: 0;
    padding: 0 0 5px;
    width: 100%;
}
.relevant-links h3:before {
    float: left;
    font-size: 1.2em;
    margin: 0 0 0 -35px;
    text-align: center;
    width: 25px;
}
.relevant-pages-heading:before {
    color: #009507;
}
.relevant-topics-heading:before {
    color: #D25100;
}
.relevant-audience-heading:before {
    color: #5EA2A8;
}
.relevant-locations-heading:before {
    color: #A3B34D;
}
.relevant-related-heading:before {
    color: #D6A145;
}
.relevant-other nav {
    margin-bottom: 7px;
}
.relevant-list {
    float: left;
    font-size: .8em;
    line-height: 1.7;
    margin: 0 0 7px;
    width: 100%;
}
.relevant-list li {
    display: inline;
    float: left;
    width: 100%;
}
.relevant-list li:before {
    content: '/';
    display: none;
    float: right;
    margin-right: -11px;
}
.relevant-list a {
    color: #666;
    font-weight: normal;
    text-decoration: none;
}
.relevant-list a:hover,
.relevant-list a:active {
    color: #333;
    text-decoration: underline;
}
.relevant-pages {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 10px 0 0;
    padding: 25px 10px 15px 40px;
}
.relevant-other {
    background-image: url(../img/relevant-top-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 95% auto;
}
h2 + .relevant-other {
    clear: both;
}
.relevant-other-wrap {
    background-image: url(../img/relevant-bottom-bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 95% auto;
    border-bottom: 1px solid #ccc;
    margin: 0 0 40px;
    padding: 25px 10px 15px 40px;
}
.main-content + .relevant-links .relevant-other-wrap,
.row-divider + .relevant-links .relevant-other-wrap {
    border-top: 1px solid #ccc;
    margin-top: 20px;
}
.extra {
    clear: both;
    padding-bottom: 25px;
    position: relative;
}
.main-content .extra {
    padding-bottom: 0;
}
.pages-in {
    margin: 20px 0 5px;
}
.pages-in h2 {
    border-bottom: 1px dotted #aaa;
    border-top: 1px solid #E7E4E1;
    float: none;
    line-height: 1.2;
    margin: 0 0 10px;
    padding: 10px 10px 8px;
}
.pages-in ol {
    color: #666;
    font-size: .8em;
    list-style: decimal;
    list-style-position: outside;
    margin: 20px 0 0 2em;
    padding: 0 0 0 15px;
}
.pages-in a {
    color: #666;
    font-weight: normal;
    text-decoration: none;
}
.pages-in a:hover,
.pages-in a:active {
    color: #333;
    text-decoration: underline;
}
.rate h2 {
    border: 0 none;
    float: left;
    margin: 0;
    padding: 0 0 5px;
}
.rate .radio-group {
    float: right;
    margin: 3px 0 0 10px;
}
.extra-header {
    border-bottom: 1px solid #ccc;
    padding: 10px 10px 0;
    overflow: auto;
}
.star-rater {
    color: #c3bbb4;
    cursor: pointer;
    display: block;
    float: left;
    height: 1em;
    overflow: hidden;
    padding: 0 2px;
    text-align: center;
    text-indent: -999em;
    width: 1.2em;
}
.star-rater:before {
    display: block;
    text-indent: 0;
}
.star-rater:first-child {
    padding-left: 0;
}
.star-rater:last-child {
    padding-right: 0;
}
.star-rater.active,
.star-rater.selected {
    color: #938375;
}
.extra-form {
    background-image: url(../img/relevant-top-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 95% auto;
    color: #666;
    font-size: .8em;
    padding: 15px 15px 0;
    position: relative;
}
.extra-form input,
.extra-form textarea {
    float: right;
}
.extra-form input[type="submit"] {
    float: right;
    margin: 0 0 5px;
}
.extra-form p {
    font-size: 1em;
}

/* Course finder */
.course-search .half label {
    font-size: 1em;
}
.course-search .half.last {
    margin-top: 10px;
}
.course-search .extra-form {
    padding: 15px 10px 10px;
}
.course-search h2 {
    margin: 0;
}
.course-search input {
    float: left;
}
.course-search input[type="submit"] {
    float: left;
}
.side-nav h3 {
    color: #666;
    font-size: 1em;
    margin: 10px 35px 5px 25px;
    padding: 0;
}

.list-filter h3 {
    color: #68AC2C;
}
.list-filter small {
    margin: 0 35px 5px 25px;
    display: block;
}
.list-filter ul {
    background: #ded;
    margin:0 25px 0 15px;
    padding:10px 5px 5px 10px;
}
.list-filter ul a {
    text-decoration: underline;
}

.course-details-box h3 {
    color: #004b23;
    font-family: "Georgia", Times, sans-serif;
    font-weight: normal;
}

.course-block--contact li {
    padding: 0;
}

.main-content.course-details {
    padding-bottom: 20px;
}

.main-content.course-details ul {
    font-size: .8em;
}

.course-details > h2 {
    font-family: Arial, sans-serif;
    font-size: 1.15em;
    clear: both;
}

.course-details > h2 > a {
    background-color: #eee;
    display: block;
    margin: 0 -10px;
    padding: .4em 10px;
}
.course-details .active {
    background-color: #f5ffe9;
}
.stats-widget {
    float: right;
    text-align: right;
}

.course-details-content {
    width: 65%;
    float: left;
}

.course-details-box .listed-item:first-child {
	margin: 1em 0 0 0;
	padding: 0;
}

.course-details-box .listed-item h4:first-child {
	padding: 0;
}

#course-options table {
	border: 0;
	border-bottom: 1px solid #d5d5d5;
	padding: .4em 0;
	margin: .3em 0 .4em 0;
	display: block;
}

#course-options table:last-child {
	border-bottom: 0;
}

#course-options table td {
	padding: 5px 30px 5px 0;
}

#course-options table td strong {
	color: #333;
}
#course-options h4 {
    color: #004b23;
    font-family: Georgia, Times, serif;
    font-weight: normal;
}

@media only screen and (max-width: 801px) {
    .courses-filter-sidebar {
      border: 2px solid #1c6b41;
      box-sizing: border-box;
      margin: 24px 0 12px;
      width: 100%;
    }

    .courses-filter-sidebar .toggle-heading {
      color: #1e1e1e;
      display: block;
      display: block;
      font-size: 1em;
      margin: 0;
      padding: 0;
    }

    .courses-filter-sidebar .courses-toggle {
        display: block;
        padding: 10px;
    }

    .courses-filter-sidebar span {
      display: inline-block;
      width: 85%;
    }

    .courses-filter-sidebar .courses__toggle-icon {
      float: right;
    }

    .courses-filter-sidebar .toggle__content {
      display: none;
    }

    .courses-filter-sidebar.is-open .toggle__content {
      border-top: 2px solid #1c6b41;
      display: block;
      padding-top: 16px;
    }
}

@media only screen and (min-width: 801px) {
    .courses-filter-sidebar .toggle-heading {
        display: none;
    }
}

.lt-ie9 .courses-filter-sidebar .toggle-heading {
    display: none;
}

/* Bottom supplements */
.supplement-info {
    border-top: 1px solid #ccc;
    clear: both;
    color: #666;
    margin: 25px 0;
}
.relevant-links + .bottom-supps {
    clear: both;
    float: left;
    margin: -15px 0 10px;
    width: 100%;
}
nav.relevant-links + .bottom-supps {
    margin-top: 15px;
}
.relevant-links + .bottom-supps .supplement-info,
.main-content + .supplement-info {
    border-top: 0 none;
    margin-top: 0;
}
.supplement-info h2,
.supplement-info h3 {
    border-bottom: 1px solid #ccc;
    color: #68ac2c;
    font-size: 1.1em;
    line-height: 1.2;
    margin: 0 0 10px;
    padding: 5px 10px 8px;
}
.supplement-info h2:before,
.supplement-info h3:before {
    float: left;
    font-size: 1em;
    margin: 0;
    padding: 0 10px 0 0;
    text-align: center;
    width: 20px;
}
.relevant-links + .bottom-supps .supplement-info h2,
.relevant-links + .bottom-supps .supplement-info h3 {
    border-bottom: 1px dotted #aaa;
}
.supplement-info p,
.supplement-info ul {
    font-size: .8em;
    margin: 0;
    padding: .5em 30px 0;
}
.supplement-info ul {
    list-style-position: inside;
}
.supplement-info img {
    float: left;
    margin: 0 15px 15px 0;
    max-height: 200px;
    max-width: 100%;
}

/* Contact us element */
.contact-us {
    border-top: 0 none;
    margin-top: 20px;
}
.contact-us a {
    color: #666;
    font-weight: normal;
    text-decoration: none;
}
.contact-us a:hover,
.contact-us a:active {
    color: #333;
    text-decoration: underline;
}

/* Pool bar */

.progress-bar {
    background: #e9e9e9;
    border: 1px solid #ccc;
    margin: .5em 0;
    min-height: 20px;
    padding: 1px;
    width: 100%;
}

.progress-bar__indicator {
    background: #006432;
    padding: 10px 0;
}

/* Footer elements */
.footer a {
    color: #5f534a;
    font-weight: normal;
}
.footer a:hover,
.footer a:active {
    color: #000;
}
.social {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #716d6a;
    float: left;
    font-weight: bold;
    line-height: 1;
    padding: 10px 20px 0;
    min-width: 42%;
    width: 100%;
}
.social-text {
    float: left;
}
.social ul {
    float: left;
    margin: -10px 0 0 8px;
}
.social li {
    display: inline;
}
.social a {
    background-color: #fff;
    border-radius: 5px;
    float: left;
    font-size: 2em;
    height: 1em;
    margin: 0 5px 0 0;
    text-decoration: none;
    width: 1em;
}
.social a:hover,
.social a:active {
    opacity: .75;
    text-decoration: none;
}
.social .social-facebook,
.social .social-facebook:hover,
.social .social-facebook:active {
    color: #304b89;
}
.social .social-twitter,
.social .social-twitter:hover,
.social .social-twitter:active {
    color: #27c0ff;
}
.social .social-rss,
.social .social-rss:hover,
.social .social-rss:active {
    color: #f07f2b;
}
.copyright {
    clear: left;
    float: left;
    margin: 0 20px;
    text-align: left;
}
.copyright p {
    font-size: .8em;
    padding: .5em 0 0;
}
.quick-links {
    clear: left;
    display: none;
    font-size: .8em;
    margin: 0 10px;
}
.quick-links ul {
    float: left;
    margin-top: 10px;
}
.quick-links li {
    display: inline;
    line-height: 1.7;
    padding: 0 8px 0 0;
}
.quick-links a {
    text-decoration: none;
}
.quick-links a:hover,
.quick-links a:active {
    text-decoration: underline;
}
.charity-text {
    clear: left;
    display: none;
    float: left;
    font-size: .8em;
    margin: 0 10px;
    padding: 15px 0 0;
}

/* Homepages and widgets */
.row-divider {
    margin: 0;
    width: 100%;
}
.new-widget {
    float: left;
    margin: 0 0 15px;
    width: 100%;
}
.new-widget h2 {
    color: #004b23;
    font-family: Georgia, Times, serif;
    font-weight: normal;
    padding: 0 0 .4em 0;
}
.new-widget p,
.new-widget ul,
.new-widget ol {
    font-size: .8em;
}
.new-widget ul ul,
.new-widget ul ol,
.new-widget ol ul,
.new-widget ol ol {
    font-size: 1em;
}
.new-widget img {
    max-width: 100%;
}
.new-widget table:last-child {
    margin-bottom: 0;
}
.new-widget .form:last-child {
    padding-bottom: 0;
}
.widget-padding > div {
    width: 100%;
}
.stacking {
    margin: 0 0 15px;
}
.stacking:last-child {
    margin: 0;
}

#courseWidgetContainer ul {
    padding: 0 0 0 5px;
    list-style-type: none;
}

/* Carousel widget */
.carousel-widget {
    position: relative;
}
.widget-padding > .carousel-widget {
    width: auto;
}
.carousel-inner {
    overflow: hidden;
}
.new-widget ul.carousel-slides {
    font-size: 1em;
}
.carousel-slide {
    float: left;
}
.no-js .carousel-slide {
    margin-bottom: 15px;
}
.no-js .carousel-slide:last-child {
    margin-bottom: 0;
}
.carousel-slide img {
    width: 100%;
}
.carousel-slide-text {
    background-color: #004b23;
    padding: 8px 10px;
}
.carousel-slide-text h2 {
    font-size: 1.05em;
    font-weight: normal;
    padding: 0;
}
.carousel-slide-text a {
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}
.carousel-slide-text a:hover,
.carousel-slide-text a:active {
    text-decoration: underline;
}
.carousel-slide-text p {
    color: #fff;
    display: none;
}
.carousel-controls {
    margin-top: -12px;
    position: absolute;
    top: 45%;
    width: 100%;
}
.no-js .carousel-controls {
    display: none;
}
.carousel-controls li {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 30px;
    display: block;
    height: 26px;
    overflow: hidden;
    width: 26px;
}
.carousel-controls a {
    background-color: #548b24;
    background-image: -moz-linear-gradient(top, #89be5a 0%, #548b24 100%);
    background-image: -ms-linear-gradient(top, #89be5a 0%, #548b24 100%);
    background-image: -o-linear-gradient(top, #89be5a 0%, #548b24 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #89be5a), color-stop(1, #548b24));
    background-image: -webkit-linear-gradient(top, #89be5a 0%, #548b24 100%);
    background-image: linear-gradient(to bottom, #89be5a 0%, #548b24 100%);
    border-radius: 26px;
    display: block;
    height: 100%;
    text-decoration: none;
    text-indent: -20000px;
    width: 100%;
}
.carousel-controls a:hover,
.carousel-controls a:active {
    opacity: .75;
}
.carousel-controls a:before {
    color: #fff;
    display: block;
    font-size: 1em;
    padding: .5em 0;
    text-align: center;
    text-indent: 0;
}
.carousel-prev {
    float: left;
    margin-left: 10px;
}
.carousel-prev a:before {
    padding-right: 2px;
}
.carousel-next {
    float: right;
    margin-right: 10px;
}
.carousel-next a:before {
    padding-left: 2px;
}

/* Content widget */
.content-widget img {
    display: block;
    height: auto !important;
    margin: 0 auto 1em;
    max-width: 100%;
}
.content-widget img.float_left {
    margin-right: 1em;
}
.content-widget img.float_right {
    margin-left: 1em;
}
.content-widget img.main-image {
    float: right;
    height: auto !important;
    margin: .3em 0 1em 1em;
    max-width: 35%;
}

/* eCommerce widget */
.ecommerce-widget {
    border: 1px solid #ccc;
    padding: 10px;
}
.ecommerce-widget .form {
    padding-bottom: 5px;
}
.ecommerce-widget .form p {
    padding-bottom: .5em;
}

/* Events calendar widget */
.events-calendar-widget .calendar {
    width: 100%;
}

/* Image widget */
.image-widget .main-image {
    margin: 0 0 1em;
}

/* Image and text widget */
.news-widget {
    float: left;
    margin: 0 0 -5px;
}
.news-widget a {
    text-decoration: none;
}
.news-widget a:hover h2,
.news-widget a:active h2 {
    text-decoration: underline;
}
.news-widget a:hover img,
.news-widget a:active img {
    border-color: #ebebeb;
}
.news-widget h2 {
    background-color: #999;
    clear: both;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 1.05em;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 8px 10px;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, .1);
}
.new-widget.news-widget h2,
.carousel-inner h2 {
    font-family: Arial, sans-serif;
}
.news-widget img {
    display: block;
    float: left;
    margin: 0 10px 5px 0;
    width: 40%;
}
.news-widget p {
    font-size: .9em;
    margin: 0 0 5px;
}

/* Left column lookalike navigation widget */
.new-widget .left-column {
    display: block;
    float: none;
    width: auto;
}
.new-widget .left-column h2 {
    color: #68ac2c;
    font-family: Arial, sans-serif;
    font-weight: bold;
    padding: 0;
}

.new-widget .side-nav {
    min-height: 0px;
    background-image: none;
}

/* Navigation lists in widgets */
.nav__list li {
    display: block;
    line-height: 1.5;
    padding: 0 0 5px 15px;
}
.nav__list li:before {
    color: #98a454;
    float: left;
    font-size: .7em;
    margin: 5px 0 0 -15px;
    width: 15px;
}
.nav__list a {
    color: #333;
    display: block;
    font-weight: normal;
    text-decoration: none;
}
.nav__list a:hover,
.nav__list a:active {
    text-decoration: underline;
}

.opinion-poll-widget > p:last-child {
    margin-top: -1em;
    padding-bottom: 0;
}
.opinion-poll-widget label {
    padding-bottom: 0;
    padding-top: 0;
}

/* Supplement Info Widget */
.widget-padding .supplement-info {
    margin-left: 0;
    margin-top: 0;
}

.widget-padding .supplement-info p, .widget-padding .supplement-info ul {
    padding-left: 0;
}

/* Panel banner widget */
.widget-padding > .panel-banner {
    width: auto;
}
.width-100 .panel-banner {
    margin: 0 -10px;
}
.panel-banner__container {
    overflow: hidden;
    position: relative;
}
.panel-banner__image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 25vh;
    position: relative;
    width: 100%;
    z-index: 2;
}
.new-widget .panel-banner__heading {
    box-sizing: border-box;
    font-size: 2em;
    margin: 0;
    padding: 0;
    position: relative;
    word-break: break-word;
    word-wrap: break-word;
    z-index: 3;
}
.panel-banner__link {
    background-color: rgba(0, 100, 50, .2);
    box-sizing: border-box;
    display: block;
    padding: 1rem 5rem 1rem 1.5rem;
}
.panel-banner__link::after {
    background-image: url('../../img/chevron-green.png');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 25px;
    vertical-align: baseline;
    width: 40px;
}
.panel-banner__top,
.panel-banner__bottom {
    background-color: #006432;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.3em;
    margin-top: 1px;
    padding: .5rem 1rem;
    position: relative;
    width: 100%;
    z-index: 2;
}
.panel-banner__top a,
.panel-banner__bottom a {
    color: #fff;
    font-weight: normal;
    text-decoration: underline;
}
.panel-banner__top a:hover,
.panel-banner__top a:focus,
.panel-banner__top a:active,
.panel-banner__bottom a:hover,
.panel-banner__bottom a:focus,
.panel-banner__bottom a:active {
    text-decoration: none;
}
.panel-banner__top h3,
.panel-banner__top h4,
.panel-banner__top h5,
.panel-banner__bottom h3,
.panel-banner__bottom h4,
.panel-banner__bottom h5 {
    color: #fff;
    text-shadow: none;
}
.panel-banner__top p:empty,
.panel-banner__bottom p:empty {
    padding: 0;
}

.panel-banner__link:focus,
.panel-banner__link:active {
    box-shadow: inset 0 0 0 2px #999;
    outline: 0;
}

/* ==========================================================================
   Media queries
   ========================================================================== */

/* Mobile portrait */
@media only screen and (min-width: 320px) {

    .mobile-title {
        width: 50%;
        margin: 11px 25%;
    }

    #gallery-list .grid-item {
        width: 50%;
        margin-right: 0;
    }

}

/* Mobile landscape */
@media only screen and (min-width: 401px) {

    .mobile-title {
        width: 60%;
        margin: 11px 20%;
    }

    .branding {
        background-position: 80% -60px;
    }
    .tagline {
        font-size: 1.05em;
    }

    .calendar-container {
        margin: 0 0 0 1em;
        width: auto;
    }
    .calendar {
        width: auto;
    }

}

/* Mobile larger landscape */
@media only screen and (min-width: 501px) {

    .branding {
        background-size: 300px auto;
    }
    .tagline {
        font-size: 1.2em;
    }

    .half {
        width: 50%;
    }

    .social {
        width: auto;
    }
    .copyright {
        clear: none;
        float: right;
        margin-left: 0;
        text-align: right;
    }
    .copyright p {
        padding: 0;
    }

}

/* Tablet portrait */
@media only screen and (min-width: 571px) {

    html {
        padding: 0 25px;
    }
    body {
        box-shadow: 0 0 7px rgba(0, 0, 0, .3);
    }

    table {
        display: table;
        overflow-x: auto;
    }

    .footer {
        padding: 30px 0 30px;
    }

    .logo {
        width: 15%;
    }

    .mobile-header {
        margin: 0 -25px;
        padding: 0 25px;
    }
    .mobile-back-button {
        margin: 10px -15px;
    }
    .mobile-title {
        width: 53%;
    }
    .mobile-actions {
        margin: 10px -15px;
    }
    .mobile-extra {
        margin-left: -25px;
    }

    .main-image {
        border: 5px solid #e6e1db;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .listed-links li {
        width: 50%;
    }

    .grid-item {
        width: 46%;
        margin-right: 4%;
    }
    .grid-item:nth-child(2n) {
        margin-right: 0;
    }

    .form label {
        padding: 5px 15px 5px 0;
        width: 20%;
    }
    .form input,
    .form textarea {
        float: left;
        width: 55%;
    }

    .relevant-links h3 {
        padding-bottom: 0;
        width: 25%;
    }
    .relevant-list {
        width: 75%;
    }
    .relevant-list li {
        padding-right: 17px;
        width: auto;
    }
    .relevant-list li:last-child {
        padding-right: 0;
    }
    .relevant-list li:before {
        display: block;
    }
    .relevant-list li:last-child:before {
        display: none;
    }

    .supplement-info img {
        margin-bottom: 0;
    }

    .extra .radio-group {
        margin-right: 15px;
    }
    .extra-form input[type="submit"] {
        bottom: 0;
        position: absolute;
        right: 30px;
        width: 15%;
    }
    .course-search input[type="submit"] {
        float: none;
        position: static;
        width: auto;
    }

    .social {
        padding: 10px;
    }
    .copyright {
        margin-right: 10px;
    }
    .quick-links {
        display: block;
    }
    .charity-text {
        display: block;
    }

    .row-divider {
        margin: 0 -10px;
        width: auto;
    }

    .widget-padding {
        padding: 0 10px;
    }

    .carousel-widget {
        margin: 0 -10px;
    }
    .home .carousel-widget {
        margin: 0;
    }
    .carousel-slide-text {
        padding: 11px 20px 12px;
    }
    .carousel-slide-text h2 {
        font-size: 1.2em;
        padding-bottom: .2em;
    }
    .carousel-slide-text p {
        display: block;
    }
    .carousel-controls {
        top: 40%;
        margin-top: -21px;
    }
    .carousel-controls li {
        border-width: 3px;
        height: 35px;
        width: 35px;
    }
    .carousel-controls a:before {
        font-size: 20px;
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .carousel-prev {
        margin-left: -18px;
    }
    .carousel-next {
        margin-right: -18px;
    }

    .content-widget p {
        font-size: .8em;
    }

    .news-widget h2 {
        font-size: .9em;
        font-weight: bold;
        line-height: 1.3;
        padding: 11px 10px 10px;
    }
    .no-js .news-widget h2 {
        margin: 10px 0 0;
    }
    .news-widget img {
        border: 5px solid #e6e1db;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 5px 0;
        width: 100%;
    }
    .news-widget p {
        font-size: .75em;
        padding: 0;
    }

    .new-widget {
        width: 50%;
    }

    .new-widget:nth-child(odd) {
        clear: left;
    }

    .new-widget .left-column {
        margin: 0 -10px;
    }

    .num-widgets-3 .new-widget:nth-child(2n+1) {
        clear: left;
    }
    .num-widgets-3 + .num-widgets-3 .new-widget:nth-child(2n+1) {
        clear: none;
    }
    .num-widgets-3 + .row-divider .new-widget:nth-child(2n) {
        clear: left;
    }

    .width-76,
    .width-77,
    .width-78,
    .width-79,
    .width-80,
    .width-81,
    .width-82,
    .width-83,
    .width-84,
    .width-85,
    .width-86,
    .width-87,
    .width-88,
    .width-89,
    .width-90,
    .width-91,
    .width-92,
    .width-93,
    .width-94,
    .width-95,
    .width-96,
    .width-97,
    .width-98,
    .width-99,
    .width-100 {
        width: 100%;
    }
}

/* Tablet landscape and desktop */
@media only screen and (min-width: 801px) {

    .mobile-only {
        display: none;
    }
    .desktop-only {
        display: block;
    }

    .main {
        margin: 0 15px 0 5px;
    }
    .full-width {
        margin: 0 5px;
    }

    .content-area {
        width: 76%;
    }
    .full-width .content-area {
        width: 100%;
    }

    .branding {
        background-position: 50% -25px;
        background-size: 470px auto;
        padding: 0 0 40px;
    }
    .logo {
        width: 11%;
        margin-bottom: 15px;
    }
    .tagline {
        font-size: 1.5em;
        margin-top: -.5em;
        top: 50%;
    }

    .main-image {
        margin: 0 -10px 15px 15px;
    }
    .listed-item .main-image {
        margin-top: 15px;
    }

    .grid-item {
        width: 22%;
        margin-right: 3%;
    }
    .grid-item:nth-child(2n) {
        margin-right: 3%;
    }
    .grid-item:nth-child(4n) {
        margin-right: 0;
    }

    #gallery-list .grid-item {
        width: 25%;
        margin-right: 0;
    }

    h1 + .relevant-links,
    .row-divider + .relevant-links {
        margin-top: 0;
    }
    h1 + aside.relevant-links,
    .row-divider + aside.relevant-links {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 25px;
        padding-right: 5px;
    }
    .full-width h1 + aside.relevant-links,
    .full-width .row-divider + aside.relevant-links {
        padding-left: 15px;
    }
    h1 + .relevant-links .relevant-other-wrap,
    .row-divider + .relevant-links .relevant-other-wrap {
        border-top: 1px solid #ccc;
    }

    .pages-in h2,
    .supplement-info h2,
    .supplement-info h3 {
        margin-left: -10px;
    }
    .relevant-links h2 {
        margin: 0 15px;
    }
    .relevant-links h3 {
        margin-left: -10px;
    }
    .relevant-pages {
        margin: 25px 0 0;
        padding-left: 50px;
    }
    .extra,
    .relevant-other {
        margin: 0 5px 13px 25px;
    }
    .full-width .extra,
    .full-width .relevant-other {
        margin-left: 15px;
    }
    .main-content .extra {
        margin: 0 0 13px;
    }
    .main-content .pages-in {
        margin: 20px 0 5px;
    }
    .relevant-other-wrap {
        padding-left: 50px;
    }

    .content-area .row-divider {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 15px 0 35px;
    }
    .content-area .num-widgets-3 {
        padding: 0 25px 0 45px;
    }
    .full-width .content-area .row-divider {
        padding-left: 15px;
    }
    .main-content {
        padding: 0 5px 0 35px;
    }
    .full-width .main-content {
        padding-left: 15px;
    }

    .full-width .content-area h1 {
        margin-left: 15px;
        margin-right: 15px;
    }

    .pagination {
        margin: 0 -10px 25px;
    }

    .listed-links {
        margin: 10px -10px 20px;
    }
    .listed-item {
        margin: -5px -10px 10px;
        padding: 5px 10px 0;
    }

    .gallery-item {
        padding-top: 15px;
    }

    .course-details {
        float: left;
        width: 60%;
    }
    .course-details + .course-search {
        clear: none;
        float: right;
        margin-left: 0;
        width: 30%;
    }
    .course-details + .course-search .half {
        width: 100%;
    }
    .course-details-full {
        width: 96%;
    }

    .supplement-info {
        margin-left: 35px;
        margin-right: 5px;
    }
    .full-width .supplement-info {
        margin-left: 15px;
    }
    aside.supplement-info:last-child {
        margin-bottom: 35px;
    }

    .copyright {
        clear: both;
        margin-top: 10px;
    }
    .quick-links {
        width: 66%;
    }
    .quick-links li {
        line-height: 1;
    }
    .row-divider:before,
    .row-divider:after {
        content: " ";
        display: table;
    }
    .row-divider:after {
        clear: both;
    }

    .num-widgets-3 .new-widget:nth-child(2n+1) {
        clear: none;
    }
    .num-widgets-3 + .row-divider .new-widget:nth-child(2n) {
        clear: none;
    }

    .new-widget .main-content {
        padding: 0 5px 0 15px;
    }

    .new-widget .side-nav {
        min-height: 520px;
        background-image: url(../img/side-nav-bg.jpg);
    }

    .new-widget:nth-child(odd) {
        clear: none;
    }

    .width-1 {
        width: 1%;
    }
    .width-2 {
        width: 2%;
    }
    .width-3 {
        width: 3%;
    }
    .width-4 {
        width: 4%;
    }
    .width-5 {
        width: 5%;
    }
    .width-6 {
        width: 6%;
    }
    .width-7 {
        width: 7%;
    }
    .width-8 {
        width: 8%;
    }
    .width-9 {
        width: 9%;
    }
    .width-10 {
        width: 10%;
    }
    .width-11 {
        width: 11%;
    }
    .width-12 {
        width: 12%;
    }
    .width-13 {
        width: 13%;
    }
    .width-14 {
        width: 14%;
    }
    .width-15 {
        width: 15%;
    }
    .width-16 {
        width: 16%;
    }
    .width-17 {
        width: 17%;
    }
    .width-18 {
        width: 18%;
    }
    .width-19 {
        width: 19%;
    }
    .width-20 {
        width: 20%;
    }
    .width-21 {
        width: 21%;
    }
    .width-22 {
        width: 22%;
    }
    .width-23 {
        width: 23%;
    }
    .width-24 {
        width: 24%;
    }
    .width-25 {
        width: 25%;
    }
    .width-26 {
        width: 26%;
    }
    .width-27 {
        width: 27%;
    }
    .width-28 {
        width: 28%;
    }
    .width-29 {
        width: 29%;
    }
    .width-30 {
        width: 30%;
    }
    .width-31 {
        width: 31%;
    }
    .width-32 {
        width: 32%;
    }
    .width-33,
    .width-66 + .width-34 {
        width: 33.333333%;
    }
    .width-33 .widget-padding {
        padding: 0 5px;
    }
    .width-33:first-child .widget-padding {
        padding: 0 10px 0 0;
    }
    .width-33:last-child .widget-padding {
        padding: 0 0 0 10px;
    }
    .width-34 {
        width: 34%;
    }
    .width-35 {
        width: 35%;
    }
    .width-36 {
        width: 36%;
    }
    .width-37 {
        width: 37%;
    }
    .width-38 {
        width: 38%;
    }
    .width-39 {
        width: 39%;
    }
    .width-40 {
        width: 40%;
    }
    .width-41 {
        width: 41%;
    }
    .width-42 {
        width: 42%;
    }
    .width-43 {
        width: 43%;
    }
    .width-44 {
        width: 44%;
    }
    .width-45 {
        width: 45%;
    }
    .width-46 {
        width: 46%;
    }
    .width-47 {
        width: 47%;
    }
    .width-48 {
        width: 48%;
    }
    .width-49 {
        width: 49%;
    }
    .width-50 {
        width: 50%;
    }
    .width-51 {
        width: 51%;
    }
    .width-52 {
        width: 52%;
    }
    .width-53 {
        width: 53%;
    }
    .width-54 {
        width: 54%;
    }
    .width-55 {
        width: 55%;
    }
    .width-56 {
        width: 56%;
    }
    .width-57 {
        width: 57%;
    }
    .width-58 {
        width: 58%;
    }
    .width-59 {
        width: 59%;
    }
    .width-60 {
        width: 60%;
    }
    .width-61 {
        width: 61%;
    }
    .width-62 {
        width: 62%;
    }
    .width-63 {
        width: 63%;
    }
    .width-64 {
        width: 64%;
    }
    .width-65 {
        width: 65%;
    }
    .width-66 {
        width: 66.666666%;
    }
    .width-66:first-child .widget-padding {
        padding-right: 0 5px;
    }
    .width-66:last-child .widget-padding {
        padding-left: 0 5px;
    }
    .width-67 {
        width: 67%;
    }
    .width-68 {
        width: 68%;
    }
    .width-69 {
        width: 69%;
    }
    .width-70 {
        width: 70%;
    }
    .width-71 {
        width: 71%;
    }
    .width-72 {
        width: 72%;
    }
    .width-73 {
        width: 73%;
    }
    .width-74 {
        width: 74%;
    }
    .width-75 {
        width: 75%;
    }
    .width-76 {
        width: 76%;
    }
    .width-77 {
        width: 77%;
    }
    .width-78 {
        width: 78%;
    }
    .width-79 {
        width: 79%;
    }
    .width-80 {
        width: 80%;
    }
    .width-81 {
        width: 81%;
    }
    .width-82 {
        width: 82%;
    }
    .width-83 {
        width: 83%;
    }
    .width-84 {
        width: 84%;
    }
    .width-85 {
        width: 85%;
    }
    .width-86 {
        width: 86%;
    }
    .width-87 {
        width: 87%;
    }
    .width-88 {
        width: 88%;
    }
    .width-89 {
        width: 89%;
    }
    .width-90 {
        width: 90%;
    }
    .width-91 {
        width: 91%;
    }
    .width-92 {
        width: 92%;
    }
    .width-93 {
        width: 93%;
    }
    .width-94 {
        width: 94%;
    }
    .width-95 {
        width: 95%;
    }
    .width-96 {
        width: 96%;
    }
    .width-97 {
        width: 97%;
    }
    .width-98 {
        width: 98%;
    }
    .width-99 {
        width: 99%;
    }
    .width-100 {
        width: 100%;
    }

    .home .carousel-widget {
        margin: 0 -10px;
    }

    .width-100 .panel-banner {
        margin: 0 -20px;
    }
    .panel-banner__container {
        box-sizing: border-box;
        min-height: 400px;
        padding-bottom: 150px;
    }
    .new-widget .panel-banner__heading {
        font-size: 2.3em;
        margin-bottom: 0;
        padding: 0;
    }
    .panel-banner__link {
        background-color: rgba(255, 255, 255, .8);
    }
    .panel-banner__image {
        bottom: 0;
        height: auto;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
    .panel-banner__bottom,
    .panel-banner__top {
        background-color: rgba(0, 75, 35, 0.75);
        margin: 0;
    }
    .panel-banner__bottom {
        bottom: 0;
        left: 25%;
        padding: 1.5rem 3rem;
        position: absolute;
        right: 25%;
        text-align: center;
        width: auto;
    }
    .panel-banner__top {
        min-width: 300px;
        padding: 1.5rem 1.75rem;
        width: 50%;
    }
}

/* Course widget fix */
@media only screen and (max-width: 990px) {
    .stats-widget {
        float: left;
        text-align: left;
        clear: both;
    }

    .course-details-content {
        width: 100%;
    }

}


/* ==========================================================================
   IE fixes
   ========================================================================== */

/* Prefixed media query contents for IE8 (and below) */
.lt-ie9 .mobile-title {
    width: 50%;
    margin: 11px 25%;
}
.lt-ie9 .mobile-title {
    width: 60%;
    margin: 11px 20%;
}
.lt-ie9 .branding {
    background-position: 80% -60px;
}
.lt-ie9 .tagline {
    font-size: 1.05em;
}
.lt-ie9 .calendar-container {
    margin: 0 0 0 1em;
    width: auto;
}
.lt-ie9 .calendar {
    width: auto;
}
.lt-ie9 .branding {
    background-size: 300px auto;
}
.lt-ie9 .tagline {
    font-size: 1.2em;
}
.lt-ie9 .half {
    width: 50%;
}
.lt-ie9 .social {
    width: auto;
}
.lt-ie9 .copyright {
    clear: none;
    float: right;
    margin-left: 0;
    text-align: right;
}
.lt-ie9 .copyright p {
    padding: 0;
}
.lt-ie9 html {
    padding: 0 25px;
}
.lt-ie9 body {
    box-shadow: 0 0 7px rgba(0, 0, 0, .3);
}
.lt-ie9 table {
    display: table;
    overflow-x: auto;
}
.lt-ie9 .footer {
    padding: 30px 0 30px;
}
.lt-ie9 .logo {
    width: 15%;
}
.lt-ie9 .mobile-header {
    margin: 0 -25px;
    padding: 0 25px;
}
.lt-ie9 .mobile-back-button {
    margin: 10px -15px;
}
.lt-ie9 .mobile-title {
    width: 53%;
}
.lt-ie9 .mobile-actions {
    margin: 10px -15px;
}
.lt-ie9 .mobile-extra {
    margin-left: -25px;
}
.lt-ie9 .main-image {
    border: 5px solid #e6e1db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.lt-ie9 .listed-links li {
    width: 50%;
}
.lt-ie9 .grid-item {
    width: 46%;
    margin-right: 4%;
}
.lt-ie9 .grid-item:nth-child(2n) {
    margin-right: 0;
}
.lt-ie9 .form label {
    padding: 5px 15px 5px 0;
    width: 20%;
}
.lt-ie9 .form input,
.lt-ie9 .form textarea {
    float: left;
    width: 55%;
}
.lt-ie9 .relevant-links h3 {
    padding-bottom: 0;
    width: 25%;
}
.lt-ie9 .relevant-list {
    width: 75%;
}
.lt-ie9 .relevant-list li {
    padding-right: 17px;
    width: auto;
}
.lt-ie9 .relevant-list li.last-child {
    padding-right: 0;
}
.lt-ie9 .relevant-list li:before {
    display: block;
}
.lt-ie9 .relevant-list li.last-child:before {
    display: none;
}
.lt-ie9 .supplement-info img {
    margin-bottom: 0;
}
.lt-ie9 .extra .radio-group {
    margin-right: 15px;
}
.lt-ie9 .extra-form input[type="submit"] {
    bottom: 0;
    position: absolute;
    right: 30px;
    width: 22%;
}
.lt-ie9 .course-search input[type="submit"] {
    float: none;
    position: static;
    width: auto;
}
.lt-ie9 .social {
    padding: 10px;
}
.lt-ie9 .copyright {
    margin-right: 10px;
}
.lt-ie9 .quick-links {
    display: block;
}
.lt-ie9 .charity-text {
    display: block;
}
.lt-ie9 .row-divider {
    margin: 0 -10px;
    width: auto;
}
.lt-ie9 .widget-padding {
    padding: 0 10px;
}
.lt-ie9 .carousel-widget {
    margin: 0 -10px;
}
.lt-ie9 .carousel-slide-text {
    padding: 11px 20px 12px;
}
.lt-ie9 .carousel-slide-text h2 {
    font-size: 1.2em;
    padding-bottom: .2em;
}
.lt-ie9 .carousel-slide-text p {
    display: block;
}
.lt-ie9 .carousel-controls {
    top: 40%;
    margin-top: -21px;
}
.lt-ie9 .carousel-controls li {
    border-width: 3px;
    height: 35px;
    width: 35px;
}
.lt-ie9 .carousel-controls a:before {
    font-size: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.lt-ie9 .carousel-prev {
    margin-left: -18px;
}
.lt-ie9 .carousel-next {
    margin-right: -18px;
}
.lt-ie9 .content-widget p {
    font-size: .8em;
}
.lt-ie9 .news-widget h2 {
    font-size: .9em;
    font-weight: bold;
    line-height: 1.3;
    padding: 11px 10px 10px;
}
.lt-ie9.no-js .news-widget h2 {
    margin: 10px 0 0;
}
.lt-ie9 .news-widget img {
    border: 5px solid #e6e1db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 5px 0;
    width: 100%;
}
.lt-ie9 .new-widget {
    width: 50%;
}
.lt-ie9 .news-widget p.last-child /* Edited for class override */ {
    font-size: .75em;
    padding: 0;
}
.lt-ie9 .new-widget .left-column {
    margin: 0 -10px;
}

.lt-ie9 .num-widgets-3 .new-widget.nth-chd-2np1 {
    clear: left;
}
.lt-ie9 .num-widgets-3 + .num-widgets-3 .new-widget.nth-chd-2np1 {
    clear: none;
}
.lt-ie9 .num-widgets-3 + .row-divider .new-widget.nth-chd-2n {
    clear: left;
}
.lt-ie9 .width-76,
.lt-ie9 .width-77,
.lt-ie9 .width-78,
.lt-ie9 .width-79,
.lt-ie9 .width-80,
.lt-ie9 .width-81,
.lt-ie9 .width-82,
.lt-ie9 .width-83,
.lt-ie9 .width-84,
.lt-ie9 .width-85,
.lt-ie9 .width-86,
.lt-ie9 .width-87,
.lt-ie9 .width-88,
.lt-ie9 .width-89,
.lt-ie9 .width-90,
.lt-ie9 .width-91,
.lt-ie9 .width-92,
.lt-ie9 .width-93,
.lt-ie9 .width-94,
.lt-ie9 .width-95,
.lt-ie9 .width-96,
.lt-ie9 .width-97,
.lt-ie9 .width-98,
.lt-ie9 .width-99,
.lt-ie9 .width-100 {
    width: 100%;
}
.lt-ie9 .mobile-only {
    display: none;
}
.lt-ie9 .desktop-only {
    display: block;
}
.lt-ie9 .main {
    margin: 0 15px 0 5px;
}
.lt-ie9 .full-width {
    margin: 0 5px;
}
.lt-ie9 .content-area {
    width: 76%;
}
.lt-ie9 .full-width .content-area {
    width: 100%;
}
.lt-ie9 .branding {
    background-position: 50% -25px;
    background-size: 470px auto;
    padding: 0 0 40px;
}
.lt-ie9 .logo {
    width: 11%;
    margin-bottom: 15px;
}
.lt-ie9 .tagline {
    font-size: 1.5em;
    margin-top: -.5em;
    top: 50%;
}
.lt-ie9 .main-image {
    margin: 0 -10px 15px 15px;
}
.lt-ie9 .listed-item .main-image {
    margin-top: 15px;
}
.lt-ie9 .grid-item {
    width: 22%;
    margin-right: 3%;
}
.lt-ie9 .grid-item:nth-child(2n) {
    margin-right: 3%;
}
.lt-ie9 .grid-item:nth-child(4n) {
    margin-right: 0;
}
.lt-ie9 h1 + .relevant-links,
.lt-ie9 .row-divider + .relevant-links {
    margin-top: 0;
}
.lt-ie9 h1 + aside.relevant-links,
.lt-ie9 .row-divider + aside.relevant-links {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 5px;
}
.lt-ie9 .full-width h1 + aside.relevant-links,
.lt-ie9 .full-width .row-divider + aside.relevant-links {
    padding-left: 15px;
}
.lt-ie9 h1 + .relevant-links .relevant-other-wrap,
.lt-ie9 .row-divider + .relevant-links .relevant-other-wrap {
    border-top: 1px solid #ccc;
}
.lt-ie9 .pages-in h2,
.lt-ie9 .supplement-info h2,
.lt-ie9 .supplement-info h3 {
    margin-left: -10px;
}
.lt-ie9 .relevant-links h2 {
    margin: 0 15px;
}
.lt-ie9 .relevant-links h3 {
    margin-left: -10px;
}
.lt-ie9 .relevant-pages {
    margin: 25px 0 0;
    padding-left: 50px;
}
.lt-ie9 .extra,
.lt-ie9 .relevant-other {
    margin: 0 5px 13px 25px;
}
.lt-ie9 .full-width .extra,
.lt-ie9 .full-width .relevant-other {
    margin-left: 15px;
}
.lt-ie9 .main-content .extra {
    margin: 0 0 13px;
}
.lt-ie9 .main-content .pages-in {
    margin: 20px 0 5px;
}
.lt-ie9 .relevant-other-wrap {
    padding-left: 50px;
}
.lt-ie9 .content-area .row-divider {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px 0 35px;
}
.lt-ie9 .full-width .content-area .row-divider {
    padding-left: 15px;
}
.lt-ie9 .main-content {
    padding: 0 5px 0 35px;
}
.lt-ie9 .full-width .main-content {
    padding-left: 15px;
}
.lt-ie9 .pagination {
    margin: 0 -10px 25px;
}
.lt-ie9 .listed-links {
    margin: 10px -10px 20px;
}
.lt-ie9 .listed-item {
    margin: -5px -10px 10px;
    padding: 5px 10px 0;
}
.lt-ie9 .gallery-item {
    padding-top: 15px;
}
.lt-ie9 .course-details {
    float: left;
    width: 60%;
}
.lt-ie9 .course-details-full {
    width: 96%;
}
.lt-ie9 .course-details + .course-search {
    clear: none;
    float: right;
    margin-left: 0;
    width: 30%;
}
.lt-ie9 .course-details + .course-search .half {
    width: 100%;
}
.lt-ie9 .supplement-info {
    margin-left: 35px;
    margin-right: 15px;
}
.lt-ie9 .full-width .supplement-info {
    margin-left: 15px;
}
.lt-ie9 aside.supplement-info.last-child {
    margin-bottom: 35px;
}
.lt-ie9 .copyright {
    clear: both;
    margin-top: 10px;
}
.lt-ie9 .quick-links {
    width: 66%;
}
.lt-ie9 .quick-links li {
    line-height: 1;
}
.lt-ie9 .row-divider {
    float: left;
}
.lt-ie9 .row-divider:before,
.lt-ie9 .row-divider:after {
    content: " ";
    display: table;
}
.lt-ie9 .row-divider:after {
    clear: both;
}
.lt-ie9 .num-widgets-3 .new-widget.nth-chd-2np1 {
    clear: none;
}
.lt-ie9 .num-widgets-3 + .row-divider .new-widget.nth-chd-2n {
    clear: none;
}
.lt-ie9 .new-widget .main-content {
    padding: 0 5px 0 15px;
}
.lt-ie9 .width-1 {
    width: 1%;
}
.lt-ie9 .width-2 {
    width: 2%;
}
.lt-ie9 .width-3 {
    width: 3%;
}
.lt-ie9 .width-4 {
    width: 4%;
}
.lt-ie9 .width-5 {
    width: 5%;
}
.lt-ie9 .width-6 {
    width: 6%;
}
.lt-ie9 .width-7 {
    width: 7%;
}
.lt-ie9 .width-8 {
    width: 8%;
}
.lt-ie9 .width-9 {
    width: 9%;
}
.lt-ie9 .width-10 {
    width: 10%;
}
.lt-ie9 .width-11 {
    width: 11%;
}
.lt-ie9 .width-12 {
    width: 12%;
}
.lt-ie9 .width-13 {
    width: 13%;
}
.lt-ie9 .width-14 {
    width: 14%;
}
.lt-ie9 .width-15 {
    width: 15%;
}
.lt-ie9 .width-16 {
    width: 16%;
}
.lt-ie9 .width-17 {
    width: 17%;
}
.lt-ie9 .width-18 {
    width: 18%;
}
.lt-ie9 .width-19 {
    width: 19%;
}
.lt-ie9 .width-20 {
    width: 20%;
}
.lt-ie9 .width-21 {
    width: 21%;
}
.lt-ie9 .width-22 {
    width: 22%;
}
.lt-ie9 .width-23 {
    width: 23%;
}
.lt-ie9 .width-24 {
    width: 24%;
}
.lt-ie9 .width-25 {
    width: 25%;
}
.lt-ie9 .width-26 {
    width: 26%;
}
.lt-ie9 .width-27 {
    width: 27%;
}
.lt-ie9 .width-28 {
    width: 28%;
}
.lt-ie9 .width-29 {
    width: 29%;
}
.lt-ie9 .width-30 {
    width: 30%;
}
.lt-ie9 .width-31 {
    width: 31%;
}
.lt-ie9 .width-32 {
    width: 32%;
}
.lt-ie9 .width-33,
.lt-ie9 .width-66 + .width-34 {
    width: 33.333333%;
}
.lt-ie9 .width-33 .widget-padding {
    padding: 0 5px;
}
.lt-ie9 .width-33.first-child .widget-padding {
    padding: 0 10px 0 0;
}
.lt-ie9 .width-33.last-child .widget-padding {
    padding: 0 0 0 10px;
}
.lt-ie9 .width-34 {
    width: 34%;
}
.lt-ie9 .width-35 {
    width: 35%;
}
.lt-ie9 .width-36 {
    width: 36%;
}
.lt-ie9 .width-37 {
    width: 37%;
}
.lt-ie9 .width-38 {
    width: 38%;
}
.lt-ie9 .width-39 {
    width: 39%;
}
.lt-ie9 .width-40 {
    width: 40%;
}
.lt-ie9 .width-41 {
    width: 41%;
}
.lt-ie9 .width-42 {
    width: 42%;
}
.lt-ie9 .width-43 {
    width: 43%;
}
.lt-ie9 .width-44 {
    width: 44%;
}
.lt-ie9 .width-45 {
    width: 45%;
}
.lt-ie9 .width-46 {
    width: 46%;
}
.lt-ie9 .width-47 {
    width: 47%;
}
.lt-ie9 .width-48 {
    width: 48%;
}
.lt-ie9 .width-49 {
    width: 49%;
}
.lt-ie9 .width-50 {
    width: 50%;
}
.lt-ie9 .width-51 {
    width: 51%;
}
.lt-ie9 .width-52 {
    width: 52%;
}
.lt-ie9 .width-53 {
    width: 53%;
}
.lt-ie9 .width-54 {
    width: 54%;
}
.lt-ie9 .width-55 {
    width: 55%;
}
.lt-ie9 .width-56 {
    width: 56%;
}
.lt-ie9 .width-57 {
    width: 57%;
}
.lt-ie9 .width-58 {
    width: 58%;
}
.lt-ie9 .width-59 {
    width: 59%;
}
.lt-ie9 .width-60 {
    width: 60%;
}
.lt-ie9 .width-61 {
    width: 61%;
}
.lt-ie9 .width-62 {
    width: 62%;
}
.lt-ie9 .width-63 {
    width: 63%;
}
.lt-ie9 .width-64 {
    width: 64%;
}
.lt-ie9 .width-65 {
    width: 65%;
}
.lt-ie9 .width-66 {
    width: 66%;
}
.lt-ie9 .width-66 {
    width: 66.666666%;
}
.lt-ie9 .width-66.first-child .widget-padding {
    padding-right: 0 5px;
}
.lt-ie9 .width-66.last-child .widget-padding {
    padding-left: 0 5px;
}
.lt-ie9 .width-67 {
    width: 67%;
}
.lt-ie9 .width-68 {
    width: 68%;
}
.lt-ie9 .width-69 {
    width: 69%;
}
.lt-ie9 .width-70 {
    width: 70%;
}
.lt-ie9 .width-71 {
    width: 71%;
}
.lt-ie9 .width-72 {
    width: 72%;
}
.lt-ie9 .width-73 {
    width: 73%;
}
.lt-ie9 .width-74 {
    width: 74%;
}
.lt-ie9 .width-75 {
    width: 75%;
}
.lt-ie9 .width-76 {
    width: 76%;
}
.lt-ie9 .width-77 {
    width: 77%;
}
.lt-ie9 .width-78 {
    width: 78%;
}
.lt-ie9 .width-79 {
    width: 79%;
}
.lt-ie9 .width-80 {
    width: 80%;
}
.lt-ie9 .width-81 {
    width: 81%;
}
.lt-ie9 .width-82 {
    width: 82%;
}
.lt-ie9 .width-83 {
    width: 83%;
}
.lt-ie9 .width-84 {
    width: 84%;
}
.lt-ie9 .width-85 {
    width: 85%;
}
.lt-ie9 .width-86 {
    width: 86%;
}
.lt-ie9 .width-87 {
    width: 87%;
}
.lt-ie9 .width-88 {
    width: 88%;
}
.lt-ie9 .width-89 {
    width: 89%;
}
.lt-ie9 .width-90 {
    width: 90%;
}
.lt-ie9 .width-91 {
    width: 91%;
}
.lt-ie9 .width-92 {
    width: 92%;
}
.lt-ie9 .width-93 {
    width: 93%;
}
.lt-ie9 .width-94 {
    width: 94%;
}
.lt-ie9 .width-95 {
    width: 95%;
}
.lt-ie9 .width-96 {
    width: 96%;
}
.lt-ie9 .width-97 {
    width: 97%;
}
.lt-ie9 .width-98 {
    width: 98%;
}
.lt-ie9 .width-99 {
    width: 99%;
}
.lt-ie9 .width-100 {
    width: 100%;
}

.lt-ie9 .stats-widget {
	text-align: left;
	float: none;
}
.lt-ie9 .new-widget .side-nav {
    min-height: 520px;
    background-image: url(../img/side-nav-bg.jpg);
}

/* Prefixed CSS3 properties for IE8 (and below) */
.lt-ie9 .mobile-menu-list li.first-child a {
    border-radius: 5px 5px 0 0;
    padding-top: 9px;
}
.lt-ie9 .main-navigation-list > li.first-child > a {
    background-color: #1c6b41;
    background-image: -moz-linear-gradient(top, #48906c 0%, #247a4f 13%, #137041 14%, #086737 75%, #1c6b41 100%);
    background-image: -ms-linear-gradient(top, #48906c 0%, #247a4f 13%, #137041 14%, #086737 75%, #1c6b41 100%);
    background-image: -o-linear-gradient(top, #48906c 0%, #247a4f 13%, #137041 14%, #086737 75%, #1c6b41 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #48906c), color-stop(.13, #247a4f), color-stop(.14, #137041), color-stop(.75, #086737), color-stop(1, #1c6b41));
    background-image: -webkit-linear-gradient(top, #48906c 0%, #247a4f 13%, #137041 14%, #086737 75%, #1c6b41 100%);
    background-image: linear-gradient(to bottom, #48906c 0%, #247a4f 13%, #137041 14%, #086737 75%, #1c6b41 100%);
    height: 44px;
    padding-top: 1px;
}
.lt-ie9 .main-navigation-list > li.first-child:hover > a {
    padding-top: 3px;
}
.lt-ie9 .main-navigation-list > li.first-child:hover:before {
    visibility: hidden;
}
.lt-ie9 h2 + .listed-item,
.lt-ie9 p + .listed-item,
.lt-ie9 .listed-item.first-child {
    border-top: 0 none;
    margin-top: -10px;
}
.lt-ie9 .relevant-links.last-child {
    margin-bottom: 15px;
}
.lt-ie9 .star-rater.first-child {
    padding-left: 0;
}
.lt-ie9 .width-33.first-child .widget-padding {
    padding: 0 10px 0 0;
}
.lt-ie9 p.last-child {
    padding-bottom: 0;
}
.lt-ie9 .mobile-menu-list li.last-child {
    border-bottom: 0 none;
}
.lt-ie9 .mobile-menu-list li.last-child a {
    border-radius: 0 0 5px 5px;
}
.lt-ie9 .main-content li.last-child {
    padding-bottom: 0;
}
.lt-ie9 .main-content p.last-child {
    padding-bottom: 1em;
}
.lt-ie9 .main-content blockquote p.last-child {
    padding-bottom: 0;
}
.lt-ie9 .star-rater.last-child {
    padding-right: 0;
}
.stacking.last-child {
    margin: 0;
}
.lt-ie9 .relevant-list li.last-child {
    padding-right: 0;
}
.lt-ie9 .relevant-list li.last-child:before {
    display: none;
}
.lt-ie9 aside.supplement-info.last-child {
    margin-bottom: 35px;
}
.lt-ie9 .width-33.last-child .widget-padding {
    padding: 0 0 0 10px;
}
.lt-ie9 .main-navigation-list > li.nth-chd-2 .sub-navigation {
    left: -100%;
}
.lt-ie9 .main-navigation-list > li.nth-chd-3 .sub-navigation {
    left: -200%;
}
.lt-ie9 .main-navigation-list > li.nth-chd-4 .sub-navigation {
    left: -300%;
}
.lt-ie9 .main-navigation-list > li.nth-chd-5 .sub-navigation {
    left: -400%;
}
.lt-ie9 .main-navigation-list > li.nth-chd-6 .sub-navigation {
    left: -500%;
}
.lt-ie9 .main-navigation-list > li.nth-chd-7 .sub-navigation {
    left: -600%;
}
.lt-ie9 .sub-sub-navigation.nth-chd-4np1 {
    clear: left;
}
.lt-ie9 .row-divider.nth-chd-2n .new-widget.nth-chd-2np1 {
    clear: left;
}
.lt-ie9 .row-divider.nth-chd-2n .new-widget.nth-chd-2np1 {
    clear: none;
}

/* Other IE8 layout fixes */
.lt-ie9 body {
    width: 950px;
}
.lt-ie9 .logo {
    height: 105px;
}
.lt-ie9 .main-search-button {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
}
.lt-ie9 .main-search-button:hover,
.lt-ie9 .main-search-button:active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=25)";
}
.lt-ie9 .social a:hover,
.lt-ie9 .social a:active,
.lt-ie9 .carousel-controls a:hover,
.lt-ie9 .carousel-controls a:active,
.lt-ie9 .form input[type="submit"]:hover,
.lt-ie9 .form input[type="submit"]:focus,
.lt-ie9 .button:hover,
.lt-ie9 .button:focus {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=75)";
}
.lt-ie9 .form p label {
    width: 100%;
}
.lt-ie9 .half label {
    width: 100%;
}
.lt-ie9 .main-content input[type="submit"],
.lt-ie9 .row-divider input[type="submit"]
 {
    width: auto;
}
.lt-ie9 .image-widget .main-image {
    margin: 0 0 1em;
}
.lt-ie9 .form input[type="radio"],
.lt-ie9 .form input[type="checkbox"] {
    width: auto;
}
.lt-ie9 .row-divider {
    width: 727px;
    *zoom: 1;
}
.lt-ie9 .full-width .row-divider {
    width: 960px;
}


/* Other IE7 layout fixes */
.lt-ie8 .icon-file span,
.lt-ie8 .icon-tag span,
.lt-ie8 .icon-flag span,
.lt-ie8 .icon-arrow-right span,
.lt-ie8 .icon-user span,
.lt-ie8 .icon-home span,
.lt-ie8 .icon-envelop span,
.lt-ie8 .icon-feed span,
.lt-ie8 .icon-twitter span,
.lt-ie8 .icon-facebook span,
.lt-ie8 .icon-search span,
.lt-ie8 .icon-star span,
.lt-ie8 .icon-arrow-left span,
.lt-ie8 .icon-arrow-right-2 span,
.lt-ie8 .icon-list span {
    font-family: 'SRUC-Icons';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}
.lt-ie8 .main-search {
    margin-left: 0;
}
.lt-ie8 .main-search-button-wrap {
    margin-left: -18px;
}
.lt-ie8 .main-search-button-wrap span {
    color: #fff;
    font-size: 1.1em;
    line-height: 1.5;
    position: absolute;
    right: 0;
    text-align: center;
    width: 95%;
    z-index: 9;
}
.lt-ie8 .main-search-button {
    background-color: transparent;
    text-transform: capitalize;
}
.lt-ie8 .main-navigation-list > li {
    display: block;
    padding: 0;
}
.lt-ie8 .sub-sub-navigation li > span {
    color: #98a454;
    float: left;
    font-size: .7em;
    margin: 5px 0 0 -20px;
    width: 20px;
}
.lt-ie8 .main-navigation-list > li > a {
    display: block;
    margin: 0 2px;
    width: auto;
}
.lt-ie8 .main-navigation-list > li.nth-chd-2 .sub-navigation {
    margin-left: 0;
}
.lt-ie8 .main-navigation-list > li.nth-chd-3 .sub-navigation {
    margin-left: 0;
}
.lt-ie8 .main-navigation-list > li.nth-chd-4 .sub-navigation {
    margin-left: 0;
}
.lt-ie8 .main-navigation-list > li.nth-chd-5 .sub-navigation {
    margin-left: 0;
}
.lt-ie8 .main-navigation-list > li.nth-chd-6 .sub-navigation {
    margin-left: 0;
}
.lt-ie8 .main-navigation-list > li.nth-chd-7 .sub-navigation {
    margin-left: 0;
}
.lt-ie8 .side-nav-list li > span {
    color: #98a454;
    float: left;
    font-size: .7em;
    margin: 5px 0 0 -15px;
    width: 15px;
}
.lt-ie8 .breadcrumb-list li > span {
    color: #666;
    float: left;
    font-size: .7em;
    margin: 5px 0 0 -15px;
    width: 15px;
}
.lt-ie8 .relevant-links h3 > span {
    float: left;
    font-size: 1.2em;
    margin: 0 0 0 -35px;
    text-align: center;
    width: 25px;
}
.lt-ie8 .relevant-pages-heading > span {
    color: #009507;
}
.lt-ie8 .relevant-topics-heading > span {
    color: #D25100;
}
.lt-ie8 .relevant-audience-heading > span {
    color: #5EA2A8;
}
.lt-ie8 .relevant-locations-heading > span {
    color: #A3B34D;
}
.lt-ie8 .relevant-related-heading > span {
    color: #D6A145;
}
.lt-ie8 .carousel-controls a {
    text-transform: capitalize;
}
.lt-ie8 .carousel-controls a > span {
    color: #fff;
    display: block;
    font-size: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: center;
    text-indent: 0;
    text-transform: capitalize;
}
.lt-ie8 .width-25 {
    width: 230px;
}
.lt-ie8 .news-widget img {
    width: 215px;
}
.lt-ie8 .news-widget h2 {
    padding-top: 4px;
}
html[data-useragent*='MSIE 9.0']  .carousel-slide img {
    position: relative;
    margin-left: -1px;
}

html[data-useragent*='MSIE 10.0'] .carousel-slide img {
    position: relative;
}

/* IE7 browser update prompt */
.chromeframe {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9em;
    margin: 0.2em 0;
    background: #eee;
    color: #000;
    padding: 0.2em 0;
    text-align: center;
}
.chromeframe a {
    color: #00f;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    height: 150%;
    width: 0;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {

    * {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important;
    }

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

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

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

    .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;
    }

    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;
    }

    /* SRUC additions */
    .mobile-header,
    .main-search,
    .main-navigation,
    .tagline,
    .left-column,
    .footer {
        display: none;
    }
    .branding a[href]:after {
        content: "";
    }
    .logo {
        width: 100px;
        margin-bottom: 25px;
    }
    h1 {
       display: block;
    }
}

/**
*   COURSE SEARCH
**/

.main-content .course-search {
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 1em;
    padding-bottom: 1em;
}

.course-search .extra-form {
    background: none;
    padding-bottom: 0;
    padding-left: 0;
}

.find-course-label {
    display: none;
}

.lt-ie10 .find-course-label {
    display: block;
}

.course-search input[type="text"],
.course-search input[type="submit"] {
    box-sizing: border-box;
    height: 3em;
    float: none;
    font-size: 1em;
    line-height: 1;
    margin: 0;
    width: 100%;
}

.course-search input[type="submit"] {
    margin-top: 1em;
    max-width: 100%;
}

.main-content .course-search-item {
    padding-bottom: 1em;
}

.main-content .course-search-list {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.main-content .course-search-content h3 {
    padding-top: 0;
}

.main-content .course-search-abstract {
    font-size: 1em;
}

.main-content .course-search-list {
    margin-bottom: 0;
}

.main-content .course-search-list:last-child {
    margin-bottom: 1.4em;
}

.main-content .course-search-item {
    padding-bottom: 0;
}

@media screen and (max-width: 401px) {
    .main-content .course-search-figure {
        display: none;
    }
}

@media screen and (min-width: 401px) {
    .course-search input[type="submit"] {
        border-radius: 0 5px 5px 0;
        margin-top: 0;
        width: auto;
    }

    .course-search input[type="text"] {
        max-width: 20em;
        width: 65%;
    }

    .main-content .course-search-figure,
    .main-content .course-search-content {
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
    }

    .main-content .course-search-figure {
        max-width: 20%;
        padding-right: 1em;
    }

    .main-content .course-search-content {
        max-width: 80%;
    }
}

@media screen and (min-width: 571px) {
    .main-content .course-search-figure {
        max-width: 15%;
        padding-right: 1em;
    }

    .main-content .course-search-content {
        max-width: 85%;
    }
}

/**
*   COURSE FILTER
**/

.courses-filter-sidebar h3 {
    margin-bottom: .75em;
}

.courses-filter-sidebar .list-filter {
    margin-bottom: 1.5em;
}

.courses-filter-nav {
    padding-bottom: 1em;
}

.side-nav-list .courses-filter-item {
    padding-left: 0;
}

.icon-checkbox-hover:before {
    opacity: .5;
}

.side-nav-list .course-filter-checkbox,
.list-filter .side-nav-list .course-filter-checkbox {
    padding-left: 1.75em;
    position: relative;
    text-decoration: none;
}

.side-nav-list .course-filter-checkbox:hover,
.side-nav-list .course-filter-checkbox:focus,
.side-nav-list .course-filter-checkbox:active {
    text-decoration: underline;
}

.side-nav-list .course-filter-checkbox:before,
.list-filter .side-nav-list .course-filter-checkbox:before {
    left: 0;
    margin: 0;
    position: absolute;
    top: .25em;
    width: 1em;
}

.extra-form .course-filters-mobile {
    display: block;
    height: 2em;
    line-height: 2em;
    margin-bottom: 1em;
    width: 100%;
}

.extra-form .list-filter .no-list {
    box-sizing: border-box;
    font-size: 1em;
    margin: 0 0 1.25em;
    padding: 1.25em;
    width: 100%;
}

.extra-form .list-filter h3 {
    padding-top: 0;
}

@media screen and (min-width: 401px) {
    .extra-form .list-filter,
    .extra-form .course-filters-mobile {
        width: 20em;
    }
}

@media screen and (min-width: 801px) {
    .extra-form .course-filters-mobile,
    .extra-form .list-filter {
        display: none;
    }
}

/**
*   COURSE DETAILS
**/

.course-details {
}

.course-details img.float_right {
    float: none;
    margin-left: 0;
    text-align: left;
}

.course-meta {
    padding-bottom: 0;
}

.course-detail-about,
.course-detail-content {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-top: 1em;
    padding: .75em 0 1em;
}

.course-detail-content {
    border-top: 0;
    margin-bottom: .25em;
    margin-top: 0;
}

.course-block .no-list {
    font-size: .8em;
}

.course-details .stats-widget {
    float: none;
    text-align: left;
}

.course-details .course-block {
    padding-bottom: 1em;
}

.course-details h3 {
    font-size: 1em;
}

.course-detail-about > h2,
.course-detail-content > h2 {
    margin-bottom: .5em;
    padding: 0;
}

.course-detail-about > *:last-child,
.course-detail-content > *:last-child,
.main-content .course-block > *:last-child  {
    margin-bottom: 0;
    padding-bottom: 0;
}

@media screen and (min-width: 801px) {
    .course-details img.float_right {
        float: right;
        margin-left: 1em;
    }
}

/**
*   COURSE DETAILS SIDEBAR
**/

.course-detail-sidebar {
    box-sizing: border-box;
    padding-bottom: 20px;
    padding-top: 1em;
}

.lt-ie9 .course-detail-sidebar {
    float: right;
    width: 35%;
}

.course-detail-sidebar h2 {
    padding-bottom: .5em;
    padding-top: 0;
}

.course-detail-sidebar .course-details-box {
    margin-bottom: 1em;
}

@media screen and (min-width: 801px) {
    .course-detail-sidebar {
        float: right;
        padding: 0 1em;
        width: 35%;
    }
}

/**
*   COURSE ADVERTS
**/

.course-advert {
    margin-bottom: 1em;
}

.course-advert-wrapper {
    margin-bottom: 1em;
}

.course-advert-link {
    display: block;
}

.course-advert-caption {
    padding-top: .75em;
}

.course-advert-image {
    max-width: 100%;
}

@media screen and (min-width: 571px) {
    .course-advert-wrapper {
        margin-right: -1em;
    }

    .course-advert {
        box-sizing: border-box;
        display: inline-block;
        padding-right: 1em;
        width: 33.333333333%;
    }
}

@media screen and (min-width: 801px) {
    .course-advert-wrapper {
        margin-right: 0;
    }

    .course-advert {
        box-sizing: border-box;
        display: block;
        padding-right: 0;
        width: 100%;
    }
}
