.answers .btn-primary {
    color: #fff !important;
    text-decoration: none;
    text-align:center;
    background: #337ab7;
    padding: 8px;
    border-radius: 0px;
    display: inline-block;
    border: none;
    transition: all 0.4s ease 0s;
    font-weight: bolder;
    font-size: large;
}
.answers .btn-primary:hover {
    background: #f4bc35;
    letter-spacing: 1px;
    -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
    transition: all 0.4s ease 0s;
}
.answers .btn-danger, .buttons .btn-danger, #resultsGraph .results {
    background-color: #f4bc35;
    border-style: solid;
    border-color: #323232;
    border-width: 2px;
    color: #323232;
    font-weight: bold;
}

.answers .btn-pdss {
    color: #fff !important;
    text-decoration: none;
    text-align:center;
    background: #337ab7;
    padding: 8px;
    border-radius: 0px;
    display: inline-block;
    border: none;
    font-weight: bolder;
    font-size: large;
    max-width: 76%;
    -webkit-transition: max-width 1s;
    transition: max-width 1s;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
}
.answers .btn-pdss:hover {
    background: #f4bc35;
    letter-spacing: 1px;
    -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
    transition: all 0.4s ease 0s;
    max-width: 100rem;
}
.questionnum {
    text-align: center;
}
#resultsGraph {
    padding: 0 !important;
    width: 300px;
    height: 300px;
    position: relative;
    margin: auto;
}
#resultsGraph .range {
    width: 100%;
    height: 50px;
    border-top: 2px black dashed;
    padding: 4px 0 0 1em;
    font-weight: bold;
    text-align: left;
}
#resultsGraph .range.healthy {
    height: 100px;
}
#resultsGraph .results {
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 75px;
    border-bottom: none;
}

.typeform .questionblock {
    padding: 0.5em 3.5em 0 2.5em;
    margin: 0em 0;
}
.typeform .number {
    float: left;
    padding-top:0.2em;
}
.typeform .inner {
    margin-left: 2.5em;
}
.typeform .answers>div {
    margin-bottom: 0.5em;
}
.typeform .answers>div a {
    width: 100%;
    overflow: hidden;
}
.content ul {
    text-align: left;
    font-family: Quicksand, sans-serif;
    font-size: 16px;
}

ul li { font-family: Quicksand, sans-serif !important; }

.courses >div {
    text-align: center;
    margin-top: 2em;
}
/*.course >div {*/
/*    width: 260px;*/
/*    border: 1px solid #e5e5e5;*/
/*    border-radius: 4px;*/
/*    margin-bottom: 1em;*/
/*    padding: 0.5em;*/
/*    margin:0 auto;*/
/*}*/
.courses >div.selected {
    background: #a6e0e6;
}
#screening .courses a {
    font-weight: bold;
    padding: 4px 12px 4px 12px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0);
    border-radius: 20px;
    font-size: 18px;
}
.courses >div a {
    color: #fff;
    font-weight: bold;
    border: 2px solid #fff;
    position: absolute;
    bottom: 20px;
    left: calc(50% - 90px);
}
.courses >div img {
    margin: 0.5em auto;
}

@media all and (max-width: 1200px) {
    #resultsGraph {
        margin-top: 2.5em;
    }
}

.dl-horizontal {
    font-size: 0.7em;
    margin-top: 0.5em;
}
.dl-horizontal dd {
    margin-bottom: 0;
}
.startbutton {
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #4579B2;
    border-radius: 20px 20px 20px 20px;
    padding: 15px 65px 15px 65px;
}

.btn {
    background: #4579B2;
}

.btn.yellow-hover {
    color: white;
    background-color: #6AA0DD;
    border-radius: 30px 30px 30px 30px;
}

.btn.yellow-hover:hover {
    color: #fff;
}

.btn.yellow-hover:hover, .yellow-hover:focus {
    background-color: #9AC8FC;
}

.loader {
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@media screen and (min-width: 800px) {
    .divresult {
        width: 68%;
        height: 275px;
        position: relative;
        margin: auto;
    }
    .typeform .answers>div a {
        width: 66%;
        overflow: hidden;
    }
    .typeform .inner {
        margin-left: 16.5em;
    }
    .loader {
        border-top: 16px solid #3498db; /* Blue */
        border-radius: 50%;
        width: 120px;
        height: 120px;
        animation: spin 2s linear infinite;
    }

    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }
}

.loader {
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media screen and (max-width: 750px){
    .loader {
        border: 16px solid #f3f3f3; /* Light grey */
        border-top: 16px solid #3498db; /* Blue */
        border-radius: 50%;
        width: 120px;
        height: 120px;
        animation: spin 2s linear infinite;
    }

    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }

    #resultsGraph {
        position: relative;
        margin: auto;
    }
}
.btn.yellow-hover {
    color: white;
    background-color: #6AA0DD;
    border-radius: 30px 30px 30px 30px;
}

.btn.yellow-hover:hover {
    color: #fff;
}

.btn.yellow-hover:hover, .yellow-hover:focus {
    background-color: #9AC8FC;
}


/*
Flip card css start
*/
.post-wrap {
    min-width: 300px;
    max-width: 380px;
    height: 420px;
    perspective: 1000px;
    flex: 1;
    margin: 0 15px 30px;
}
.post {
    position: relative; /* Required to absolutely position the faces */
    width: 100%;
    height: 100%;
    transition: transform 0.5s;
    transform-style: preserve-3d;
}
.post-front, .post-back {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(105, 181, 213, 0.75) 0%, #617DB4 100%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.post-back {
    transform: rotateY(180deg);
}
.post-wrap:hover .post {
    transform: rotateY(180deg);
}
.post-img {
    background-size: cover;
    background-position: center;
    height: 300px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.post-info {
    padding: 20px 30px 30px;
}
.post-info span {
    font-size: 0.8rem;
    color: #808080;
}
.post-info h2{
    font-weight: bold;
    font-size: 1.2rem;
    padding-top: 5px;
}
.post-back {
    background-color: #ffffff;
    padding: 30px;
    display: flex;
    flex-direction: column;
}
.post-front h6{
    font-weight: bold;
    color: white;
    margin: 0.5rem 0.5rem 0.5rem;
    text-transform: none;
}
.post-back h6{
    font-weight: bold;
    color: white;
    margin: 3.5rem 0.5rem 3.5rem;
    text-transform: none;
}
.post-back p {
    color: #fff !important;
}
.post-back a{
    border: 2px solid #fff;
    position: absolute;
    bottom: 20px;
    left: calc(50% - 90px);
    width: 180px;
}
.post-img {
    background-size: cover;
    background-position: center;
    height: 300px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.post-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; /* Required to position the posts one below the other on smaller devices */
}
/*card css end*/
/**
Modal changes start
*/
.modal .btn-primary {
    text-decoration: none;
    text-align:center;
    display: inline-block;
    border: none;
    font-weight: bolder;
    line-height: 1;
    background-color: #FFB500;
    font-size: 15px;
    padding: 12px 35px;
    -webkit-border-radius: 3px;
    color: #fff;
    fill: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin: 5px;
    border-radius: 30px 30px 30px 30px;
}
.modal .keep-calm{
    background-color: #4B85C8;
    text-decoration: none;
    text-align:center;
    display: inline-block;
    border: none;
    font-weight: bolder;
    line-height: 1;
    font-size: 15px;
    padding: 15px 24px;
    -webkit-border-radius: 3px;
    color: #fff;
    fill: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin: 10px;
    border-radius: 30px 30px 30px 30px;
}
.modal .btn-primary:hover {
    background: #FFC85F;
    letter-spacing: 1px;
    -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
    transition: all 0.4s ease 0s;
}
.modal .keep-calm:hover{
    background-color: #6FC3E7;
    letter-spacing: 1px;
    -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
    transition: all 0.4s ease 0s;
}
.modal p{
    font-family: Quicksand, serif;
    text-align: left;
    color: #000000;
}
.modal h6{
    font-family: Quicksand, serif;
    text-align: center;
    color: #000000;
}
.modal ul{
    margin-left: 1em;
    color: #000000;
}
.modal a{
    color: #FFB500;
}

.modal .modal-btn {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
@media all and (max-width:480px) {
    .modal .modal-btn {display:block; }
}
