@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
.montserrat-siya {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
  }

.siya-h2 {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    display: block;
    margin: 32px auto;
    font-size: 26px;
    font-weight: 800;
    color: #9ea7c3;
}


.mdl-color--grey-200 {
    background-color: #e2e3e7 !important;
}

.mdl-card__supporting-text {
    background-color: #ebecf0 !important;
}

.mdl-card__actions.mdl-card--border {
    background-color: #e2e3e7 !important;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.asc {
    background-image: url(../images/drop_down.svg);
    background-position: 90% 50%;
    background-repeat: no-repeat;
}

.desc {
    background-image: url(../images/drop_up.svg);
    background-position: 90% 50%;
    background-repeat: no-repeat;
}

input {
    border-radius: 0px !important;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

.mdl-shadow--2dp {
    border-radius: 12px;  
    box-shadow:  10px 10px 20px #d8d9dd, -10px -10px 20px #feffff;
}
  
/*.mdl-color-text--grey-700 {
  background-color: #ebecf0;
}*/

.mdl-demo {
    width:100%;
}

.mdl-badge {
    margin: 0;
}

.mdl-badge[data-badge]:after {
    content: attr(data-badge);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 10px;
    right: 32px;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    font-size: 12px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #9ea7c3;
    color: rgb(255, 255, 255);
}


.mdl-dialog {
    border: none;
    box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
    width: 280px;
}

.mdl-dialog__title {
    padding: 24px 24px 0;
    margin: 0;
    font-size: 2.5rem;
}

.mdl-dialog__actions {
    padding: 8px 8px 8px 24px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mdl-dialog__actions>* {
    margin-right: 8px;
    height: 36px;
}

.mdl-dialog__actions>*:first-child {
    margin-right: 0;
}

.mdl-dialog__actions--full-width {
    padding: 0 0 8px 0;
}

.mdl-dialog__actions--full-width>* {
    height: 48px;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-right: 16px;
    margin-right: 0;
    text-align: right;
}

.mdl-dialog__content {
    padding: 20px 24px 24px 24px;
    color: rgba(0, 0, 0, 0.54);
}

.button-smaller {
    font-size: 12px;
    padding: 0px;
    text-transform: none;
}

#dropbox {
    width: calc(100% - 16px);
    height: 44px;
    background: white;
    text-align: center;
    line-height: 44px;
    border-width: 2px;
    border-color: rgba(0, 0, 0, .12);
    border-style: dashed;
    color: rgba(0, 0, 0, .26);
    font-size: 16px;
}

ul.mad-list {
    display: table;
    width: 100%;
    padding: 0px 0;
    /*8 padding T/B */
    margin: 0;
    list-style: none;
}

ul.mad-list li {
    display: table-row;
    height: 48px;
    /* that's actually min-height for rows */
}

ul.mad-list li>* {
    /* Align always to middle */
    display: table-cell;
    margin: 0;
    padding: 0px 0px 8px 0px;
    vertical-align: top;
}

ul.madssss-list li>*:first-child {
    /* Whoever is the first child it needs 16px left space */
    padding-left: 16px;
    /*background: rgba(0,255,0,0.05);*/
}

ul.madssss-list li>*:last-child {
    /* Whoever is the last child it needs 16 right space */
    padding-right: 16px;
}

ul.mad-list .mad-list-icon {
    /* Always left-align! Don't center icons */
    width: 36px;
    /* 72-16 but we already use box-sizing */
}


ul.mad-list .mad-list-icon-secundary {
    /* Secundary actions will have already 16 right padding 
  since it's :last-child but it needs also a left 16*/
    padding-left: 16px;
    width: 1px;
    /* Always h-center align content */
    text-align: center;
    /* Just to make sure if we use combinations of larger icons */
    /*background: rgba(255,0,255,0.05)*/
}

/*
Special classes
*/
.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.border-top {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}



.icon-place {
    background-image: url("../images/place_white.png");
    background-repeat: no-repeat;
    background-position: center 4px;
    background-size: 24px auto;
}

.icon-phone {
    background-image: url("../images/phone_white.png");
    background-repeat: no-repeat;
    background-position: center 4px;
    background-size: 24px auto;
}

.icon-mail {
    background-image: url("../images/mail_white.png");
    background-repeat: no-repeat;
    background-position: center 4px;
    background-size: 24px auto;

}



.watermark-white-old {
    background-image: url(../images/logo-w-25.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 18px top;
    background-size: 240px;

}
.watermark-white {  
    background-image: url(../images/logo-w-25.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 1px 1px;
    background-size: 120px;
}

.watermark-black {
    /*background-image: url(../images/logo-b-25.png);*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 18px top;
    background-size: 240px;
}

.trans-background {
    background-color: transparent !important;
}

.mdl-layout__tab-bar-button {
    background-color: transparent !important;
}

.mdl-layout__header-row {
    height:72px !important;
}

.siya-layout-subheader {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 2.5px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 4px;
}

.siya-layout-title {
    margin-top: 4px;
}

.mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__label {
    color: rgb(257, 87, 34) !important;
    font-size: 12px;
    top: 4px;
    visibility: visible;
}

.footer-logo {
    background-image: url(../images/saidew.png);
    background-position: right 20px bottom 10px;
    background-repeat: no-repeat;
    background-size: 92px auto;

}

.input-underline {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6) !important;
}


.mdl-navigation__link {
    /*color: rgba(255,255,255, 0.6) !important;*/
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    margin: 0;
    /*text-transform: uppercase;*/
    height: -webkit-calc(100% - 3px);
    height: -moz-calc(100% - 3px);
    height: calc(100% - 3px);
}

.mdl-navigation__link_menu {
    color: rgba(255, 255, 255, 0.6) !important;
    text-decoration: none;
    font-weight: 500;
    /*font-size: 14px;*/
    margin: 0;
    /*text-transform: uppercase;*/
    height: 20px;
    padding: 10px;
    text-decoration: none;
}

.mdl-navigation__link_breadcrumb {
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    margin: 0;
    line-height: 32px;
    padding: 0 10px;
}

.mdl-navigation__link_menu:active {
    background-color: #e0e0e0;
}

.siya-menu-color {
    color: #757575 !important;
}

.current-link {
    color: rgb(255, 255, 255) !important;
    border-bottom: 3px solid #027db7;
    cursor: default;
}



.current-tab {
    border-bottom-color:#027db7 !important;
}

.is-active-tab {
    display: block;
}

.menu-current-link {
    border-bottom: 1px solid #027db7;
    background-color: #e0e0e0;
    cursor: default;
}

.mdl-layout__drawer-button {
    display: none;
}

.siya-menu-display {
    display: flex;

}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-device-width : 736px) {

    .mdl-layout__drawer-button {
        display: block;
    }

    .siya-menu-display {
        display: none;
    }
}

.siya-card-reader.mdl-card {
    margin: 0vw 10vw 5vw 10vw;
    width: 80vw;
    padding: 5%;
    font-weight: 100;
}

.siya-card-document.mdl-card {
    margin: 0vw 10vw 5vw 10vw;
    width: 80vw;
}

.siya-reader-ribbon {
    top: 0px;
    position: fixed;
    width: 100%;
    height: 240px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    /*z-index: 1;*/
}

.siya-reader-highlight {
    height: 36px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}


.mdl-color-text--grey-700 {
    background-color: #ebecf0 !important;
}


.mdl-card__supporting-text {
    color: rgba(0, 0, 0, .54);
    font-size: 1rem;
    line-height: 18px;
    overflow: hidden;
    padding: 16px 16px 0 16px;
    width: calc(100% - 32px);
    background-color: white;
}

.mdl-card__supporting-feature-text {
    color: rgba(0, 0, 0, .54);
    font-size: 1rem;
    line-height: 18px;
    overflow: hidden;
    padding: 0 16px;
    width: calc(100% - 32px);
    background-color: white;
}

.mdl-card__supporting-feature-text p{
    margin-bottom: 0;
}

.mdl-card__actions.mdl-card--border {
    border-top: 1px solid rgba(0, 0, 0, .1);
    background-color: white;
}

.siya-card-wide.mdl-card {
    margin: 5vw 10vw 0vw 10vw;
    width: 80vw;
    background: transparent;
}

.siya-card-wide--nomargin.mdl-card {
    margin: 0vw 10vw 0vw 10vw;
    width: 80vw;
    top: -5.1vw;
    min-height: 105px !important;
}

/*.siya-card-wide > */
.mdl-card__image {
    color: #000;
    height: 240px;
    /*background: url('../images/bk3-a.jpg') center / cover;*/
    position: relative;
    background-color: rgba(0, 0, 0, 0.35);
}

.siya-image-overlay {
    position: absolute;
    right: 0;
    max-height: 240px;
    width: auto;
}

.siya-card-wide>.mdl-card__title {
    min-height: 60px;
}

.siya-card-container {
    margin: 5% 10%;
    width: 80%;
}

.siya-card-container-cards {
    margin: 5% calc(10% - 8px);
    width: calc(80% + 16px);
}

.siya-wrapper-fingers {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    padding: 0px 8px;
}

.siya-card-small>.mdl-card__title {
    color: #000;
    height: 100px;
}



/*.demo-card-wide > .mdl-card__menu {
  color: #fff;
}*/


.a-siya-button-align {
    display: none;
}

.tr-siya-button-align {
    /*display:grid;*/
    background: white;
}

.siya-divider {
    border-right: 1px rgba(0, 0, 0, .05) solid;
}

html {
    position: fixed;
    height: 100%;
    overflow: hidden;
  }

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    body {
        padding: 0;
        margin: 0;
        width: 320px;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    body {
        width: 495px;
    }
}

.siya-item-box {
    height: 340px;
    overflow-y: auto;
    padding: 0px;
    width: 100%;
}

.siya-item-dict-box {
    height: 206px;
    overflow-y: auto;
    padding: 0px;
    width: 100%;
}

/*-- ul/li menu system --*/
.MenuList {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-weight: 300;
    width: 100%;
}

.MenuListLi {
    padding: 0 8px;
    margin: 0;
    list-style-type: none;
    font-weight: 300;
    width: 100%;
}

.MenuListLi li {
    padding: 18px 28px 10px 10px;
    border-bottom: 1px solid #c7c7c7;
}


.MenuList li:before {
    display: inline-block;
    margin-left: 18px;
    width: 28px;
}

.MenuList li:last-child {
    border: none;
}

.MenuList h3 {
    background-color: #c7c7c7;
    padding: 4px 0px 4px 18px;
    font-size: 16px;
    font-weight: 700;
    margin: 0px;
    top: -1px;
    position: relative;
}

.MenuList h5 {
    background-color: #f5f5f5 !important;
    padding: 18px;
    font-size: 16px;
    font-weight: 300;
    margin: 0px;
    top: -1px;
    position: relative;
}

.MenuList h4 {
    font-weight: 700;
    font-size: 14px;
    margin: 0px;
}

.MenuList li a {
    border-bottom: 1px solid #c7c7c7;
    background-image: url('../images/forwardo.png');
    background-position: right center;
    background-repeat: no-repeat;
    padding: 10px 28px 10px 18px;
}



/*.MenuList li:last-child a {
    border: none;
}*/

.MenuList a:link {
    text-decoration: none;
    display: block;
    color: black;
    /*#f16522;*/
}

.MenuList a:visited {
    text-decoration: none;
    display: block;
    color: black;
    /*#f16522;*/
}

.MenuList a:active {
    text-decoration: none;
    display: block;
    background: #e0e0e2;
    background-image: url('../images/forwardo.png');
    background-position: right center;
    background-repeat: no-repeat;
}

.MenuList img {
    margin: 10px;
    padding: 2px;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    line-height: 46px;
}


.mdl-list__item-avatar {
    width: 64px;
    height: 64px;
}

.mdl-list__item--two-line {
    height: 98px;
}

.mdl-list li {
    border-bottom: 1px solid #c7c7c7;
}

.mdl-list li:last-child {
    border: none;
}

.coach {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background-color: white;
    padding-top: 6px;
    border-bottom: 1px solid #c7c7c7;
}

.coach:last-child {
    border: none;
}

.coach img {
    height: 64px;
    width: 64px;
    border-radius: 50%;
}

.coach-name {
    margin: 12px 0;
    color: black;
    font-weight: 400;
    font-size: 16px;
}

.coach-span {
    color: #8b8b8b;
    font-weight: 100;
    font-size: 14px;
    line-height: 20px;
    display: block;
}

.coach-span p {
    margin: 0;
}

.login-card-square.mdl-card {
    width: 320px;
    height: 480px;
}

.login-card-square>.mdl-card__title {
    color: #fff;
    background:
        url('../images/logo-w-25.png') bottom 10% right 10% no-repeat;
    height: 240px;
}

.login-card-dictionary.mdl-card {
    width: 480px;
    height: 600px;
}

.login-card-dictionary>.mdl-card__title {
    color: #fff;
    background: url('../images/logo-w-25.png') bottom 10% right 10% no-repeat;
    height: 200px;
}

#popup-underlay {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 10;
    display: none;
}

/*#login-panel{
    position:absolute;
    left:50%;
    margin-left:-160px;
    top:50%;
    margin-top:-240px;
    margin-top: 100% ;
    width:320px;
    height:480px;
    z-index:25;
    -webkit-transition: margin-top 800ms ease-in-out;
    -moz-transition: margin-top 800ms ease-in-out;
    -o-transition: margin-top 800ms ease-in-out;
    transition: margin-top 800ms ease-in-out;
}*/
.login-panel-hide {
    margin-top: 300px !important;
    display: none;
}

.siya-hide-visibility {
    visibility: hidden;
}

.modal {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}

.modal.closed {
    display: none;
}

.modal-overlay {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    position: absolute;
    background-color: #fff;
    left: 50%;
    top: 150%;
    /*margin-left:-160px;
    margin-top: 300px ;
    margin: auto auto;*/
    width: 320px;
    height: 480px;
    z-index: 25;
    transform: translate(-50%, -50%);
    -webkit-transition: top 500ms ease-in-out;
    -moz-transition: top 500ms ease-in-out;
    -o-transition: top 500ms ease-in-out;
    transition: top 500ms ease-in-out;
}


.picker__date-display {
    text-align: center;
    color: #fff;
    padding-bottom: 15px;
    margin-bottom: 8px;
    font-weight: 300;
}

.picker__weekday-display {
    padding: 10px;
    font-weight: 200;
    font-size: 1.4rem;
    margin-bottom: 15px;
}

.picker__event-display {
    padding: 10px;
    font-weight: 200;
    font-size: 1.4rem;
    text-align: center;
    color: #ffffff;
}

.picker__month-display {
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 2.5rem;
}

.picker__day-display {
    font-size: 4.5rem;
    font-weight: 400;
    line-height: 5.5rem;
}

.picker__year-display {
    font-size: 1.8rem;
    color: rgba(255, 255, 255, 0.4);
    line-height: 2.5rem;
}

.picker__calendar-container {
    padding: 0 1rem;
}

.picker__footer {
    text-align: right;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.picker__header {
    text-align: center;
    position: relative;
    margin-top: .75em;
}


#Accordian {
    padding: 0px 8px;
    margin: 0;
    list-style-type: none;
    font-weight: 300;
}

#Accordian li {
    border-bottom: 1px solid #c7c7c7;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding: 10px 0px 10px 40px;
    cursor: pointer;
}


#Accordian li:last-child {
    border: none;
}

#Accordian li ul {
    display: none;
    padding: 0px;
}

/*.Comment li .siya-avatar {
    float: left;
    margin-top: 1em;
    margin-right: 1em;
    position: relative;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 4px #999, 0 2px 5px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 0 3px #fff, 0 0 0 4px #999, 0 2px 5px 4px rgba(0,0,0,.2);
    box-shadow: 0 0 0 3px #fff, 0 0 0 4px #999, 0 2px 5px 4px rgba(0,0,0,.2);
}*/
.angle-down {
    background-image: url('../images/expand_more.svg');
    background-position: left 10px;
    background-repeat: no-repeat;
}

.angle-up {
    background-image: url('../images/expand_less.svg');
    background-position: left 10px;
    background-repeat: no-repeat;
}

/*
modefied from http://codepen.io/secondfret/pen/tgBCI
*/
.Comment {
    list-style-type: none;
    font-weight: 300;
}

.Comment li ul {
    display: none;
    padding: 0px !important;
}

.Comment li .avitar {
    float: left;
    margin-left: -45px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    color: white;
    text-align: center;
    line-height: 40px;
}

.Comment li {
    padding: 10px 10px 10px 45px !important;
    overflow: auto;
}

.Comment li p {
    margin: 0px;
    padding-left: 53px;
}

/*events list*/
.Comment {
    list-style-type: none;
    font-weight: 300;
}

.Comment li ul {
    display: none;
    padding: 0px !important;
}

.Comment li img {
    float: left;
    margin: 0 15px 0 0;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}



.EventsList {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-weight: 300;
    width: 100%;
}

/*.EventsList li {
    padding:0 0 8px 0;
}*/



.EventsList li a {
    background-image: url('../images/forwardo.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    padding-right: 10px;
}


.EventsList a:link {
    text-decoration: none;
    display: block;
    color: black;
    /*#f16522;*/
}

.EventsList a:visited {
    text-decoration: none;
    display: block;
    color: black;
    /*#f16522;*/
}

.EventsList a:active {
    text-decoration: none;
    display: block;
    background: #e0e0e2;
    background-image: url('../images/forwardo.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
}


#Events {
    list-style-type: none;
    font-weight: 300;
    padding: 0px;
    margin: 0px;
}

#Events li {
    width: 100%;


    /*-webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;*/
    cursor: default;
}

#Events li div {
    float: left;
    padding: 10px;
}

#Events li a {
    background-image: url('../images/forwardo.png');
    background-position: right center;
    background-repeat: no-repeat;
    width: 100%;
}

#Events li a:link {
    text-decoration: none;
}

#Events li a:visited {
    text-decoration: none;
}

#Events li a:active {
    text-decoration: none;
    background-image: url('../images/forwardo.png');
    background-position: right center;
    background-repeat: no-repeat;
}

.event-date-group {
    margin-right: 10px;
    position: absolute;
    background-color: rgb(255, 87, 34);
    height: 100%;
}

.event-date {
    /*max-width: 80px;
    min-width: 40px;
    max-height: 60px;
    background-color: rgb(255, 87, 34);*/
    color: white;
    font-size: 18px;
    text-align: center;
    /*border-bottom: 1px solid white;*/
    width: 60px;
    padding: 10px;
    height:62px;
}

.event-date p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    margin: 0px;
}

.event-info {
    border-bottom: 1px solid #c7c7c7;
    /*min-height: 137px;
    max-height: 137px;*/
    margin-left: 80px;
    padding-right: 20px;
    padding-left: 10px;
    overflow: hidden;
    ;
}

.Definition {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-weight: 300;
    width: 100%;
}

.Definition li {
    border-bottom: 1px solid #c7c7c7;
    padding: 10px 28px 10px 10px;
}



.Definition li:before {
    display: inline-block;
    margin-left: -20px;
    /*same as padding-left set on li*/
    width: 20px;
    /*same as padding-left set on li*/
}

/*.Definition li:last-child { 
    border:none; 
}*/

.Definition h3 {
    background-color: #c7c7c7;
    padding: 4px 0px 4px 18px;
    font-size: 16px;
    font-weight: 700;
    margin: 0px;
    top: -1px;
    position: relative;
}

.Definition h4 {
    font-weight: 700;
    font-size: 14px;
    margin: 0px;
}

.Definition li:first-child {
    border-top: 1px solid #c7c7c7;
}


/*.Definition li:last-child{
    border:none; 
}*/

.tweets ul li {
    padding: 8px;
    margin: 0px 8px;
    border-bottom: 1px solid #c7c7c7;
    line-height: 18px;
}

.tweets ul li:last-child {
    border: none;
}


.picker-modal {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 262px;
    z-index: 12000;
    display: none;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -ms-transition-property: -ms-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    background: #fff;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    overflow: hidden;
}


.picker-modal.modal-in {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    display: block;
}

.picker-modal.modal-in,
.picker-modal.modal-out {
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
}

.picker-modal-inner {
    overflow-y: auto;
    height: 220px;
    top: 42px;
    width: 100%;
    position: absolute;

}

.wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    font-weight: bold;
    text-align: center;
}

.wrapper>* {
    padding: 10px;
    flex: 1 100%;
}




.main {
    text-align: left;
    background: white;
    flex: 15 0px;
    border-bottom: 1px solid #c7c7c7;
}

.main p {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.4);
}

.aside-1,
.aside-2 {
    background: rgb(255, 87, 34);
    color: white;
    font-size: 14px;
    font-weight: 100;
    text-align: center;
    border-bottom: 1px solid white;
}

.aside p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    margin: 0px;
}

.aside {
    flex: 1 auto;
}



.aside-1 {
    order: 1;
}

.main {
    order: 3;
}

.aside-2 {
    order: 2;
}

.mdl-progress>.progressbar {
    background-color: dodgerblue !important;
}

.mdl-progress {
    display: block;
    position: relative;
    height: 4px;
    z-index: 10;
    width: 100%
}

.bufferbar {
    display: none !important;
}

.realperson-challenge {
    display: block;
    color: #000;
    font-weight: 100;
}

.realperson-text {
    font-family: "Courier New", monospace !important;
    font-size: 6px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 3px;
}

.realperson-regenerate {
    padding-top: 4px;
    font-size: 14px;
    cursor: pointer;
}

.realperson-disabled {
    opacity: 0.5;
    filter: Alpha(Opacity=50);
}

.realperson-disabled .realperson-regen {
    cursor: default;
}


.siya-card-dialog {
    margin: 116px auto 0 auto;
    width: 60%;
    min-width: 320px;
    padding: 20px;
    font-weight: 100;
}

.siya-header-dialog {
    height: 128px;
    background-color: rgb(255, 87, 34);
    width: 100%;
    z-index: 20;
    position: fixed;

}

.siya-header-dialog-shadow {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.siya-dialog {
    z-index: 5;
    background-color: rgb(245, 245, 245);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#materialModal {
    /*font-family:roboto;*/
    color: #222;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: table;
    z-index: 1000;
}

#materialModalCentered {
    display: table-cell;
    vertical-align: middle;
}

#materialModalContent {
    padding: 10px;
    position: relative;
    background: white;
    width: 400px;
    min-height: 200px;
    margin: auto;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
}

#materialModalTitle {
    margin: 10px;
    font-weight: 300;
    color: #666;
    line-height: 1.5em;
    font-size: 1.5em;
}

#materialModalText {
    margin: 10px;
    margin-bottom: 40px;
}

#materialModalButtons {
    width: calc(100% - 20px);
    position: absolute;
    bottom: 0px;
    color: #FFB300;
}

.materialModalButton {
    margin: 10px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    float: right;
    text-transform: uppercase;
}

#materialModal.hide {
    opacity: 0;
    transition: opacity 0.2s ease-out;
    pointer-events: none;
}

#materialModal.hide #materialModalCentered {
    transform: scale(0);
    transition: transform 0.2s ease-out;
}

#materialModal.show {
    opacity: 1;
    transition: opacity 0.2s ease-in;
}

#materialModal.show #materialModalCentered {
    transform: scale(1);
    transition: transform 0.2s ease-in;
}

.tooltip {
    max-width: 180px;
    font-size: 14px !important;
}

.cw-tooltip {
    color: #000000;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    position: relative;
}

.cw-tooltip div {
    margin-left: -999em;
    position: absolute;
}

.cw-tooltip:hover div {
    border-radius: 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0em;
    top: 2.5em;
    z-index: 999999;
    margin-left: -125px;
    width: 250px;
    line-height: 16px;
    text-align: left;
    color: black;
}

.cw-tooltip:hover img {
    border: 0;
    margin: -10px 0 0 -55px;
    float: left;
    position: absolute;
}

.cw-tooltip:hover b {
    font-size: 1.25em;
    /*font-weight: bold;
                display: block; padding: 0.2em 0 0.6em 0;*/
}

.classic {
    padding: 0.8em 1em;
    background: #ECECEC;
    border: 1px solid silver;
}

.member {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background-color: white;
    padding-top: 6px;
    border-bottom: 1px solid #c7c7c7;
    background-image: url(../images/forwardo.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding: 10px 28px 10px 10px;
    cursor: pointer;
}

.member:last-child {
    border: none;
}

.member img {
    height: 64px;
    width: 64px;
    border-radius: 50%;
}

.member-name {
    margin: 12px 0;
    color: black;
    font-weight: 400;
    font-size: 16px;
}

.member-span {
    color: #8b8b8b;
    font-weight: 100;
    font-size: 14px;
    line-height: 20px;
    display: block;
}

.member-span p {
    margin: 0;
}


.accordion {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 8px 8px 8px 0;
    margin-left:18px;
    line-height: 32px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
    border-bottom:lightgrey 1px solid;
    width: calc(100% - 18px);
  }
  
  .accordion.active {
    border-bottom-color: white;
  }

  
  .accordion:last-of-type{
    border-bottom:0px solid silver;
  }
  
  
  .accordion:after {
    content: ' ';
    background-image: url(../images/chevron_down.svg);
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
    display: block;
    float: right;
    margin-left: 5px;
    margin-top: 4px;
  }
  
  .active:after {
    content: ' ';
    background-image: url(../images/chevron_up.svg);
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
    display: block;
  }
  
  .panel {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  
  .panel p{
    margin: 0.5em 0;
  }
  
  

  .article q {
      padding: 8px 18px;
      border-left: rgb(255,87,34) 2px solid;
      display: block;
      font-style: italic;
      margin: 0 24px;
  }

  .article-image {
    max-width: 280px;
    width: 40%;
    height: auto;
    display: block;
    float: left;
    border-radius: 12px;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    margin: 18px 18px 18px 0 !important;
  }  
    

    
  @media only screen and (max-width: 600px) {
      .article-image {
          width: 100%;
      }
      img {
          max-width:100%;
          height: auto !important;
      }
      .mdl-layout__tab-bar-container, .forMobile {
        padding-top: 8px;
        height:48px;
        }
    }

    .article q ul.no-bullets {
        list-style-type: none; /* Remove bullets */
        padding: 0; /* Remove padding */
        margin: 0; /* Remove margins */
      }

    .article img{
        margin: 0 auto !important;
        display: block;
    }

