html {
    overflow-x: hidden;
}

.loginName {
    position: relative;
    float: right;
    top: 18px;
    font-weight: bold;
    font-size: 18px;
}

.loadingSpinner {
    position: absolute;
    z-index: 99999;
    top: 50%;
    left: 50%;
    bottom: 50%;
    right: 47%;
}

.loadingLabel {
    position: relative;
    right: 16px;
    bottom: 12px;
    font-weight: bolder;
    font-size: 1.12em;
    background: #e9e9e9; /*rgba(255, 255, 255, 0.34);*/
    width: 74px;
    padding-left: 5px;
}

.confirmation {
    color: #13E813;
    /* text-shadow: -2px 0 #63E211, 0 2px black, 2px 0 black, 0 -2px black; */
    font-size: 50px !important;
}

.postion-content {
    margin-top: 12px;
    margin-left: 12px;
}

.center-content {
    text-align: center;
}

input[type="radio"]:focus {
    outline: 1.8px inset rgba(10, 10, 222, 0.54) !important;
}

.overlay {
/ / position: absolute;
    background: rgba(1, 1, 1, .65);
    height: 4000px;
    width: 100%;
    z-index: 99999;
}

.ge-logo {
    width: 200px;
    height: 200px;
    margin: -7px 5px 0px 80px;
    background: transparent url('../img/ge-monogram-white.svg') no-repeat !important;
    background-size: 40px !important;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

body {
    /*     background-image: url('../img/bg2.jpg') !important; */
    font-family: GE Inspira
}

.craig-brand {
    font-family: 'Open Sans Condensed', sans-serif;
}

.show {
    display: inherit !important;
}

.error-inline {
    color: red;
    display: inline-block;
    padding-top: 8px;
}

#overlayx {
    position: absolute;
    background: rgba(1, 1, 1, .65);
    height: 4000px;
    width: 100%;
    z-index: 10;

}

#overlay {
    position: absolute;
    background: rgba(1, 1, 1, .65);
    height: 4000px;
    width: 100%;
    z-index: 10;
    display: none;
}

.custom-spacer {
    min-height: 100px;
}

.custom-spacer.extra-space {
    min-height: 800px;
}

.errorState {
    border-color: #CC0022 !important;
    background-color: rgba(255, 0, 0, .2) !important;
}

.errorState.btn {
    background-color: #CC0022 !important;
}

/***Primary Color**/
.sandcastle-primary {
    background-color: #579EB2;
}

.sandcastle-secondary-bb {
    border-bottom: 8px solid #F9E2AC;
}

.red {
    color: #CC3366;
}

.pagination {
    margin: 20px 0;
}

.pagination ul {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */

    *zoom: 1;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
    display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
    background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
    color: #bfc2c5;
    cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
    color: #bfc2c5;
    background-color: transparent;
    cursor: default;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
    border-left-width: 1px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}

.pagination-centered {
    text-align: center;
}

.pagination-right {
    text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
    padding: 11px 19px;
    font-size: 17.5px;
}

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
    padding: 2px 10px;
    font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
    padding: 0 6px;
    font-size: 10.5px;
}

.pagination ul > li > a {
    background-color: #ffffff;
    border-color: #e1e2e5;
    color: #5c5f63;
    font-size: 12px;
    line-height: 20px;
    padding: 4px 10px;
}

.pagination ul > li > a:hover {
    background-color: #edeeef;
}

.pagination ul > li.active > a {
    background-color: #3b73b9;
    color: #ffffff;
    border-color: #3b73b9;
}

.pagination ul > li.active > a:hover {
    background-color: #3b73b9;
}

.pagination .prev:not(.disabled) a [class^="icon-"],
.pagination .next:not(.disabled) a [class^="icon-"],
.pagination .prev:not(.disabled) a [class*=" icon-"],
.pagination .next:not(.disabled) a [class*=" icon-"] {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.pagination .prev:not(.disabled) a:hover [class^="icon-"],
.pagination .next:not(.disabled) a:hover [class^="icon-"],
.pagination .prev:not(.disabled) a:hover [class*=" icon-"],
.pagination .next:not(.disabled) a:hover [class*=" icon-"],
.pagination .prev:not(.disabled) a:active [class^="icon-"],
.pagination .next:not(.disabled) a:active [class^="icon-"],
.pagination .prev:not(.disabled) a:active [class*=" icon-"],
.pagination .next:not(.disabled) a:active [class*=" icon-"] {
    opacity: 1;
    filter: alpha(opacity=100);
}

/**Test Edit Button**/

.created-test-wrapper:hover .top-right-test-options {
    display: inherit;
}

.top-right-test-options {
    display: none;
    float: left;
    width: 80px;
    height: 30px;
    position: absolute;
    right: -10px;
    top: 20px;
}

.remove-test-wrapper {
    position: absolute;
    right: 10px;
    width: 30px;
    height: 30px;
    background-color: #CC0000;
    border-radius: 0px 0px 5px 0px;
    cursor: pointer;
}

.remove-test-wrapper p {
    position: absolute;
    top: -20px;
    right: 7px;
    color: #FFF;
    font-size: 22px;
}

.remove-test-wrapper:hover {
    background-color: #EE0000;
}

.edit-test-wrapper {
    float: left;
    font-size: 18px;
    background-color: #00CC22;
    color: #FFF;
    width: 40px;
    height: 30px;
    position: absolute;
    border-radius: 5px 0px 0px 5px;
    cursor: pointer;
}

.edit-test-wrapper:hover {
    background-color: #00EE44;
}

.edit-test-wrapper p {
    position: absolute;
    top: -14px;
    left: 50%;
    width: 20px;
    margin-left: -10px;
}


input[type="file"]#startFileUpload-b, input[type="file"]#startFileUpload-a, .custom-file-input {
    /* Note: display:none on the input won't trigger the click event in WebKit.
       Setting visibility to hidden and width 0 works.*/
    visibility: hidden;
    width: 0;
    height: 0;
}

#fileSelectb, #fileSelecta, .fileSelectButton {
    color: #FFF;
    font-size: 16px;
    padding: 8px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #FFF;
    -moz-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.5);
    -o-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.5);
    -ms-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.5);
    cursor: pointer;
    text-shadow: 0 0px #fff;
    position: relative;
    width: 180px;
    height: 50px;
    background-color: #00CC22;
}

#fileSelecta:hover, #fileSelectb:hover, .fileSelectButton:hover {
    background-color: #00EE00 !important;
}

#fileSelect:active {

}

.modal-loader .la-square-jelly-box {
    color: #579EB2;
    width: 80px;
    height: 80px;
    position: relative;
    left: 50%;
    margin-left: -40px;
}

.modal-loader p {
    position: relative;
    left: 20px;
    font-size: 40px;
}

.modal-loader {
    position: relative;
    height: 200px;
    width: 100%;
    text-align: center;
    padding-top: 150px;
}

/***************************************************************************************************
*
* Click Test Results Page
*
***************************************************************************************************/
.result-viewer canvas.false {
    display: none;
}

.one-section-result-sub-section {
    position: relative;
    margin-left: 25%;
    width: 100%;
}

.one-section-result-sub-section .result-bar-graph,
.one-section-result-sub-section .a-chart {
    width: 75%;
}

.one-section-result-sub-section canvas {
    width: 50%;
}

.click-result-stats {
    margin-top: 150px !important;
}

.click-results-loader .la-square-jelly-box {
    color: #579EB2;
    width: 80px;
    height: 80px;
    position: relative;
    left: 50%;
    margin-left: -40px;
}

.click-results-loader p {
    position: relative;
    left: 20px;
    font-size: 40px;
}

.click-results-loader {
    margin-top: 70px;
    margin-bottom: 80px;
    position: relative;
    height: 200px;
    width: 92%;
    text-align: center;
}

.click-results-loader.true {
    display: none;
}

.one-section-result-viewer {
    position: relative;
    top: 50px;
}

.click-result-stats .result-stat {
    width: 30%;
    margin-left: 2%;
    margin-top: -70px;
}

/***************************************************************************************************
*
* Preview Mode Indicator
*
****************************************************************************************************/
#preview-mode {
    float: right;
    width: 300px;
    text-align: center;
    background-color: orange;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #FFF;
}

.preivew-header {
    font-size: 20px;
}

.preview-exit {
    background-color: #CC0022;
    width: 60%;
    margin-left: 20%;
    height: 30px;
    border-radius: 5px;
    padding-top: 5px;
    cursor: pointer;
}

.preview-exit:hover {
    background-color: #EE0022;
}

/***************************************************************************************************
*
* Click Test Runner
*
****************************************************************************************************/
.result-stat-value.false {
    color: #CC0022;
}

.result-stat-value.true {
    color: #00CC22;
}

#click-loader .la-square-jelly-box {
    color: #579EB2;
    width: 80px;
    height: 80px;
    position: relative;
    left: 50%;
    margin-left: -40px;
}

#click-loader p {
    position: relative;
    left: 20px;
    font-size: 40px;
}

#click-loader {
    position: relative;
    height: 200px;
    width: 100%;
    text-align: center;
    padding-top: 150px;
}

#click-loader.true {
    display: none;
}

#click-runner #canvas.false {
    display: none;
}

.test-instructions-p {
    font-size: 30px;
    line-height: 31px;
    margin-top: 0px;
}

/***************************************************************************************************
*
* Test Result Pages
*
****************************************************************************************************/
.responses-received-header {
    float: right;
    margin-top: -60px;
    text-align: right;
    margin-right: 50px;
    font-size: 22px;
    color: #FFF;
    height: 65px;
    padding: 0px 20px;
}

.responses-received-header .bold {
    font-weight: 700;
}

.result-instructions {
    margin-top: 70px;
    font-size: 20px;
    display: none;
}

.result-instructions .bold {
    font-weight: 700;
    margin-right: 10px;
}

.result-viewer, .result-instructions {
    width: 98%;
    position: relative;
    left: 50%;
    margin-left: -47%;
}

.result-viewer {
    margin-top: 60px;
}

.result-view-left, .result-view-right {
    padding: 50px 0px;
}

.result-view-left {
    width: 48%;
}

.result-view-right {
    width: 50%;
}

.result-view-right img {

}

.result-view-right .graph-sizing-wrapper {
    padding-right: 60px;
    padding-left: 0px;
}

.result-view-left .graph-sizing-wrapper {
    padding-right: 30px;
    padding-left: 0px;
}

.result-view-left.false img, .result-view-right.false img {
    display: none;
}

.result-view-left {
    float: left;
    border-right: 1px solid #666666;
}

.result-view-right {
    float: right;
}

.result-viewer-header {
    margin-top: -30px;
    font-size: 30px;

}

.result-bar-graph .ct-labels, .result-bar-graph .ct-grids {
    display: none;
}

.result-bar-graph .ct-series line {
    stroke-width: 20px;
    stroke: #009CCC;
}

.result-bar-graph .ct-chart-bar g {
    position: relative;
    top: -80px;
}

.result-bar-graph.true .ct-series line {
    stroke: #00CC22;
}

.result-bar-graph {
    margin-top: -60px;
    margin-bottom: -50px;
    margin-left: -10px;
}

.result-stats {
    margin-top: 20px;
}

.result-stat {
    width: 30%;
    float: left;
    margin-left: 10%;
    text-align: center;
}

.result-stat-value {
    font-size: 60px;
    margin: 0px;
}

.result-stat-name {
    font-size: 18px;
}

.ab-results-loader .la-square-jelly-box {
    color: #579EB2;
    width: 80px;
    height: 80px;
    position: relative;
    left: 50%;
    margin-left: -40px;
}

.ab-results-loader p {
    position: relative;
    left: 20px;
    font-size: 40px;
}

.ab-results-loader {
    margin-top: 70px;
    margin-bottom: 80px;
    position: relative;
    height: 200px;
    width: 92%;
    text-align: center;
}

#results-loader-a.true, #results-loader-b.true {
    display: none;
}


/***************************************************************************************************
*
* The Test Results List View (AKA The User's Account for now)
*
****************************************************************************************************/
/**The bar under the header with the filter/search options for the user**/
.sub-header-bar {
    height: 50px;
    min-width: 1000px;
}

#sub-header-search {
    width: 300px;
    float: left;
    background-color: #FFF;
    height: 30px;
    border-radius: 10px;
    padding-left: 5px;
    padding-top: 5px;
    margin-top: 8px;
    margin-left: 20px;
    margin-right: 40px;
}

#sub-header-search > a {
    font-size: 17px;
    color: #666666;
    font-style: italic;
}

#sub-header-search a {
    font-size: 17px;
}

#sub-header-search .dropdown-menu {
    width: 400px;
}

#sub-header-search .editable-input {
    background-color: transparent;
    border: none;
    position: relative;
    top: 10px;
    width: 100%;
}

.sub-header-filter {
    float: left;
    width: 80px;
    font-size: 17px;
    height: 35px;
    text-align: center;
    margin-right: 20px;
    margin-top: 7.5px;
    border-radius: 8px;
    cursor: pointer;
}

.sub-header-filter p {
    margin-top: 7.5px;
}

.sub-header-filter.true, .sub-header-filter:hover {
    background-color: #D0D4BE;
}

/**The test results block**/
.test-result-block {
    width: 30%;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    border: 2px solid #CCC;
    cursor: pointer;
}

.test-result-block:hover {
    border-color: #00CC22;
}

#test-list-wrapper {
    padding: 40px 40px 40px 20px;
    width: 95%;
    position: relative;
    left: 50%;
    margin-left: -45%;
}

.test-result-block-header {
    border: 1px solid #DDD;
    border-bottom-width: 2px;
    height: 50px;
    position: relative;
    z-index: 2;
    padding-bottom: 48px;
}

.test-result-block-img img {
    height: 200px;
    width: 100%;
}

.test-result-block-header .test-result-block-type {
    font-size: 20px;
    position: relative;
    top: -5px;
    left: 10px;
}

.test-result-block-header .test-block-count {
    position: absolute;
    top: -3px;
    right: 10px;
    font-size: 15px;
    border-radius: 5px;
    padding: 3px 10px;
    color: #FFF;
}

.test-result-block-header .test-type-icon {
    margin-left: 7.5px;
    width: 35px;
    height: 35px;
    margin-top: 7.5px;
}

.test-result-block-header .test-type-icon img {
    width: 20px;
    margin-left: -10px;
    margin-top: -7px;
}

.test-block-project {
    width: 55%;
    margin-top: 0px;
    position: relative;
    top: 15px;
}

.test-block-campaign {
    width: 55%;
}

.test-block-campaign, .test-block-project {
    font-size: 16px;
}

.test-block-campaign .bold, .test-block-project .bold {
    font-weight: 700;
}

.test-block-view-details {
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 15px;
    color: #FFF;
    background-color: #00CC22;
    cursor: pointer;
}

.test-block-view-details:hover {
    background-color: #00EE00;
    color: #FFF;
}

.test-result-block-footer {
    position: relative;
    height: 60px;
    background-color: #EEE;
    padding-left: 20px;
}

.test-block-campaign.true {
    display: none;
}

#myaccount-loader .la-square-jelly-box {
    color: #579EB2;
    width: 80px;
    height: 80px;
    position: relative;
    left: 50%;
    margin-left: -40px;
}

#myaccount-loader p {
    position: relative;
    left: 20px;
    font-size: 40px;
}

#myaccount-loader {
    margin-top: -50px;
    margin-bottom: -20px;
    float: left;
    position: relative;
    height: 200px;
    width: 30%;
    text-align: center;
    padding-top: 150px;
}

#myaccount-loader.true {
    display: none;
}


/***************************************************************************************************
*
* Select Usability Test Type View
*
****************************************************************************************************/
.ab-form {
    position: relative;
    top: 20px;
}

.sandcastle-center-page-header {
    margin-left: 5%;
    font-size: 35px;
    margin-top: 40px;
    margin-bottom: -20px;
}

.sandcastle-center-page-header p {
    line-height: 35px;
}

#select-test-type-content {
    width: 90%;
    margin-left: 5%;
}

.select-test-type-cell {
    width: 33%;
    float: left;
    max-height: 300px;
    min-height: 300px;
    text-align: center;
    color: #FFF;
    position: relative;
}

.select-test-type-cell hr {
    width: 70%;
    margin-left: 15%;
    border-color: #FFF;
    margin-top: -15px;
    margin-bottom: 20px;
}

.select-test-type-img {
    width: 100px;
    position: relative;
    left: 50%;
    margin-left: -50px;
    margin-top: 30px;
    margin-bottom: -10px;
}

.select-test-type-img img {
    max-height: 70px;
}

.select-test-type-header p {
    font-size: 25px;
    line-height: 25px;
}

.select-test-type-details p {
    font-size: 18px;
    line-height: 20px;
}

.select-test-type-details {
    padding: 0px 35px;
    margin-top: -18px;
    margin-bottom: 35px;
}

.select-test-type-action-btn {
    width: 150px;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    height: 30px;
    border-radius: 10px;
    font-size: 16px;
    background-color: #00CC22;
    cursor: pointer;
    bottom: 20px;
}

.select-test-type-action-btn:hover {
    background-color: #00EE00;
}

.select-test-type-action-btn p {
    position: relative;
    top: -12px;
    color: #FFF;
    cursor: pointer;
}


/***************************************************************************************************
*
* Campgain Complete View
*
****************************************************************************************************/
#thank-you-img {
    width: 200px;
    position: relative;
    left: 50%;
    margin-left: -100px;
    margin-top: 20px;
}

#thank-you-message {
    font-size: 30px;
    text-align: center;
    line-height: 30px;
    padding: 0px 25px;
}

#thank-you-message p {
    line-height: 30px;
}

#did-you-know-img {
    width: 400px;
    position: relative;
    left: 50%;
    margin-left: -200px;
}

#did-you-know-details {
    font-size: 25px;
    text-align: center;
    padding: 0 5%;
}

#did-you-know-details p {
    line-height: 35px;
}

#completed-campgain img {
    width: 50px;
    float: left;
    margin-top: -20px;
    margin-right: 10px;
    margin-left: 11px;
}

#completed-campgain p {
    font-size: 30px;
    margin-top: 40px;
    line-height: 30px;
}

.page-seporator {
    margin-top: 80px;
    width: 80%;
    margin-left: 10%;
    border-width: 4px;
    margin-bottom: 40px;
}

#get-started-btn .complete {
    top: 8px;
}

#published-link {
    font-size: 25px;
    text-align: center;
    cursor: pointer;
    color: #0022AA;

}

#published-link:hover {
    color: #0022CC;
    text-decoration: underline;
}

#thank-you-img.published-link-img {
    margin-top: 80px;
    margin-bottom: 50px;
}

.showCampaignTest.false {
    display: none;
}

#thank-you-message a {
    cursor: pointer;
}

/***************************************************************************************************
*
* AB Builder View
*
****************************************************************************************************/
.test-builder-instructions-wrapper {
    width: 400px;
    float: left;
    padding-right: 20px;
    height: 100px;
}

.test-builder-input-wrapper {
    width: 80%;
    height: 100px;
    margin-left: 450px;
    margin-top: 20px;
}

.test-builder-form-header {
    font-size: 25px;
    margin-bottom: -15px;
    margin-top: -10px;
}

.test-builder-form-instrctions, .uploader-option-form-instrctions {
    font-size: 16px;
}

#container .test-builder-form-header {
    margin-left: 40px;
}

#ab-start-text {
    width: 80%;
    height: 40px;
    line-height: 30px;
    min-height: 40px;
    font-size: 25px;
}

#click-threshold {
    width: 70%;
    height: 40px;
    line-height: 30px;
    min-height: 40px;
    font-size: 25px;
}

#campaign-name-input {
    width: 70%;
    height: 40px;
    line-height: 30px;
    min-height: 40px;
    font-size: 25px;
}

#ab-prompt-text {
    width: 80%;
    background-color: #FFF;
    height: 70px;
    font-size: 20px;
}

#abr-start-text {
    margin-top: -100px;
    font-size: 50px;
    margin-bottom: 40px;
    text-align: center;
}

#abr-prompt-text {
    font-size: 30px;
    line-height: 35px;
    padding: 0px 50px 0px 0px;
    text-align: center;
    margin-bottom: 100px;
}

#button-container {
    margin-top: -30px;
    margin-bottom: 225px;
}

.choose-design-btn {
    cursor: pointer;
}

#start-text, #prompt-text {
    width: 75%;
    text-align: center;
    margin-left: 12.5%;
    color: #666666;
    font-weight: 600;
}

#chooseA-wrapper, #chooseB-wrapper {
    text-align: center;
    width: 45%;
    position: relative;
    margin-bottom: -10px;
    margin-top: 50px;
}

.choose-design-btn {
    background-color: orange;
    width: 250px;
    position: relative;
    left: 50%;
    margin-left: -125px;
    border-radius: 7px;
    padding: 10px;
    font-size: 16px;
}

.choose-btn {
    color: #FFF;
}

.choose-btn: hover {
    color: #FFF;
}

/**Canvas Divs**/
#scnshotB-wrapper, #chooseB-wrapper {
    float: right;
    margin-right: 40px;
}

#scnshotA-wrapper, #chooseA-wrapper {
    float: left;
    margin-left: 40px;
}

#scnshotA-wrapper, #scnshotB-wrapper {
    text-align: center;
    width: 45%;
    padding: 20px;
    border: solid 1px grey;
    position: relative;
    cursor: pointer;
}

#imageViewA, #imageViewB {
    display: none;
}

#start-options-a, #start-options-b {
    padding-bottom: 100px;
}

.uploader-div {
    position: relative;
    top: 40px;
}

.uploader-div .fa-upload {
    font-size: 140px;
    color: #666666;
    margin-bottom: 10px;
}

.uploader-div .start-subtext {
    font-size: 35px;
}

.start-form .fa-upload {
    font-size: 20px;
    color: #FFF;
}

.start-form .start-submitt-btn {
    margin-top: 30px;
    background-color: #00CC22;
    width: 175px;
    position: relative;
    margin-left: 50%;
    left: -85px;
    padding: 10px;
    margin-bottom: -30px;
    border-radius: 7px;
    cursor: pointer;
}

.start-form .start-submitt-btn a {
    color: #FFF;
}

#scnshotA-wrapper:hover .upload-new, #scnshotB-wrapper:hover .upload-new {
    display: inherit;
}

.upload-new {
    width: 140px;
    height: 40px;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    background-color: #00CC22;
    color: #FFF;
    font-size: 16px;
    border-radius: 0px 3px 3px 3px;
    cursor: pointer;
    display: none;
}

.upload-new p {
    margin-top: 10px;
}

.upload-new:hover {
    background-color: #00EE00 !important;
}


.contract, .expand {
    position: absolute;
    right: 10px;
    font-size: 30px;
    top: 10px;
    opacity: .3;
    cursor: pointer;
}

#scnshotA-wrapper:hover .expand, #scnshotB-wrapper:hover .expand,
#scnshotA-wrapper:hover .contract, #scnshotB-wrapper:hover .contract,
.contract:hover, .expand:hover {
    opacity: 1 !important;
    color: #00CC22;
}

.contract {
    display: none;
}

#imageSelect {
    padding-bottom: 100px;
    padding-top: 100px;
    border: 1px solid #666;
}

.left-image-uploader {
    width: 50%;
    margin-left: 40px;
    margin-top: -100px;
    clear: both;
    float: left;
}

.left-uploader-options {
    width: 35%;
    margin-right: 10%;
    position: relative;
    float: right;

}

.arrow-form input {
    background-color: #FFF !important;
}

.arrow-form-input {
    float: left;
    width: 63%;
}

.arrow-form-btn-group {
    width: 36%;
    float: right;
}

/**The Modal**/
#modalTitle {
    font-size: 30px;
    text-align: center;
    margin-top: 10px;
}

#comment {
    width: 100%;
    height: 125px;
    background-color: #FFF;
}

#submit, #cancel {
    float: right;
    margin-top: 10px;
    padding: 10px 20px;;
    border: none;
    border-radius: 10px;
    color: #FFF;
    position: absolute;
    bottom: 20px;
    font-size: 20px;
    cursor: pointer;
}

#submit {
    background-color: #00CC22;
    right: 20px;
}

#cancel {
    background-color: #CC0022;
    right: 130px;
}

#care-to-share {
    font-size: 20px;
}


/**Temp Create Test Button**/
#end-btn-wrapper {
    position: relative;
    margin-left: 50%;
    left: -25%;
    width: 50%;
    background-color: #00CC22;
    border-radius: 10px;
    padding: 20px 20px 20px 30px;
    font-size: 20px;
    margin-bottom: 100px;
    margin-top: 100px;
    height: 60px;
    cursor: pointer;
    float: right;
}

#end-btn-wrapper:hover {
    background-color: #00EE00 !important;
}

#end-btn-wrapper:hover a {
    color: #FFF !important;
}

.end-submit-btn {
    position: relative;
    left: 50%;
    width: 180px;
    margin-left: -70px;
}

.end-submit-btn a {
    color: #FFF;
}

.end-submit-btn .fa, .start-upload-btn .fa {
    margin-right: 10px;
}


/***************************************************************************************************
*
* Campgain Builder View 
*
****************************************************************************************************/

/**Test Builder Header**/
#test-added-header img {
    float: left;
    width: 100px;
    margin-right: 20px;
    position: relative;
    top: -30px;
    margin-bottom: -30px;
}

#test-added-wrapper {
    position: relative;
    top: -40px;
}

#test-added-header {
    font-size: 30px;
    width: 100%;
    height: 70px;
    position: relative;
    margin-left: 10px;
    margin-top: 80px;
}

#test-added-header p {
    line-height: 30px;
}

#newly-created-left-img.true img, #newly-created-right-img.true img {
    width: 80%;
    margin-left: 10%;
    height: 310px;
}

.newly-created-test-img-wrapper {
    height: 100%;
    border: 3px solid #DDD;
    width: 95%;
    margin-left: 2.5%;
    min-height: 400px;
}

#newly-created-left-img.true {
    border-right: 2px solid #CCC;
}

#newly-created-test #test-instructions p {
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    padding: 0px 50px;
}

#newly-created-left-img.true, #newly-created-right-img.true {
    width: 50%;
    float: left;
    padding: 20px;
    margin-top: 20px;
}

#newly-created-left-img.false {
    width: 50%;
    margin-left 25%;
}

#newly-created-right-img.false {
    display: none;
}

#campgain-creator-header-wrapper {
    clear: both;
    margin-top: 50px;
}

#campgain-creator-header {
    width: 100%;
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    margin-top: 60px;
}

#campgain-creator-header.true, #campgain-creator-btn.true {
    display: none;
}

#campgain-created-header {
    font-size: 30px;
    margin-left: 20px;
    line-height: 30px;
}

#campgainDetails, #campgain-created-header {
    display: none;
}

#campgain-created-header.true, #campgainDetails.true, #campgain-delete-btn.true {
    display: inherit;
}

#campgain-delete-btn {
    color: #CC0022;
    display: none;
    cursor: pointer;
    float: right;
    margin-right: 10%;
    position: relative;
    top: -70px;
}

#campgain-delete-btn:hover {
    color: #EE0000;
}

#campgain-creator-btn {
    background-color: #0099FF;
}

.spacer.false {
    min-height: 100px;
}

#campgain-creator-btn {
    text-align: center;
    width: 500px;
    position: relative;
    left: 50%;
    margin-left: -250px;
    font-size: 20px;
    height: 50px;
    color: #FFF;
    border-radius: 10px;
    cursor: pointer;
}

#campgain-creator-btn:hover {
    background-color: #00BBFF;
}

#campgain-creator-btn p {
    position: relative;
    top: 15px;
}

.create-test-action-btn-wrapper {
    clear: both;
    width: 450px;
    position: relative;
    left: 50%;
    margin-left: -225px;
    top: 60px;
}

.preview-campaign-btn {
    float: left;
    background-color: #E6893F;
    cursor: pointer;
}

.preview-campaign-btn:hover {
    background-color: #F99A4F;
}

.create-campaign-btn {
    float: right;
    background-color: #00CC22;
    cursor: pointer;
}

.create-campaign-btn:hover {
    background-color: #00EE00;
}

.create-test-action-btn-wrapper div {
    width: 200px;
    height: 50px;
    text-align: center;
    color: #FFF;
    border-radius: 10px;
}

.create-test-action-btn-wrapper div p {
    font-size: 20px;
    position: relative;
    top: -2px;
}

.page-seporator-campgain {
    margin-top: 170px;
    width: 80%;
    margin-left: 10%;
    border-width: 2px;
    border-color: #66666 !important;
}


#project-img-shot {
    width: 200px;
    margin-left: 8%;
    float: left;
    height: 100px;
}

#project-img-shot img {
    max-height: 130px;
    max-width: 150px;
    margin-left: 25px;
    margin-top: -40px;
}

.editable-hide {
    display: none;
}

.editable-custom-form {
    margin-top: 50px;
    margin-bottom: 0px;
}

.edit-campgain-section-header {
    font-size: 25px;
}

#campgainDetails {
    margin-left: 40px;
    margin-top: 60px;
}

#campign-name, #project-name, .editable-custom-form input {
    width: 500px;
    line-height: 20px;
    height: 55px;
    color: #333;
    font-size: 25px;
}

#editable-campaign-name input, #editable-project-name input, .ab-form input {
    background-color: #FFF !important;
    font-size: 22px !important;
}

.editable-custom-form .custom-edit-btn {
    position: relative;
    top: -4px;
    left: 10px;
}

.editable-wrap {
    position: relative;
    top: -10px;
}

.editable-custom-form .editable-buttons button {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 6px;
    color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    border: none;
    height: 50px;
    width: 100px;
    margin-right: 20px;
}

.editable-custom-form .editable-buttons {
    margin-left: 20px;
    position: relative;
    top: 2px;
}

.editable-custom-form .editable-buttons :first-child {
    background-color: #00CC22;
}

.editable-custom-form .editable-buttons :last-child {
    background-color: #CC0022;
}

.editable-controls .dropdown-menu {
    width: 600px;
    margin-left: 0px;
}

.editable-controls .dropdown-menu li {
    font-size: 25px;
}

.editable-controls .dropdown-menu li a {
    line-height: 45px;
}

.section-title {
    margin-left: 8%;
    margin-bottom: 20px;
    font-size: 35px;
    width: 270px;
    font-weight: 900;
    color: #579EB2;
}

.section-title.pull-left {
    margin-top: 0px;
}

.section-extra-mt {
    margin-top: 60px;
}

#c-project-name-header {
    margin-top: 20px;
    width: 500px;
    margin-bottom: -20px;
}

#editable-project-name, #c-project-name-header {
    margin-left: 8% px;
    position: relative;
    left: 30px;
}

/**The Test Array**/
#test-array-div {
    width: 70%;
    margin-left: 0px;
    margin-top: 40px;
}

.test-square-wrapper {
    width: 120px;
}

.test-square-wrapper:hover {
    cursor: pointer;
}

.test-square {
    height: 110px;
    width: 120px;
    text-align: center;
    font-size: 70px;
    background-color: #E0E4CC;
    color: #666666;
    border-radius: 10px;
    padding-top: 20px;
    margin-top: 20px;
}

.test-square-title {
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    width: 120px;
}

.created-test-wrapper:hover .test-square {
    background-color: #579EB2;
    color: #FFF;
}

/**The Modal**/
.sandcastle-modalx {

    position: fixed;
    width: 800px;
    background-color: #FFF;
    top: 15%;
    z-index: 100;
    height: 500px;
    left: 50%;
    margin-left: -400px;
    border: solid 2px #666666;
    border-radius: 10px;
    padding: 15px;
}

/**The Modal**/
.sandcastle-modal {
    display: none;
    position: fixed;
    width: 800px;
    background-color: #FFF;
    top: 15%;
    z-index: 100;
    height: 500px;
    left: 50%;
    margin-left: -400px;
    border: solid 2px #666666;
    border-radius: 10px;
    padding: 15px;
}

.sandcastle-modal-img {
    width: 250px;
    float: left;
    padding: 20px;
    margin-top: 20px;
}

.sandcastle-modal-title {
    font-weight: 700;
    font-size: 35px;
    margin-top: 40px;
}

.sandcastle-modal-close {
    position: absolute;
    bottom: 10px;
    right: 20px;
    background-color: #CC0022;
    width: 80px;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    height: 40px;
    cursor: pointer;
}

.sandcastle-modal-close:hover {
    background-color: orange;
}

.sandcastle-modal-close p {
    position: relative;
    top: -10px;
}

#modal-header-wrapper {
    width: 796px;
    background-color: #E0E4CC;
    padding: 10px 0px 30px 20px;
    height: 55px;
    position: relative;
    top: -15px;
    left: -15px;
    border-radius: 7px 7px 0px 0px;
    margin-bottom: -25px;
}

#modal-header-wrapper .fa-close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 30px;
    color: #666666;
    cursor: pointer;
}

#modal-header-wrapper .fa-close:hover {
    color: #000 !important;
}

.sandcastle-modal-img-center {
    width: 175px;
    position: relative;
    left: 50%;
    margin-left: -87.5px;
    margin-top: 40px;
    margin-bottom: 10px;
}

.centered-modal-text {
    width: 100%;
    font-size: 25px;
    padding: 0 5%;
    text-align: center;
}

.centered-modal-text p {
    line-height: 30px;
}

#comment {
    width: 100%;
    height: 125px;
    background-color: #FFF;
}


/**Active Modal Content**/
#activeTest-icon-wrapper {
    max-width: 120px;
    float: left;
    max-height: 120px;
    border-radius: 100px;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    top: -20px;
}

#activeTest-icon-wrapper img {
    max-height: 110px;
    width: 110px;
    padding: 20px 25px;
}

#active-header {
    font-weight: 700;
    font-size: 30px;
    color: #666666 !important;
}

#activeTest {
    margin-top: 70px;
}

#activeTest-text-wrapper hr {
    margin-top: -20px;
    margin-bottom: -10px;
}

#active-descrip {
    font-size: 17px;
    position: relative;
    left: 5px;
}

.active-create-btn {
    padding: 10px 20px;
    float: left;
    background-color: #00CC22;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    top: 10px;
    font-weight: 700;
}

.active-create-btn a {
    color: #FFF;
}


/**Inactive Tests**/
#other-test-header {
    font-size: 30px;
}

.inactive-test {
    width: 20%;
    float: left;
}

.inactive-icon-wrapper {
    position: relative;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    padding: 10px;
    border-radius: 15px;
}

.test-type-icon {
    float: left;
    width: 50px;
    padding: 10px 5px;
    border-radius: 10px;
    margin-left: 30px;
}

#top-left-test-name p {
    font-size: 30px;
    position: relative;
    top: 15px;
    left: 10px;
    width: 800px;
}

.test-type-icon img {
    max-width: 30px;
    max-height: 30px;
    position: relative;
    left: 50%;
    margin-left: -15px;
}

.inactive-icon-wrapper img {
    max-width: 50px;
    max-height: 50px;
    position: relative;
    left: 50%;
    margin-left: -25px;
}

.inactive-title-wrapper {
    width: 150px;
    position: relative;
    left: 50%;
    text-align: center;
    margin-left: -75px;
    margin-top: 5px;
    font-size: 15px;
}

.inactive-test-wrapper {
    margin-top: 120px;
}

.inactive-test-wrapper .active, .inactive-test:hover {
    border: solid 2px grey;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -12px;
    border-radius: 10px;
    cursor: pointer;
}

.inactive-test-wrapper .active {
    background-color: #EEE;
}

.comming-soon {
    background-color: #666666 !important;
    cursor: not-allowed !important;
}

/**Different Test Colors**/
.pref-color, .ab-color {
    background-color: #0099FF;
}

.annotation-color {
    background-color: #9BCD40;
}

.click-color {
    background-color: #F4742E;
}

.question-color {
    background-color: #E72517;
}

.five-sec-color {
    background-color: #8B1BEF;
}

.test-creator-prompt-details.active {
    display: inherit !important;
}


.ab-icon {
    width: 30px;
    height: 40px;
    background: transparent url('../img/apple.png') no-repeat !important;
    background-size: 30px !important;
    background-color:: #0099FF;
}

.click-icon {
    width: 30px;
    height: 40px;
    background: transparent url('../img/greenArrow.png') no-repeat !important;
    background-size: 30px !important;
    background-color:: #0099FF;
}


/**Created Tests**/
.created-test-wrapper img {
    height: 140px;
    width: 100%;
    border: solid 2px #E0E4CC;
}

.highlight-wrapper {
    width: 100%;
    text-align: center;
    position: relative;
    top: -45px;
    background-color: #579EB2;
    height: 35px;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
}

.highlight-wrapper p {
    position: relative;
    top: 6px;
}

.created-test-wrapper {
    width: 18%;
    float: left;
    margin-left: 2%;
    margin-right: 1%;
    position: relative;
    cursor: pointer;
    min-width: 150px;
}

.created-test-wrapper:first-child {
    margin-left: 0%;
}

.test-name {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    font-size: 25px;
    margin-top: -10px;
}


/***************************************************************************************************
*
* AB Test Runner View
*
****************************************************************************************************/
#imageViewA.false, #imageViewB.false {
    display: none;
}

.ab-test-loader.true {
    display: none;
}

.ab-test-loader .la-square-jelly-box {
    color: #579EB2;
    width: 80px;
    height: 80px;
    position: relative;
    left: 50%;
    margin-left: -40px;
}

.ab-test-loader p {
    position: relative;
    left: 20px;
    font-size: 40px;
}

.ab-test-loader {
    position: relative;
    height: 200px;
    width: 100%;
    text-align: center;
    padding-top: 50px;
}


/***************************************************************************************************
*
* AB Test Creator View
*
****************************************************************************************************/

/**The Reasons Modal**/
.reason-item .fa {
    float: left;
    margin-right: 10px;
    color: #CC0022;
    font-size: 35px;
}

.reason-item {
    font-size: 20px;
    float: left;
    width: 45%;
    height: 50px;
    margin-left: 2%;
}

.reason-item p {
    margin-left: 50px;
    position: relative;
    top: -15px;
}

#reasons-list {
    position: relative;
    top: 20px;
    width: 100%;
}

#start-message {
    margin-top: 70px;
    margin-left: 50px;
    margin-bottom: -80px;
}


#chooseA-wrapper, #chooseB-wrapper {
    text-align: center;
    width: 45%;
    position: relative;
    margin-bottom: -10px;
    margin-top: 50px;
}

.choose-design-btn {
    background-color: orange;
    width: 250px;
    position: relative;
    left: 50%;
    margin-left: -125px;
    border-radius: 7px;
    padding: 10px;
    font-size: 16px;
}

.choose-btn {
    color: #FFF;
}

.choose-btn: hover {
    color: #FFF;
}


/***************************************************************************************************
*
* Project Dashboard View
*
****************************************************************************************************/


/***Project Dashboard Top Graph**/
#the-progress-graph {
    position: relative;
    top: 10px;
}

#the-progress-graph canvas {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

#the-progress-graph span {
    color: #666666;
    font-family: sans-serif;
    font-size: 40px;
    font-weight: 100;
    margin-left: 80px;
    position: relative;
    top: 30px;
}


/**Project dashboard add new campaign button**/
.create-new-campgain-dashboard {
    float: left;
    margin-left: 5%;
    margin-right: 1%;
    position: relative;
    top: 150px;
    cursor: pointer;
}

.test-square-wrapper {
    width: 120px;
}

.test-square-wrapper:hover {
    cursor: pointer;
}

.create-new-square {
    height: 110px;
    width: 120px;
    text-align: center;
    font-size: 70px;
    background-color: #E0E4CC;
    color: #666666;
    border-radius: 10px;
    padding-top: 20px;

}

.create-new-square-title {
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    width: 120px;
}

.create-new-campgain-dashboard:hover .create-new-square {
    background-color: #579EB2;
    color: #FFF;
}

/**Project dashboard section header dropdowns**/
.section-options-dropdown {
    float: right;
    min-width: 300px;
    border: 2px solid #666;
    position: relative;
    top: -7px;

}

.section-options-option {
    padding-left: 20px;
    width: 100%;
    cursor: pointer;
    font-size: 17px;
    position: relative;
    top: -10px;
    margin-bottom: -15px;
}

.section-options-option:hover {
    background-color: #8BB17E;
    color: #FFF;
}

.section-options-option p {
    line-height: 40px;
}

/**Header**/
#sandcastle-header-wrapper .logo-brand {
    float: left;
    margin-right: 18px;
    font-size: 30px;
    position: relative;
    left: -160px;
    top: -10px;
    color: #FFF;
}

#sandcastle-header-wrapper #line-div {
    border-right: solid 1px #fff;
    height: 35px;
    position: absolute;
    left: 435px;
    top: 10px;
}

#powered-by {
    float: right;
    padding-left: 20px;
    position: absolute;
    top: 10px;
    left: 430px;
    color: #FFF;
    font-style: italic;
}

#sandcastle-header-wrapper {
    background-color: #579EB2;
    height: 60px;
}

#sandcastle-header-wrapper.home {
    background-color: #599fb4;
}

#sandcastle-header-wrapper .ge-logo {
    background-size: 40px;
    position: absolute;
    top: 61px;
    margin-left: 30px;
    height: 40px;
    width: 40px;
}

#sandcastle {
    position: absolute;
    left: 250px;
    width: 600px;
}

/**The Navigation Left Area**/
.nav-triangle {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid #FFFFFF;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    position: absolute;
    right: 0px;
    top: 35px;
}

.nav-triangle.envrio-pos {
    top: 125px;

}

.nav-triangle.uxc-pos {
    top: 125px;
}

.nav-triangle.uxa-pos {
    top: 215px;
}

.nav-triangle.wa-pos {
    top: 305px;
}

#left-nav {
    width: 120px;
    position: fixed;
    left: 40px;
    border-radius: 15px 0px 0px 15px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.nav-title {
    text-align: center;
    font-size: 17px;
}

.nav-item {
    margin-bottom: 30px;
    cursor: pointer;
}

.nav-item.active {
    color: #8BB17E;
}

.nav-item.active .inactive-img {
    display: none;
}

.nav-item.active .active-img {
    display: inherit;
}

.nav-item .inactive-img {
    display: inherit;
}

.nav-item .active-img {
    display: none;
}

.nav-item:hover .active-img {
    display: inherit;
}

.nav-item:hover .inactive-img {
    display: none;
}

.nav-item:hover .nav-title {
    color: #8BB17E;
}

.nav-icon {
    width: 40px;
    position: relative;
    left: 50%;
    margin-left: -20px;
    height: 25px;
}


/**Content Area**/
#content-area {
    background-color: #FFF;
    position: relative;
    left: 160px;
    padding-bottom: 200px;
    width: 85%;
}

#project-details {
    width: 50%;
    min-width: 750px;
    height: 250px;
    position: relative;
    top: 30px;
    left: 40px;
    border-radius: 15px;
    padding: 25px;
    float: left;
}

#project-screen-shot {
    width: 200px;
    float: left;
    margin-right: 20px;
}

#project-title {
    font-weight: 700;
    font-size: 30px;
    position: relative;
    top: 10px;
}

#project-start-date {
    font-size: 16px;
    margin-top: -10px;
}

#collabs-large {
    float: left;
    font-size: 35px;
    margin-top: -30px;
    color: #0099FF;
}

#collabs-right {
    position: relative;
    top: 10px;
    left: 5px;
    color: #0099FF;
}

#project-details-text {
    float: left;
}

#project-progress {
    width: 200px;
    float: left;
    margin-top: -18px;
}

#project-details-text {
    margin-right: 60px;
    margin-top: -40px;
}

#project-progress-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: -10px;
}

#project-details-line {
    width: 100%;
    clear: both;
    border-width: 2px;
    margin-top: 140px;
}

#generate-btn {
    float: right;
    width: 160px;
    height: 40px;
    border-radius: 5px;
    margin-right: 30px;
    margin-top: 5px;
}

#generate-btn p {
    color: #FFF;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}

/**Things to Do**/
#did-you-know {
    float: left;
    width: 30%;
    margin-left: 100px;
    margin-top: 10px;
}

.dyk-icon {
    width: 30px;
    float: left;
}

#dyk-title {
    font-size: 25px;
    font-weight: 700;
}

.dyk-list-item {
    margin-left: 30px;
    height: 37px;
}

.dyk-text {
    position: relative;
    left: 25px;
    top: 0px;
    font-size: 20px;
}

/**Section Header**/
.section-header {
    clear: both;
    background-color: #666666;
    width: 95%;
    margin-left: 30px;
    height: 50px;
    position: relative;
    top: 70px;
    left: 30px;
}

.section-header-text {
    color: #FFF;
    font-size: 35px;
    width: 300px;
}

.section-header-text {
    position: relative;
    top: 12px;
    left: 10px;
}

.hamburger {
    width: 40px;
    float: right;
    margin-right: 10px;
    position: absolute;
    right: 0px;
    top: 7px;
    cursor: pointer;
    border-radius: 5px;
    height: 32px;
}

.hamburger img {
    width: 40px;
    margin-left: -20px;
    position: relative;
    left: 50%;
    top: 3px;
}

.hamburger:hover {
    background-color: #8BB17E;
}

/**Primary Colors**/
.primary-color {
    background-color: #579EB2;
}

.secondary-color {
    background-color: #E0E4CC;
}

.third-color {
    background-color: #8BB17E;
}

.fourth-color {
    background-color: #F9E2AC;
}

.button-color {
    background-color: #F47469;
    cursor: pointer;
}

.button-color:hover {
    background-color: #00CC22;
}

/**SANDCASTLE Chart**/
.sc-chart-wrapper {
    background-color: #F7F7F7;
    padding: 20px;
    border-radius: 10px;
}

#page-view-chart, #searches-per-chart-wrapper {
    margin-top: 100px;
}

#search-speed-chart-wrapper, #clicks-chart-wrapper {
    margin-top: 30px;
}

.three-forthes-width-graph {
    width: 72%;
    margin-left: 30px;
    float: left;
}

.one-forthes-width-graph {
    width: 20%;
    float: left;
    margin-left: 30px;
}

.half-width-graph {
    width: 46%;
    margin-left: 30px;
    float: left;
}

.leftmost-graph {
    clear: both;
}

.sc-chart-header {
    font-size: 25px;
    margin-top: -20px;
    margin-bottom: -10px;
    font-weight: 700;
}

.chart-hr {
    border-width: 2px;
}


/**Dev Envrionment**/
.sc-dev-wrapper {
    background-color: #F7F7F7;
    width: 46%;
    padding: 20px;
    border-radius: 10px;
    float: left;
    margin-left: 30px;
    padding-bottom: 60px;
    position: relative;
}

#environments-content {
    margin-top: 120px;
}

.environment-computer-img {
    width: 100px;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
}

.high-lvl-text {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: -15px;
}

.environment-high-lvl-details {
    margin-bottom: 60px;
    position: relative;
    top: 10px;
}

.site-link {
    font-size: 18px;
    color: #0099FF;
}

.dev-details {
    width: 45%;
    float: left;
}

.dev-details:first-of-type {
    margin-right: 30px;
}

.dev-details-img {
    width: 80px;
    margin-left: 20px;
    float: left;
}

.dev-details-title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: -10px;
}

.dev-details-title-wrapper {
    position: relative;
    left: 20px;
    top: 20px;
}

.dev-details-url {
    font-size: 16px;
}

.dev-details-url a {
    color: #0099FF !important;
}

.bottom-details-area {
    margin-top: 49px;
    margin-left: 10px;
}

.last-line-title {
    font-weight: 700;
    font-size: 17px;
    float: left;
    margin-bottom: 20px;
    height: 20px;
    margin: 0px;
    padding: 0px;
}

.last-line-text {
    font-size: 17px;
    height: 20px;
    position: relative;
    top: 17px;
    left: 0px;
    margin-left: 80px;
}

.last-line-text span {
    font-style: italic;
    margin-right: 5px;
}

.status-circle {
    background-color: #00CC22;
    width: 15px;
    height: 15px;
    position: relative;
    top: -13px;
    left: 160px;
    border-radius: 20px;
}

.last-line {
    margin-bottom: -30px;
}

.additional-link {
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-size: 17px;
    cursor: pointer;
}

.additional-link a {
    color: #0099FF !important;
}

/** UX Campaign area **/
.person-icon {
    width: 40px;
    float: left;
}

.participant-count {
    font-size: 60px;
    position: relative;
    top: -30px;
    left: 10px;
    text-align: center;
    float: left;
}

.participant-count .small {
    font-size: 20px;
    position: relative;
    top: -40px;
}

.left-half {
    float: left;
    width: 50%;
    position: relative;
    top: 10px;
    left: 40px;
    height: 140px;
}

.right-half {
    width: 50%;
    float: left;
    position: relative;
    top: 10px;
}

.chart-hr {
    clear: both;
}

.single-test {
    width: 20%;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.test-area {
    height: 100px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-left: 10px;
}

.additional-link img {
    width: 15px;
    margin-left: 2px;
    margin-top: -2px;
}

#started-date {
    float: right !important;
    font-size: 15px;
    position: relative;
    top: -45px;
    height: 0px;
    margin-bottom: -30px;
    font-weight: 200;
}

#started-date span {
    font-weight: 700;
}

.sc-chart-header p {
    height: 10px;
}

#campaigns-progress-title {
    font-size: 18px;
    margin-top: -15px;
    margin-bottom: -10px;
}

#campaigns-progress-graph {
    width: 200px;
}

.class-count {
    font-size: 18px;
    margin-left: 10px;
}

#campaign-content {
    margin-top: 120px;
}


/***************************************************************************************************
*
* Homepage
*
****************************************************************************************************/
#home-three-wide {
    padding-top: 1px;
    padding-bottom: 100px;
}

#myAccount-btn {
    float: right;
    margin-right: 30px;
    width: 150px;
    height: 50px;
    background-color: #00CC22;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    padding-top: 15px;
    color: #FFF;
    margin-top: -40px;
}

#myAccount-btn:hover {
    background-color: #00EE22;
}

.thrid-width {
    width: 30%;
    float: left;
    margin-left: 1.5%;
    text-align: center;
}

.three-full-width {
    padding-bottom: 240px;
}

.third-width-header {
    font-size: 30px;
}

.thrid-width img {
    height: 100px;
    margin-top: 10px;
}

.third-width-subtext {
    padding: 20px 30px 0px 30px;
    font-size: 16px;
    line-height: 22px;
}

.full-width-header {
    width: 100%;
    font-size: 50px;
    margin-top: 100px;
    color: #666666;
    clear: both;
}

.full-width-subtext {
    font-size: 20px;
    line-height: 20px;
    margin-top: -30px;
}

.centered {
    text-align: center;
}

#demo-left {
    width: 100px;
    float: left;
    margin-right: 30px;
}

#sample-tests-cta {
    width: 500px;
    position: relative;
    left: 50%;
    margin-left: -200px;
    cursor: pointer;
}

#sample-tests-cta:hover #demo-right {
    color: #00CC22;
}

#demo-right {
    font-size: 30px;
    padding-top: 1px;
    color: #666666;
}

#demo-right i {
    margin-left: 10px;
}

/**Sandcastle coming soon**/
.sandcastle-coming-soon-large {
    width: 50%;
    margin-left: 25%;
    margin-top: 200px;
    opacity: .3;
}

/**Small feature content section**/
#scrolling-content-small {
    display: none;
    margin-bottom: 200px;
    padding-top: 100px;
}

.monitor-screen {
    width: 50%;
    margin-left: 25%;
    position: relative;
    top: 0px;
    left: 0px;
    margin-bottom: 150px;
}

.monitor-img {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
}

.small-screen-shot-img {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.sf-content-header {
    text-align: center;
    font-size: 40px;
    color: #666666;
}

.sf-content-p {
    padding-right: 10%;
    padding-left: 10%;
    text-align: center;
    margin-top: -20px;
    font-size: 20px;
    color: #666666;
}

.sf-content-p p {
    line-height: 30px;
}


/**Third section - NOW Advert**/


#third-section-header {
    font-size: 60px;
    width: 100%;
    text-align: center;
    clear: both;
    color: #666666;
}

#third-section {
    width: 100%;
    padding-top: 100px;
    margin-top: -200px;
    padding-bottom: 150px;
    margin-bottom: -10px;
}

#third-section-sub {
    font-size: 20px;
    width: 100%;
    text-align: center;
    clear: both;
    color: #666666;
    padding-left: 15%;
    padding-right: 15%;
    margin-top: -20px;
    margin-bottom: 40px;
}

#get-started-bottom-middle {
    width: 100%;
    text-align: center;
    margin-top: 160px;
}

#ready {
    margin-top: 100px;
    font-size: 30px;
    color: #666666;
}

#get-started-bottom-middle #get-started-btn {
    position: relative;
    left: 50%;
    margin-left: -80px;
}

.get-started-subtext {
    color: #666666;
    margin-top: 25px;
}


/**Second section content**/


/**Crazy scrolling section**/
#scrolling-content {
    position: relative;
    top: 100px;
    clear: both;
    min-height: 4600px;
    height: 100%
}

#scrolling-text {
    width: 33%;
    float: right;
    padding-right: 20px;
    color: #666666;
    position: relative;
    left: -60px;
}

.scrollmagic-pin-spacer {
    float: left !important;
}

.scrolling-text-step {
    color: #599FB4;
    font-size: 50px;
    margin-bottom: -30px;
}

.scrolling-text-header {
    font-size: 35px;
    margin-bottom: -25px;
}

.scrolling-text-header p {
    line-height: 35px;
}

.scrolling-text-subtext {
    font-size: 20px;
    margin-bottom: 600px;
    min-height: 180px;
}

.scrolling-text-subtext p {
    line-height: 26px;
}

/**Mac Monitor**/
#mac-monitor {
    margin-left: 40px;
    width: 50%;
    z-index: 15;
    top: 0px;
    float: left;
}

#mac-monitor.fixed {
    margin-top: -20px !important;
}

#scrolling-screen-shot-imgs {
    margin-top: -77%;
    width: 96%;
    z-index: 4;
    top: 10px;
}

.hidden {
    display: none !important;
}

.visible {
    display: inherit !important;
}

#screen-shot-1 {
    display: inherit;
}

.screen-shot-img {
    float: left;
    display: none;
}

/**Get Started Button**/
#get-started-top-right {
    position: absolute;
    right: 20px;
}

#get-started-btn {
    width: 170px;
    height: 50px;
    background-color: #F47469;
    color: #FFF;
    font-size: 20px;
    cursor: pointer;
}

#get-started-btn:hover {
    background-color: #00CC22;
}

#get-started-btn p {
    position: relative;
    top: 15px;
    text-align: center;
}

#already-creating {
    text-align: center;
    margin-top: -10px;
    color: #FFF;
}

#already-creating a {
    position: relative;
    top: -10px;
    text-decoration: underline;
    color: #FFF;
    font-weight: 700 !important;
    font-size: 16px;
}


/***Top Annoucement Area**/
#home-header-wrapper {
    margin-top: -15px;
    width: 100%;
    padding-top: 100px;
    background-color: #599fb4;

}

#left-conversion-wrapper {
    clear: both;
}

#left-conversion-content {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 100;
}

#header-img {

    position: relative;
    top: -200px;
    left: 0px;
    z-index: 1;
}

.large-bold {
    color: #FFF;
    font-size: 70px;
    font-weight: 900;
    line-height: 60px;
}

#join .large-bold:first-of-type {
    margin-bottom: -65px;
}

#make-design-wrapper {
    font-size: 40px;
    height: 80px;
    text-align: center;
    margin-top: 80px;
}

#left-conversion-wrapper {
    margin-top: -30px;
}

#left-conversion-wrapper #learn-more-btn {
    position: relative;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    cursor: pointer;
    text-decoration: underline;
    font-size: 20px;
    font-weight: 700;

}

#left-conversion-wrapper #get-started-btn {
    position: relative;
    left: 50%;
    margin-left: -80px;
}

#colored-spacer {
    clear: both;
    height: 50px;
}

#find-out-how {
    font-size: 20px;
    width: 150px;
    height: 50px;
    position: relative;
    top: -30px;
    left: 2px;
    text-align: center;
}

#find-out-how a {
    position: relative;
    top: 15px;
    color: #FFF;
}

#home-did-you-know {
    width: 400px;
    float: left;
    position: relative;
    top: 240px;
    z-index: 2;
    opacity: 0;
    left: 40px;
}

#home-did-you-know .header {
    color: #FFF;
    font-size: 50px;
}

#home-did-you-know .sub-bold {
    font-weight: 700;
}

#home-did-you-know .text {
    color: #FFF;
    font-size: 18px;
    margin-top: -50px;
    line-height: 25px;
    position: relative;
    left: 0px;
    margin-left: -26px;
}


/***************************************************************************************************
*
* Test Runner View
*
****************************************************************************************************/

/**the header**/
#start-campgain-header {
    padding-top: 40px;
    padding-bottom: 0px;
    min-height: 300px;
}

#start-campaign-details, #start-campaign-header, #top-start-btn-campaign {
    left: 50%;
}

#start-campaign-details {
    color: #FFF;
    position: absolute;
    top: 175px;
    font-size: 25px;
    padding-right: 30px;
}

#start-campaign-details p {
    line-height: 30px;
}

#start-campaign-header {
    position: absolute;
    top: 130px;
    color: #FFF;
    font-weight: 900;
    font-size: 35px;
}

/**The Test list**/
.test-to-complete-item .ttc-icon {
    float: left;
    margin-right: 30px;
    margin-top: -10px;
}

.test-to-complete-item {
    text-align: left;
    font-size: 30px;
    height: 40px;
    width: 45%;
    float: left;
    margin-right: 40px;
    margin-bottom: 10px;
}

.ttc-name {
    float: left;
    margin-top: 0px;
    height: 30px;
}

.test-to-complete-item .ttc-count {
    float: right;
    margin-top: 2px;
}

/**The Modal**/
#modal, #thanksModal, #allDoneModal {
    display: none;
}

#thanksModal img {
    width: 200px;
    float: left;
    padding: 20px;
}

#allDoneModal img {
    width: 200px;
    padding: 20px;
    float: left;
}

#thankyou-title {
    font-weight: 700;
    font-size: 40px;
    margin-top: 40px;
    line-height: 40px;
}

#thankyou-body {
    font-size: 18px;
    padding-right: 20px;
}

#comment {
    width: 100%;
    height: 225px;
    background-color: #FFF;
    margin-top: 20px;
}

.ia-test {
    display: none;
}

.ia-test hr {
    position: relative;
    top: 30px;
}

.ia-test.active {
    display: inherit;
}

.ia-icon-wrapper {
    width: 80px;
    height: 80px;
    float: right;
    margin-top: -5px;
    padding: 15px;
    border-radius: 10px;

}

.ia-icon-wrapper img {
    width: 40px;
    max-height: 100px;
    position: relative;
    left: 50%;
    margin-left: -20px;
}

.ia-title-wrapper {
    font-size: 30px;
    position: relative;
    top: 55px;
    left: 10px;
}

.what-you-do-wrapper {
    position: relative;
    top: 40px;
    font-size: 20px;
}

.wyd-item {
    margin-left: 40px;
}

.wyd-item .fa-minus {
    font-size: 12px;
    margin-right: 8px;
    position: relative;
    top: -2px;
}

.wyd-header {
    margin-left: 10px;
    font-weight: 700;
    font-size: 25px;
}

#load-test-wrapper {
    position: absolute;
    bottom: 30px;
    right: 50px;
    background-color: #00CC22;
    padding: 15px 30px;
    cursor: pointer;
}

#load-test-wrapper a {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
}

/**start screen**/
#test-stats {
    width: 90%;
    margin-left: 5%;
    padding-left: 30px;
    padding-bottom: 100px;
    margin-top: -30px;
}

.italic {
    font-style: italic;
}

.test-status-topleft-img {
    width: 50px;
    float: left;
    position: relative;
    top: 20px;
    margin-right: 20px;
}

#test-stats-intro {
    margin-left: 20px;
    margin-top: 70px;
}

#test-stats-intro p {
    font-size: 30px;
    margin-bottom: -5px;
}

#test-stats-intro hr {
    border-width: 2px;
    border-color: #666666;
    margin-bottom: 40px;
}

#test-breakdown {
    margin-top: 100px;
    font-size: 20px;
    margin-bottom: -10px;
}

/**Stats area**/
.left {
    float: left;
    border-right: 1px solid #666666;
    padding-right: 10px;
}

.right {
    float: right;
    padding-left: 30px;
}

.right hr {
    margin-bottom: 30px;
}

.left, .right {
    width: 50%;
    padding-bottom: 200px;
}

.stat-header {
    font-size: 30px;
    line-height: 30px;
}

.stat-number {
    text-align: center;
    font-size: 80px;
    color: #666666;
    font-weight: 700;
    margin-top: 70px;
    margin-bottom: 60px;
}


/**Begin Button**/
#begin-btn-wrapper {
    width: 200px;
    background-color: #00CC22;
    height: 70px;
    position: relative;
    left: 50%;
    margin-left: -100px;
    top: 450px;
    cursor: pointer;
    margin-bottom: 400px;
    border-radius: 10px;
}

#begin-btn-wrapper:hover, #load-test-wrapper:hover {
    background-color: #00e6e3;
}

#begin-btn {
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
    width: 100px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 22px;
}

/**Begin Button Top**/
#top-start-btn-campaign {
    width: 400px;
    position: absolute;
    top: 300px;
}

#begin-btn-wrapper-top {
    width: 200px;
    background-color: #00CC22;
    height: 70px;
    position: relative;
    left: 50%;
    cursor: pointer;
    border-radius: 10px;
}

#begin-btn-wrapper-top:hover {
    background-color: #00e6e3;
}

#begin-btn-wrapper-top #begin-btn {
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
    width: 100px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 22px;
}


/* RESPONSIVE CSS
    -------------------------------------------------- */
/* First Screen Shift */

@media screen and (max-width: 1430px) {
    .test-result-block {
        width: 29%;
        margin-right: 35px;
        margin-bottom: 35px;
    }

    .select-test-type-img {
        width: 50px;
        margin-left: -25px;
    }

    #did-you-know {
        clear: both;
        margin-top: 50px;
        height: 150px;
        width: 95%;
    }

    #dyk-list {
        height: 150px;
        width: 95%;
        margin-left: -40px;
    }

    .dyk-list-item {
        float: left;
        width: 300px;
    }

    #project-details {
        width: 93%;
    }

    #project-progress {
        float: right;
        margin-right: 60px;
    }

    #project-screen-shot {
        margin-left: 40px;
        margin-right: 40px;
    }

    #dyk-title {
        margin-left: -50px;
    }

    .dyk-text {
        margin-top: -25px;
    }

    .dyk-list-item {
        margin-bottom: 20px;
    }

    #powered-by {
        width: 500px;
    }

    #content-area {
        width: 80%;
    }

    #ab-prompt-text, #ab-start-text, #click-threshold {
        width: 70%
    }
}

@media screen and (max-width: 1250px) {
    .test-block-project, .test-block-campaign {
        font-size: 14px;
    }

    .test-result-block-type {
        font-size: 17px !important;
        top: -3px !important;
    }

    #campign-name, #project-name, .editable-custom-form input {
        width: 400px;
    }

    #begin-btn-wrapper-top {
        width: 150px;
        height: 40px;
        top: -20px;
        margin-left: -75px;
    }

    #begin-btn-wrapper-top #begin-btn {
        top: 10px;
        font-size: 20px;
        text-align: center;
        margin-left: -45px;
    }

    #start-campaign-details {
        top: 170px;
        font-size: 18px;
        padding-right: 30px;
    }

    #start-campaign-details p {
        line-height: 25px;
    }

    #start-campaign-header {
        font-size: 30px;
    }
}

/* Second Screen Shift */

@media screen and (max-width: 1160px) {
    .test-result-block-img img {
        height: 300px;
    }

    .test-result-block {
        width: 46%
    }

    .test-result-block-type {
        font-size: 20px !important;
        top: -6px !important;
    }

    #newly-created-left-img.true img, #newly-created-right-img.true img {
        height: 220px;
        margin-bottom: 20px;
    }

    .newly-created-test-img-wrapper {

        min-height: 320px;
    }

    #campaign-name-input {
        width: 60%;
    }

    .editable-custom-form input {
        width: 400px;
    }

    .large-bold {
        font-size: 60px;
    }

    #home-did-you-know {
        top: 200px;
    }

    #make-design-wrapper {
        font-size: 30px;
        margin-top: 65px;
        margin-bottom: -40px;
    }

    #project-details-text {
        width: 220px;
    }

    #project-progress {
        margin-left: 0px;
        margin-right: 20px;
        position: absolute;
        right: -20px;
    }

    #project-details {
        min-width: 300px;
    }

    .sc-chart-wrapper {
        clear: both;
        width: 93%;
    }

    #page-view-chart {
        margin-top: 80px;
    }

    #searches-per-chart-wrapper {
        margin-top: 30px;
    }

    #search-speed-chart-wrapper, #clicks-chart-wrapper {
        margin-top: 30px;
    }

    .dev-details {
        clear: both;
        width: 100%;
        margin-bottom: 20px;
    }

    .dev-details:first-of-type {
        margin-bottom: 60px;
    }

    .dev-details-img {
        width: 60px;
    }

    .dev-details-title-wrapper {
        top: 10px;
    }

    .bottom-details-area {
        margin-top: 30px;
    }

    .site-link {
        font-size: 10px;
        margin-top: -20px;
    }

    #campaigns-progress-graph {
        width: 150px;
    }

    .left-half {
        left: 10px;
    }

    .right-half {
        position: relative;
        left: 30px;
    }

    #campign-name, #project-name, .editable-custom-form input {
        width: 300px;
    }
}

@media screen and (max-width: 1030px) {
    .test-result-block-img img {
        height: 250px;
    }

    .test-result-block {
        width: 44%
    }

    #campgain-tests {
        margin-top: -60px;
    }

    .edit-campgain-section-header {
        text-align: center;
    }

    #ab-prompt-text, #ab-start-text, #campaign-name-input, #click-threshold {
        width: 55%
    }

    #ab-start-text, #ab-prompt-text, #click-threshold {
        margin-top: 20px;
    }

    .select-test-type-cell {
        width: 50%;
    }

    #top-start-btn-campaign {
        top: 280px;
    }

    #campaign-edit-wrapper .section-title {
        position: absolute;
        margin-top: -50px;
    }

    #campaign-edit-wrapper {
        margin-bottom: 100px;
    }

    .editable-custom-form input {
        width: 300px;
    }

    #campaign-edit-wrapper #editable-campaign-name {
        margin-left: 8%;
        margin-top: 150px;
    }

    #the-progress-graph span {
        color: #666666;
        font-family: sans-serif;
        font-size: 20px;
        font-weight: 100;
        margin-left: 17px;
        position: relative;
        top: 27px;
    }

    #the-progress-graph {
        position: relative;
        left: 40px;
    }

    #project-progress {
        right: 20px;
    }

    .create-new-campgain-dashboard {
        width: 120px;
        left: 50%;
        margin-left: -60px;
        top: 20px;
    }

    .scrolling-text-header p {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 50px;
    }

    #get-started-top-right {
        margin-top: -20px;
    }

    #project-progress-title {
        display: none;
    }

    #project-project-graph {
        width: 80px;
        position: absolute;
        right: 0px;
    }

    #project-details {
        width: 90%
    }

    .nav-icon {
        width: 30px;
        margin-left: -15px;
        margin-bottom: -8px;
    }

    .nav-title {
        font-size: 14px;
    }

    #left-nav {
        width: 90px;
    }

    #content-area {
        left: 130px;
    }

    .sc-dev-wrapper {
        clear: both;
        width: 95%;
        margin-bottom: 40px;
    }

    .dev-details {
        width: 50%;
        float: left;
    }

    .dev-details:nth-of-type(2) {
        float: right;
        margin-top: -215px;
    }

    .editable-custom-form .editable-buttons {
        margin-left: -300px;
        position: absolute;
        margin-top: 70px;
    }

    .project-input {
        margin-bottom: 0px;
    }

    #home-did-you-know {
        width: 300px;
        top: 120px;
    }

    #home-did-you-know .header {
        font-size: 30px;
        margin-left: 3px;
    }

    #home-did-you-know .text {
        font-size: 15px;
    }

    .large-bold {
        font-size: 50px;
    }

    #left-conversion-wrapper #get-started-btn {
        font-size: 18px;
        width: 120px;
        margin-left: -60px;
    }

    #left-conversion-wrapper #learn-more-btn {
        font-size: 15px;
    }
}


/* Third Screen Shift */

@media screen and (max-width: 920px) {
    .test-result-block-img img {
        height: 230px;
    }

    .sub-header-bar {
        height: 40px;
    }

    #sub-header-search {
        width: 200px;
        height: 25px;
    }

    #sub-header-search > a {
        font-size: 13px;
    }

    #sub-header-search a {
        font-size: 13px;
    }

    #sub-header-search .dropdown-menu {
        width: 300px;
    }

    .sub-header-filter {
        width: 60px;
        font-size: 13px;
        height: 25px;
    }

    .sub-header-filter p {
        margin-top: 3.5px;
    }

    #newly-created-test #test-instructions p {
        font-size: 20px;
        line-height: 25px;
    }

    #ab-prompt-text, #ab-start-text, #campaign-name-input, #click-threshold {
        width: 50%
    }

    .stat-number {
        font-size: 60px;
        margin-top: 50px;
        margin-bottom: 30px;
    }

    #test-stats {
        width: 100%;
        margin-left: 0px;
    }

    #make-day-img {
        display: none;
    }

    #start-campaign-header, #start-campaign-details {
        width: 90%;
        text-align: center;
        left: 5%;
    }

    #start-campaign-header {
        top: 80px;
    }

    #start-campaign-header p {
        line-height: 30px;
    }

    #start-campaign-details {
        top: 140px;
    }

    #top-start-btn-campaign {
        width: 100%;
        left: 0px;
    }


    .create-new-campgain-dashboard {
        margin-bottom: 60px;
    }


    #third-section-sub {
        padding-right: 5%;
        padding-left: 5%;
    }

    #mac-monitor {
        width: 40%;
    }

    #project-project-graph {
        width: 50px;
        right: 30px;
    }

    #project-screen-shot {
        margin-left: 0px;
        margin-right: 10px;
    }

    .section-header {
        top: 170px;
    }

    #left-nav {
        left: 20px;
    }

    #content-area {
        left: 110px;
    }

    .section-header {
        width: 92%;
    }

    .section-header-text {
        font-size: 25px;
    }

    #did-you-know {
        margin-bottom: 170px;
    }

    #keyMetrics-content {
        margin-top: -100px;
    }

    #environments-content, #campaign-content, #artifacts-content, #analytics-contentå {
        margin-top: 0px;
    }

    .sc-dev-wrapper {
        width: 92%;
    }

    .section-header {
        position: relative;
        top: -10px;
    }

    .sc-chart-wrapper:last-of-type {
        margin-bottom: 50px;
    }

    #sandcastle p {
        font-size: 20px !important;
        margin-right: 15px !important;
    }

    #sandcastle {
        margin-top: 10px;
    }

    #line-div {
        left: 350px !important;
    }

    #powered-by {
        left: 340px;
        font-size: 10px;
        margin-top: 5px;
    }

}

@media screen and (max-width: 825px) {

    .test-result-block-img img {
        height: 350px;
    }

    .result-stat-name {
        font-size: 15px;
    }

    .result-stat-value {
        font-size: 40px;
    }

    .result-stats {
        margin-top: 5px;
    }

    .click-result-stats {
        width: 100%;
    }

    .result-stat:nth-child(1) {
        margin-left: 30% !important;
    }

    .result-stat:nth-child(2) {
        margin-left: 60% !important;
    }

    .test-result-block {
        width: 90%;
    }

    .test-result-block:first-child {
        margin-bottom: 35px;
    }

    .full-width-header {
        font-size: 40px;
    }

    .editable-custom-form {
        position: relative;
        top: 0px;
    }

    .editable-custom-form .editable-buttons {
        margin-left: -73%;
    }

    .editable-custom-form input {
        width: 100%;
    }

    #campgain-created-header {
        text-align: center;
    }

    #campgain-delete-btn {
        float: left;
        position: relative;
        left: 50%;
        width: 400px;
        margin-left: -200px;
        text-align: center;
        top: -30px;
    }

    .test-builder-instructions-wrapper {
        clear: both;
        text-align: center;
        width: 100%;
    }

    .test-builder-input-wrapper {
        clear: both;
        margin-left: 0px;
        text-align: center;
        width: 70%;
        margin-left: 15%;
    }

    #ab-prompt-text, #ab-start-text, #campaign-name-input, #click-threshold {
        width: 100%;
    }

    .ia-title-wrapper {
        font-size: 30px;
        top: 5px;
    }

    .ia-title-wrapper p {
        line-height: 35px;
    }

    .ia-test hr {
        top: -30px;
    }

    .what-you-do-wrapper {
        top: -30px;
    }

    .stat-header {
        font-size: 23px;
        height: 40px;
    }

    .active-create-btn {
        clear: both;
        position: absolute;
        right: 30px;
        top: 260px;
    }

    #activeTest-icon-wrapper {
        max-width: 80px;
    }

    #active-descrip {
        margin-left: 120px;
    }

    #modalTitle {
        font-size: 20px;
        text-align: left;
    }

    /**Canvas Divs**/
    #scnshotB-wrapper, #chooseB-wrapper {
        clear: both;
        margin-top: 40px;
        position: relative;
        left: 0px;
    }

    #scnshotA-wrapper, #chooseA-wrapper {
        clear: both;

    }

    #scnshotA-wrapper, #scnshotB-wrapper {
        width: 90% !important;
    }

    #container {
        position: relative;
    }

    .sandcastle-modal {
        width: 450px;
        margin-left: -225px;
    }

    .sandcastle-modal #modal-header-wrapper {
        width: 447px;
    }

    .inactive-test {
        width: 20%;
        float: left;
        position: relative;
        left: -20px;
    }

    .inactive-icon-wrapper {
        width: 50px;
        border-radius: 10px;
        position: relative;
        left: 55px;
    }

    .inactive-icon-wrapper img {
        max-width: 30px;
        max-height: 30px;
        position: relative;
        left: 50%;
        margin-left: -15px;
    }

    .inactive-title-wrapper {
        width: 70px;
        text-align: center;
        margin-left: -39px;
        font-size: 12px;
    }

    .inactive-test-wrapper {
        margin-top: 100px;
        padding-left: 10px;
        width: 110%;

    }

    .inactive-test-wrapper .active, .inactive-test:hover {
        border: solid 2px grey;
        padding-top: 5px;
        padding-bottom: 0px;
        margin-top: -7px;
        border-radius: 5px;
        cursor: pointer;

    }

    .inactive-test-wrapper .active {
        background-color: #EEE;
    }

    #home-did-you-know {
        top: 80px;
    }
}

/* Fourth Screen Shift */
@media screen and (max-width: 760px) {
    #completed-campgain p {
        font-size: 20px;
        position: relative;
        top: -10px;
    }

    #thank-you-message, #published-link {
        font-size: 20px;
    }

    .published-link-img {
        margin-top: 40px !important;
        margin-bottom: 20px !important;
    }

    .test-result-block-img img {
        height: 250px;
    }

    .result-viewer {
        margin-top: 140px;
    }

    .responses-received-header {
        clear: both !important;
        text-align: left !important;
        position: absolute;
        margin-top: 20px;
        left: 20px;
        background-color: #FFF;
        color: #666666;

    }

    #newly-created-left-img.true img, #newly-created-right-img.true img {

        height: 140px;
        margin-bottom: 0px;
    }

    .newly-created-test-img-wrapper {

        min-height: 220px;
    }

    .editable-custom-form .editable-buttons {
        margin-left: -76%;
    }

    #created-tests-wrapper {
        margin-left: -70px;
        width: 140%;
    }

    .sandcastle-center-page-header {
        text-align: center;
        margin-left: 0px;
    }

    #third-section-header {
        font-size: 40px;
    }

    #third-section-sub {
        font-size: 16px;
    }

    #scrolling-content-small {
        display: inherit;
    }

    #scrolling-content {
        display: none;
    }

    #left-nav {
        display: none;
    }

    #content-area {
        left: 0px;
        width: 100%;
    }

    #home-header-wrapper {
        margin-bottom: 0px;
        min-height: 500px;
    }

    #home-did-you-know {
        display: none;
    }

    #header-img {
        margin-top: 200px;
    }

    .large-bold {
        font-size: 70px;
    }

    #user-centered {
        margin-top: -20px;
    }

    #make-design-wrapper {
        font-size: 30px;
        margin-top: 80px;
    }

    #left-conversion-content {
        position: relative;
        top: -50px;
    }

    #ab-prompt-text, #ab-start-text, #click-threshold {
        margin-top: -20px;
    }

}

/* Fith Screen Shift */
@media screen and (max-width: 630px) {
    #top-left-test-name p {
        font-size: 25px;
    }

    .result-view-left, .result-view-right {
        width: 100%;
        clear: both;
    }

    .result-view-left {
        border-right: none;
        border-bottom: 1px solid #666;
        margin-bottom: 50px;
    }

    .test-block-project, .test-block-campaign {
        font-size: 14px;
        width: 100%;
    }

    .test-result-block-type {
        font-size: 15px !important;
        top: 0px !important;
    }

    .test-result-block-footer {
        padding-bottom: 110px;
    }

    .full-width-header p {
        font-size: 30px;
        line-height: 40px;
    }

    #demo-left {
        width: 60px;
    }

    #demo-right {
        font-size: 20px;
    }

    #sample-tests-cta {
        width: 330px;
        margin-left: -160px;
    }

    .editable-custom-form .editable-buttons {
        margin-left: -95%;
        min-width: 300px;
    }

    #newly-created-test #test-instructions p {
        font-size: 20px;
        line-height: 20px;
    }

    #ab-prompt-text, #ab-start-text, #campaign-name-input, #click-threshold {
        font-size: 16px;
    }

    .test-builder-form-instrctions {
        font-size: 14px;
    }

    .test-square {
        height: 90px;
        width: 90px;
    }

    .test-square .fa {
        font-size: 50px;
    }

    .test-name {
        font-size: 20px;
    }

    .test-square-title {
        width: 90px;
    }

    .created-test-wrapper {
        min-width: 100px;
    }

    .created-test-wrapper img {
        height: 100px;
    }

    .page-seporator-campgain {
        margin-top: 100px;
    }

    .create-test-action-btn-wrapper div {
        width: 150px;
        height: 30px;
        margin-top: -20px;
    }

    .create-test-action-btn-wrapper div p {
        font-size: 15px;
        top: -8px;
    }

    .preview-campaign-btn {
        margin-left: 50px;
    }

    .create-campaign-btn {
        margin-right: 50px;
    }

    .select-test-type-cell {
        width: 100%;
    }

    .left, .right {
        clear: both;
        margin-left: 0px;
        width: 100%;
        border: none;
    }

    .right {
        border-top: 2px solid #666666;
        padding-top: 10px;
    }

    .left {
        padding-bottom: 100px;
    }

    .test-to-complete-item {
        clear: both;
        width: 90%;
    }

    #begin-btn-wrapper {
        top: 750px;
    }

    #ab-start-text, #click-threshold {
        font-size: 30px;
    }

    #ab-prompt-text {
        font-size: 20px;
    }

    #scnshotB-wrapper, #chooseB-wrapper {
        position: relative;
        left: 20px;
    }

    #campgain-ss-wrapper {
        clear: both !important;
        position: relative;
        left: 50%;
        margin-left: -100px;
    }

    #c-project-name-header {
        margin-top: 150px;
        margin-left: 3%;
    }

    #editable-project-name {
        margin-left: 3%;
    }

    #project-screen-shot {
        display: none;
    }

    #project-details {
        width: 85%;
    }

    .section-header {
        width: 85%;
    }

    .sc-chart-wrapper, .sc-dev-wrapper {
        width: 85%;
    }

    .dev-details:nth-of-type(2) {
        float: left;
        margin-top: -20px;
        margin-bottom: 50px;
    }

    .last-line-text {
        width: 100%;
    }

    #header-img {
        display: none;
    }

    .large-bold {
        font-size: 50px;
        line-height: 50px;
    }

    #make-design-wrapper {
        margin-top: 70px;
        font-size: 25px;
    }

    #make-design-wrapper p {
        line-height: 30px;
    }

    #left-conversion-wrapper #get-started-btn {
        margin-top: 40px;
    }

    #line-div, #powered-by {
        display: none;
    }

}

/* Sixth Screen Shift */
@media screen and (max-width: 480px) {

    .test-result-block-img img {
        height: 180px;
    }

    .editable-custom-form .editable-buttons {
        margin-left: -104%;
    }

    #created-tests-wrapper {
        margin-left: -40px;
    }

    #test-added-header p {
        position: relative;
        top: -15px;
    }

    #did-you-know-img {
        width: 300px;
        margin-left: -150px;
    }

    #start-campaign-header {
        top: 60px;
    }

    .ia-title-wrapper {
        font-size: 25px;
    }

    .wyd-header {
        font-size: 20px;
        margin-top: 40px;
    }

    .wyd-item {
        font-size: 16px;
    }

    .ia-test hr {
        top: -20px;
    }

    .active-create-btn {
        top: 170px;
    }

    .inactive-title-wrapper {
        font-size: 11px;
    }

    .inactive-test-wrapper {
        margin-top: 100px;
        padding-left: 20px;
    }

    #other-test-header {
        margin-left: -20px;
    }

    .inactive-icon-wrapper {
        margin-left: -50px;
    }

    .inactive-test-wrapper .active {
        background-color: #FFF;
        border: none;
    }

    .inactive-test-wrapper {
        margin-top: 80px;
    }

    #active-header {
        font-size: 22px;
    }

    #activeTest-text-wrapper {
        position: relative;
        margin-top: -50px;
        top: -20px;
    }

    .sandcastle-modal {
        width: 350px;
        margin-left: -175px;
    }

    .sandcastle-modal #modal-header-wrapper {
        width: 347px;
    }

    #scnshotB-wrapper, #chooseB-wrapper {
        position: relative;
        left: 15px;
    }

    #scnshotA-wrapper, #chooseA-wrapper {
        position: relative;
        left: -15px;
    }

    #third-section-header p {
        line-height: 40px;
        font-size: 30px;
    }

    #owl-demo {
        margin-top: -140px;
    }

    .monitor-screen {
        margin-bottom: 100px;
    }

    .sf-content-header {
        font-size: 30px;
    }

    .sf-content-header p {
        line-height: 35px;
    }

    .sf-content-p {
        font-size: 15px;
    }

    #content-area {
        margin-left: -5px;
    }

    body {
        background-color: #FFF;
    }

    .single-test {
        width: 40%;
    }

    #campaigns-progress-title {
        font-size: 15px;
    }

    .large-bold {
        font-size: 40px;
    }

    #left-conversion-wrapper #get-started-btn {

    }

    #left-conversion-wrapper #learn-more-btn {
        font-size: 18px;

    }

    #left-conversion-wrapper {
        margin-top: -40px;
    }

    #make-design-wrapper p {
        font-size: 25px;
    }

    #make-design-wrapper {

    }

    #home-header-wrapper {
        min-height: 300px;
    }

    #scrolling-content-small {
        padding-top: 200px;
    }

}

/* Seventh Screen Shift */
@media screen and (max-width: 380px) {
    .editable-custom-form .editable-buttons {
        margin-left: -119%;
    }

    .create-test-action-btn-wrapper {
        margin-left: -205px;
    }

    .create-campaign-btn {
        margin-right: 90px;
    }

    .preview-campaign-btn {
        margin-left: 50px;
    }

    #scnshotB-wrapper, #chooseB-wrapper {
        position: relative;
        left: 20px;
    }

    #scnshotA-wrapper, #chooseA-wrapper {
        position: relative;
        left: -20px;
    }

    #content-area {
        margin-left: -5px;
    }

    .single-test {
        width: 40%;
    }

}

/* Loader*/
#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loading {
    border: 1px solid #ddd;
    padding: 20px;
    margin: 40px 5px;
    width: 80px;
}
