@font-face {
    font-family: icomoon;
    src: url(fonts/icomoon.eot?dudvqo);
    src: url(fonts/icomoon.eot?#iefixdudvqo) format('embedded-opentype'), url(fonts/icomoon.woff?dudvqo) format('woff'), url(fonts/icomoon.ttf?dudvqo) format('truetype'), url(fonts/icomoon.svg?dudvqo#icomoon) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-calendar:before {
    content: "\e600"
}

.icon-play:before {
    content: "\e601"
}

.icon-house:before {
    content: "\e602"
}

.icon-minus:before {
    content: "\e603"
}

.icon-plus:before {
    content: "\e604"
}

.icon-feed:before {
    content: "\e605"
}

.icon-flickr:before {
    content: "\e606"
}

.icon-blogger:before {
    content: "\e607"
}

.icon-giveToSRU:before {
    content: "\e608"
}

.icon-twitter:before {
    content: "\e609"
}

.icon-facebook:before {
    content: "\e60a"
}

.icon-menu:before {
    content: "\e60b"
}

.icon-linkedin:before {
    content: "\e60c"
}

.icon-youtube:before {
    content: "\e60d"
}

.icon-mySRU:before {
    content: "\e60e"
}

.icon-search:before {
    content: "\e60f"
}

.icon-instagram:before {
    content: "\e610"
}

.icon-expanded:before {
    content: "\e611"
}

.icon-list:before {
    content: "\e612"
}

.icon .access {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes bounce {
    0%,
    100%,
    20%,
    53%,
    80% {
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        transition-timing-function: cubic-bezier(0.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        transition-timing-function: cubic-bezier(0.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    0%,
    100%,
    20%,
    53%,
    80% {
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        transition-timing-function: cubic-bezier(0.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        transition-timing-function: cubic-bezier(0.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {
    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, .3, .3);
        transform: scale3d(0.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(0.9, .9, .9);
        transform: scale3d(0.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(0.97, .97, .97);
        transform: scale3d(0.97, .97, .97)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {
    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, .3, .3);
        transform: scale3d(0.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(0.9, .9, .9);
        transform: scale3d(0.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(0.97, .97, .97);
        transform: scale3d(0.97, .97, .97)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceInDown {
    0%,
    100%,
    60%,
    75%,
    90% {
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    0%,
    100%,
    60%,
    75%,
    90% {
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%,
    100%,
    60%,
    75%,
    90% {
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    0%,
    100%,
    60%,
    75%,
    90% {
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%,
    100%,
    60%,
    75%,
    90% {
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    0%,
    100%,
    60%,
    75%,
    90% {
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%,
    100%,
    60%,
    75%,
    90% {
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {
    0%,
    100%,
    60%,
    75%,
    90% {
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, .9, .9);
        transform: scale3d(0.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, .3, .3);
        transform: scale3d(0.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, .9, .9);
        transform: scale3d(0.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, .3, .3);
        transform: scale3d(0.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, .95, .95);
        transform: perspective(400px) scale3d(0.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, .95, .95);
        transform: perspective(400px) scale3d(0.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, .3, .3);
        transform: scale3d(0.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, .3, .3);
        transform: scale3d(0.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, .3, .3);
        transform: scale3d(0.3, .3, .3)
    }
    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, .3, .3);
        transform: scale3d(0.3, .3, .3)
    }
    100% {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, .475, .475) translate3d(42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, .475, .475) translate3d(42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, .475, .475) translate3d(-42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, .475, .475) translate3d(-42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}


/*! normalize.css v1.1.2 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

button,
html,
input,
select,
textarea {
    font-family: sans-serif
}

body {
    margin: 0
}

a:focus {
    outline: dotted thin
}

a:active,
a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: 0 0 .67em
}

h2 {
    font-size: 1.5em;
    margin: 0 0 .83em
}

h3 {
    font-size: 1.17em;
    margin: 0 0 1em
}

h4 {
    font-size: 1em;
    margin: 0 0 1.33em
}

h5 {
    font-size: .83em;
    margin: 0 0 1.67em
}

h6 {
    font-size: .67em;
    margin: 0 0 2.33em
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

hr {
    box-sizing: content-box
}

mark {
    background: #ff0;
    color: #000
}

p,
pre {
    margin: 1em 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:after,
q:before {
    content: '';
    content: none
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

dl,
menu,
ol,
ul {
    margin: 1em 0
}

dd {
    margin: 0 0 0 40px
}

menu,
ol,
ul {
    padding: 0 0 0 40px
}

nav ol,
nav ul {
    list-style: none
}

img {
    -ms-interpolation-mode: bicubic
}

svg:not(:root) {
    overflow: hidden
}

figure,
form {
    margin: 0
}

legend {
    border: 0;
    padding: 0;
    white-space: normal
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button,
html,
input,
select,
textarea {
    color: #222
}

body {
    font-size: 16px
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

audio,
canvas,
img,
video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

body,
html {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4em;
    color: #33393c
}

body * {
    word-break: break-word;
    word-wrap: break-word;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased
}

input[type=password],
input[type=search],
input[type=text] {
    word-break: normal
}

input,
input[type=password],
input[type=search],
input[type=text],
select,
textarea {
    background-color: #fff;
    max-width: 100%
}

input[type=checkbox],
input[type=radio] {
    margin: 0 .4em
}

img {
    max-width: 100%;
    border: none;
    vertical-align: middle
}

@media \0screen {
    img {
        width: auto
    }
}

.main {
    overflow: hidden;
    background-color: #e7e7e7
}

@media only screen and (min-width:1024px) {
    .main.no-masthead {
        border-top: 10px solid #fff
    }
}

.main .wrapper {
    max-width: 1100px;
    margin: auto;
    letter-spacing: -.31em;
    word-spacing: -.43em;
    clear: both
}

@media only screen and (max-width:1024px) {
    .main .wrapper {
        padding-top: 1em
    }
}

.main .content-container,
.main .full-title,
.main .navigation-container {
    display: block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top
}

.main .full-title {
    padding: .5em 1em 1em;
    color: #007055;
    text-transform: uppercase;
    font-weight: 800
}

.main .full-title h1 {
    margin: 0;
    padding: 0
}

.main .full-title .icon-feed {
    font-size: .6em;
    width: 42px;
    height: 42px;
    padding: 11px 12px;
    border-radius: 50px
}

@media only screen and (min-width:767px) {
    .main .full-title .icon-feed {
        font-size: .8em;
        width: 50px;
        height: 50px;
        padding: 12px 14px
    }
}

.main .small-link {
    font-size: .6em;
    text-decoration: none;
    font-weight: 500;
    display: block
}

@media only screen and (min-width:767px) {
    .main .small-link {
        padding-left: 1em;
        font-size: .8em;
        display: inline-block
    }
}

.main .content-container {
    padding: 0 1em;
    overflow: hidden
}

.main .content-container .majors {
    padding-bottom: 0
}

@media only screen and (min-width:767px) {
    .main .content-container {
        overflow: auto;
        min-height: 400px
    }
}

.main .navigation-container {
    padding-bottom: 1em
}

.main .event {
    margin-top: 2em
}

@media only screen and (min-width:767px) {
    .main .content-container,
    .main .navigation-container {
        display: inline-block
    }
    .main .content-container {
        width: 75%;
        margin: 0 0 0 25%;
        padding: 0 .5em 0 0
    }
    .main .content-container.one {
        width: 100%;
        margin: 0;
        padding: 0
    }
    .main .content-container article {
        padding: 0 .5em 1em
    }
    .main .navigation-container {
        width: 24%;
        margin: 0 0 0 -100%;
        padding-left: 1em
    }
}

@media only screen and (min-width:1024px) {
    .main .content-container {
        margin: 0 0 0 25%
    }
}

.lt-ie9 .main .content-container article {
    padding: 0 1.5em 1em 2em
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.mceContentBody h1,
.mceContentBody h2,
.mceContentBody h3,
.mceContentBody h4,
.mceContentBody h5,
.mceContentBody h6 {
    color: #007055
}

.content h1,
.content h2,
.content h3,
.mceContentBody h1,
.mceContentBody h2,
.mceContentBody h3 {
    text-transform: uppercase;
    line-height: 1
}

.content h1,
.mceContentBody h1 {
    margin-top: 0;
    font-weight: 900;
    line-height: 1;
    font-size: 2em
}

@media only screen and (min-width:767px) {
    .content h1,
    .mceContentBody h1 {
        margin-top: .5em
    }
}

.content h1 .icon,
.mceContentBody h1 .icon {
    font-size: .5625em
}

.content h1.align-left,
.mceContentBody h1.align-left {
    text-align: left
}

.content h1.align-right,
.mceContentBody h1.align-right {
    text-align: right
}

.content h1.align-center,
.mceContentBody h1.align-center {
    text-align: center
}

.content h1.align-justify,
.mceContentBody h1.align-justify {
    text-align: justify
}

.content h2,
.mceContentBody h2 {
    font-size: 1.25em
}

.content h3,
.mceContentBody h3 {
    font-size: 1.125em
}

.content h4,
.mceContentBody h4 {
    font-size: 1em
}

.content h5,
.mceContentBody h5 {
    font-size: .9375em
}

.content h6,
.mceContentBody h6 {
    font-size: .875em
}

.content h4,
.content h5,
.content h6,
.mceContentBody h4,
.mceContentBody h5,
.mceContentBody h6 {
    margin: 0
}

.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.mceContentBody h2,
.mceContentBody h3,
.mceContentBody h4,
.mceContentBody h5,
.mceContentBody h6 {
    margin-top: .3em
}

.content .subtitle,
.mceContentBody .subtitle {
    display: block;
    margin-top: -.9em;
    margin-bottom: 1em
}

.content p,
.mceContentBody p {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 1em
}

.content a,
.mceContentBody a {
    color: #3e7cf9;
    text-decoration: none
}

.content a:hover,
.mceContentBody a:hover {
    text-decoration: underline
}

.content ol,
.content ul,
.mceContentBody ol,
.mceContentBody ul {
    margin-top: 0
}

.content img,
.mceContentBody img {
    padding: .5em
}

.content img[align=left],
.mceContentBody img[align=left] {
    padding: .5em .5em .5em 0;
    float: left
}

.content img[align=right],
.mceContentBody img[align=right] {
    padding: .5em 0 .5em .5em;
    float: right
}

.content table img,
.mceContentBody table img {
    padding: 0
}

.content embed,
.content iframe,
.content object,
.mceContentBody embed,
.mceContentBody iframe,
.mceContentBody object {
    max-width: 100%
}

.content.news-article h1,
.mceContentBody.news-article h1 {
    text-transform: none
}

.content .sub,
.mceContentBody .sub {
    overflow: auto;
    clear: both
}

@media only screen and (min-width:767px) {
    .three>.content,
    .three>.mceContentBody {
        width: 70%;
        display: inline-block;
        float: left
    }
}

.content .floatLeft,
.mceContentBody .floatLeft {
    padding: 1em;
    position: relative
}

@media only screen and (min-width:767px) {
    .content .floatLeft,
    .mceContentBody .floatLeft {
        float: left;
        padding: 0 2em 2em 0;
        max-width: 50%
    }
}

.content .floatLeft img,
.mceContentBody .floatLeft img {
    padding: 0
}

.content .floatLeft .play,
.mceContentBody .floatLeft .play {
    position: absolute;
    right: 50%;
    top: 50%;
    margin-top: -24px;
    margin-right: -36px;
    font-size: 1.5em
}

@media only screen and (min-width:767px) {
    .content .floatLeft .play,
    .mceContentBody .floatLeft .play {
        margin-top: -40px;
        margin-right: -20px
    }
}

.content .share,
.mceContentBody .share {
    display: block;
    clear: both;
    padding: 1em 0
}

.content .share ul,
.mceContentBody .share ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.content .share li,
.mceContentBody .share li {
    display: block;
    padding-bottom: 1em
}

.content .share li:first-child,
.mceContentBody .share li:first-child {
    padding-left: 0
}

@media only screen and (min-width:767px) {
    .content .share li,
    .mceContentBody .share li {
        display: inline-block;
        padding-left: 2em;
        padding-bottom: 0
    }
}

.lt-ie9 .content table,
.lt-ie9 .content tbody,
.lt-ie9 .content td,
.lt-ie9 .mceContentBody table,
.lt-ie9 .mceContentBody tbody,
.lt-ie9 .mceContentBody td {
    border: 1px solid #000
}

.leftside_image,
.rightside_image {
    font-size: .8em;
    font-style: normal;
    text-align: left;
    border: 2px solid #ccc;
    padding: 10px;
    margin: 10px
}

.leftside_image {
    float: left
}

.rightside_image {
    float: right
}

.article-caption {
    position: relative;
    text-align: center
}

@media only print {
    .article-caption {
        position: static;
        text-align: left
    }
}

@media only screen and (max-width:767px) {
    .article-caption .headline-thumbnail:link,
    .article-caption .headline-thumbnail:visited {
        text-decoration: none
    }
    .article-caption .headline-thumbnail:link img,
    .article-caption .headline-thumbnail:visited img {
        display: none
    }
}

@media only screen and (min-width:767px) {
    .article-caption .headline-thumbnail:link,
    .article-caption .headline-thumbnail:visited {
        display: block
    }
}

@media only print {
    .article-caption .headline-thumbnail:link,
    .article-caption .headline-thumbnail:visited {
        display: block;
        width: 50%;
        height: 50%;
        margin: 1em 0 .5em
    }
}

.article-caption .headline-thumbnail:link .article-label,
.article-caption .headline-thumbnail:visited .article-label {
    font-weight: 700;
    text-transform: uppercase;
    color: #33393c
}

@media only screen and (min-width:767px) {
    .article-caption .headline-thumbnail:link .article-label,
    .article-caption .headline-thumbnail:visited .article-label {
        z-index: 800;
        color: #fff;
        background-color: #33393c;
        font-size: .875em;
        padding: .15625em .625em
    }
}

@media only screen and (min-width:1024px) {
    .article-caption .headline-thumbnail:link .article-label,
    .article-caption .headline-thumbnail:visited .article-label {
        font-size: 1em
    }
}

@media only print {
    .article-caption .headline-thumbnail:link .article-label,
    .article-caption .headline-thumbnail:visited .article-label {
        display: none
    }
}

@media only screen and (min-width:767px) {
    .article-caption .headline-thumbnail:link.with-image .article-label,
    .article-caption .headline-thumbnail:visited.with-image .article-label {
        position: absolute;
        bottom: 0;
        left: 0
    }
}

.article-caption .headline-thumbnail:link.no-image .article-label,
.article-caption .headline-thumbnail:visited.no-image .article-label {
    display: block
}

.sidebar .article-caption {
    text-align: left
}

.sidebar .article-caption .headline-thumbnail:link,
.sidebar .article-caption .headline-thumbnail:visited {
    display: block;
    text-decoration: none
}

@media only screen and (max-width:767px) {
    .sidebar .article-caption .headline-thumbnail:link img,
    .sidebar .article-caption .headline-thumbnail:visited img {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .sidebar .article-caption .headline-thumbnail:link .article-label,
    .sidebar .article-caption .headline-thumbnail:visited .article-label {
        color: #000;
        display: block;
        margin-bottom: -1em;
        font-size: 1.125em;
        padding: .13889em 1em
    }
}

.article-content-section {
    text-align: center
}

@media only screen and (min-width:767px) {
    .article-content-section {
        text-align: left;
        padding: .9375em .625em
    }
}

@media only screen and (min-width:1024px) {
    .article-content-section {
        padding: 1.25em .625em
    }
}

@media only print {
    .article-content-section {
        text-align: left;
        padding: 0
    }
}

.article-content-section .date-published {
    font-size: .9375em
}

@media only screen and (min-width:767px) {
    .article-content-section .date-published {
        font-size: .9375em
    }
}

@media only screen and (min-width:1024px) {
    .article-content-section .date-published {
        font-size: 1em
    }
}

@media only print {
    .article-content-section .date-published {
        color: #000;
        font-size: 1em
    }
}

.article-content-section .article-heading {
    margin: 0;
    padding: 0
}

@media only screen and (min-width:1024px) {
    .article-content-section .article-heading {
        margin: .3125em 0 0
    }
}

@media only print {
    .article-content-section .article-heading {
        margin: 0
    }
}

.article-content-section .article-heading a:link,
.article-content-section .article-heading a:visited {
    color: #3e7cf9;
    text-decoration: none;
    font-size: 1.0625em
}

.article-content-section .article-heading a:link:hover,
.article-content-section .article-heading a:visited:hover {
    text-decoration: underline
}

@media only screen and (min-width:767px) {
    .article-content-section .article-heading a:link,
    .article-content-section .article-heading a:visited {
        font-size: .9375em
    }
}

@media only screen and (min-width:1024px) {
    .article-content-section .article-heading a:link,
    .article-content-section .article-heading a:visited {
        font-size: 1em
    }
}

@media only print {
    .article-content-section .article-heading a:link,
    .article-content-section .article-heading a:visited {
        font-weight: 400;
        color: #000;
        text-transform: none;
        font-size: 1em
    }
}

.sidebar .article-content-section {
    text-align: left;
    padding: 1em
}

.sidebar .article-content-section .date-published {
    font-weight: 700;
    padding-bottom: .25em;
    font-size: 1em
}

.sidebar .article-content-section .article-heading {
    margin: .5em 0
}

@media only screen and (min-width:767px) {
    .sidebar .article-content-section {
        background-color: #fff
    }
}

.featured-headlines {
    background-color: #fff;
    overflow: hidden
}

.featured-headlines .featured-headlines-inner-container {
    width: 100%;
    text-align: center;
    padding: 1.25em;
    box-sizing: border-box
}

@media only screen and (min-width:767px) {
    .featured-headlines .featured-headlines-inner-container {
        max-width: 70em;
        margin: 0 auto;
        overflow: hidden;
        padding: 2.5em 0
    }
}

@media only print {
    .featured-headlines .featured-headlines-inner-container {
        text-align: left;
        width: auto;
        padding: 0
    }
}

.featured-headlines .featured-headlines-inner-container h2 {
    font-weight: 900;
    color: #007055;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 1.3125em;
    margin: 0 0 .3125em
}

@media only screen and (min-width:767px) {
    .featured-headlines .featured-headlines-inner-container h2 {
        font-weight: 900;
        font-size: 1.5em;
        margin: 0 0 1.4em
    }
}

@media only screen and (min-width:1024px) {
    .featured-headlines .featured-headlines-inner-container h2 {
        font-size: 2em;
        margin: 0 0 1.1em
    }
}

@media only print {
    .featured-headlines .featured-headlines-inner-container h2 {
        font-weight: 400;
        color: #000;
        letter-spacing: 0;
        text-transform: none;
        font-size: 1.5em;
        margin: NaNem
    }
}

.featured-headlines .call-to-actions {
    padding: 1.25em 1.25em 0;
    box-sizing: border-box
}

@media only print {
    .featured-headlines .call-to-actions {
        padding: 0
    }
}

.featured-headlines .call-to-actions ul {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0
}

.featured-headlines .call-to-actions ul>li {
    display: inline-block;
    margin-left: -4px
}

.featured-headlines .call-to-actions ul>li:first-child {
    margin-right: 20px
}

@media only print {
    .featured-headlines .call-to-actions ul>li {
        display: block;
        margin: 0
    }
}

.main-feature {
    position: relative;
    text-align: center
}

@media only screen and (min-width:767px) {
    .main-feature {
        box-sizing: border-box
    }
}

@media only screen and (min-width:860px) {
    .main-feature {
        border-bottom: .625em solid #fff
    }
}

@media only screen and (min-width:1024px) {
    .main-feature {
        border-top: .625em solid #fff
    }
}

@media only print {
    .main-feature {
        position: static;
        border-top: none;
        border-bottom: none
    }
}

@media only screen and (min-width:1024px) {
    .main-feature img {
        width: 100%
    }
}

@media only print {
    .main-feature img {
        width: 75%;
        height: 75%;
        margin: .5em 0 1em
    }
}

.main-feature .main-feature-callout {
    text-align: center;
    background-color: #fff;
    padding: 1.25em;
    box-sizing: border-box
}

@media only screen and (min-width:767px) {
    .main-feature .main-feature-callout {
        display: table;
        position: absolute;
        z-index: 800;
        top: 12%;
        right: 5%;
        width: 275px;
        height: 275px;
        background-color: #fff;
        background-color: rgba(255, 255, 255, .85);
        box-shadow: 0 0 0 .75em rgba(0, 0, 0, .45);
        padding: 0;
        border-radius: 275px
    }
}

@media only screen and (min-width:1024px) {
    .main-feature .main-feature-callout {
        top: 30%;
        right: 10%;
        width: 300px;
        height: 300px;
        border-radius: 245px
    }
}

@media only print {
    .main-feature .main-feature-callout {
        display: block;
        position: static;
        width: auto;
        height: auto;
        text-align: left;
        margin: 0 0 1em;
        padding: 0;
        border-radius: 0
    }
}

@media only screen and (min-width:767px) {
    .main-feature .main-feature-callout .main-feature-callout-inner-container {
        display: table-cell;
        vertical-align: middle;
        padding: 1.875em;
        box-sizing: border-box
    }
}

@media only print {
    .main-feature .main-feature-callout .main-feature-callout-inner-container {
        display: block;
        padding: 0
    }
}

.main-feature .headline {
    margin: 0 0 .25em;
    padding: 0
}

@media only screen and (min-width:767px) {
    .main-feature .headline {
        margin: 0 0 .25em
    }
}

@media only print {
    .main-feature .headline {
        margin: 0;
        padding: 0
    }
}

.main-feature .headline .main-headline,
.main-feature .headline .sub-headline {
    word-break: initial;
    word-wrap: normal;
    display: block
}

.main-feature .headline .sub-headline {
    font-weight: 700;
    text-transform: uppercase;
    color: #33393c;
    font-size: .75em;
    margin: 0 0 .125em
}

@media only screen and (min-width:767px) {
    .main-feature .headline .sub-headline {
        border-bottom: 1px solid #33393c;
        font-size: .5625em;
        margin: 0;
        padding: 0 0 .3125em;
        box-sizing: border-box
    }
}

@media only screen and (min-width:1024px) {
    .main-feature .headline .sub-headline {
        font-size: .5625em
    }
}

@media only print {
    .main-feature .headline .sub-headline {
        text-transform: none;
        line-height: 1em;
        color: #000;
        font-size: .75em;
        margin: 0 0 .25em;
        padding: 0
    }
}

.main-feature .headline .block {
    display: inline-block
}

@media only screen and (min-width:767px) {
    .main-feature .headline .block {
        display: block;
        line-height: 1.25em
    }
}

.main-feature .headline .main-headline {
    font-weight: 900;
    color: #007055;
    line-height: 1em
}

.main-feature .headline .main-headline.large,
.main-feature .headline .main-headline.medium {
    font-size: 1.75em
}

@media only screen and (min-width:767px) {
    .main-feature .headline .main-headline {
        margin: .3125em 0 0
    }
    .main-feature .headline .main-headline.medium {
        line-height: 1.125em;
        font-size: 1.125em
    }
    .main-feature .headline .main-headline.large {
        line-height: 1em;
        font-size: 1.5em
    }
}

@media only screen and (min-width:1024px) {
    .main-feature .headline .main-headline {
        margin: .3125em 0 0
    }
    .main-feature .headline .main-headline.medium {
        font-size: 1em
    }
    .main-feature .headline .main-headline.large {
        font-size: 2em
    }
}

@media only print {
    .main-feature .headline .main-headline {
        font-weight: 400;
        line-height: 1em;
        color: #000;
        margin: 0 0 .25em;
        padding: 0
    }
    .main-feature .headline .main-headline.large,
    .main-feature .headline .main-headline.medium {
        font-size: 1.5em
    }
}

.main-feature p {
    font-size: 1.125em;
    margin: 0 0 .625em
}

@media only screen and (min-width:767px) {
    .main-feature p {
        line-height: 1.25em;
        font-size: .875em;
        margin: 0 0 .75em
    }
}

@media only screen and (min-width:1024px) {
    .main-feature p {
        line-height: 1.125em;
        font-size: 1em;
        margin: 0 0 .75em
    }
}

@media only print {
    .main-feature p {
        line-height: 1em;
        color: #000;
        font-size: 1.125em;
        margin: 0
    }
}

@media only screen and (min-width:767px) {
    .main-feature .news-article .st_sharethis,
    .main-feature .sru-btn.btn-yellow-alpha,
    .news-article .main-feature .st_sharethis {
        font-size: .6875em
    }
}

.no-js .main-feature {
    display: none
}

.no-js .main-feature:first-child {
    display: block
}

#main-features {
    display: block;
    overflow: hidden
}

#main-features-slides {
    position: relative;
    display: block;
    overflow: hidden
}

#main-features-slides .owl-next,
#main-features-slides .owl-prev {
    display: inline-block
}

#main-features-slides .owl-prev {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    background-image: url(../img/sprite/gold_prev.png);
    background-size: 3.0625em 3.125em;
    width: 3.0625em;
    height: 3.125em
}

#main-features-slides .owl-prev:before {
    content: "";
    display: block;
    width: 0;
    height: 150%
}

#main-features-slides .owl-next {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    background-image: url(../img/sprite/gold_next.png);
    background-size: 3.0625em 3.125em;
    width: 3.0625em;
    height: 3.125em
}

#main-features-slides .owl-next:before {
    content: "";
    display: block;
    width: 0;
    height: 150%
}

#main-features-slides .owl-controls .disabled {
    opacity: .6
}

@media only screen and (max-width:859px) {
    #main-features-slides .owl-controls {
        background-color: #e7e7e7;
        border-bottom: 1px solid #8d9091;
        box-shadow: inset 0 20px 30px -15px #33393c
    }
    #main-features-slides .owl-next,
    #main-features-slides .owl-prev {
        position: relative;
        z-index: 25;
        display: inline-block;
        margin: 5px .25em 0
    }
}

@media only screen and (min-width:860px) {
    #main-features-slides .owl-controls {
        position: absolute;
        bottom: 30px;
        left: 50%;
        margin-left: -3.32em
    }
    #main-features-slides .owl-buttons {
        display: inline-block
    }
    #main-features-slides .owl-next {
        margin-left: 10px
    }
}

.no-js #main-features-slides {
    display: block
}

@media only screen and (min-width:767px) {
    .lt-ie9 .main-feature .main-feature-callout {
        top: 6%;
        right: 4%;
        width: 299px;
        height: 299px;
        background: #fff;
        border: .75em solid #000
    }
}

@media only screen and (min-width:1024px) {
    .lt-ie9 .main-feature .main-feature-callout {
        top: 22.5%;
        right: 10%;
        width: 342px;
        height: 342px
    }
}

@media only screen and (min-width:767px) {
    .lt-ie9 .main-feature .main-feature-callout .main-feature-callout-inner-container {
        padding: 2.5em;
        font-size: 13px
    }
}

@media only screen and (min-width:1024px) {
    .lt-ie9 .main-feature .main-feature-callout .main-feature-callout-inner-container {
        padding: 2.5em;
        font-size: 15px
    }
}

.lt-ie9 #main-features-slides .owl-prev {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    background-image: url(../img/sprite/gold_prev_50.png);
    background-size: 3.0625em 3.125em;
    width: 3.0625em;
    height: 3.125em
}

.lt-ie9 #main-features-slides .owl-prev:before {
    content: "";
    display: block;
    width: 0;
    height: 150%
}

.lt-ie9 #main-features-slides .owl-next {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    background-image: url(../img/sprite/gold_next_50.png);
    background-size: 3.0625em 3.125em;
    width: 3.0625em;
    height: 3.125em
}

.lt-ie9 #main-features-slides .owl-next:before {
    content: "";
    display: block;
    width: 0;
    height: 150%
}

.masthead.homepage {
    background-color: #fff
}

.masthead.homepage .masthead-inner-container {
    width: 100%;
    position: relative
}

@media only screen and (min-width:767px) {
    .masthead.homepage .masthead-inner-container {
        max-width: 96.125em;
        margin: 0 auto
    }
}

.spotlight {
    background-color: #e1e1e1
}

@media only screen and (min-width:767px) {
    .spotlight {
        position: relative;
        z-index: 900;
        box-shadow: .063em .188em .313em .125em #aaa
    }
}

.spotlight .spotlight-inner-container {
    width: 100%;
    text-align: center;
    padding: 1.25em 0 0;
    box-sizing: border-box
}

@media only screen and (min-width:767px) {
    .spotlight .spotlight-inner-container {
        max-width: 75em;
        margin: 0 auto;
        padding: 1.25em 1.25em 2.5em
    }
}

@media only screen and (min-width:1024px) {
    .spotlight .spotlight-inner-container {
        max-width: 100em;
        padding: 1.25em 1.25em 3.75em
    }
}

@media only print {
    .spotlight .spotlight-inner-container {
        width: auto;
        text-align: left;
        margin: 0;
        padding: 0
    }
}

.spotlight .spotlight-inner-container h2 {
    font-weight: 900;
    letter-spacing: .125em;
    text-transform: uppercase;
    margin: 0 0 .9em;
    font-size: 1.5em
}

@media only screen and (min-width:767px) {
    .spotlight .spotlight-inner-container h2 {
        margin: 0 0 .8em;
        font-size: 1.75em
    }
}

@media only screen and (min-width:1024px) {
    .spotlight .spotlight-inner-container h2 {
        margin: 0 0 .7em;
        font-size: 2em
    }
}

@media only print {
    .spotlight .spotlight-inner-container h2 {
        font-weight: 400;
        letter-spacing: 0;
        text-transform: none;
        color: #000;
        font-size: 1.5em;
        margin: 1em 0 .5em
    }
}

@media only screen and (min-width:767px) {
    .spotlight .spotlight-inner-container.two-stories {
        max-width: 56.75em
    }
}

@media only screen and (min-width:767px) {
    .spotlight .spotlight-inner-container.one-story {
        max-width: 28.375em
    }
}

.sru-headlines {
    width: 100%;
    position: relative
}

.sru-headlines .headline {
    text-align: left;
    border-bottom: 1px solid #e1e1e1;
    max-width: 100%;
    padding: .78125em;
    box-sizing: border-box
}

@media only screen and (min-width:767px) {
    .js .sru-headlines .headline {
        float: left;
        position: relative;
        width: 100%;
        border-bottom: none;
        margin-left: 3.001%;
        padding: 0
    }
    .js .sru-headlines .headline:first-child {
        margin-left: 0
    }
}

@media only print {
    .sru-headlines .headline {
        float: none;
        position: static;
        width: auto;
        border-bottom: none;
        margin: 0;
        padding: 0
    }
}

.sru-headlines .no-image .article-caption {
    height: 27px
}

@media only screen and (min-width:767px) {
    .sru-headlines .owl-wrapper .headline {
        width: 100%
    }
}

.sru-headlines .owl-wrapper .owl-item {
    opacity: 0;
    transition: opacity 1s linear
}

.sru-headlines .owl-wrapper .owl-item.active {
    opacity: 1
}

.sru-headlines .owl-item {
    padding-left: .5em;
    padding-right: .5em
}

.sru-headlines .owl-controls .disabled {
    opacity: .6
}

.sru-headlines .owl-controls {
    height: 65px;
    padding: .5em 0
}

.sru-headlines .owl-next,
.sru-headlines .owl-prev {
    position: relative;
    z-index: 25;
    display: inline-block;
    margin: 0 2px
}

.sru-headlines .owl-prev {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    background-image: url(../img/sprite/gold_prev.png);
    background-size: 3.0625em 3.125em;
    width: 3.0625em;
    height: 3.125em
}

.sru-headlines .owl-prev:before {
    content: "";
    display: block;
    width: 0;
    height: 150%
}

.sru-headlines .owl-next {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    background-image: url(../img/sprite/gold_next.png);
    background-size: 3.0625em 3.125em;
    width: 3.0625em;
    height: 3.125em
}

.sru-headlines .owl-next:before {
    content: "";
    display: block;
    width: 0;
    height: 150%
}

@media only screen and (min-width:767px) {
    .sru-headlines .owl-buttons {
        display: inline-block
    }
    .sru-headlines .owl-controls {
        position: absolute;
        top: -32px;
        right: 9px;
        padding: 0
    }
    .sru-headlines .owl-prev {
        background-color: transparent;
        border: 0;
        overflow: hidden;
        background-image: url(../img/sprite/gold_prev.png);
        background-size: 1.5625em 1.5625em;
        width: 1.5625em;
        height: 1.5625em
    }
    .sru-headlines .owl-prev:before {
        content: "";
        display: block;
        width: 0;
        height: 150%
    }
    .ie8 .sru-headlines .owl-prev {
        background-color: transparent;
        border: 0;
        overflow: hidden;
        background-image: url(../img/sprite/gold_prev_ie8.png?q=1);
        background-size: 1.6875em 1.5625em;
        width: 1.6875em;
        height: 1.5625em
    }
    .ie8 .sru-headlines .owl-prev:before {
        content: "";
        display: block;
        width: 0;
        height: 150%
    }
    .sru-headlines .owl-next {
        background-color: transparent;
        border: 0;
        overflow: hidden;
        background-image: url(../img/sprite/gold_next.png);
        background-size: 1.5625em 1.5625em;
        width: 1.5625em;
        height: 1.5625em
    }
    .sru-headlines .owl-next:before {
        content: "";
        display: block;
        width: 0;
        height: 150%
    }
    .ie8 .sru-headlines .owl-next {
        background-color: transparent;
        border: 0;
        overflow: hidden;
        background-image: url(../img/sprite/gold_next_ie8.png?q=1);
        background-size: 1.6875em 1.5625em;
        width: 1.6875em;
        height: 1.5625em
    }
    .ie8 .sru-headlines .owl-next:before {
        content: "";
        display: block;
        width: 0;
        height: 150%
    }
}

.no-js .sru-headlines.owl-carousel {
    display: block
}

.no-js .sru-headlines .article-caption img {
    display: none
}

.sru-success-stories {
    text-align: center
}

@media only screen and (min-width:767px) {
    .sru-success-stories {
        background-color: #fff;
        border: .375em solid #fff
    }
}

@media only print {
    .sru-success-stories {
        text-align: left;
        border: none
    }
}

.sru-success-stories .story {
    display: block;
    border-bottom: 1px solid #fff;
    padding: 1.25em;
    box-sizing: border-box
}

.sru-success-stories .story:first-child {
    padding-top: 0
}

.sru-success-stories .story.last-child {
    border-bottom: none
}

@media only screen and (min-width:767px) {
    .sru-success-stories .story {
        float: left;
        position: relative;
        width: 33.3333%;
        border-bottom: none;
        border-left: 5px solid #fff;
        border-right: 5px solid #fff;
        border-top: 5px solid #fff;
        padding: 0
    }
}

@media only print {
    .sru-success-stories .story {
        float: none;
        position: static;
        width: auto;
        border-bottom: none;
        padding: 0
    }
}

.sru-success-stories .story .story-thumbnail {
    border-bottom: 6px solid #fff;
    box-sizing: border-box
}

.sru-success-stories .story .story-thumbnail:link,
.sru-success-stories .story .story-thumbnail:visited {
    display: block
}

.sru-success-stories .story .video-wrapper iframe,
.sru-success-stories .story img {
    box-sizing: border-box
}

@media only print {
    .sru-success-stories .story .video-wrapper iframe,
    .sru-success-stories .story img {
        border: none
    }
}

@media only print {
    .sru-success-stories .story img {
        width: 50%;
        height: 50%;
        margin: 0 0 .5em
    }
}

.sru-success-stories .story a {
    position: relative
}

.sru-success-stories .story .video-wrapper {
    padding-top: 66.25%;
    padding-bottom: 5px
}

@media only screen and (min-width:767px) {
    .three-stories .sru-success-stories .story {
        width: 33.3333%
    }
}

@media only screen and (min-width:767px) {
    .two-stories .sru-success-stories .story {
        width: 50%
    }
}

@media only screen and (min-width:767px) {
    .one-story .sru-success-stories .story {
        width: 100%
    }
}

.sru-success-stories .story .video-container {
    border: .5em solid #fff;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.sru-success-stories .story .video-container .close-btn {
    display: inline-block;
    background-color: #007055;
    padding: 5px 30px;
    position: absolute;
    bottom: -34px;
    left: 0;
    border-radius: 0 0 4px 4px
}

.sru-success-stories .story .video-container .close-btn a {
    color: #ffcb0b;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none
}

.sru-success-stories .story iframe {
    width: 100%;
    height: 100%
}

.sru-success-stories .story-call-to-action {
    text-align: center;
    background-color: #e1e1e1;
    padding: .625em;
    box-sizing: border-box
}

@media only screen and (min-width:767px) {
    .sru-success-stories .story-call-to-action {
        border-bottom: 5px solid #fff;
        border-top: none;
        padding: .625em .625em .9375em
    }
}

@media only screen and (min-width:1024px) {
    .sru-success-stories .story-call-to-action {
        padding: 1.25em 1.25em 1.875em
    }
}

@media only print {
    .sru-success-stories .story-call-to-action {
        text-align: left;
        border: none;
        padding: 0
    }
}

.sru-success-stories .story-call-to-action .alumni {
    line-height: 1.25em;
    margin: 0 0 1em
}

@media only screen and (min-width:767px) {
    .sru-success-stories .story-call-to-action .alumni {
        line-height: 1em
    }
}

@media only screen and (min-width:1024px) {
    .sru-success-stories .story-call-to-action .alumni {
        line-height: 1.25em
    }
}

@media only print {
    .sru-success-stories .story-call-to-action .alumni {
        font-weight: 400;
        line-height: 1em;
        color: #000;
        margin: 0 0 1em
    }
}

.sru-success-stories .story-call-to-action .academic-title,
.sru-success-stories .story-call-to-action .graduate {
    display: block
}

.sru-success-stories .story-call-to-action .graduate {
    font-weight: 900;
    font-size: 1.125em
}

@media only screen and (min-width:767px) {
    .sru-success-stories .story-call-to-action .graduate {
        font-size: .875em
    }
}

@media only screen and (min-width:1024px) {
    .sru-success-stories .story-call-to-action .graduate {
        font-size: 1.125em
    }
}

@media only print {
    .sru-success-stories .story-call-to-action .graduate {
        text-transform: none;
        font-size: 1em;
        margin: 0 0 .25em
    }
}

.sru-success-stories .story-call-to-action .academic-title {
    font-size: .8125em
}

@media only screen and (min-width:767px) {
    .sru-success-stories .story-call-to-action .academic-title {
        font-size: .75em
    }
}

@media only screen and (min-width:1024px) {
    .sru-success-stories .story-call-to-action .academic-title {
        font-size: .875em
    }
}

@media only print {
    .sru-success-stories .story-call-to-action .academic-title {
        font-size: .875em
    }
}

.sru-success-stories .icon-play {
    margin-top: -35px;
    margin-right: -35px
}

.sub-features {
    position: relative
}

@media only screen and (min-width:767px) {
    .sub-features {
        border-bottom: 10px solid #fff;
        border-top: 10px solid #fff;
        max-width: 96.125em;
        margin: 0 auto
    }
}

@media only screen and (min-width:860px) {
    .sub-features {
        border-top: 0
    }
}

@media only print {
    .sub-features {
        position: static;
        border-bottom: none
    }
}

.sub-features .sub-feature {
    display: block;
    border-bottom: 5px solid #fff
}

.sub-features .sub-feature:first-child {
    border-top: 5px solid #fff
}

@media only screen and (min-width:767px) {
    .sub-features .sub-feature {
        float: left;
        position: relative;
        width: 50%;
        border-bottom: none;
        border-left: 5px solid #fff;
        box-sizing: border-box
    }
    .sub-features .sub-feature:first-child {
        border-top: none;
        border-left: none;
        border-right: 5px solid #fff
    }
}

@media only screen and (min-width:1024px) {
    .sub-features .sub-feature img {
        width: 100%
    }
}

@media only print {
    .sub-features .sub-feature {
        float: none;
        position: static;
        width: auto;
        border-bottom: none;
        border-left: none
    }
    .sub-features .sub-feature:first-child {
        border-right: none
    }
}

@media only print {
    .sub-features .sub-feature img {
        width: 50%;
        height: 50%;
        margin: .5em 0 .75em
    }
}

.sub-features .sub-feature .sub-feature-callout {
    text-align: center;
    background-color: #007055;
    padding: 1.25em;
    box-sizing: border-box
}

@media only screen and (min-width:767px) {
    .sub-features .sub-feature .sub-feature-callout {
        position: absolute;
        bottom: 20px;
        left: 20px;
        text-align: right;
        background-color: transparent;
        padding: 0
    }
}

@media only print {
    .sub-features .sub-feature .sub-feature-callout {
        position: static;
        bottom: 0;
        left: 0;
        text-align: left;
        background-color: #fff;
        padding: 0
    }
}

.sub-features .sub-feature .headline {
    margin: 0 0 .75em
}

@media only screen and (min-width:767px) {
    .sub-features .sub-feature .headline {
        margin: 0 0 .375em
    }
}

@media only screen and (min-width:1024px) {
    .sub-features .sub-feature .headline {
        margin: 0 0 .75em
    }
}

@media only print {
    .sub-features .sub-feature .headline {
        margin: 0
    }
}

.sub-features .sub-feature .main-headline,
.sub-features .sub-feature .sub-headline {
    display: block;
    font-weight: 400;
    color: #fff
}

@media only print {
    .sub-features .sub-feature .main-headline,
    .sub-features .sub-feature .sub-headline {
        color: #000
    }
}

.sub-features .sub-feature .main-headline {
    font-weight: 700;
    text-shadow: 1px 1px 1px #000;
    font-size: 2em
}

@media only screen and (min-width:767px) {
    .sub-features .sub-feature .main-headline {
        font-size: 3.125em;
        padding: 0 0 .35em;
        box-sizing: border-box
    }
}

@media only screen and (min-width:1024px) {
    .sub-features .sub-feature .main-headline {
        font-size: 5em;
        padding: 0 0 .35em
    }
}

@media only print {
    .sub-features .sub-feature .main-headline {
        font-weight: 400;
        font-size: 1.5em;
        padding: 0
    }
}

.sub-features .sub-feature .sub-headline {
    font-size: 1.125em;
    padding-top: 4px
}

@media only screen and (min-width:767px) {
    .sub-features .sub-feature .sub-headline {
        font-size: 1em;
        padding-top: 0
    }
}

@media only screen and (min-width:1024px) {
    .sub-features .sub-feature .sub-headline {
        font-size: 1.375em
    }
}

@media only print {
    .sub-features .sub-feature .sub-headline {
        font-size: 1em
    }
}

.sub-features .sub-feature .block {
    display: inline-block;
    text-shadow: 1px 1px 1px #000
}

@media only screen and (min-width:767px) {
    .sub-features .sub-feature .block {
        display: block;
        line-height: 1em
    }
}

@media only screen and (min-width:767px) {
    .news-article .sub-features .sub-feature .btn-yellow-beta.st_sharethis:hover,
    .sub-features .sub-feature .news-article .btn-yellow-beta.st_sharethis:hover,
    .sub-features .sub-feature .sru-btn.btn-yellow-beta:hover {
        color: #ffcb0b;
        background-color: #007055
    }
}

.ie9 .sub-features .block,
.ie9 .sub-features .main-headline {
    filter: progid: DXImageTransform.Microsoft.DropShadow(OffX=2, OffY=2, Color=#000000)
}

.ie9 .sub-features .main-headline {
    line-height: 90px;
    height: 90px
}

.js .sub-features .main-headline,
.js .sub-features .sub-headline {
    opacity: 0
}

.js .sub-features .main-headline.animated,
.js .sub-features .sub-headline.animated {
    opacity: 1
}

.cssanimations .sub-features .main-headline,
.cssanimations .sub-features .sub-headline {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

.no-js.cssanimations .sub-features .main-headline {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.no-js.cssanimations .sub-features .sub-headline {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.accordion {
    margin-bottom: 1em;
    overflow: auto
}

.accordion h2.heading {
    position: relative;
    cursor: pointer;
    font-weight: 900;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    font-size: 1.25em;
    padding: .5em 2.25em .5em 1em;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNTk0MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZjNTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: linear-gradient(to bottom, #bebebe 0, #cecece 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#bebebe', endColorstr='#cecece', GradientType=0)
}

.accordion h2.heading .icon {
    font-weight: 400;
    background-color: #fff;
    color: #007055;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -10px;
    font-size: .5em;
    padding: .5em;
    border-radius: 12px
}

@media only screen and (min-width:767px) {
    .accordion h2.heading {
        margin: 0
    }
}

.accordion .content {
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
    display: none
}

.accordion.open {
    margin-bottom: 0
}

.accordion.open .content {
    display: block
}

@media only screen and (min-width:767px) {
    .accordion {
        margin-bottom: .5em
    }
}

.alpha-sort {
    margin: 10px 0
}

.alpha-sort ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.alpha-sort li {
    float: left;
    margin: 0 8px 2px 0
}

@media only screen and (min-width:767px) {
    .alpha-sort li {
        margin: 0 15px 5px 0
    }
}

.alpha-sort a {
    outline: 0;
    font-weight: 700;
    font-size: 18px
}

.alpha-sort a.disabled {
    pointer-events: none;
    color: #bebebe
}

@media only screen and (min-width:767px) {
    .alpha-sort {
        margin: 15px 0
    }
}

.alumni {
    margin-top: 1.5em
}

.alumni .image,
.alumni .video {
    position: relative;
    text-align: center;
    margin-bottom: .5em;
    width: 100%
}

.alumni .image img,
.alumni .video img {
    padding: 0;
    margin: 0
}

@media only screen and (min-width:767px) {
    .alumni .image,
    .alumni .video {
        width: 33%;
        display: inline-block;
        vertical-align: top
    }
    .alumni.with-media .content {
        width: 60%;
        display: inline-block;
        padding-left: 1.5em
    }
}

@media only screen and (max-width:767px) {
    .alumni {
        margin-left: -1em;
        margin-right: -1em
    }
    .alumni .content,
    .alumni h2 {
        margin-left: 1em;
        margin-right: 1em
    }
    .alumni .image img,
    .alumni .video img {
        width: 100%
    }
}

.alumni .icon-play {
    position: absolute;
    right: 50%;
    top: 50%;
    margin-top: -16px;
    margin-right: -24px
}

.application {
    padding: 0 1em 1em
}

.application input[type=email],
.application input[type=search],
.application input[type=text],
.application select,
.application textarea {
    margin: 0 .25em
}

@media only screen and (max-width:767px) {
    .application input[type=email],
    .application input[type=search],
    .application input[type=text],
    .application select,
    .application textarea {
        width: 100%
    }
}

.application label {
    display: inline-block;
    min-width: 150px;
    margin: .25em 0
}

@media only screen and (max-width:767px) {
    .application label {
        width: 100%;
        display: block
    }
}

.application button,
.application input[type=button],
.application input[type=reset],
.application input[type=submit] {
    border: 0;
    padding: 10px 30px;
    margin: .25em 0;
    border-radius: 4px;
    color: #ffcb0b;
    background: #007055;
    font-family: Lato, sans-serif;
    font-weight: 700
}

.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0;
    text-decoration: none;
    color: #fff;
    background-color: #007055;
    font-size: 13px;
    font-weight: 700;
    padding: 1em 1em 1em 2.5em;
    text-transform: uppercase;
    width: 95px;
    text-align: center;
    line-height: 1;
    display: none;
    z-index: 1000;
    border-color: #fff;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    border-radius: 12px 0 0 12px
}

.back-to-top:before {
    content: '';
    position: absolute;
    background-image: url(../img/sprite/dup.png);
    width: 9px;
    height: 16px;
    left: 16px;
    top: 50%;
    margin-top: -8px
}

.breadcrumbs {
    display: none
}

@media only screen and (min-width:767px) {
    .breadcrumbs {
        display: block;
        margin-bottom: 1em;
        position: relative;
        z-index: 100
    }
    .breadcrumbs nav {
        max-width: 1085px;
        margin: auto;
        padding: 2px 0 12px 30px;
        border-bottom: 2px ridge #fff
    }
    .breadcrumbs ul {
        list-style: none;
        margin: 0;
        padding: 0
    }
    .breadcrumbs li {
        display: inline-block;
        position: relative;
        padding-left: 20px
    }
    .breadcrumbs li.current:before,
    .breadcrumbs li.link:before {
        content: '>';
        color: #000;
        position: absolute;
        left: 5px;
        top: 50%;
        margin-top: -10px
    }
    .breadcrumbs li.home {
        padding-left: 0
    }
    .breadcrumbs a {
        color: #3e7cf9;
        text-decoration: none;
        font-weight: 700
    }
    .breadcrumbs a:hover {
        text-decoration: underline
    }
    .breadcrumbs .icon-house {
        color: #3e7cf9;
        position: relative;
        bottom: -6px;
        font-size: 2em
    }
}

.byline {
    display: block;
    padding-bottom: 1em
}

.calendar-toggle {
    display: none
}

.calendar-toggle a {
    font-size: 2.5em
}

@media only screen and (min-width:767px) {
    .calendar-toggle {
        position: absolute;
        top: 0;
        right: 0;
        display: block
    }
    .calendar-toggle span {
        display: none
    }
    .calendar-toggle a {
        padding-left: .25em;
        color: #aaa;
        position: absolute;
        top: 0
    }
    .calendar-toggle a.active {
        color: #007055;
        cursor: default
    }
    .calendar-toggle a.icon-list {
        right: 0
    }
    .calendar-toggle a.icon-calendar {
        right: 48px
    }
}

.campus-address {
    font-family: Lato, sans-serif;
    font-weight: 400;
    color: #fff;
    text-align: center;
    font-size: .75em
}

@media only screen and (min-width:767px) {
    .campus-address {
        font-size: .875em
    }
}

.campus-address p {
    margin: 0;
    padding: 0
}

.campus-address span {
    display: block
}

@media only screen and (min-width:767px) {
    .campus-address span {
        display: inline-block;
        padding-left: 1em
    }
    .campus-address span:first-child {
        padding-right: 0
    }
}

.display-toggle {
    display: inline-block;
    float: right
}

.display-toggle a {
    font-size: 32px;
    padding-left: .25em;
    color: #aaa;
    position: absolute;
    top: 0
}

.display-toggle a.active {
    color: #007055;
    cursor: default
}

.display-toggle a.icon-list {
    right: 0
}

.display-toggle a.icon-expanded {
    right: 40px
}

.emergency {
    background: #ffcb0b;
    position: relative;
    color: #007055;
    border-bottom: 5px solid #fff
}

.emergency .attention {
    text-transform: uppercase;
    float: left;
    font-size: 1.2em
}

.emergency .attention-container {
    display: block;
    padding: 0 1em;
    font-weight: 800;
    height: 40px
}

.emergency .attention-container .showmore {
    text-align: right;
    color: #007055
}

.emergency .alert-container {
    display: none;
    padding: 0 1em;
    position: relative
}

.emergency .alert-container .headline {
    padding: 15px 60px 0 0;
    margin: 0;
    display: block;
    font-size: 1.8em;
    color: #007055;
    font-weight: 800;
    text-transform: uppercase
}

.emergency .alert-container .moreinfo {
    background: 0 0;
    display: block;
    font-size: 1.1em;
    padding: 10px 0 8px
}

.emergency .alert-container .col2 {
    padding-top: 20px
}

.emergency .alert-container .col2 .phone {
    font-size: 1.5em
}

.emergency .emergency-close {
    text-decoration: none;
    display: none
}

.emergency .wrapper {
    letter-spacing: -.31em;
    word-spacing: -.43em
}

.emergency .col1,
.emergency .col2 {
    display: block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal
}

.emergency .alert-icon {
    margin-left: 4px;
    margin-top: -2px
}

@media only screen and (min-width:767px) {
    .emergency {
        border-bottom: none
    }
    .emergency .col1,
    .emergency .col2 {
        display: inline-block
    }
    .emergency .col1 {
        width: 75%;
        padding-right: 2em
    }
    .emergency .col2 {
        width: 25%;
        vertical-align: top
    }
}

.emergency.open {
    background: #fff;
    position: relative;
    color: #000
}

.emergency.open .attention-container .showmore,
.emergency.open .plus {
    display: none
}

.emergency.open .alert-container {
    display: block
}

.emergency.open .emergency-close {
    display: block;
    text-align: right;
    color: #000;
    font-size: 1.1em;
    padding-bottom: 8px;
    padding-top: 44px
}

.emergency.open .emergency-close span {
    font-weight: 800
}

@media only screen and (min-width:767px) {
    .emergency.open .emergency-close {
        position: absolute;
        bottom: 0;
        right: 12px
    }
}

.focus-bar {
    cursor: pointer;
    padding-top: 9px
}

.focus-bar:hover .showmore {
    color: #000
}

.event-categories {
    display: block
}

.event-categories .event-category {
    display: block;
    color: #fff;
    padding: 3px 6px;
    border-radius: 5px;
    font-weight: 700;
    text-shadow: 1px 1px 1px #000
}

@media only screen and (min-width:767px) {
    .event-categories .event-category {
        display: inline-block
    }
}

.event-index-container {
    position: relative;
    clear: both
}

.event-index-container .calendar-screen {
    display: none
}

@media only screen and (min-width:767px) {
    .event-index-container {
        padding-left: 1em
    }
    .event-index-container.calendar .calendar-screen {
        display: block
    }
    .event-index-container.calendar .events-screen {
        display: none
    }
    .event-index-container .calendar-screen {
        padding: 4em 0
    }
}

.events-screen #bottomPaging {
    border: 0
}

.events-screen #tabContainer,
.events-screen .pageList,
.events-screen.paged .result-holder {
    margin: 0;
    padding: 0
}

.event-item {
    border-bottom: 2px groove #fff;
    padding: 2em 0 1em;
    overflow: auto
}

.event-item h4 {
    text-transform: uppercase;
    margin: 0;
    padding: 0
}

.event-item a {
    color: #3e7cf9;
    text-decoration: none;
    font-weight: 900
}

.event-item a:hover {
    text-decoration: underline
}

.event-item.with-img .event-img,
.event-item.with-img .event-info {
    display: inline-block
}

.event-item.first {
    padding: .5em 0 1em
}

.event-item .event-img {
    padding-right: 1em;
    padding-bottom: .5em
}

@media only screen and (max-width:767px) {
    .event-item .event-img {
        width: 100%;
        text-align: center
    }
}

@media only screen and (min-width:767px) {
    .event-item .event-img {
        float: left;
        max-width: 20%
    }
}

.event-key,
.event-key.nomobile {
    display: none
}

.event-key ul {
    list-style: none;
    padding: 0
}

.event-key li {
    margin-top: .25em;
    display: block;
    color: #fff;
    padding: 3px 6px;
    border-radius: 5px;
    font-weight: 700;
    text-shadow: 1px 1px 1px #000
}

@media only screen and (min-width:767px) {
    .event-key,
    .event-key.nomobile {
        display: block
    }
    .event-key.nodesktop {
        display: none
    }
}

@media only print {
    .event-key {
        display: none
    }
}

.events-search.nomobile {
    display: none
}

.events-search.increase h2 {
    font-size: 1.25em
}

.events-search h2 {
    position: relative
}

.events-search form {
    padding: .5em 1em 0
}

.events-search label {
    display: block
}

.events-search label.inline {
    display: inline-block;
    width: 25%
}

.events-search input[type=text],
.events-search select {
    width: 100%;
    margin-bottom: 1em
}

@media only print {
    .events-search {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .events-search .icon {
        font-weight: 400;
        background-color: #fff;
        color: #007055;
        position: absolute;
        top: 50%;
        right: 14px;
        margin-top: -12.5px;
        font-size: .75em;
        padding: .41667em;
        border-radius: 14px
    }
    .events-search .content {
        display: none
    }
    .events-search.open .content {
        display: block
    }
}

@media only screen and (min-width:767px) {
    .events-search.nomobile {
        display: block
    }
    .events-search .icon,
    .events-search.nodesktop {
        display: none
    }
}

.content-container .events-search {
    padding-top: 0;
    border-top: none
}

.content-container .events-search h2 {
    background-color: #bebebe;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFBEBEBE', endColorstr='#FFCECECE');
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JlYmViZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NlY2VjZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: linear-gradient(to bottom, #bebebe 0, #cecece 100%);
    padding: 20px 5px 20px 15px;
    margin: 0 -1em;
    cursor: pointer
}

.content-container .events-search .content {
    margin: 0 -1em
}

@media only screen and (min-width:767px) {
    .events-search input.datepicker {
        width: 70%
    }
}

.eventTabs {
    list-style: none;
    padding: 0 0 1em;
    margin: 0 -2.1em 0 -1em;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal
}

.eventTabs li {
    display: inline-block;
    padding: 1em 0;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    border-left: 4px solid #e7e7e7;
    text-align: center;
    background-color: #bebebe;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFBEBEBE', endColorstr='#FFCECECE');
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2ZDZkNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: linear-gradient(to bottom, #d6d6d6 0, #ddd 100%)
}

.eventTabs li.active {
    background-color: #bebebe;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFBEBEBE', endColorstr='#FFCECECE');
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JlYmViZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NlY2VjZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: linear-gradient(to bottom, #bebebe 0, #cecece 100%)
}

.eventTabs li.active a {
    font-weight: 900;
    color: #007055
}

.eventTabs li:first-child {
    border: 0
}

@media only screen and (max-width:767px) {
    .eventTabs li {
        width: 33.333333%;
        white-space: nowrap
    }
}

@media only screen and (min-width:767px) {
    .eventTabs li {
        padding: 1em 1.5em
    }
}

.eventTabs a {
    text-transform: uppercase;
    text-decoration: none;
    color: #3e7cf9
}

.eventTabs a:hover {
    text-decoration: underline
}

@media only screen and (max-width:767px) {
    .eventTabs {
        letter-spacing: -.31em;
        word-spacing: -.43em
    }
}

@media only screen and (min-width:767px) {
    .eventTabs {
        margin: 0
    }
}

.filter {
    margin: 1em 0 2em
}

.filter select {
    margin: 0
}

@media only screen and (max-width:767px) {
    .filter select {
        width: 100%
    }
}

@media only screen and (min-width:767px) {
    .filter select {
        margin: 0 .25em
    }
}

.no-js .filter {
    display: none
}

.filters {
    padding: 1em
}

.filters a {
    text-decoration: none;
    color: #000;
    vertical-align: middle
}

.filters a span {
    background-color: #fff;
    color: #007055;
    padding: 0 5px 3px 6px;
    margin: 0 4px 0 9px;
    font-size: .8em;
    font-weight: 900;
    position: relative;
    top: -2px;
    border-radius: 25px
}

.filters a:active span,
.filters a:hover span {
    background-color: #007055;
    color: #fff
}

@media only screen and (max-width:767px) {
    .filters strong {
        display: block
    }
    .filters a {
        display: inline-block;
        padding: .5em 0;
        width: 50%
    }
}

.footer-logo {
    text-align: center;
    margin: 0 0 .625em
}

@media only screen and (min-width:767px) {
    .footer-logo {
        margin: 0 0 1.25em
    }
}

@media only screen and (min-width:767px) {
    .footer-nav {
        text-align: center
    }
}

.footer-nav ul {
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0
}

@media only screen and (min-width:767px) {
    .footer-nav ul {
        margin: 0 0 0 -.01563em
    }
}

.footer-nav ul>li {
    display: inline-block;
    float: left;
    position: relative;
    width: 50%;
    margin: 0 0 .875em
}

.footer-nav ul>li.no-margin-bottom {
    margin-bottom: 0
}

@media only screen and (min-width:767px) {
    .footer-nav ul>li {
        display: inline-block;
        float: none;
        width: auto;
        overflow: hidden;
        font-size: 1em;
        margin: 0;
        padding: 0 1em;
        box-sizing: border-box
    }
}

@media only screen and (min-width:1024px) {
    .footer-nav ul>li {
        padding: 0 1.5em
    }
}

.footer-nav a:link,
.footer-nav a:visited {
    display: block;
    font-family: Lato, sans-serif;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1em
}

.footer-nav a:link:hover,
.footer-nav a:visited:hover {
    color: #ffcb0b;
    text-decoration: underline
}

@media only screen and (min-width:767px) {
    .footer-nav a:link,
    .footer-nav a:visited {
        font-weight: 700
    }
}

@media only screen and (min-width:767px) {
    .footer-nav.audience-navigation a:link,
    .footer-nav.audience-navigation a:visited {
        font-size: 1.125em
    }
}

.global-footer {
    background-color: #007055;
    border-top: 5px solid #33393c
}

@media only print {
    .global-footer {
        display: none
    }
}

.global-footer .global-footer-inner-container {
    width: 100%;
    padding: 0 1.25em;
    box-sizing: border-box
}

@media only screen and (min-width:767px) {
    .global-footer .global-footer-inner-container {
        max-width: 75em;
        margin: 0 auto;
        padding: 0
    }
}

.global-footer-rows {
    border-top: 1px solid #fff;
    text-align: center;
    padding: .9375em 0;
    box-sizing: border-box
}

.global-footer-rows:first-child {
    border-top: none
}

@media only screen and (min-width:767px) {
    .global-footer-rows {
        border-top: none
    }
    .global-footer-rows.last-child {
        padding-top: 0
    }
}

.global-header {
    background-color: #007055
}

@media only screen and (min-width:1024px) {
    .global-header {
        position: relative;
        z-index: 500;
        box-shadow: .063em .063em .313em .063em #33393c;
        box-sizing: border-box
    }
}

@media only print {
    .global-header {
        display: none
    }
}

.global-header .global-header-inner-container {
    width: 100%
}

@media only screen and (min-width:1024px) {
    .global-header .global-header-inner-container {
        height: 6.7em;
        margin: 0 auto;
        padding: 0 0 0 1.25em;
        box-sizing: border-box
    }
}

.global-search {
    position: relative;
    margin: .84375em 0 0
}

.global-search .sru-search {
    position: absolute;
    top: 50%;
    right: 10px;
    border: none;
    background-color: transparent;
    margin-top: -10px;
    padding: 0
}

.global-search .sru-search .icon-search {
    color: #007055;
    font-size: 1.5em
}

.global-search .keywords,
.global-search input[type=search],
.global-search input[type=text] {
    width: 100%;
    height: 40px;
    font-family: Lato, sans-serif;
    font-style: italic;
    font-weight: 400;
    color: #33393c;
    border: 2px solid #e1e1e1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: .9375em;
    box-shadow: inset 0 .125em .125em .188em #aaa;
    padding: .625em 2.75em .625em .625em;
    border-radius: 0;
    box-sizing: border-box
}

.icon-play {
    position: absolute;
    right: 50%;
    top: 50%
}

.icon-play.btn-wide {
    color: #fff;
    padding: .5em 1em;
    background-color: #33393c;
    cursor: pointer;
    opacity: .8;
    border-radius: 12px
}

.icon-play.btn-circle {
    color: #fff;
    background-color: #33393c;
    background-color: rgba(51, 57, 60, .6);
    cursor: pointer;
    border-style: solid;
    border-width: 3px;
    border-color: #fff;
    font-size: 2.8em;
    padding: .22321em .13393em .22321em .3125em;
    border-radius: 35px
}

.index-pages nav ul {
    margin: -1em 0 1em;
    padding: 1em 0
}

.index-pages nav li {
    display: inline-block;
    width: 1.25em;
    text-align: left;
    color: #b4b4b4;
    padding: .0625em 0;
    font-size: 1.125em
}

.index-pages .the-letter {
    color: #007055;
    font-weight: 700;
    font-size: 1.25em;
    text-decoration: none
}

.index-pages .the-letter:hover {
    text-decoration: none
}

.index-pages .letter {
    border-bottom: 2px groove #fff;
    padding-bottom: 2em;
    margin-bottom: 2em
}

.index-pages .letter ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.index-pages .letter li {
    padding: .25em
}

.keyword-search {
    display: inline-block;
    padding: 25px 15px 15px 10px;
    background-color: #bebebe;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFBEBEBE', endColorstr='#FFCECECE');
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JlYmViZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NlY2VjZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: linear-gradient(to bottom, #bebebe 0, #cecece 100%)
}

.keyword-search label {
    margin: 0;
    color: #007055;
    text-transform: uppercase;
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.375em;
    padding: 0 .22727em .68182em 0
}

@media only screen and (min-width:767px) {
    .keyword-search label {
        padding: 0 .22727em 0 .72727em
    }
}

.keyword-search input[type=text] {
    width: 100%;
    padding: 8px;
    margin: 0 0 1em;
    display: inline-block;
    vertical-align: middle
}

@media only screen and (min-width:767px) {
    .keyword-search input[type=text] {
        width: 15em;
        margin: 0 .5em 0 .25em
    }
}

.keyword-search input[type=submit] {
    display: inline-block;
    vertical-align: middle
}

@media only screen and (min-width:767px) {
    .keyword-search {
        margin-left: .5em
    }
}

.lt-ie9 .keyword-search {
    min-width: 650px
}

.main-menu {
    position: relative
}

@media only screen and (min-width:1024px) {
    .main-menu {
        float: none;
        width: auto;
        height: 6.7em;
        overflow: hidden;
        text-align: right
    }
}

.majors+.results {
    padding-top: .5em
}

.majors+.results h2 {
    color: #3e7cf9;
    padding: 0 2em 0 .5em;
    margin: 0;
    position: relative;
    width: 100%;
    cursor: pointer
}

.majors+.results h2 .icon {
    font-weight: 400;
    background-color: #fff;
    color: #007055;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -10px;
    font-size: .5em;
    padding: .5em;
    border-radius: 12px
}

@media only screen and (min-width:767px) {
    .majors+.results h2 {
        display: none
    }
}

.majors+.results header {
    position: relative
}

.majors+.results header .majors-search-options {
    min-height: 50px
}

.majors+.results header .show-minors {
    font-weight: 700;
    margin: 5px 0;
    display: block
}

.majors+.results header .show-minors-input {
    margin-left: 0
}

.majors+.results header .display-toggle {
    display: none
}

.lt-ie9 .majors+.results header .display-toggle {
    display: block
}

@media only screen and (min-width:767px) {
    .majors+.results header .display-toggle {
        display: block
    }
}

.majors+.results li {
    padding: 1.5em 0 1.4em
}

@media only screen and (max-width:767px) {
    .majors+.results li {
        margin: 0 -.25em
    }
}

.majors+.results .item-content,
.majors+.results .item-cta {
    display: none
}

.majors+.results .notice {
    padding-top: 1.5em;
    padding-bottom: .75em
}

@media only screen and (max-width:767px) {
    .majors+.results .open .item-content,
    .majors+.results .open .item-cta {
        padding-top: 1em;
        padding-left: 1em;
        padding-right: 1em;
        display: block
    }
    .majors+.results .open .item-content>a {
        display: none
    }
}

@media only screen and (min-width:767px) {
    .majors+.results .item-content {
        display: block
    }
    .majors+.results .item-content a {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 18px
    }
    .majors+.results.slim .item-content .image,
    .majors+.results.slim .item-content p {
        display: none
    }
}

.majors-keywords-search {
    position: relative
}

.majors-keywords-search input {
    width: 100%;
    height: 60px;
    font-family: Lato, sans-serif;
    font-style: italic;
    font-weight: 400;
    color: #33393c;
    border: 2px solid #bebebe;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1.125em;
    padding: 1em;
    border-radius: 0;
    box-sizing: border-box
}

.majors-keywords-search button {
    border: none;
    outline: 0;
    background-color: #007055;
    width: 56px;
    height: 56px;
    position: absolute;
    top: 2px;
    right: 2px;
    padding: 0
}

.majors-keywords-search button>span {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    line-height: 56px;
    text-align: center;
    display: block;
    width: 56px;
    height: 56px;
    margin: 0;
    position: relative;
    top: -2px
}

.majors-search {
    margin-top: .5em
}

.majors-search h2 {
    position: relative
}

.majors-search form {
    padding: .5em .5em 0
}

.majors-search label {
    display: block
}

.majors-search ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.majors-search .category {
    display: block
}

.majors-search .content {
    background-color: #f7f7f7;
    padding: .25em .25em 1em
}

.majors-search .icon {
    font-weight: 400;
    background-color: #fff;
    color: #007055;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -14.5px;
    font-size: .75em;
    padding: .41667em;
    border-radius: 14px
}

.majors-search .buttons li {
    display: block
}

@media only print {
    .majors-search {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .majors-search .content {
        display: none
    }
    .majors-search.open .content {
        display: block
    }
}

@media only screen and (min-width:767px) {
    .majors-search .category {
        display: inline-block;
        width: 230px
    }
    .majors-search .buttons {
        padding-bottom: 15px
    }
    .majors-search .buttons li {
        display: inline-block;
        padding-right: 10px
    }
    .majors-search label {
        position: relative;
        padding-left: 28px
    }
    .majors-search input[type=checkbox] {
        position: absolute;
        top: 3px;
        left: 2px
    }
    .csscolumns .majors-search .two-col {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

@media only screen and (min-width:1024px) {
    .csscolumns .majors-search .two-col {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }
}

.content-container .majors-search {
    padding-top: 0;
    border-top: none
}

.content-container .majors-search h2 {
    background-color: #bebebe;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFBEBEBE', endColorstr='#FFCECECE');
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JlYmViZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NlY2VjZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: linear-gradient(to bottom, #bebebe 0, #cecece 100%);
    padding: 20px 5px 20px 15px;
    cursor: pointer
}

.masthead {
    background-color: #fff;
    position: relative;
    /*z-index: 400*/
}

.masthead.limit .caption-container,
.masthead.limit .centerer,
.masthead.limit .item {
    max-width: 1200px
}

.masthead.limit .caption {
    background-color: #fff
}

@media only screen and (min-width:767px) {
    .masthead.limit .caption {
        background-color: rgba(255, 255, 255, .5)
    }
}

@media only screen and (min-width:767px) {
    .masthead.limit .caption-container {
        position: absolute;
        bottom: 0
    }
}

@media only screen and (min-width:767px) {
    .masthead.limit .icon-play {
        margin-top: -70px;
        display: block
    }
}

.masthead.full {
    background-size: cover;
    background-position: center center
}

.masthead.full .centerer {
    max-width: 1067px
}

@media only screen and (min-width:767px) {
    .masthead.full .masthead-inner-container {
        padding-top: 22%;
        min-height: 0
    }
}

.masthead.full .caption-container .caption p {
    display: none
}

@media only screen and (min-width:767px) {
    .masthead.full .caption-container .caption {
        background-color: rgba(255, 255, 255, .5)
    }
    .masthead.full .caption-container .caption p {
        display: block
    }
}

@media only screen and (min-width:767px) {
    .masthead.full .icon-play {
        margin-top: -19%;
        display: block
    }
}

@media only screen and (min-width:1024px) {
    .masthead.full .icon-play {
        margin-top: -15%
    }
}

.masthead.full h2 {
    visibility: hidden
}

@media only screen and (min-width:767px) {
    .masthead.full h2 {
        visibility: visible;
    }
}

.masthead .masthead-inner-container {
    margin: auto;
    overflow: visible
}

.masthead iframe {
    width: 100%;
    height: 100%
}

.masthead .caption-container {
    padding: 1em 0;
    width: 100%
}

.masthead .caption-container .caption {
    display: block;
    padding: 1em 2em .5em 1em
}

.masthead .caption-container .caption p {
    margin: 0 0 .5em
}

@media only screen and (min-width:767px) {
    .masthead .caption-container {
        background-color: #31383b;
        background-color: rgba(49, 56, 59, .5)
    }
}

.masthead .video-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: #000;
    text-align: center
}

.masthead .video-container .close-btn {
    display: inline-block;
    background-color: #007055;
    padding: 5px 30px;
    position: absolute;
    bottom: -34px;
    left: 0;
    border-radius: 0 0 4px 4px;
    z-index: 401
}

.masthead .video-container .close-btn a {
    color: #ffcb0b;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none
}

.masthead h2 {
    color: #007055;
    padding: 0;
    margin: 0 0 .25em;
    font-weight: 900
}

.masthead .icon-play {
    font-size: 1em;
    margin-right: -24px;
    text-decoration: none
}

@media only screen and (min-width:767px) {
    .masthead .icon-play {
        font-size: 2em;
        margin-right: -62px
    }
}

.masthead .image-container {
    overflow: hidden;
    position: relative
}

.deluxe-masthead {
    overflow: hidden;
    display: block;
    border: 0
}

.deluxe-masthead .masthead-inner-container {
    background-color: #fff
}

.deluxe-masthead .item {
    position: relative;
    border-style: solid;
    border-color: #fff;
    border-width: 0 5px 10px
}

.deluxe-masthead .item img {
    display: block;
    width: 100%;
    height: auto
}

.deluxe-masthead iframe {
    max-width: 100%
}

.deluxe-masthead .disabled {
    opacity: .6
}

.deluxe-masthead .counter {
    font-style: italic;
    color: #888;
    position: absolute;
    bottom: -52px;
    right: 20px
}

.deluxe-masthead .active .item {
    opacity: 1
}

.deluxe-masthead .owl-wrapper {
    position: relative;
    z-index: 30
}

@media only screen and (max-width:860px) {
    .deluxe-masthead .owl-controls {
        background-color: #e7e7e7;
        border-bottom: 1px solid #8d9091;
        box-shadow: inset 0 20px 30px -15px #33393c
    }
    .deluxe-masthead .owl-next,
    .deluxe-masthead .owl-prev {
        position: relative;
        z-index: 25;
        display: inline-block;
        margin: 5px .25em 0
    }
    .deluxe-masthead .owl-prev {
        background-color: transparent;
        border: 0;
        overflow: hidden;
        background-image: url(../img/sprite/gold_prev.png);
        background-size: 3.0625em 3.125em;
        width: 3.0625em;
        height: 3.125em
    }
    .deluxe-masthead .owl-prev:before {
        content: "";
        display: block;
        width: 0;
        height: 150%
    }
    .deluxe-masthead .owl-next {
        background-color: transparent;
        border: 0;
        overflow: hidden;
        background-image: url(../img/sprite/gold_next.png);
        background-size: 3.0625em 3.125em;
        width: 3.0625em;
        height: 3.125em
    }
    .deluxe-masthead .owl-next:before {
        content: "";
        display: block;
        width: 0;
        height: 150%
    }
}

@media only screen and (min-width:860px) {
    .deluxe-masthead .masthead-inner-container {
        max-width: 759px
    }
    .deluxe-masthead .owl-controls {
        height: 0
    }
    .deluxe-masthead .owl-buttons {
        display: inline-block
    }
    .deluxe-masthead .owl-next,
    .deluxe-masthead .owl-prev {
        position: absolute;
        top: 50%;
        cursor: pointer
    }
    .deluxe-masthead .owl-prev {
        background-color: transparent;
        border: 0;
        overflow: hidden;
        background-image: url(../img/sprite/mnav-left.png);
        background-size: 2.4375em 7.75em;
        width: 2.4375em;
        height: 7.75em;
        left: 0;
        margin-top: -62px
    }
    .deluxe-masthead .owl-prev:before {
        content: "";
        display: block;
        width: 0;
        height: 150%
    }
    .deluxe-masthead .owl-next {
        background-color: transparent;
        border: 0;
        overflow: hidden;
        background-image: url(../img/sprite/mnav-right.png);
        background-size: 2.4375em 7.75em;
        width: 2.4375em;
        height: 7.75em;
        right: 0;
        margin-top: -62px
    }
    .deluxe-masthead .owl-next:before {
        content: "";
        display: block;
        width: 0;
        height: 150%
    }
    .deluxe-masthead .counter {
        bottom: 25px
    }
    .deluxe-masthead .item {
        opacity: .3;
        border-width: 10px 5px
    }
}

.simple-masthead {
    border-style: solid;
    border-color: #fff transparent;
    border-width: 0 0 0px
}

.simple-masthead .masthead-inner-container {
    position: relative
}

.simple-masthead.limit .masthead-inner-container {
    background-color: #556065;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF556065', endColorstr='#FF2B3134');
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU1NjA2NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJiMzEzNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: linear-gradient(to bottom, #556065 0, #2b3134 100%)
}

.simple-masthead iframe {
    max-width: 768px;
    margin: auto
}

.simple-masthead img {
    width: 100%;
    height: auto
}

.simple-masthead .image-container {
    overflow: visible
}

.simple-masthead .centerer,
.simple-masthead .item {
    margin: auto
}

@media only screen and (min-width:767px) {
    .simple-masthead .video-container .close-btn {
        left: 50%;
        margin-left: -384px
    }
}



.menu {
    display: none;
    border-bottom: .313em solid #fff
}

@media only screen and (min-width:767px) {
    .menu {
        border-bottom: none
    }
}

@media only screen and (min-width:1024px) {
    .menu {
        display: block!important;
        float: right;
        position: relative;
        height: 100%;
        padding: 2.70625em 6.1875em 0 0;
        box-sizing: border-box
    }
}

.menu-search {
    height: 4.5em;
    background-color: #33393c
}

@media only screen and (min-width:1024px) {
    .menu-search {
        display: none
    }
}

.news-search.nomobile {
    display: none
}

.news-search.increase h2 {
    font-size: 1.25em
}

.news-search h2 {
    position: relative
}

.news-search form {
    padding: .5em 1em 0
}

.news-search label {
    display: block
}

.news-search input[type=text],
.news-search select {
    width: 100%;
    margin-bottom: 1em
}

@media only print {
    .news-search {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .news-search .icon {
        font-weight: 400;
        background-color: #fff;
        color: #007055;
        position: absolute;
        top: 50%;
        right: 14px;
        margin-top: -12.5px;
        font-size: .75em;
        padding: .41667em;
        border-radius: 14px
    }
    .news-search .content {
        display: none
    }
    .news-search.open .content {
        display: block
    }
}

@media only screen and (min-width:767px) {
    .news-search.nomobile {
        display: block
    }
    .news-search .icon,
    .news-search.nodesktop {
        display: none
    }
}

.content-container .news-search {
    padding-top: 0;
    border-top: none
}

.content-container .news-search h2 {
    background-color: #bebebe;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFBEBEBE', endColorstr='#FFCECECE');
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JlYmViZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NlY2VjZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: linear-gradient(to bottom, #bebebe 0, #cecece 100%);
    padding: 20px 5px 20px 15px;
    margin: 0 -1em;
    cursor: pointer
}

.content-container .news-search .content {
    margin: 0 -1em
}

.advanced-paged,
.paged,
.search-results {
    margin: 1em 0
}

.advanced-paged .result.last,
.paged .result.last,
.search-results .result.last {
    padding-bottom: 0
}

.advanced-paged .paging,
.paged .paging,
.search-results .paging {
    border-top: 2px groove #fff;
    padding: 1em 0
}

.advanced-paged .bInd,
.advanced-paged .next,
.advanced-paged .pager,
.advanced-paged span,
.paged .bInd,
.paged .next,
.paged .pager,
.paged span,
.search-results .bInd,
.search-results .next,
.search-results .pager,
.search-results span {
    margin-left: .5em
}

.advanced-paged .bInd,
.paged .bInd,
.search-results .bInd {
    font-weight: 700
}

.advanced-paged .disabled,
.paged .disabled,
.search-results .disabled {
    cursor: not-allowed;
    color: #272626
}

.advanced-paged .date,
.advanced-paged .notice,
.paged .date,
.paged .notice,
.search-results .date,
.search-results .notice {
    margin: 0;
    padding: 0
}

.paging {
    text-align: center
}

.paging ul {
    padding: 0;
    margin: 1em 0
}

.paging li {
    display: inline-block;
    padding-right: .5em
}

.paging a {
    text-decoration: none
}

.paging a:hover {
    text-decoration: underline
}

@media only screen and (min-width:767px) {
    .paging.nodesktop {
        display: none
    }
}

.paging .showAllItems {
    float: right
}

@media only screen and (max-width:767px) {
    .paging {
        text-align: center;
        border-top: 2px groove #fff;
        border-bottom: 2px groove #fff
    }
    .paging.notop {
        border-top: 0
    }
}

@media only screen and (min-width:767px) {
    .paging {
        text-align: left
    }
}

.passhe {
    background-color: #fff;
    margin-bottom: 4em
}

.passhe .passhe-inner-container {
    width: 100%;
    padding: 1.25em 0;
    box-sizing: border-box
}

@media only screen and (min-width:767px) {
    .passhe .passhe-inner-container {
        max-width: 75em;
        margin: 0 auto
    }
}

.passhe ul {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0
}

.passhe ul>li {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    margin: 0 0 0 1.25em
}

.passhe ul>li:first-child {
    margin-left: 0
}

.passhe a:link,
.passhe a:visited {
    display: block;
    text-decoration: none
}

.passhe a:link:hover,
.passhe a:visited:hover {
    text-decoration: none
}

.passhe a:link img,
.passhe a:visited img {
    border: none
}

@media only screen and (min-width:767px) {
    .passhe {
        margin-bottom: 0
    }
}

.primary-navigation,
.secondary-navigation {
    padding: 1.875em 1.875em 1.25em;
    box-sizing: border-box
}

@media only screen and (min-width:1024px) {
    .primary-navigation,
    .secondary-navigation {
        padding: 0
    }
}

.primary-navigation ul,
.secondary-navigation ul {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.primary-navigation li,
.secondary-navigation li {
    float: left;
    position: relative;
    display: inline-block;
    width: 50%;
    margin: 0 0 .75em
}

@media only screen and (min-width:1024px) {
    .primary-navigation li,
    .secondary-navigation li {
        width: auto;
        margin: 0 0 0 1.75em
    }
    .primary-navigation li:first-child,
    .secondary-navigation li:first-child {
        margin-left: 0
    }
}

.primary-navigation li.last-child>a:hover,
.secondary-navigation li.last-child>a:hover {
    text-decoration: none
}

.primary-navigation a:link,
.primary-navigation a:visited,
.secondary-navigation a:link,
.secondary-navigation a:visited {
    display: block;
    font-family: Lato, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1em;
    padding: .3125em 0;
    box-sizing: border-box
}

.primary-navigation a:link:active,
.primary-navigation a:link:hover,
.primary-navigation a:visited:active,
.primary-navigation a:visited:hover,
.secondary-navigation a:link:active,
.secondary-navigation a:link:hover,
.secondary-navigation a:visited:active,
.secondary-navigation a:visited:hover {
    text-decoration: underline
}

@media only screen and (min-width:1024px) {
    .primary-navigation a:link,
    .primary-navigation a:visited,
    .secondary-navigation a:link,
    .secondary-navigation a:visited {
        font-weight: 400;
        font-size: 1.125em;
        padding: 0
    }
}

.primary-navigation a:link>.icon-mySRU,
.primary-navigation a:visited>.icon-mySRU,
.secondary-navigation a:link>.icon-mySRU,
.secondary-navigation a:visited>.icon-mySRU {
    color: #007055;
    padding-right: 2px;
    font-size: 1.125em
}

@media only screen and (min-width:1024px) {
    .primary-navigation a:link>.icon-mySRU,
    .primary-navigation a:visited>.icon-mySRU,
    .secondary-navigation a:link>.icon-mySRU,
    .secondary-navigation a:visited>.icon-mySRU {
        color: #ffcb0b;
        font-size: 1em
    }
}

.primary-navigation a:active>.icon-mySRU,
.primary-navigation a:hover>.icon-mySRU,
.secondary-navigation a:active>.icon-mySRU,
.secondary-navigation a:hover>.icon-mySRU {
    color: #33393c;
    padding-right: 2px
}

@media only screen and (min-width:1024px) {
    .primary-navigation a:active>.icon-mySRU,
    .primary-navigation a:hover>.icon-mySRU,
    .secondary-navigation a:active>.icon-mySRU,
    .secondary-navigation a:hover>.icon-mySRU {
        color: #fff
    }
}

.primary-navigation {
    background-color: #e1e1e1;
    border-bottom: 2px solid #fff
}

@media only screen and (min-width:1024px) {
    .primary-navigation {
        background-color: transparent;
        border-bottom: none
    }
}

.primary-navigation a:link,
.primary-navigation a:visited {
    color: #33393c
}

@media only screen and (min-width:1024px) {
    .primary-navigation a:link,
    .primary-navigation a:visited {
        color: #fff
    }
}

.primary-navigation a:active,
.primary-navigation a:hover {
    color: #007055
}

@media only screen and (min-width:1024px) {
    .primary-navigation a:active,
    .primary-navigation a:hover {
        color: #ffcb0b
    }
}

.ie9 .primary-navigation ul {
    float: right
}

.secondary-navigation {
    background-color: #33393c
}

@media only screen and (min-width:1024px) {
    .secondary-navigation {
        display: none
    }
}

.secondary-navigation h2 {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-style: italic;
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    margin: 0 0 .625em
}

.secondary-navigation a:link,
.secondary-navigation a:visited {
    color: #fff
}

.secondary-navigation a:active,
.secondary-navigation a:hover {
    color: #ffcb0b
}

.related {
    display: block;
    padding: 1.5em 1.5em .5em;
    margin: 1em -1em;
    background-color: #f7f7f7
}

.related li {
    padding-top: .5em
}

.related li:first-child {
    padding-top: 0
}

.related a {
    color: #33393c
}

@media only screen and (min-width:767px) {
    .related {
        margin: 2em 0 1em
    }
}

.related-links {
    text-align: left
}

.related-links .article-heading {
    padding-bottom: 1em
}

.results ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.results li {
    padding: 1em 0
}

.results li>a {
    text-transform: uppercase;
    font-weight: 700;
    display: block
}

.results li>a.result-url {
    text-transform: none
}

.results li:first-child {
    padding-top: 0
}

.results p {
    margin-bottom: 0;
    padding-bottom: 0
}

.results h2,
.results h2+a {
    display: inline-block
}

.results h2 {
    padding-right: 2em;
    font-weight: 900
}

.results header {
    padding-bottom: .25em;
    margin-bottom: 1.5em;
    border-bottom: 2px groove #fff
}

.results.no-head-border header {
    border-bottom: none
}

.results .notice {
    display: block;
    padding-top: 1em;
    padding-right: 5em
}

.results .image,
.results .video {
    position: relative;
    text-align: center
}

.results .image img,
.results .video img {
    padding: 0
}

.results .image .icon-play,
.results .video .icon-play {
    position: absolute;
    right: 50%;
    top: 50%;
    margin-top: -20px;
    margin-right: -29px
}

.results .video {
    margin-left: -1em;
    margin-right: -1em
}

.results .video img {
    width: 100%
}

.results.bars li {
    padding: 1em 0;
    border-top: 2px groove #fff
}

.results.bars li:first-child {
    padding-top: 0;
    border-top: 0
}

.results.bars .pagingListItem {
    border-top: none;
    padding-top: 0;
    padding-bottom: 0
}

.results.wide li {
    padding: 1.5em 0
}

.results.cap {
    border-top: 2px groove #fff;
    padding-top: 1em
}

.results.base {
    border-bottom: 2px groove #fff
}

.results.media-left img,
.results.media-right img {
    margin: 0 0 .5em
}

.results.news-results li>a {
    text-transform: none
}

@media only screen and (min-width:767px) {
    .results {
        margin: 0 1.5em 1em 2em
    }
    .one .results {
        margin: 0 1.5em 1em .5em
    }
    .results.media-right .image,
    .results.media-right .video {
        float: right
    }
    .results.media-right img {
        margin: 0 0 1em 2em
    }
    .results.media-left .image,
    .results.media-left .video {
        float: left
    }
    .results.media-left img {
        margin: 0 2em 1em 0
    }
    .results.media-left li,
    .results.media-right li {
        overflow: auto
    }
    .results .image {
        max-width: 200px
    }
    .results .image img {
        max-width: 150px
    }
    .results .video img {
        max-width: 215px
    }
    .results .image,
    .results .video {
        margin: 0
    }
    .results .video .play {
        margin-top: -31px;
        margin-right: -44px
    }
}

.results .icon span {
    display: none
}

.icon-feed:link,
.icon-feed:visited {
    margin-left: 1em;
    width: 36px;
    height: 36px;
    color: #fff;
    background-color: #007055;
    padding: 9px 10px;
    display: inline-block;
    text-decoration: none;
    position: relative;
    top: -1px;
    font-size: 2em;
    border-radius: 50px
}

.icon-feed:link:active,
.icon-feed:link:hover,
.icon-feed:visited:active,
.icon-feed:visited:hover {
    background-color: #ffcb0b;
    text-decoration: none
}

.icon-feed:link span,
.icon-feed:visited span,
.search-bar {
    display: none
}

@media only screen and (min-width:767px) {
    .icon-feed:link,
    .icon-feed:visited {
        width: 36px;
        height: 36px;
        top: -3px;
        font-size: .5625em;
        border-radius: 31px
    }
}

@media only screen and (min-width:1024px) {
    .search-bar {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 800;
        height: 6.7em;
        overflow: hidden;
        background-color: #fff
    }
}

.search-bar .global-search-container {
    display: none;
    float: left;
    position: relative;
    width: 25em;
    height: 6.7em;
    background: rgba(51, 57, 60, .9)
}

.search-bar .global-search-container form[name=global-search] {
    height: 107px;
    padding: 1.25em;
    box-sizing: border-box
}

.search-bar .global-search-container input[type=search] {
    width: 100%;
    height: 60px;
    font-family: Lato, sans-serif;
    font-style: italic;
    font-weight: 400;
    color: #33393c;
    border: .125em solid #e1e1e1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1.125em;
    padding: 1em;
    box-shadow: inset 0 .125em .125em .188em #aaa;
    border-radius: 0;
    box-sizing: border-box
}

.search-bar .btn-search {
    display: block;
    float: left;
    position: relative;
    width: 79px;
    height: 107px;
    color: #fff;
    text-decoration: none;
    background: #33393c;
    border-left: 5px solid #fff;
    cursor: pointer;
    font-size: 2em;
    padding: .625em;
    box-sizing: border-box
}

.search-bar .btn-search.is-active {
    background: rgba(51, 57, 60, .9)
}

.search-bar .btn-search.is-active>.icon-search {
    color: #ffcb0b
}

.search-bar .btn-search .icon-search {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 50%;
    margin-left: -16px
}

.lt-ie9 .search-bar .global-search-container {
    background-color: #33393c
}

.search-results .notice {
    border-bottom: 2px groove #fff;
    padding-bottom: 1em;
    font-style: italic
}

.st_sharethis {
    cursor: pointer;
    display: none!important
}

.st_sharethis[st_processed=yes] {
    display: inline-block!important
}

.st_sharethis:hover .chicklets {
    color: #fff
}

.news-article .st_sharethis .sharethis {
    background-image: none
}

.news-article .st_sharethis .chicklets {
    font-family: Lato, sans-serif;
    height: auto!important;
    font-size: 16px;
    padding: 0
}

.st_sharethis_custom {
    color: #3e7cf9;
    text-decoration: none;
    cursor: pointer
}

.st_sharethis_custom:hover {
    text-decoration: underline
}

.sidebar {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    border-top: 1px solid #8d9091
}

.sidebar.no-mobile {
    display: none
}

@media only screen and (min-width:767px) {
    .sidebar .social-media-icons {
        max-width: 180px
    }
}

@media only screen and (min-width:1024px) {
    .sidebar .social-media-icons {
        max-width: 235px
    }
}

.sidebar .social {
    padding-top: .6em;
    background-color: #f7f7f7
}

.sidebar .social li {
    margin: 0 5px;
    padding-bottom: .6em
}

@media only screen and (min-width:767px) {
    .sidebar .social {
        border-bottom: 2px ridge #fff
    }
}

.sidebar .more-social {
    padding: 1em
}

.sidebar h2 {
    margin: 0;
    color: #007055;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.07em;
    padding: 0 .29206em .58411em .93458em
}

@media only screen and (min-width:767px) {
    .sidebar h2 {
        background-color: #bebebe;
        filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFBEBEBE', endColorstr='#FFCECECE');
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JlYmViZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NlY2VjZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
        background-size: 100%;
        background-image: linear-gradient(to bottom, #bebebe 0, #cecece 100%);
        padding: 30px 5px 10px 15px
    }
}

.sidebar .content {
    background-color: #f7f7f7;
    padding-bottom: 1em
}

.sidebar .content p {
    padding: 1em 1em 0
}

@media only screen and (min-width:767px) {
    .sidebar .content {
        border-bottom: 2px ridge #fff
    }
}

.sidebar.contact-info .content {
    font-weight: 700
}

.sidebar.no-padding .content {
    padding: 0;
    border: none
}

.sidebar.no-padding img,
.sidebar.no-padding p {
    padding: 0;
    margin: 0
}

.sidebar.no-padding img {
    width: 100%
}

.navigation-container .sidebar {
    border-top: 2px ridge #fff
}

.navigation-container .sidebar h2 {
    background-color: #bebebe;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFBEBEBE', endColorstr='#FFCECECE');
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JlYmViZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NlY2VjZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: linear-gradient(to bottom, #bebebe 0, #cecece 100%);
    padding: 20px 5px 20px 15px
}

@media only screen and (min-width:767px) {
    .navigation-container .sidebar h2 {
        padding: 30px 5px 10px 15px
    }
}

.sub .sidebar {
    margin: 0 -1em
}

@media only screen and (min-width:767px) {
    .sidebar {
        margin-top: 1.5em;
        padding-bottom: 0;
        border-top: 2px ridge #fff
    }
    .sidebar.no-mobile {
        display: block
    }
    .sidebar:first-child {
        border-top: none;
        margin-top: 0;
        padding-top: 0
    }
    .sub .sidebar {
        margin: 0
    }
}

.site-logo {
    text-align: center;
    border-bottom: .313em solid #fff;
    padding: 1.25em;
    box-sizing: border-box
}

@media only screen and (min-width:1024px) {
    .site-logo {
        display: inline-block;
        float: left;
        position: relative;
        width: auto;
        text-align: left;
        border-bottom: none;
        margin: 1.25em 0 0;
        padding: 0
    }
}

.site-logo a:link,
.site-logo a:visited {
    display: inline-block
}

.site-search {
    float: none;
    width: auto;
    height: 4.5em;
    overflow: hidden;
    border-bottom: 5px solid #fff;
    padding: 0 1.25em;
    box-sizing: border-box
}

.social-channels h2 {
    font-size: 1.5em
}

.social-channels h2,
.social-channels h4 {
    color: #272626
}

.social-channels h4 {
    margin-top: .5em;
    margin-bottom: .5em
}

.channel {
    border-bottom: 2px groove #fff;
    margin-bottom: 2em
}

.channel.no-border {
    border: none
}

.channel.main-channel .social-media-icons {
    margin-bottom: 1em
}

@media only screen and (max-width:767px) {
    .sub-social {
        margin-bottom: 2em
    }
    .sub-social .title {
        font-size: 1.125em
    }
}

@media only screen and (min-width:767px) {
    .sub-social {
        border-top: 2px groove #fff;
        padding: .5em 0
    }
    .sub-social .title {
        display: inline-block;
        vertical-align: middle;
        width: 300px
    }
    .sub-social .social-media-icons {
        display: inline-block;
        vertical-align: middle
    }
}

.social-media-icons {
    list-style: none;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    display: block;
    padding: 0
}

.social-media-icons>li {
    display: inline-block;
    position: relative;
    text-align: center;
    margin: .3125em .625em
}

.global-footer .social-media-icons {
    display: inline-block
}

@media only screen and (min-width:767px) {
    .global-footer .social-media-icons {
        margin: 0 auto;
        padding: .5em 0
    }
}

.global-footer .social-media-icons>li {
    width: 70px
}

@media only screen and (min-width:767px) {
    .global-footer .social-media-icons>li {
        width: 60px;
        margin: 0 0 .9375em .9375em
    }
    .global-footer .social-media-icons>li.no-margin-left {
        margin-left: 15px
    }
}

.global-footer .social-media-icons .icon-social:link,
.global-footer .social-media-icons .icon-social:visited {
    width: 70px;
    height: 70px;
    color: #007055;
    background-color: #fff;
    font-size: 2.8125em;
    border-radius: 70px
}

@media only screen and (min-width:767px) {
    .global-footer .social-media-icons .icon-social:link,
    .global-footer .social-media-icons .icon-social:visited {
        width: 60px;
        height: 60px;
        font-size: 2.5em;
        border-radius: 60px
    }
}

.sidebar .social-media-icons>li {
    width: 60px
}

@media only screen and (min-width:767px) {
    .sidebar .social-media-icons>li {
        width: 37px;
        float: left;
        margin: 0 0 0 .5em
    }
    .sidebar .social-media-icons>li.no-margin-left {
        margin-left: 15px
    }
}

.sidebar .social-media-icons .icon-social:link,
.sidebar .social-media-icons .icon-social:visited {
    width: 60px;
    height: 60px;
    color: #fff;
    background-color: #007055;
    font-size: 2.3125em;
    border-radius: 60px
}

@media only screen and (min-width:767px) {
    .sidebar .social-media-icons .icon-social:link,
    .sidebar .social-media-icons .icon-social:visited {
        width: 37px;
        height: 37px;
        font-size: 1.5em;
        border-radius: 24px
    }
}

.channel>.social-media-icons {
    text-align: left
}

.channel>.social-media-icons>li {
    width: 60px
}

@media only screen and (min-width:767px) {
    .channel>.social-media-icons>li {
        width: 42px;
        margin: 0 0 0 .75em
    }
    .channel>.social-media-icons>li:first-child {
        margin-left: 0
    }
}

.channel>.social-media-icons .icon-social:link,
.channel>.social-media-icons .icon-social:visited {
    width: 60px;
    height: 60px;
    color: #fff;
    background-color: #007055;
    font-size: 2.3125em;
    border-radius: 60px
}

@media only screen and (min-width:767px) {
    .channel>.social-media-icons .icon-social:link,
    .channel>.social-media-icons .icon-social:visited {
        width: 42px;
        height: 42px;
        font-size: 1.75em;
        border-radius: 28px
    }
}

.sub-social .social-media-icons>li {
    width: 50px
}

@media only screen and (min-width:767px) {
    .sub-social .social-media-icons>li {
        width: 32px;
        margin: 0 0 0 .5em
    }
    .sub-social .social-media-icons>li:first-child {
        margin-left: 0
    }
}

.sub-social .social-media-icons .icon-social:link,
.sub-social .social-media-icons .icon-social:visited {
    width: 50px;
    height: 50px;
    color: #fff;
    background-color: #272626;
    font-size: 2em;
    border-radius: 50px
}

@media only screen and (min-width:767px) {
    .sub-social .social-media-icons .icon-social:link,
    .sub-social .social-media-icons .icon-social:visited {
        width: 32px;
        height: 32px;
        font-size: 1.3125em;
        border-radius: 21px
    }
}

.social-media-icons .icon-social:link,
.social-media-icons .icon-social:visited {
    display: block;
    line-height: 1.6em;
    text-decoration: none;
    margin: 0 auto
}

.social-media-icons .icon-social:link:active,
.social-media-icons .icon-social:link:hover,
.social-media-icons .icon-social:visited:active,
.social-media-icons .icon-social:visited:hover {
    background-color: #ffcb0b
}

.social-media-icons .icon-social:link span,
.social-media-icons .icon-social:visited span {
    display: none
}

@media only screen and (min-width:767px) {
    .social-media-icons .icon-social:link,
    .social-media-icons .icon-social:visited {
        line-height: 1.55em
    }
}

.news-article .st_sharethis,
.news-article .st_sharethis:visited,
.sru-btn,
.sru-btn:visited {
    display: inline-block;
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    clear: both;
    font-size: 1em;
    padding: .625em;
    box-sizing: border-box;
    border-radius: 10px
}

@media only screen and (min-width:767px) {
    .news-article .st_sharethis,
    .news-article .st_sharethis:visited,
    .sru-btn,
    .sru-btn:visited {
        font-size: .875em;
        padding: .625em 1.25em
    }
}

@media only screen and (min-width:1024px) {
    .news-article .st_sharethis,
    .news-article .st_sharethis:visited,
    .sru-btn,
    .sru-btn:visited {
        font-size: 1em
    }
}

@media only print {
    .news-article .st_sharethis,
    .news-article .st_sharethis:visited,
    .sru-btn,
    .sru-btn:visited {
        display: none
    }
}

.news-article input.st_sharethis,
input.sru-btn {
    -webkit-appearance: none;
    border: none;
    padding: .3125em 1.875em;
    border-radius: 5px
}

.btn-yellow-alpha,
.btn-yellow-beta,
.news-article .st_sharethis {
    color: #33393c;
    background-color: #ffcb0b
}

.btn-yellow-alpha:active,
.btn-yellow-alpha:hover,
.news-article .st_sharethis:active,
.news-article .st_sharethis:hover {
    color: #ffcb0b;
    background-color: #007055
}

.btn-yellow-beta:active,
.btn-yellow-beta:hover {
    color: #007055;
    background-color: #fff
}

.btn-white {
    color: #3e7cf9;
    background-color: #fff
}

.btn-white:active,
.btn-white:hover {
    color: #fff;
    background-color: #3e7cf9
}

.btn-slim,
.news-article .st_sharethis {
    padding: .3125em 1.875em;
    border-radius: 5px
}

.btn-fat {
    padding: .625em 1.875em;
    border-radius: 15px
}

.content .btn-yellow-alpha,
.content .btn-yellow-beta,
.content .news-article .st_sharethis,
.news-article .content .st_sharethis {
    color: #33393c;
    background-color: #ffcb0b
}

.content .btn-yellow-alpha:active,
.content .btn-yellow-alpha:hover,
.content .news-article .st_sharethis:active,
.content .news-article .st_sharethis:hover,
.news-article .content .st_sharethis:active,
.news-article .content .st_sharethis:hover {
    color: #ffcb0b;
    background-color: #007055
}

.content .btn-yellow-beta:active,
.content .btn-yellow-beta:hover {
    color: #007055;
    background-color: #fff
}

.content .btn-white {
    color: #3e7cf9;
    background-color: #fff
}

.content .btn-white:active,
.content .btn-white:hover {
    color: #fff;
    background-color: #3e7cf9
}

.content .btn-slim,
.content .news-article .st_sharethis,
.news-article .content .st_sharethis {
    padding: .3125em 1.875em;
    border-radius: 5px
}

.sru-tabs {
    text-align: center;
    box-sizing: border-box
}

.sru-tabs a:link,
.sru-tabs a:visited {
    display: block;
    font-family: Lato, sans-serif;
    font-weight: 700;
    color: #33393c;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #ffcb0b;
    font-size: 1.25em;
    padding: .9375em 1.25em;
    box-sizing: border-box
}

.sru-tabs a:link:hover,
.sru-tabs a:visited:hover {
    color: #ffcb0b;
    background-color: #007055
}

@media only screen and (min-width:767px) {
    .sru-tabs a:link,
    .sru-tabs a:visited {
        font-size: .875em
    }
}

@media only screen and (min-width:1024px) {
    .sru-tabs a:link,
    .sru-tabs a:visited {
        font-size: 1em
    }
}

.sru-tabs ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.sru-tabs ul>li {
    border-left: 1px solid #33393c;
    display: inline-block
}

.sru-tabs ul>li:first-child {
    border-left: none
}

@media only screen and (min-width:767px) {
    .sru-tabs ul>li {
        display: block;
        border-left: none;
        margin: 0 0 .5em
    }
}

.masthead .sru-tabs {
    border-top: 5px solid #33393c;
    background-color: #ffcb0b
}

@media only screen and (min-width:767px) {
    .masthead .sru-tabs {
        position: absolute;
        top: 8%;
        left: 0;
        z-index: 800;
        text-align: right;
        background-color: transparent;
        border-top: none
    }
}

@media only screen and (min-width:1024px) {
    .masthead .sru-tabs {
        top: 12%
    }
}

@media only screen and (min-width:767px) {
    .masthead .sru-tabs a:link,
    .masthead .sru-tabs a:visited {
        text-align: left;
        box-shadow: 0 0 10px -1px #000;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        padding: .625em .9375em .625em 1.875em
    }
}

@media only screen and (min-width:1024px) {
    .masthead .sru-tabs a:link,
    .masthead .sru-tabs a:visited {
        border-top-right-radius: 12.5px;
        border-bottom-right-radius: 12.5px;
        padding: .9375em .9375em .9375em 2.5em
    }
}

.masthead .sru-tabs ul>li {
    margin-left: -4px
}

@media only screen and (min-width:767px) {
    .masthead .sru-tabs ul>li {
        display: block;
        border-left: none;
        margin: 0 0 .5em
    }
}

.sidebar .sru-tabs {
    display: none
}

@media only screen and (min-width:767px) {
    .sidebar .sru-tabs {
        display: block
    }
}

.sidebar .sru-tabs a:link,
.sidebar .sru-tabs a:visited {
    text-align: left;
    position: relative;
    display: block
}

@media only screen and (min-width:767px) {
    .sidebar .sru-tabs a:link,
    .sidebar .sru-tabs a:visited {
        border-radius: 10px;
        padding: .625em .9375em
    }
}

@media only screen and (min-width:1024px) {
    .sidebar .sru-tabs a:link,
    .sidebar .sru-tabs a:visited {
        border-radius: 12.5px;
        padding: .9375em
    }
}

.sidebar .sru-tabs a:after {
    content: '>>';
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 14px;
    margin-top: -12px
}

@media only screen and (min-width:767px) {
    .sidebar .sru-tabs ul>li {
        display: block;
        border-left: none;
        margin: .5em 0 0
    }
    .sidebar .sru-tabs ul>li:first-child {
        border-left: none;
        margin: 0
    }
}

.mobile-tabs .sru-tabs {
    background-color: #ffcb0b;
    overflow: hidden;
    border-top: 5px solid #33393c
}

@media only screen and (min-width:767px) {
    .mobile-tabs .sru-tabs {
        display: none
    }
}

@media only print {
    .sru-tabs {
        display: none
    }
}

.sub-carousel {
    overflow: hidden;
    position: relative;
    margin: 1.5em 0
}

.sub-carousel .masthead-inner-container {
    max-width: 100%;
    margin: auto
}

.sub-carousel .item {
    position: relative
}

.sub-carousel .item img {
    display: block;
    width: 100%;
    height: auto;
    padding: 0
}

@media only screen and (min-width:767px) {
    .sub-carousel .item {
        margin-top: 2em
    }
}

.sub-carousel iframe {
    width: 100%;
    height: 100%;
    max-width: 100%
}

.sub-carousel .video-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: #000
}

.sub-carousel .video-container .close-btn {
    display: inline-block;
    background-color: #007055;
    padding: 5px 30px;
    position: absolute;
    bottom: -34px;
    left: 0;
    border-radius: 0 0 4px 4px
}

.sub-carousel .video-container .close-btn a {
    color: #ffcb0b;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none
}

.sub-carousel h2 {
    color: #007055;
    padding: .75em;
    margin: 0 0 .25em;
    font-weight: 900;
    font-size: 1.125em
}

.sub-carousel .owl-controls .disabled {
    opacity: .6
}

.sub-carousel .play {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    background-image: url(../img/sprite/play.png);
    width: 129px;
    height: 91px;
    position: absolute;
    right: 50%;
    top: 50%;
    margin-top: -43px;
    margin-right: -62px;
    display: inline-block;
    cursor: pointer
}

.sub-carousel .play:before {
    content: "";
    display: block;
    width: 0;
    height: 150%
}

.sub-carousel .owl-controls {
    height: 65px;
    padding: .5em 0
}

.sub-carousel .owl-next,
.sub-carousel .owl-prev {
    position: relative;
    z-index: 25;
    display: inline-block;
    margin: 0 2px
}

.sub-carousel .owl-prev {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    background-image: url(../img/sprite/gold_prev_ie8.png);
    background-size: 3.0625em 3.125em;
    width: 3.0625em;
    height: 3.125em
}

.sub-carousel .owl-prev:before {
    content: "";
    display: block;
    width: 0;
    height: 150%
}

.sub-carousel .owl-next {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    background-image: url(../img/sprite/gold_next_ie8.png);
    background-size: 3.0625em 3.125em;
    width: 3.0625em;
    height: 3.125em
}

.sub-carousel .owl-next:before {
    content: "";
    display: block;
    width: 0;
    height: 150%
}

@media only screen and (max-width:767px) {
    .sub-carousel .counter {
        font-style: italic;
        color: #888;
        position: absolute;
        bottom: -45px;
        right: 30px;
        z-index: 20
    }
}

@media only screen and (min-width:767px) {
    .sub-carousel h2 {
        padding: 0 3.125em 0 0
    }
    .sub-carousel .counter {
        font-style: italic;
        color: #888;
        position: absolute;
        top: -35px;
        left: 0;
        z-index: 20
    }
    .sub-carousel .owl-buttons {
        display: inline-block
    }
    .sub-carousel .owl-controls {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0
    }
    .sub-carousel .owl-prev {
        background-color: transparent;
        border: 0;
        overflow: hidden;
        background-image: url(../img/sprite/gold_prev.png);
        background-size: 1.5625em 1.5625em;
        width: 1.5625em;
        height: 1.5625em
    }
    .sub-carousel .owl-prev:before {
        content: "";
        display: block;
        width: 0;
        height: 150%
    }
    .ie8 .sub-carousel .owl-prev {
        background-color: transparent;
        border: 0;
        overflow: hidden;
        background-image: url(../img/sprite/gold_prev_ie8.png?q=1);
        background-size: 1.5625em 1.5625em;
        width: 1.5625em;
        height: 1.5625em
    }
    .ie8 .sub-carousel .owl-prev:before {
        content: "";
        display: block;
        width: 0;
        height: 150%
    }
    .sub-carousel .owl-next {
        background-color: transparent;
        border: 0;
        overflow: hidden;
        background-image: url(../img/sprite/gold_next.png);
        background-size: 1.5625em 1.5625em;
        width: 1.5625em;
        height: 1.5625em
    }
    .sub-carousel .owl-next:before {
        content: "";
        display: block;
        width: 0;
        height: 150%
    }
    .ie8 .sub-carousel .owl-next {
        background-color: transparent;
        border: 0;
        overflow: hidden;
        background-image: url(../img/sprite/gold_next_ie8.png?q=1);
        background-size: 1.5625em 1.5625em;
        width: 1.5625em;
        height: 1.5625em
    }
    .ie8 .sub-carousel .owl-next:before {
        content: "";
        display: block;
        width: 0;
        height: 150%
    }
}

.sub-menu .expand,
.sub-menu h2 {
    padding: 0;
    margin: 0
}

.sub-menu .expand a,
.sub-menu h2 a {
    color: #ffcb0b;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    font-weight: 700;
    font-size: .875em
}

.sub-menu .expand a:hover,
.sub-menu h2 a:hover {
    text-decoration: underline
}

.sub-menu h2 {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNTk0MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZjNTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: linear-gradient(to bottom, #005943 0, #006c52 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#005943', endColorstr='#006c52', GradientType=0);
    display: none
}

@media only screen and (min-width:767px) {
    .sub-menu h2 {
        display: block
    }
}

.sub-menu h2 a {
    padding: 30px 10px 10px 25px
}

.sub-menu h2.nolink {
    padding: 30px 10px 10px 25px;
    color: #ffcb0b
}

.sub-menu .expand {
    background-color: #007055;
    position: relative
}

@media only screen and (min-width:767px) {
    .sub-menu .expand {
        display: none
    }
}

.sub-menu .expand a {
    padding: 15px 10px 15px 25px;
    font-size: 1.125em
}

.sub-menu .expand .icon {
    font-weight: 400;
    background-color: #ffcb0b;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 6px;
    margin-top: -14.5px;
    font-size: .75em;
    padding: .5em;
    border-radius: 16px
}

.sub-menu nav {
    display: none
}

@media only screen and (min-width:767px) {
    .sub-menu nav {
        display: block
    }
}

.sub-menu.expanded nav {
    display: block
}

.sub-menu ul {
    margin: 0;
    padding: 0
}

.sub-menu li {
    background-color: #e1e1e1;
    border-top: 2px ridge #fff
}

.sub-menu li a {
    display: block;
    padding: 15px 10px 10px 25px;
    text-decoration: none;
    color: #272626;
    font-size: 1.125em
}

.sub-menu li a:hover {
    text-decoration: underline
}

.sub-menu li.current {
    background-color: #bebebe;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFBEBEBE', endColorstr='#FFCECECE');
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JlYmViZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NlY2VjZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: linear-gradient(to bottom, #bebebe 0, #cecece 100%)
}

.sub-menu li.current a {
    color: #007055
}

.top-levelnav .sub-menu {
    border-bottom: 5px solid #fff
}

@media only screen and (min-width:767px) {
    .top-levelnav .sub-menu {
        display: none
    }
}

.sub-menu.no-mobile {
    display: none
}

@media only screen and (min-width:767px) {
    .sub-menu.no-mobile {
        display: block
    }
}

@media only screen and (min-width:767px) {
    .sub-menu.no-desktop {
        display: none
    }
}

.third {
    padding-bottom: 1.5em
}

@media only screen and (min-width:767px) {
    .three .third {
        display: inline-block;
        width: 30%;
        padding-left: .5em;
        float: left
    }
}

.third .sidebar {
    margin: 0 -1em
}

@media only screen and (min-width:767px) {
    .third .sidebar {
        margin: 1.5em 0
    }
    .third .sidebar:first-child {
        margin: 0
    }
}

.toggle-menu {
    float: left;
    position: relative;
    width: 5.625em;
    height: 4.5em;
    text-align: center;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
    cursor: pointer;
    padding: .5em 1.25em;
    box-sizing: border-box
}

.toggle-menu.is-active {
    background-color: #e1e1e1;
    border-bottom: 5px solid #e1e1e1
}

.toggle-menu.is-active>a:link,
.toggle-menu.is-active>a:visited {
    color: #33393c
}

.toggle-menu a:link,
.toggle-menu a:visited {
    display: block;
    font-family: Lato, sans-serif;
    font-weight: 400;
    color: #fff;
    text-decoration: none
}

.toggle-menu span.icon.icon-menu {
    font-size: 2.5em
}

.toggle-menu span.icon-text {
    display: table;
    position: absolute;
    top: 68%;
    font-family: Lato, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: .375em;
    font-size: .75em
}

.update-browser-alert {
    display: none;
    line-height: 1.4em;
    text-align: justify;
    color: #33393c;
    background-color: #ffcb0b;
    font-size: .875em
}

@media only screen and (min-width:767px) {
    .update-browser-alert {
        position: relative;
        z-index: 800;
        box-shadow: .063em .063em .313em .063em #33393c;
        box-sizing: border-box
    }
}

@media only print {
    .update-browser-alert {
        display: none
    }
}

.update-browser-alert .alert-message-inner-container {
    width: 100%;
    padding: 1em;
    box-sizing: border-box
}

@media only screen and (min-width:767px) {
    .update-browser-alert .alert-message-inner-container {
        padding: 1em 1.25em
    }
}

@media only screen and (min-width:1024px) {
    .update-browser-alert .alert-message-inner-container {
        max-width: 75em;
        margin: 0 auto
    }
}

.update-browser-alert p {
    margin: 0
}

.update-browser-alert .alert-title {
    font-weight: 700;
    color: #000;
    text-transform: uppercase
}

.update-browser-alert a:link,
.update-browser-alert a:visited {
    font-weight: 700;
    color: #007055;
    text-decoration: none
}

.update-browser-alert a:link:hover,
.update-browser-alert a:visited:hover {
    text-decoration: underline
}

.lt-ie9 .update-browser-alert {
    display: block!important
}

.video-wrapper {
    position: relative;
    height: 0;
    padding-top: 56.25%;
    padding-bottom: 25px
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.deluxe-masthead .owl-wrapper-outer {
    overflow: visible
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-buttons div,
.owl-controls .owl-page {
    cursor: pointer;
    z-index: 150
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.grabbing {
    cursor: url(../img/grabbing.png) 8 8, move
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-stage {
    position: relative
}

.owl-carousel img {
    -khtml-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel img::-moz-selection {
    background-color: transparent
}

.owl-carousel img::selection {
    background-color: transparent
}

.owl-theme .owl-controls {
    text-align: center
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    border-radius: 20px;
    background: #869791
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 30px
}

.owl-item.loading {
    min-height: 150px;
    background: url(../img/ajax-loader.gif) center center no-repeat
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0!important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none!important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent
}

.mfp-arrow .mfp-a,
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow .mfp-b,
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%
}

.hidden {
    display: none!important;
    visibility: hidden
}

.access h1,
.access h2,
.access p,
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.access h1.focusable:active,
.access h1.focusable:focus,
.access h2.focusable:active,
.access h2.focusable:focus,
.access p.focusable:active,
.access p.focusable:focus,
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.invisible {
    visibility: hidden
}

.clearfix:after,
.clearfix:before,
.paging:after,
.paging:before {
    content: " ";
    display: table
}

.clearfix:after,
.paging:after {
    clear: both
}

.access ul {
    margin: 0;
    padding: 0;
    display: inline
}

.access li {
    display: inline
}

.skip {
    position: absolute;
    top: -1000px;
    left: -1000px;
    height: 1px;
    width: 1px;
    text-align: left;
    overflow: hidden
}

a.skip:active,
a.skip:focus,
a.skip:hover {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    overflow: visible;
    z-index: 1000;
    background-color: #ffcb0b;
    color: #000;
    border-radius: 0 0 4px;
    padding: 4px
}

.print-logo {
    display: none
}

@media only print {
    * {
        background: 0 0!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    .print-logo {
        display: block
    }
}