/* Desktop */

#site-lower-container {
    width: 996px;
    margin: 0px auto;
    text-align: center;
}

#site-lower-container #mini-menu {
    width: auto;
    display: inline-block;
    height: 40px;
    margin: 0px auto;
    background-color: #f2f4f9;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 1px rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .6);
    border: solid 1px #a8acb2;
    background-image: -webkit-linear-gradient(bottom, #dcdee6, #f2f4f9);
    background-image: -moz-linear-gradient(bottom, #dcdee6, #f2f4f9);
    background-image: -o-linear-gradient(bottom, #dcdee6, #f2f4f9);
    background-image: -ms-linear-gradient(bottom, #dcdee6, #f2f4f9);
    background-image: linear-gradient(to top, #dcdee6, #f2f4f9);
    margin-bottom: 40px;
}

#site-lower-container #mini-menu a {
    width: 116px;
    height: 40px;
    float: left;
    text-align: center;
    border-right: 1px solid #f6f6f9;
    border-left: 1px solid #A8ACB2;
    line-height: 40px;
    color: #767c89;
}

#site-lower-container #mini-menu a.first {
    border-left: none;
}

#site-lower-container #mini-menu a.last {
    border-right: none;
}

#site-lower-container #mini-menu a:hover {
    background-image: -webkit-linear-gradient(bottom, #d9dce3, #dddfe7);
    background-image: -moz-linear-gradient(bottom, #d9dce3, #dddfe7);
    background-image: -o-linear-gradient(bottom, #d9dce3, #dddfe7);
    background-image: -ms-linear-gradient(bottom, #d9dce3, #dddfe7);
    background-image: linear-gradient(to top, #d9dce3, #dddfe7);
    border-right: 1px solid #e3e3e8;
}

#site-lower-container #mini-menu a.last:hover {
    border-right: none;
}

#site-lower-container #mini-menu a.selected {
    background-color: #c9ccd3;
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, .25);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, .25);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, .25);
    border: 0px;
    color: #5c6270;
}

#site-lower-container .mac-screen {
    width: 752px;
    height: 605px;
    margin: 0px auto;
    background-image: url('../img/landing/mac-screen.png');
}

#site-lower-container .mac-screen .screenshot {
    width: 677px;
    height: 381px;
    float: left;
    margin: 44px 0 0 38px;
    position: relative;
    display: none;
}

#site-lower-container .mac-screen #dashboard-slide {
    background-image: url('../img/landing/dashboard-screen.jpg');
}

#site-lower-container .mac-screen #search-slide {
    background-image: url('../img/landing/search-screen.jpg');
}

#site-lower-container .mac-screen #tracker-slide {
    background-image: url('../img/landing/tracker-screen.jpg');
}

#site-lower-container .mac-screen #profile-slide {
    background-image: url('../img/landing/profile-screen.jpg');
}

#site-lower-container .mac-screen #interview-slide {
    background-image: url('../img/landing/interview-screen.jpg');
}

#site-lower-container .mac-screen .screenshot.show {
    display: block;
}

#site-lower-container .mac-screen .more-button {
    width: 32px;
    height: 31px;
    position: absolute;
    background: url('../img/landing/more-button.png') no-repeat;
    opacity: .4;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: blink;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-direction: normal;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: blink;
    -moz-animation-timing-function: ease-in-out;
    cursor: pointer;
}

#site-lower-container .mac-screen .more-button:active {
    background-position: 0px -46px;
}

#site-lower-container .screenshot:hover .more-button,
#site-lower-container .screenshot .more-button.selected {
    opacity: 1;
    -webkit-animation: none;
    -moz-animation: none;
}

#site-lower-container #search {
    right: 10px;
    top: 45px;
}

#site-lower-container #top-jobs {
    left: 140px;
    top: 65px;
}

#site-lower-container #job-tracker {
    left: 140px;
    top: 271px;
}

#site-lower-container #view-post {
    left: 270px;
    top: 85px;
}

#site-lower-container #save-post {
    right: 222px;
    top: 100px;
}

#site-lower-container #tracker-status {
    right: 30px;
    top: 96px;
}

#site-lower-container #company-info {
    left: 26px;
    top: 40px;
}

#site-lower-container #notes {
    left: 170px;
    top: 240px;
}

#site-lower-container #profile-add {
    left: 152px;
    top: 235px;
}

#site-lower-container #snapshot {
    right: 59px;
    top: 114px;
}

#site-lower-container #accept {
    left: 348px;
    top: 238px;
}

#site-lower-container #connect {
    right: 39px;
    top: 48px;
}

#site-lower-container .screenshot .button-info {
    position: absolute;
    width: 400px;
    height: 120px;
    margin-top: -13px;
    margin-left: -393px;
}

#site-lower-container .screenshot .button-info p {
    width: 200px;
    padding-top: 10px;
    font-size: 14px;
    color: #767c89;
}

#site-lower-container .screenshot .button-info h4 {
    border-bottom: 1px solid #a3a8b5;
    color: #767c89;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 10px;
}

#site-lower-container .screenshot .button-info.right {
    margin-left: 25px;
    width: 300px;
}

#site-lower-container .screenshot .button-info.right p {
    margin-left: 90px;
}

#site-lower-container .screenshot .button-info.right h4 {
    padding-left: 90px;
}

#site-lower-container #view-post .button-info {
    width: 547px;
    margin-left: -540px;
}

#site-lower-container #save-post .button-info {
    width: 500px;
}

#site-lower-container #save-post .button-info p {
    margin-left: 300px;
}

#site-lower-container #save-post .button-info h4 {
    padding-left: 300px;
}

#site-lower-container #company-info .button-info {
    width: 300px;
    margin-left: -293px;
}

#site-lower-container #notes .button-info {
    margin-left: -440px;
    width: 447px;
}

#site-lower-container #snapshot .button-info {
    width: 350px;
}

#site-lower-container #snapshot .button-info p {
    margin-left: 160px;
}

#site-lower-container #snapshot .button-info h4 {
    padding-left: 160px;
}

#site-lower-container #profile-add .button-info {
    margin-left: -423px;
    width: 430px;
}

#site-lower-container #connect .button-info p {
    margin-left: 110px;
}

#site-lower-container #connect .button-info h4 {
    padding-left: 110px;
}

#site-lower-container #accept .button-info {
    margin-left: -613px;
    width: 620px;
}

#site-lower-container.employer-lower {
    height: 1100px;
    width: 100%;
}

#site-lower-container.employer-lower #employer-screen {
    width: 1000px;
    height: 600px;
    float: left;
    background: url('../img/landing/employer-screen.png') center center;
}

#site-lower-container.employer-lower h2 {
    text-align: center;
    font-size: 30px;
    color: #2f3241;
    font-weight: normal;
    margin-bottom: 50px;
    line-height: 34px;
}
/* Mobile */

#mobile-section {
    width: 100%;
    height: 610px;
    background: url('../img/landing/mobile-bg.jpg');
}

#mobile-section .mobile-content {
    width: 996px;
    height: 610px;
    margin: 0px auto;
}

#mobile-section .iphone {
    width: 430px;
    height: 551px;
    background: url('../img/landing/i-phone.png');
    margin-top: 59px;
    float: left;
    position: relative;
}

#mobile-section .iphone .iphone-screen {
    width: 326px;
    height: 400px;
    float: left;
    overflow: auto;
    margin: 150px 0 0 56px;
}

#mobile-section .iphone .iphone-screen:hover #pulse {
    opacity: 0;
}

#mobile-section .animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

#ascrail2000 {
    display: none;
}

div.get-started-button {
    text-align: center;
    display: block;
    margin: auto;
    width: 200px;
    height: 50px;
    background-color: #38B1EC;
    line-height: 50px;
    font-size: 18px;
    color: white;
    border: 1px solid white;
    text-decoration: none;
    border-radius: 8px;
}

.widget-content .mobile-right-content  ul li {
    text-align: left;
}

.mobile-right-title {
    font-size: 30px;
    font-weight: 200;
    color: #4d637b;
    text-transform: none;
    font-family: 'Source Sans Pro';
    line-height: normal;
}

.mobile-right-content {
    width: 535px;
    height: 530px;
    float: right;
    margin-top: 60px;
}

.mobile-right-content div.get-started-button {
    margin: 20px 58px;
}

.mobile-right-content ul {
    margin-top: 50px;
}

.mobile-right-content ul li {
    list-style: none;
    font-size: 24px;
    color: #c3c4c7;
    line-height: 30px;
    text-shadow: none;
    background: url('../img/landing/list-items.png') no-repeat 0px -7px;
    padding: 0px 0px 0px 60px;
    margin: 20px 0px;
}

#pulse {
    width: 209px;
    height: 200px;
    position: absolute;
    top: 340px;
    left: 118px;
    background: url('../img/landing/pulse.png') no-repeat;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: blink;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-direction: normal;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: blink;
    -moz-animation-timing-function: ease-in-out;
}

.slide {
    left: 166px;
    position: absolute;
    top: 381px;
    opacity: .9;
}
/* Responsive */

@media (max-width: 985px) {
    #track-apply {
        margin-top: 50px;
    }

    #mobile-section .mobile-content {
        width: auto;
        height: auto;
    }

    .mobile-right-content div.get-started-button {
        margin: 10px auto 50px;
    }

    .mobile-right-title {
        text-align: center;
    }

    #site-lower-container #tracklet-main {
        width: 94%;
        display: none;
    }
    #slider-content {
        width: 95%;
        margin-left: 4%;
        height: 82%;
    }
    .ls-inner,
    .ls-active {
        width: 100% !important;
        height: 100% !important;
    }
    .ls-active img/landing {
        width: 100% !important;
        height: 100%;
    }
    .ls-active img/landing.more {
        display: none !important;
    }
    #content-chunk-container {
        display: none;
    }
    #as-seen-on {
        height: auto;
    }
    #cta-buttons {
        width: 280px !important;
    }
    #cta-buttons.landing-top-cta a {
        width: 100%
    }
    .bullseye-second #cta-buttons a + a {
        display: none;
    }
    #bottom-section {
        width: auto;
        min-width: 320px;
        height: 350px;
        margin: 0px 0px;
        background: transparent;
        text-align: center;
        float: left;
    }
    #bottom-section p {
        width: auto;
        padding: 0px 30px 40px;
    }
    #bottom-section .cta-button {
        float: none;
        display: block;
        margin: 0px auto;
    }
    #bottom-section h3 {
        font-size: 24px;
    }
    #mobile-section {
        float: left;
        height: 450px;
    }
    #mobile-section .iphone {
        display: none;
        float: left;
    }
    .mobile-right-content {
        float: none;
        padding: 0px 10px;
        max-width: 800px;
        width: 100%;
        margin: 60px auto 0px;
        height: auto;
    }

    .mobile-right-content ul {
        display: table;
        margin: 0px auto;
    }
    #site-upper-container {
        background-size: 200%;
        height: 250px;
    }
    #upper-content-container h1 {
        padding-top: 50px;
    }
    #site-upper-container .cta-button {
        margin: 0px auto;
        float: none;
        display: block;
        margin-top: 20px;
    }
    #upper-content-container {
        min-width: 360px;
        width: auto;
        text-align: center;
    }
    #site-upper-container h1,
    #site-upper-container h1 strong {
        font-size: 32px;
    }
    #public-job-search-container {
        width: 617px;
        margin: 0px auto;
        margin-top: 30px;
        float: none;
    }
    .employer-upper #public-job-search-container .keyword {
        width: 81%;
    }
}

@media (max-width: 870px) {
    #banner-grid-content,
    .employer-upper #content-box,
    #tracklet-content-container #content-box {
        left: auto;
        margin-left: auto;
        width: 100%;
        margin-top: 50px;
    }
    #tracklet-content-container,
    #tracklet-content-container #content-head {
        width: 100%;
    }
    #tracklet-content-container #content-head .left,
    #tracklet-content-container #content-head p {
        width: 100%;
        text-align: center;
        float: none;
    }
    #tracklet-content-container #content-head p {
        padding-right: 20px;
        padding-left: 20px;
        width: auto;
        margin: 24px 0px;
    }
    #tracklet-content-container #content-head a {
        display: none;
    }
    #tracklet-content-container #content-head h1 {
        float: none;
    }
    #content-head .tracklet-screen {
        display: none;
    }
    #tracklet-content-container .first-content,
    #tracklet-content-container .second-content,
    #tracklet-content-container .third-content {
        height: 500px;
    }
    #tracklet-content-container .side-content,
    #tracklet-content-container .third-content .side-content,
    #tracklet-content-container .side-content.right {
        margin: 0px auto;
        float: none;
        margin-top: 50px;
    }
    #tracklet-content-container .first-content .side-content {
        margin-top: 40px;
        margin-bottom: 38px;
    }
    #tracklet-content-container .first-content .first-image,
    #tracklet-content-container .third-content .third-image,
    #tracklet-content-container .second-content .second-image {
        clear: left;
        display: block;
        margin: 0px auto;
        float: none;
    }
}

@media (max-width: 345px) {
    #tracklet-content-container .side-content {
        width: 95%;
        padding-left: 10px;
    }
    #tracklet-content-container .first-content .first-image,
    #tracklet-content-container .third-content .third-image,
    #tracklet-content-container .second-content .second-image {
        width: 100%;
    }
}

@media (max-width: 810px) {
    #site-lower-container.employer-lower {
        height: 1500px;
    }
    #content-box .content-text {
        margin-top: 50px;
        text-align: center;
        width: 100%;
        margin-left: auto;
    }
    .employer-upper #content-box .candidate-screen {
        float: none;
        margin-right: auto !important
    }
    #first-content,
    #second-content {
        height: 600px;
    }
    #content-box #second-content .content-text {
        margin-right: auto;
        margin-top: 50px;
    }
    #second-content #unlock-img/landing {
        width: 414px;
        margin-left: auto;
        margin: 0px auto;
        float: none;
        margin-top: 220px !important;
    }
    #content-box #third-content .bubble-container {
        margin: 0px auto !important;
        float: none;
        clear: left;
    }
    #content-box #third-content a {
        display: block;
        clear: left;
        width: 150px;
        margin: 0px auto;
        margin-top: 70px;
    }
}

@media (max-width: 670px) {
    .employer-upper #content-box .candidate-screen {
        width: 100%;
    }
}

@media (max-width: 650px) {
    #public-job-search-container {
        width: 95%;
    }
    #public-job-search-container .search {
        width: 15%;
    }
    #public-job-search-container .keyword {
        width: 55%;
    }
    #public-job-search-container .location {
        width: 28%;
    }
    .employer-upper #public-job-search-container .search {
        width: 17%;
    }
}

@media (max-width: 640px) {
    #site-lower-container #tracklet-main {
        width: 94%;
        height: 264px;
        background-size*: 100%;
    }
    #slider-content {
        width: 93%;
        margin-left: 4%;
    }
}

@media (max-width: 540px) {
    #public-job-search-container .keyword {
        width: 54%;
    }
    .employer-upper #public-job-search-container .keyword {
        width: 81%;
    }
    .employer-upper #public-job-search-container .search {
        width: 15%;
        float: right;
        margin-right: 11px;
    }
}

@media (max-width: 425px) {
    #second-content #unlock-img/landing {
        display: none;
    }
    #second-content {
        height: 280px;
    }
}

@media (max-width: 480px) {
    #site-lower-container.employer-lower {
        height: 1600px;
    }
    #content-box #third-content .bubble-container img/landing,
    #content-box #third-content .bubble-container span {
        display: none;
    }
    #content-box #third-content .bubble-container {
        width: auto;
        height: 117px;
        background: url(../img/landing/employer/bubble-background-full.png) no-repeat;
        background-size: contain;
    }
    #content-box #third-content a {
        margin-top: 20px;
    }
    .mobile-right-content ul li {
        font-size: 16px;
        line-height: normal;
    }
}

@media (max-width: 360px) {
    #public-job-search-container .keyword {
        width: 49%;
    }
    #public-job-search-container .search {
        width: 19%;
    }
    .employer-upper #public-job-search-container .search {
        font-size: 12px;
    }
    #first-content {
        height: 500px;
    }
    #second-content {
        height: 280px;
    }
}

@media (max-width: 320px) {
    #banner-grid-content {
        margin-top: -55px !important;
    }
}
/* Custom */

.cl_slider .desc,
.custom_widget_desc {
    max-width: 900px;
    margin: auto;
    font-size: 1.4em;
    color: #666;
    padding-bottom: 19px;
    line-height: 28px;
    padding-left: 10px;
    padding-right: 10px;
}

.custom_widget_desc {
    text-align: center;
}

#powerful-candidate {
    padding-top: 60px;
}

#track-apply {
    border-bottom: 2px solid #6B6B6B;
}

#track-apply #mobile-section {
    background-image: none;
}

#track-apply .mobile-right-content .mobile-right-desc,
#track-apply .mobile-right-content ul li {
    color: #666;
    font-size: 1.2em;
    line-height: 1.5em;
}

@media (max-width: 985px) {
    #mobile-section {
        height: auto !important;
    }
}

@media (max-width: 1200px) {
    #powerful-candidate .button-info,
    #powerful-candidate .more-button {
        display: none;
    }
}

@media (max-width: 1000px) {
    div#site-lower-container {
        width: 100%;
    }
}

@media (max-width: 750px) {

    #powerful-candidate .interactive {
        display: none;
        margin-bottom: 115px;
        height: 0px;
    }
}
/* Editor */
.interactive_desktop_editor{
    position:fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background:rgba(255, 255, 255, 0.8);
    z-index:9999;
}
.interactive_desktop_editor a {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-decoration: none;
}
.interactive_desktop_editor div#powerful-candidate {
  background-color: rgba(255,255,255,0.5);
}

.interactive_desktop_editor h4 {
    margin: 0;
    padding: 0;
}
.interactive_desktop_editor > .button {
  position: fixed;
  right: 100px;
  top: 50px;
}
.interactive_desktop_editor .more-button{
    cursor:move!important;
}
.interactive_desktop_editor .button-info{
    cursor:initial!important;
}
.interactive_desktop_editor h4:focus,
.interactive_desktop_editor p:focus {
  outline: none;
  background-color: rgba(185, 231, 255, 0.5);
}
.interactive_desktop_editor .delete-area {
  text-align: center;
  display: none;
  margin: auto;
  border: 4px dotted #EE8282;
  width: 100%;
  border-radius: 18px;
  background-color: rgba(239, 131, 131, 0.08);
  position: fixed;
  left: 0px;
  bottom: 0px;
  box-sizing: border-box;
  height: 20%;
  vertical-align: middle;
  color: #C85151;
  line-height: 138px;
  font-size: 53px;
  text-shadow: 0 0 10px #FFF;
}

.interactive_desktop_editor .mac-screen-settings {
    position: relative;
    width: 141px;
    height: 22px;
    right: 0px;
    bottom: 0px;
    display: inline-block;
    float: right;
    margin-top: -32px;
    background-color: rgba(0, 0, 0, 0.45);
    margin-right: 37px;
    color: white;
    padding: 7px 16px;
}
.interactive_desktop_editor .mac-screen-settings span {
    cursor:pointer;
}
.interactive_desktop_editor .mac-screen-settings span:hover {
    text-decoration: underline;
}

.interactive_desktop_editor .add-tab {
  float: right;
  width: 25px;
  display: block;
  padding: 0 0px;
  left: 39px;
  background-color: #E3E5EC;
  position: relative;
  height: 25px;
  line-height: 25px;
  border-radius: 6px;
  top: -32px;
  border: 1px solid rgb(178, 178, 178);
  cursor: pointer;
  text-align: center;
}
.interactive_desktop_editor .add-tab:hover{
    background-color: #F3F5FC;
}
