/* Demo */

.slickModal.welcomeMsg .slickWindow, .slickModal.thankYouMsg .slickWindow {
    text-align: center;
}
.slickModal.welcomeMsg .title , .slickModal.thankYouMsg .title{
    font-size: 35px;
    font-weight: 500;
    color: #59bda5;
}
.welcomeMsg p, .thankYouMsg p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #000;
    margin: 20px 0;
    padding: 0px 0;
}
.welcomeMsg ul {
    list-style: url("../../img/V-32.png");
    font-size: 15px;
    line-height: 24px;
    color: #000;
    margin: 20px 0;
    padding: 3px 104px;
    text-align: left;
}
.slickModal.welcomeMsg .cta, .slickModal.thankYouMsg .cta {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    width: 190px;
    height: 55px;
    color: #fff;
    background: #59bda5;
    padding: 14px 20px;
    border-bottom: solid 2px #3cbd99;
    transition: all 0.1s ease;
}
.slickModal.thankYouMsg .restart {
    display: block;
    padding-left: 385px;
    cursor: pointer;
}
.slickModal.welcomeMsg .cta:hover, .slickModal.thankYouMsg .cta:hover {
    background: #3cbd99;
    box-shadow: 10px 2px 40px rgba(33,33,33,.2);
}






/* Demo */
.slickModal.userProfile .slickWindow * {
    box-sizing: border-box;
}
.slickModal.userProfile {
    color: #222;
}
.slickModal.userProfile .lock {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-weight: 700;
    font-size: 9px;
    padding-left: 20px;
    line-height: 16px;
    opacity: 0.4;
}
.slickModal.userProfile .top {
    display: inline-block;
    width: 100%;
    clear: both;
    padding-bottom: 20px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}
.slickModal.userProfile .left {
    float: left;
    width: 40%;
    height: 122px;
    display: inline-block;
}
.slickModal.userProfile .right {
    float: right;
    width: 60%;
    display: inline-block;
    padding: 20px 0 0 20px;
}
.slickModal.userProfile .left .pic {
    content: "";
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 100%;
    height: 100%;
}
.slickModal.userProfile .right .name {
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    width: 100%;
}
.slickModal.userProfile .right .desc {
    font-size: 12px;
    display: inline-block;
    width: 100%;
}
.slickModal.userProfile .right a {
    font-weight: 700;
    font-size: 9px;
    color: #55822d;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    float: left;
    margin: 6px 0 0 0;
}
.slickModal.userProfile .right a:first-of-type {
    margin-top: 12px;
}
.slickModal.userProfile .right a:hover {
    color: #222;
}
.slickModal.userProfile #profileSettings .title {
    font-size: 18px;
    opacity: 0.5;
    margin-bottom: 16px;
}
.slickModal.userProfile #profileSettings .field {
    position: relative;
    display: inline-block;
    width: 100%;
    clear: both;
    margin: 10px 0;
}
.slickModal.userProfile #profileSettings .field .subtitle {
    float: left;
    font-size: 12px;
    line-height: 20px;
}
.slickModal.userProfile #profileSettings .field .subtitle:before {
    display: inline-block;
    width: 4px;
    height: 4px;
    content: "";
    background: #222;
    border-radius: 50%;
    line-height: 20px;
    margin: 8px 4px 0 0;
    float: left;
}
.slickModal.userProfile #profileSettings .chk {
    position: relative;
    width: 40px;
    text-align: center;
    float: right;
    margin-right: 30px;
}
.slickModal.userProfile #profileSettings input,
.slickModal.userProfile #profileSettings input:active {
    display: none;
    opacity: 0;
}
.slickModal.userProfile #profileSettings label,
.slickModal.userProfile #profileSettings label:before,
.slickModal.userProfile #profileSettings label:after {
    transition: all 0.3s ease;
}
.slickModal.userProfile #profileSettings label {
    display: block;
    position: relative;
    padding: 10px;
    font-size: 12px;
    line-height: 16px;
    width: 100%;
    height: 20px;
    border-radius: 18px;
    background: #f0f0f0;
    cursor: pointer;
}
.slickModal.userProfile #profileSettings label:before {
    content:"";
    display: block;
    position: absolute;
    z-index: 1;
    line-height: 18px;
    text-indent: 40px;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    top: 0px;
    left: 0px;
    right: auto;
    background: #fff;
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,.2),0 0 0 2px #ddd;
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,.2),0 0 0 2px #ddd;
    box-shadow: 0 3px 3px rgba(0,0,0,.2),0 0 0 2px #ddd;
}
.slickModal.userProfile #profileSettings label:after {
    content: attr(data-off);
    display: block;
    position: absolute;
    z-index: 0;
    top: -7px;
    left: -40px;
    padding: 10px;
    height: 100%;
    width: 30px;
    text-align: center;
    color: #bfbfbf;
    white-space: nowrap;
}
.slickModal.userProfile #profileSettings input:checked + label {
    -webkit-box-shadow: inset 0 0 0 20px #3aaf39,0 0 0 2px #3aaf39;
    -moz-box-shadow: inset 0 0 0 20px #3aaf39,0 0 0 2px #3aaf39;
    box-shadow: inset 0 0 0 20px #3aaf39,0 0 0 2px #3aaf39;
}
.slickModal.userProfile #profileSettings input:checked + label:before {
    left: calc(100% - 20px);
    -webkit-box-shadow: 0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
    box-shadow: 0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
}
.slickModal.userProfile #profileSettings input:checked + label:after {
    content: attr(data-on);
    left: 36px;
    width: 20px;
}
.slickModal.userProfile .close.labeled:before {
    content: "Save & Close"
}
.slickModal.userProfile .slickContent {
    height: 420px;
}

.slickModal .slickWindow iframe {
    width: 101%;
    height: 101%;
}

.close{
    text-shadow: none;
    color: white;
}

/* Credits for the iOS style buttons: https://codepen.io/designcouch/pen/sDAvk */