div.startupSequence {
    font-size: 0.8rem;
    background-size: cover;
    background-position: center center;
}

.startupSequence div.upperBackground{
    background-color: rgba(255, 255, 255, 0.7);
    width: 90%; 
    margin:auto; 
    height: 100%;
}

.startupSequence div.lowerBackground{
    height: 100%; 
    width: 90%; 
    /*background-color: rgba(255, 255, 255, 0.7); */
    margin: auto;
}

.startupSequence .thumbnail{
    width: 250px; 
    height: 250px; 
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    border: 2px solid black;
}

.startupSequence .profile-picture{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    border: 2px solid black;
}

.startupSequence .content{
    padding: 10px;
    font-size: 17.5px;
}

.startupSequence .messageItemContainer{
    font-size: 0.5rem;
    border-bottom: 1px solid #f2598c;
    background-color: rgba(255, 255, 255, 0);
}

.startupSequence .messageItemContainer.active{
    background-color: rgba(242, 89, 140, 0.6);
}

.startupSequence .calendarItemContainer{
    font-size: 0.5rem;
    border-bottom: 1px solid #65BC46;
    background-color: rgba(255, 255, 255, 0); 
}

.startupSequence .calendarItemContainer.active{
    background-color: rgba(101, 188, 70, 0.7);
}

.startupSequence .contentContainer{
    padding: 0 30px 0 30px;
    border-radius: 15px;
}

.startupSequence .leftPanel{
    width: 26%;
    height: 100%;
    display: inline-block;
    text-align: right;
}

.startupSequence .leftPanel .itemsOuter {
    overflow: hidden;
    height: 66vh;
}

.startupSequence .leftPanel .itemsOuter.messagesOuter {
    height: 66vh;
}

.startupSequence .leftPanel .itemsInner {
    /*height: 100%;*/
    overflow:hidden;
}

.startupSequence .rightPanel{
    width: 74%;
    height: 100%;
    display: inline-block;
    vertical-align: top
}

.startupSequence .rightPanel .contentContainer .heading{
    text-align: left;
    font-size: 28px;
    font-weight: 600;
}

.startupSequence .rightPanel .contentContainer .itemContent{
    margin-top: 24px;
}

.startupSequence .rightPanel .contentContainer .itemContent .left{
    width: 50%; 
    float: left;
}

.startupSequence .rightPanel .contentContainer .itemContent .right{
    float: right;
}

.startupSequence .contentContainer .startupSequencePhoto, .startupSequence .contentContainer .jwplayerContainer{
    width: 100%;
}

.startupSequence .attendee .attendee-thumbnail{
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background: white;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    border: 2px solid #222222;
    margin-right: 15px;
    display: inline-block;
}

.startupSequence .buttonContainer {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}

.startupSequence [radio-button] .button, .startupSequence [checkbox] .button {
	margin: 5px;
	background: #666666;
	color: white;
	/*font-size: 0.6rem;*/
    font-size: 21px;
	line-height: 55px;
	height: 55px;
	padding: 10px;
}

.startupSequence [radio-button].checked .button, .startupSequence [checkbox].checked .button {
	background: #92278F;
}

.startupSequence .disabled {
	opacity: 0.4;
	pointer-events: none;
}

.startupSequence .optionsContainer{
    text-align: center;
}

.startupSequence .questionOfTheDay {
    /*text-align: center; padding: 14px 16px;*/
    text-align: center; padding: 38px 16px;
}

.startupSequence .questionOfTheDay.title {
    /*font-size: 1rem;*/
    font-size: 35px;
}

.startupSequence .questionOfTheDay.question {
    /*font-size: 0.8rem;*/
    font-size: 28px;
}

.startupSequence .questionOfTheDay.hint {
    font-size: 19.25px;
    /*font-size: 0.55rem;*/
    color: rgba(0,0,0,0.6);
}

.startupSequence div.submitButtonContainer{
    padding: 0 14px;
}