@charset "UTF-8";
/* CSS Document */

/*** Colors used
#32B3A2 Teal
#7F71AF Mauve
#CC3399 Magenta
#FFDFF4 Magenta Pale
#E7E3FF Mauve Pale
#E5FFFB Teal Pale
****/
/*html {
  position: relative;
  min-height: 100%;
}
body {
   Margin bottom by footer height for sticky footer
  margin-bottom: 310px;
}*/
h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 1.3rem !important;
    font-weight: 500;
    line-height: 1.2rem;
    width: 80%;
}
body#main h1 {
    margin: 0 auto 2rem;
    padding: 2rem 0;
    color: #ffffff;
}
body#pages h1 {
    margin: 0 auto 2rem;
    padding: 0;
    color: #959595;
}
h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    color: #959595;
}
.first-section {
    /*position: absolute;
    top: 150px;*/
}
.subject-header {
    color: #7F71AF;
}
#pages h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 2rem !important;
    font-weight: 700;
    line-height: 2rem;
    padding: 1rem 0;
    color: #03A5CA;
}
h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4rem !important;
    font-weight: 700;
    line-height: 1.3rem;
    width: 80%;
    margin: 0 auto 2rem;
    padding: 2rem .2rem;
    color: #ffffff;
}
td h4, .modal-body h4, .modal-body label, form h4 {
    font-size: 1.2rem !important;
    color: #7F71AF;
}

th h5 {
    color: #7F71AF;
}

.progress {
  width: 100%;
  height: 2rem !important;
}

.progress-bar {
  height: 100%;
  background-color: #32B3A2 !important;
  text-align: center;
  color: white;
  font-weight: bold;
  line-height: 25px;
  transition: width 0.4s ease;
}

.tableworkbook td{
    border: 1px dotted black !important;
}

.short-width {
    width: 60px !important;
}
body#pages h3{
    width: 100%;
    color: #03A5CA;
    margin: 0;
    padding: 0 0 10px 0;
}
.vertical-align-top {
  vertical-align: top !important; 
}
.mobile {
    display: block;
}
.questions {
    display: block;
    width: 100%;
}
.mobile .questions {
    margin-bottom: 10px;
}
.questions h3  {
    width: 100%;
    margin: 0;
    padding: 0 0 10px 0;
    display: inline;
}
.readmore a.collapsed:after  {
    content: '+ Read More';
}

.readmore a:not(.collapsed):after {
    content: '- Read Less';
}
.extreme a.collapsed:before  {
    content: url('https://api.iconify.design/akar-icons/circle-plus.svg?color=%237f71af&width=25&height=25'); /*url(../images/plus.png);*/
}
.extreme a:not(.collapsed):before {
    content: url('https://api.iconify.design/akar-icons/circle-minus.svg?color=%237f71af&width=25&height=25'); /*url(../images/minus.png);*/
}
.mobile .questions a[data-toggle="collapse"] {
    left: 14px;
}
.questions h3 a, .questions h4 a, .questions h5 a, .readmore a, .extreme a  {
    color: #7F71AF !important;
    text-decoration: none !important;
    cursor: pointer;
}
.questions h3 a:hover,
.questions h4 a:hover, 
.questions h5 a:hover, 
.readmore a:hover {
    color: #CC3399;
    text-decoration: none;
}
.answers {
    padding: 10px 0 0 10px;
}
.card-header {
    background-color: none !important;
    border-bottom: none !important;
}
a.btn-link:hover {
    cursor:pointer !important;
}
.inline {
    display: block;
}
h5 a {
    text-align: left !important;
}
.btn-link:focus, .btn-link.focus {
    text-decoration: none !important;
    box-shadow: none;
}
.home-middle h3 {
    text-align: center;
    margin: 0 auto;
}
#main p {
    color: #FFFFFF;
}

.thoughtBubblesBox {
    z-index: 3000;
    position: relative;
}
.red {
    color: #C30;
}
.purple {
    color:#7F71AF;
}
.gray {
    color:#656565;
}
.purple-outlines {
    border: 3px solid #7F71AF;
    border-radius: 8px;
    padding: 10px;
    background-image: url(../images/extremethoughts.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 100%;
}
.magenta-outlines {
    border: 3px solid #CC3399;
    border-radius: 8px;
    padding: 10px;
    background-image: url(../images/healthyconcerns.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 100%;
}
li.selected{
    background-color:#E7E3FF;
    color: #CC3399;
    padding-left: 10px;
    cursor: pointer
}
p, .container ul, .container-fluid ul {
    color: #000;
}

.mmbvid {
    width: 100%;
}

#vidmodaltitle {
    text-align: center;
    width: 100%;
}

/**** Graphs *****/
#container {
    min-width: 310px;
    max-width: 800px;
    height: 400px;
    margin: 0 auto
}

/****End Graphs ****/
.modal p {
    color: #212529 !important;
}
.modal p a {
    color: #7F71AF !important;
}
.modal ul {
    list-style-type: disc !important;
}
.link {
    color: #7F71AF !important;
}
.link:hover {
    color: #CC3399 !important;
    text-decoration: none !important;
}
.rollover:hover {
    background-color: #E7E3FF;
    text-decoration: none !important;
}
ul {
    list-style-type: none;
}
ul.no-bullets {
    list-style-type: none !important;
    margin-left: -10px;
}
ul.circle {
    list-style-type: circle !important;
}
.container ul, .container-fluid ul {
    list-style-type: disc;
}
ul.list-fixer, ol.list-fixer {
    list-style-type: none;
    margin-left: -20px;
}
ul.checks {
    list-style-type: none;
    margin-left: 20px;
}
ul.checks li:before {
    content: '\2714';
    margin-left: -25px;
    margin-right: 5px;
}
body#main a {
    color: #ffffff;
    font-weight: 400;
}

.choosing_list {
    padding-left: 15px;
}

.table-header {
    font-size: 1.2rem;
    line-height: 1em;
    font-weight: 700;
    color: #7F71AF;
}
.txt-white {
    color:#FFFFFF;
}
.txt-orange {
    color: #FFAA06 !important;
}
.txt-purple {
    color: #7F71AF !important;
}

.formboxcheckbox {
    width: 25px;
}
.formlabelcheckbox {
    height: 37px !important;
    align-content: center;
}
.formlabelcheckboxm {
    height: 37px !important;
    align-content: center;
    width: 250px;
    line-height: 15px;
}

.boxed {
    background-color: #E5FBFF;
    border: 2px solid #7F71AF;
    border-radius: 5px;
    padding: 10px;
}
.boxed-no-background {
    border: 2px solid #7F71AF;
    border-radius: 5px;
    padding: 10px;
    padding-left: 35px
}
.boxed ul, .boxed ol {
    color: #7F71AF !important;
}
.set-width {
    width: 90%;
    outline: 1px solid #b7b7b7;
}
.short-width {
    width: 100px;
    outline: 1px solid #b7b7b7;
}
.input-outline {
    outline: 1px solid #b7b7b7;
}
.width-20 {
    width:20px;
}
.table-list {
    width: 20px;
    color: #7F71AF;
    margin: 0;
    padding: 0 0 10px 0;
}
.btn-list {
    width: 70px;
}
.spiral-mood {
    background-image: url(../images/icon_moodSpiral_left.png),
    url(../images/icon_moodSpiral_right.png);
    background-repeat: no-repeat,no-repeat;
    background-position: 13px 2px,right 2px;
    padding-left: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
}
.rt-col-btn {
    width: 100%;
}
.spiral-mood a, .spiral-mood a:hover,
.rt-col-btn a, .rt-col-btn a:hover{
    color: #fff;
    text-decoration: none;
}
.mood-positive-background {
    background-image: url(../images/down-spiral-workbook.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
}
.mood-negative-background {
    background-image: url(../images/up-spiral-workbook.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
}
.mood-positive-background .bump_right,
.mood-negative-background .bump_right{
    right: 10px;
    position: absolute;
    line-height: 1em;
}
.mood-positive-background .bump_left,
.mood-negative-background .bump_left {
    left: 10px; 
    position: absolute;
    line-height: 1em; 
}

/**** Slide Out Panel ****/
#slideOut {
  position: fixed;
  width: 85vw;
  height: 70vh;
  top: 80px;
  right: -85vw;
  z-index: 900;
  /* Animation  */
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
/* Display slideOut */

.showSlideOut {
  right: 0px !important;
}
        /* Tab */

.slideOutTab {
  top: 20px;
  position: absolute;
  left: -49px;
  height: 40px;
  width: 50px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  background-color: #7F71AF;
  cursor: pointer !important;
  z-index: 1000;
  border-radius: 5px 0px 0px 5px;
}
.fa {
    font-size:  1.5rem !important;
    padding-top: 7px;
}
.chevron {
    color: #FFFFFF;
}
.plus {
    color:#7F71AF;
    margin: 0 15px 0 -15px;
}
.fa-star, .fa-check {
    color: #7F71AF;
}
.fa-check {
    font-size: 1.1rem !important;
    padding-right: 5px;
}
.modal-header {
    border-bottom: none !important;
}
.modal-content {
    border-radius: 0.3rem 0 0 0.3rem !important;
}
.modal-footer {
    border-top: none !important;
}

.slide-out p {
    color: #959595;
    font-family: 'Open Sans', sans-serif;
    margin-top: -7px;
}
/*** End Slide Out Panel ****/

.page-btn {
    display: inline-block;
    width: 100%;
}
.next-btn {
    float: right;
    margin-left: auto;
}
.green-btn {
    background-color: #FFFFFF !important;
    border: 2px solid #32B3A2 !important;
    color: #32B3A2 !important;
    width: 100% !important;
}
.purple-btn {
    background-color: #03A5CA !important;
    border: 2px solid #FFFFFF !important;
    color: #FFFFFF !important;
    width: 100% !important;
}
.gray-btn {
    background-color: #a29797 !important;
}
.full-width { padding-left: 0; padding-right: 0; }
.full-width .row { margin-right: 0; margin-left: 0; }
.full-width .col-md-12 { padding-left: 0; padding-right: 0; }

.back-image {
    background: url("../images/MMB_Image.jpg") no-repeat 50% 40%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: -10px;
    padding-bottom: 20px;
    height: 70vh;
    /*border-top-left-radius:50% 10%;
    border-top-right-radius: 50% 10%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;*/
}
.sleep-image {
    background: url("../images/sleeping_mom.jpg") no-repeat 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    padding-bottom: 20px;
    height: 70vh;
}
.down-arrow {
    background-image: url("../images/downArrow.png");
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: 2px;
}
.spiral-background {
    background-image: url("../images/downward_spiral.png");
    background-repeat: no-repeat;
    background-attachment:scroll;
    background-position: 50% 60%;
    margin-top: 20px;
    min-height: 530px;
}
.home-middle {
    background-color: #333645;
    border-top: 10px solid #ffffff;
}
.content-width {
    max-width: 1140px;
    margin: 0 auto;
}
.small-image {
    max-height: 50px;
}
.home-middle .text-center {
    padding-bottom: 20px;
}
.justify-content-center {
    text-align: center !important;
}
.btn {
    cursor: pointer !important;
}
#main .btn,
#pages .btn {
    border-radius: 5px;
    border: 2px solid #FFFFFF;
    background-color: #FFAA06;
    color: #FFFFFF;
}
.btn2 {
    background-color: #333645 !important;
}
#main .btn:hover, 
#pages .btn:hover,
.purple-btn:hover {
    background-color: #03A5CA !important;
}
.btn-wide {
    width: 80% !important;
    margin-bottom: 10px;
}
.btn-thin { 
    margin: 0 auto; 
}
.line-green-btn {
    background-color: transparent !important;
    border: 1px solid #32B3A2 !important;
    color: #7F71AF !important;
}
.line-green-btn:hover { 
    color: #FFFFFF !important;
}
#welcome, #status {
    position: relative;
    top: 30px; 
}    
.form-group {
    display: block;
}
.form-group a.btn-wide {
    margin: 10px 0;
}
.form-control {
    text-align: center;
    margin: 0 auto;
}
.homepage .form-control {
    width: 80% !important;
}
.desktop-login {
    display: none !important;
    position: absolute;
    right: 30px;
    top: 30px;
}
.desktop {
    display: none !important;
}

.bubbleaudio {
    display: none !important;
}

.desktop-login .btn { 
    border: none !important;
    vertical-align: top;
    width: 120px;
}
.desktop-login .form-control {
    display: inline-block !important;
}
.margin-top {
    margin-top: 7px;
}
.margin-bottom {
    margin-bottom: 20px;
}
.padding-top {
    padding-top: 30px;
}
.padding-top-40 {
    padding-top: 40px;
}
.padding-bottom {
    padding-bottom: 30px;
}
.padding-below {
    padding-bottom: 10px !important;
}
.arrow {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    top: 3px;
    color: #32B3A2;
}
.underlined {
    border-bottom: 1px solid #c8c8c8;
    width: 100%
}
.underlines {
    border-bottom: 1px solid #959595;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 20px
}
u {
    border-bottom: 1px solid c8c8c8;
    width: 100%;
}

.screening-menu-box {
    width: 100%;
    padding-bottom: 10px;
}
.screening-menu {
    float: left;
    background-color: #7F71AF;
    padding-top: 10px;
    padding-bottom: 10px;
    border: solid 1px #E5FFFB;
}

.screening-menu-radius-begin {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.screening-menu-radius-end {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.screening-menu-active {
    background-color: #03A5CA;
    font-weight: bold;
}
.screening-menu-active span.number {
    color: #03A5CA;
}
.screening-menu-active span.head-font {
    color: #E5FFFB;
}

.screening-menu-complete {
    background-color: #999999;
    color: #32B3A2;
    font-weight: bold;
}
.screening-menu-complete i.fa-check {
    padding-right: 0px;
    color: #32B3A2;
}
.screening-menu-complete i.fa-star {
    color: #32B3A2;
}

.screening-menu-complete span.number {
    color: #32B3A2;
}

.screening-menu-text-complete {
    color: #f0c541;
}

.screening-menu-link {
    color: #007bff !important;
}

.with-errors {
    color: #c7254e;
}

.survey-home-middle {
    background-color: #dde3e3;
    border-top: 10px solid #ffffff;
}

span.number {
    border-radius: 100%;
    border: 2px solid rgba(255, 255, 255, 0.2);
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    padding-top: 3px;
    margin-right: 8px;
    text-align: center;
    background: white; 
}

.ds_box2 {
    border: #000000 thin solid;
    padding: 5px;
    margin-top: 5px;
    background-color: #FFF;
    width: 75%;
}

.modal-wide2 {
    max-width: 100% !important;
}
/* Sticky footer styles
-------------------------------------------------- */

footer {
    background-color: #121921;
    /*position: absolute;
    bottom: 0;
    width: 100%;
    // Set the fixed height of the footer here
    height: 310px;
    line-height: 310px; // Vertically center the text there */
}
footer p {
    color: #FFFFFF;
}
footer a {
    font-size: 1.1 rem;
    color: #ffffff;
    font-weight: 600;
}
footer a:hover {
    color: #E7E3FF;
    text-decoration: none;
}
.footer-brand-img {
    width: 50%;
}
.copyright {
    font-size: .8rem;
}

.videodiv {
    height: 650px !important;
}

@media (min-width: 350px) {
    
    .slide-out {
        top: 87px;
    }
}
@media (min-width: 500px) {
    .page-btn {
        width: 20%;
        max-width: 200px;
    }
    .slide-out {
        top: 102px;
    }
    body#main h1 {
        font-size: 2rem !important;
        line-height: 2.4rem;
        padding: 7rem 0;
    }
    body#pages h1 {
        font-size: 2rem !important;
        line-height: 2rem;
        padding: 2rem 0;
    }
    h3 {
        font-size: 1.5rem !important;
        line-height: 1.4rem;
    }
    .homepage .form-control,
    .btn-wide {
        width: 300px !important;
    }
    .btn-logout {
        padding: 0.5rem 1rem !important;
        font-size: 1.25rem !important;
    }
    .spiral-mood {
        /*max-width: 400px;*/
        margin: 0 auto;
    }
    .ds_box {
        border: #000000 thin solid;
        padding: 5px;
        margin-top: 5px;
        background-color: #FFF;
        width: 150px;
    }
    .bump_right {
        right: 55px;
        position: absolute;
        width: 145px;
        line-height: 1em;
    }
    .bump_left {
        left: 10px; 
        position: absolute;
        width: 145px;
        line-height: 1em; 
    }
    .mood_right {
        right: 15px;
        position: absolute;
        width: 40%;
        line-height: 1em;
    }
    .mood_left {
        left: 15px; 
        position: absolute;
        width: 40%;
        line-height: 1em; 
    }
    
    .mood-positive-background .bump_right {
        right: 10px;
        position: absolute;
        width: 145px;
        line-height: 1em;
    }
    .mood-positive-background .bump_left {
        left: 10px; 
        position: absolute;
        width: 145px;
        line-height: 1em; 
    }
    .right-border {
        border-right: 1px solid #000;
    }
    .bottom-border {
        border-bottom: 1px solid #000;
    }
    textarea.ds_box {
        width: 170px;
        height: 95px;
    }
    #moodspiral img, #moodspiraldesktop img {
        margin-left: 30%;
    }
    .mood-background {
        background: url(../images/downArrow.png) 50% bottom repeat-x;
    }
    .thought-left {
        float: left;
        z-index: 2000;
        width: 30%;

        /* display: none; */
        position: absolute;
        cursor: pointer;
        margin-top: -120px;
        margin-left: -10px;
    }
    .thought-right {
        float: right;
        z-index: 2010;
        width: 33%;
        /* display: none; */
        position: absolute;
        cursor: pointer;
        margin-top: -120px;
        right: -10px;
    }
    footer a {
        font-size: 1.3rem;
    }
}
@media (min-width: 500px) {
    .modal-dialog {
        max-width: 100% !important;
        margin: 1.75rem auto;
    }
    .modal-wide {
        max-width: 500px !important;
    }
}
@media (min-width: 992px) {
    h1 {
        padding: 5rem 0;
        font-size: 2rem !important;
        line-height: 2.2rem;
    }
    .mobile {
        display: none !important;
    }
    .desktop {
        display: block !important;
    }
    .inline {
        display: inline;
    }
    .modal-dialog {
        max-width: 100% !important;
        margin: 1.75rem auto;
    }
    .modal-wide {
        max-width: 950px !important;
    }
}
@media (min-width: 1180px) {
    .inline {
        display: inline;
    }
    .modal-dialog {
        max-width: 100% !important;
        /*margin: 1.75rem auto;*/
    }
    .video {
        max-width: 100% !important;
        margin: 1.75rem auto;
    }
}
@media (min-width: 1200px) {
    
    .desktop-login {
        display: block !important;
    }
    .mid-mobile {
        display: block !important;
    }
    .slide-out {
        position: fixed;
        top: 104px;
    }
    .form-control {
        /*height: calc(1.5em + 0.75rem + 10px) !important;*/
        margin-right: 10px;
    }
    .homepage .form-control {
        height: calc(1.5em + 0.75rem + 10px) !important;
        margin-right: 10px;
    }
    body#main p.member-question,
    body#main p.member-question a {
        color: #7F71AF;
    }
    body#main p.member-question {
        margin: -10px 140px 0 0;
        padding: 0;
    }
    .back-image {
        height: 55vh;
    }
    h1 {
        font-size: 2.2rem !important;
        line-height: 2.4rem;
        padding: 10rem 0 4rem 0;
    }
    .container { 
      padding: 0px;
    }
    .set-width {
        width: 70%;
    }
}

@media print {
    .pagebreak {
        clear: both;
        page-break-after: always;
    }
}