/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background: transparent
}

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

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

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

input {
    line-height: normal
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

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

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.is-hidden {
    visibility: hidden;
    position: absolute
}

.is-visible {
    visibility: inherit;
    position: inherit
}

body.id5debug:before {
    position: fixed;
    display: block;
    background: #ffc;
    text-align: center;
    content: "Default";
    font-size: 12px;
    z-index: 9999;
    top: 0;
    left: 0
}

@media screen and (min-width: 480px) {
    body.id5debug:before {
        content: "tiny"
    }
}

@media screen and (min-width: 600px) {
    body.id5debug:before {
        content: "small"
    }
}

@media screen and (min-width: 800px) {
    body.id5debug:before {
        content: "medium"
    }
}

@media screen and (min-width: 1024px) {
    body.id5debug:before {
        content: "large"
    }
}

.hidden-desktop {
    display: block !important
}

@media screen and (min-width: 1024px) {
    .hidden-desktop {
        display: none !important
    }
}

.visible-desktop {
    display: none !important
}

@media screen and (min-width: 1024px) {
    .visible-desktop {
        display: block !important
    }
}

.silk-reset-type, .silk-tabs__header h1, .silk-tabs__header h2, .silk-tabs__header h3, .silk-tabs__header h4, .silk-tabs__header h5, .silk-tabs__header h6, .silk-accordion__header h1, .silk-accordion__header h2, .silk-accordion__header h3, .silk-accordion__header h4, .silk-accordion__header h5, .silk-accordion__header h6 {
    padding: 0;
    margin: 0;
    font-size: 100%;
    font-weight: 400
}

.silk-toggle-content, .silk-tabs__header a, .silk-accordion__header a {
    position: relative;
    display: block;
    padding: 20px 20px 20px 40px;
    color: #000;
    text-decoration: none;
    background: #f9f9f9;
    border-bottom: 1px solid #eee
}

.silk-toggle-content:after, .silk-tabs__header a:after, .silk-accordion__header a:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 12px;
    margin-top: -6px;
    content: "";
    height: 0;
    width: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #000
}

@-webkit-keyframes rotate90 {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@-moz-keyframes rotate90 {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@keyframes rotate90 {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@-webkit-keyframes rotate90- {
    from {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    to {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
}

@-moz-keyframes rotate90- {
    from {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    to {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes rotate90- {
    from {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    to {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
}

.silk-tabs > .silk-tabs__nav {
    display: none
}

.silk-tabs > .silk-tabs__nav ul {
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 0;
    list-style: none
}

.silk-tabs > .silk-tabs__nav ul:after {
    content: "";
    display: table;
    clear: both
}

.silk-tabs > .silk-tabs__nav li {
    float: left
}

.silk-tabs > .silk-tabs__nav a {
    border: 1px solid transparent;
    border-bottom-color: #eee;
    display: block;
    margin-bottom: -1px;
    padding: .75em;
    text-decoration: none;
    color: #000
}

.silk-tabs > .silk-tabs__nav a.is-active, .silk-tabs > .silk-tabs__nav a.is-active-tabs {
    border-color: #eee;
    border-bottom-color: #fff
}

.silk-tabs__content {
    padding: 1px 10px;
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out
}

.silk-tabs__content.is-hidden {
    opacity: 0
}

.silk-tabs__content.is-hidden-accordion {
    display: none;
    opacity: 0
}

@media screen and (min-width: 600px) {
    .silk-tabs .silk-tabs {
        border: 0
    }

    .silk-tabs .silk-tabs__header {
        display: none
    }

    .silk-tabs .silk-tabs__content {
        border-top: 0
    }

    .silk-tabs .silk-tabs__content.is-hidden-accordion {
        display: inherit;
        opacity: 1
    }

    .silk-tabs > .silk-tabs__nav {
        display: block
    }
}

.silk-nav ul, .silk-nav li {
    padding: 0;
    margin: 0;
    list-style: none
}

.silk-nav > ul a {
    display: block;
    text-decoration: none;
    padding: 10px;
    color: #000;
    -webkit-transition: background 0.15s ease-in-out;
    -moz-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out
}

.silk-nav > ul a:hover {
    background: #f9f9f9
}

.silk-nav > ul li ul {
    padding-left: 20px
}

.js .silk-nav {
    overflow-x: hidden
}

.js .silk-nav > ul {
    position: relative;
    left: 0;
    border-top: 1px solid #eee;
    -webkit-transition: left 0.25s ease-in;
    -moz-transition: left 0.25s ease-in;
    transition: left 0.25s ease-in
}

.js .silk-nav > ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%
}

.js .silk-nav > ul ul.hidden {
    display: none
}

.js .silk-nav > ul li {
    border-bottom: 1px solid #eee
}

.js .silk-nav > ul li ul {
    padding: 0
}

.js .silk-nav > ul .parent > *:first-child {
    position: relative
}

.js .silk-nav > ul .next {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: #f9f9f9;
    width: 40px;
    border-left: 1px solid #eee
}

.js .silk-nav > ul .next:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -3px;
    height: 0;
    width: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #000
}

.js .silk-nav > ul .next:hover {
    background: #000
}

.js .silk-nav > ul .next:hover:after {
    border-left-color: #fff
}

.js .silk-nav > ul .back {
    background: #f1f1f1
}

.js .silk-nav > ul .back:before {
    display: inline-block;
    content: "";
    margin-right: 10px;
    height: 0;
    width: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #000
}

.js .silk-nav > ul .back:hover {
    background: #f1f1f1
}

@media screen and (min-width: 1024px) {
    .js .silk-nav {
        overflow-x: inherit;
        min-height: 0 !important;
        border-bottom: 1px solid #eee
    }

    .js .silk-nav:after {
        content: "";
        display: table;
        clear: both
    }

    .js .silk-nav.vertical {
        border-bottom: 0;
        width: 200px
    }

    .js .silk-nav.vertical > ul ul {
        left: 100%;
        top: 0
    }

    .js .silk-nav.vertical > ul li {
        float: none;
        border-bottom: 1px solid #eee
    }

    .js .silk-nav.vertical > ul li li {
        border: 0
    }

    .js .silk-nav.vertical > ul > li.parent > *:first-child:after {
        top: 4px;
        height: 0;
        width: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #000
    }

    .js .silk-nav > ul {
        position: static
    }

    .js .silk-nav > ul:after {
        content: "";
        display: table;
        clear: both
    }

    .js .silk-nav > ul ul {
        display: none;
        width: 200px;
        left: 0;
        top: auto
    }

    .js .silk-nav > ul ul ul {
        left: 100%;
        top: 0;
        z-index: 50
    }

    .js .silk-nav > ul li {
        position: relative;
        float: left;
        border: 0
    }

    .js .silk-nav > ul li li {
        float: none;
        background: #f9f9f9
    }

    .js .silk-nav > ul li li a:hover, .js .silk-nav > ul li li:hover {
        background: #f1f1f1
    }

    .js .silk-nav > ul li:hover {
        background: #f9f9f9
    }

    .js .silk-nav > ul li:hover > ul {
        display: block
    }

    .js .silk-nav > ul li.parent > *:first-child:after {
        position: relative;
        display: inline-block;
        float: right;
        content: "";
        top: 4px;
        left: 7px;
        margin-right: 10px;
        height: 0;
        width: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #000
    }

    .js .silk-nav > ul li.parent .next {
        display: none
    }

    .js .silk-nav > ul > li.parent > *:first-child:after {
        top: 7px;
        height: 0;
        width: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #000
    }

    .js .silk-nav > ul .back {
        display: none
    }

    .js .silk-nav.menuaim li ul li:hover > ul {
        display: none
    }

    .js .silk-nav.menuaim li ul li.hover > ul {
        display: block
    }
}

.silk-accordion__content {
    padding: 1px 10px;
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out
}

.silk-accordion__content.is-hidden {
    opacity: 0
}

.silk-table {
    width: 100%;
    border-spacing: 0;
    font-size: 100%;
    margin-bottom: 1em
}

.silk-table th, .silk-table td {
    padding: 10px;
    border-bottom: 1px solid #eee
}

.silk-table thead th {
    background: #f9f9f9;
    text-align: left
}

.silk-table-collapsed {
    margin-bottom: 1em
}

.silk-table-collapsed ul, .silk-table-collapsed li {
    margin: 0;
    padding: 0;
    list-style: none
}

.silk-table-collapsed h3 {
    margin: 0;
    padding: 10px;
    font-size: 100%;
    background: #f9f9f9;
    border-bottom: 1px solid #eee
}

.silk-table-collapsed div {
    padding: 10px
}

.js body .silk-offcanvas {
    position: fixed;
    left: -100%;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 99999;
    overflow-y: auto;
    background: #fff;
    -webkit-transition: left 0.25s ease-in-out;
    -moz-transition: left 0.25s ease-in-out;
    transition: left 0.25s ease-in-out
}

@media screen and (min-width: 1024px) {
    .js body .silk-offcanvas {
        display: inherit;
        position: inherit;
        height: auto;
        width: auto;
        z-index: auto;
        overflow-y: inherit
    }
}

.js body .silk-offcanvas.visible {
    left: 0
}

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

img {
    max-width: 100%;
    height: auto
}

#body-wrapper {
    width: 100%;
    overflow-x: hidden
}

#body-wrapper .content-wrapper {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    position: relative
}

#body-wrapper .content-wrapper.slide {
    right: 100%
}

#body-wrapper .content-wrapper.slideDown {
    padding-top: 60px
}

#body-wrapper .content-wrapper.slide-right {
    left: 100%
}

.socialMedia14 {
    display: none
}

.container {
    max-width: 65.3125em;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px
}

.container:after {
    content: "";
    display: table;
    clear: both
}

@media screen and (min-width: 1024px) {
    .container {
        padding: 0px
    }
}

.right {
    display: block;
    float: left;
    margin-right: 1.87726938%;
    width: 100%
}

.right:last-child {
    margin-right: 0
}

@media screen and (min-width: 800px) {
    .right {
        display: block;
        float: left;
        margin-right: 1.87726938%;
        width: 32.08182041%;
        margin-left: 67.91817959%;
        margin-bottom: 50px
    }

    .right:last-child {
        margin-right: 0
    }
}

.left {
    display: block;
    float: left;
    margin-right: 1.87726938%;
    width: 100%
}

.left:last-child {
    margin-right: 0
}

@media screen and (min-width: 800px) {
    .left {
        display: block;
        float: left;
        margin-right: 1.87726938%;
        width: 59.24909225%;
        margin-left: -101.87726938%;
        margin-bottom: 40px
    }

    .left:last-child {
        margin-right: 0
    }
}

.header {
    width: 100%;
    background: #007DB6;
    position: fixed;
    top: 0;
    z-index: 100000;
    padding: 20px 0;
    height: 74px;
    -webkit-transition: all 210ms ease-in-out;
    -moz-transition: all 210ms ease-in-out;
    transition: all 210ms ease-in-out
}

@media screen and (min-width: 800px) {
    .header {
        padding: 0;
        height: 94px
    }
}

.slideDown > .header {
    top: 60px
}

.slide .header {
    right: 100%
}

.slide-right .header {
    left: 100%
}

.ub-logo {
    display: block;
    float: left;
    margin-right: 1.87726938%;
    width: 45.66545633%
}

.ub-logo:last-child {
    margin-right: 0
}

.ub-logo img {
    max-width: 120%;
    width: 160px;
    height: auto;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}

@media screen and (min-width: 480px) {
    .ub-logo img {
        width: 160px
    }
}

.ub-logo .big {
    display: none
}

.ub-logo .small {
    display: block
}

@media screen and (min-width: 800px) {
    .ub-logo {
        display: block;
        float: left;
        margin-right: 1.87726938%;
        width: 32.08182041%;
        margin-top: 15px;
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out
    }

    .ub-logo:last-child {
        margin-right: 0
    }

    .ub-logo .big {
        display: block;
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
        width: 100%;
        max-width: 100%
    }

    .ub-logo .small {
        display: none;
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
        width: 100%;
        max-width: 100%
    }
}

.search-icon {
    display: block;
    float: left;
    margin-right: 1.87726938%;
    width: 18.49818449%;
    margin-left: 20.37545388%
}

.search-icon:last-child {
    margin-right: 0
}

.search-icon a {
    float: right;
    margin-right: 10px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 0.75rem;
    width: 33.3%
}

.search-icon a .ub-icon {
    display: block;
    text-align: center;
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: -5px
}

.search-icon a .ub-icon:after {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #005a83;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-in-out;
    -moz-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out
}

.search-icon a .ub-icon.arrow:after {
    opacity: 1
}

.search-icon a .text {
    display: none !important
}

.search-icon .panel {
    position: fixed;
    top: 0;
    display: none;
    z-index: -20;
    left: 0;
    width: 100%;
    background-color: #005a83;
    padding: 21px;
    height: 60px
}

.search-icon .panel form ::-webkit-input-placeholder {
    font-size: 12px;
    position: relative;
    top: 3px
}

.search-icon .panel form :-moz-placeholder {
    font-size: 12px;
    position: relative;
    top: 3px
}

.search-icon .panel form ::-moz-placeholder {
    font-size: 12px;
    position: relative;
    top: 3px
}

.search-icon .panel form input[type='text'] {
    padding: 5px;
    width: 80% !important;
    border-radius: 0px;
    border: 0px solid #000;
    color: #000
}

.search-icon .panel form input[type='submit'] {
    padding: 6px;
    margin-left: -5px;
    background-color: #007DB6;
    color: #fff;
    font-weight: 700;
    width: 20% !important;
    border: 0px solid #000;
    box-shadow: none;
    border-radius: 0px
}

@media screen and (min-width: 800px) {
    .search-icon {
        display: none
    }
}

.ubalt-menu {
    display: block;
    color: #fff;
    text-decoration: none;
    display: block;
    float: left;
    margin-right: 1.87726938%;
    width: 4.91454857%;
    font-size: 30px;
    font-size: 1.875rem;
    float: right
}

.ubalt-menu:last-child {
    margin-right: 0
}

.ubalt-menu:hover {
    color: #fff;
    text-decoration: none
}

@media screen and (min-width: 800px) {
    .ubalt-menu {
        display: none
    }
}

.navigation-menu {
    left: 100%;
    top: 0;
    width: 100%;
    position: fixed;
    background-color: #006b9d;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    height: 100%;
    overflow-y: scroll;
    z-index: 2
}

.navigation-menu.open {
    left: 0
}

.navigation-menu .ubalt-clear {
    display: block;
    color: #fff;
    padding: 10px 15px;
    text-align: right;
    font-size: 25px;
    font-size: 1.5625rem
}

.navigation-menu .ubalt-clear:hover {
    text-decoration: none
}

@media screen and (min-width: 800px) {
    .navigation-menu .ubalt-clear {
        display: none
    }
}

@media screen and (min-width: 800px) {
    .navigation-menu {
        display: block;
        float: left;
        margin-right: 1.87726938%;
        width: 66.04091021%;
        float: right;
        height: auto;
        position: static;
        background-color: transparent;
        overflow-y: visible
    }

    .navigation-menu:last-child {
        margin-right: 0
    }
}

@media screen and (min-width: 800px) {
    .navigation-menu > ul {
        float: right
    }
}

.navigation-menu ul {
    margin: 0;
    position: relative;
    padding: 0
}

.navigation-menu ul li {
    list-style-type: none
}

.navigation-menu ul li.myub, .navigation-menu ul li.give {
    position: absolute;
    width: 33.3%;
    top: 0;
    left: 33.3%;
    text-align: center;
    border-right: 1px solid #005a83;
    min-height: 94px;
    background-color: #007DB6;
    padding-top: 10px
}

@media screen and (min-width: 800px) {
    .navigation-menu ul li.myub, .navigation-menu ul li.give {
        position: static;
        width: 90px
    }
}

.navigation-menu ul li.give {
    left: 66.6%
}

@media screen and (min-width: 800px) {
    .navigation-menu ul li {
        display: inline-block;
        width: 90px;
        float: left;
        border-right: 1px solid #005a83;
        text-align: center;
        padding: 10px 0
    }
}

.navigation-menu ul li.open {
    background-color: #006b9d !important
}

.navigation-menu ul li:first-child {
    border-left: 1px solid #005a83
}

.navigation-menu ul li.search {
    display: none
}

@media screen and (min-width: 800px) {
    .navigation-menu ul li.search {
        position: relative;
        display: inline-block;
        list-style-type: none;
        background-color: #007DB6;
        width: 90px;
        float: left;
        border-left: 1px solid #005a83;
        border-right: 1px solid #005a83;
        text-align: center;
        padding: 10px 0;
        overflow-x: hidden;
        -webkit-transition: background-color 300ms ease-in-out;
        -moz-transition: background-color 300ms ease-in-out;
        transition: background-color 300ms ease-in-out
    }

    .navigation-menu ul li.search.open {
        background-color: #006b9d
    }
}

.navigation-menu ul li.search-box {
    display: none
}

@media screen and (min-width: 800px) {
    .navigation-menu ul li.search-box {
        display: inline-block;
        width: 0;
        padding: 0;
        border-right: 0px solid #005a83;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        overflow: hidden
    }

    .navigation-menu ul li.search-box .panel {
        padding: 20px;
        padding-top: 30px;
        height: 94px;
        opacity: 0;
        -webkit-transition: opacity 300ms ease-in-out;
        -moz-transition: opacity 300ms ease-in-out;
        transition: opacity 300ms ease-in-out
    }

    .navigation-menu ul li.search-box .panel form ::-webkit-input-placeholder {
        font-size: 12px;
        position: relative;
        top: 3px
    }

    .navigation-menu ul li.search-box .panel form :-moz-placeholder {
        font-size: 12px;
        position: relative;
        top: 3px
    }

    .navigation-menu ul li.search-box .panel form ::-moz-placeholder {
        font-size: 12px;
        position: relative;
        top: 3px
    }

    .navigation-menu ul li.search-box .panel form :-ms-input-placeholder {
        font-size: 12px;
        position: relative;
        top: 3px
    }

    .navigation-menu ul li.search-box .panel form input[type='text'] {
        padding: 5px;
        width: 79%;
        border-radius: 0px;
        border: 0px solid #000
    }

    .navigation-menu ul li.search-box .panel form input[type='submit'] {
        padding: 6px;
        margin-left: -5px;
        background-color: #007DB6;
        color: #fff;
        font-weight: 700;
        width: 20%;
        border: 0px solid #000;
        box-shadow: none;
        border-radius: 0px
    }

    .navigation-menu ul li.search-box.open {
        width: 300px
    }

    .navigation-menu ul li.search-box.open .panel {
        opacity: 1
    }
}

.navigation-menu ul li.social-icons {
    display: none
}

@media screen and (min-width: 800px) {
    .navigation-menu ul li.social-icons {
        display: inline-block;
        width: 0;
        padding: 0;
        border-right: 0px solid #005a83;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        overflow: hidden
    }

    .navigation-menu ul li.social-icons.open {
        width: 300px
    }

    .navigation-menu ul li.social-icons.open .panel {
        opacity: 1
    }

    .navigation-menu ul li.social-icons .panel {
        height: 94px;
        padding: 25px 10px 20px 10px;
        opacity: 0;
        -webkit-transition: opacity 300ms ease-in-out;
        -moz-transition: opacity 300ms ease-in-out;
        transition: opacity 300ms ease-in-out
    }

    .navigation-menu ul li.social-icons .panel ul li {
        width: 20%;
        border-left: 0px solid #005a83;
        border-right: 0px solid #005a83
    }

    .navigation-menu ul li.social-icons .panel ul li a {
        font-size: 20px;
        font-size: 1.25rem;
        width: auto
    }
}

.navigation-menu ul li.social {
    width: 100%;
    position: static;
    border-right: 1px solid #005a83;
    border-bottom: 2px solid #005a83;
    background-color: #007DB6
}

@media screen and (min-width: 800px) {
    .navigation-menu ul li.social {
        display: inline-block;
        list-style-type: none;
        width: 90px;
        float: left;
        border-left: 0px solid #005a83;
        border-right: 1px solid #005a83;
        border-bottom: 0px solid #005a83;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: background-color 300ms ease-in-out;
        -moz-transition: background-color 300ms ease-in-out;
        transition: background-color 300ms ease-in-out
    }

    .navigation-menu ul li.social.open {
        background-color: #006b9d
    }
}

.navigation-menu ul li.social a {
    width: 33.3%;
    display: inline-block;
    border-right: 1px solid #005a83;
    min-height: 94px;
    padding-top: 10px
}

@media screen and (min-width: 800px) {
    .navigation-menu ul li.social a {
        border-right: 0px solid #005a83;
        display: inline;
        padding-top: 0
    }
}

.navigation-menu ul li.social .panel {
    width: 100%;
    padding: 10px 0 10px;
    background-color: #005a83;
    height: 60px;
    overflow: hidden;
    display: none
}

.navigation-menu ul li.social .panel ul {
    clear: both
}

.navigation-menu ul li.social .panel ul li {
    border: 0px solid #000;
    display: inline-block;
    width: 20%;
    padding: 0;
    padding-left: 0;
    position: static;
    float: left;
    text-align: center
}

.navigation-menu ul li.social .panel ul li a {
    text-align: center;
    width: 25px;
    border-right: 0px solid #005a83;
    min-height: auto;
    font-size: 20px;
    font-size: 1.25rem
}

.navigation-menu ul li a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 0.75rem;
    width: 33.3%
}

.navigation-menu ul li a .ub-icon {
    display: block;
    text-align: center;
    font-size: 34px;
    font-size: 2.125rem;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    margin-bottom: -7px
}

.navigation-menu ul li a .text {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase
}

@media screen and (min-width: 800px) {
    .navigation-menu .submenu {
        display: none
    }
}

.navigation-menu .submenu ul li {
    padding: 10px 15px
}

.navigation-menu .submenu ul li a {
    text-transform: none;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem
}

.navigation-menu .main-nav {
    min-height: inherit !important
}

@media screen and (min-width: 800px) {
    .navigation-menu .main-nav {
        height: 43px;
        min-height: 43px !important
    }
}

.navigation-menu .main-nav .container {
    padding: 0
}

@media screen and (min-width: 800px) {
    .navigation-menu .main-nav .container {
        padding: 0 30px
    }
}

@media screen and (min-width: 1024px) {
    .navigation-menu .main-nav .container {
        padding: 0
    }
}

.navigation-menu .main-nav ul {
    margin-left: 0
}

.navigation-menu .main-nav ul li {
    padding: 15px;
    border-bottom: 2px solid #005a83;
    background-color: #007DB6
}

.navigation-menu .main-nav ul li:first-child {
    border-left: 0px solid #005a83
}

.navigation-menu .main-nav ul li a {
    text-transform: none;
    font-size: 18px;
    font-size: 1.125rem
}

.navigation-menu .main-nav ul li ul {
    display: none
}

@media screen and (max-width: 800px) {
    .navigation-menu .main-nav ul li.parent ul {
        display: none
    }
}

.navigation-menu .main-nav ul li.parent:first-child ul {
    display: none
}

@media screen and (max-width: 1200px) {
    .navigation-menu .main-nav ul li.parent:first-child ul {
        left: 0
    }
}

@media screen and (min-width: 1200px) {
    .navigation-menu .main-nav ul li.parent:first-child ul {
        left: -100%
    }
}

@media screen and (min-width: 800px) {
    .navigation-menu .main-nav {
        position: absolute;
        left: 0;
        top: 94px;
        width: 100%;
        background-color: #fff;
        padding: 0;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out
    }

    .navigation-menu .main-nav ul {
        margin-left: 0
    }

    .navigation-menu .main-nav ul li {
        display: inline-block;
        border-bottom: 0px solid #005a83;
        border-right: 0px solid #005a83;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 14px;
        font-size: 0.875rem;
        margin-right: 20px;
        background-color: transparent;
        padding: 10px 0;
        width: auto
    }

    .navigation-menu .main-nav ul li:last-child {
        border-left: 0px solid #005a83
    }

    .navigation-menu .main-nav ul li:last-child:after {
        display: none
    }

    .navigation-menu .main-nav ul li:after {
        content: "";
        display: inline-block;
        height: 11px;
        margin-left: 20px;
        border-right: 1px dotted #006492
    }

    .navigation-menu .main-nav ul li.parent {
        position: relative
    }

    .navigation-menu .main-nav ul li.parent:hover ul {
        display: block
    }

    .navigation-menu .main-nav ul li.parent:hover:before {
        content: "";
        display: block;
        position: absolute;
        z-index: 9999;
        top: 100%;
        left: 30%;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #fff
    }

    .navigation-menu .main-nav ul li.parent ul {
        display: none;
        position: absolute;
        width: 225px;
        top: 100%;
        left: -90px;
        background-color: #007DB6;
        padding: 10px 30px
    }

    .navigation-menu .main-nav ul li.parent ul li {
        display: block;
        padding: 5px;
        margin-right: 0;
        float: none;
        text-align: left
    }

    .navigation-menu .main-nav ul li.parent ul li:after {
        display: none
    }

    .navigation-menu .main-nav ul li.parent ul li a {
        color: #fff;
        text-transform: none
    }

    .navigation-menu .main-nav ul li.parent ul li a:hover {
        color: #003750
    }

    .navigation-menu .main-nav ul li.parent ul li a.back {
        display: none
    }

    .navigation-menu .main-nav ul li a {
        color: #007DB6;
        text-decoration: none;
        -webkit-transition: color 200ms ease-in-out;
        -moz-transition: color 200ms ease-in-out;
        transition: color 200ms ease-in-out;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 14px;
        font-size: 0.875rem
    }

    .navigation-menu .main-nav ul li a:hover {
        color: #41B6E6
    }
}

.internal-menu .main-nav {
    min-height: inherit !important
}

.internal-menu .menu-back {
    padding: 20px 10px
}

@media screen and (min-width: 800px) {
    .internal-menu .menu-back {
        display: none
    }
}

.internal-menu .menu-back .back-link {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    padding-left: 20px
}

.internal-menu .menu-back .back-link:before {
    position: absolute;
    left: 0;
    top: 30%;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #fff
}

@media screen and (min-width: 800px) {
    .internal-menu .main-nav {
        display: none
    }

    .internal-menu ul {
        display: none
    }
}

.internal-menu ul .search {
    display: none
}

.internal-menu ul .search-box {
    display: none
}

.int.internal .mobile-header .school-title {
    padding-top: 0.75em
}

#alert#alert#alert {
    z-index: 1;
    width: 100%;
    height: auto;
    line-height: 1.6
}

#alert#alert#alert .wrap1 {
    max-width: 65% !important;
    margin: auto
}

#alert#alert#alert .wrap2 {
    padding: 1em
}

#alert#alert#alert span.alerttext {
    padding-left: 0
}

#alert#alert#alert span.learnmore a {
    font-weight: bold
}

@media screen and (max-width: 800px) {
    #alert#alert#alert {
        line-height: 1.3
    }

    #alert#alert#alert .wrap1 {
        max-width: 100% !important;
        margin: auto
    }

    #alert#alert#alert span.learnmore a {
        float: none
    }
}

@font-face {
    font-family: "ubalt";
    src: url("../../fonts/ubalt.eot");
    src: url("../../fonts/ubalt.eot?#iefix") format("embedded-opentype"), url("../../fonts/ubalt.woff") format("woff"), url("../../fonts/ubalt.ttf") format("truetype"), url("../../fonts/ubalt.svg#ubalt") format("svg");
    font-weight: normal;
    font-style: normal
}

[data-icon]:before {
    font-family: "ubalt" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class^="ubalt-"]:before, [class*=" ubalt-"]:before {
    font-family: "ubalt" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ubalt-social:before {
    content: "a"
}

.ubalt-visit:before {
    content: "b"
}

.ubalt-search:before {
    content: "c"
}

.ubalt-programs:before {
    content: "d"
}

.ubalt-myub:before {
    content: "e"
}

.ubalt-menu:before {
    content: "f"
}

.ubalt-info:before {
    content: "g"
}

.ubalt-give:before {
    content: "h"
}

.ubalt-arrow-right:before {
    content: "i"
}

.ubalt-apply:before {
    content: "j"
}

.ubalt-instagram:before {
    content: "k"
}

.ubalt-arrow-left:before {
    content: "l"
}

.ubalt-facebook:before {
    content: "m"
}

.ubalt-instagram-fill:before {
    content: "n"
}

.ubalt-linkedin:before {
    content: "o"
}

.ubalt-twitter:before {
    content: "p"
}

.ubalt-youtube:before {
    content: "q"
}

.ubalt-clear:before {
    content: "r"
}

@font-face {
    font-family: 'metabold';
    src: url("../../meta/metabol-webfont.eot");
    src: url("../../meta/metabol-webfont.eot?#iefix") format("embedded-opentype"), url("../../meta/metabol-webfont.woff2") format("woff2"), url("../../meta/metabol-webfont.woff") format("woff"), url("../../meta/metabol-webfont.ttf") format("truetype"), url("../../meta/metabol-webfont.svg#metabold") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'metaitalic';
    src: url("../../meta/metaita-webfont.eot");
    src: url("../../meta/metaita-webfont.eot?#iefix") format("embedded-opentype"), url("../../meta/metaita-webfont.woff2") format("woff2"), url("../../meta/metaita-webfont.woff") format("woff"), url("../../meta/metaita-webfont.ttf") format("truetype"), url("../../meta/metaita-webfont.svg#metaitalic") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'metamedium';
    src: url("../../meta/metamed-webfont.eot");
    src: url("../../meta/metamed-webfont.eot?#iefix") format("embedded-opentype"), url("../../meta/metamed-webfont.woff2") format("woff2"), url("../../meta/metamed-webfont.woff") format("woff"), url("../../meta/metamed-webfont.ttf") format("truetype"), url("../../meta/metamed-webfont.svg#metamedium") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'metanormal';
    src: url("../../meta/metanor-webfont.eot");
    src: url("../../meta/metanor-webfont.eot?#iefix") format("embedded-opentype"), url("../../meta/metanor-webfont.woff2") format("woff2"), url("../../meta/metanor-webfont.woff") format("woff"), url("../../meta/metanor-webfont.ttf") format("truetype"), url("../../meta/metanor-webfont.svg#metanormal") format("svg");
    font-weight: normal;
    font-style: normal
}

.addCarat:after {
    font-family: "ubalt" !important;
    content: "i";
    color: #fff;
    font-size: 10px;
    font-size: 0.625rem;
    text-transform: none !important;
    margin-left: 10px;
    vertical-align: middle;
    text-decoration: none !important
}

a:hover .addCarat:after {
    text-decoration: none !important
}

a:hover.addCarat:after {
    text-decoration: none !important
}

body hr {
    border: 0;
    color: #ccc;
    background-color: #ccc;
    background: #ccc !important;
    height: 6px !important;
    width: 100%;
    text-align: left;
    margin-top: 1.4em;
    clear: both;
    display: block;
    float: none
}

body .navigation-menu ul li a .ub-icon {
    margin-bottom: 0
}

body header a:hover {
    text-decoration: none !important
}

body #primary_navigation1 ul, body #primary_navigation1 ul ul {
    font-size: 12.5px
}

body #primary_navigation1 ul li a span {
    font-family: "ff-meta-web-pro-1", "ff-meta-web-pro-2", "metanormal", sans-serif !important
}

body #primary_navigation1 ul ul span {
    border-left: none !important;
    font-size: 12.5px
}

body #bg2_controls .cap1, body #bg2_controls .box_wrap1, body #bg2_controls .box_wrap2 {
    background: none !important;
    padding: 0 !important
}

body #bg2_controls .box_wrap1 a {
    display: inline-block;
    padding: 20px 23px 20px 30px;
    text-decoration: none !important
}

body #bg2_controls .box_wrap1 h1 {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    padding: 0 !important
}

body #bg2_controls .box_wrap1 a:after {
    font-family: "ubalt" !important;
    content: "i";
    color: #fff;
    font-size: 10px;
    font-size: 0.625rem;
    text-transform: none !important;
    margin-left: 10px;
    vertical-align: middle;
    text-decoration: none !important;
    border-bottom: transparent 1px solid;
    display: inline-block
}

body #bg2_controls .box_wrap1 a:hover:after {
    text-decoration: none !important
}

body footer .footer-right .campus-map p {
    font-weight: bold
}

@media screen and (max-width: 800px) {
    body footer p {
        line-height: 1.4 !important;
        margin-bottom: 16px !important
    }
}

body #ub-search-form .ub-textinput {
    display: inline-block !important
}

@media screen and (max-width: 800px) {
    body #ub-search-form .ub-textinput {
        display: block !important
    }
}

body.as, body.merrick1, body.pa, body.law1 {
    background-size: initial !important
}

body .navigation-menu .text {
    font-family: "ff-meta-web-pro-1", "ff-meta-web-pro-2", 'metanormal', sans-serif
}

@media screen and (max-width: 800px) {
    body {
        background-color: #fff;
        background-image: none !important
    }
}

body #main_content1 h2 em {
    font-size: inherit
}

body a:focus {
    border: none !important
}

body .slideDown > .header {
    top: 60px
}

body .slideDown > .mobile-header {
    top: 134px !important
}

body .search-icon a .text {
    display: block
}

body .search-icon .panel form input[type='text'] {
    float: left;
    top: 0px
}

body .main-nav {
    display: block
}

@media screen and (min-width: 800px) {
    body .main-nav {
        display: none
    }
}

@media screen and (min-width: 800px) {
    body .navigation-menu ul li.search, body .navigation-menu ul li.social, body .navigation-menu ul li.myub, body .navigation-menu ul li.give {
        padding: 21px 0 !important
    }
}

body .navigation-menu ul li a .text {
    position: relative;
    top: 7px
}

body .socialMedia14 {
    top: -26px !important
}

body .socialMedia14 #socialMedia13 li {
    padding: 0
}

body a:focus {
    border: none !important
}

body #primary_navigation1 li {
    padding-bottom: 10px
}

body #primary_navigation1 a, body #primary_navigation1 a:hover {
    text-transform: lowercase !important
}

body #primary_navigation1 ul ul {
    margin-top: 53px
}

body #primary_navigation1 ul ul li {
    width: auto !important
}

body .mobile-nav ul ul {
    display: none
}

body .mobile-nav a {
    text-decoration: none
}

@media screen and (max-width: 800px) {
    body .slideDown > .mobile-header {
        top: 140px
    }
}

#bg1_controls {
    display: none !important
}

.h1bg h1 {
    font-size: 30px
}

.mobile-nav #back2 {
    font-size: 16px
}

.share1 ul, .share2 ul, .addthis_toolbox .hover_menu ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none !important
}

.share1 ul li, .share2 ul li, .addthis_toolbox .hover_menu ul li {
    margin: 0 !important;
    list-style-type: none !important;
    line-height: 1 !important
}

@media screen and (max-width: 1024px) {
    #navset1, .socialMedia14 {
        display: none !important
    }

    .main_heading2 {
        text-shadow: none;
        color: black
    }

    .h1bg {
        height: inherit !important;
        background: none !important;
        background-color: #91AE00 !important;
        top: 0;
        padding-top: 1em;
        margin-bottom: 1em
    }

    .h1bg h1 {
        left: 0 !important;
        width: 100% !important;
        margin: 0 !important;
        position: relative
    }

    .pre_content1 {
        display: none
    }

    #assoc_content {
        margin-bottom: 1em
    }
}

@media screen and (max-width: 800px) {
    .indented1 {
        margin: 0
    }
}

@media screen and (max-width: 800px) {
    iframe {
        width: 100% !important
    }
}

#asSubschoolInt #content3 .wrap1, #asSubschool #content3 .wrap1 {
    margin-top: 0
}

.int .flexslider.profile-slider {
    margin-top: 5em !important
}

.int .flexslider.profile-slider .col.one-half {
    padding-top: 1em
}

.int .flexslider.profile-slider p {
    font-size: 14px !important;
    line-height: 1.4
}

.int .flexslider.profile-slider h5 {
    font-size: 17px !important
}

.int #primary_navigation1 ul ul {
    margin-top: 45px !important
}

.int .breadcrumb1 {
    display: block
}

@media screen and (max-width: 1024px) {
    .int #content3 {
        background: none !important
    }

    .int .header_wrap {
        margin-top: 0;
        padding-top: .5em
    }

    .int .header_wrap #main_heading2 {
        display: none
    }

    .int .header_wrap h1 {
        margin: 0.67em 0
    }

    .int .share1 {
        position: absolute;
        float: none;
        margin: 0;
        bottom: -40px
    }
}

@media screen and (max-width: 800px) {
    .int #content3 {
        margin-top: 10em
    }
}

@media screen and (max-width: 1024px) {
    .int #content3 {
        background-image: none !important;
        padding: 1em 30px;
        margin-top: 10em
    }

    .int #content3 .wrap1 {
        width: 100%
    }
}

.int #content3 .column1 {
    float: left
}

@media screen and (max-width: 1024px) {
    .int #content3 .column1 {
        display: block;
        width: 100%;
        margin-right: 0
    }

    .int #content3 .column1 .col_wrap1 {
        display: none
    }

    .int #content3 .column1 #assoc_content {
        position: static;
        width: 100%;
        margin-left: 0;
        padding: 20px
    }
}

.int #content3 .column2 {
    float: right
}

@media screen and (max-width: 1024px) {
    .int #content3 .column2 {
        width: 100%;
        float: none
    }
}

#content3 .column2 .box_wrap1 a {
    color: #fff !important
}

#main_heading2 {
    font-size: 40px;
    margin-left: 0
}

.link-list a:hover, footer a:hover, #primary_navigation1 a:hover {
    text-decoration: none !important
}

.links ul li {
    line-height: 26px !important
}

.links ul li a {
    text-decoration: none !important
}

body#asHome h1, body#home1 h1 {
    font-size: 19px;
    line-height: 1.25;
    letter-spacing: 0
}

body#asHome h2.type1, body#home1 h2.type1 {
    font-family: "ff-meta-web-pro-1", "ff-meta-web-pro-2", 'metanormal', sans-serif;
    font-size: 23px
}

body#asHome .tab h2, body#home1 .tab h2 {
    height: 43px;
    font-size: 14px
}

body#asHome .box_links1 li.first a, body#home1 .box_links1 li.first a {
    font-size: 13px
}

body#asHome #content3 *, body#home1 #content3 * {
    font-family: "ff-meta-web-pro-1", "ff-meta-web-pro-2", 'metanormal', sans-serif
}

body#asHome #content3 p, body#asHome #content3 ul, body#asHome #content3 ol, body#asHome #content3 li, body#asHome #content3 a, body#home1 #content3 p, body#home1 #content3 ul, body#home1 #content3 ol, body#home1 #content3 li, body#home1 #content3 a {
    font-family: "ff-meta-web-pro-1", "ff-meta-web-pro-2", 'metanormal', sans-serif;
    font-size: 13px;
    line-height: 1.4
}

body#asHome #content3 p a, body#home1 #content3 p a {
    text-decoration: none
}

body#asHome #content3 p a:hover, body#home1 #content3 p a:hover {
    text-decoration: underline
}

body#asHome #content3 .column3 p a, body#home1 #content3 .column3 p a {
    text-decoration: underline
}

body#asHome #content3 .column3 .events1 li p a, body#asHome #content3 .column3 .news1 li p a, body#home1 #content3 .column3 .events1 li p a, body#home1 #content3 .column3 .news1 li p a {
    text-decoration: none
}

body#asHome #content3 .column3 .events1 li p a:hover, body#asHome #content3 .column3 .news1 li p a:hover, body#home1 #content3 .column3 .events1 li p a:hover, body#home1 #content3 .column3 .news1 li p a:hover {
    text-decoration: underline
}

body#asHome #content3 #bigorangebox p a, body#home1 #content3 #bigorangebox p a {
    text-decoration: underline
}

body#asHome #content3 .photo_content1, body#home1 #content3 .photo_content1 {
    height: auto
}

body#asHome #content3 .photo_content1 .addCarat:after, body#home1 #content3 .photo_content1 .addCarat:after {
    display: none !important
}

body#asHome #content3 .photo_content1 h1, body#asHome #content3 .photo_content1 h2, body#asHome #content3 .photo_content1 h3, body#asHome #content3 .photo_content1 .type3, body#home1 #content3 .photo_content1 h1, body#home1 #content3 .photo_content1 h2, body#home1 #content3 .photo_content1 h3, body#home1 #content3 .photo_content1 .type3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 18px !important;
    padding-top: 5px
}

body#asHome #content3 .photo_content1 h1 a, body#asHome #content3 .photo_content1 h2 a, body#asHome #content3 .photo_content1 h3 a, body#asHome #content3 .photo_content1 .type3 a, body#home1 #content3 .photo_content1 h1 a, body#home1 #content3 .photo_content1 h2 a, body#home1 #content3 .photo_content1 h3 a, body#home1 #content3 .photo_content1 .type3 a {
    font-size: 16px;
    font-weight: bold;
    line-height: 18px !important;
    padding-top: 5px
}

@media screen and (max-width: 800px) {
    #asHome .column3 .box_wrap1, #home1 .column3 .box_wrap1 {
        height: auto !important
    }
}

#asHome .column3 .box222 .event_intro1, #home1 .column3 .box222 .event_intro1 {
    width: 81%
}

#asHome .photo_content1, #home1 .photo_content1 {
    padding: 0;
    margin: 0
}

#asHome .photo_content1 h1 a, #asHome .photo_content1 h3 a, #asHome .photo_content1 h2 a, #asHome .photo_content1 .type1 a, #home1 .photo_content1 h1 a, #home1 .photo_content1 h3 a, #home1 .photo_content1 h2 a, #home1 .photo_content1 .type1 a {
    display: inline-block;
    padding: 0.5em 1em
}

#asHome .photo_content1 h1 a:hover, #asHome .photo_content1 h3 a:hover, #asHome .photo_content1 h2 a:hover, #asHome .photo_content1 .type1 a:hover, #home1 .photo_content1 h1 a:hover, #home1 .photo_content1 h3 a:hover, #home1 .photo_content1 h2 a:hover, #home1 .photo_content1 .type1 a:hover {
    text-decoration: none !important
}

#asHome .photo_content1 h1 a:after, #asHome .photo_content1 h3 a:after, #asHome .photo_content1 h2 a:after, #asHome .photo_content1 .type1 a:after, #home1 .photo_content1 h1 a:after, #home1 .photo_content1 h3 a:after, #home1 .photo_content1 h2 a:after, #home1 .photo_content1 .type1 a:after {
    font-family: "ubalt" !important;
    content: "i";
    color: #fff;
    font-size: 10px;
    font-size: 0.625rem;
    text-transform: none !important;
    margin-left: 10px;
    vertical-align: middle;
    text-decoration: none !important
}

#asHome .photo_content1 .pc_wrap1, #home1 .photo_content1 .pc_wrap1 {
    padding: 0
}

.section-heading {
    padding-bottom: .25em;
    border-bottom: 5px solid black;
    text-transform: uppercase
}

.profile-heading {
    text-align: center;
    border-bottom: none;
    font-size: 2.5em;
    line-height: 1;
    margin-bottom: 0;
    margin: auto
}

@media (min-width: 768px) {
    .profile-heading {
        width: 48.70775%;
        text-align: left;
        margin: 0 0 1em;
        font-size: 1.25em;
        border-bottom: 5px solid #000
    }
}

.flex-control-paging {
    display: none
}

.profile-slider {
    font-size: 1.125em;
    text-align: center;
    padding: 1em
}

.profile-slider .profile-name {
    font-size: 1.2em
}

.profile-slider .profile-content {
    font-size: 0.875em
}

.profile-slider .col.last {
    margin-bottom: 1em
}

.profile-slider .row {
    padding: 0
}

.profile-slider .flex-direction-nav {
    z-index: 1
}

.profile-slider .flex-direction-nav a {
    top: 11em
}

@media (min-width: 320px) {
    .profile-slider .flex-direction-nav a {
        top: 8em
    }
}

.profile-slider .flex-direction-nav a.flex-next {
    right: -8px
}

.profile-slider .flex-direction-nav a.flex-prev {
    left: -8px
}

@media (min-width: 768px) {
    .profile-slider {
        margin: 0 !important;
        padding: 0em;
        text-align: left
    }

    .profile-slider .col.last {
        margin-top: -1.5em
    }

    .profile-slider .profile-heading, .profile-slider .flex-control-paging {
        width: 48.70775%
    }

    .profile-slider .flex-direction-nav {
        display: none
    }

    .profile-slider .flex-control-paging {
        display: block;
        top: -55px;
        right: 0
    }

    .profile-slider .flex-control-paging li {
        z-index: 1;
        position: relative
    }

    .profile-slider .flex-control-paging a {
        height: 15px;
        width: 15px;
        background: #c65e28
    }

    .profile-slider .flex-control-paging a:hover {
        background: #9c4a1f
    }

    .profile-slider .flex-control-paging a.flex-active {
        background: #93ad00
    }
}

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: none
}

.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

@font-face {
    font-family: 'flexslider-icon';
    src: url("../../fonts/flexslider-icon.eot");
    src: url("../../fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../../fonts/flexslider-icon.woff") format("woff"), url("../../fonts/flexslider-icon.ttf") format("truetype"), url("../../fonts/flexslider-icon.svg#flexslider-icon") format("svg");
    font-weight: normal;
    font-style: normal
}

.flexslider {
    margin: 0
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden
}

.flexslider .slides img {
    width: 100%;
    display: block
}

.flex-pauseplay span {
    text-transform: capitalize
}

.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .slides {
    display: block
}

* html .slides {
    height: 1%
}

.no-js .slides > li:first-child {
    display: block
}

.flexslider {
    background: #fff;
    position: relative;
    zoom: 1
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.flexslider .slides {
    zoom: 1
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav {
    *height: 0
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: #60256b;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.flex-direction-nav .flex-prev {
    left: -50px
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right
}

.flexslider:hover .flex-prev {
    opacity: 0.7;
    left: 10px
}

.flexslider:hover .flex-next {
    opacity: 0.7;
    right: 10px
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default
}

.flex-direction-nav a:before {
    font-family: 'fontello';
    font-size: 60px;
    display: inline-block;
    content: '\E801'
}

.flex-direction-nav a.flex-next:before {
    content: '\E800'
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004'
}

.flex-pauseplay a:hover {
    opacity: 1
}

.flex-pauseplay a.flex-play:before {
    content: '\f003'
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3)
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7)
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
    }
}

.col {
    width: 100%
}

.col.last {
    float: none
}

@media (min-width: 768px) {
    .col.one-half {
        width: 48.70775%;
        float: left;
        margin-right: 2.58449%
    }

    .col.one-third {
        width: 31.61034%;
        float: left;
        margin-right: 2.58449%
    }

    .col.one-fourth {
        width: 23.06163%;
        float: left;
        margin-right: 2.58449%
    }

    .col.two-thirds {
        width: 65.80517%;
        float: left;
        margin-right: 2.58449%
    }

    .col.full-width {
        width: 100%;
        float: left;
        margin-right: 2.58449%
    }

    .col.last {
        float: right;
        margin-right: 0
    }
}

.flexslider figure {
    margin: 0
}

.section-heading, #admission .section-heading {
    font-size: 24px;
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 15px;
    clear: both;
    border-bottom: 5px solid #333;
    line-height: 32px
}

.section-heading a:hover, #admission .section-heading a:hover {
    text-transform: uppercase
}

.links {
    background-color: #EEEEEE
}

@media screen and (min-width: 800px) {
    .links {
        margin-top: 30px;
        padding: 50px 0;
        margin-top: 70px
    }
}

.internal .links {
    margin-top: 0
}

@media screen and (min-width: 800px) {
    .internal .links {
        padding: 50px 30px
    }
}

.links .heading {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.3);
    margin-bottom: 0
}

@media screen and (min-width: 800px) {
    .links .heading {
        margin-left: 0;
        margin-right: 0;
        border-bottom: 5px solid #333;
        margin-bottom: 20px;
        padding-left: 0;
        padding-right: 0
    }
}

.links .heading.open h3:after {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.links .heading h3 {
    font-size: 17px;
    font-size: 1.0625rem;
    text-transform: uppercase;
    padding: 20px;
    margin-bottom: 0;
    font-weight: bold;
    position: relative;
    font-family: "ff-meta-web-pro", "ff-meta-web-pro-1", "ff-meta-web-pro-2", 'metanormal', sans-serif
}

@media screen and (min-width: 480px) {
    .links .heading h3 {
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media screen and (min-width: 600px) {
    .links .heading h3 {
        font-size: 20px;
        font-size: 1.25rem
    }
}

@media screen and (min-width: 800px) {
    .links .heading h3 {
        padding: 0;
        font-size: 18px;
        font-size: 1.125rem;
        margin-bottom: 5px
    }
}

.links .heading h3:after {
    text-transform: none !important;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    float: right;
    font-size: 18px;
    font-size: 1.125rem;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    margin-top: 3px;
    font-family: "ubalt" !important;
    content: "i";
    color: #007DB6;
    vertical-align: 3px;
    margin-left: 5px
}

@media screen and (min-width: 800px) {
    .links .heading h3:after {
        display: none
    }
}

@media screen and (min-width: 800px) {
    .links .left-links {
        display: block;
        float: left;
        margin-right: 1.87726938%;
        width: 25.29000245%
    }

    .links .left-links:last-child {
        margin-right: 0
    }
}

@media screen and (min-width: 800px) {
    .links .right-links {
        display: block;
        float: left;
        margin-right: 1.87726938%;
        width: 66.04091021%;
        margin-left: 6.79181796%
    }

    .links .right-links:last-child {
        margin-right: 0
    }
}

.links ul {
    padding-left: 0;
    display: none;
    background-color: #DCDCDC;
    margin: 0;
    padding: 20px 30px;
    margin-left: -30px;
    margin-right: -30px
}

@media screen and (min-width: 800px) {
    .links ul {
        margin: 1em 0;
        margin-bottom: 25px;
        padding: 0;
        display: block;
        background-color: #EEEEEE
    }
}

.links ul li {
    list-style-type: none;
    margin-bottom: 5px !important
}

.links ul li a {
    color: #333;
    text-decoration: none;
    font-weight: 700;
    -webkit-transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
    font-family: "ff-meta-web-pro-1", "ff-meta-web-pro-2", 'metanormal', sans-serif
}

.links ul li a:hover {
    color: #007DB6
}

.links .quick .heading {
    border-bottom: 0px solid #333
}

@media screen and (min-width: 800px) {
    .links .quick .heading {
        border-bottom: 5px solid #333
    }
}

.links .quick .link-list {
    display: none;
    padding: 20px 0;
    background-color: #DCDCDC;
    margin-left: -30px;
    margin-right: -30px
}

@media screen and (min-width: 800px) {
    .links .quick .link-list {
        padding: 0;
        display: block;
        background-color: transparent;
        margin-left: 0;
        margin-right: 0
    }
}

.links .quick .column {
    display: block;
    padding: 0 30px
}

.links .quick .column ul {
    display: block;
    margin: 0;
    padding: 0
}

@media screen and (min-width: 800px) {
    .links .quick .column ul {
        padding: 0
    }
}

@media screen and (min-width: 800px) {
    .links .quick .column {
        display: block;
        float: left;
        margin-right: 1.87726938%;
        width: 32.08182041%;
        padding: 0
    }

    .links .quick .column:last-child {
        margin-right: 0
    }
}

@media screen and (min-width: 800px) {
    .links .quick ul li {
        display: block
    }
}

footer {
    background-color: #007DB6;
    padding: 50px 0
}

@media screen and (min-width: 1024px) {
    .internal footer {
        margin-left: -40px;
        padding: 50px 30px
    }
}

.as footer *, .merrick1 footer *, .pa footer *, .law1 footer * {
    font-family: "ff-meta-web-pro-1", "ff-meta-web-pro-2", sans-serif !important
}

.as footer .footer-left, .merrick1 footer .footer-left, .pa footer .footer-left, .law1 footer .footer-left {
    position: relative;
    padding-bottom: 70px
}

@media screen and (min-width: 800px) {
    .as footer .footer-left, .merrick1 footer .footer-left, .pa footer .footer-left, .law1 footer .footer-left {
        padding-bottom: 0
    }
}

.as footer .footer-left .ub-logo a img, .merrick1 footer .footer-left .ub-logo a img, .pa footer .footer-left .ub-logo a img, .law1 footer .footer-left .ub-logo a img {
    width: 170px;
    max-width: 100%;
    padding: 0 40px 10px;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px
}

@media screen and (min-width: 800px) {
    .as footer .footer-left .ub-logo a img, .merrick1 footer .footer-left .ub-logo a img, .pa footer .footer-left .ub-logo a img, .law1 footer .footer-left .ub-logo a img {
        width: auto;
        border-bottom: 0;
        padding: 0;
        margin: 0
    }
}

.as footer .footer-left .ub-logo .address, .merrick1 footer .footer-left .ub-logo .address, .pa footer .footer-left .ub-logo .address, .law1 footer .footer-left .ub-logo .address {
    margin-bottom: 0
}

@media screen and (min-width: 800px) {
    .as footer .footer-left .ub-logo .address, .merrick1 footer .footer-left .ub-logo .address, .pa footer .footer-left .ub-logo .address, .law1 footer .footer-left .ub-logo .address {
        margin-bottom: 1.4em
    }
}

.as footer .footer-left .ub-logo .footer-social, .merrick1 footer .footer-left .ub-logo .footer-social, .pa footer .footer-left .ub-logo .footer-social, .law1 footer .footer-left .ub-logo .footer-social {
    position: absolute;
    width: 100%;
    bottom: 0
}

@media screen and (min-width: 800px) {
    .as footer .footer-left .ub-logo .footer-social, .merrick1 footer .footer-left .ub-logo .footer-social, .pa footer .footer-left .ub-logo .footer-social, .law1 footer .footer-left .ub-logo .footer-social {
        bottom: auto;
        left: 37%;
        top: 10px
    }
}

.as footer .footer-left .ub-logo .footer-social ul li, .merrick1 footer .footer-left .ub-logo .footer-social ul li, .pa footer .footer-left .ub-logo .footer-social ul li, .law1 footer .footer-left .ub-logo .footer-social ul li {
    display: inline-block
}

.as footer .footer-left .ub-logo .footer-social ul li a, .merrick1 footer .footer-left .ub-logo .footer-social ul li a, .pa footer .footer-left .ub-logo .footer-social ul li a, .law1 footer .footer-left .ub-logo .footer-social ul li a {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 8px 6px;
    border-radius: 50%;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}

@media screen and (min-width: 800px) {
    .as footer .footer-left .ub-logo .footer-social ul li a, .merrick1 footer .footer-left .ub-logo .footer-social ul li a, .pa footer .footer-left .ub-logo .footer-social ul li a, .law1 footer .footer-left .ub-logo .footer-social ul li a {
        padding: 8px 8px 4px
    }
}

.as footer .footer-left .ub-logo .footer-social ul li a:hover, .merrick1 footer .footer-left .ub-logo .footer-social ul li a:hover, .pa footer .footer-left .ub-logo .footer-social ul li a:hover, .law1 footer .footer-left .ub-logo .footer-social ul li a:hover {
    color: #007DB6;
    background-color: #fff
}

.as footer .footer-left .phone-numbers, .merrick1 footer .footer-left .phone-numbers, .pa footer .footer-left .phone-numbers, .law1 footer .footer-left .phone-numbers {
    display: block;
    text-align: center
}

@media screen and (min-width: 800px) {
    .as footer .footer-left .phone-numbers, .merrick1 footer .footer-left .phone-numbers, .pa footer .footer-left .phone-numbers, .law1 footer .footer-left .phone-numbers {
        text-align: left
    }
}

.as footer .footer-left .phone-numbers p, .merrick1 footer .footer-left .phone-numbers p, .pa footer .footer-left .phone-numbers p, .law1 footer .footer-left .phone-numbers p {
    color: #fff;
    font-weight: 700;
    margin-bottom: 0
}

@media screen and (min-width: 800px) {
    .as footer .footer-left .phone-numbers p, .merrick1 footer .footer-left .phone-numbers p, .pa footer .footer-left .phone-numbers p, .law1 footer .footer-left .phone-numbers p {
        margin-bottom: 1em
    }
}

.as footer .footer-left .phone-numbers p span, .merrick1 footer .footer-left .phone-numbers p span, .pa footer .footer-left .phone-numbers p span, .law1 footer .footer-left .phone-numbers p span {
    font-weight: 400
}

.as footer .footer-left .phone-numbers p a, .merrick1 footer .footer-left .phone-numbers p a, .pa footer .footer-left .phone-numbers p a, .law1 footer .footer-left .phone-numbers p a {
    color: #fff;
    font-weight: 400
}

@media screen and (min-width: 800px) {
    footer .footer-left {
        display: block;
        float: left;
        margin-right: 1.87726938%;
        width: 52.45727429%
    }

    footer .footer-left:last-child {
        margin-right: 0
    }
}

footer .footer-left .ub-logo {
    width: 100%;
    margin-top: 0;
    text-align: center;
    float: none
}

@media screen and (min-width: 800px) {
    footer .footer-left .ub-logo {
        border-bottom: 1px solid #fff;
        display: block;
        float: left;
        margin-right: 1.87726938%;
        width: 100%;
        margin-bottom: 30px;
        padding-bottom: 15px;
        text-align: left
    }

    footer .footer-left .ub-logo:last-child {
        margin-right: 0
    }
}

footer .footer-left .ub-logo a {
    text-align: center
}

@media screen and (min-width: 800px) {
    footer .footer-left .ub-logo a {
        float: left;
        text-align: left
    }
}

footer .footer-left .ub-logo a img {
    width: 200px;
    max-width: 100%
}

footer .footer-left .ub-logo .address {
    text-align: center;
    color: #fff;
    font-weight: 700
}

@media screen and (min-width: 800px) {
    footer .footer-left .ub-logo .address {
        float: right;
        text-align: right;
        margin-bottom: 0;
        padding-top: 10px;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 17px
    }
}

footer .footer-left .phone-numbers {
    display: none
}

@media screen and (min-width: 800px) {
    footer .footer-left .phone-numbers {
        display: block;
        float: left;
        margin-right: 1.87726938%;
        width: 38.87363837%
    }

    footer .footer-left .phone-numbers:last-child {
        margin-right: 0
    }

    footer .footer-left .phone-numbers p {
        color: #fff;
        font-weight: 700
    }

    footer .footer-left .phone-numbers p span {
        font-weight: 400
    }
}

footer .footer-left .accredidation {
    display: none
}

@media screen and (min-width: 800px) {
    footer .footer-left .accredidation {
        display: block;
        float: left;
        margin-right: 1.87726938%;
        width: 52.45727429%;
        margin-left: 6.79181796%
    }

    footer .footer-left .accredidation:last-child {
        margin-right: 0
    }

    footer .footer-left .accredidation img {
        float: left;
        width: 23%
    }

    footer .footer-left .accredidation p {
        color: #fff;
        float: right;
        width: 70%;
        font-weight: 400;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 17px
    }
}

footer .footer-right {
    display: block
}

footer .footer-right .campus-map {
    margin-top: 2em
}

footer .footer-right .campus-map p {
    padding-top: .5em
}

footer .footer-right .campus-map a {
    text-align: center
}

footer .footer-right .campus-map img {
    display: none
}

@media screen and (min-width: 800px) {
    footer .footer-right {
        display: block;
        float: left;
        margin-right: 1.87726938%;
        width: 32.08182041%;
        margin-left: 13.58363592%
    }

    footer .footer-right:last-child {
        margin-right: 0
    }

    footer .footer-right .campus-map {
        margin-top: 0em
    }

    footer .footer-right .campus-map a {
        text-align: left
    }

    footer .footer-right .campus-map img {
        display: block
    }
}

footer .footer-right .campus-map a:hover {
    text-decoration: none
}

footer .footer-right .campus-map a p {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 14px;
    color: #fff;
    text-decoration: none
}

body {
    font: normal normal normal 16px arial, helvetica, san-serif !important
}

ul li {
    margin-bottom: 0 !important;
    background-image: none !important;
    padding-left: 0
}

#navset1 .col_wrap2.col_wrap2.col_wrap2 {
    width: auto;
    max-width: 65.3125em;
    margin-left: auto;
    margin-right: auto
}

#navset1 .col_wrap2.col_wrap2.col_wrap2:after {
    content: "";
    display: table;
    clear: both
}

#navset1 .col_wrap2.col_wrap2.col_wrap2 #primary_navigation1#primary_navigation1#primary_navigation1 {
    display: block;
    float: left;
    margin-right: 1.87726938%;
    width: 79.62454612%;
    width: 100%;
    margin-left: 0
}

#navset1 .col_wrap2.col_wrap2.col_wrap2 #primary_navigation1#primary_navigation1#primary_navigation1:last-child {
    margin-right: 0
}

#primary_navigation1 a {
    width: 106px !important
}

#primary_navigation1 ul li {
    width: 110px
}

#primary_navigation1 ul li a span {
    font-family: arial, sans-serif
}

#content2 {
    margin-top: 168px
}

#content2 #navset1 {
    position: fixed;
    top: 94px;
    left: 0;
    width: 100%
}

@media screen and (max-width: 800px) {
    #content2 {
        margin-top: 0 !important
    }
}

@media screen and (min-width: 800px) {
    .as .main-nav {
        display: none
    }
}

@media screen and (min-width: 800px) {
    .as .navigation-menu ul li.search, .as .navigation-menu ul li.social, .as .navigation-menu ul li.myub, .as .navigation-menu ul li.give {
        padding: 15px 0
    }
}

@media screen and (max-width: 1024px) {
    .header_wrap {
        height: auto !important;
        width: 100%;
        margin-top: 170px
    }

    .header_wrap #main_heading2 {
        display: none
    }

    .header_wrap h1 {
        position: static;
        padding: 0;
        color: #000
    }
}

.header_wrap h1 {
    margin: 0;
    font-family: "ff-meta-web-pro-1", "ff-meta-web-pro-2", "ff-meta-web-pro", sans-serif
}

#assoc_content {
    background-image: none;
    background-color: #007DB6;
    font-size: 14px;
    font-size: 0.875rem
}

@media screen and (min-width: 800px) {
    #assoc_content {
        font-size: 13px;
        font-size: 0.8125rem
    }
}

#assoc_content h2 {
    font-family: "ff-meta-web-pro-1", "ff-meta-web-pro-2", "ff-meta-web-pro", sans-serif;
    font-size: 18px;
    font-size: 1.125rem
}

#assoc_content ul {
    padding-left: 20px
}

#assoc_content ul li {
    list-style-type: disc;
    font-size: 14px;
    font-size: 0.875rem
}

@media screen and (min-width: 800px) {
    #assoc_content ul li {
        font-size: 12px;
        font-size: 0.75rem
    }
}

#assoc_content ul li a {
    font-family: "Arial", sans-serif;
    font-size: 14px;
    font-size: 0.875rem
}

@media screen and (min-width: 800px) {
    #assoc_content ul li a {
        font-size: 12px;
        font-size: 0.75rem
    }
}

@media screen and (max-width: 800px) {
    .share1 {
        position: absolute;
        float: none;
        margin: 0;
        bottom: -40px
    }
}

#back2 {
    font-family: arial, sans-serif;
    font-size: 13px;
    font-size: 0.8125rem
}

#child_navigation1 ul li {
    margin-bottom: 7px !important
}

#child_navigation1 ul li a {
    color: #768E00;
    font-family: arial, sans-serif;
    font-size: 13px;
    font-size: 0.8125rem
}

@media screen and (max-width: 800px) {
    #main_content1 {
        position: relative
    }
}

#main_content1 h2 {
    font-family: "ff-meta-web-pro-1", "ff-meta-web-pro-2", "ff-meta-web-pro", sans-serif;
    color: #79acc9;
    font-size: 17px;
    font-size: 1.0625rem
}

@media screen and (max-width: 800px) {
    #main_content1 h2 {
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: 400
    }
}

#main_content1 * {
    font-family: arial, sans-serif;
    font-size: 13px;
    font-size: 0.8125rem
}

@media screen and (max-width: 800px) {
    #main_content1 * {
        font-size: 14px;
        font-size: 0.875rem
    }
}

#main_content1 ul {
    padding-left: 20px
}

#main_content1 ul li {
    list-style-type: disc;
    margin-bottom: .4em !important
}

@media screen and (max-width: 800px) {
    #main_content1 ul li {
        margin-bottom: 10px !important;
        line-height: 20px
    }
}

#main_content1 a {
    color: #768E00
}

.mobile-header {
    display: none
}

@media screen and (max-width: 800px) {
    .mobile-header {
        top: 74px !important
    }
}

.pa .mobile-header .school-title h2 {
    margin-top: 11px
}

@media screen and (max-width: 1024px) {
    .mobile-header {
        display: block !important;
        top: 94px;
        position: fixed;
        z-index: 9999;
        padding: 15px 30px;
        width: 100%;
        max-width: 65.3125em;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
        -webkit-transition: all 210ms ease-in-out;
        -moz-transition: all 210ms ease-in-out;
        transition: all 210ms ease-in-out
    }

    .mobile-header:after {
        content: "";
        display: table;
        clear: both
    }

    .slideDown > .mobile-header {
        top: 146px
    }

    .slide .mobile-header {
        right: 100%
    }

    .slide-right .mobile-header {
        left: 100%
    }
}

.mobile-header .ubalt-menu {
    display: block;
    float: left;
    margin-right: 1.87726938%;
    width: 18.49818449%
}

.mobile-header .ubalt-menu:last-child {
    margin-right: 0
}

.mobile-header .ubalt-menu:before {
    vertical-align: -8px
}

.mobile-header .school-title {
    display: block;
    float: left;
    margin-right: 1.87726938%;
    width: 66.04091021%
}

.mobile-header .school-title:last-child {
    margin-right: 0
}

.mobile-header .school-title h2 {
    font-size: 17px;
    font-size: 1.0625rem;
    color: #fff;
    font-family: "Arial", sans-serif;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 17px;
    margin-top: 4px
}

.mobile-header .mobile-nav {
    position: fixed;
    z-index: 9999;
    right: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow-y: scroll;
    -webkit-transition: all 210ms ease-in-out;
    -moz-transition: all 210ms ease-in-out;
    transition: all 210ms ease-in-out
}

.mobile-header .mobile-nav.open {
    right: 0
}

.mobile-header .mobile-nav .ubalt-clear {
    background-color: #768E00;
    display: block;
    text-align: right;
    padding: 15px 30px;
    color: #fff
}

.mobile-header .mobile-nav .ubalt-clear.internal-clear {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    height: 48px;
    cursor: pointer
}

.mobile-header .mobile-nav .back {
    background-color: #768E00;
    display: block;
    padding: 15px 30px;
    color: #fff
}

.mobile-header .mobile-nav .back:before {
    font-family: "ubalt";
    content: "l";
    font-size: 11px;
    font-size: 0.6875rem;
    margin-right: 20px
}

.mobile-header .mobile-nav ul {
    padding: 0 30px
}

.mobile-header .mobile-nav ul li {
    border-bottom: 1px solid rgba(74, 74, 74, 0.1)
}

.mobile-header .mobile-nav ul li:last-child {
    border-bottom: 0px solid rgba(74, 74, 74, 0.5)
}

.mobile-header .mobile-nav ul li a {
    font-family: "Arial", sans-serif;
    color: #4A4A4A;
    padding: 25px 0;
    display: block;
    font-size: 14px;
    font-size: 0.875rem
}

.mobile-hero {
    display: none
}

@media screen and (max-width: 800px) {
    .mobile-hero {
        display: block;
        margin-bottom: 20px;
        margin-top: 170px
    }
}

.mobile-hero .hero-image {
    width: 100%;
    margin-bottom: -5px
}

.mobile-hero .hero-text {
    background-color: #768E00
}

.mobile-hero .hero-text h1 {
    margin: 0
}

.mobile-hero .hero-text h1 a {
    color: #768E00;
    padding: 20px;
    display: inline-block;
    font-size: 28px;
    font-size: 1.75rem
}

.mobile-hero .hero-text h1 a:after {
    font-family: "ubalt" !important;
    content: "i";
    color: #fff;
    font-size: 10px;
    font-size: 0.625rem;
    text-transform: none !important;
    margin-left: 10px;
    vertical-align: middle;
    text-decoration: none !important
}

.mobile-hero .hero-text h1 a:hover {
    text-decoration: none !important
}

@media screen and (max-width: 800px) {
    #content2 .wrap1 .wrap2 {
        display: none
    }
}

@media screen and (max-width: 800px) {
    #navset1 {
        display: none
    }
}

@media screen and (max-width: 1024px) {
    #content4 .wrap1 {
        display: none
    }
}

.mobile-footer {
    display: none
}

@media screen and (max-width: 1024px) {
    .mobile-footer {
        display: block;
        width: 100%
    }
}

.mobile-footer .footer-social {
    text-align: center
}

.mobile-footer .footer-social ul li {
    display: inline-block;
    margin-right: 15px
}

.mobile-footer .footer-social ul li:last-child {
    margin-right: 0
}

.mobile-footer .footer-social ul li a {
    padding: 10px 10px 6px 10px;
    border-radius: 50%;
    background-color: #007DB6;
    text-decoration: none !important
}

.mobile-footer .footer-social ul li a.ubalt-facebook {
    background-color: #3b5998
}

.mobile-footer .footer-social ul li a.ubalt-twitter {
    background-color: #00aced
}

.mobile-footer .footer-social ul li a.ubalt-linkedin {
    background-color: #007bb6
}

.mobile-footer .mobile-footer-inner {
    background-color: #007DB6;
    margin-top: 20px;
    padding: 20px 30px
}

.mobile-footer .mobile-footer-inner .school-logo {
    text-align: center;
    padding-bottom: 15px;
    position: relative
}

.mobile-footer .mobile-footer-inner .school-logo:after {
    content: '';
    display: block;
    background-color: rgba(255, 255, 255, 0.7);
    width: 137px;
    height: 1px;
    bottom: -12px;
    margin: auto;
    position: relative
}

.mobile-footer .mobile-footer-inner .footer-text {
    text-align: center;
    margin-top: 15px
}

.mobile-footer .mobile-footer-inner .footer-text p {
    font-size: 14px;
    font-size: 0.875rem
}

@media screen and (max-width: 800px) {
    #edit_link {
        display: none
    }
}

@media screen and (max-width: 1024px) {
    .box1.box1.box1 {
        margin: 0 0 20px 60px
    }
}

@media screen and (max-width: 1024px) {
    .box1.box1.box1 {
        width: 100%;
        float: none;
        margin: 15px 0
    }
}

.box1.box1.box1.videoBox {
    float: none;
    width: auto;
    background-color: transparent;
    margin: 0
}

.box1.box1.box1.videoBox .box_wrap1 {
    padding: 0
}

.box1.box1.box1.videoBox iframe {
    width: 100%
}

@media screen and (max-width: 800px) {
    .faculty_profile {
        padding-bottom: 30px
    }

    .faculty_profile h2 {
        margin-bottom: 5px
    }
}

.faculty_profile img.type5 {
    margin: 1em 0 1em 1em !important
}

@media screen and (max-width: 800px) {
    .faculty_profile img.type5 {
        float: none !important;
        margin: 15px 0 30px 0 !important;
        width: 100% !important;
        height: auto !important
    }
}

.flex-control-nav.flex-control-nav.flex-control-nav {
    display: block
}

.main .flex-control-nav.flex-control-nav.flex-control-nav, .as .flex-control-nav.flex-control-nav.flex-control-nav, .internal .flex-control-nav.flex-control-nav.flex-control-nav {
    top: -3px;
    left: 0
}

@media screen and (min-width: 480px) {
    .main .flex-control-nav.flex-control-nav.flex-control-nav, .as .flex-control-nav.flex-control-nav.flex-control-nav, .internal .flex-control-nav.flex-control-nav.flex-control-nav {
        top: -32px
    }
}

@media screen and (min-width: 480px) {
    #admissions .flex-control-nav.flex-control-nav.flex-control-nav {
        top: -10px;
        right: 0 !important;
        left: initial
    }
}

@media screen and (min-width: 800px) {
    #admissions .flex-control-nav.flex-control-nav.flex-control-nav {
        top: -52px
    }
}

.flex-control-nav.flex-control-nav.flex-control-nav li a {
    width: 22px;
    height: 22px;
    background: #fff;
    border: 3px solid #007DB6;
    box-shadow: none
}

@media screen and (min-width: 800px) {
    .flex-control-nav.flex-control-nav.flex-control-nav li a {
        width: 15px;
        height: 15px
    }
}

.flex-control-nav.flex-control-nav.flex-control-nav li a.flex-active {
    background: #007DB6
}

.flex-direction-nav.flex-direction-nav.flex-direction-nav {
    display: none
}

.main .profile-slider, .internal .profile-slider {
    padding-bottom: 0;
    margin: 55px 0 35px !important
}

.main .profile-slider .col.last, .internal .profile-slider .col.last {
    margin-top: 0px
}

.main .profile-slider .col.last .profile-name, .internal .profile-slider .col.last .profile-name {
    font-size: 24px;
    font-size: 1.5rem
}

.main .profile-slider .col.last .profile-content, .internal .profile-slider .col.last .profile-content {
    font-size: 16px;
    font-size: 1rem
}

#admissions .profile-slider {
    margin: 20px 0 35px !important
}

#admissions .profile-slider .col.last {
    margin-top: 0
}

#admissions .profile-slider .col.last .profile-name {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 0;
    text-transform: none;
    border-bottom: none
}

#admissions .profile-slider .col.last .profile-content {
    font-size: 16px;
    font-size: 1rem
}

@media screen and (min-width: 800px) {
    #admissions .profile-slider .col.last {
        margin-top: -1.5em !important
    }
}

@media screen and (max-width: 800px) {
    .table-scroll {
        overflow-x: scroll;
        width: 100%
    }

    .table-scroll:before {
        content: "Swipe to see more of the table.";
        font-size: 12px;
        font-size: 0.75rem;
        font-style: italic
    }
}

.table-scroll::-webkit-scrollbar {
    -webkit-appearance: none
}

.table-scroll::-webkit-scrollbar:vertical {
    width: 11px
}

.table-scroll::-webkit-scrollbar:horizontal {
    height: 11px
}

.table-scroll::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white;
    background-color: rgba(0, 0, 0, 0.5)
}

.table-scroll::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 8px
}

.table-scroll .visible-desktop {
    display: table !important
}

@media screen and (min-width: 800px) {
    .table-scroll .visible-desktop {
        width: 100% !important;
        height: auto !important
    }
}

table {
    margin: 15px 0
}

table a {
    font-weight: normal
}

@media screen and (min-width: 800px) {
    table {
        width: 100%
    }
}

.as table {
    margin: 20px 0
}

table.no-bg tr, table.type2.no-bg tr {
    background: transparent
}

@media screen and (min-width: 800px) {
    table.visible-desktop, table.type2.visible-desktop {
        display: table !important
    }
}

table tr:nth-child(even), table.type2 tr:nth-child(even) {
    background: transparent
}

table tr:nth-child(odd), table.type2 tr:nth-child(odd) {
    background: rgba(65, 182, 230, 0.1)
}

table tr th, table.type2 tr th {
    padding: 10px 20px;
    text-transform: uppercase;
    color: #000;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    border-right: 1px dashed #ccc;
    border-bottom: 3px solid #007DB6;
    background: transparent !important
}

table tr th:first-child, table.type2 tr th:first-child {
    padding-left: 20px
}

table tr th:last-child, table.type2 tr th:last-child {
    border-right: 0px dashed #ccc
}

table tr td, table.type2 tr td {
    padding: 20px;
    font-size: 18px;
    font-size: 1.125rem;
    color: #686868;
    border-right: 1px dashed #ccc
}

table tr td:first-child, table.type2 tr td:first-child {
    padding-left: 10px
}

table tr td:last-child, table.type2 tr td:last-child {
    border-right: 0px dashed #ccc
}

table.type3 {
    border: 1px solid #007DB6;
    background: transparent
}

@media screen and (min-width: 800px) {
    table.type3.visible-desktop {
        display: table !important
    }
}

table.type3 tr {
    border-bottom: 1px solid #007DB6
}

table.type3 tr:first-child {
    background: #007DB6 !important;
    border-bottom: 0px solid #007DB6
}

table.type3 tr:last-child {
    border-bottom: 0px solid #007DB6
}

table.type3 tr:nth-child(even) {
    background: transparent
}

table.type3 tr:nth-child(odd) {
    background: rgba(65, 182, 230, 0.1)
}

table.type3 tr th {
    padding: 10px 20px;
    text-transform: uppercase;
    color: #333;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    border-right: 1px dashed #003750;
    color: #fff;
    background: transparent
}

table.type3 tr th:first-child {
    padding-left: 20px
}

table.type3 tr th:last-child {
    border-right: 0px dashed #ccc
}

table.type3 tr td {
    padding: 20px;
    font-size: 18px;
    font-size: 1.125rem;
    color: #686868;
    border-right: 1px dashed #ccc;
    border-bottom: 0px dashed #ccc
}

table.type3 tr td:first-child {
    padding-left: 10px
}

table.type3 tr td:last-child {
    border-right: 0px dashed #ccc
}

.show-mobile .responsive-table {
    display: none
}

.silk-table-collapsed {
    border-left: 1px solid #007DB6;
    border-right: 1px solid #007DB6
}

.silk-table-collapsed ul li {
    border-bottom: 1px solid #007DB6;
    margin-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row
}

.silk-table-collapsed ul li:first-child {
    background: #007DB6 !important
}

.silk-table-collapsed ul li:first-child h3 {
    display: none
}

.silk-table-collapsed ul li:first-child div {
    width: 100%;
    padding: 15px 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center
}

.silk-table-collapsed ul li:nth-child(n+2) h3 {
    border-right: 1px dashed #003750;
    padding: 15px;
    text-align: center;
    border-bottom: none;
    background: transparent;
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    box-flex: 2;
    -webkit-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2
}

.silk-table-collapsed ul li:nth-child(n+2) div {
    padding: 15px;
    text-align: center;
    -webkit-box-flex: 4;
    -moz-box-flex: 4;
    box-flex: 4;
    -webkit-flex: 4;
    -moz-flex: 4;
    -ms-flex: 4;
    flex: 4
}

.silk-table-collapsed ul li:nth-child(odd) {
    background: rgba(65, 182, 230, 0.1)
}

.silk-table-collapsed ul li:nth-child(even) {
    background: #fff
}

.content_columns.content_columns.content_columns {
    max-width: 65.3125em;
    margin-left: auto;
    margin-right: auto
}

.content_columns.content_columns.content_columns:after {
    content: "";
    display: table;
    clear: both
}

.number_of_columns_2.number_of_columns_2.number_of_columns_2 .cc_column {
    display: block;
    float: left;
    margin-right: 1.87726938%;
    width: 100%
}

.number_of_columns_2.number_of_columns_2.number_of_columns_2 .cc_column:last-child {
    margin-right: 0
}

@media screen and (min-width: 800px) {
    .number_of_columns_2.number_of_columns_2.number_of_columns_2 .cc_column {
        display: block;
        float: left;
        margin-right: 1.87726938%;
        width: 45.66545633%;
        padding: 0 10px 0 0
    }

    .number_of_columns_2.number_of_columns_2.number_of_columns_2 .cc_column:last-child {
        margin-right: 0
    }
}

@media screen and (max-width: 800px) {
    .number_of_columns_2.number_of_columns_2.number_of_columns_2 .cc_column ul {
        margin-bottom: 0;
        margin-top: 0
    }
}

.number_of_columns_3.number_of_columns_3.number_of_columns_3 .cc_column {
    display: block;
    float: left;
    margin-right: 1.87726938%;
    width: 100%
}

.number_of_columns_3.number_of_columns_3.number_of_columns_3 .cc_column:last-child {
    margin-right: 0
}

@media screen and (min-width: 800px) {
    .number_of_columns_3.number_of_columns_3.number_of_columns_3 .cc_column {
        display: block;
        float: left;
        margin-right: 1.87726938%;
        width: 32.08182041%;
        padding: 0 10px 0 0
    }

    .number_of_columns_3.number_of_columns_3.number_of_columns_3 .cc_column:last-child {
        margin-right: 0
    }
}

.number_of_columns_3.number_of_columns_3.number_of_columns_3 table {
    display: block;
    float: left;
    margin-right: 1.87726938%;
    width: 100%
}

.number_of_columns_3.number_of_columns_3.number_of_columns_3 table:last-child {
    margin-right: 0
}

@media screen and (min-width: 800px) {
    .number_of_columns_3.number_of_columns_3.number_of_columns_3 table {
        display: block;
        float: left;
        margin-right: 1.87726938%;
        width: 32.08182041%
    }

    .number_of_columns_3.number_of_columns_3.number_of_columns_3 table:last-child {
        margin-right: 0
    }
}

.number_of_columns_3.number_of_columns_3.number_of_columns_3 .hidden-desktop {
    display: block;
    float: left;
    margin-right: 1.87726938%;
    width: 100%
}

.number_of_columns_3.number_of_columns_3.number_of_columns_3 .hidden-desktop:last-child {
    margin-right: 0
}

@media screen and (min-width: 800px) {
    .number_of_columns_3.number_of_columns_3.number_of_columns_3 .hidden-desktop {
        display: block;
        float: left;
        margin-right: 1.87726938%;
        width: 32.08182041%
    }

    .number_of_columns_3.number_of_columns_3.number_of_columns_3 .hidden-desktop:last-child {
        margin-right: 0
    }
}

@media screen and (min-width: 800px) {
    .number_of_columns_3.number_of_columns_3.number_of_columns_3 {
        font-size: 14px;
        line-height: 1.4
    }

    .number_of_columns_3.number_of_columns_3.number_of_columns_3 p, .number_of_columns_3.number_of_columns_3.number_of_columns_3 ul, .number_of_columns_3.number_of_columns_3.number_of_columns_3 ol {
        font-size: 14px;
        line-height: 1.4
    }

    .number_of_columns_3.number_of_columns_3.number_of_columns_3 li {
        padding-bottom: .35em
    }
}

.two_col_wSidebar.two_col_wSidebar.two_col_wSidebar {
    max-width: 65.3125em;
    margin-left: auto;
    margin-right: auto
}

.two_col_wSidebar.two_col_wSidebar.two_col_wSidebar:after {
    content: "";
    display: table;
    clear: both
}

@media screen and (min-width: 800px) {
    .two_col_wSidebar.two_col_wSidebar.two_col_wSidebar {
        font-size: 14px;
        line-height: 1.4
    }

    .two_col_wSidebar.two_col_wSidebar.two_col_wSidebar p, .two_col_wSidebar.two_col_wSidebar.two_col_wSidebar ul, .two_col_wSidebar.two_col_wSidebar.two_col_wSidebar ol {
        font-size: 14px;
        line-height: 1.4
    }

    .two_col_wSidebar.two_col_wSidebar.two_col_wSidebar li {
        padding-bottom: .35em
    }
}

.two_col_wSidebar.two_col_wSidebar.two_col_wSidebar .number_of_columns_2 {
    display: block;
    float: left;
    margin-right: 1.87726938%;
    width: 100%
}

.two_col_wSidebar.two_col_wSidebar.two_col_wSidebar .number_of_columns_2:last-child {
    margin-right: 0
}

@media screen and (min-width: 800px) {
    .two_col_wSidebar.two_col_wSidebar.two_col_wSidebar .number_of_columns_2 {
        display: block;
        float: left;
        margin-right: 1.87726938%;
        width: 59.24909225%
    }

    .two_col_wSidebar.two_col_wSidebar.two_col_wSidebar .number_of_columns_2:last-child {
        margin-right: 0
    }
}

.two_col_wSidebar.two_col_wSidebar.two_col_wSidebar .number_of_columns_2 .cc_column {
    display: block;
    float: left;
    margin-right: 1.87726938%;
    width: 100%
}

.two_col_wSidebar.two_col_wSidebar.two_col_wSidebar .number_of_columns_2 .cc_column:last-child {
    margin-right: 0
}

@media screen and (min-width: 800px) {
    .two_col_wSidebar.two_col_wSidebar.two_col_wSidebar .number_of_columns_2 .cc_column {
        display: block;
        float: left;
        margin-right: 1.87726938%;
        width: 45.66545633%;
        padding: 0
    }

    .two_col_wSidebar.two_col_wSidebar.two_col_wSidebar .number_of_columns_2 .cc_column:last-child {
        margin-right: 0
    }
}

.two_col_wSidebar.two_col_wSidebar.two_col_wSidebar .number_of_columns_2 .cc_column2 {
    margin-left: 0
}

@media screen and (min-width: 800px) {
    .two_col_wSidebar.two_col_wSidebar.two_col_wSidebar .number_of_columns_2 .cc_column2 {
        margin-left: 25px
    }
}

.two_col_wSidebar.two_col_wSidebar.two_col_wSidebar .box1 {
    display: block;
    float: left;
    margin-right: 1.87726938%;
    width: 100%
}

.two_col_wSidebar.two_col_wSidebar.two_col_wSidebar .box1:last-child {
    margin-right: 0
}

@media screen and (min-width: 800px) {
    .two_col_wSidebar.two_col_wSidebar.two_col_wSidebar .box1 {
        display: block;
        float: left;
        margin-right: 1.87726938%;
        width: 36.83609298%
    }

    .two_col_wSidebar.two_col_wSidebar.two_col_wSidebar .box1:last-child {
        margin-right: 0
    }
}

.main_internal1 .full_col_sidebar .box1 {
    width: 100% !important;
    float: none !important
}

ul.type2.clear1:after {
    display: none
}

.callout ul.type2 li {
    background-position: 9px 19px
}

.callout ul.type2 .accord_title h3 {
    color: #fff
}

.callout ul.type2 .accord_title h3:hover {
    color: #fff
}

.callout ul.type2 .accord_title h3 a {
    color: #fff
}

.callout ul.type2 .accord_title h3 a:hover {
    color: #fff
}

#main_content1 ul.type2 {
    padding-left: 0
}

#main_content1 ul.type2 li {
    background: none !important
}

#main_content1 ul.type2 li.minus1 .accord_title {
    background-image: url(http://www.ubalt.edu/_resources/images/blt-faq-minus1.gif) !important
}

#main_content1 ul.type2 .accord_title {
    background: url(http://www.ubalt.edu/_resources/images/blt-faq-plus1.gif) 0 0 no-repeat !important
}

#main_content1 ul.type2 > li {
    list-style-type: none
}

ul.type2 li {
    margin-bottom: 0;
    padding: 10px 15px
}

ul.type2 li.minus1 {
    background-color: transparent !important
}

ul.type2 li:after {
    display: none !important
}

ul.type2 .accord_title h3 {
    line-height: 1.4
}

ul.type2 .accord_title h3 a {
    color: #333
}

ul.type2 .accord_title h3 a:hover {
    color: #007DB6
}

.question1 h3 a {
    color: #007DB6
}

.question1 h3 a:hover {
    color: #00486a
}

.accordion {
    margin-top: 1em
}

.accordion .panel {
    padding: 0.25em 0
}

.accordion .panel .accordion-header {
    font-size: 1.17em;
    background: url(../../images/Ubalt_CalendarIcons-02.png);
    background-repeat: no-repeat;
    background-size: 20px
}

.accordion .panel.is-open .accordion-header {
    background: url(../../images/Ubalt_CalendarIcons-01.png);
    background-repeat: no-repeat;
    background-size: 20px
}

.fluid-width-video-wrapper.fluid-width-video-wrapper.fluid-width-video-wrapper {
    position: relative;
    padding-bottom: 56.25% !important;
    padding-top: 25px !important;
    height: 0;
    margin-bottom: 30px
}

.fluid-width-video-wrapper.fluid-width-video-wrapper.fluid-width-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important
}

@media print {
    @page {
        margin: 0.5cm
    }

    body {
        font: 12pt Georgia, "Times New Roman", Times, serif;
        line-height: 1.3;
        background: #fff !important
    }

    body * {
        color: #000 !important
    }

    p a:after, a:after {
        content: " (" attr(href) ")";
        font-size: 80%
    }

    p a {
        word-wrap: break-word
    }

    .header, .links, .navigation-menu, .mobile-header {
        display: none
    }

    .page-header h1 {
        box-shadow: none
    }

    .page-header h1:before, .page-header h1:after {
        box-shadow: none !important
    }
}

/*# sourceMappingURL=general.responsive.css.map */
