/**
 * Header.
 */
#header {
    position: relative;
    padding-top: 64px;
    z-index: 998;
}

.fixed #header {
    position: fixed;
}

#header-image {
    max-width: 1024px;
}

.fixed #header-image .header-image {
    display: none;
}

.fixed #empty {
    height: 600px;
}

@media screen and (max-width: 991px) {
    #header-image .header-image {
        display: none;
    }

    .fixed #empty {
        height: 0;
    }
}

/**
 * Top.
 */
#top {
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    z-index: 998;
    padding: 20px 40px;
    border-bottom: 1px solid #e0e4ec;
    max-width: 1024px;
    height: 64px;
}

@media screen and (max-width: 767px) {
    #top {
        background: #00abf5;
        height: 80px;
    }
}

@media screen and (min-width: 768px) {
    .fixed #top {
        background: #00abf5;
        height: 180px;
        transition-property: background;
        -webkit-transition: background 350ms ease-out;
        -moz-transition: background 350ms ease-out;
        -ms-transition: background 350ms ease-out;
        -o-transition: background 350ms ease-out;
        transition: background 350ms ease-out;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #top {
        background: #00abf5;
        height: 180px;
    }
}

/**
 * Navigation.
 */
#navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#navigation ul li {
    float: left;
}

#navigation ul li a {
    font-family: MuseoSans-500, sans-serif !important;
    color: #004380;
    margin-left: 7px;
    margin-right: 2px;
}

#navigation ul.menu li::after {
    content: "|";
}

#navigation ul.menu li:last-child::after {
    content: "";
}

#navigation ul li.active a {
    font-family: MuseoSans-900, sans-serif !important;
}

@media screen and (min-width: 768px) {
    .fixed #navigation ul li a {
        color: #fff !important;
    }

    .fixed #navigation ul.menu li::after {
        content: "|";
        color: #fff !important;
    }

    .fixed #navigation ul.menu li:last-child::after {
        content: "";
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #navigation ul li a {
        color: #fff !important;
    }

    #navigation ul.menu li::after {
        content: "|";
        color: #fff !important;
    }

    #navigation ul.menu li:last-child::after {
        content: "";
    }
}

#navigation .slicknav_menu {
    display: none;
}

@media screen and (max-width: 767px) {
    #navigation {
        overflow: auto;
        position: static;
        top: auto;
        left: auto;
    }

    #navigation ul.menu {
        display: none;
    }

    #navigation .slicknav_menu {
        display: block;
        z-index: 1099;
        position: fixed;
        top: 80px;
        left: 0;
        font-size: 16px;
        background: rgba(255, 255, 255, 0.95);
        width: 100%;
    }

    #navigation .slicknav_menu,
    #navigation .slicknav_menu * {
        box-sizing: border-box;
    }

    #navigation .slicknav_btn,
    #navigation .slicknav_nav .slicknav_item {
        cursor: pointer;
    }

    #navigation .slicknav_btn {
        position: fixed;
        top: 16px;
        left: 6px;
        display: block;
        vertical-align: middle;
        padding: .438em .625em;
        line-height: 1.125em;
    }

    #navigation .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
        margin-top: .188em;
    }

    #navigation .slicknav_menu .slicknav_icon {
        float: left;
        width: 1.125em;
        height: .875em;
        margin: .188em 0 0 .438em;
    }

    #navigation .slicknav_menu .slicknav_icon:before {
        background: 0 0;
        width: 1.125em;
        height: .875em;
        display: block;
        content: "";
        position: absolute;
    }

    #navigation .slicknav_menu .slicknav_no-text {
        margin: 0;
    }

    #navigation .slicknav_menu .slicknav_icon-bar {
        display: block;
        width: 1.125em;
        height: .125em;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
        -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
        box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
    }

    #navigation .slicknav_menu:after,
    #navigation .slicknav_menu:before {
        content: " ";
        display: table;
    }

    #navigation .slicknav_menu:after {
        clear: both;
    }

    #navigation .slicknav_nav li,
    #navigation .slicknav_nav ul {
        display: block;
    }

    #navigation .slicknav_nav li {
        float: left;
        display: block;
        width: 100%;
        margin: 0;
    }

    #navigation .slicknav_nav .slicknav_arrow {
        font-size: .8em;
        margin: 0 0 0 .4em;
    }

    #navigation .slicknav_nav .slicknav_item a {
        display: inline;
    }

    #navigation .slicknav_nav .slicknav_row,
    #navigation .slicknav_nav a {
        display: block;
    }

    #navigation .slicknav_nav .slicknav_parent-link a {
        display: inline;
    }

    #navigation .slicknav_nav,
    #navigation .slicknav_nav ul {
        list-style: none;
        overflow: hidden;
        padding: 0;
    }

    #navigation .slicknav_menu .slicknav_icon-bar {
        background: #fff;
    }

    #navigation .slicknav_btn {
        float: left;
        text-decoration: none;
        text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    #navigation .slicknav_nav {
        clear: both;
        color: #000;
        margin: 0;
        font-size: .875em;
        border-bottom: 1px solid #000;
        width: 100%;
    }

    #navigation .slicknav_nav .slicknav_row:hover {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        background: #ccc;
        color: #000;
    }

    #navigation .slicknav_nav a {
        text-decoration: none;
        color: #000;
        padding: 10px 30px;
        margin: 0;
        font-size: 16px;
        border-top: 1px solid #e0e4ec;
    }

    #navigation .slicknav_nav a:hover {
        background: #f0efed;
        color: #222;
    }

    #navigation .slicknav_nav .slicknav_item a,
    #navigation .slicknav_nav .slicknav_parent-link a {
        padding: 0;
        margin: 0;
    }
}

/**
 * Logo.
 */
#logo {
    position: absolute;
    top: 80px;
    overflow: hidden;
    z-index: 1000;
    display: block;
    background: #fff;
    padding: 20px 25px;
    right: 0;
    -webkit-border-top-left-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

#logo img {
    width: 160px;
    height: 145px;
}

@media screen and (max-width: 767px) {
    #logo {
        position: fixed;
        top: 9px;
        padding: 5px 6px;
        -webkit-border-top-left-radius: 12px;
        -webkit-border-bottom-left-radius: 12px;
        -moz-border-radius-topleft: 12px;
        -moz-border-radius-bottomleft: 12px;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
    }

    #logo img {
        width: 50px;
        height: 45px;
    }
}

@media screen and (min-width: 768px) {
    .fixed #logo {
        position: absolute;
        top: 16px;
    }

    .fixed #logo img {
        width: 110px;
        height: 100px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #logo {
        position: fixed;
        top: 16px;
    }

    #logo img {
        width: 110px;
        height: 100px;
    }
}

/**
 * Headline.
 */
#headline {
    position: relative;
    z-index: 999;
}

#headline h1,
#headline h2 {
    margin: 0;
    color: #fff !important;
}

#title {
    max-width: 814px;
    width: 100%;
    background: #00a7e0;
    padding: 30px 45px;
    border: 14px solid #fff;
    border-left: 0;
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomright: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-top: -100px;
}

#job-title {
    font-family: Museo-500, sans-serif !important;
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 15px;
}

#place-of-work {
    font-family: Museo-300, sans-serif !important;
    font-size: 26px;
    line-height: 30px;
}

@media screen and (max-width: 767px) {
    #title {
        position: fixed;
        background: none;
        border: 0;
        border-radius: 0;
        margin: 0;
        padding: 0;
        top: 20px;
        left: 50px;
        width: calc(100% - 180px);
    }

    #job-title {
        font-family: Museo-500, sans-serif !important;
        font-size: 12px;
        line-height: 13px;
        padding-bottom: 2px;
    }

    #place-of-work {
        font-family: Museo-300, sans-serif !important;
        font-size: 12px;
        line-height: 13px;
    }
}

@media screen and (min-width: 768px) {
    .fixed #title {
        position: fixed;
        background: none;
        border: 0;
        border-radius: 0;
        margin-top: 0;
        top: 60px;
        padding-top: 18px;
        width: calc(100% - 180px);
    }

    .fixed #job-title {
        font-family: Museo-500, sans-serif !important;
        font-size: 22px;
        line-height: 24px;
        padding-bottom: 4px;
    }

    .fixed #place-of-work {
        font-family: Museo-300, sans-serif !important;
        font-size: 22px;
        line-height: 22px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #title {
        position: fixed;
        background: none;
        border: 0;
        border-radius: 0;
        margin-top: 0;
        top: 60px;
        padding-top: 18px;
        width: calc(100% - 180px);
    }

    #job-title {
        font-family: Museo-500, sans-serif !important;
        font-size: 22px;
        line-height: 24px;
        padding-bottom: 4px;
    }

    #place-of-work {
        font-family: Museo-300, sans-serif !important;
        font-size: 22px;
        line-height: 22px;
    }
}

/**
 * Introduction.
 */
#introduction {
    color: #092768;
}

/**
 * Content.
 */
#content {
    padding: 20px 60px 60px;
}

@media screen and (max-width: 767px) {
    #content {
        padding: 30px 30px 60px;
    }
}

@media screen and (min-width: 768px) {
    .fixed #content {
        padding-top: 140px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #content {
        padding-top: 140px;
    }
}

#introduction,
#benefits,
#contact,
#work,
#awards,
#similar-jobs {
    padding: 25px 0;
}

#tasks {
    padding-left: 0;
    padding-right: 2rem;
}

#content ul {
    padding-left: 16px;
}

/**
 * Skills.
 */
@media screen and (max-width: 991px) {
    #skills {
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 25px;
    }
}

/**
 * Benefits.
 */
#benefits .benefits {
    margin-top: 30px;
}

#benefits .benefit,
#benefits .benefit:focus,
#benefits .benefit:hover,
#benefits .benefit:active,
#benefits .benefit:hover {
    outline: 0;
    cursor: default;
}

#benefits .data-content {
    display: none;
}

#benefits .benefit {
    overflow: hidden;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    #benefits .image {
        width: 40px;
        float: left;
    }

    #benefits .data-content {
        overflow: hidden;
        display: block;
        padding-left: 15px;
        margin-bottom: 0;
        padding-bottom: 0;
        min-height: 50px;
    }
}

#benefits .info {
    font-style: italic;
    color: #ccc;
    margin-top: 15px;
}

/**
 * Contact.
 */
#contact p {
    margin-bottom: 0;
}

#contact .contact-block {
    margin-bottom: 15px;
}

/**
 * Work.
 */
#work .work {
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
    #work .work {
        margin-top: 30px;
    }
}

#work p {
    color: #5b5b5b;
    margin-bottom: 15px;
}

/**
 * Awards.
 */
#awards .award {
    margin: 0 20px 0 0;
    float: left;
    overflow: hidden;
}

#awards .description {
    padding-top: 2px;
    padding-bottom: 15px;
    color: #5b5b5b;
    overflow: hidden;
}

#awards .awards {
    margin: 30px 0 0;
}

#awards .description p {
    font-family: MuseoSans-300, sans-serif !important;
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    #awards {
        padding-top: 8px;
        padding-bottom: 10px;
    }

    #awards .kununu {
        display: none;
    }
}

/**
 * Google maps & video.
 */
#google-maps,
#video {
    position: relative;
    padding-top: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
    height: 0;
}

.iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/**
 * Similar jobs.
 */
#similar-jobs .jobs .job {
    padding-top: 20px;
    padding-bottom: 40px;
    margin-bottom: 60px;
}

#similar-jobs .jobs .job:hover h3 {
    color: #00abf5 !important;
}

@media screen and (max-width: 767px) {
    #similar-jobs .jobs .job {
        margin-bottom: 10px;
        padding-bottom: 0;
        width: 100% !important;
        float: none;
        clear: both;
    }
}

#similar-jobs .jobs .job-title {
    margin: 0;
}

#similar-jobs .jobs .job-place {
    color: #5b5b5b;
}

/**
 * Social icons.
 */
#social-icons-mobile {
    border-top: 1px solid #e0e4ec;
}

#social-icons-mobile .social-icons {
    margin: 0 auto 60px;
    width: 340px;
}

.social-icons a {
    margin-right: 20px;
}

.social-icons .whatsapp {
    display: none;
}

@media screen and (max-width: 767px) {
    .social-icons a {
        margin-right: 15px;
    }

    .social-icons .print {
        display: none;
    }

    .social-icons .whatsapp {
        display: inline-block;
    }

    #social-icons-mobile .social-icons {
        padding: 5px 15px;
        margin-bottom: 28px;
    }
}

/**
 * Buttons.
 */
#apply-button {
    float: right;
    margin: 0;
}

/**
 * Footer.
 */
#footer {
    position: fixed;
    bottom: 0;
    border: 0;
    z-index: 997;
    border-top: 1px solid #e0e4ec;
    background: rgba(255, 255, 255, 0.95);
    padding: 30px 50px 25px;
    max-width: 1024px;
}

@media screen and (max-width: 767px) {
    #footer {
        padding: 15px 15px 25px;
    }

    #footer .social-icons {
        display: none;
    }

    #footer #apply-button {
        float: none;
        margin: 0;
        width: 100%;
    }
}

/**
* Popup.
*/
.ui.popup {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
    z-index: 1900;
    border: none;
    line-height: 1.4285em;
    max-width: 250px;
    background: #00a7e0;
    padding: .833em 1em;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 0 0;
}

.ui.popup > .header {
    padding: 0;
    font-family: MuseoSans-300, sans-serif !important;
    font-size: 1.14285714em;
    line-height: 1.2;
    font-weight: 700
}

.ui.popup > .header + .content {
    padding-top: .5em
}

.ui.popup:before {
    position: absolute;
    content: '';
    width: .71428571em;
    height: .71428571em;
    background: #00a7e0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
    box-shadow: 0 0 0 0;
}

[data-tooltip] {
    position: relative;
}

[data-tooltip]:before {
    pointer-events: none;
    position: absolute;
    content: '';
    font-size: 1rem;
    width: .71428571em;
    height: .71428571em;
    background: #00a7e0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
    box-shadow: 0 0 0 0;
}

[data-tooltip]:after {
    pointer-events: none;
    content: attr(data-tooltip);
    position: absolute;
    text-transform: none;
    text-align: center;
    white-space: nowrap;
    font-size: 1rem;
    border: none;
    line-height: 1.4285em;
    max-width: none;
    background: #00a7e0;
    padding: .833em 1em;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    border-radius: 15px;
    box-shadow: 0 2px 4px 0 rgba(34, 36, 38, .12), 0 2px 10px 0 rgba(34, 36, 38, .15);
    z-index: 1
}

[data-tooltip]:not([data-position]):before {
    top: auto;
    right: auto;
    bottom: 100%;
    left: 50%;
    background: #00a7e0;
    margin-left: -.07142857rem;
    margin-bottom: .14285714rem
}

[data-tooltip]:not([data-position]):after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 100%;
    margin-bottom: .5em
}

[data-tooltip]:after, [data-tooltip]:before {
    pointer-events: none;
    visibility: hidden
}

[data-tooltip]:before {
    opacity: 0;
    -webkit-transform: rotate(45deg) scale(0) !important;
    transform: rotate(45deg) scale(0) !important;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: all .1s ease;
    transition: all .1s ease
}

[data-tooltip]:after {
    opacity: 1;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transition: all .1s ease;
    transition: all .1s ease
}

[data-tooltip]:hover:after, [data-tooltip]:hover:before {
    visibility: visible;
    pointer-events: auto
}

[data-tooltip]:hover:before {
    -webkit-transform: rotate(45deg) scale(1) !important;
    transform: rotate(45deg) scale(1) !important;
    opacity: 1
}

[data-tooltip]:after, [data-tooltip][data-position="bottom center"]:after, [data-tooltip][data-position="top center"]:after {
    -webkit-transform: translateX(-50%) scale(0) !important;
    transform: translateX(-50%) scale(0) !important
}

[data-tooltip]:hover:after, [data-tooltip][data-position="bottom center"]:hover:after {
    -webkit-transform: translateX(-50%) scale(1) !important;
    transform: translateX(-50%) scale(1) !important
}

[data-tooltip][data-position="left center"]:after, [data-tooltip][data-position="right center"]:after {
    -webkit-transform: translateY(-50%) scale(0) !important;
    transform: translateY(-50%) scale(0) !important
}

[data-tooltip][data-position="left center"]:hover:after, [data-tooltip][data-position="right center"]:hover:after {
    -webkit-transform: translateY(-50%) scale(1) !important;
    transform: translateY(-50%) scale(1) !important
}

[data-tooltip][data-position="bottom left"]:after, [data-tooltip][data-position="bottom right"]:after, [data-tooltip][data-position="top left"]:after, [data-tooltip][data-position="top right"]:after {
    -webkit-transform: scale(0) !important;
    transform: scale(0) !important
}

[data-tooltip][data-position="bottom left"]:hover:after, [data-tooltip][data-position="bottom right"]:hover:after, [data-tooltip][data-position="top left"]:hover:after, [data-tooltip][data-position="top right"]:hover:after {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important
}

[data-tooltip][data-inverted]:before {
    box-shadow: none !important
}

[data-tooltip][data-inverted]:before {
    background: #1b1c1d
}

[data-tooltip][data-inverted]:after {
    background: #1b1c1d;
    color: #00a7e0;
    border: none;
    box-shadow: none
}

[data-tooltip][data-inverted]:after .header {
    background-color: inherit;
    color: #00a7e0
}

[data-position="top center"][data-tooltip]:after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: .5em
}

[data-position="top center"][data-tooltip]:before {
    top: auto;
    right: auto;
    bottom: 100%;
    left: 50%;
    background: #00a7e0;
    margin-left: -.07142857rem;
    margin-bottom: .14285714rem
}

[data-position="top left"][data-tooltip]:after {
    top: auto;
    right: auto;
    left: 0;
    bottom: 100%;
    margin-bottom: .5em
}

[data-position="top left"][data-tooltip]:before {
    top: auto;
    right: auto;
    bottom: 100%;
    left: 1em;
    margin-left: -.07142857rem;
    margin-bottom: .14285714rem
}

[data-position="top right"][data-tooltip]:after {
    top: auto;
    left: auto;
    right: 0;
    bottom: 100%;
    margin-bottom: .5em
}

[data-position="top right"][data-tooltip]:before {
    top: auto;
    left: auto;
    bottom: 100%;
    right: 1em;
    margin-left: -.07142857rem;
    margin-bottom: .14285714rem
}

[data-position="bottom center"][data-tooltip]:after {
    bottom: auto;
    right: auto;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: .5em
}

[data-position="bottom center"][data-tooltip]:before {
    bottom: auto;
    right: auto;
    top: 100%;
    left: 50%;
    margin-left: -.07142857rem;
    margin-top: .14285714rem
}

[data-position="bottom left"][data-tooltip]:after {
    left: 0;
    top: 100%;
    margin-top: .5em
}

[data-position="bottom left"][data-tooltip]:before {
    bottom: auto;
    right: auto;
    top: 100%;
    left: 1em;
    margin-left: -.07142857rem;
    margin-top: .14285714rem
}

[data-position="bottom right"][data-tooltip]:after {
    right: 0;
    top: 100%;
    margin-top: .5em
}

[data-position="bottom right"][data-tooltip]:before {
    bottom: auto;
    left: auto;
    top: 100%;
    right: 1em;
    margin-left: -.14285714rem;
    margin-top: .07142857rem
}

[data-position="left center"][data-tooltip]:after {
    right: 100%;
    top: 50%;
    margin-right: .5em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

[data-position="left center"][data-tooltip]:before {
    right: 100%;
    top: 50%;
    margin-top: -.14285714rem;
    margin-right: -.07142857rem
}

[data-position="right center"][data-tooltip]:after {
    left: 100%;
    top: 50%;
    margin-left: .5em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

[data-position="right center"][data-tooltip]:before {
    left: 100%;
    top: 50%;
    margin-top: -.07142857rem;
    margin-left: .14285714rem
}

[data-position~=bottom][data-tooltip]:before {
    background: #00a7e0;
    box-shadow: -1px -1px 0 0 #bababc
}

[data-position="left center"][data-tooltip]:before {
    background: #00a7e0;
    box-shadow: 1px -1px 0 0 #bababc
}

[data-position="right center"][data-tooltip]:before {
    background: #00a7e0;
    box-shadow: -1px 1px 0 0 #bababc
}

[data-position~=top][data-tooltip]:before {
    background: #00a7e0
}

[data-inverted][data-position~=bottom][data-tooltip]:before {
    background: #1b1c1d;
    box-shadow: -1px -1px 0 0 #bababc
}

[data-inverted][data-position="left center"][data-tooltip]:before {
    background: #1b1c1d;
    box-shadow: 1px -1px 0 0 #bababc
}

[data-inverted][data-position="right center"][data-tooltip]:before {
    background: #1b1c1d;
    box-shadow: -1px 1px 0 0 #bababc
}

[data-inverted][data-position~=top][data-tooltip]:before {
    background: #1b1c1d
}

[data-position~=bottom][data-tooltip]:before {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

[data-position~=bottom][data-tooltip]:after {
    -webkit-transform-origin: center top;
    transform-origin: center top
}

[data-position="left center"][data-tooltip]:before {
    -webkit-transform-origin: top center;
    transform-origin: top center
}

[data-position="left center"][data-tooltip]:after {
    -webkit-transform-origin: right center;
    transform-origin: right center
}

[data-position="right center"][data-tooltip]:before {
    -webkit-transform-origin: right center;
    transform-origin: right center
}

[data-position="right center"][data-tooltip]:after {
    -webkit-transform-origin: left center;
    transform-origin: left center
}

.ui.popup {
    margin: 0
}

.ui.top.popup {
    margin: 0 0 .71428571em
}

.ui.top.left.popup {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

.ui.top.center.popup {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.ui.top.right.popup {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

.ui.left.center.popup {
    margin: 0 .71428571em 0 0;
    -webkit-transform-origin: right 50%;
    transform-origin: right 50%
}

.ui.right.center.popup {
    margin: 0 0 0 .71428571em;
    -webkit-transform-origin: left 50%;
    transform-origin: left 50%
}

.ui.bottom.popup {
    margin: .71428571em 0 0
}

.ui.bottom.left.popup {
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.ui.bottom.center.popup {
    -webkit-transform-origin: center top;
    transform-origin: center top
}

.ui.bottom.right.popup {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.ui.bottom.center.popup:before {
    margin-left: -.30714286em;
    top: -.30714286em;
    left: 50%;
    right: auto;
    bottom: auto;
    box-shadow: -1px -1px 0 0 #bababc
}

.ui.bottom.left.popup {
    margin-left: 0
}

.ui.bottom.left.popup:before {
    top: -.30714286em;
    left: 1em;
    right: auto;
    bottom: auto;
    margin-left: 0;
    box-shadow: -1px -1px 0 0 #bababc
}

.ui.bottom.right.popup {
    margin-right: 0
}

.ui.bottom.right.popup:before {
    top: -.30714286em;
    right: 1em;
    bottom: auto;
    left: auto;
    margin-left: 0;
    box-shadow: -1px -1px 0 0 #bababc
}

.ui.top.center.popup:before {
    top: auto;
    right: auto;
    bottom: -.30714286em;
    left: 50%;
    margin-left: -.30714286em
}

.ui.top.left.popup {
    margin-left: 0
}

.ui.top.left.popup:before {
    bottom: -.30714286em;
    left: 1em;
    top: auto;
    right: auto;
    margin-left: 0
}

.ui.top.right.popup {
    margin-right: 0
}

.ui.top.right.popup:before {
    bottom: -.30714286em;
    right: 1em;
    top: auto;
    left: auto;
    margin-left: 0
}

.ui.left.center.popup:before {
    top: 50%;
    right: -.30714286em;
    bottom: auto;
    left: auto;
    margin-top: -.30714286em;
    box-shadow: 1px -1px 0 0 #bababc
}

.ui.right.center.popup:before {
    top: 50%;
    left: -.30714286em;
    bottom: auto;
    right: auto;
    margin-top: -.30714286em;
    box-shadow: -1px 1px 0 0 #bababc
}

.ui.bottom.popup:before {
    background: #00a7e0
}

.ui.left.center.popup:before, .ui.right.center.popup:before {
    background: #00a7e0
}

.ui.top.popup:before {
    background: #00a7e0
}

.ui.inverted.bottom.popup:before {
    background: #1b1c1d
}

.ui.inverted.left.center.popup:before, .ui.inverted.right.center.popup:before {
    background: #1b1c1d
}

.ui.inverted.top.popup:before {
    background: #1b1c1d
}

.ui.popup > .ui.grid:not(.padded) {
    width: calc(100% + 1.75rem);
    margin: -.7rem -.875rem
}

.ui.loading.popup {
    display: block;
    visibility: hidden;
    z-index: -1
}

.ui.animating.popup, .ui.visible.popup {
    display: block
}

.ui.visible.popup {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.ui.basic.popup:before {
    display: none
}

.ui.wide.popup {
    max-width: 350px
}

.ui[class*="very wide"].popup {
    max-width: 550px
}

@media only screen and (max-width: 767px) {
    .ui.wide.popup, .ui[class*="very wide"].popup {
        max-width: 250px
    }
}

.ui.fluid.popup {
    width: 100%;
    max-width: none
}

.ui.inverted.popup {
    background: #1b1c1d;
    color: #00a7e0;
    border: none;
    box-shadow: none
}

.ui.inverted.popup .header {
    background-color: inherit;
    color: #00a7e0
}

.ui.inverted.popup:before {
    background-color: #1b1c1d;
    box-shadow: none !important
}

.ui.flowing.popup {
    max-width: none
}

.ui.mini.popup {
    font-size: .78571429rem
}

.ui.tiny.popup {
    font-size: .85714286rem
}

.ui.small.popup {
    font-size: .92857143rem
}

.ui.popup {
    font-size: 1rem;
    text-align: center;
}

.ui.large.popup {
    font-size: 1.14285714rem
}

.ui.huge.popup {
    font-size: 1.42857143rem
}