
.splash-wrapper {
    margin-top: -30px;
    font-family: 'Open Sans', sans-serif;
    color: var(--color-555);
    background-color: var(--background-color);
}

@media all and (min-width: 1379px) {
    .splash-wrapper {
        margin:-30px auto
    }
}

.splash-wrapper img.screen-capture {
    max-width: 100%;
    border: 4px solid rgba(0,0,0,.1)
}

.splash-wrapper .row.magazines-made-easy {
    margin-top: 70px
}

.splash-wrapper .cvp .title {
    font-size: 30px;
    margin-bottom: 20px;
    color: var(--background-color);
    font-weight: 400
}

@media all and (min-width: 659px) {
    .splash-wrapper .cvp .title {
        font-size:35px;
        margin-bottom: 30px
    }
}

@media all and (min-width: 952px) {
    .splash-wrapper .cvp .title {
        font-size:40px;
        margin-bottom: 35px
    }
}

@media all and (min-width: 1171px) {
    .splash-wrapper .cvp .title {
        font-size:45px;
        margin-bottom: 40px
    }
}

@media all and (min-width: 1379px) {
    .splash-wrapper .cvp .title {
        font-size:50px;
        margin-bottom: 40px
    }
}

@media all and (max-width: 952px) {
    .splash-wrapper .cvp .btn {
        font-size:16px;
        font-weight: 700;
        margin: 7px 7px;
        padding: 16px 30px!important
    }
}

@media all and (max-width: 659px) {
    .splash-wrapper .cvp .btn {
        font-size:16px;
        font-weight: 700;
        margin: 7px 7px;
        padding: 12px 25px!important
    }
}

.splash-wrapper .carousel>.attribution {
    z-index: 100;
    position: absolute;
    bottom: 10px;
    left: 15px;
    color: var(--background-color);
}

.splash-wrapper .carousel>.attribution a {
    color: var(--background-color);
}

.splash-wrapper .carousel-inner {
    background-size: cover;
    background-position: 50% 20%
}

.splash-wrapper .carousel-inner>.item {
    padding: 180px 100px 0;
    height: 640px;
    text-align: center;
    color: var(--background-color);
    background-color: rgba(0,150,136,.65)
}

@media all and (max-width: 952px) {
    .splash-wrapper .carousel-inner>.item {
        height:560px;
        padding: 160px 80px 0
    }
}

@media all and (max-width: 659px) {
    .splash-wrapper .carousel-inner>.item {
        height:520px;
        padding: 140px 40px 0
    }
}

.splash-wrapper .carousel-control {
    width: 100px;
    text-shadow: none;
    color: var(--background-color);
    background: 0 0;
    opacity: .8
}

.splash-wrapper .carousel-control:hover {
    opacity: 1;
    background: 0 0
}

@media all and (max-width: 952px) {
    .splash-wrapper .carousel-control {
        width:80px
    }
}

@media all and (max-width: 659px) {
    .splash-wrapper .carousel-control {
        width:40px
    }
}

.splash-wrapper .splash-section {
    text-align: center;
    padding: 80px 0;
    background-color: var(--background-color);
    background-size: cover;
    background-position: 50% 20%;
    width: 100%
}

.splash-wrapper .splash-section>.container {
    position: relative;
    padding: 0 60px
}

.splash-wrapper .splash-section .section-title {
    color: var(--color-333);
    font-weight: 600;
    line-height: 1.25
}

.splash-wrapper .splash-section.step-by-step h2 {
    font-weight: 300
}

.splash-wrapper .splash-section a:not(.btn) {
    font-weight: 400;
    color: var(--color-ff9800)
}

.splash-wrapper .splash-section.reverse {
    background-color: var(--color-fff3e0);
}

.splash-wrapper .splash-section.reverse.border-top {
    border-top: 4px solid rgba(0,0,0,.1)
}

.splash-wrapper .splash-section.reverse.border-bottom {
    border-bottom: 4px solid rgba(0,0,0,.1)
}

.splash-wrapper .splash-section.dark {
    background-color: var(--color-333);
    color: #eee
}

.splash-wrapper .splash-section.dark .section-title {
    color: #eee
}

.splash-wrapper .splash-section.dark input {
    background-color: transparent;
    border: 2px solid var(--color-ff9800);
    color: #eee
}

.splash-wrapper .splash-section.dark input:focus {
    border-color: var(--color-ff9800);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,152,0,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,152,0,.6)
}

.splash-wrapper .splash-section.dark input::-moz-placeholder {
    color: var(--color-fff);
    opacity: 1
}

.splash-wrapper .splash-section.dark input:-ms-input-placeholder {
    color: var(--color-fff)
}

.splash-wrapper .splash-section.dark input::-webkit-input-placeholder {
    color: var(--color-fff)
}

.splash-wrapper .splash-section.photo-bg {
    position: relative;
    padding: 90px 0;
    color: var(--color-fff)
}

.splash-wrapper .splash-section.photo-bg:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255,152,0,.6);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0
}

.splash-wrapper .splash-section.photo-bg .section-title {
    color: var(--color-fff)
}

.splash-wrapper .splash-section.photo-bg a:not(.btn) {
    color: var(--color-fff);
    font-size: 18px
}

.splash-wrapper .splash-section.photo-bg a:not(.btn) .icon {
    position: relative;
    top: 2px
}

.splash-wrapper .splash-section.photo-bg a:not(.btn):hover {
    text-decoration: none
}

.splash-wrapper .splash-section.photo-bg a:not(.btn):hover .text {
    border-bottom: 1px solid var(--color-fff)
}

.splash-wrapper .splash-section.photo-bg .btn {
    padding: 12px 80px;
    color: var(--color-fff);
    background-color: rgba(255,255,255,.15);
    border-color: var(--color-fff)
}

.splash-wrapper .splash-section.photo-bg .btn:hover,.splash-wrapper .splash-section.photo-bg .btn:focus,.splash-wrapper .splash-section.photo-bg .btn.focus,.splash-wrapper .splash-section.photo-bg .btn:active,.splash-wrapper .splash-section.photo-bg .btn.active,.open>.dropdown-toggle.splash-wrapper .splash-section.photo-bg .btn {
    color: var(--color-fff);
    background-color: rgba(242,242,242,.15);
    border-color: #f0f0f0
}

.splash-wrapper .splash-section.photo-bg .btn:active,.splash-wrapper .splash-section.photo-bg .btn.active,.open>.dropdown-toggle.splash-wrapper .splash-section.photo-bg .btn {
    background-image: none
}

.splash-wrapper .splash-section.photo-bg .btn.disabled,.splash-wrapper .splash-section.photo-bg .btn[disabled],fieldset[disabled] .splash-wrapper .splash-section.photo-bg .btn,.splash-wrapper .splash-section.photo-bg .btn.disabled:hover,.splash-wrapper .splash-section.photo-bg .btn[disabled]:hover,fieldset[disabled] .splash-wrapper .splash-section.photo-bg .btn:hover,.splash-wrapper .splash-section.photo-bg .btn.disabled:focus,.splash-wrapper .splash-section.photo-bg .btn[disabled]:focus,fieldset[disabled] .splash-wrapper .splash-section.photo-bg .btn:focus,.splash-wrapper .splash-section.photo-bg .btn.disabled.focus,.splash-wrapper .splash-section.photo-bg .btn[disabled].focus,fieldset[disabled] .splash-wrapper .splash-section.photo-bg .btn.focus,.splash-wrapper .splash-section.photo-bg .btn.disabled:active,.splash-wrapper .splash-section.photo-bg .btn[disabled]:active,fieldset[disabled] .splash-wrapper .splash-section.photo-bg .btn:active,.splash-wrapper .splash-section.photo-bg .btn.disabled.active,.splash-wrapper .splash-section.photo-bg .btn[disabled].active,fieldset[disabled] .splash-wrapper .splash-section.photo-bg .btn.active {
    background-color: rgba(255,255,255,.15);
    border-color: var(--color-fff)
}

.splash-wrapper .splash-section.photo-bg .btn .badge {
    color: rgba(255,255,255,.15);
    background-color: var(--color-fff)
}

.splash-wrapper .splash-section.photo-bg .btn.btn-ghost {
    color: rgba(255,255,255,.15);
    background-color: transparent;
    border: 1px solid rgba(255,255,255,.15);
    box-shadow: none
}

.splash-wrapper .splash-section.photo-bg .btn.btn-ghost:hover,.splash-wrapper .splash-section.photo-bg .btn.btn-ghost:focus,.splash-wrapper .splash-section.photo-bg .btn.btn-ghost.focus,.splash-wrapper .splash-section.photo-bg .btn.btn-ghost:active,.splash-wrapper .splash-section.photo-bg .btn.btn-ghost.active,.open>.dropdown-toggle.splash-wrapper .splash-section.photo-bg .btn.btn-ghost {
    color: var(--color-fff);
    box-shadow: none;
    background-color: rgba(255,255,255,.15);
    border-color: rgba(255,255,255,.15)
}

.splash-wrapper .splash-section.photo-bg .btn:hover {
    background-color: rgba(255,255,255,.25)
}

.splash-wrapper .how-it-works,.splash-wrapper .job-main-types {
    list-style-type: none;
    padding-left: 75px;
    margin-top: 50px
}

@media all and (max-width: 659px) {
    .splash-wrapper .how-it-works,.splash-wrapper .job-main-types {
        padding-left:0
    }
}

.splash-wrapper .how-it-works li,.splash-wrapper .job-main-types li {
    position: relative;
    text-align: left;
    border-left: 4px solid var(--color-ff9800);
    padding-left: 25px;
    margin-bottom: 30px
}

.splash-wrapper .how-it-works li>h3,.splash-wrapper .job-main-types li>h3 {
    color: var(--color-333);
    font-weight: 700
}

.splash-wrapper .how-it-works li>h3 a:hover,.splash-wrapper .job-main-types li>h3 a:hover,.splash-wrapper .how-it-works li>h3 a:hover small,.splash-wrapper .job-main-types li>h3 a:hover small,.splash-wrapper .how-it-works li>h3 a:hover .small,.splash-wrapper .job-main-types li>h3 a:hover .small {
    opacity: 1;
    color: var(--color-ff9800)
}

.splash-wrapper .how-it-works li>h3 a small,.splash-wrapper .job-main-types li>h3 a small,.splash-wrapper .how-it-works li>h3 a .small,.splash-wrapper .job-main-types li>h3 a .small {
    font-size: 60%
}

.splash-wrapper .how-it-works li>p,.splash-wrapper .job-main-types li>p {
    font-size: 1em
}

.splash-wrapper .how-it-works li:before,.splash-wrapper .job-main-types li:before {
    color: var(--color-555);
    content: " ";
    font-size: 50px;
    font-weight: 400;
    height: 45px;
    width: 45px;
    left: -65px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media all and (max-width: 659px) {
    .splash-wrapper .how-it-works li:before,.splash-wrapper .job-main-types li:before {
        display:none!important;
        visibility: hidden!important
    }
}

.splash-wrapper .how-it-works li:nth-child(1):before,.splash-wrapper .job-main-types li:nth-child(1):before {
    background-image: url(/static/img/splash/science_pod_counters_1.png)
}

.splash-wrapper .how-it-works li:nth-child(2):before,.splash-wrapper .job-main-types li:nth-child(2):before {
    background-image: url(/static/img/splash/science_pod_counters_2.png)
}

.splash-wrapper .how-it-works li:nth-child(3):before,.splash-wrapper .job-main-types li:nth-child(3):before {
    background-image: url(/static/img/splash/science_pod_counters_3.png)
}

.splash-wrapper .job-main-types {
    position: relative;
    padding-left: 0;
    padding-right: 0
}

@media all and (min-width: 659px) and (max-width:951px) {
    .splash-wrapper .job-main-types {
        padding-left:150px;
        padding-right: 50px
    }
}

@media all and (min-width: 952px) and (max-width:1170px) {
    .splash-wrapper .job-main-types {
        padding-left:150px;
        padding-right: 50px
    }
}

@media all and (min-width: 1171px) {
    .splash-wrapper .job-main-types {
        padding-left:250px;
        padding-right: 150px
    }
}

.splash-wrapper .job-main-types.job-main-types-compact {
    padding-left: 122px;
    padding-right: 0
}

@media all and (max-width: 659px) {
    .splash-wrapper .job-main-types.job-main-types-compact {
        padding-left:0
    }
}

.splash-wrapper .job-main-types.job-main-types-compact li {
    margin-bottom: 30px
}

.splash-wrapper .job-main-types li {
    margin-bottom: 115px
}

.splash-wrapper .job-main-types li:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    height: 93px;
    width: 120px;
    left: -140px
}

.splash-wrapper .job-main-types li.insights:before {
    background-image: url(/static/img/splash/insights.png)
}

.splash-wrapper .job-main-types li.interview:before {
    background-image: url(/static/img/splash/interview.png)
}

.splash-wrapper .job-main-types li.video:before {
    background-image: url(/static/img/splash/video.png)
}

.splash-wrapper .job-main-types .btn {
    margin-top: 16px;
    margin-left: 25px;
    position: absolute;
    top: 100%;
    left: 0
}

.splash-wrapper .subtypes-tile {
    text-transform: uppercase;
    font-size: 19px;
    padding-left: 122px;
    text-align: left;
    margin: 40px 0 10px
}

@media all and (max-width: 659px) {
    .splash-wrapper .subtypes-tile {
        padding-left:0
    }
}

.splash-wrapper .job-subtypes {
    list-style-type: none;
    position: relative;
    padding-left: 122px;
    padding-right: 0
}

@media all and (max-width: 659px) {
    .splash-wrapper .job-subtypes {
        padding-left:0
    }
}



.splash-wrapper .job-main-focus {
    list-style-type: none;
    position: relative;
    padding-left: 122px;
    padding-right: 0;
}

@media all and (max-width: 659px) {
    .splash-wrapper .job-main-focus {
        padding-left:0
    }
}

/*mycontent_header.css*/

.splash-wrapper .job-main-focus>li {
    padding: 20px;
    background-color: var(--color-fff3e0);
    border-left: 4px solid var(--color-ff9800);
    margin-bottom: 30px
}

.splash-wrapper .job-main-focus>li h3 {
    color: var(--color-333);
    font-weight: 700;
    margin-top: 0;
    font-size: 20px
}

.splash-wrapper .job-main-focus>li h3 a:hover,.splash-wrapper .job-main-focus>li h3 a:hover small,.splash-wrapper .job-main-focus>li h3 a:hover .small {
    opacity: 1;
    color: var(--color-ff9800)
}

.splash-wrapper .job-main-focus>li h3 a small,.splash-wrapper .job-main-focus>li h3 a .small {
    font-size: 60%
}

.splash-wrapper .job-main-focus>li p {
    font-size: 1em
}

.splash-wrapper .job-main-focus>li p:last-child {
    margin-bottom: 0
}

.splash-wrapper .job-main-focus>li .words {
    margin-top: 16px;
    font-weight: 700;
    font-size: 15px
}

.splash-wrapper .job-main-focus>li .btn {
    text-transform: lowercase;
    padding: 8px 20px!important
}

.splash-wrapper .job-main-focus>li .help-block {
    color: var(--color-ff9800);
    margin-top: 0
}

.splash-wrapper .job-main-focus>li .help-block:before {
    content: '* '
}

.splash-wrapper .job-main-focus>li {
    border: none
}

.splash-wrapper .services {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0
}

.splash-wrapper .services h1,.splash-wrapper .services h2,.splash-wrapper .services h3,.splash-wrapper .services h4,.splash-wrapper .services h5,.splash-wrapper .services h6 {
    font-weight: 300
}

.splash-wrapper .services label {
    margin-top: 10px;
    display: block;
    font-size: .8em;
    color: gray;
    font-weight: 300
}

.splash-wrapper .services label a:not(.btn) {
    color: var(--color-fff)
}

.splash-wrapper .services img {
    width: 50px;
    height: 50px
}

.splash-wrapper .services .btn {
    text-transform: uppercase;
    font-weight: 400
}

.splash-wrapper .services .service-box {
    position: relative;
    width: 100%
}

/* @media all and (min-width: 952px) {
    .splash-wrapper .services .service-box {
        width:50%
    }
} */

.splash-wrapper .services .service-box--grey {
    background-color: #f4f4ef;
    color: #525c65
}

.splash-wrapper .services .service-box--grey p {
    color: #525c65
}

.splash-wrapper .services .service-box--orange {
    color: #606060;
    background-color: var(--color-ff9800)
}

.splash-wrapper .services .service-box--orange p {
    color: #606060
}

.splash-wrapper .services .service-box--blue {
    color: var(--color-fff);
    background-color: #3a6073
}

.splash-wrapper .services .service-box--blue p {
    color: rgba(255,255,255,.9)
}



.splash-wrapper .services .service-item p {
    font-size: .95em
}

@media all and (min-width: 1379px) {
    .splash-wrapper .services .service-item {
        margin-bottom:0;
        min-height: 500px
    }
}

.splash-wrapper .services .service-item-inner {
    min-height: 130px
}

@media all and (max-width: 1379px) {
    .splash-wrapper .services .service-item-inner {
        min-height:auto
    }

    .splash-wrapper .services .service-item-inner:not(:last-of-type) {
        border-bottom: 1px solid #ffb039
    }
}

.splash-wrapper .quote {
    padding: 6em 2em
}

.splash-wrapper .quote p {
    font-weight: 300;
    font-style: italic;
    font-size: 1em
}

.splash-wrapper .quote p.attribution {
    font-weight: 500;
    font-style: normal;
    font-size: .9em
}

@media all and (min-width: 1171px) {
    .splash-wrapper .quote {
        padding:9em
    }
}

.splash-wrapper .explanation {
    opacity: 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .2s ease-in .2s;
    -o-transition: all .2s ease-in .2s;
    transition: all .2s ease-in .2s;
    position: absolute;
    left: 0;
    right: 0;
    font-size: 1em;
    color: var(--color-555);
    font-weight: 400;
    padding: 0 20px;
    font-style: italic
}

@media all and (max-width: 659px) {
    .splash-wrapper .explanation {
        font-size:.85em
    }
}

.splash-wrapper .explanation.visible {
    opacity: 1;
    max-height: 200px;
    height: auto
}

.splash-wrapper .footer {
    text-align: center;
    color: #525c65
}

.splash-wrapper .footer .company-name {
    font-size: 75%;
    opacity: .75
}

.splash-wrapper .footer ul {
    margin: 0 auto;
    list-style: none
}

.splash-wrapper .footer ul li,.splash-wrapper .footer ul i {
    display: inline-block;
    padding: 1em
}

.splash-wrapper .footer a {
    color: #525c65
}

.splash-wrapper .footer .nav-social {
    display: inline-block
}

.splash-wrapper .footer .nav-social [class*=icomoon-facebook] {
    position: relative;
    top: -2px
}

.splash-wrapper .footer .nav-social [class*=icomoon-twitter] {
    font-size: .95em
}

.splash-wrapper .footer .nav-social [class*=icomoon-linkedin] {
    position: relative;
    top: -1px
}

.splash-wrapper .services .service-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 400px;
    padding: 20px
}
