.skipnav {
    position: absolute;
    display: none;
    text-align: left;
    margin: 0;
    padding: 0;
    background-color: inherit;
    color: inherit;
}
* html .skipnav {
    display: block;
}
:root .skipnav {
    display: block;
}
.skipnav p {
    margin: 5px 0 0 0;
    padding: 0;
    position: absolute;
    font-size: 2em;
}
.skipnav a {
    width: 26em;
    display: block;
    color: #fff;
    background: #333;
    text-decoration: none;
    padding: 5px;
    position: absolute;
    left: -1000em;
    top: 0;
    font-weight: 700;
}
.skipnav a:link,
.skipnav a:visited {
    color: #fff;
}
.skipnav a:active,
.skipnav a:focus {
    z-index: 99;
    top: -3em;
    left: 0;
    border: solid #777 2px;
    color: #fff;
    background: #333 !important;
}
.skipnav a:hover {
    cursor: default;
}
@viewport {
    width: device-width;
}
@-ms-viewport {
    width: device-width;
}
body {
    font: 400 18px/24px "Libre Franklin", Arial, sans-serif;
    color: #000;
    margin: 0;
    padding: 0;
    background-color: #fff;
    background: none;
}
a:link,
a:visited {
    color: #084b8a;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #084b8a;
    text-decoration: none;
}
h1 {
    font-family: Lora, Georgia, Times, serif;
    font-size: 2.5em;
    color: #002b54;
    margin-bottom: 1em;
    line-height: 40px;
}
h2,
h5,
h6 {
    font-family: "Libre Franklin", Arial, sans-serif;
}
h2 {
    font-size: 1.25em;
    color: #002b54;
    text-transform: uppercase;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}
h3 {
    font-size: 1.125em;
    font-family: Lora, Georgia, Times, serif;
    font-weight: 700;
    margin-top: 1.5em;
    margin-bottom: 0.375em;
    color: #111;
}
h4 {
    font-family: "Libre Franklin", Arial, sans-serif;
    font-size: 1.063em;
    color: #111;
    margin-top: 1.5em;
    margin-bottom: 0.375em;
}
h5 {
    font-size: 1em;
    color: #333;
}
h6 {
    font-size: 0.875em;
    color: #333;
}
a,
li,
p,
td,
th {
    font-family: "Libre Franklin", Arial, sans-serif;
}
li,
p,
td,
th {
    font-family: "Libre Franklin", Arial, sans-serif;
    font-size: 1em;
    line-height: 1.5em;
    color: #000;
}
span {
    font-weight: 400;
}
table {
    margin: auto;
    width: 94%;
    margin-top: 1em;
    margin-bottom: 1em;
}
table td {
    border: solid 1px #ccc;
    padding: 5px;
}
table caption {
    font-weight: 700;
    text-align: left;
    font-size: 1.2em;
    text-transform: uppercase;
    color: #002b54;
    padding: 0.5em 0.5em 0.5em 0;
}
table tr td:first-child {
    background-color: #ebedee;
    color: #444;
    font-weight: 700;
}
table th td,
table thead tr td {
    color: #444;
    font-size: 1.063em;
    font-weight: 800;
    background-color: #ebedee;
}
.altRow table tbody tr:nth-child(odd) td {
    background-color: #fff;
}
.altRow table tbody tr:nth-child(even) td,
.altRow table thead tr {
    background-color: #ebedee;
}
.table-minimal table,
.table-minimal table td,
.table-minimal table th td,
.table-minimal table thead tr td,
.table-minimal table tr,
.table-minimal table tr td:first-child {
    background-color: transparent;
    font-weight: 400;
    border: 0;
}
.table-minimal table th td,
.table-minimal table thead tr td,
.table-minimal table thead tr td:first-child {
    font-weight: 700;
}
.table-minimal table tr {
    border-bottom: solid 1px #ccc;
}
.container {
    position: relative;
    max-width: 1200px;
    margin: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    border: solid 0 red;
}
#CSUFTopLink {
    font-family: Lora, Times, serif !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 400;
}
#CSUFTopLink a {
    color: #fff;
    font-family: Lora, Times, serif !important;
    font-size: 0.688em;
}
.hvr-masthead {
    display: inline-block;
    padding: 5px 20px;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #ccc;
    text-decoration: none;
    text-align: center;
}
.hvr-masthead:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #084b8a;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-masthead:active,
.hvr-masthead:focus,
.hvr-masthead:hover {
    color: #fff;
}
.hvr-masthead:active:before,
.hvr-masthead:focus:before,
.hvr-masthead:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
#search label:first-child {
    display: none;
}
#CSUFLink_Search {
    display: block;
    height: 35px;
    background-color: #002e5b;
}
#CSUFTopLink {
    margin: 0;
}
#SearchNav {
    position: absolute;
    top: 0;
    right: 0;
    width: 370px;
    z-index: 100;
}
#search-button {
    color: #fff;
    text-transform: capitalize;
    border-radius: 15px;
    padding: 1%;
    border: 0;
    background-color: #3073ad;
    width: 60px;
    margin-left: 5px;
}
#search-button:hover {
    background-color: #000;
    color: #fff;
    cursor: pointer;
}
#SearchNav li {
    padding: 3%;
    text-transform: uppercase;
    font-size: 0.75em;
    color: #fff;
    float: left;
}
#SearchNav li a {
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 0.813em;
}
#SearchNav li a:hover {
    text-decoration: underline;
}
#SearchCSUF {
    border-radius: 0;
    height: 28px;
    width: 180px;
    border: 0;
    border-bottom: 3px solid #1e8bf2;
    text-indent: 5px;
    font-size: 0.875em;
    color: #fff;
    background-color: transparent;
}
#searchRadioBtns input[type="radio"] {
    margin-left: 5px;
}
#SearchNav input {
    margin: 1px 1px 10px;
    padding: 0;
}
#SearchNav label {
    margin: -5px 0 0 !important;
    padding: 0;
    font-size: 0.813em;
}
#SearchNav li:last-child {
    height: 60px;
    padding-top: 4px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzNjY5OSIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjMzM2Njk5IiBzdG9wLW9wYWNpdHk9IjAuOTQiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, rgba(51, 102, 153, 0.95) 0, rgba(51, 102, 153, 0.94) 1%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(51, 102, 153, 0.95)), color-stop(1%, rgba(51, 102, 153, 0.94)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(51, 102, 153, 0.95) 0, rgba(51, 102, 153, 0.94) 1%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(51, 102, 153, 0.95) 0, rgba(51, 102, 153, 0.94) 1%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(51, 102, 153, 0.95) 0, rgba(51, 102, 153, 0.94) 1%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(51, 102, 153, 0.95) 0, rgba(51, 102, 153, 0.94) 1%, rgba(0, 0, 0, 0) 100%);
}
#MobileMenu {
    position: absolute;
    top: 35px;
    left: -270px;
    width: 250px;
    height: 500px;
    padding: 0.5%;
    margin: 0;
    border: solid 1px #888;
    background: #4c4c4c;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjNGM0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3Nzc3NzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #4c4c4c 0, #777 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #4c4c4c), color-stop(100%, #777));
    background: -webkit-linear-gradient(left, #4c4c4c 0, #777 100%);
    background: -o-linear-gradient(left, #4c4c4c 0, #777 100%);
    background: -ms-linear-gradient(left, #4c4c4c 0, #777 100%);
    background: linear-gradient(to right, #4c4c4c 0, #777 100%);
}
#SiteName_Tabs {
    border-top: solid 1px #34638f;
    padding-top: 0.5%;
    padding-bottom: 0;
    background: #093864;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA5Mzg2NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTI3NGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #093864 0, #01274c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #093864), color-stop(100%, #01274c));
    background: -webkit-linear-gradient(top, #093864 0, #01274c 100%);
    background: -o-linear-gradient(top, #093864 0, #01274c 100%);
    background: -ms-linear-gradient(top, #093864 0, #01274c 100%);
    background: linear-gradient(to bottom, #093864 0, #01274c 100%);
}
#branding {
    margin: 0;
    padding: 0;
    padding-left: 8px;
    background-color: #000;
    background: none;
}
#branding a {
    color: #fff;
    text-decoration: none;
    background-color: #000;
    background: none;
}
#branding a:hover {
    color: #fff;
    text-decoration: underline;
    background-color: #000;
    background: none;
}
#unit {
    font-family: Lora, Georgia, Times, serif;
    font-size: 1em;
}
#unit a {
    margin: 0;
    padding: 1%;
    padding-left: 5px;
    padding-bottom: 0;
    font-family: Lora, Georgia, Times, serif;
}
#sitename {
    margin-bottom: 0.5em;
    margin-left: 5px;
    color: #fff;
    background-color: #000;
    background: none;
}
#sitename a {
    font-family: Lora, Georgia, Times, serif;
    font-size: 1.75em;
    line-height: 1.5em;
    padding: 0;
    padding-left: 5px;
    margin: 0;
    color: #fff;
    background-color: #000;
    background: none;
}
#sitename a:hover {
    text-decoration: none;
    border-bottom: 1px dotted #fff;
	    color: #fff;
    background-color: #000;
    background: none;
}
#navMain {
    list-style: none;
    clear: both;
    margin-top: 10px;
    padding-bottom: 3px;
    position: relative;
    background-color: #000;
    background: none;
}
#navMain li {
    padding: 8px 0 9px 6px;
    width: auto;
    display: inline;
    color: #f2f2f2;
}
#navMain li a {
    color: #eee;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.625em;
    font-weight: 700;
    padding: 6px 12px;
    background-color: #000;
    background: none;
}
#navMain li.active,
#navMain li:hover,
#navMain li:hover a {
    background-color: #fff;
    color: #084b8a;
}
#navMain li a:hover,
#navMain li.active a {
    background-color: #fff;
    color: #084b8a;
}
#navMain li:first-child {
    padding: 8px 8px 9px 8px;
}
#navMain li:last-child {
    border: 0;
}
#extendedA:hover,
#extendedB:hover,
#extendedC:hover,
#extendedD:hover,
#extendedE:hover,
#extendedF:hover,
#extendedG:hover,
#extendedH:hover,
#extendedI:hover,
#extendedJ:hover,
#extendedK:hover,
#extendedL:hover,
#extendedM:hover,
#extendedN:hover,
#extendedO:hover,
#extendedP:hover,
#extendedQ:hover,
#extendedR:hover,
#extendedS:hover,
#extendedT:hover,
#extendedU:hover,
#extendedV:hover,
#extendedW:hover,
#extendedX:hover,
#extendedY:hover,
#extendedZ:hover,
#navMain li:hover > div {
    display: block;
    height: 400px;
}
#extendedA,
#extendedB,
#extendedC,
#extendedD,
#extendedE,
#extendedF,
#extendedG,
#extendedH,
#extendedI,
#extendedJ,
#extendedK,
#extendedL,
#extendedM,
#extendedN,
#extendedO,
#extendedP,
#extendedQ,
#extendedR,
#extendedS,
#extendedT,
#extendedU,
#extendedV,
#extendedW,
#extendedX,
#extendedY,
#extendedZ {
    position: absolute;
    width: 1000px;
    height: 0;
    background-color: #f7f7f7;
    color: #222;
    left: 0;
    top: 36px;
    z-index: 5000;
    display: none;
    transition: all 1s ease;
}
.ExtendedNav {
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    -webkit-column-fill: auto;
    -moz-column-count: 4;
    -moz-column-gap: 10px;
    -moz-column-fill: auto;
    column-count: 4;
    column-gap: 15px;
    column-fill: auto;
    display: none;
    margin: 0;
    padding: 1%;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(5, 5, 5, 0.7);
    width: 100%;
    transition: all 0.2s ease;
}
.ExtendedNav div {
    display: inline-block;
    background: #fefefe;
    border-bottom: 1px solid #e0e0e0;
    margin: 0 2px 15px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    padding: 15px;
    padding-bottom: 5px;
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#navMain .ExtendedNav ul {
    list-style: inherit;
    list-style-type: square !important;
}
#navMain .ExtendedNav li {
    background-color: transparent;
    list-style-type: square;
    border: 0;
    margin: 2px;
    padding: 2px;
    padding-left: 10px;
    display: block;
    width: auto;
    color: #222;
    margin-left: 10px;
    border-left: solid 4px #286dbb;
}
#navMain li:hover div:first-child {
    display: block;
}
#Tabs2Social {
    background-color: #3073ad;
    padding-top: 4px;
    padding-bottom: 4px;
    clear: both;
    height: 33px;
}
#Tabs2 {
    float: left;
}
#Tabs2 ul {
    list-style-type: none;
    margin-left: 6px;
}
#Tabs2 li {
    float: left;
    border: solid 1px #6098d3;
    border-radius: 16px;
    width: auto;
    padding: 2px 10px 4px 10px;
    margin: 0;
    margin-right: 8px;
    line-height: normal;
    text-align: center;
}
#Tabs2 li:hover,
#Tabs2 li:hover a {
    background-color: #f2f2f2;
    color: #3073ad;
}
#Tabs2 li a {
    color: #f2f2f2;
    text-decoration: none;
    font-size: 0.875em;
    padding: 0;
    margin: 0;
}
#Social {
    float: right;
    margin-right: 2em;
}
#SocialLinks li {
    float: left;
    padding: 4px;
    border-radius: 15px;
    line-height: normal;
}
#SocialLinks li a,
#SocialLinks li img {
    padding: 0;
    margin: 0;
    border: 0;
}
#SocialLinks .Size22 {
    margin-top: 1px;
}
#SocialLinks .Size22:hover {
    background-color: #222;
}
#Social_Right {
    border: solid 1px #ccc;
    padding: 0;
    width: 98%;
    margin: auto;
    background-color: #fff;
    color: #222;
    float: left;
}
#Social_Right p:first-child {
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    padding: 0.75em;
    border-bottom: solid 1px #ccc;
}
#Social_Right #SocialLinks li {
    float: left;
    padding: 4px;
    border-radius: 16px;
    line-height: normal;
}
#Social_Right #SocialLinks li a,
#Social_Right #SocialLinks li img {
    padding: 0;
    margin: 0;
    border: 0;
}
#Social_Right #SocialLinks .Size32 {
    margin-top: 1px;
}
#Social_Right #SocialLinks .Size32:hover {
    background-color: #dfdfdf;
}
#Breadcrumb {
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    background-color: #fff;
    color: #333;
    width: 100%;
    padding: 8px 0;
}
#Breadcrumb ul {
    list-style-type: none;
}
#Breadcrumb li {
    font-size: 0.75em;
    display: inline;
}
#Breadcrumb li a {
    text-decoration: none;
    color: #286dbb;
    display: inline-block;
}
#Breadcrumb li:after {
    content: "\203a";
    font-weight: 700;
    padding-left: 5px;
    padding-right: 5px;
}
#Breadcrumb li:last-child:after {
    content: "";
}
#divMobileNav {
    display: none;
}
#MainContent {
    clear: both;
    position: relative;
    min-height: 600px;
    background-color: #f7f7f7;
    margin: 0;
    padding: 0;
}
#sidebar1,
#sidebar2 {
    float: left;
    background-color: inherit;
    margin: 0;
    padding: 0.5%;
    min-height: 600px;
}
#sidebar1,
#sidebar2 {
    width: 22%;
    padding-top: 0;
}
#sidebar1 {
    padding-right: 0;
    background-image: url(../images/campuscss/bg-sidebar1.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}
#centercontent {
    background-color: #f7f7f7;
    color: #222;
}
#centercontent p {
    margin-bottom: 1.125em;
}
.Show60Wide {
    width: 48%;
}
.Show80Wide {
    width: 71%;
}
.Show100Wide {
    width: 95%;
}
.sectionnav {
    margin: 0;
    padding: 0;
    padding-top: 1.8em;
}
.sectionnav ul {
    list-style-type: none;
    margin: 0;
    margin-left: 10px;
}
.sectionnav li {
    border-bottom: solid 1px #ddd;
    border-top: solid 1px #fafafa;
}
.sectionnav li:first-child {
    border-top: 0;
}
.sectionnav li a {
    display: block;
    color: #007cd5;
    text-decoration: none;
    font-size: 1em;
    padding-left: 2%;
}
.sectionnav li a:hover {
    color: #f7f7f7;
    background-color: #3073ad;
}
.sectionnav h3 {
    font-family: "Libre Franklin", Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1.8em;
    color: #686868;
    margin: 0;
}
#centercontent ol,
#centercontent ul {
    margin-left: 50px;
}
#centercontent ul li {
    list-style-type: disc;
}
#centercontent ol li {
    list-style-type: decimal;
}
.citation {
    background-color: #e8dfc9;
    color: #5a5a5a;
    padding: 1em;
    margin: 1em;
    border: solid 1px #ccb988;
}
.videoplayer {
    z-index: 1000;
    position: relative;
    margin: 0.5em;
    width: 600px;
    height: auto;
    padding: 0;
}
.videoplayer video {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
.PlayerControls button,
.av_button,
.btnExpander {
    -moz-box-shadow: inset 0 1px 0 0 #97c4fe;
    -webkit-box-shadow: inset 0 1px 0 0 #97c4fe;
    box-shadow: inset 0 1px 0 0 #97c4fe;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
    background: -moz-linear-gradient(center top, #3d94f6 5%, #1e62d0 100%);
    background-color: #3d94f6;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    text-indent: 0;
    border: 1px solid #337fed;
    display: inline-block;
    color: #fff;
    font-family: "Libre Franklin", Arial, sans-serif;
    font-size: 1em;
    font-style: normal;
    line-height: 25px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0 #1570cd;
}
.PlayerControls button:hover,
.av_button:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
    background: -moz-linear-gradient(center top, #1e62d0 5%, #3d94f6 100%);
    background-color: #1e62d0;
}
.PlayerControls button:active,
.av_button:active {
    position: relative;
    top: 1px;
}
.PlayerControls {
    clear: both;
    background-color: #fff;
    border: solid 1px #2d68a8;
    padding: 5px;
    margin: 0.5em;
}
.PlayerControls hr {
    clear: both;
    border-top: solid 1px #aeaeae;
    border-bottom: solid 1px #2d68a8;
    padding: 0;
    margin: 0.5em;
}
.PlayerControls button {
    margin: 0.15em;
    border-radius: 0.25em;
    margin-left: 0.25em;
    width: 80px;
    font-size: 0.7em;
    padding: 0;
}
.PlayerControls button:focus {
    border: solid 2px #fff;
    background: #0f3c73;
}
.PlayerControls button:nth-child(-n + 6) {
    width: 30px;
    margin: 0 !important;
    margin-left: 0;
}
.TrackSelect {
    float: right;
}
.cc_transcript {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 95%;
    height: 85%;
    display: none;
    transition: all 0.2s ease;
}
.cc_transcript-active {
    display: block;
}
.divCurrentTracks {
    position: absolute;
    z-index: -100;
    top: 0;
    left: 35px;
    border: solid 1px #286dbb;
    background: #fff;
    padding: 2em;
    border-radius: 1em;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin: 0.5em;
    width: 40%;
    height: 80px;
    transition: all 0.2s ease;
}
.divCurrentTracks-active {
    left: 580px;
}
.divCurrentTracks h2 {
    margin-top: 0;
}
.divCurrentTrackHolder {
    height: 95%;
    margin: 0;
    padding: 3px;
    background-color: #fff;
    overflow-y: scroll;
}
.ulCurrentTrack li {
    list-style-type: none;
}
.ulCurrentTrack li:before {
    content: ">> ";
}
.ulCurrentTrack li:hover {
    cursor: pointer;
    background-color: #cdcdcd;
    color: #111;
}
.divExpandTracks {
    position: absolute;
    top: 80px;
    right: -50px;
    width: 40px;
    z-index: -125;
    border: solid 1px #286dbb;
    border-left: 0;
    padding: 10px;
    padding-left: 60px;
    padding-right: 5px;
    background-color: #eaeaea;
    border-radius: 1em;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.ShowTracks {
    animation-name: expandtrack;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-delay: 1s;
    animation-iteration-count: 1;
    animation-direction: normal;
}
.HideTracks {
    animation-name: hidetrack;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-delay: 1s;
    animation-iteration-count: 1;
    animation-direction: normal;
}
@keyframes expandtrack {
    0% {
        right: -8px;
    }
    100% {
        right: -568px;
    }
}
@keyframes hidetrack {
    0% {
        right: -568px;
    }
    100% {
        right: -8px;
    }
}
.divCC {
    clear: both;
    margin: 0.5em;
    margin-top: 0;
    padding: 10px;
}
.divCCInfo {
    font-size: 0.7em;
    margin-bottom: 0.5em;
}
.divCCText {
    font-size: 1.2em;
}
.cctrack_inactive {
    background-color: #f7f7f7;
    color: #222;
    font-size: 1em;
}
.cctrack_active {
    background-color: #0f3c73;
    color: #fff;
    font-size: 1.2em;
}
.HTML_ErrorCode #layoutcontainer #divA {
    width: 67%;
    background-color: transparent !important;
    color: #232323;
}
.HTML_ErrorCode #layoutcontainer #divB,
.HTML_ErrorCode #layoutcontainer #divC,
.HTML_ErrorCode #layoutcontainer #divD,
.HTML_ErrorCode #layoutcontainer #divE,
.HTML_ErrorCode #layoutcontainer #divF,
.HTML_ErrorCode #layoutcontainer #divG,
.HTML_ErrorCode #layoutcontainer #divH,
.HTML_ErrorCode #layoutcontainer #divI {
    width: 28%;
    background-color: transparent !important;
    color: #232323;
}
.HTML_ErrorCode #layoutcontainer #divA h1 {
    font-family: "Libre Franklin", Arial, sans-serif;
    font-weight: 700;
    color: #225fb0;
    padding-bottom: 0.5em;
    border-bottom: solid 4px #e17000;
}
.HTML_ErrorCode #divA p {
    font-size: 1.1em;
    line-height: 2em;
    margin-bottom: 1.2em;
}
.HTML_ErrorCode #layoutcontainer #divB {
    padding-top: 2em;
}
.HTML_ErrorCode #layoutcontainer #divC {
    font-size: 0.9em;
}
.HTML_ErrorCode #layoutcontainer #divC h2,
.HTML_ErrorCode #layoutcontainer #divC h3,
.HTML_ErrorCode #layoutcontainer #divC p {
    margin-left: 0;
    text-indent: 0;
    padding-left: 0;
    padding-bottom: 2%;
}
.HTML_ErrorCode #layoutcontainer div {
    box-shadow: none;
}
#divFooter {
    clear: both;
    color: #f7f7f7;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 0.85em;
    font-family: "Libre Franklin", Arial, sans-serif;
    background: #036;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMzM2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTE3MmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #036 0, #01172f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #036), color-stop(100%, #01172f));
    background: -webkit-linear-gradient(top, #036 0, #01172f 100%);
    background: -o-linear-gradient(top, #036 0, #01172f 100%);
    background: -ms-linear-gradient(top, #036 0, #01172f 100%);
    background: linear-gradient(to bottom, #036 0, #01172f 100%);
}
#divFooter a,
#divFooter p {
    color: #fff;
    font-size: 0.95em;
    font-family: "Libre Franklin", Arial, sans-serif;
    background-color: #000;
    background: none;
}
#divFooter a {
    text-decoration: underline;
}
#divFooter .logo {
    float: left;
    margin-left: 30px;
    margin-top: 5px;
}
#divFooter .disclaimer {
    float: left;
    margin-left: 20px;
    padding-left: 20px;
    border-left: solid 1px #bcbcbc;
    margin-right: 20px;
    padding-right: 20px;
    border-right: solid 0 #bcbcbc;
}
#divFooter .accessibility {
    clear: both;
    float: left;
    margin: 0;
    margin-top: 8px;
    padding: 2px;
    padding-left: 20px;
    padding-top: 0;
    border: solid 0 #258;
    border-left: solid 1px #225fb0;
    border-right: solid 1px #225fb0;
    color: #fff;
    background-color: inherit;
    background: rgba(34, 95, 176, 0.15);
}
#divFooter .accessibility ul {
    float: left;
    margin: 2px;
}
#divFooter .accessibility li {
    float: left;
    color: #fff;
    padding-right: 10px;
    margin-bottom: 0;
    width: 220px;
}
#divFooter .accessibility a {
    float: left;
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 0.85em;
    font-family: "Libre Franklin", Arial, sans-serif;
}
#divFooter .accessibility h2 {
    clear: both;
    float: left;
    width: 240px;
    height: 20px;
    clear: right;
    font-size: 0.95em;
    padding: 3px;
    color: #dfdfdf;
    letter-spacing: 0.3em;
    margin-top: 0;
    padding-top: 22px;
    background-color: #000;
    background: none;
}
#divFooter .TemplateVersion {
    clear: both;
    float: right;
    font-size: 0.65em;
    font-weight: 400;
    font-family: "Libre Franklin", Arial, sans-serif;
    padding: 2px;
    padding-right: 0;
    color: #dfdfdf;
    letter-spacing: 0.3em;
    margin-top: 0;
    padding-top: 15px;
}
input,
select,
textarea {
    border: 1px solid #ccc;
    padding: 5px;
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    font-family: "Libre Franklin", Arial, sans-serif;
    color: #333;
}
input[type="submit"] {
    padding: 10px 15px;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
}
input[type="submit"]:hover {
    background-color: #f30;
}
.Show60Wide {
    width: 57%;
}
#main {
    clear: both;
}
#maincontent,
#sidebar1,
#sidebar2 {
    float: left;
}
#sidebar1 #MainMenu,
#sidebar2 #MainMenu {
    display: block;
}
#sidebar1 {
    background-image: url(../images/CampusCSS/bg-sidebar1.jpg) !important;
    background-position: right top;
    background-repeat: no-repeat;
    float: left;
    margin: 0;
    padding: 0;
    width: 18% !important;
    height: 98%;
    min-height: 538px;
    padding-top: 2%;
    padding-left: 0.5%;
    padding-right: 0.5%;
    color: #686868;
    line-height: 1.9;
}
#sidebar1 span {
    color: #686868;
}
#sidebar1 p {
    font-size: 0.875em;
    color: #686868;
}
#sidebar1 img {
    border: #ccc solid 1px;
    padding: 5px;
}
#sidebar1 h3 {
    font-size: 1em;
    text-transform: uppercase;
    color: #686868;
    margin-top: 0 !important;
}
.sectionnav {
    margin: 0;
    padding: 0;
}
.sectionnav li {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    border-bottom: 1px solid #fff;
    font-size: 0.875em;
}
.sectionnav a:link,
.sectionnav a:visited {
    display: inline-block;
    width: 98%;
    padding: 4px 0 4px 8px;
    border-bottom: 1px solid #ddd;
    text-shadow: 0.0075em 0.0075em 0.0075em #06c !important;
}
.sectionnav a:hover {
    background-color: #e17000;
    color: #fff !important;
    text-decoration: none !important;
    text-shadow: 0.0075em 0.0075em 0.0075em #fff !important;
}
.sectionnav li.heading {
    border: none;
    font-weight: 700;
    padding: 6px 0 4px 4px;
}
.sectionnav li.sub a {
    padding-left: 16px;
    width: 89%;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .sectionnav a {
        text-shadow: 0.0005em 0.0005em 0.0005em #06c !important;
    }
    .sectionnav a:hover {
        text-shadow: 0.0005em 0.0005em 0.0005em #fff !important;
    }
}
#sidebar1 ul {
    margin: 0;
    margin-bottom: 1.5em;
}
#sidebar2 {
    background-color: #fff;
    border-style: solid;
    border-width: 0 1px 1px;
    border-color: #ddd;
    float: left;
    margin: 0;
    min-height: 60%;
    width: 18% !important;
    height: 98% !important;
}
#sidebar2 h3 {
    background-color: transparent;
    border: none;
    color: #333;
    font-size: 1em;
    margin: 0;
    padding: 0.625em;
    text-indent: none !important;
    text-transform: uppercase;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
#sidebar2 p,
#sidebar2 ul {
    font-size: 0.813em;
    padding: 0.625em;
}
#sidebar2 ul {
    list-style-image: url(../images/icons/blue-arrow.png);
    list-style-position: inside;
}
#sidebar2 img {
    max-width: 100%;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .hvr-masthead {
        padding: 5px 10px;
    }
    #CSUFTopLink a {
        font-size: 0.438em !important;
        text-align: center;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .hvr-masthead {
        padding: 5px 10px;
    }
    #CSUFTopLink a {
        font-size: 0.563em !important;
        text-align: center;
    }
}
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    .hvr-masthead {
        padding: 5px 10px;
    }
    #CSUFTopLink a {
        font-size: 0.438em !important;
        text-align: center;
    }
}
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
    .hvr-masthead {
        padding: 5px 10px;
    }
    #CSUFTopLink a {
        font-size: 0.563em !important;
        text-align: center;
    }
}
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    .hvr-masthead {
        padding: 5px 10px;
    }
    #CSUFTopLink a {
        font-size: 0.438em !important;
        text-align: center;
    }
}
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
    .hvr-masthead {
        padding: 5px 10px;
    }
    #CSUFTopLink a {
        font-size: 0.563em !important;
        text-align: center;
    }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .hvr-masthead {
        padding: 5px 10px;
    }
    #CSUFTopLink a {
        font-size: 0.5em !important;
        text-align: center;
    }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .hvr-masthead {
        padding: 5px 10px;
    }
    #CSUFTopLink a {
        font-size: 0.625em !important;
        text-align: center;
    }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    .hvr-masthead {
        padding: 5px 10px;
    }
    #CSUFTopLink a {
        font-size: 0.563em !important;
        text-align: center;
    }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .hvr-masthead {
        padding: 5px 10px;
    }
    #CSUFTopLink a {
        font-size: 0.625em !important;
        text-align: center;
    }
}
.skipnav a:link,
.skipnav a:visited {
    color: #fff;
}
