﻿
/** Custom Classes for Marketing **/

.footnote {
	font-size: 0.9rem;
	font-style: normal;
}

.asterisk {
	color: #d86018;
}

/** End of Custom Classes for Marketing **/

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

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

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



.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -ms-text-rendering: auto;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    -ms-border-radius: .1em;
    border-radius: .1em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    -moz-animation: fa-spin 2s infinite linear;
    -ms-animation: fa-spin 2s infinite linear;
    -o-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    -moz-animation: fa-spin 1s infinite steps(8);
    -ms-animation: fa-spin 1s infinite steps(8);
    -o-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -webkit-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -moz-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -o-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -webkit-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -moz-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -o-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -webkit-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -moz-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -o-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -webkit-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -moz-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -o-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -webkit-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -moz-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -o-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    filter: none;
}

.sidr {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: no-display; /*Was none, VS suggested either no-display or no-content*/
    overflow-y: auto;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 15px;
    background: #333;
    color: #fff;
    -webkit-box-shadow: inset 0 0 5px 5px #222;
    -ms-box-shadow: inset 0 0 5px 5px #222;
    box-shadow: inset 0 0 5px 5px #222;
}

    .sidr h1,
    .sidr h2,
    .sidr h3,
    .sidr h4,
    .sidr h5,
    .sidr h6 {
        font-size: 11px;
        font-weight: normal;
        padding: 0 15px;
        margin: 0 0 5px;
        color: #fff;
        line-height: 24px;
        background-image: linear-gradient(#4d4d4d, #1a1a1a);
        -webkit-box-shadow: 0 5px 5px 3px #000000;
        -webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0 5px 5px 3px #000000;
        -ms-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 5px 3px #000000;
        box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
    }

    .sidr p a, .sidr p a:visited {
        color: black;
    }

    .sidr ul li:hover > a,
    .sidr ul li:hover > span,
    .sidr ul li.active > a,
    .sidr ul li.active > span,
    .sidr ul li.sidr-class-active > a,
    .sidr ul li.sidr-class-active > span {
        -webkit-box-shadow: inset 0 0 15px 3px #222;
        -ms-box-shadow: inset 0 0 15px 3px #222;
        box-shadow: inset 0 0 15px 3px #222;
    }

    .sidr ul li ul li:hover > a,
    .sidr ul li ul li:hover > span,
    .sidr ul li ul li.active > a,
    .sidr ul li ul li.active > span,
    .sidr ul li ul li.sidr-class-active > a,
    .sidr ul li ul li.sidr-class-active > span {
        -webkit-box-shadow: inset 0 0 15px 3px #222;
        -ms-box-shadow: inset 0 0 15px 3px #222;
        box-shadow: inset 0 0 15px 3px #222;
    }

    .sidr ul li ul li a,
    .sidr ul li ul li span {
        color: #ffffff;
        color: rgba(255, 255, 255, 0.8);
        padding-left: 30px;
    }

    .sidr input[type="text"],
    .sidr input[type="password"],
    .sidr input[type="date"],
    .sidr input[type="datetime"],
    .sidr input[type="email"],
    .sidr input[type="number"],
    .sidr input[type="search"],
    .sidr input[type="tel"],
    .sidr input[type="time"],
    .sidr input[type="url"],
    .sidr textarea,
    .sidr select {
        width: 100%;
        font-size: 13px;
        padding: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 0 10px;
        -o-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;
        border: none;
        background: #000000;
        background: rgba(0, 0, 0, 0.1);
        color: #ffffff;
        color: rgba(255, 255, 255, 0.6);
        display: block;
        clear: both;
    }

    .sidr input[type=button]:hover,
    .sidr input[type=submit]:hover {
        background: #ffffff;
        background: rgba(255, 255, 255, 0.9);
    }

@font-face {
    font-family: "Museo Sans W03_300";
    src: url("Fonts/f2cf6cf9-9ec6-4945-a525-f5873d143c2a.eot?#iefix");
    src: url("Fonts/f2cf6cf9-9ec6-4945-a525-f5873d143c2a.eot?#iefix") format("eot"), url("Fonts/ea9b8ac3-ff16-4387-a473-32a6a617329f.woff") format("woff"), url("Fonts/353acc2c-88f2-4de3-83eb-6cc2c9b05af1.ttf") format("truetype"), url("Fonts/0ede1b31-d0aa-4645-8dfd-6dabfc46f004.svg#0ede1b31-d0aa-4645-8dfd-6dabfc46f004") format("svg");
}

@font-face {
    font-family: "Museo Sans W03_500";
    src: url("Fonts/e6c8dd64-2c03-43f2-ba95-996f168bc701.eot?#iefix");
    src: url("Fonts/e6c8dd64-2c03-43f2-ba95-996f168bc701.eot?#iefix") format("eot"), url("Fonts/2a0dda39-dc44-4540-9f6b-2cc54a9eefc1.woff") format("woff"), url("Fonts/9af1bf81-cfac-4104-899d-e70ab97ce71c.ttf") format("truetype"), url("Fonts/fd5642a0-bcd3-4af7-84c4-5e8b87fa04eb.svg#fd5642a0-bcd3-4af7-84c4-5e8b87fa04eb") format("svg");
}

/*@font-face {
    font-family: "Museo Sans W03_700";
    src: url("Fonts/1c070cdb-18d8-440e-be9d-2448fa3930c4.eot?#iefix");
    src: url("Fonts/1c070cdb-18d8-440e-be9d-2448fa3930c4.eot?#iefix") format("eot"), url("Fonts/f3c7f613-9728-4ed6-a383-1c8519b215d2.woff") format("woff"), url("Fonts/c21bf502-6b58-4bf0-9ddd-169929c263e7.ttf") format("truetype"), url("Fonts/b1bba468-817a-4cfd-891e-18fc989e7e5b.svg#b1bba468-817a-4cfd-891e-18fc989e7e5b") format("svg");
}

body {
    background-color: #CDCDCD;
}
*/
.sub-header {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    display: block;
}

/*body {
    color: #000;
    font-family: "Museo Sans W03_300", sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: normal;
    font-size: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: "Museo Sans W03_500", sans-serif;
    margin: 0;
    line-height: normal;
    letter-spacing: normal;
}

h1 {
    font-size: 32px;
    font-size: 2rem;
}

h2 {
    font-size: 27px;
    font-size: 1.7rem;
}

h3 {
    font-size: 23px;
    font-size: 1.4rem;
}*/

.browserWarning h4 {
    float: left;
    font-size: 20px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

/*h5 {
    font-size: 18px;
    font-size: 1.125rem;
}

h6 {
    font-size: 16px;
    font-size: 1rem;
}

p {
    margin: 0 0 30px;
    margin: 0 0 1.875rem;
    line-height: 24px;
    line-height: 1.5rem;
}

.subhead {
    font-size: 1.5rem;
}

a, a:visited {
    color: #e96a2e;
    text-decoration: none;
}*/

/** all links need a non color based indication on hover **/
/** per WCAG 2.0 AA Standards **/
/*html a:hover {
    text-decoration: underline;
}*/

/** fixes link__btn class color being overridden in some stylings on the site **/
/*html body a.link__btn {
    color: #fff;
}

a.link__btn:visited, .global-header__nav__list a:visited {
    color: #fff;
}

a.uline:visited, .global-header__nav__list__sub a:visited, .sidebar__nav a:visited,
.footer__page a:visited, .footer__meta-links a:visited {
    color: #000;
}

.global-header__nav__list__sub li a:visited:hover,
.sidebar__nav__menu a:visited:hover {
    color: #e96a2e;
}

blockquote {
    font-style: italic;
    margin: 0;
}*/

@media (max-width: 47.9275em) {
    .global-header__top__search,
    .global-header__top__search--mobile {
        width: 100%;
        padding: 3px 10px 15px;
        padding: 0.1875rem 0.625rem 0.9375rem;
        background: #fff;
        border-bottom: solid 5px #c0c0c0;
        display: block;
    }
}

.global-header__top__search input[type="text"],
.global-header__top__search--mobile input[type="text"] {
    padding: 5px 7px;
    border: none;
}

.global-header__top__search input[type="submit"],
.global-header__top__search--mobile input[type="submit"] {
    padding: 5px 7px;
    border: none;
    outline: none;
}

.global-header__top__search__wrapper,
.global-header__top__search--mobile__wrapper {
    border: solid 1px #010000;
}

@media (max-width: 47.9275em) {
    .global-header__top__search__wrapper,
    .global-header__top__search--mobile__wrapper {
        width: 100%;
        -ms-border-radius: 3px;
        border-radius: 3px;
        position: relative;
        display: block;
        margin-top: 10px;
        padding: 5px;
    }
}

@media (max-width: 47.9275em) {
    .global-header__top__search__wrapper input[type="text"],
    .global-header__top__search--mobile__wrapper input[type="text"] {
        width: 100%;
        padding: 5px;
    }
}

@media (max-width: 47.9275em) {
    .global-header__top__search__wrapper button[type="submit"],
    .global-header__top__search--mobile__wrapper button[type="submit"] {
        color: #010000;
        font-size: 18px;
        font-size: 1.125rem;
        position: absolute;
        z-index: 1000;
        right: 3px;
        top: 3px;
    }
}

.global-header__top__search__wrapper button,
.global-header__top__search--mobile__wrapper button {
    border: none;
    border-left: solid 1px #c0c0c0;
    outline: none;
    background: none;
}

ul {
    list-style-type: disc;
    margin-bottom: 30px;
    padding-left: 40px;
}

    ul.is-inline > li {
        display: inline-block;
    }

ol {
    list-style-type: decimal;
    margin-bottom: 30px;
    padding-left: 40px;
}

ul.no-bullet {
    list-style: none;
}

ul.ul-flush {
    padding-left: 20px;
}

ul.ul-blank {
    list-style-type: none;
    padding-left: 0;
}

ol.ol-flush {
    padding-left: 22px;
}

.global-header__top__search--mobile {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.global-header__nav--desktop {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 47.9275em) {
    .global-header__top {
        float: none;
        padding: 0;
        background: #2f2f2f;
        position: relative;
    }
}

@media (max-width: 47.9275em) {
    .global-header__top__logo img {
        margin: 0;
    }
}

@media (min-width: 47.9375em) {
    .global-header__top__toggle {
        display: none;
    }
}

@media (max-width: 65.615em) {
    .global-header__top__info {
        right: 10px;
        top: 13px;
    }
}

@media (max-width: 47.9275em) {
    .global-header__top__info {
        display: none;
    }
}

.global-header__top__info li {
    margin: 0;
    padding: 0;
    border-right: solid 1px black;
    float: left;
}

    .global-header__top__info li:last-child {
        border-right: none;
    }

        .global-header__top__info li:last-child a {
            padding-right: 0;
        }

    .global-header__top__info li a {
        color: #010000;
        text-decoration: none;
        font-size: 12px;
        font-size: 0.75rem;
        padding: 0 10px;
        padding: 0 0.625rem;
        display: inline-block;
    }

@media (max-width: 65.615em) {
    .global-header__top__search {
        right: 10px;
        top: 44px;
    }
}

@media (max-width: 47.9275em) {
    .global-header__top__search {
        display: none;
    }
}

.global-header__nav {
    clear: both;
    text-align: center;
    background: #d86018;
}

@media (max-width: 47.9275em) {
    .global-header__nav {
        text-align: left;
        background: #fff;
        color: #010000;
        border-left: solid 1px #eee;
        -webkit-box-shadow: none !important;
        -ms-box-shadow: none !important;
        box-shadow: none !important;
    }
}

.global-header__nav a:focus {
    -webkit-box-shadow: 0 0 0 2px #92788b;
    -ms-box-shadow: 0 0 0 2px #92788b;
    box-shadow: 0 0 0 2px #92788b;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.footer__col.social__col a:focus {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

    /*a:focus,
    .footer__col.social__col a:focus i,
    .footer__col.social__col a.social__blog:focus {
        -webkit-box-shadow: 0 0 0 2px #a4c6fd;
        -ms-box-shadow: 0 0 0 2px #a4c6fd;
        box-shadow: 0 0 0 2px #a4c6fd;
        -ms-border-radius: 2px;
        border-radius: 2px;
    }*/

.blog-content-callout__content a:after {
    content: url('Images/theme/bg-pixel-arrow-orange.png');
    padding-left: 10px;
}


@media (max-width: 47.9275em) {
    .global-header__nav li {
        display: block;
    }
}

@media (max-width: 47.9275em) {
    .global-header__nav li a,
    .global-header__nav li a:visited {
        text-align: left;
        color: #010000 !important;
    }
}

@media (max-width: 47.9275em) {
    .global-header__nav li a:hover {
        -webkit-box-shadow: none !important;
        -ms-box-shadow: none !important;
        box-shadow: none !important;
    }
}

@media (max-width: 47.9275em) {
    .global-header__nav li:hover .global-header__nav__list__sub {
        display: none;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
    }
}

.global-header__nav__wrapper {
    margin: 0;
    padding: 0;
}

    .global-header__nav__wrapper .global-header__nav__list {
        text-align: center;
        margin-right: 0;
        position: relative;
        display: inline-block;
    }

@media (max-width: 47.9275em) {
    .global-header__nav__wrapper .global-header__nav__list {
        display: block;
    }
}

@media (max-width: 47.9275em) {
    .global-header__nav__wrapper .global-header__nav__list .global-header__nav__list__sub {
        display: none;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
    }
}

@media (max-width: 47.9275em) {
    .global-header__nav__wrapper .global-header__nav__list:before {
        display: none;
    }
}

@media (min-width: 47.9375em) {
    .global-header__nav__wrapper .global-header__nav__list:hover .global-header__nav__list__sub,
    .global-header__nav__wrapper .global-header__nav__list a:focus + .global-header__nav__list__sub,
    .global-header__nav__wrapper .global-header__nav__list.open .global-header__nav__list__sub {
        display: block;
    }
}

@media (max-width: 47.9275em) {
    .global-header__nav__wrapper .global-header__nav__list.open .global-header__nav__list__sub {
        display: block;
    }
}

.global-header__nav__list__sub {
    display: none;
    top: 100%;
    left: 50%;
    width: 100%;
    -moz-min-width: 265px;
    -ms-min-width: 265px;
    -o-min-width: 265px;
    -webkit-min-width: 265px;
    min-width: 265px;
    max-width: 265px;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 20px 20px 10px;
    padding: 1.25rem 1.25rem 0.625rem;
    text-align: left;
    background: #fff;
    -webkit-box-shadow: 0 4px 4px #0a0a0a;
    -webkit-box-shadow: 0 4px 4px rgba(10, 10, 10, 0.2);
    -ms-box-shadow: 0 4px 4px #0a0a0a;
    -ms-box-shadow: 0 4px 4px rgba(10, 10, 10, 0.2);
    box-shadow: 0 4px 4px #0a0a0a;
    box-shadow: 0 4px 4px rgba(10, 10, 10, 0.2);
    -webkit-transform: translateX(-125px);
    -ms-transform: translateX(-125px);
    -moz-transform: translateX(-125px);
    -o-transform: translateX(-125px);
    transform: translateX(-125px);
}

@media (min-width: 47.9375em) {
    .global-header__nav__list__sub {
        position: absolute;
        z-index: 1000;
    }
}

@media (max-width: 47.9275em) {
    .global-header__nav__list__sub {
        position: relative;
        background: transparent;
        -webkit-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none;
        max-width: 100%;
        left: 0;
    }
}

.global-header__nav__list__sub li {
    display: block;
    padding: 0;
    text-align: left;
    border-bottom: solid 1px #eee;
}

@media (max-width: 47.9275em) {
    .global-header__nav__list__sub li {
        background-color: #dbdbdb;
    }
}

.global-header__nav__list__sub li:hover a {
    color: #e96a2e;
}

.global-header__nav__list__sub li a,
.global-header__nav__list__sub li a:visited {
    color: #010000;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: left;
    padding: 10px 0;
    padding: 0.625rem 0;
}

    .global-header__nav__list__sub li a:after {
        content: url('Images/theme/bg-pixel-arrow-orange.png');
        padding-left: 8px;
    }

@media (max-width: 47.9275em) {
    .global-header__nav__list__sub li a:after {
        content: url('Images/theme/bg-pixel-arrow.png');
    }
}

.global-header__nav__list__sub li:last-child {
    border-bottom: none;
}

#sidr {
    display: none;
}

@media (max-width: 47.9275em) {
    .sidr,
    .sidr.right {
        border-bottom: none;
    }
}

@media (max-width: 47.9275em) {
    .sidr ul,
    .sidr.right ul {
        border: none;
        float: left;
    }
}

@media (max-width: 47.9275em) {
    .sidr ul li,
    .sidr.right ul li {
        float: left;
        width: 100%;
    }
}

@media (max-width: 47.9275em) {
    .sidr ul li:hover,
    .sidr.right ul li:hover {
        -webkit-box-shadow: none !important;
        -ms-box-shadow: none !important;
        box-shadow: none !important;
    }
}

@media (max-width: 47.9275em) {
    .sidr ul li:hover > a,
    .sidr.right ul li:hover > a {
        -webkit-box-shadow: none !important;
        -ms-box-shadow: none !important;
        box-shadow: none !important;
    }
}

@media (max-width: 47.9275em) {
    .sidr .global-header__nav__list > a:after,
    .sidr.right .global-header__nav__list > a:after {
        content: '\f067';
        font-family: 'FontAwesome';
        font-weight: normal;
        position: absolute;
        right: 30px;
        top: 10px;
    }
}

@media (max-width: 47.9275em) {
    .sidr .global-header__nav__list.open > a:after,
    .sidr.right .global-header__nav__list.open > a:after {
        content: '\f068';
    }
}

@media (max-width: 47.9275em) {
    .sidr li,
    .sidr.right li {
        position: relative;
        border: none;
        border-bottom: solid 1px #eee;
    }
}

@media (max-width: 47.9275em) {
    .sidr li a,
    .sidr.right li a {
        font-size: 16px;
        font-size: 1rem;
        padding: 12px 50px 12px 15px;
        padding: 0.75rem 3.125rem 0.75rem 0.9375rem;
        line-height: 1.2;
        text-transform: uppercase;
    }
}

.mobile-nav-header {
    padding: 42px 0 27px 10px;
    padding: 2.625rem 0 1.6875rem 0.625rem;
    height: 85px;
    background: #d86018;
    padding-top: 40px;
    padding-left: 10px;
}

    .mobile-nav-header .title-mobile {
        margin: 0;
        padding: 0;
        font-size: 45px;
        font-size: 2.8125rem;
        font-weight: bold;
        background: none !important;
        color: #fff;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
    }

    .mobile-nav-header .nav-toggle {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 18px;
        font-size: 1.125rem;
        color: #fff;
    }

        .mobile-nav-header .nav-toggle:hover {
            cursor: pointer;
        }

.aside__page {
    width: 32.02614%;
    float: left;
    margin-right: 1.96078%;
}

.aside__page {
    margin-right: 0;
    padding: 0 20px;
    padding: 0 1.25rem;
}

@media (max-width: 47.9275em) {
    .aside__page {
        display: none;
    }
}

.aside__subnav-title {
    color: #010000;
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 5px;
}

.aside__subnav-menu {
    color: #010000;
    font-family: "Museo Sans W03_500";
    list-style: none;
    margin-top: 0;
    padding: 0;
    margin-left: 0;
}

    .aside__subnav-menu > li {
        padding: 6px 3px 6px 15px;
        padding: 0.375rem 0.1875rem 0.375rem 0.9375rem;
        border-top: solid 2px #eaeaea;
    }

        .aside__subnav-menu > li:last-child {
            border-bottom: solid 2px #eaeaea;
        }

        .aside__subnav-menu > li > a {
            font-size: 17px;
            font-size: 1.0625rem;
        }

            .aside__subnav-menu > li > a.selected {
                font-family: "Museo Sans W03_700";
            }

        .aside__subnav-menu > li ul,
        .aside__subnav-menu > li-sub {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .aside__subnav-menu > li ul li,
            .aside__subnav-menu > li-sub li {
                padding: 7px 0 7px 25px;
                padding: 0.4375rem 0 0.4375rem 1.5625rem;
            }

                .aside__subnav-menu > li ul li:last-child,
                .aside__subnav-menu > li-sub li:last-child {
                    padding-bottom: 0;
                }

                .aside__subnav-menu > li ul li a.selected,
                .aside__subnav-menu > li-sub li a.selected {
                    color: #e96a2e;
                    font-family: "Museo Sans W03_700";
                }

                .aside__subnav-menu > li ul li ul li,
                .aside__subnav-menu > li-sub li ul li {
                    padding: 7px 0 7px 25px;
                    padding: 0.4375rem 0 0.4375rem 1.5625rem;
                }

                    .aside__subnav-menu > li ul li ul li:last-child,
                    .aside__subnav-menu > li-sub li ul li:last-child {
                        padding-bottom: 2px;
                    }

                    .aside__subnav-menu > li ul li ul li a,
                    .aside__subnav-menu > li-sub li ul li a {
                        font-size: 14px;
                        font-size: 0.875rem;
                        background-image: url("Images/theme/btn-menu-triangle-arrow.png");
                        padding-left: 10px;
                        padding-left: 0.625rem;
                        background-position: left center;
                        background-repeat: no-repeat;
                    }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .aside__subnav-menu > li ul li ul li a,
    .aside__subnav-menu > li-sub li ul li a {
        background-image: url("Images/theme/btn-menu-triangle-arrow@2x.png");
        -ms-background-size: 5px 9px;
        background-size: 5px 9px;
    }
}

@media (max-width: 47.9275em) {
    .content .content__main {
        padding: 0;
    }
}

@media (max-width: 47.9275em) {
    .footer__col {
        float: none;
        padding-bottom: 0;
        border-bottom: solid 1px #994411;
        -webkit-box-shadow: 0 1px 0 #dd7334;
        -ms-box-shadow: 0 1px 0 #dd7334;
        box-shadow: 0 1px 0 #dd7334;
    }
}

@media (max-width: 47.9275em) {
    .footer__col.open ul {
        display: block;
        padding: 0;
    }

    .footer__col.open li {
        background-color: #fff;
        border-bottom: 1px solid #DEDEDE;
        padding: 10px 18px;
        padding: 0.625rem 1.125rem;
    }

        .footer__col.open li a:after {
            content: url('Images/theme/bg-pixel-arrow.png');
            padding-left: 8px;
        }

    .footer__col.open h4:after {
        content: '\f068';
    }
}

@media (max-width: 47.9275em) {
    .social__col {
        background: #fff;
        text-align: center;
        padding-top: 15px;
        border: none;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
    }
}

@media (max-width: 47.9275em) {
    .social__col p {
        text-align: center;
        padding: 20px 0 0;
        padding: 1.25rem 0 0;
        background: #fff;
        border-bottom: none;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
    }
}

.social__col .fa:hover {
    -ms-opacity: .8;
    opacity: .8;
}

.link__arrow:after {
    content: url('Images/theme/bg-pixel-arrow-orange.png');
    padding-left: 8px;
    padding-left: 0.5rem;
}

.sidebar__nav__menu ul ul li a {
    background-image: url("Images/theme/btn-menu-triangle-arrow.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .sidebar__nav__menu ul ul li a {
        background-image: url("Images/theme/btn-menu-triangle-arrow@2x.png");
        -ms-background-size: 5px 9px;
        background-size: 5px 9px;
    }
}

@media (max-width: 47.9275em) {
    .footer__col ul.open li a:after {
        content: url('Images/theme/bg-pixel-arrow.png');
        padding-left: 8px;
    }
}

.callout-teen__inner {
    background: url('Images/theme/callout/bg-callout.png');
}

.sidebar-schools-results__item__wrapper.color-orange a:after {
    content: url("Images/theme/bg-pixel-arrow-orange.png");
}

.sidebar-schools-results__item__wrapper.color-aqua a:after {
    content: url("Images/theme/bg-pixel-arrow-aqua.png");
}

.sidebar-schools-results__item__wrapper.color-dark-gray a:after {
    content: url("Images/theme/bg-pixel-arrow-gray.png");
}

.sidebar-schools-results__item__wrapper.color-green a:after {
    content: url("Images/theme/bg-pixel-arrow-aqua.png");
}

.content-not-found__wrapper {
    background-image: url('Images/fpo/404/fpo-404.png');
}

.content-testimonial__content:before {
    content: url('Images/theme/quote-left.png');
}

.content-testimonial__content:after {
    content: url('Images/theme/quote-right.png');
}

@media (max-width: 47.9275em) {
    .content-testimonial__content:before {
        content: url('Images/theme/quote-left-m.png');
    }

    .content-testimonial__content:after {
        content: url('Images/theme/quote-right-m.png');
    }
}

.mobile-page-menu ul li a:after {
    content: url('Images/theme/bg-pixel-arrow.png');
}

.student-grid__item > a:after {
    content: url('Images/theme/bg-pixel-arrow-orange.png');
}

.school-home__callout {
    background: url('Images/theme/icon-gradhat.png') no-repeat 25px center;
}

.school-home__billboard {
    background: url('Images/theme/bb-bg_school-home.png') repeat-x;
}

.schools-results__item__wrapper.color-orange a:after {
    content: url("Images/theme/bg-pixel-arrow-orange.png");
}

.schools-results__item__wrapper.color-aqua a:after {
    content: url("Images/theme/bg-pixel-arrow-aqua.png");
}

.schools-results__item__wrapper.color-dark-gray a:after {
    content: url("Images/theme/bg-pixel-arrow-gray.png");
}

.schools-results__item__wrapper.color-green a:after {
    content: url("Images/theme/bg-pixel-arrow-green.png");
}

select {
    background: url('Images/theme/frm-select-arrow.png') no-repeat 96% center #fff;
}

.sidr .global-header__nav__callout__list li a:after, .sidr.right .global-header__nav__callout__list li a:after {
    content: url('Images/theme/bg-pixel-arrow.png');
}

.global-header__nav__list__sub__items li a:after {
    content: url('Images/theme/bg-pixel-arrow-orange.png');
    padding-left: 8px;
}

@media (max-width: 47.9275em) {
    .global-header__nav__list__sub__items li a:after {
        content: url('Images/theme/bg-pixel-arrow.png');
    }
}

/***** CUSTOM ADDED CLASSES *****/

/***** SKIP NAV *****/
.skipNav {
    -ms-opacity: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 5rem;
}

    .skipNav:focus {
        -ms-opacity: 1;
        opacity: 1;
    }

.pointer {
    cursor: pointer;
}

/***** BROWSER WARNING *****/

.browserWarning {
    background-color: #f4f4f4;
    border: 2px solid #ccc;
	border-top:0px;
    clear: both;
    padding: 8px 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 2147483647;
}
    .browserWarning p {
        margin: 0px;
    }

#browserWarning {
    display: none;
}

/***** ACCESSIBILITY *****/

.hiddenForAccessibility {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.hiddenElement {
    display: none;
}

html body input.has-error {
    border: solid .15em #a94442;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

html body .validationMessage.error {
    color: #a94442;
}

    html body .validationMessage.error.sidebar-error {
        color: #000;
    }

/*puts a slight space to the right of alert icon*/
.alert .fa {
    margin-right: .5em;
}

/***** FIZI *****/

.sidebar-school-results__wrapper .sidebar-schools-results__item:first-child::before {
    border: none;
}

.sidebar-school-results__wrapper .sidebar-schools-results__item:first-child {
    border-top: 1px solid #757575;
}

.sidebar__find-school .alert-error {
    margin-bottom: 1em;
}

.in-page .alert-error {
    font-size: 1.3em;
    margin: .5em 0;
}

img.ajaxLoader {
    display: block;
    margin: 1em auto;
}

.content-find-school .content-find-school__description,
.in-page .internationalLink {
    font-size: 1.14285714rem;
}

.schools-international__desc a.link__arrow:after {
    content: url('Images/theme/bg-pixel-arrow-aqua.png');
}

/***** HOME PAGE FIZI *****/
.home-results-placeholder {
    width: 100%;
}

    .home-results-placeholder .ajaxLoader {
        clear: both;
        position: relative;
        padding-top: 2rem;
    }

.home-search-arrow {
    z-index: 2;
    margin-bottom: 0;
}

.content .home-search-results.schools-near-you {
    padding-top: 2.1875rem;
    padding-bottom: 0;
}

.content .home-search-results__item {
    padding: 1.875rem 0;
}

.home-search-results_loading {
    min-height: 5rem;
}

    .home-search-results.no-schools-near-you .home-search-results__item {
        padding-bottom: 0;
    }

        .home-search-results.no-schools-near-you .home-search-results__item p {
            padding-left: 1.875rem;
            width: 74.5098%;
            float: left;
            margin-right: 1.96078%;
        }

.home-search-results .home-search-results__item__info p {
    vertical-align: top;
}

.home-search-results__item__info .link__arrow:after {
    float: right;
}

.home-search-results__item.color-orange .home-search-results__item__info .link__arrow:after {
    content: url('Images/theme/bg-pixel-arrow-orange.png');
}

.home-search-results__item.color-aqua .home-search-results__item__info .link__arrow:after {
    content: url('Images/theme/bg-pixel-arrow-aqua.png');
}

.home-search-results__item.color-gray .home-search-results__item__info .link__arrow:after {
    content: url('Images/theme/bg-pixel-arrow-gray.png');
}

.home-search-results__item.color-green .home-search-results__item__info .link__arrow:after {
    content: url('Images/theme/bg-pixel-arrow-green.png');
}

i.fa.fa-square {
    float: left;
    padding-right: .25rem;
}

.home-search-results__item.color-dark-gray .home-search-results__item__name h3,
.home-search-results__item.color-dark-gray .home-search-results__item__info .link__arrow,
.home-search-results__item.color-dark-gray .home-search-results__item__name .fa,
.home-search-results__item.color-dark-gray .home-search-results__item__type h3 {
    color: #706c6c;
}

.home-search-results__item.color-dark-gray .home-search-results__item__type__bar.float__left,
.home-search-results__item.color-dark-gray .home-search-results__item__info button {
    background: #706c6c;
}

.home-search-results__item.color-dark-gray .home-search-results__item__info .link__arrow:after {
    content: url("Images/theme/bg-pixel-arrow-gray.png");
}

.homepage-error {
    padding-top: .5rem;
    font-size: 1.35rem;
}

html body .validationMessage.white-error {
    color: white;
}

.form .OrangeOnOrangeButton {
    background-color: #87482d;
}

/***** FEATURED PERSON PROFILE *****/

.profileCarousel a:visited {
    color: #e96a2e;
}

.profileCarousel .student-grid .student-grid__item .no-bottom-margin {
    margin-bottom: 0;
}

.profileCarousel .student-grid .student-grid__item ul:last-of-type {
	margin-bottom: 1rem;
}

.profileCarousel .student-grid .student-grid__item {
    position: relative;
    padding-bottom: 1.5rem;
}

    .profileCarousel .student-grid .student-grid__item a {
        cursor: pointer;
    }
	.profileCarousel .student-grid__item ul li span {
		color: #706c6c;
		font-size: 12px;
	}

        .profileCarousel .student-grid .student-grid__item a:hover,
        .profileCarousel .student-grid .student-grid__item a:focus,
        .profileCarousel .student-grid .student-grid__item a:active {
            text-decoration: underline;
        }

    .profileCarousel .student-grid .student-grid__item > a {
        position: absolute;
        bottom: .7rem;
    }

    .profileCarousel .student-grid .student-grid__item .hiddenOverflowItem a {
        cursor: default;
    }

/*profile carousel filtering*/

.profileCarousel article.profile-filters {
    padding: 0 2.5rem;
}

.profileCarousel .student-filters__wrapper {
    position: relative;
    width: 100%;
    clear: both;
    overflow: hidden;
}

.profileCarousel .student-filters__grade,
.profileCarousel .student-filters__interest,
.profileCarousel .student-filters__reset {
    display: inline-block;
    float: left;
    min-height: 70px;
    min-height: 4.375rem;
    position: relative;
}

    .profileCarousel .student-filters__reset .link__btn {
        position: absolute;
        bottom: 0;
        margin-bottom: 0;
    }

.profileCarousel .student-filters__grade {
    width: 40%;
    margin-right: 2%;
}

.profileCarousel .student-filters__interest {
    width: 42%;
    margin-right: 2%;
}

.profileCarousel .student-filters__reset {
    width: 14%;
}

#noResults {
    text-align: center;
    margin: 1em 0;
}

@media (max-width: 58.125em) {
	.profileCarousel .student-filters__interest span, 
	.profileCarousel .student-filters__grade span {
		font-size: 14px;
	}
}
@media (max-width: 54.5625em) {
	.profileCarousel .student-filters__interest span, 
	.profileCarousel .student-filters__grade span {
		font-size: 13px;
	}
}
@media (max-width: 51.25em) {
	.profileCarousel .student-filters__interest span, 
	.profileCarousel .student-filters__grade span {
		font-size: 12px;
	}
}

@media (max-width: 47.9275em) {
	.profileCarousel .student-filters__interest span,
	.profileCarousel .student-filters__grade span {
		font-size: 15px;
	}

    .profileCarousel .student-filters__grade,
    .profileCarousel .student-filters__interest,
    .profileCarousel .student-filters__reset {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .profileCarousel .student-filters__reset {
        margin-top: 1em;
    }

        .profileCarousel .student-filters__reset .link__btn {
            width: 100%;
        }
}

/* make compact carousel fail a bit more gracefully if javascript doesnt load */
.student-slider > .student-slider__item,
.student-slider > .student-slider__item > a {
    display: inline-block;
    max-width: 180px;
}

/*Compact carousel tooltip styling*/
.tooltip-ca .tooltipster-content {
    font-size: 18px;
}
    @media (max-width: 47.9275em) {
      .tooltip-ca .tooltipster-content {
			font-size: 16px;
	  } 
    }

/*SideNav Top Level*/
.sidebar__nav__title a {
    color: black;
}

    .sidebar__nav__title a:hover {
        color: #e96a2e;
    }

/*PopOver*/
.ui-dialog {
    z-index: 100000;
    border-color: #e96b20;
    border-width: 3px;
    border-style: solid;
}

    .ui-dialog #dialogBox {
        margin-bottom: -3px;
    }

.ui-dialog-titlebar {
    background: white;
    height: 22px;
    padding-top: 5px;
    padding-bottom: 30px;
    border-bottom: black;
    border-style: solid;
    border-bottom-width: 1px;
}

.ui-dialog-title {
    font-size: x-large;
    font-weight: bold;
    padding-left: 5px;
}

div.ui-dialog-titlebar > .ui-dialog-titlebar-close {
    top: 0px;
    right: 2px;
    background: none;
    text-indent: 0;
    font: 30px/1 FontAwesome;
    color: #e96b20;
    height: auto;
    width: auto;
    border: none;
}

    div.ui-dialog-titlebar > .ui-dialog-titlebar-close .ui-button-text {
        display: none;
    }

/*Admin Control Bar fixes*/
#ControlNav > li.hover > a,
#ControlNav > li:hover > a {
    padding-bottom: 32px;
}

#ControlActionMenu > li.hover > a,
#ControlActionMenu > li:hover > a {
    padding-bottom: 32px;
}

#ControlEditPageMenu > li.hover > a,
#ControlEditPageMenu > li:hover > a {
    padding-bottom: 35px;
}

#ControlNav div.subNav.advanced dl dd ul li {
    height: 60px;
    text-align: left;
}

#ControlNav div.subNav dl dd ul li {
    height: 28px;
    text-align: left;
}

#ControlEditPageMenu > li > a.controlBar_editPageInEditMode {
    padding-bottom: 34px;
}

.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
    padding-bottom: 30px;
}

/*Dnn Popup*/
.ui-dialog.ui-widget-content.ui-corner-all.ui-front.dnnFormPopup {
    z-index: 1000000;
}

/*Module move styling*/
.dnn_mact > li.actionMenuMove > ul li {
    box-sizing: initial;
}

/*Override to DNN default*/
.global-header__top__toggle:visited {
    color: #fff;
    text-decoration: none;
}

.global-header__top__toggle:hover {
    color: #e96a2e;
}

/*Home Page Fixes*/
body .homeHeader .global-header {
    position: relative;
    z-index: 200;
    background-color: rgba(255, 255, 255, 0.8);
}

/* Fix for Selects and text over background */
html select {
    padding-right: 4rem;
}

/****** CONTACT-A-PERSON ******/

.contact-teachers-parents-search .ask-me-about {
    margin-bottom: 1em;
}

.contact-teachers-parents-results h2:first-of-type {
    border-bottom: 1px solid #757575;
}

.contact-teachers-parents-results__item__desc .contact-teachers-parents-results__item__list {
    width: 100%;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

.contact-teachers-parents-search .contact-teachers-parents-search__filter__dropdown {
    width: 50%;
}

.contact-teachers-parents-search .contact-teachers-parents-search__filter__reset {
    float: left;
}

.contact-teachers-parents-results__item__desc .read__more q.teacherQuote {
	display: block;
	margin-bottom: 2em;
}

@media (max-width: 47.9275em) {
    .contact-teachers-parents-search .contact-teachers-parents-search__filter__dropdown {
        width: 100%;
    }

    .contact-teachers-parents-search #SchoolResetButton {
        width: 100%;
        margin-top: .5em;
    }

    .contact-teachers-parents-search .contact-teachers-parents-search__filter__reset {
        float: none;
    }
}

/****** EVENTS DISPLAY ******/
.events-search__fields__date__submit {
    width: inherit;
}

    .events-search__fields__date__submit a.link__arrow {
        cursor: pointer;
        padding-top: 1rem;
    }

    .events-search__fields__date__submit .link__btn {
        padding-top: 1rem;
    }

    .events-search__fields__date__submit #clearDates {
        padding-top: .6rem;
    }

.events-search__filter__category input {
    float: left;
    margin: 0.125rem 1.25rem 0 0;
}

.events-search__filter__category__label label {
    display: block;
    padding-left: 15px;
    padding-left: 0.9375rem;
}

.events-search__fields {
    background: url('Images/theme/callout/eventCallout.png');
    padding: 1.25rem 0.625rem 2.5rem 0.625rem;
    text-align: center;
    color: white;
    margin-bottom: 2rem;
    min-height: 15rem;
}

.events-search__fields__state {
    width: 100%;
}

    .events-search__fields__state .link__btn {
        margin-top: .5rem;
    }

    .events-search__fields__state h1,
    .events-search__fields__state h5 {
        color: white;
    }

    .events-search__fields__state h5 {
        padding: .125rem 0;
    }

    .events-search__fields__state select {
        -moz-min-width: 15rem;
        -ms-min-width: 15rem;
        -o-min-width: 15rem;
        -webkit-min-width: 15rem;
        min-width: 15rem;
        max-width: 25rem;
        margin-top: 1rem;
    }

.events-results.content-gray {
    margin-bottom: 2rem;
}

/* UNSELECTED == SELECTED, ELEVATE DID THE FILTERING BACKWARDS :) */
@media (min-width: 47.9275em) {
    .enrollment .events-search__filter__category__icon,
    .info .events-search__filter__category__icon,
    .parent .events-search__filter__category__icon,
    .online .events-search__filter__category__icon,
    .social .events-search__filter__category__icon,
    .booth .events-search__filter__category__icon,
    .conservatory .events-search__filter__category__icon {
        -ms-opacity: .2;
        opacity: .2;
    }
}

.unselected .events-search__filter__category {
    border-color: #c6c6c6;
}

.unselected .events-search__filter__category__icon {
    -ms-opacity: 1;
    opacity: 1;
}

@media (max-width: 47.9275em) {
    .enrollment .events-search__filter__category__icon,
    .info .events-search__filter__category__icon,
    .parent .events-search__filter__category__icon,
    .online .events-search__filter__category__icon,
    .social .events-search__filter__category__icon,
    .booth .events-search__filter__category__icon,
    .conservatory .events-search__filter__category__icon {
        -ms-opacity: 1;
        opacity: 1;
        background: #c6c6c6;
    }

    .enrollment .events-search__filter__category,
    .info .events-search__filter__category,
    .parent .events-search__filter__category,
    .online .events-search__filter__category,
    .social .events-search__filter__category,
    .booth .events-search__filter__category,
    .conservatory .events-search__filter__category {
        border-color: #c6c6c6;
    }

    .enrollment.unselected .events-search__filter__category {
        border-color: #e2a811;
    }

    .enrollment.unselected .events-search__filter__category__icon {
        background: #e2a811;
    }

    .info.unselected .events-search__filter__category {
        border-color: #a2bf4c;
    }

    .info.unselected .events-search__filter__category__icon {
        background: #a2bf4c;
    }

    .parent.unselected .events-search__filter__category {
        border-color: #009ada;
    }

    .parent.unselected .events-search__filter__category__icon {
        background: #009ada;
    }

    .online.unselected .events-search__filter__category {
        border-color: #ca006c;
    }

    .online.unselected .events-search__filter__category__icon {
        background: #ca006c;
    }

    .social.unselected .events-search__filter__category {
        border-color: #2cafa4;
    }

    .social.unselected .events-search__filter__category__icon {
        background: #2cafa4;
    }

    .booth.unselected .events-search__filter__category {
        border-color: #00467f;
    }

    .booth.unselected .events-search__filter__category__icon {
        background: #00467f;
    }

    .conservatory.unselected .events-search__filter__category {
        border-color: #706c6c;
    }

    .conservatory.unselected .events-search__filter__category__icon {
        background: #706c6c;
    }
}

/***** Setting min-height for Hero Video to prevent content from jumping up on the page ******/

@media (min-width: 47.9275em) {
    .DnnModule.DnnModule-HeroVideo {
        height: 14rem !important;
    }
}

@media (min-width: 850px) {
    .DnnModule.DnnModule-HeroVideo {
        height: 16rem !important;
    }
}

@media (min-width: 900px) {
    .DnnModule.DnnModule-HeroVideo {
        height: 18rem !important;
    }
}

@media (min-width: 1000px) {
    .DnnModule.DnnModule-HeroVideo {
        height: 21rem !important;
    }
}

@media (min-width: 1100px) {
    .DnnModule.DnnModule-HeroVideo {
        height: 24rem !important;
    }
}

@media (min-width: 1200px) {
    .DnnModule.DnnModule-HeroVideo {
        height: 28rem !important;
    }
}

@media (max-width: 47.9275em) {
    .DnnModule.DnnModule-HeroVideo {
        height: 25rem !important;
    }
}

#moduleHeroVideoWrapper .home-video__video {
    min-height: 30rem;
}

/***** Find By Zip Sidebar module needs to override DNN style *****/
.sidebar .DnnModule.DnnModule-FindByZip {
    height: inherit !important;
}

.sidebar__find-school #zip {
    width: 66%;
}

/***** Modules have too small heights auto-set by DNN, need to override *****/

.content {
    min-height: inherit;
    height: inherit !important;
}

    .content .DnnModule.DnnModule-BizModules-UltraPhotoGallery {
        height: inherit !important;
    }

    .content .DnnModule.DnnModule-DNN_HTML {
        min-height: inherit;
    }

/**** Blog link *****/
.social__col .social__blog {
    font-family: "Museo Sans W03_500";
}

    .social__col .social__blog:after {
        content: "\f0da";
        font-family: "FontAwesome";
        margin-left: 6px;
    }

/**** Footer social column styling*****/
.social__col p {
    margin-bottom: 0.875rem;
}

.social__col span {
    font-size: 12px;
    font-size: 0.75rem;
    font-family:   "Museo Sans W03_500";
}

.footer__col.school__footer {
    margin-right: 6.96078%;
}

.bottomFooterLinks a:first-of-type {
	border-right: none;
}

.bottomFooterLinks a:nth-of-type(2) {
	border-left: black solid thin;
}

footer a:visited {
color:black;
}

.headerContentPane {
    position: absolute;
    top: -0.75rem;
    right: 0rem;
    width: 30.3rem;
}