@charset "UTF-8";
.gc-12-related-carousel header:after,
.gc-18-news-carousel header:after,
.pc-01-carousel .carousel-caption .link-box .image .overlay:after,
.pc-04-box-image .image .image-overlay:after,
.pc-04-box-image .image .overlay:after,
.pc-11-social-trending-box:after,
aside.gc-07-action-cta .image .image-overlay:after {
    clear: both
}

aside.gc-04-generic-carousel {
    margin: 17px 0
}

aside.gc-04-generic-carousel:first-child {
    margin-top: 0
}

aside.gc-04-generic-carousel figure img {
    min-width: 100%
}

aside.gc-04-generic-carousel figure figcaption {
    padding: 10px;
    background-color: #eee;
    font-size: .8em
}

aside.gc-04-generic-carousel .overlay {
    height: 100%
}

aside.gc-04-generic-carousel .carousel-control {
    background-image: none;
    bottom: auto;
    top: 48%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    color: #d12e89;
    background-color: #fcfcfc;
    border: none;
    text-shadow: none;
    vertical-align: middle;
    font-size: 20px;
    height: 35px;
    width: 35px;
    line-height: 35px
}

@media (min-width:480px) {
    aside.gc-04-generic-carousel .carousel-control {
        font-size: 25px;
        height: 45px;
        width: 45px;
        line-height: 45px
    }
}

@media (min-width:768px) {
    aside.gc-04-generic-carousel .carousel-control {
        font-size: 30px;
        height: 60px;
        width: 60px;
        line-height: 60px
    }
}

aside.gc-04-generic-carousel .carousel-control.playing {
    opacity: .25
}

aside.gc-04-generic-carousel .carousel-control:hover {
    opacity: .75
}

.link-list,
aside.gc-05-link-list {
    margin: 17px 0
}

.link-list ul,
aside.gc-05-link-list ul {
    list-style-type: none;
    padding: 0
}

@media (max-width:767px) {
    .link-list ul:first-of-type,
    aside.gc-05-link-list ul:first-of-type {
        padding-left: 0!important
    }
}

.link-list ul li,
aside.gc-05-link-list ul li {
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 200;
    font-size: 18px;
    color: #d12e89;
    padding-left: 1.5em
}

@media (max-width:768px) {
    .link-list ul li,
    aside.gc-05-link-list ul li {
        padding-left: 27px
    }
}

.link-list ul li a,
aside.gc-05-link-list ul li a {
    font-size: 24px;
    color: #000;
    line-height: 1em;
    position: relative
}

.link-list ul li a:before,
aside.gc-05-link-list ul li a:before {
    color: #d12e89;
    content: "\f138";
    font-family: FontAwesome;
    display: inline-block;
    padding: 0 2px;
    position: absolute;
    margin-left: -1.2em;
    -webkit-transition: all .2s;
    transition: all .2s;
    width: 100%
}

@media (max-width:767px) {
    .link-list ul li a:before,
    aside.gc-05-link-list ul li a:before {
        top: 1px
    }
}

@media (min-width:1200px) {
    .no-touch .link-list ul li a:hover,
    .no-touch aside.gc-05-link-list ul li a:hover {
        margin-left: -28px;
        -webkit-transition: margin-left .2s;
        transition: margin-left .2s
    }
    .no-touch .link-list ul li a:hover:before,
    .no-touch aside.gc-05-link-list ul li a:hover:before {
        -webkit-transform: translateX(100%)translateX(1.3em);
        -ms-transform: translateX(100%)translateX(1.3em);
        transform: translateX(100%)translateX(1.3em)
    }
}

@media all and (min-width:1200px)and (-ms-high-contrast:none),
(min-width:1200px)and (-ms-high-contrast:active) {
    .no-touch .link-list ul li a:hover:before,
    .no-touch aside.gc-05-link-list ul li a:hover:before {
        -webkit-transform: translateX(100%)translateX(2.5em);
        -ms-transform: translateX(100%)translateX(2.5em);
        transform: translateX(100%)translateX(2.5em)
    }
}

.link-list ul li a:hover,
aside.gc-05-link-list ul li a:hover {
    color: #666
}

aside.gc-06-message {
    padding: 20px;
    background: -webkit-linear-gradient(left, #2c2c2c 0, #4d4d4d 100%);
    background: linear-gradient(to right, #2c2c2c 0, #4d4d4d 100%);
    color: #fff;
    margin: 17px 0
}

aside.gc-06-message:first-child {
    margin-top: 0
}

aside.gc-06-message:not(:first-child) {
    margin-top: -17px
}

aside.gc-06-message.light {
    background: #fff;
    border: 1px solid #cecece;
    color: #000
}

aside.gc-06-message.large {
    font-size: 1.6rem;
    padding: 15px
}

@media (min-width:768px) {
    aside.gc-06-message {
        padding: 30px
    }
}

aside.gc-06-message h2 {
    margin-top: 0;
    margin-bottom: 10px
}

.no-touch aside.gc-06-message .simple-links li a:hover {
    margin-left: 0;
    -webkit-transition: margin-left .2s;
    transition: margin-left .2s
}

.no-touch aside.gc-06-message .simple-links li a:hover:before {
    left: 25px;
    top: -5px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    width: 100%
}

aside.gc-06-message .simple-links {
    padding: 0;
    line-height: 2em;
    overflow: hidden
}

aside.gc-06-message .simple-links li {
    color: #069;
    display: block;
    font-weight: 700;
    margin-right: 1.2em;
    width: 190px
}

aside.gc-06-message .simple-links li a {
    margin-left: 20px;
    position: relative
}

aside.gc-06-message .simple-links li a:before {
    content: "\f138";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    margin-left: -20px;
    top: -6px;
    left: 0;
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
    width: 1.2em;
    text-indent: .1em
}

html:not(.touch) aside.gc-07-action-cta:focus .image .image-overlay,
html:not(.touch) aside.gc-07-action-cta:hover .image .image-overlay {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

html:not(.touch) aside.gc-07-action-cta:focus .image .image-overlay.show-text,
html:not(.touch) aside.gc-07-action-cta:hover .image .image-overlay.show-text {
    background-position: 100% 0
}

aside.gc-07-action-cta {
    position: relative;
    margin: 17px 0;
    overflow: hidden
}

aside.gc-07-action-cta:first-child {
    margin-top: 0
}

aside.gc-07-action-cta .image {
    display: block;
    overflow: hidden;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #7dd2f1;
    color: #fff;
    text-align: center
}

aside.gc-07-action-cta .image picture img,
aside.gc-07-action-cta .image>img {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

aside.gc-07-action-cta .image.gradient {
    background: #6cb3ce;
    background: -webkit-linear-gradient(315deg, #6cb3ce 0, #92d9f4 100%);
    background: linear-gradient(135deg, #6cb3ce 0, #92d9f4 100%)
}

aside.gc-07-action-cta .image .description,
aside.gc-07-action-cta .image .subtitle,
aside.gc-07-action-cta .image .title {
    line-height: 1em;
    margin: auto auto .5rem
}

aside.gc-07-action-cta .image .title {
    font-size: 3.5rem;
    font-weight: 100
}

@media (min-width:768px) {
    aside.gc-07-action-cta .image .title {
        font-size: 4.5rem
    }
}

@media (min-width:768px)and (max-width:1199px) {
    aside.gc-07-action-cta .image .title {
        font-size: 3.5rem
    }
}

aside.gc-07-action-cta .image .subtitle {
    font-size: 3rem;
    font-weight: 500
}

@media (min-width:768px) {
    aside.gc-07-action-cta .image .subtitle {
        font-size: 4rem
    }
}

@media (min-width:768px)and (max-width:1199px) {
    aside.gc-07-action-cta .image .subtitle {
        font-size: 3rem
    }
}

aside.gc-07-action-cta .image .description {
    margin: 0 30px 9rem;
    font-size: 1.1em
}

aside.gc-07-action-cta .image>div.icon {
    margin-top: 10px!important
}

aside.gc-07-action-cta .image>div:first-of-type:not(.image-overlay) {
    margin-top: 30px
}

aside.gc-07-action-cta .image .image-overlay {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    font-family: "Mount Sinai Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 300;
    padding: 16.67% 1.5em;
    background: rgba(0, 0, 0, .75);
    -webkit-transform: translate(-101%, -50%);
    -ms-transform: translate(-101%, -50%);
    transform: translate(-101%, -50%);
    -webkit-transition: -webkit-transform .2s linear;
    transition: transform .2s linear
}

aside.gc-07-action-cta .image .image-overlay:after,
aside.gc-07-action-cta .image .image-overlay:before {
    content: " ";
    display: table
}

aside.gc-07-action-cta .image .image-overlay.show-text {
    background: 200% 0 no-repeat;
    background: -webkit-linear-gradient(#1e1f21, #1e1f21)200% 0/200% 100% no-repeat;
    background-image: linear-gradient(#1e1f21, #1e1f21);
    -webkit-transition-property: background-position;
    transition-property: background-position;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

aside.gc-07-action-cta .image .image-overlay h3 {
    font-family: "Neue Helvetica W01";
    font-weight: 100;
    font-size: 3em;
    margin-bottom: .5em
}

aside.gc-07-action-cta.txt-large a span {
    padding-left: 20px;
    font-size: 1.57143em;
    text-align: left
}

aside.gc-07-action-cta.cta-black .image {
    background-color: #1e1f21
}

aside.gc-07-action-cta.cta-black a {
    background-color: rgba(0, 0, 0, .5)
}

aside.gc-07-action-cta.cta-gray .image {
    background-color: #ccc
}

aside.gc-07-action-cta.cta-gray a {
    background-color: rgba(126, 126, 126, .5)
}

aside.gc-07-action-cta.cta-gray i {
    background-color: #333
}

aside.gc-07-action-cta.blue i {
    background-color: #23abe1
}

aside.gc-07-action-cta.blue a:hover i {
    background-color: #50bce7
}

aside.gc-07-action-cta a {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 70px;
    vertical-align: middle;
    height: 70px;
    color: #fff
}

aside.gc-07-action-cta a:hover i {
    background-color: #36383c
}

aside.gc-07-action-cta a i {
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    vertical-align: middle;
    text-align: center;
    font-family: FontAwesome;
    float: right;
    background-color: #000;
    color: #fff;
    font-size: 30px;
    font-style: normal
}

aside.gc-08-events-list #lw .lw .lwl a,
aside.gc-08-events-list #lw .lw .lwl a:before,
aside.gc-08-events-list #lw .lw .lwn span.lwn0 {
    font-family: "Mount Sinai Sans", "Helvetica Neue", Helvetica, Arial, sans-serif, "Glyphicons Halflings"
}

aside.gc-07-action-cta a i:before {
    content: ""
}

aside.gc-07-action-cta a span {
    display: block;
    text-align: right;
    padding-right: 100px;
    font-weight: 500
}

aside.gc-08-events-list {
    padding: 15px;
    background-color: #eee;
    margin: 17px 0
}

aside.gc-08-events-list:first-child {
    margin-top: 0
}

aside.gc-08-events-list h2 {
    margin-top: 0;
    margin-bottom: 10px
}

aside.gc-08-events-list>a {
    float: right
}

aside.gc-08-events-list #lw {
    position: relative;
    font-size: 20px;
    line-height: 10em;
    background-color: transparent
}

aside.gc-08-events-list #lw .lw {
    text-align: left;
    font-size: initial;
    background-color: transparent;
    line-height: 1em
}

aside.gc-08-events-list #lw .lw ul#lwe {
    padding-left: 0
}

aside.gc-08-events-list #lw .lw li.lwe {
    position: relative;
    border-bottom: none!important;
    margin-bottom: 15px;
    background-color: #fff;
    padding: 20px 20px 45px;
    cursor: pointer
}

aside.gc-08-events-list #lw .lw li.lwe:last-child {
    margin-bottom: 0
}

aside.gc-08-events-list #lw .lw li.lwe:hover {
    background-color: #1ab2ea;
    color: #fff
}

aside.gc-08-events-list #lw .lw li.lwe:hover .lwl a,
aside.gc-08-events-list #lw .lw li.lwe:hover .lwn,
aside.gc-08-events-list #lw .lw li.lwe:hover .lwn a,
aside.gc-08-events-list #lw .lw li.lwe:hover .lwn0 {
    color: #fff
}

aside.gc-08-events-list #lw .lw .lwn a {
    color: #333
}

aside.gc-08-events-list #lw .lw .lwn {
    color: #201f71;
    display: inline-block;
    width: 100%
}

aside.gc-08-events-list #lw .lw .lwl a:hover {
    color: #5e5da9
}

aside.gc-08-events-list #lw .lw span.lwl0 {
    display: none
}

aside.gc-08-events-list #lw .lw .lwl a:before {
    display: inline-block;
    content: "\e062";
    position: absolute;
    left: 0
}

aside.gc-08-events-list #lw .lw span.lwn0:before {
    content: "\e109";
    position: absolute;
    left: 0
}

aside.gc-08-events-list #lw .lw .lwl a {
    position: relative
}

aside.gc-08-events-list #lw .lw .lwl a,
aside.gc-08-events-list #lw .lw .lwn span.lwn0 {
    color: #201f71;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 17px;
    display: inline-block
}

aside.gc-08-events-list #lw .lw .lwd,
aside.gc-08-events-list #lw .lw span.lwi0 {
    display: none
}

aside.gc-08-events-list #lw .lw .lwl {
    margin-top: 5px;
    margin-bottom: 0
}

aside.gc-08-events-list #lw .lw span.lwn0 {
    position: absolute;
    bottom: 20px;
    font-weight: 700
}

.pc-02-breadcrumbs .container {
    position: relative;
    height: 100%
}

section.gc-10-program-listing {
    margin: 17px 0
}

section.gc-10-program-listing>.panel {
    background-color: #E0F2FC;
    border: none;
    box-shadow: none
}

section.gc-10-program-listing>.panel.active {
    background-color: #fff;
    border: 1px solid #C5E9F5
}

section.gc-10-program-listing>.panel.active .panel-heading i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

section.gc-10-program-listing .panel-heading {
    background-color: transparent;
    padding: 1em 1em 1em 0
}

section.gc-10-program-listing .panel-heading a i {
    background-color: #1AB2EA;
    border-radius: 50%;
    color: #FFF;
    padding: 11px 15px;
    width: 43px;
    text-align: center
}

section.gc-10-program-listing .panel-heading a h3 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #069;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 2.75em;
    min-height: 2em
}

@media (max-width:480px) {
    section.gc-10-program-listing .panel-heading a h3 {
        line-height: 1.25em;
    }
}

section.gc-10-program-listing .panel-heading i {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 21px;
    float: left;
    margin: 0 1.3em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: 100ms ease-in-out;
    transition: 100ms ease-in-out;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%
}

section.gc-10-program-listing .panel-heading i:before {
    content: "\f106";
    position: relative;
    top: -2px
}

@media (max-width:480px) {
    section.gc-10-program-listing .panel-heading i {
        padding: 6px 10px!important;
        width: 32px!important;
        margin: 0 .5em
    }
}

section.gc-10-program-listing .panel-heading h3 {
    height: 2.5em;
    line-height: 2.5em
}

section.gc-10-program-listing .panel-body {
    border-top: none!important
}

@media (min-width:481px)and (max-width:991px) {
    section.gc-10-program-listing .panel-body {
        padding: 15px 15px 15px 30px
    }
}

@media (min-width:992px) {
    section.gc-10-program-listing .panel-body {
        padding-left: 100px
    }
}

section.gc-10-program-listing .panel-body img {
    margin-bottom: 1em;
    max-width: 100%
}

section.gc-10-program-listing .panel-body .simple-links {
    padding: 0;
    line-height: 2em;
    overflow: hidden
}

section.gc-10-program-listing .panel-body .simple-links li {
    color: #069;
    display: inline;
    float: left;
    font-weight: 700;
    margin-right: 1.2em;
    width: 190px
}

section.gc-10-program-listing .panel-body .simple-links li a {
    margin-left: 20px;
    position: relative
}

section.gc-10-program-listing .panel-body .simple-links li a:before {
    content: "\f138";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    margin-left: -20px;
    top: -6px;
    left: 0;
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
    width: 1.2em;
    text-indent: .1em
}

.no-touch section.gc-10-program-listing .panel-body .simple-links li a:hover {
    margin-left: 0;
    -webkit-transition: margin-left .2s;
    transition: margin-left .2s
}

.no-touch section.gc-10-program-listing .panel-body .simple-links li a:hover:before {
    left: 25px;
    top: -5px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    width: 100%
}

.gc-11-video-carousel,
.gc-12-related-carousel,
.gc-18-news-carousel,
.gc-25-summary-carousel {
    padding: 10px 46px 50px;
    background: #eee;
    margin: 17px 0
}

@media (max-width:767px) {
    .gc-11-video-carousel:first-child,
    .gc-12-related-carousel:first-child,
    .gc-18-news-carousel:first-child,
    .gc-25-summary-carousel:first-child {
        margin-top: 0
    }
}

.gc-11-video-carousel>a,
.gc-12-related-carousel>a,
.gc-18-news-carousel>a,
.gc-25-summary-carousel>a {
    float: right;
    margin-top: 25px
}

.gc-11-video-carousel h1,
.gc-12-related-carousel h1,
.gc-18-news-carousel h1,
.gc-25-summary-carousel h1 {
    font-size: 24px;
    margin-left: 9px
}

.gc-11-video-carousel a.image,
.gc-12-related-carousel a.image,
.gc-18-news-carousel a.image,
.gc-25-summary-carousel a.image {
    display: block;
    position: relative
}

.gc-11-video-carousel a.image img,
.gc-12-related-carousel a.image img,
.gc-18-news-carousel a.image img,
.gc-25-summary-carousel a.image img {
    display: block;
    width: 100%
}

.gc-11-video-carousel .item,
.gc-12-related-carousel .item,
.gc-18-news-carousel .item,
.gc-25-summary-carousel .item {
    margin: 0 10px
}

.gc-11-video-carousel .owl-next,
.gc-11-video-carousel .owl-prev,
.gc-12-related-carousel .owl-next,
.gc-12-related-carousel .owl-prev,
.gc-18-news-carousel .owl-next,
.gc-18-news-carousel .owl-prev,
.gc-25-summary-carousel .owl-next,
.gc-25-summary-carousel .owl-prev {
    padding: 5px 17px;
    position: absolute;
    top: 25%
}

.gc-11-video-carousel .owl-next:hover,
.gc-11-video-carousel .owl-prev:hover,
.gc-12-related-carousel .owl-next:hover,
.gc-12-related-carousel .owl-prev:hover,
.gc-18-news-carousel .owl-next:hover,
.gc-18-news-carousel .owl-prev:hover,
.gc-25-summary-carousel .owl-next:hover,
.gc-25-summary-carousel .owl-prev:hover {
    background: #fff
}

.gc-11-video-carousel .owl-next:before,
.gc-11-video-carousel .owl-prev:before,
.gc-12-related-carousel .owl-next:before,
.gc-12-related-carousel .owl-prev:before,
.gc-18-news-carousel .owl-next:before,
.gc-18-news-carousel .owl-prev:before,
.gc-25-summary-carousel .owl-next:before,
.gc-25-summary-carousel .owl-prev:before {
    font-family: FontAwesome;
    display: block;
    color: #369;
    font-size: 36px;
    line-height: 36px
}

.gc-11-video-carousel .owl-prev,
.gc-12-related-carousel .owl-prev,
.gc-18-news-carousel .owl-prev,
.gc-25-summary-carousel .owl-prev {
    left: -46px
}

.gc-11-video-carousel .owl-prev:before,
.gc-12-related-carousel .owl-prev:before,
.gc-18-news-carousel .owl-prev:before,
.gc-25-summary-carousel .owl-prev:before {
    content: "\f104"
}

.gc-11-video-carousel .owl-next,
.gc-12-related-carousel .owl-next,
.gc-18-news-carousel .owl-next,
.gc-25-summary-carousel .owl-next {
    right: -46px;
    text-align: right
}

.gc-11-video-carousel .owl-next:before,
.gc-12-related-carousel .owl-next:before,
.gc-18-news-carousel .owl-next:before,
.gc-25-summary-carousel .owl-next:before {
    content: "\f105"
}

.gc-11-video-carousel .owl-nav,
.gc-12-related-carousel .owl-nav,
.gc-18-news-carousel .owl-nav,
.gc-25-summary-carousel .owl-nav {
    display: none
}

@media (min-width:768px) {
    .gc-11-video-carousel .owl-nav,
    .gc-12-related-carousel .owl-nav,
    .gc-18-news-carousel .owl-nav,
    .gc-25-summary-carousel .owl-nav {
        display: block
    }
}

.gc-11-video-carousel .owl-dots,
.gc-12-related-carousel .owl-dots,
.gc-18-news-carousel .owl-dots,
.gc-25-summary-carousel .owl-dots {
    display: block;
    position: absolute;
    bottom: -40px;
    width: 100%;
    text-align: center
}

.gc-11-video-carousel .owl-dots .owl-dot,
.gc-11-video-carousel .owl-dots>li,
.gc-12-related-carousel .owl-dots .owl-dot,
.gc-12-related-carousel .owl-dots>li,
.gc-18-news-carousel .owl-dots .owl-dot,
.gc-18-news-carousel .owl-dots>li,
.gc-25-summary-carousel .owl-dots .owl-dot,
.gc-25-summary-carousel .owl-dots>li {
    display: inline-block;
    zoom: 1;
    background: #fcfcfc;
    width: 10px;
    height: 10px;
    margin: 5px;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    border-radius: 30px
}

.gc-11-video-carousel .owl-dots .owl-dot.active,
.gc-11-video-carousel .owl-dots>li.active,
.gc-12-related-carousel .owl-dots .owl-dot.active,
.gc-12-related-carousel .owl-dots>li.active,
.gc-18-news-carousel .owl-dots .owl-dot.active,
.gc-18-news-carousel .owl-dots>li.active,
.gc-25-summary-carousel .owl-dots .owl-dot.active,
.gc-25-summary-carousel .owl-dots>li.active {
    background: #d12e89
}

.filtered-list.videos .arrow-box,
.gc-11-video-carousel .arrow-box,
.gc-12-related-carousel .arrow-box,
.gc-18-news-carousel .arrow-box {
    height: 45%;
    width: 25%;
    text-align: center;
    background: #000;
    position: absolute;
    right: 0;
    bottom: 0;
    min-height: 45%
}

.filtered-list.videos .arrow-box .icon,
.gc-11-video-carousel .arrow-box .icon,
.gc-12-related-carousel .arrow-box .icon,
.gc-18-news-carousel .arrow-box .icon {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2.5rem
}

@media (min-width:768px) {
    .gc-11-video-carousel .owl-dots,
    .gc-12-related-carousel .owl-dots,
    .gc-18-news-carousel .owl-dots,
    .gc-25-summary-carousel .owl-dots {
        display: none!important
    }
    .filtered-list.videos .arrow-box .icon,
    .gc-11-video-carousel .arrow-box .icon,
    .gc-12-related-carousel .arrow-box .icon,
    .gc-18-news-carousel .arrow-box .icon {
        font-size: inherit
    }
}

.filtered-list.videos .arrow-box .icon:before,
.gc-11-video-carousel .arrow-box .icon:before,
.gc-12-related-carousel .arrow-box .icon:before,
.gc-18-news-carousel .arrow-box .icon:before {
    font-family: FontAwesome;
    content: "\f144";
    display: block
}

.filtered-list.videos h2,
.gc-11-video-carousel h2,
.gc-12-related-carousel h2,
.gc-18-news-carousel h2 {
    font-size: 14px
}

.filtered-list.videos h2 a,
.gc-11-video-carousel h2 a,
.gc-12-related-carousel h2 a,
.gc-18-news-carousel h2 a {
    color: #000
}

@media (max-width:767px) {
    .gc-12-related-carousel,
    .gc-18-news-carousel {
        padding-bottom: 40px
    }
}

.gc-12-related-carousel a:hover,
.gc-18-news-carousel a:hover {
    color: #23abe1
}

.gc-12-related-carousel h2 a,
.gc-18-news-carousel h2 a {
    color: #069
}

.gc-12-related-carousel h2 a:hover,
.gc-18-news-carousel h2 a:hover {
    color: #23abe1
}

.gc-12-related-carousel .item,
.gc-18-news-carousel .item {
    padding-left: 20px;
    margin-left: 10px
}

.gc-12-related-carousel .item p,
.gc-18-news-carousel .item p {
    margin-bottom: 0
}

.gc-12-related-carousel .item:before,
.gc-18-news-carousel .item:before {
    padding: 1px;
    content: "\f138";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    left: 10px;
    color: #069
}

.gc-12-related-carousel header,
.gc-18-news-carousel header {
    padding: 10px 0 8px
}

.gc-12-related-carousel header:after,
.gc-12-related-carousel header:before,
.gc-18-news-carousel header:after,
.gc-18-news-carousel header:before {
    content: " ";
    display: table
}

.gc-12-related-carousel header.border-bottom,
.gc-18-news-carousel header.border-bottom {
    margin-bottom: 5px;
    padding: 25px 0 16px
}

.gc-12-related-carousel header h1,
.gc-18-news-carousel header h1 {
    margin: 0 0 0 9px;
    float: left;
    display: inline-block
}

.gc-12-related-carousel header a,
.gc-18-news-carousel header a {
    margin-top: 9px;
    float: right;
    font-size: 12px;
    font-weight: 700
}

.gc-12-related-carousel .owl-next,
.gc-12-related-carousel .owl-prev,
.gc-18-news-carousel .owl-next,
.gc-18-news-carousel .owl-prev {
    top: 50%;
    margin-top: -23px
}

.gc-12-related-carousel .fa,
.gc-12-related-carousel .fa:before,
.gc-18-news-carousel .fa,
.gc-18-news-carousel .fa:before {
    width: 16px;
    height: 16px;
    line-height: 16px;
    padding-left: 1px;
    position: absolute;
    top: 0;
    left: 5px;
    color: #069
}

.gc-12-related-carousel a,
.gc-18-news-carousel a {
    color: #069
}

.gc-12-related-carousel h2,
.gc-18-news-carousel h2 {
    font-size: 18px;
    margin: 0
}

.gc-12-related-carousel p,
.gc-18-news-carousel p {
    font-size: 14px
}

.touch .gc-12-related-carousel a:hover,
.touch .gc-12-related-carousel h2 a:hover,
.touch .gc-18-news-carousel a:hover,
.touch .gc-18-news-carousel h2 a:hover {
    color: #069
}

.gc-13-in-this-section {
    position: relative;
    background-color: #d12e89;
    padding: .5em 2em;
    margin: 17px 0
}

.gc-13-in-this-section .select-wrapper .btn.btn.dropdown-toggle {
    color: #000;
    height: 48px;
    border: none
}

.gc-13-in-this-section .select-wrapper .dropdown-menu {
    top: 45px;
    padding-left: 0
}

.gc-13-in-this-section .select-wrapper .dropdown-menu>li>a {
    padding: 3px 1em;
    margin-left: 0
}

.gc-13-in-this-section .select-wrapper.open .btn.btn.dropdown-toggle {
    border: 1px solid #ccc
}

.gc-13-in-this-section:first-child {
    margin-top: 0
}

@media (max-width:767px) {
    .gc-13-in-this-section {
        display: none
    }
}

.gc-13-in-this-section h2 {
    color: #FFF;
    font-size: 24px;
    margin-top: .5em
}

.gc-13-in-this-section select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #202020;
    display: block;
    font-weight: 700;
    height: 48px;
    padding: 15px;
    position: relative;
    width: 111%;
    cursor: pointer
}

.gc-13-in-this-section .select-wrapper {
    background-color: #fff;
    display: block;
    position: relative;
    max-width: 100%;
    width: 350px
}

.gc-13-in-this-section .select-wrapper:before {
    line-height: 48px;
    width: 48px
}

@media (max-width:767px) {
    .col-md-8 .gc-13-in-this-section {
        display: block;
        margin-bottom: -1px
    }
}

@media (min-width:1000px) {
    .col-sm-7 .gc-13-in-this-section .col-xs-12 {
        width: 50%
    }
    .col-sm-7 .gc-13-in-this-section .section-heading {
        top: .75em
    }
}

@media (max-width:768px) {
    #VideoModal .modal-dialog {
        width: auto
    }
}

@media (min-width:768px) {
    #VideoModal .modal-dialog {
        width: 80%
    }
}

.modal-header {
    border-bottom: none;
    padding: 10px 15px 20px
}

.modal .close {
    font-size: 30px
}

.gc-15-sidebar-box,
.sidebar-box {
    padding: 0 1em 1em;
    font-size: 1.25em
}

.modal .modal-body {
    padding-top: 25px;
    margin: 0 25px 20px;
    position: relative
}

@media (orientation:landscape)and (min-device-width:320px)and (max-device-width:500px) {
    .modal .modal-body {
        padding-bottom: 50.5%
    }
}

@media (orientation:landscape)and (min-device-width:481px)and (max-device-width:750px) {
    .modal .modal-body {
        padding-bottom: 43.5%
    }
}

.modal .modal-body iframe {
    top: 0;
    left: 0;
    width: 100%
}

.gc-15-sidebar-box {
    border: 1px solid #D1D1D1;
    margin: 17px 0
}

.gc-15-sidebar-box:first-child {
    margin-top: 0
}

.gc-15-sidebar-box a[href*="www.google.com/maps"],
.gc-15-sidebar-box a[href^=tel] {
    font-weight: 400
}

.sidebar-box {
    border: 1px solid #D1D1D1;
    margin: 17px 0
}

.sidebar-box:first-child {
    margin-top: 0
}

.sidebar-box a {
    font-weight: 700
}

.sidebar-box a[href*="www.google.com/maps"],
.sidebar-box a[href^=tel] {
    font-weight: 400
}

.sidebar-box h2 {
    margin-bottom: 1em
}

.gc-16-action-button {
    background: #33BCF0;
    display: block;
    margin: 1em 0;
    text-align: center
}

.gc-16-action-button p {
    color: #fff;
    padding: .5em
}

.gc-16-action-button .title {
    background: #00ABEB;
    font-size: 1.7em;
    font-weight: 700;
    margin-bottom: 0
}

.gc-16-action-button .description {
    font-size: 1.5em
}

.gc-16-action-button:hover {
    background: #0e8aba
}

.gc-16-action-button:hover .title {
    background: #00688f
}

#gc-17-sidebar-nav {
    margin: 17px 0
}

#gc-17-sidebar-nav:first-child {
    margin-top: 0
}

#gc-17-sidebar-nav .expandable.active {
    color: #fff!important
}

#gc-17-sidebar-nav .body {
    overflow-y: hidden;
    max-height: 500px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(0, 1, .5, 1);
    transition-timing-function: cubic-bezier(0, 1, .5, 1)
}

@media (max-width:767px) {
    #gc-17-sidebar-nav.closed .body {
        max-height: 0
    }
}

#gc-17-sidebar-nav.closed i:before {
    content: ""
}

#gc-17-sidebar-nav .control {
    background: #0099CB;
    color: #fff;
    margin: 0 0 .5em;
    padding: .5em 1em;
    text-align: left
}

@media (min-width:768px) {
    #gc-17-sidebar-nav .control {
        display: none
    }
}

#gc-17-sidebar-nav .control .text {
    font-size: 1.5em;
    font-weight: 700
}

#gc-17-sidebar-nav .control span {
    float: left
}

#gc-17-sidebar-nav .control i {
    cursor: pointer;
    float: right;
    text-align: right
}

.gc-20-tab-list.accomplishment .data,
.gc-20-tab-list.accomplishment .image,
.gc-20-tab-list.location .data,
.gc-20-tab-list.programs .data,
.gc-20-tab-list.programs .image {
    padding-left: 15px;
    padding-right: 15px;
    float: left
}

#gc-17-sidebar-nav .body {
    background: #0099CB;
    font-size: 1.25em
}

#gc-17-sidebar-nav hr {
    border-top: 2px solid #4BBBE0;
    margin: 1em 1em .5em
}

#gc-17-sidebar-nav h2 {
    font-size: 24px;
    margin: 1em
}

#gc-17-sidebar-nav a,
#gc-17-sidebar-nav h2,
#gc-17-sidebar-nav i {
    color: #fff
}

#gc-17-sidebar-nav li {
    position: relative
}

#gc-17-sidebar-nav li a {
    display: inline-block;
    padding: .75em 1em .75em 2.7em;
    width: 100%
}

#gc-17-sidebar-nav li a.active,
#gc-17-sidebar-nav li a:hover {
    background: #006599;
    color: #fff!important
}

#gc-17-sidebar-nav li.child .expandable {
    cursor: pointer;
    height: 50px;
    left: 0;
    position: absolute;
    top: 0;
    width: 43px
}

#gc-17-sidebar-nav li.child .expandable:before {
    position: relative;
    left: 25px;
    top: 13px;
    content: "";
    cursor: pointer;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    margin-right: .25em;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out
}

.gc-18-news-carousel .item:before,
.gc-20-tab-list.accomplishment .detail,
.gc-20-tab-list.accomplishment .locale,
.gc-20-tab-list.location .date,
.gc-20-tab-list.location .detail,
.gc-20-tab-list.location .image,
.gc-20-tab-list.programs .date,
.gc-20-tab-list.programs .locale,
.gc-20-tab-list.programs .tags {
    display: none
}

#gc-17-sidebar-nav li.child ul {
    overflow-y: hidden;
    max-height: 500px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(.5, 1, .5, 1);
    transition-timing-function: cubic-bezier(.5, 1, .5, 1)
}

#gc-17-sidebar-nav li.child li a {
    padding: .25em 1em .25em 2.5em
}

#gc-17-sidebar-nav li.child li a:before {
    content: "•";
    margin-right: .25em
}

#gc-17-sidebar-nav li.child a {
    margin-left: 0
}

#gc-17-sidebar-nav li.child.open {
    background: #E0F2FC;
    color: #000
}

#gc-17-sidebar-nav li.child.open a,
#gc-17-sidebar-nav li.child.open i {
    color: #000
}

#gc-17-sidebar-nav li.child.open.active i {
    color: #fff
}

#gc-17-sidebar-nav li.child.open .expandable:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

#gc-17-sidebar-nav li.child.closed ul {
    max-height: 0
}

#gc-17-sidebar-nav ul {
    font-weight: 700;
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0
}

#gc-17-sidebar-nav ul ul {
    background: #E0F2FC
}

#gc-17-sidebar-nav ul ul a,
#gc-17-sidebar-nav ul ul li {
    color: #000
}

.gc-18-news-carousel .item {
    padding-left: 9px;
    margin: 0
}

.gc-18-news-carousel .item .date {
    color: #333;
    font-size: 14px;
    font-weight: 700
}

.gc-18-news-carousel .item h2>a {
    color: #069;
    font-size: 24px;
    font-weight: 400
}

.gc-18-news-carousel .item h2>a:hover {
    color: #23abe1
}

.touch .gc-18-news-carousel a:hover,
.touch .gc-18-news-carousel h2 a:hover {
    color: #069
}

.gc-20-tab-list.accomplishment .filtered-list,
.gc-20-tab-list.programs .filtered-list {
    border-top: 1px solid #eee;
    margin-top: .5em;
    padding-top: 1.5em
}

.gc-20-tab-list.accomplishment .image {
    width: 41.66667%;
    position: relative;
    min-height: 1px
}

@media (min-width:768px) {
    .gc-20-tab-list.accomplishment .image {
        float: left;
        width: 41.66667%
    }
}

@media (min-width:992px) {
    .gc-20-tab-list.accomplishment .image {
        float: left;
        width: 25%
    }
}

.gc-20-tab-list.accomplishment .data {
    width: 100%;
    position: relative;
    min-height: 1px
}

@media (min-width:768px) {
    .gc-20-tab-list.accomplishment .data {
        float: left;
        width: 58.33333%
    }
}

@media (min-width:992px) {
    .gc-20-tab-list.accomplishment .data {
        float: left;
        width: 75%
    }
}

.gc-20-tab-list.programs .image {
    width: 33.33333%;
    position: relative;
    min-height: 1px
}

@media (min-width:768px) {
    .gc-20-tab-list.programs .image {
        float: left;
        width: 33.33333%
    }
}

@media (min-width:992px) {
    .gc-20-tab-list.programs .image {
        float: left;
        width: 16.66667%
    }
}

.gc-20-tab-list.programs .data {
    width: 66.66667%;
    position: relative;
    min-height: 1px
}

@media (min-width:768px) {
    .gc-20-tab-list.programs .data {
        float: left;
        width: 66.66667%
    }
}

@media (min-width:992px) {
    .gc-20-tab-list.programs .data {
        float: left;
        width: 83.33333%
    }
}

.gc-20-tab-list.location .data {
    position: relative;
    width: 100%;
    min-height: 1px
}

.gc-20-tab-list.award .item h3 {
    font-size: 1.5em
}

.gc-20-tab-list .location h3 {
    font-weight: 400
}

.gc-20-tab-list .item {
    border-bottom: 1px solid #eee;
    margin-bottom: 1.5em;
    padding-bottom: 1.5em
}

.gc-20-tab-list .item .date {
    font-size: 1.28571em;
    font-weight: 700
}

.gc-20-tab-list .item .location {
    margin: .5em 0;
    font-size: .9em;
    font-weight: 700
}

@media (min-width:768px) {
    .gc-20-tab-list .item .location:after {
        content: " | "
    }
}

@media (max-width:767px) {
    .gc-20-tab-list.accomplishment .image {
        display: none
    }
    .gc-20-tab-list .item .location {
        display: block;
        margin-bottom: 0
    }
}

.gc-20-tab-list .item .city {
    margin: .5em 0;
    font-size: .9em;
    font-weight: 700
}

.gc-20-tab-list .item img {
    width: 100%
}

.gc-20-tab-list .item h3 {
    font-size: 1.28571em;
    margin-bottom: .25em;
    margin-top: 0
}

.gc-20-tab-list .item small+p {
    margin-top: .5em
}

.gc-20-tab-list .filtered-list-control {
    text-align: center
}

.gc-19-filter-by .form-control {
    color: inherit
}

.gc-19-filter-by .filtered-list.videos {
    padding: 0 31px 28px;
    background: #eee;
    margin-top: -21px;
    border: none
}

.gc-19-filter-by .filtered-list.videos h1 {
    font-size: 24px
}

.gc-19-filter-by .filtered-list.videos .item {
    margin-bottom: 20px
}

.gc-19-filter-by .filtered-list.videos .item>a {
    display: block;
    position: relative
}

.gc-19-filter-by .filtered-list.videos .item img {
    width: 100%
}

.gc-19-filter-by .filtered-list.videos .item h2 {
    font-size: 14px;
    margin-top: 5px
}

.gc-19-filter-by .filtered-list.videos .item h2 a {
    color: #000
}

.gc-19-filter-by .filtered-list.videos .item .details-links {
    font-size: 12px
}

.gc-19-filter-by .filtered-list.videos .item .details-links a {
    font-size: inherit;
    font-weight: 700
}

@media (max-width:479px) {
    .gc-19-filter-by .filtered-list.videos .item {
        width: 100%
    }
}

.gc-19-filter-by .search-container {
    width: 100%;
    height: 78px;
    padding: 19px 5px 0;
    background: #eee;
    margin-bottom: 15px
}

@media (max-width:767px) {
    .gc-20-tab-list .item .city {
        margin-left: 12px
    }
    .gc-19-filter-by .search-container {
        height: 100px
    }
}

.gc-19-filter-by .search-container label {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-left: -5px
}

@media (max-width:767px) {
    .gc-19-filter-by .search-container label {
        height: auto;
        line-height: 1
    }
}

.gc-19-filter-by .search-container .input-group span {
    width: 100%;
    float: right
}

.gc-19-filter-by .search-container .input-group-btn .btn {
    height: 40px;
    width: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    background-color: #999;
    margin: 0
}

.gc-19-filter-by .search-container .input-group-btn .btn:hover {
    background-color: #c3c3c3;
    margin: 0
}

.gc-19-filter-by .search-container .input-group-btn .btn-default.active,
.gc-19-filter-by .search-container .input-group-btn .btn-default.focus,
.gc-19-filter-by .search-container .input-group-btn .btn-default:active,
.gc-19-filter-by .search-container .input-group-btn .btn-default:focus,
.gc-19-filter-by .search-container .input-group-btn .btn-default:hover,
.gc-19-filter-by .search-container .input-group-btn .open>.btn-default.dropdown-toggle {
    outline: 0;
    border: 0;
    box-shadow: none
}

.gc-19-filter-by .search-container .input-group-addon {
    color: #fff;
    background: #ccc;
    border: 1px solid #ccc;
    cursor: pointer
}

.gc-19-filter-by .search-container .form-control,
.gc-19-filter-by .search-container .form-control:focus {
    border-color: #ccc;
    outline: 0;
    box-shadow: none;
    height: 40px;
    color: #000;
    font-size: 12px;
    font-weight: 700
}

.gc-19-filter-by .search-container .tt-hint {
    color: #aaa
}

.gc-19-filter-by .search-container .tt-menu {
    background: #fff;
    padding: 10px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    z-index: 3;
    width: 100%;
    max-height: 250px;
    overflow-y: auto
}

.gc-19-filter-by .search-container .tt-menu h3 {
    font-size: 14px;
    margin-bottom: 10px
}

.gc-19-filter-by .search-container .tt-suggestion {
    padding: 4px 0;
    border-bottom: 1px solid #eee;
    cursor: pointer
}

.gc-19-filter-by .checkbox-container>div {
    height: 40px;
    line-height: 30px
}

.gc-19-filter-by .checkbox-container input {
    margin-right: 5px;
    cursor: pointer
}

.gc-19-filter-by .checkbox-container label {
    cursor: pointer
}

.gc-19-filter-by .panel-body {
    padding: 5px;
    border: none!important
}

.gc-19-filter-by .panel {
    border: none!important;
    box-shadow: none
}

.gc-19-filter-by .sort-by {
    text-align: right;
    padding-right: 0;
    margin-top: 10px
}

@media (max-width:991px) {
    .gc-19-filter-by .sort-by {
        text-align: left
    }
}

.gc-19-filter-by .filter-by {
    margin-top: 0
}

.gc-19-filter-by .panel-title {
    position: relative
}

.gc-19-filter-by .panel-title a:after {
    background: #201f71;
    content: "\f106";
    width: 37px;
    height: 100%;
    line-height: 35px;
    font-size: 20px;
    font-weight: 400;
    display: block;
    font-family: FontAwesome;
    text-align: center;
    top: 0;
    position: absolute;
    right: 0
}

.gc-19-filter-by .panel-title .collapsed:after {
    content: "\f107";
    line-height: 37px
}

.gc-19-filter-by .panel-heading {
    background: #9A9DBC;
    color: #fff;
    padding: 0
}

.gc-19-filter-by .panel-heading a:hover {
    color: #fff
}

.gc-19-filter-by .panel-body {
    background: #EEE
}

.gc-19-filter-by button.action {
    display: block;
    margin: 0 auto
}

.gc-19-filter-by .item .date {
    font-size: 1.28571em;
    font-weight: 700
}

.gc-19-filter-by .item img {
    width: 100%
}

.gc-19-filter-by .item h3 {
    font-size: 1.28571em;
    margin-bottom: .25em;
    margin-top: 0
}

.gc-19-filter-by .item small+p {
    margin-top: .5em
}

.gc-19-filter-by .award h3 {
    font-size: 1.5em
}

.pc-01-carousel {
    min-height: 60px
}

@media (min-width:768px) {
    .pc-01-carousel {
        min-height: 95px
    }
}

.pc-01-carousel .item a:hover i {
    color: #23abe1
}

.pc-01-carousel .carousel-indicators,
.pc-01-carousel .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.pc-01-carousel .carousel-indicators .owl-dot,
.pc-01-carousel .carousel-indicators>li,
.pc-01-carousel .owl-dots .owl-dot,
.pc-01-carousel .owl-dots>li {
    display: inline-block;
    zoom: 1;
    background: #fcfcfc;
    width: 10px;
    height: 10px;
    margin: 5px;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    border-radius: 30px
}

.pc-01-carousel .carousel-indicators .owl-dot.active,
.pc-01-carousel .carousel-indicators>li.active,
.pc-01-carousel .owl-dots .owl-dot.active,
.pc-01-carousel .owl-dots>li.active {
    background: #d12e89
}

.pc-01-carousel .owl-nav .owl-next,
.pc-01-carousel .owl-nav .owl-prev {
    height: 100%;
    position: absolute;
    padding-top: 70px;
    top: 0
}

.pc-01-carousel .owl-nav .owl-next i,
.pc-01-carousel .owl-nav .owl-prev i {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2.25em;
    text-align: center
}

.pc-01-carousel .owl-nav .owl-prev {
    left: 0
}

.pc-01-carousel .owl-nav .owl-next {
    right: 0
}

.pc-01-carousel .carousel-control,
.pc-01-carousel .owl-nav {
    opacity: 1;
    background: 0 0;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0
}

.pc-01-carousel .carousel-control .icon-next:hover,
.pc-01-carousel .carousel-control .icon-prev:hover,
.pc-01-carousel .carousel-control .owl-next i:hover,
.pc-01-carousel .carousel-control .owl-prev i:hover,
.pc-01-carousel .owl-nav .icon-next:hover,
.pc-01-carousel .owl-nav .icon-prev:hover,
.pc-01-carousel .owl-nav .owl-next i:hover,
.pc-01-carousel .owl-nav .owl-prev i:hover {
    background-color: #fcfcfc
}

@media (min-width:767px) {
    .pc-01-carousel .owl-nav .owl-next,
    .pc-01-carousel .owl-nav .owl-prev {
        padding: 0;
        height: auto
    }
    .pc-01-carousel .carousel-control,
    .pc-01-carousel .owl-nav {
        display: block;
        top: 50%
    }
}

.pc-01-carousel .carousel-control .icon-next:hover,
.pc-01-carousel .carousel-control .icon-prev:hover,
.pc-01-carousel .owl-nav .icon-next:hover,
.pc-01-carousel .owl-nav .icon-prev:hover {
    opacity: 1
}

.pc-01-carousel .carousel-control .icon-next,
.pc-01-carousel .carousel-control .icon-prev,
.pc-01-carousel .carousel-control .owl-next i,
.pc-01-carousel .carousel-control .owl-prev i,
.pc-01-carousel .owl-nav .icon-next,
.pc-01-carousel .owl-nav .icon-prev,
.pc-01-carousel .owl-nav .owl-next i,
.pc-01-carousel .owl-nav .owl-prev i {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    opacity: .9;
    color: #d12e89;
    text-shadow: none;
    min-height: 48px;
    min-width: 48px
}

@media (min-width:480px) {
    .pc-01-carousel .carousel-control .icon-next,
    .pc-01-carousel .carousel-control .icon-prev,
    .pc-01-carousel .carousel-control .owl-next i,
    .pc-01-carousel .carousel-control .owl-prev i,
    .pc-01-carousel .owl-nav .icon-next,
    .pc-01-carousel .owl-nav .icon-prev,
    .pc-01-carousel .owl-nav .owl-next i,
    .pc-01-carousel .owl-nav .owl-prev i {
        height: 50px;
        width: 50px
    }
}

@media (min-width:992px) {
    .pc-01-carousel .carousel-control .icon-next,
    .pc-01-carousel .carousel-control .icon-prev,
    .pc-01-carousel .carousel-control .owl-next i,
    .pc-01-carousel .carousel-control .owl-prev i,
    .pc-01-carousel .owl-nav .icon-next,
    .pc-01-carousel .owl-nav .icon-prev,
    .pc-01-carousel .owl-nav .owl-next i,
    .pc-01-carousel .owl-nav .owl-prev i {
        height: 75px;
        width: 75px
    }
}

.pc-01-carousel .carousel-control .icon-next:before,
.pc-01-carousel .carousel-control .icon-prev:before,
.pc-01-carousel .carousel-control .owl-next i:before,
.pc-01-carousel .carousel-control .owl-prev i:before,
.pc-01-carousel .owl-nav .icon-next:before,
.pc-01-carousel .owl-nav .icon-prev:before,
.pc-01-carousel .owl-nav .owl-next i:before,
.pc-01-carousel .owl-nav .owl-prev i:before {
    top: 50%;
    position: relative;
    display: block;
    font-size: 1.75em
}

@media (min-width:480px) {
    .pc-01-carousel .carousel-control .icon-next:before,
    .pc-01-carousel .carousel-control .icon-prev:before,
    .pc-01-carousel .carousel-control .owl-next i:before,
    .pc-01-carousel .carousel-control .owl-prev i:before,
    .pc-01-carousel .owl-nav .icon-next:before,
    .pc-01-carousel .owl-nav .icon-prev:before,
    .pc-01-carousel .owl-nav .owl-next i:before,
    .pc-01-carousel .owl-nav .owl-prev i:before {
        margin-top: -.5em
    }
}

.pc-01-carousel .carousel-inner>.item {
    overflow: hidden
}

.pc-01-carousel .carousel-inner>.item h1,
.pc-01-carousel .carousel-inner>.item h2,
.pc-01-carousel .carousel-inner>.item h3,
.pc-01-carousel .carousel-inner>.item h4,
.pc-01-carousel .carousel-inner>.item img,
.pc-01-carousel .carousel-inner>.item p,
.pc-01-carousel .carousel-inner>.item picture {
    pointer-events: none
}

@media (max-width:479px) {
    .pc-01-carousel .carousel-inner>.item img {
        height: 100%
    }
}

@media (min-width:1920px) {
    .pc-01-carousel .carousel-inner>.item img {
        width: 100%
    }
}

@media (max-width:768px) {
    .pc-01-carousel #carouselVideoModal .modal-dialog {
        width: auto
    }
}

@media (min-width:768px) {
    .pc-01-carousel #carouselVideoModal .modal-dialog {
        width: 80%
    }
}

.pc-01-carousel .carousel-caption {
    text-align: left;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10% 10% 40px;
    height: auto;
    font-size: 1.2em;
    line-height: 1.2em;
    right: 0;
    text-shadow: none;
    top: auto;
    position: absolute;
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .8)100%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .8)100%);
    color: #fff;
    display: inline-block
}

.pc-01-carousel .carousel-caption i {
    font-size: 3rem;
    position: relative;
    top: 2px;
    vertical-align: baseline
}

@media (min-width:768px) {
    .pc-01-carousel .carousel-caption i {
        font-size: 3.5rem
    }
}

.pc-01-carousel .carousel-caption.video-link i {
    font-size: 3rem
}

.pc-01-carousel .carousel-caption p {
    max-width: 600px
}

.pc-01-carousel .carousel-caption h1,
.pc-01-carousel .carousel-caption h2,
.pc-01-carousel .carousel-caption h3,
.pc-01-carousel .carousel-caption h4,
.pc-01-carousel .carousel-caption h5,
.pc-01-carousel .carousel-caption h6 {
    font-size: 1.2em;
    margin-top: 0;
    font-weight: 600;
    margin-bottom: .25em;
    white-space: nowrap
}

@media (max-width:767px) {
    .pc-01-carousel .carousel-caption p {
        display: none
    }
}

.pc-01-carousel .carousel-caption.link {
    width: 70%
}

@media (max-width:479px) {
    .pc-01-carousel .carousel-caption.link {
        height: 86%
    }
}

@media (min-width:480px)and (max-width:700px) {
    .pc-01-carousel .carousel-caption.link {
        width: 80%
    }
}

@media (min-width:768px) {
    .pc-01-carousel .carousel-caption {
        padding-right: 30%;
        padding-left: 15%
    }
    .pc-01-carousel .carousel-caption h1,
    .pc-01-carousel .carousel-caption h2,
    .pc-01-carousel .carousel-caption h3,
    .pc-01-carousel .carousel-caption h4,
    .pc-01-carousel .carousel-caption h5,
    .pc-01-carousel .carousel-caption h6 {
        font-size: 2em
    }
    .pc-01-carousel .carousel-caption.link {
        width: 50%
    }
}

.pc-01-carousel .carousel-caption .link-box {
    font-size: 1em;
    font-style: italic;
    font-weight: 100;
    text-shadow: none
}

.pc-01-carousel .carousel-caption .link-box .image {
    font-family: "Mount Sinai Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    margin: 0 auto;
    padding: 20% 0 0
}

@media (min-width:768px) {
    .pc-01-carousel .carousel-caption .link-box .image {
        font-size: .8em
    }
}

@media (min-width:992px) {
    .pc-01-carousel .carousel-caption .link-box .image {
        font-size: 1em
    }
}

@media (min-width:1200px) {
    .pc-01-carousel .carousel-caption .link-box .image {
        font-size: 1.2em
    }
}

.pc-01-carousel .carousel-caption .link-box .image>img {
    width: 100%
}

.pc-01-carousel .carousel-caption .link-box .image .overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    background: 0 0;
    font-weight: 500;
    height: 100%;
    overflow: hidden
}

.pc-01-carousel .carousel-caption .link-box .image .overlay:after,
.pc-01-carousel .carousel-caption .link-box .image .overlay:before {
    content: " ";
    display: table
}

.pc-01-carousel .carousel-caption .link-box .image .overlay .text {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 75%;
    font-size: 1em;
    max-width: 75%
}

.pc-01-carousel .carousel-caption .link-box .image .overlay .arrow-box {
    width: 25%;
    height: 100%;
    text-align: center;
    float: left;
    color: #fcfcfc
}

.pc-01-carousel .carousel-caption .link-box .image .overlay .arrow-box>* {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    color: inherit
}

.pc-01-carousel .carousel-caption .link-box .image .overlay .arrow-box .icon:before {
    font-family: FontAwesome;
    font-style: normal;
    content: "\f105";
    font-size: 1.7em;
    font-weight: 300
}

@media (min-width:768px) {
    .pc-01-carousel .carousel-caption .link-box {
        font-size: 1.2em
    }
}

@media (min-width:992px) {
    .pc-01-carousel .carousel-caption .link-box {
        font-size: 1em
    }
}

@media (min-width:1200px) {
    .pc-01-carousel .carousel-caption .link-box {
        font-size: .85em
    }
}

.pc-01-carousel .carousel-caption .link-box a {
    color: #fcfcfc
}

@media (max-width:479px) {
    .pc-01-carousel .carousel-caption .link-box {
        position: relative;
        top: 50%;
        display: block;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .pc-01-carousel .carousel-caption .link-box .image {
        min-height: 100px;
        padding: 50% 0 0
    }
    .pc-01-carousel .carousel-caption .link-box .image .overlay {
        height: auto;
        overflow: visible
    }
}

.pc-01-carousel .carousel-caption .link-box .image .overlay * {
    max-height: 100%
}

.pc-01-carousel .carousel-caption .link-box .image .overlay .text {
    display: inline-block;
    float: left;
    background: #d12e89;
    color: #fcfcfc;
    padding: .5em;
    font-weight: 200;
    height: 100%
}

@media (min-width:480px) {
    .pc-01-carousel .carousel-caption .link-box .image .overlay .text>div {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (max-width:479px) {
    .pc-01-carousel .carousel-caption .link-box .image .overlay .text {
        max-width: none;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        min-height: 100%;
        height: auto;
        width: auto
    }
}

.pc-01-carousel .carousel-caption .link-box .image .overlay .arrow-box {
    background: #fcfcfc!important;
    color: #d12e89!important;
    max-width: 3em;
    font-size: 1.5em;
    font-style: normal
}

.pc-01-carousel .carousel-caption .link-box .image .overlay .arrow-box:after {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    content: "\f144";
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width:479px) {
    .pc-01-carousel .carousel-caption .link-box .image .overlay .arrow-box {
        width: 50px;
        height: 50px
    }
}

.pc-01-carousel .carousel-caption .link-box .play-box {
    height: 100%;
    width: 80%;
    margin: 0 auto;
    padding: 20% 0;
    text-align: center
}

@media (max-width:479px) {
    .pc-01-carousel .carousel-caption .link-box .play-box {
        margin-top: 50%;
        padding: 0
    }
}

.pc-01-carousel .carousel-caption .link-box .play-box span {
    font-size: 6em;
    color: #fcfcfc
}

@media (max-width:736px) {
    .pc-01-carousel .carousel-control {
        display: none
    }
}

.pc-01-carousel .carousel-caption h3 {
    margin-top: 0;
    font-weight: 400
}

.pc-01-carousel .carousel-caption.video {
    background: 0 0;
    margin: 0 auto;
    text-align: center;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%)translateY(-40%);
    -ms-transform: translateX(-50%)translateY(-40%);
    transform: translateX(-50%)translateY(-40%)
}

.pc-01-carousel .carousel-caption.video a.link {
    display: inline-block
}

.pc-01-carousel .carousel-caption.video-link i.fa:before {
    content: "\f144";
    margin-right: 0
}

.pc-01-carousel .carousel-caption a.link {
    display: inline-block;
    width: auto;
    background: #fff;
    text-shadow: none;
    color: #666;
    font-style: italic;
    position: relative;
    padding: .5em
}

.pc-01-carousel .owl-item img,
.pc-04-box-image,
.pc-04-box-image .image>img {
    width: 100%
}

.pc-01-carousel .carousel-caption a.link:hover i {
    color: #e279b3
}

.pc-01-carousel .carousel-caption a.link h4 {
    margin: 0 2em 0 .5em;
    display: inline-block;
    font-size: 1em;
    padding-right: .5em
}

.pc-01-carousel .carousel-caption a.link i {
    float: right;
    font-size: 1.5em;
    right: 1rem;
    color: #d12e89;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    position: absolute
}

.pc-01-carousel .carousel-caption a.link i:before {
    margin-right: .25em
}

.pc-01-carousel .owl-item {
    overflow: hidden
}

@media (max-width:325px) {
    .pc-01-carousel .owl-item {
        height: auto
    }
}

.pc-02-breadcrumbs {
    background: 0 0;
    border-bottom: 1px solid #dadada;
    border-top: 1px solid #dadada;
    margin-bottom: 20px;
    display: none
}

@media (min-width:768px) {
    .pc-02-breadcrumbs {
        display: block
    }
}

.pc-02-breadcrumbs ul {
    list-style: none;
    line-height: 40px;
    height: 40px;
    padding: 0;
    margin: 0
}

.pc-02-breadcrumbs ul li {
    display: inline-block;
    text-decoration: none
}

.pc-02-breadcrumbs ul li a {
    padding: 0 1em;
    color: #666
}

.pc-02-breadcrumbs ul li:after {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    content: "\f054";
    font-size: .8em
}

.pc-04-box-image,
.pc-04-box-image .image {
    font-family: "Mount Sinai Sans", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.pc-02-breadcrumbs ul li:last-child:after {
    content: none
}

html:not(.touch) .pc-04-box-image:focus .image .image-overlay,
html:not(.touch) .pc-04-box-image:hover .image .image-overlay {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.pc-04-box-image .image .overlay .arrow-box>*,
.pc-04-box-image .image .overlay .text {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

html:not(.touch) .pc-04-box-image:focus .image .image-overlay.show-text,
html:not(.touch) .pc-04-box-image:hover .image .image-overlay.show-text {
    background-position: 100% 0
}

.twothirds .pc-04-box-image .image .image-overlay {
    font-size: 18px
}

@media (min-width:480px) {
    .twothirds .pc-04-box-image .image .image-overlay {
        font-size: 25px
    }
}

@media (min-width:768px) {
    .twothirds .pc-04-box-image .image .image-overlay {
        font-size: 11px
    }
}

.twothirds .pc-04-box-image .image .image-overlay h3 {
    display: none
}

.pc-04-box-image {
    background: 0 0;
    color: #fcfcfc;
    font-weight: 500;
    font-weight: medium;
    position: relative;
    overflow: hidden
}

@media (min-width:480px) {
    .pc-04-box-image {
        font-size: 1.65em
    }
}

@media (min-width:768px) {
    .pc-04-box-image {
        font-size: 1em
    }
}

@media (min-width:992px) {
    .pc-04-box-image {
        font-size: .95em
    }
}

@media (min-width:1200px) {
    .pc-04-box-image {
        font-size: 1.15em
    }
}

.pc-04-box-image .aspect-ratio {
    padding-bottom: 68.75%
}

.pc-04-box-image .aspect-ratio.double-height {
    padding-bottom: 137.5%
}

.pc-04-box-image .content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0
}

.pc-04-box-image .header {
    font-size: 1.7em;
    font-weight: 300
}

.pc-04-box-image .inner {
    padding: 1.5em
}

.pc-04-box-image .inner h2 {
    margin-top: 0;
    margin-bottom: .9em
}

.pc-04-box-image .image {
    position: relative
}

@media (min-width:768px) {
    .pc-04-box-image .image {
        font-size: .8em
    }
}

@media (min-width:992px) {
    .pc-04-box-image .inner {
        padding: 3em
    }
    .pc-04-box-image .image {
        font-size: 1em
    }
}

@media (min-width:1200px) {
    .pc-04-box-image .image {
        font-size: 1.2em
    }
}

.pc-04-box-image .image .overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    height: 33%;
    font-weight: 500;
    background: 0 0
}

.pc-04-box-image .image .overlay:after,
.pc-04-box-image .image .overlay:before {
    content: " ";
    display: table
}

.pc-04-box-image .image .overlay .text {
    -ms-transform: translateY(-50%);
    float: left;
    padding: 1em;
    width: 75%;
    font-size: 1em;
    max-width: 75%
}

.pc-04-box-image .image .overlay .arrow-box {
    width: 25%;
    height: 100%;
    background: 0 0;
    text-align: center;
    float: left;
    color: #fcfcfc
}

.pc-04-box-image .image .overlay .arrow-box>* {
    -ms-transform: translateY(-50%);
    display: block;
    color: inherit
}

.pc-04-box-image .image .overlay .arrow-box .icon:before {
    font-family: FontAwesome;
    font-style: normal;
    content: "\f105";
    font-size: 1.7em;
    font-weight: 300
}

.pc-04-box-image .overlay a,
.pc-04-box-image a.overlay {
    color: #fcfcfc
}

.pc-04-box-image .overlay a:hover,
.pc-04-box-image a.overlay:hover {
    color: inherit
}

.pc-04-box-image .image {
    display: block
}

.pc-04-box-image .image .image-overlay {
    position: absolute;
    top: 50%;
    width: 100%;
    max-width: 100%;
    height: 100%;
    font-family: "Mount Sinai Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 300;
    padding: 1.5em;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    -webkit-transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    background: -webkit-linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75))200% 0 no-repeat;
    background: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75))200% 0 no-repeat
}

.pc-04-box-image .image .image-overlay:after,
.pc-04-box-image .image .image-overlay:before {
    content: " ";
    display: table
}

.pc-04-box-image .image .image-overlay.show-text {
    background-repeat: no-repeat;
    background-size: 200% 100%;
    -webkit-transition: background-position .2s linear;
    transition: background-position .2s linear;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: rgba(0, 0, 0, .65);
    background-image: none;
    background-position: 100% 0
}

.pc-04-box-image .image .image-overlay h3 {
    font-family: "Neue Helvetica W01";
    font-weight: 100;
    font-size: 2.25em;
    margin-bottom: .5em;
    margin-top: 0
}

@media (max-width:767px) {
    .pc-01-carousel .carousel-caption .link-box .image .overlay * {
        max-height: none
    }
    .pc-04-box-image .image .image-overlay {
        background-image: none!important
    }
}

.row.twothirds.no-gutters {
    margin-left: -30px;
    margin-right: -30px
}

.twothirds .pc-11-social-trending-box>.headline {
    display: none
}

.twothirds .pc-11-social-trending-box>.header h1 {
    font-size: 3em
}

@media (min-width:768px) {
    .row.twothirds.no-gutters {
        margin-left: 0;
        margin-right: 0
    }
    .twothirds .pc-11-social-trending-box {
        min-height: 180px;
        height: 180px
    }
    .twothirds .pc-11-social-trending-box>.header h1 {
        margin-top: 0;
        font-size: 2em
    }
    .twothirds .pc-11-social-trending-box>.header .hashtags li {
        font-size: 16px
    }
    .twothirds .pc-11-social-trending-box>.headline {
        display: block;
        color: #fff;
        padding: .6em
    }
    .twothirds .pc-11-social-trending-box>.headline .header {
        margin-top: 0
    }
}

@media (min-width:768px)and (min-width:768px) {
    .twothirds .pc-11-social-trending-box>.headline {
        font-size: 16px
    }
}

@media (min-width:768px)and (min-width:768px)and (max-width:992px) {
    .twothirds .pc-11-social-trending-box>.header,
    .twothirds .pc-11-social-trending-box>.headline {
        width: 100%
    }
}

.pc-11-social-trending-box {
    margin: 0;
    height: 250px
}

.pc-11-social-trending-box:after,
.pc-11-social-trending-box:before {
    content: " ";
    display: table
}

.pc-11-social-trending-box>.header {
    float: left;
    min-height: 1px;
    font-weight: 100;
    font-family: "Mount Sinai Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #363c75;
    color: #fcfcfc;
    width: 100%;
    padding: 2em;
    height: 100%;
    position: relative
}

@media (min-width:768px) {
    .pc-11-social-trending-box>.header {
        float: left;
        width: 33.33333%
    }
}

.pc-11-social-trending-box>.header h1 {
    font-weight: 100;
    font-family: "Helvetica Neue";
    font-size: 3.21429em
}

@media (max-width:991px) {
    .pc-11-social-trending-box>.header h1 {
        font-size: 2.5em
    }
}

@media (max-width:767px) {
    .pc-11-social-trending-box>.header h1 {
        font-size: 3.21429em
    }
}

.pc-11-social-trending-box>.header .hashtags {
    list-style: none;
    margin: 0;
    padding: 0
}

.pc-11-social-trending-box>.header .hashtags li {
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 500
}

.pc-11-social-trending-box>.header .hashtags li a {
    color: #fff
}

.pc-11-social-trending-box>.header .hashtags li a:hover {
    color: inherit
}

.pc-11-social-trending-box>.headline {
    float: left;
    min-height: 1px;
    width: 100%;
    padding: 1em;
    height: 100%;
    position: relative;
    background: #9a9fba;
    color: #fcfcfc;
    font-size: 1.375em
}

@media (min-width:768px) {
    .pc-11-social-trending-box>.headline {
        float: left;
        width: 66.66667%
    }
}

@media (min-width:480px) {
    .pc-11-social-trending-box>.headline {
        padding: 2em
    }
}

.pc-11-social-trending-box>.headline .header {
    border-bottom: 1px solid #fcfcfc;
    font-size: .85em;
    padding: 1em
}

@media (max-width:768px) {
    .pc-11-social-trending-box>.headline .header {
        margin: 0
    }
}

.pc-11-social-trending-box>.headline .header .subtitle {
    font-weight: lighter
}

.pc-11-social-trending-box>.headline .header:before {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400;
    font-style: normal;
    margin-right: 1em;
    content: "\e61b"
}

.pc-11-social-trending-box>.headline p {
    padding: 0 1em
}

aside.pc-17-meet-summary {
    margin: 17px 0
}

aside.pc-17-meet-summary:first-child {
    margin-top: 0
}

aside.pc-17-meet-summary .image {
    margin: 17px 0
}

aside.pc-17-meet-summary .image.with-text {
    margin-bottom: -17px
}

aside.pc-17-meet-summary .image img {
    width: 100%
}

.pc-18-multi-search {
    margin: 17px 0
}

.pc-18-multi-search form>input,
.pc-18-multi-search form>input[type=submit] {
    font-size: 0;
    height: 0;
    width: 0;
    padding: 0;
    opacity: 0;
    position: absolute;
    z-index: -1
}

.pc-18-multi-search .tab-panel {
    position: relative;
    height: 88px;
    border-bottom: 10px solid #201f71
}

@media (max-width:767px) {
    .pc-18-multi-search .tab-panel {
        height: 53px;
        border-bottom: 5px solid #201f71
    }
}

.pc-18-multi-search .nav.nav-tabs {
    position: relative;
    z-index: 2;
    height: 78px;
    border: 0;
    display: inline-block
}

.pc-18-multi-search .nav.nav-tabs li {
    height: 78px;
    text-align: center;
    max-width: 25%
}

.pc-18-multi-search .nav.nav-tabs li a {
    height: 100%;
    line-height: 78px;
    padding: 0 35px;
    background: #9a9dbb;
    border: 0;
    margin: 0;
    color: #fff;
    font-size: 1.28571em;
    font-weight: 700;
    display: inline-block
}

.pc-18-multi-search .nav.nav-tabs li a:hover {
    background: #7c82a5
}

.pc-18-multi-search .nav.nav-tabs li.active a {
    border: 0;
    background: #201f71
}

@media (max-width:767px) {
    .pc-18-multi-search .nav.nav-tabs {
        width: 100%
    }
    .pc-18-multi-search .nav.nav-tabs li {
        width: 25%
    }
    .pc-18-multi-search .nav.nav-tabs li a {
        padding: 0;
        display: block;
        line-height: 48px;
        font-size: .85714em
    }
    .pc-18-multi-search .nav.nav-tabs,
    .pc-18-multi-search .nav.nav-tabs li {
        height: 48px
    }
}

.pc-18-multi-search .tab-content {
    background: #eee;
    padding-bottom: 15px
}

.pc-18-multi-search .tab-content .more-options {
    margin-left: 20px
}

.pc-18-multi-search .tab-pane .panel-group {
    margin-bottom: 0
}

.pc-18-multi-search .search-container {
    padding: 0 20px 20px;
    background: #eee
}

.pc-18-multi-search .search-container label {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 0
}

@media (max-width:767px) {
    .pc-18-multi-search .search-container label {
        height: auto;
        line-height: 25px;
        text-align: left
    }
}

.pc-18-multi-search .search-container .row {
    padding-top: 20px
}

.pc-18-multi-search .search-container .select-wrapper {
    margin: 0
}

.pc-18-multi-search .search-container .input-container {
    width: 100%
}

.pc-18-multi-search .search-container .scope-container {
    display: none
}

.pc-18-multi-search .search-container .scope-container .bootstrap-dropdown span {
    background-color: #999;
    color: #fff;
    padding-right: 37px
}

.pc-18-multi-search .search-container .scope-container .bootstrap-dropdown ul {
    box-shadow: inset 0 7px 5px -8px rgba(0, 0, 0, .75);
    width: auto;
    min-width: 100%
}

.pc-18-multi-search .search-container .scope-container .select-wrapper.custom:before {
    z-index: 1;
    line-height: 38px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 42px
}

.pc-18-multi-search .search-container .search-by-container {
    padding-left: 0
}

@media (max-width:767px) {
    .pc-18-multi-search .search-container .search-by-container {
        padding-left: 15px
    }
}

.pc-18-multi-search .search-container.show-scope-dropdown .input-container {
    padding-left: 0;
    width: 75%
}

.pc-18-multi-search .search-container.show-scope-dropdown .scope-container {
    padding-right: 0;
    display: block
}

@media (max-width:767px) {
    .pc-18-multi-search .search-container.show-scope-dropdown .input-container,
    .pc-18-multi-search .search-container.show-scope-dropdown .search-by-container {
        padding-left: 15px
    }
    .pc-18-multi-search .search-container.show-scope-dropdown .input-container {
        width: 100%
    }
    .pc-18-multi-search .search-container.show-scope-dropdown .scope-container {
        display: none
    }
}

.pc-18-multi-search .search-container .input-group {
    height: 40px
}

.pc-18-multi-search .search-container .input-group span {
    width: 100%;
    float: right;
    position: absolute!important
}

.pc-18-multi-search .search-container .input-group-btn {
    z-index: 2
}

.pc-18-multi-search .search-container .input-group-btn .btn {
    height: 40px;
    width: 42px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    background-color: #999;
    margin: 0
}

.pc-18-multi-search .search-container .input-group-btn .btn:hover {
    background-color: #c3c3c3;
    margin: 0
}

.pc-18-multi-search .search-container .input-group-btn .btn-default.active,
.pc-18-multi-search .search-container .input-group-btn .btn-default.focus,
.pc-18-multi-search .search-container .input-group-btn .btn-default:active,
.pc-18-multi-search .search-container .input-group-btn .btn-default:focus,
.pc-18-multi-search .search-container .input-group-btn .btn-default:hover,
.pc-18-multi-search .search-container .input-group-btn .open>.btn-default.dropdown-toggle {
    outline: 0;
    border: 0;
    box-shadow: none
}

.pc-18-multi-search .search-container .input-group-addon {
    color: #fff;
    background: #ccc;
    border: 1px solid #ccc;
    cursor: pointer
}

.pc-18-multi-search .search-container .form-control,
.pc-18-multi-search .search-container .form-control:focus {
    border-color: #ccc;
    outline: 0;
    box-shadow: none;
    height: 40px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    width: 100%
}

.library-multi-search {
    padding-bottom: 20px
}

.library-multi-search .title {
    margin-bottom: 44px
}

@media (max-width:767px) {
    .library-multi-search .title {
        margin-bottom: 24px
    }
}

.library-multi-search .subtitle {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin: -4px 0 0
}

@media (max-width:767px) {
    .library-multi-search .subtitle {
        margin-top: 28px
    }
}

.library-multi-search p.overview {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px
}

.bootstrap-dropdown .btn.dropdown-toggle {
    font-size: 14px;
    font-weight: 700;
    color: #999
}

.bootstrap-dropdown .btn.dropdown-toggle.active {
    color: #000;
    box-shadow: none
}

.bootstrap-dropdown>input {
    height: 0;
    width: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: 0 0;
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: 0
}

.bootstrap-dropdown .dropdown-menu>li {
    font-size: 14px;
    cursor: pointer
}

.bootstrap-dropdown .dropdown-menu>li.dropdown-header:not(.default-option)~li:not(.dropdown-header) {
    padding-left: 30px
}

.bootstrap-dropdown .dropdown-menu>li.divider,
.bootstrap-dropdown .dropdown-menu>li.dropdown-header {
    cursor: default
}

.bootstrap-dropdown .dropdown-menu>li.dropdown-header>a {
    font-weight: 700;
    font-size: 16px
}

.bootstrap-dropdown .dropdown-menu>li.default-option {
    cursor: pointer
}

.bootstrap-dropdown .dropdown-menu>li.default-option a {
    font-weight: 500;
    color: #888;
    font-size: 14px
}

.bootstrap-dropdown .dropdown-menu>li a,
.bootstrap-dropdown .dropdown-menu>li a:focus,
.bootstrap-dropdown .dropdown-menu>li a:hover {
    color: #000;
    background-color: transparent
}

.pc-20-timeline .slider-container {
    width: 100%;
    background: #eee;
    padding-top: 16px;
    padding-bottom: 10px
}

.pc-20-timeline .padding-wrapper {
    padding: 0 23px
}

.pc-20-timeline #slider {
    width: 100%;
    margin-bottom: -19px
}

.pc-20-timeline #slider .scale {
    width: 100%;
    padding: 0 29px 7px
}

.pc-20-timeline #slider .scale table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    position: relative
}

.pc-20-timeline #slider .scale table:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #ccc;
    bottom: 2px;
    left: 0;
    position: absolute
}

.pc-20-timeline #slider .scale table #ruler td {
    height: 5px;
    font-size: 0;
    border-left: 1px solid #ccc
}

.pc-20-timeline #slider .scale table #ruler td:last-child {
    border-right: 1px solid #ccc
}

.pc-20-timeline #slider .scale table #labels td {
    position: relative;
    height: 20px
}

.pc-20-timeline #slider .scale table #labels label {
    width: 31px;
    height: 20px;
    position: absolute;
    left: -15px;
    top: 0;
    font-size: 12px;
    font-weight: 700
}

.pc-20-timeline #slider .scale table #labels td:last-child label:last-child {
    left: auto;
    right: -15px
}

.pc-20-timeline #slider .scale table #labels span {
    display: block;
    width: 100%;
    height: 100%;
    postition: relative
}

.pc-20-timeline #slider .scale table #labels span:before {
    content: '';
    width: 3px;
    height: 11px;
    border-right: 2px solid #eee;
    border-left: 2px solid #eee;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -4px;
    background: #ccc;
    box-sizing: content-box
}

.pc-20-timeline #slider .handle {
    width: 59px;
    height: 20px;
    margin-top: 5px;
    position: relative;
    background: #00a9e8;
    cursor: pointer;
    display: inline-block
}

.pc-20-timeline #slider .handle span {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 20px;
    text-align: center;
    z-index: 2;
    position: relative
}

.pc-20-timeline #slider .handle:before {
    height: 10px;
    width: 7px;
    background: #00a9e8;
    position: absolute;
    left: 50%;
    top: -3px;
    margin-left: -5px;
    content: '';
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.pc-20-timeline .carousel-container {
    padding: 73px 70px 70px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee
}

@media (max-width:991px) {
    .pc-20-timeline .carousel-container {
        padding: 55px
    }
}

.pc-20-timeline .owl-carousel .item {
    min-height: 180px
}

.pc-20-timeline .owl-carousel .item h1 {
    font-size: 30px;
    margin-top: -3px;
    margin-left: -2px
}

@media (max-width:1199px) {
    .pc-20-timeline .owl-carousel .item h1 {
        margin-top: 16px;
        margin-bottom: 6px
    }
}

.pc-20-timeline .owl-carousel .item p {
    font-size: 24px;
    line-height: 29px;
    font-weight: 400
}

@media (max-width:767px) {
    .pc-20-timeline .carousel-container {
        padding: 22px 7px 30px
    }
    .pc-20-timeline .owl-carousel .item p {
        font-size: 18px;
        line-height: 24px;
        padding-left: 0;
        margin-bottom: 12px
    }
}

.pc-20-timeline .owl-carousel .item a {
    border-color: #118ab6;
    color: #fff;
    display: block;
    width: 160px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    background-color: #1ab2ea;
    cursor: pointer
}

.pc-20-timeline .owl-carousel .item a:hover {
    background-color: #1291bf;
    color: #fff
}

.pc-20-timeline .owl-carousel .owl-next,
.pc-20-timeline .owl-carousel .owl-prev {
    position: absolute;
    top: 50%;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    font-family: FontAwesome;
    font-size: 36px;
    color: #BC0F70
}

.pc-20-timeline .owl-carousel .owl-prev {
    left: -40px
}

.pc-20-timeline .owl-carousel .owl-prev:before {
    content: '\f104';
    display: block
}

.pc-20-timeline .owl-carousel .owl-next {
    right: -40px
}

.pc-20-timeline .owl-carousel .owl-next:before {
    content: '\f105';
    display: block
}

@media (max-width:767px) {
    .pc-20-timeline .owl-carousel .owl-controls {
        display: none
    }
}

.pc-20-timeline .select-wrapper.bootstrap-dropdown {
    margin: 0
}

.pc-20-timeline .select-wrapper.bootstrap-dropdown .btn.dropdown-toggle.active {
    color: #fff
}

.pc-20-timeline .select-wrapper.bootstrap-dropdown span {
    background: #999;
    color: #fff
}

.pc-20-timeline .select-wrapper.bootstrap-dropdown li {
    cursor: pointer
}

.pc-20-timeline .select-wrapper.bootstrap-dropdown a {
    display: inline-block
}

.pc-20-timeline .select-wrapper.bootstrap-dropdown:before {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    line-height: 38px;
    z-index: 2
}

.timeline {
    padding-bottom: 20px
}

main {
    background-color: #fff
}

.program-landing {
    margin-top: 50px
}

.program-landing h1 {
    margin-top: 0
}

@media (max-width:737px) {
    #gc-17-sidebar-nav {
        margin: 0;
    }
}

.hp-carousel-l-arrow {
    left: 15px;
}
.hp-carousel-r-arrow {
    right: 15px;
}
