/* Other custom styles not borrowed from OU main site */

/* Make all anchor links green instead of blue */
a {
    color: #00553e !important;
}

/* 2px top and bottom spacing for divs */
div.row-spacer {
    margin-top: 2px;
    margin-bottom: 2px;
}

/* Just the top and bottom padding of the below .btn.btn-primary class. Used to
 make normal text occupy the same space as a button for alignment purposes. */
div.btn-equivalent-padding {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.btn.btn-primary {
    background-color: #00553e;
    color: #fff !important;
    padding: 10px 20px !important;
    border-bottom-color: #00553e;
    border: none;
}

.form-group {
    text-align: left !important;
    width:100% !important;
}
.form-group label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 700;
    font-style: inherit;
    font-weight: 500;
    font-size: 15px;
}
.form-group label.form-control-checkbox {
    display: inline-block;
    max-width: 100%;
    font-weight: 700;
    font-style: inherit;
    font-weight: 500;
    font-size: 15px;
    padding-left: 10px;
}
p.fake-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 700;
    font-style: inherit;
    font-weight: 500;
    font-size: 15px;
}

/* Override for form-control, to prevent the img buttons in multi-select 
   picklists from going out of proportion */
img.form-control {
    width: inherit;
    height: inherit;
    padding: inherit;
}

div.green-backplate {
    background-color: #00694e;
}

div.green-backplate h1,
div.green-backplate h2,
div.green-backplate h3,
div.green-backplate h4,
div.green-backplate h5,
div.green-backplate h6 {
    color: #fff;
    padding: 1rem;
    margin: 0;
}

/* Add ~2 line breaks worth of top padding. Should only be used for non-LDAP
   users who have reduced options on screen, making the page look oddly empty */
.non-ldap-padding {
    padding-top: 2em;
}

/* Flex box styles for sticky header/footer */
.flex-wrapper {
    display: flex;
    flex-direction: column;
    height: 100vh;
}
  
.flex-body {
    flex: 1 0 auto; /* 2 */
    padding: var(--space) var(--space) 0;
    width: 100%;
}
.flex-body::after {
    content: '\00a0'; /* &nbsp; */
    display: block;
    margin-top: var(--space);
    height: 0px;
    visibility: hidden;
}
@media (--break-lg) {
    .flex-body {
        padding-top: var(--space-lg);
    }
    .flex-body::after {
        margin-top: var(--space-lg);
    }
}
  
.flex-body--full {
    padding: 0;
}
.flex-body--full::after {
    content: none;
}

/* Forms
--------------------------------------------------------------------------------------------------------------- */
* {
    font-family: 'Barlow', sans-serif;
}

form, fieldset, legend {
    margin: 0;
    padding: 0;
    border: none;
}

legend {
    display: none;
}

label, input, textarea {
    display: block;
    resize: none;
    outline: none;
    color: inherit;
    font-size: inherit;
    font-family: 'Barlow', sans-serif;
    box-sizing: border-box;
}

span.force-block {
    display: block !important;
}

table.force-inline>tbody>tr>td>input, table.force-inline>tbody>tr>td>label {
    display: inline !important;
}

table.force-inline>tbody>tr>td {
    padding-bottom: 1em;
}

select {
    box-sizing: border-box;
    color: inherit;
    display: block;
    font-family: 'Barlow', sans-serif;
    font-size: inherit;
    outline: medium none;
    resize: none;
    width: 75%;
}

label {
    margin-bottom: 5px;
}

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

/* Generalise
--------------------------------------------------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
    display: block;
    margin: 0 0 20px 0;
    font-size: 18px;
    line-height: normal;
    font-weight: normal;
    font-style: normal;
    align-content: center
}

address {
    font-style: normal;
    font-weight: normal;
}

hr {
    display: block;
    width: 100%;
    height: 3px;
    border: solid;
    border-width: 1px 0 0 0;
}

.wrapper {
    display: block;
    text-align: center;
    word-wrap: break-word;
}

.rounded, #mainav, #slider, .container, #footer, #copyright {
    display: block;
    width: 100%;
    background-color: #87CEEB;
}

.rounded, #header, #mainav, #slider {
    display: block;
    width: 100%;
    background-color: #FFFFFF;
}

/* HTML 5 Overrides
--------------------------------------------------------------------------------------------------------------- */

address, article, aside, figcaption, figure, footer, header, main, section {
    display: block;
    margin: 0;
    padding: 0;
}

/* Grid
--------------------------------------------------------------------------------------------------------------- */

.one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter {
    /* display: inline-block; */ /* Will be ignored due to the float */
    float: left;
    margin: 0 0 0 3.06748466257669%;
    list-style: none;
    box-sizing: border-box;
}

.first {
    margin-left: 0;
    clear: left;
}

.one_quarter {
    width: 22.69938650306748%;
}

.one_third {
    width: 31.28834355828221%;
}

.one_half, .two_quarter {
    width: 48.46625766871166%;
}

.two_third {
    width: 65.6441717791411%;
}

.three_quarter {
    width: 74.23312883435584%;
}

/* Spacing
--------------------------------------------------------------------------------------------------------------- */

.btmspace-10 {
    margin-bottom: 10px;
}

.btmspace-15 {
    margin-bottom: 15px;
}

.btmspace-30 {
    margin-bottom: 30px;
}

.btmspace-50 {
    margin-bottom: 50px;
}

.topspace-30 {
    margin-top: 30px;
}

.pright-10 {
    margin-right: 10px;
}

.topspace-1rem {
    margin-top: 1rem;
}

/*
@charset "utf-8";

Template Name: Academic Education V2
Author: <a href="http://www.os-templates.com/">OS Templates</a>
Author URI: http://www.os-templates.com/
Licence: Free to use under our free template licence terms
Licence URI: http://www.os-templates.com/template-terms
File: Layout CSS


@import url("fontawesome-4.2.0.min.css");
@import url("nivo-lightbox.min.css");
@import url("framework.css");
*/

/* Rows
--------------------------------------------------------------------------------------------------------------- */

/* Empty Rulesets */
/*
.row0, .row0 a {}
.row1, .row1 a {}
.row2, .row2 a {}
.row3, .row3 a {}
.row4, .row4 a {}
.row5, .row5 a {}
*/

/* Top Bar
--------------------------------------------------------------------------------------------------------------- */

#topbar {
    padding: 10px 0 0 0;
    text-align: right;
    font-size: .8em;
}

#topbar li {
    display: inline;
    margin-right: 3px;
    padding-right: 8px;
    border-right: 1px solid;
    text-align: right;
}

#topbar li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
    text-align: right;
}

/* Header
--------------------------------------------------------------------------------------------------------------- */

/* Empty Rulesets */
/*
#header {}
#header #logo {}
*/

#header #logo h1 {
    margin: 0 0 8px 0;
    padding: 0;
    font-size: 60px;
    line-height: 26px;
    font-variant: small-caps;
    font-style: normal;
}

#header #logo p {
    margin: 0;
    padding: 0;
}

#footer form {
    display: block;
    position: relative;
    width: 100%;
}

#footer legend {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

#footer input, #footer button {
    display: block;
    height: 40px;
    border: none;
}

#footer input {
    width: 100%;
    min-width: 250px;
    padding: 5px 40px 5px 5px;
}

#footer button {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35px;
    font-size: 16px;
    cursor: pointer;
}

#footer button em {
    display: none;
}

/* Homepage Slider
--------------------------------------------------------------------------------------------------------------- */

#slider {
    position: relative;
    overflow: hidden;
}

#slider a, #slider ul, #slider img {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    list-style: none;
    text-decoration: none;
    text-align: right;
}

#slide-wrapper, #slide-wrapper figure, #slide-wrapper img {
    display: block;
    overflow: hidden;
}

#slide-wrapper figure, #slide-wrapper figure img {
    position: relative;
}

#slide-wrapper figure figcaption {
    display: block;
    position: absolute;
    top: 50px;
    right: 0px;
    width: 350px;
    height: 95px;
    margin: 0;
    padding: 0px;
    box-sizing: border-box;
    overflow: hidden;
}

#slide-wrapper figure figcaption p {
    margin: 0;
    padding: 0;
    line-height: 1.9em;
}

#slider #slide-tabs {
    display: block;
    overflow: hidden;
    font-size: 25px;
}

#slider #slide-tabs li {
    /* display: inline-block; */ /* Will be ignored due to float */
    float: left;
}

#slider #slide-tabs li a {
    display: block;
    width: 192px;
    min-height: 90px;
    padding: 10px;
    box-sizing: border-box;
    border: solid;
    border-width: 0 0 1px 1px;
    font-weight: Normal;
    text-align: center;
    text-transform: uppercase;
}

#slider #slide-tabs li:last-child a {
    border-width: 0 1px 1px 1px;
}

/* Content Area
--------------------------------------------------------------------------------------------------------------- */

.container h1, .container h2, .container h3, .container h4, .container h5, .container h6, .container, .container1 {
    align-content: center;
}

/* Content */

/* .container #content {} */ /* Commented out empty ruleset */

.column-container {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.column-container .column {
    width: 50%;
    display: table-cell;
    padding: 2rem;
    text-align: center;
}

.column-container .column:first-child {
    border-right: 1px solid gray;
}

.column-container .column label {
    text-align: center;
}

.column-container .column .header {
    font-weight: bold;
    margin-bottom: 1rem;
}

#twitter {
    display: block;
    padding: 15px;
}

#twitter div {
    padding: 25px 0;
}

#twitter div:first-child {
    border-right: 2px solid;
}

.maxform {
    width: 80%;
    margin: 1rem 10% 1rem;
    text-align: center;
    font-family: 'Barlow', sans-serif;
}

.button, .button.green {
    background: #00694e;
    padding: 0 5px;
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    width: 255px;
    max-width: 100%;
    height: 59px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    margin-left: .25rem;
    margin-right: .25rem;
}

.button-small {
    background: #00694e;
    padding: 0 5px;
    color: #fff;
    font-size: 14px;
    width: 175px;
    max-width: 100%;
    height: 30px;
    justify-content: center;
    border-radius: 5px;
    float: left;
    margin-left: .25rem;
    margin-right: .25rem;
    border-color: rgb(133, 133, 133);
    border-style: outset;
}

.button-small:focus, .button-small:hover {
    background: #fff;
    color: #00694e;
}

.maxform.padding {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.button.green:focus, .button.green:hover, .button:focus, .button:hover {
    background: #fff;
    color: #00694e;
    border: 2px solid;
    text-decoration: underline
}

.button.green:active, .button:active {
    -webkit-box-shadow: none;
    box-shadow: none
}

#SbtApp {
    padding: 5% 40% 5% 40%;
}

#BtnApp {
    border-radius: 0px;
}

.listing li {
    margin: 0 0 30px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid;
}

.listing li:last-child {
    margin-bottom: 0;
}

.mediacontainer, .mediacontainer iframe {
    display: block;
    margin: 0;
    padding: 0;
}

.mediacontainer {
    width: 100%;
    position: relative;
}

.quickinfo {
    text-align: center;
    text-transform: uppercase;
    font-weight: Normal;
    word-wrap: break-word;
}

.quickinfo li {
    display: block;
    width: 100%;
    min-height: 100px;
    margin: 0 0 20px 0;
    overflow: hidden;
}

.quickinfo li:last-child {
    margin-bottom: 0;
}

.quickinfo li a {
    box-sizing: border-box;
    display: block;
    min-height: 80px;
    padding: 20px 5px 5px 10px;
    width: 100%;
}

.quickinfo li a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 100px;
}

/* Comments */

#comments ul {
    margin: 0 0 40px 0;
    padding: 0;
    list-style: none;
}

#comments li {
    margin: 0 0 10px 0;
    padding: 15px;
}

#comments .avatar {
    float: right;
    margin: 0 0 10px 10px;
    padding: 3px;
    border: 1px solid;
}

#comments address {
    font-weight: normal;
}

#comments time {
    font-size: .5rem;
}

#comments .comcont {
    display: block;
    margin: 0;
    padding: 0;
}

#comments .comcont p {
    margin: 10px 5px 10px 0;
    padding: 0;
}

#comments form {
    display: block;
    width: 100%;
}

#comments input, #comments textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid;
}

#comments textarea {
    overflow: auto;
}

#comments div {
    margin-bottom: 15px;
}

#comments input[type="submit"], #comments input[type="reset"] {
    display: inline-block;
    width: auto;
    min-width: 150px;
    margin: 0;
    padding: 8px 5px;
    cursor: pointer;
}

/* Sidebar */

/* .container .sidebar {} */  /* Commented out empty ruleset */

.sidebar .sdb_holder {
    margin-bottom: 50px;
}

.sidebar .sdb_holder:last-child {
    margin-bottom: 0;
}

/* Footer
--------------------------------------------------------------------------------------------------------------- */

#footer {
    padding: 10px;
}

#footer .faico {
    margin-bottom: 10px;
}

#footer .faico li {
    margin: 0 10px 0 0;
}

#footer .faico li:last-child {
    margin-right: 0;
}

#footer .faico a {
    border: 1px solid;
}

#footer form {
    display: block;
    position: relative;
    width: 100%;
}

#footer legend {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

#footer input, #footer button {
    display: block;
    height: 40px;
    border: none;
}

#footer input {
    width: 100%;
    min-width: 250px;
    padding: 5px 40px 5px 5px;
}

#footer button {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35px;
    font-size: 16px;
    cursor: pointer;
}

#footer button em {
    display: none;
}

/* Copyright
--------------------------------------------------------------------------------------------------------------- */

/* #copyright {} */  /* Commented out empty ruleset */

#copyright p {
    margin: 0;
    padding: 0;
}

/* Navigation
--------------------------------------------------------------------------------------------------------------- */

nav ul, nav ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

#mainav .drop::after, #mainav li li .drop::after, #breadcrumb li a::after, .sidebar nav a::after {
    position: absolute;
    font-family: 'Barlow', sans-serif;
    font-size: 20px;
    line-height: 15px;
}

/* Top Navigation */

#mainav {
    text-align: left;
    text-transform: uppercase;
}

/* #mainav ul {} */  /* Commented out empty ruleset */

#mainav ul ul {
    z-index: 9999;
    position: absolute;
    width: 160px;
}

#mainav ul ul ul {
    left: 160px;
    top: 0;
}

#mainav li {
    display: inline-block;
    position: relative;
    margin: 0 30px 0 0;
    padding: 0;
}

#mainav li:last-child {
    margin-right: 0;
}

#mainav li li {
    width: 100%;
    margin: 0;
    text-align: left;
    text-transform: none;
}

#mainav li a {
    display: block;
    padding: 0;
}

#mainav li li a {
    border: solid;
    border-width: 0 0 1px 0;
}

#mainav li li:last-child a {
    border-bottom: none;
}

#mainav .drop {
    padding-left: 15px;
}

#mainav li li a, #mainav li li .drop {
    display: block;
    margin: 0;
    padding: 10px 15px;
}

#mainav .drop::after, #mainav li li .drop::after {
    content: "\f0d7";
}

#mainav .drop::after {
    top: 5px;
    left: 5px;
}

#mainav li li .drop::after {
    top: 15px;
    left: 5px;
}

#mainav ul ul {
    display: none;
}

#mainav ul li:hover>ul {
    display: block;
}

#mainav form {
    display: none;
    margin: 0;
    padding: 0;
}

#mainav form select, #mainav form select option {
    display: block;
    cursor: pointer;
    outline: none;
}

#mainav form select {
    width: 100%;
    padding: 5px;
    border: 1px solid;
}

#mainav form select option {
    margin: 5px;
    padding: 0;
    border: none;
}

/* Breadcrumb */

/* #breadcrumb {} */  /* Commented out empty ruleset */

#breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#breadcrumb li {
    display: inline-block;
    margin: 0 6px 0 0;
    padding: 0;
}

#breadcrumb li a {
    display: block;
    position: relative;
    margin: 0;
    padding: 0 12px 0 0;
    font-size: 34px;
}

#breadcrumb li a::after {
    top: 5px;
    right: 0;
    content: "\f101";
}

#breadcrumb li:last-child a {
    margin: 0;
    padding: 0;
}

#breadcrumb li:last-child a::after {
    display: none;
}

/* Sidebar Navigation */

.sidebar nav {
    display: block;
    width: 100%;
}

.sidebar nav li {
    margin: 0 0 3px 0;
    padding: 0;
}

.sidebar nav a {
    display: block;
    position: relative;
    margin: 0;
    padding: 5px 10px 5px 15px;
    text-decoration: none;
    border: solid;
    border-width: 0 0 1px 0;
}

.sidebar nav a::after {
    top: 9px;
    left: 5px;
    content: "\f101";
}

.sidebar nav ul ul a {
    padding-left: 35px;
}

.sidebar nav ul ul a::after {
    left: 25px;
}

.sidebar nav ul ul ul a {
    padding-left: 55px;
}

.sidebar nav ul ul ul a::after {
    left: 45px;
}

/* Pagination */

.pagination {
    display: block;
    width: 100%;
    text-align: center;
    clear: both;
}

.pagination li {
    display: inline-block;
    margin: 0 2px 0 0;
}

.pagination li:last-child {
    margin-right: 0;
}

.pagination a, .pagination strong {
    display: block;
    padding: 8px 11px;
    border: 1px solid;
    font-weight: normal;
    font-weight: normal;
    background-clip: padding-box;
}

/* bTables
--------------------------------------------------------------------------------------------------------------- */

table, th, td {
    font-weight: normal;
}

/*vertical-align:left;*/

table, th {
    align-content: center;
}

table {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0px
}

td {
    padding: 5px 5px;
}

/* Gallery
--------------------------------------------------------------------------------------------------------------- */

#gallery {
    display: block;
    width: 100%;
    margin-bottom: 50px;
}

#gallery figure figcaption {
    display: block;
    width: 100%;
    clear: both;
}

#gallery li {
    margin-bottom: 30px;
}

#gallery li a {
    display: block;
}

/* Portfolio
--------------------------------------------------------------------------------------------------------------- */

#portfolio {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

#portfolio li, #portfolio img {
    margin-bottom: 30px;
}

/* Font Awesome Social Icons
--------------------------------------------------------------------------------------------------------------- */

.faico {
    margin: 0;
    padding: 0;
    list-style: none;
}

.faico li {
    display: inline-block;
    margin: 0 2px 0 0;
    padding: 0;
    line-height: normal;
}

.faico li:last-child {
    margin-right: 0;
}

.faico a {
    display: block;
    width: 40px;
    height: 60px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
}

.faico a {
    color: #0000FF;
}

.faico a:hover {
    color: #0000FF;
    background-color: #CCCCCC;
}

/* Rounded Corners
--------------------------------------------------------------------------------------------------------------- */

#header button, #footer button {
    border-radius: 0 8px 8px 0;
}

#mainav li li:last-child a {
    border-radius: 0 0 8px 8px;
}

#mainav li li:first-child a, #slide-wrapper figure img, #slide-wrapper figure .view:hover::before {
    border-radius: 8px 8px 0 0;
}

#slider #slide-tabs li:first-child a {
    border-radius: 0 0 0 8px;
}

#slider #slide-tabs li:last-child a {
    border-radius: 0 0 8px 0;
}

/* Colours
--------------------------------------------------------------------------------------------------------------- */

body {
    color: #000000;
    background-color: white;
    font-family: 'Barlow', sans-serif;
    font-size: 15px !important;
}

a {
    color: #337ab7;
}

hr, .borderedbox {
    border-color: #87CEEB;
}

label span {
    color: #000000;
    background-color: inherit;
}

/*label{text-align: left;}*/

.rounded {
    color: #000000;
    background-color: #ffffff;
    align-content: center;
}

/* Rows */

.row0, .row0 a {
    color: #000000;
    background-color: inherit;
}

.row1 {
    color: #000000;
    background-color: #87CEEB;
}

.row1 a {
    color: #000000;
    background-color: #87CEEB;
}

.row2, .row2 a {
    color: #000000;
    background-color: #87CEEB;
}

.row3 {
    color: #000000;
    background-color: #87CEEB;
}

.row4 {
    color: #000000;
    background-color: #87CEEB;
}

.row5, .row5 a {
    color: #000000;
    background-color: #87CEEB;
}

/* Top Bar */

#topbar li {
    border-color: #ffffff;
    text-align: right;
}

/* Header */

#footer input {
    color: #000000;
    background-color: #87CEEB;
}

#footer button {
    color: #000000;
    background-color: #87CEEB;
}

/* Homepage Slider */

#slide-wrapper figure figcaption {
    color: #000000;
    background-color: #ffffff;
}

#slide-wrapper figure figcaption:hover {
    background-color: #ffffff;
}

#slider #slide-tabs li a {
    color: #000000;
    background-color: #ffffff;
    border-color: #666666;
}

#slider #slide-tabs li a:hover, #slider #slide-tabs li.active a {
    color: #000000;
    background-color: #ffffff;
}

/* Content Area */

.container h1, .container h2, .container h3, .container h4, .container h5, .container h6 {
    text-align: center;
    margin-bottom: 1rem;
}

#twitter {
    color: #FFFFFF;
    background-color: #06213F;
}

#twitter div:first-child {
    border-color: #FFFFFF;
}

.listing li {
    border-color: #D7D7D7;
}

.quickinfo li a {
    color: #666666;
    background-color: #DEDACB;
}

.quickinfo li a:hover {
    color: #666666;
    background-color: #87CEEB;
}

/* Footer */

#footer .faico a {
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .2);
}

#footer input {
    color: rgb(0, 0, 255);
    background-color: #979797;
}

#footer button {
    color: #F9F9F9;
    background-color: #55ABDA;
}

/* Navigation */

#mainav li a {
    color: inherit;
}

#mainav .active a, #mainav a:hover, #mainav li:hover>a {
    color: #55ABDA;
    background-color: inherit;
}

#mainav li li a, #mainav .active li a {
    color: #000000;
    background-color: #ffffff;
    border-color: rgba(0, 0, 0, .6);
}

#mainav li li:hover>a, #mainav .active .active>a {
    color: #000000;
    background-color: #ffffff;
}

#mainav form select {
    border-color: #D7D7D7;
}

#breadcrumb a {
    color: #888888;
    background-color: inherit;
}

#breadcrumb li:last-child a {
    color: #55ABDA;
}

.container .sidebar nav a {
    color: inherit;
    border-color: #D7D7D7;
}

.container .sidebar nav a:hover {
    color: #55ABDA;
}

.pagination a, .pagination strong {
    border-color: #D7D7D7;
}

.pagination .current strong {
    color: #6666FF;
    background-color: #87CEEB;
}

/* Tables + Comments */

/* table, th, td, #comments .avatar, #comments input, #comments textarea {} */ /* Commented out empty ruleset */

th {
    color: #000000;
    background-color: #E0EDEA; /* Templeton from Ohio Univeristy style guide*/
    text-align: center;
    font-weight: 700;
}

tr, #comments li, #comments input[type="submit"], #comments input[type="reset"] {
    color: #000000;
}

table a, #comments a {
    background-color: #ffffff;
}

#programTypes tr {
    border-top: hidden;
}

#programTypes td:not(:first-child) {
    text-align: left;
    max-width: 100%;
    margin-bottom: 5px;
}

#programTypes th:not(:first-child) {
    text-align: left;
}

/* Media Queries
--------------------------------------------------------------------------------------------------------------- */

@-ms-viewport {
    width: device-width;
}

/* Smartphone + Tablet
---------------------------------------------------------------------------------------------------------------------------------------*/

/*/
@media screen and (min-width:1000px;) {
    .wrapper{max-width:11000px;}
}
*/

/* Migrated from App Header*/

div#cs_control_2306054 {
    border-top: none !important;
    margin-top: -10px !important;
}

.ouwsFooter .footer-content #CS_Element_footerBox1, .ouwsFooter .footer-content #CS_Element_footerBox2, .ouwsFooter .footer-content #CS_Element_footerBox3 {
    min-height: 250px !important;
}

.logoSpaceContent .ev_header-wrap .ev_header-text h2 a {
    font-size: 24px !important;
}

.rounded, #mainav, #slider, .container, #footer, #copyright {
    background: #FFF !important;
}

.mw {
    color: #000000;
    font-family: Verdana, Arial, Helvetica;
    font-weight: bold;
    font-size: xx-small;
    text-decoration: none;
}

a.mw:link {
    color: #000000;
    font-family: Verdana, Arial, Helvetica;
    font-weight: bold;
    font-size: xx-small;
    text-decoration: none;
}

a.mw:visited {
    color: #000000;
    font-family: Verdana, Arial, Helvetica;
    font-weight: bold;
    font-size: xx-small;
    text-decoration: none;
}

a.mw:hover {
    color: #0000FF;
    font-family: Verdana, Arial, Helvetica;
    font-weight: bold;
    font-size: xx-small;
    text-decoration: none;
}

.theme-default .nivoSlider {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.slider-wrapper.theme-default .nivo-controlNav {
    padding: 0px;
}

/*
background-color: white;
   color: white;
}
    */

/* This duplicate was at the top of this file
.errormsg {
    font-size: 1em;
    font-weight: Normal;
    color: red;
}
*/

.errorMsg {
    font-size: .75rem;
    font-weight: normal;
    color: red;
    text-align: left;
    width: 260px;
}

.errorMsgServer {
    font-size: .75rem;
    font-weight: normal;
    color: red;
    text-align: left;
    list-style-type: none;
}

.container h1 {
    border-color: #87CEFA;
    text-align: center;
}

int {
    text-align: right;
}

.custPopup {
    background-color: white;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    height: 30%;
    left: 50%;
    margin-left: -250px;
    margin-top: 200px;
    padding: 0;
    position: absolute;
    top: 100px;
    width: 545px;
    z-index: 9999;
}

.popupBackground {
    background-color: white;
    opacity: 0.20;
    filter: alpha(opacity=20);
    position: absolute;
    width: 100%;
    height: 500%;
    top: 0;
    left: 0;
    z-index: 9998;
}

.modal-header {
    padding: 0px 0px;
    border-bottom: 1px solid #eee;
    background-color: #06213f;
    color: #000;
    height: 29px;
}

.modal-body {
    font-family: Arial, Helvetica, sans-serif;
    align-self: center;
    background-color: white;
    clear: both;
    color: black;
    height: 55%;
    padding: 4px;
    text-align: center;
    line-height: 70px;
}

.modal-footer {
    /*background-color: #87CEEB;*/
    border-bottom: 1px solid #eee;
    clear: both;
    color: white;
    height: 43%;
    padding: 1px;
    text-align: center;
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], textarea, select {
    /* !important overrides a lot of forms.less attributes that get in the way */
    background: #edebef !important;
    border: none !important;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    font-size: 12px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #333 !important;
    width: 100%;
}

.half {
    width: 60% !important;
}

.medium {
    width: 60% !important;
}

.lookupInput {
    display: inline;
    vertical-align: middle;
    white-space: nowrap;
}

.lookupInput img {
    background-repeat: no-repeat;
    margin-right: .25em;
    vertical-align: middle;
}

.lookupInput .disabled {
    background-color: #ccc;
}

.lookupInput .emptyDependentLookup {
    font-style: italic;
}

.lookupInput input[readonly] {
    background-color: #e6e6e6;
    border: 2px solid #e6e6e6;
    color: #333;
    cursor: default;
}

.lookupInput a.readOnly {
    float: right;
}

.lookupInput span.readOnly {
    display: block;
    white-space: normal;
}

.lookupInput span.totalSummary {
    font-weight: bold;
}

.inlineEditRequiredDiv .lookupInput img, .inlineEditDiv .lookupInput img {
    vertical-align: middle;
}

.quickCreateModule .lookupInput input {
    max-width: 155px
}

.required {
    -moz-appearance: none;
    background: #edebef none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: red;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    padding: 0.5rem 1rem;
    width: 50%;
}

#nav {
    line-height: 66px;
    width: 23%;
    float: left;
    padding: 10px;
    background-color: #87CEEB;
    text-align: left;
}

#section {
    font-size: 17px;
    width: 60%;
    padding: 10px;
    float: left;
    background-color: #87CEEB;
    font-size: 16px;
    height: 699px
}

p {
    font-size: 110%;
}

/* MY APPLICATION PAGE CSS */

.portal-content {
    margin-top: 5%;
}

.portal-content .table {
    border-collapse: collapse;
    width: 70% !important;
}

.portal-content .column {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #fff;
}

a#disabledlink1 {
    text-decoration: none;
    color: black;
}

a#disabledlink2 {
    text-decoration: none;
    color: black;
}

.sectiontitle {
    padding: 8px;
    text-align: center;
    background-color: #f5f5f5;
}

.columntitle {
    text-align: left;
    padding: 8px;
    background-color: #F0F8FF !important;
    background-image: none !important;
    border-bottom: 1px solid #06213F !important
}

table table {
    width: 100%;
    margin-left: 15%;
}

/* NEW APP Page CSS */

#container {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 2%;
    margin-bottom: 5%;
}

select.inputbox {
    width: 100%;
    margin-bottom: 2%;
}

ul.error li {
    font-size: 15px;
    color: red;
    font-weight: 500;
    display: block;
}

label.inputlabel {
    font-size: 13px;
}

.logoSpaceContent1 {
    position: absolute;
    right: 0;
    top: 0;
}

.logoSpaceContent1 img.lazy.loaded {
    width: auto;
    height: 91px;
    float: right;
    margin-top: -12px;
    margin-right: -100px;
}

/* APP CSS */

.alignleft {
    width: 25%;
    height: 100%;
    padding: 10px;
    float: left;
}

.alignleft .app_button {
    height: 15%;
    background-color: #00694e;
    padding: 5px 5px 5px 5px;
}

.alignleft .app_button a {
    display: inline-block;
    padding: 10px 10px 10px 10px;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

#section {
    width: 75% !important;
    padding: 10px;
    float: left;
    background-color: #FFF !important;
    font-size: 16px;
}

#section .pbSubsection {
    margin-left: 5%;
    margin-right: 5%;
}

th.labelCol {
    background-color: #a1a1a1 !important;
    font-size: 13px;
    padding: 7px;
}

td.data2Col {
    padding-left: 10px !important;
    font-size: 12px;
    /* margin-top: 10px !important; */
}

th.headerRow {
    background-color: #a1a1a1 !important;
    font-size: 13px;
}

td.dataCell {
    font-size: 13px;
}

td.dataCell input[type="submit"] {
    float: right;
    margin: 1%;
}

.table {
    border-collapse: collapse;
    width: 100%;
}

.sectiontitle {
    padding: 8px;
    text-align: center;
    background-color: #f5f5f5;
}

.columntitle {
    text-align: left;
    padding: 8px;
    background-color: #F0F8FF !important;
    background-image: none !important;
    /*This is needed if you want to overwrite the header backgroun*/
    border-bottom: 1px solid #06213F !important
}

.ULNavLink {
    text-align: right;
}

a.lookup {
    display: none;
}

input.button:disabled {
    pointer-events: none;
    cursor: default;
}

.errorInput {
    background: yellow !important;
}

.ouwsFooterWrap {
    font-family: 'Barlow', sans-serif;
}

