#main-section .screen {
    min-height: calc( 100vh - 100px );
    width: 100%;
    position: absolute;
    display: none;
    background-image: url('../img/main-cover.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}
#main-section .screen:before{
    /* content: ''; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient( 90deg, rgb(41,107,135) 0%, rgb(39,183,245) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(41,107,135) 0%, rgb(39,183,245) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(41,107,135) 0%, rgb(39,183,245) 100%);
    opacity: 1;
    filter:alpha(opacity=61);
    color: #295e74;
}
#main-section .screen:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #204f61;
    opacity: 0.8;
    filter:alpha(opacity=61);
}

#main-section .screen-content-holder{
    width: 35pc;
    margin: 0 auto;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50% , -50%) ;
    -webkit-transform: translate(-50% , -50%);
    -moz-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);

    z-index: 10;
}
#main-section .screen-content-holder:before{
    content: "";
    display: block;
    padding-top: 100%;
}

#main-section .screen .sub-screen.answers {
    z-index: 1;
}
#main-section .screen .sub-screen:first-child {
    opacity: 1;
    visibility: visible;
}
#main-section .screen .sub-screen {
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
}
#main-section .screen .sub-screen.answers .middle {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    display: table;
    z-index: 3;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #fff;
    line-height: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50% , -50%) ;
    -webkit-transform: translate(-50% , -50%);
    -moz-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
}
#main-section .screen .sub-screen.answers .middle.animated-in .middle-circle {
    -webkit-animation: a 2s;
    animation: a 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
#main-section .screen .sub-screen.answers .middle .middle-circle {
    fill: transparent;
    stroke: #fff;
    stroke-width: 1;
    stroke-dasharray: 2000;
    -webkit-transition: stroke-dashoffset 1s;
    transition: stroke-dashoffset 1s;
    stroke-dashoffset: 2000;
    position: absolute;
    width: 100%;
    height: 100%;
}
#main-section .screen .sub-screen.answers .middle.animated-in .grid {
    opacity: 0;
    -webkit-animation: c .5s;
    animation: c .5s;
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#main-section .screen .sub-screen.answers .middle .grid {
    position: absolute;
    left: -3%;
    top: -3%;
    opacity: 0;
    width: 106%;
    height: 106%;
}
#main-section .screen .sub-screen.answers .middle.animated-in .text.show {
    -webkit-transition: .6s;
    transition: .6s;
    opacity: .7;
}
#main-section .screen .sub-screen.answers .middle.animated-in .text {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: .6s;
    -ms-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
    -webkit-transition-delay: 2.6s;
    -ms-transition-delay: 2.6s;
    -moz-transition-delay: 2.6s;
    transition-delay: 2.6s;
    opacity: .7;
}
#main-section .screen .sub-screen.answers .middle .text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 25px;
    opacity: 0;
    -ms-transform: translateY(-65px);
    -webkit-transform: translateY(-65px);
    -moz-transform: translateY(-65px);
    transform: translateY(-65px);
}
.jobs-number{
    display: block;
    font-size: 45px;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 13px;
    width: 100%;
}
.jobs-number.color{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.jobs-number>img{width: 88px;}
.jobs-number:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #fff;
    width: 30px;
}
#main-section .screen .sub-screen.answers .middle .job-container {
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50% , -50%) ;
    -webkit-transform: translate(-50% , -50%);
    -moz-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    top: 50%;
    text-align: center;
    z-index: 2;
    visibility: hidden;
    -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
    backface-visibility: hidden;
}



#main-section .screen .sub-screen.answers .middle .jobs div:nth-of-type(1) .jobs-number:before{
    border-color: #f26175;
}
#main-section .screen .sub-screen.answers .middle .jobs div:nth-of-type(2) .jobs-number:before{
    border-color: #ff7659;
}
#main-section .screen .sub-screen.answers .middle .jobs div:nth-of-type(3) .jobs-number:before{
    border-color: #3581f1;
}
#main-section .screen .sub-screen.answers .middle .jobs div:nth-of-type(4) .jobs-number:before{
    border-color: #38bcbf;
}
#main-section .screen .sub-screen.answers .middle .jobs div:nth-of-type(5) .jobs-number:before{
    border-color: #2dd38f;
}
#main-section .screen .sub-screen.answers .middle .jobs div:nth-of-type(6) .jobs-number:before{
    border-color: #9e7ac2;
}




#main-section .screen .sub-screen.answers .middle .job-container a,
#main-section .screen .sub-screen.answers .middle .job-container h3,
#main-section .screen .sub-screen.answers .middle .job-container img,
#main-section .screen .sub-screen.answers .middle .job-container p {
    opacity: 0
}

#main-section .screen .sub-screen.answers .middle .job-container h3 {
    font-size: 20px;
    letter-spacing: 1px;
    height: 40px;
}

#main-section .screen .sub-screen.answers .middle .job-container p {
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0;
    width: 330px;
    height: 130px;
}

#main-section .screen .sub-screen.answers .middle .job-container img {
    height: 175px;
    display: block;
    margin: 0 auto 15px
}

#main-section .screen .sub-screen.answers .middle .job-container a {
    display: block;
    font-size: 18px;
    width: 175px;
    position: relative;
    margin: 25px auto 0;
    padding-right: 20px
}

#main-section .screen .sub-screen.answers .middle .job-container a:after {
    content: "";
    position: absolute;
    height: 4px;
    background-color: #fff;
    width: 0;
    bottom: -10px;
    left: 0;
    visibility: visible
}

#main-section .screen .sub-screen.answers .middle .job-container a:before {
    content: "";
    position: absolute;
    height: 11px;
    width: 7px;
    right: 0;
    top: 4px;
    background-image: url(../img/chevron.png);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

#main-section .screen .sub-screen.answers .middle .middle-circle {
    -webkit-animation: a 2s;
    animation: a 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

#main-section .screen .sub-screen.answers .middle.animated-in #poly,
#main-section .screen .sub-screen.answers .middle.animated-in .middle-circle {
    -webkit-animation: a 2s;
    animation: a 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

#main-section .screen .sub-screen.answers .middle.animated-in #poly {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

#main-section .screen .sub-screen.answers .middle #poly {
    width: 118.5%;
    position: absolute;
    top: -9%;
    left: -9%;
    z-index: -1;
    stroke-dasharray: 2000;
    -webkit-transition: stroke-dashoffset 1s;
    transition: stroke-dashoffset 1s;
    stroke-dashoffset: 2000;
}
#main-section .screen .sub-screen.answers .middle .jobs div {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin: -5px -90px;
    width: 119px;
    /* height: 20px; */
    text-align: center;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    padding-bottom: 9px;
    opacity: 0;
    letter-spacing: initial;
    text-align: center;
    cursor: pointer;
}


#main-section .screen .sub-screen.answers .middle.animated-in .jobs div {
    opacity: 0;
    -webkit-animation: c .4s;
    animation: c .4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

#main-section .screen .sub-screen.answers .middle .jobs {
    position: absolute;
    width: 35pc;
    height: 35pc;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50% , -50%) ;
    -webkit-transform: translate(-50% , -50%);
    -moz-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    font-size: 16px
}

#main-section .screen .sub-screen.answers .middle .jobs div:hover {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    /* letter-spacing: 1px; */
}

#main-section .screen .sub-screen.answers .middle .jobs div:nth-of-type(1) {
    -ms-transform: rotate(138deg) translate(288px) rotate(-138deg);
    -webkit-transform: rotate(138deg) translate(288px) rotate(-138deg);
    -moz-transform: rotate(138deg) translate(288px) rotate(-138deg);
    transform: rotate(138deg) translate(288px) rotate(-138deg);
    margin-top: -1px;
    padding-bottom: 0;
}

#main-section .screen .sub-screen.answers .middle .jobs div:nth-of-type(2) {
    -ms-transform: rotate(195deg) translate(311px) rotate(-195deg);
    -webkit-transform: rotate(195deg) translate(311px) rotate(-195deg);
    -moz-transform: rotate(195deg) translate(311px) rotate(-195deg);
    transform: rotate(195deg) translate(311px) rotate(-195deg);


}

#main-section .screen .sub-screen.answers .middle .jobs div:nth-of-type(3) {
    -ms-transform: rotate(236deg) translate(382px) rotate(-236deg);
    -webkit-transform: rotate(236deg) translate(382px) rotate(-236deg);
    -moz-transform: rotate(236deg) translate(382px) rotate(-236deg);
    transform: rotate(236deg) translate(382px) rotate(-236deg);
}

#main-section .screen .sub-screen.answers .middle .jobs div:nth-of-type(4) {
    -ms-transform: rotate(317deg) translate(452px) rotate(-317deg);
    -webkit-transform: rotate(317deg) translate(452px) rotate(-317deg);
    -moz-transform: rotate(317deg) translate(452px) rotate(-317deg);
    transform: rotate(317deg) translate(452px) rotate(-317deg);


    text-align: left;
    margin-top: -14px;
}

#main-section .screen .sub-screen.answers .middle .jobs div:nth-of-type(5) {
    -ms-transform: rotate(345deg) translate(313px) rotate(-345deg);
    -webkit-transform: rotate(345deg) translate(313px) rotate(-345deg);
    -moz-transform: rotate(345deg) translate(313px) rotate(-345deg);
    transform: rotate(345deg) translate(313px) rotate(-345deg);
}

#main-section .screen .sub-screen.answers .middle .jobs div:nth-of-type(6) {
    -ms-transform: rotate(400deg) translate(304px) rotate(-400deg);
    -webkit-transform: rotate(400deg) translate(304px) rotate(-400deg);
    -moz-transform: rotate(400deg) translate(304px) rotate(-400deg);
    transform: rotate(400deg) translate(304px) rotate(-400deg);
}


#main-section .screen .sub-screen.answers .middle .jobs div:nth-of-type(1) .jobs-number{
    color: #ff7659;
}
#main-section .screen .sub-screen.answers .middle .jobs div:nth-of-type(2) .jobs-number{
    color: #2dd38f
}
#main-section .screen .sub-screen.answers .middle .jobs div:nth-of-type(3) .jobs-number{
    color: #f26175;
}
#main-section .screen .sub-screen.answers .middle .jobs div:nth-of-type(4) .jobs-number{
    color: #38bcbf;
}
#main-section .screen .sub-screen.answers .middle .jobs div:nth-of-type(5) .jobs-number{
    color: #9e7ac2;
}
#main-section .screen .sub-screen.answers .middle .jobs div:nth-of-type(6) .jobs-number{
    color: #3581f1;
}


#main-section .screen .sub-screen.answers .middle .jobs div:nth-of-type(1) .jobs-number:before{right: 0;left: auto;}
#main-section .screen .sub-screen.answers .middle .jobs div:nth-of-type(2) .jobs-number:before{

    right: 0;

    left: auto;
}
#main-section .screen .sub-screen.answers .middle .jobs div:nth-of-type(3) .jobs-number:before{

    right: 0;

    left: auto;
}
#main-section .screen .sub-screen.answers .middle .jobs div:nth-of-type(4) .jobs-number:before{
}
#main-section .screen .sub-screen.answers .middle .jobs div:nth-of-type(5) .jobs-number:before{

}
#main-section .screen .sub-screen.answers .middle .jobs div:nth-of-type(6) .jobs-number:before{

}


#main-section .screen .sub-screen.answers .middle .reply.active .jobs-number,
#main-section .screen .sub-screen.answers .middle .reply:hover .jobs-number{
    opacity: 0;
}
#main-section .screen .sub-screen.answers .middle .reply.active .jobs-number.color,
#main-section .screen .sub-screen.answers .middle .reply:hover .jobs-number.color{
    opacity: 1
}


#main-section .screen .sub-screen.answers .middle .jobs .right {
    margin-left: 0;
    text-align: left;
    padding-left: 0;
}

#main-section .screen .sub-screen.answers .middle .jobs .left {
    margin-left: -129px;
    /* width: 180pt; */
    text-align: right;
}

#main-section .screen .sub-screen.answers .middle .jobs .tried {
    text-decoration: line-through;
    color: #e20030
}

#main-section .screen .sub-screen.answers .middle .jobs .tried:after {
    background-color: #e20030!important
}

#main-section .screen .sub-screen.answers .middle .jobs .dot:after {
    content: "";
    position: absolute;
    height: 4px;
    width: 4px;
    background-color: #fff;
    border-radius: 50%
}

#main-section .screen .sub-screen.answers .middle.animated-in .job-container.show {
    visibility: visible;
}

#main-section .screen .sub-screen.answers .middle.animated-in .job-container.show a,
#main-section .screen .sub-screen.answers .middle.animated-in .job-container.show h3,
#main-section .screen .sub-screen.answers .middle.animated-in .job-container.show img,
#main-section .screen .sub-screen.answers .middle.animated-in .job-container.show p,
#main-section .screen .sub-screen.answers .middle.animated-in .job-container.show-final a,
#main-section .screen .sub-screen.answers .middle.animated-in .job-container.show-final h3,
#main-section .screen .sub-screen.answers .middle.animated-in .job-container.show-final img,
#main-section .screen .sub-screen.answers .middle.animated-in .job-container.show-final p {
    opacity: 0;
    -webkit-animation: c .5s;
    animation: c .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

#main-section .screen .sub-screen.answers .middle.animated-in .job-container.show img,
#main-section .screen .sub-screen.answers .middle.animated-in .job-container.show-final img {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

#main-section .screen .sub-screen.answers .middle.animated-in .job-container.show h3,
#main-section .screen .sub-screen.answers .middle.animated-in .job-container.show-final h3 {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

#main-section .screen .sub-screen.answers .middle.animated-in .job-container.show p,
#main-section .screen .sub-screen.answers .middle.animated-in .job-container.show-final p {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

#main-section .screen .sub-screen.answers .middle.animated-in .job-container.show a,
#main-section .screen .sub-screen.answers .middle.animated-in .job-container.show-final a {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}


#main-section .screen .sub-screen.answers .middle .job-container a, #main-section .screen .sub-screen.answers .middle .job-container h3, #main-section .screen .sub-screen.answers .middle .job-container img, #main-section .screen .sub-screen.answers .middle .job-container p {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


#main-section .screen .sub-screen.answers .middle.animated-in .job-container.show.no-delay img{
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#main-section .screen .sub-screen.answers .middle.animated-in .job-container.show.no-delay h3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#main-section .screen .sub-screen.answers .middle.animated-in .job-container.show.no-delay p {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

#main-section .screen .sub-screen.answers .middle.animated-in .job-container.show.no-delay a {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}


.screen-mobile-content-holder{
    position: relative;
    z-index: 10;
    color: #fff;
    display: table;
    width: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);

}

.screen-mobile-content-holder .reply {
    text-align: center;
    float: left;
    width: 50%;
    position: relative;
}


.screen-mobile-content-holder .reply.active .jobs-number,
.screen-mobile-content-holder .reply:hover .jobs-number{
    opacity: 0
}
.screen-mobile-content-holder .reply.active .jobs-number.color,
.screen-mobile-content-holder .reply:hover .jobs-number.color{
    opacity: 1
}



/* Css Animations */
@-webkit-keyframes a {
    0% {
        stroke-dashoffset: 2000
    }
    to {
        stroke-dashoffset: 150
    }
}

@keyframes a {
    0% {
        stroke-dashoffset: 2000
    }
    to {
        stroke-dashoffset: 150
    }
}

@-webkit-keyframes b {
    0% {
        stroke-dashoffset: 150
    }
    to {
        stroke-dashoffset: 2000
    }
}

@keyframes b {
    0% {
        stroke-dashoffset: 150
    }
    to {
        stroke-dashoffset: 2000
    }
}

@-webkit-keyframes c {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes c {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}


@-webkit-keyframes d {
    0% {
        width: 0
    }
    to {
        width: 90%
    }
}

@keyframes d {
    0% {
        width: 0
    }
    to {
        width: 90%
    }
}


@-webkit-keyframes e {
    0% {
        width: 90%
    }
    to {
        width: 0
    }
}

@keyframes e {
    0% {
        width: 90%
    }
    to {
        width: 0
    }
}

@-webkit-keyframes f {
    0% {
        background-position: 0 0
    }
    to {
        background-position: -4in 0
    }
}

@keyframes f {
    0% {
        background-position: 0 0
    }
    to {
        background-position: -4in 0
    }
}

@keyframes g {
    0% {
        background-position: -4in 0
    }
    to {
        background-position: 0 0
    }
}

@-webkit-keyframes g {
    0% {
        background-position: -4in 0
    }
    to {
        background-position: 0 0
    }
}




