.dashboard-frame {
    box-sizing: border-box;
    height: 100%;
}

.dashboard-frame .testimage {
    width: 6em;
    height: 6em;
    background: gray
}

.dashboard-frame #dashboard-holder {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-items: flex-start
}

.dashboard-frame #dashboard-holder* {
    height: 500px
}

.dashboard-frame #dashboard-holder #dashboard-nav {
    /*width: 20%;*/
    width: 5%;
    display: flex;
    flex-direction: column;
    align-items: center !important;
    /*margin-top: 70px;*/
    background: #FFFFFF;
    z-index: 2;
    border-radius:5px;
    -webkit-transition: all 0.8s ease-in-out;
        -moz-transition: all 0.8s ease-in-out;
        -o-transition: all 0.8s ease-in-out;
        -ms-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out;
}

@media (max-width: 1000px){
    .dashboard-frame #dashboard-holder #dashboard-nav {
        display: none;
    }
}

/* STUFF YOU WANT FOR MOBILE */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px), (max-width: 630px){

    .dashboard-frame #dashboard-holder #selected-content{
        width: 100% !important;
    }

    .dashboard-frame #dashboard-holder #selected-content span.search{
        width: 100% !important;
        text-align: center;
        font-size: 20px !important;
    }
    
    .dashboard-frame #dashboard-holder #selected-content span.match{
        display: none !important;
    }
    
    .dashboard-frame #dashboard-holder #selected-content #searchModal div.searchModalContent{
        margin-top: 80px !important;
    }
}

.dashboard-frame #dashboard-holder #dashboard-nav #profile-basic-info,
.dashboard-frame #dashboard-holder #dashboard-nav #dnav-options {
    min-width: 100%;
    border: 1px solid gray;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: .5em;
    justify-content:center;
    align-items: center !important;
}

.dashboard-frame #dashboard-holder #dashboard-nav #profile-basic-info {
    margin-top: 0;
    padding: 1em;
    font-size: .65em;
    line-height: 1.5em;
    position: relative;
    border-radius: 5px;

}

.dashboard-frame #dashboard-holder #dashboard-nav #profile-basic-info #profile-setting {
    width: 2em;
    height: 2em;
    background-image: url("../images/dashboard/newicons/settings.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    margin: 1em;
    border-radius: 5px;
}

.dashboard-frame #dashboard-holder #dashboard-nav #profile-basic-info #profile-setting:hover {
    cursor: pointer;
}

.dashboard-frame #dashboard-holder #dashboard-nav #profile-basic-info #user-pic {
    margin: .5em 0;
    font-size: 1.25em;
}

.dashboard-frame #dashboard-holder #dashboard-nav #profile-basic-info #user-name {
    color: #6F7275;
}

.dashboard-frame #dashboard-holder #dashboard-nav #profile-basic-info #project-name {
    font-weight: bold;
    color: red;
}

.dashboard-frame #dashboard-holder #dashboard-nav #profile-basic-info #project-status {
    color: #6F7275
}

.dashboard-frame #dashboard-holder #dashboard-nav #dnav-options {
    display: flex;
    flex-direction: row;
    /*justify-content: space-between;*/
    align-items: center;
    align-items: flex-start;
    justify-content:center;
    font-size: .7em;
    position: relative;
/*    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;*/
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 5px 5px 5px 5px rgba(25, 25, 25, 0.6);
}

.dashboard-frame #dashboard-holder #dashboard-nav #dnav-options #dnav-option-holder {
    margin: .5em 0
}

.dashboard-frame #dashboard-holder #dashboard-nav #dnav-options #dnav-option-holder .dnav-option {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    justify-content: flex-start;
    margin: .25em 0;
    padding: .5em .25em;
}

.dashboard-frame #dashboard-holder #dashboard-nav #dnav-options #dnav-option-holder .dnav-option .option-icon {
    width: 1.75em;
    height: 1.75em;
    margin: 0 .5em
}

.dashboard-frame #dashboard-holder #dashboard-nav #dnav-options #dnav-option-holder .dnav-option .option-label {
    display: inline-block;
    text-align: left;
    margin: 0 .25em;
    color: blue;
}

.dashboard-frame #dashboard-holder #dashboard-nav #dnav-options #dnav-option-holder .dnav-option .option-label:hover {
    cursor: pointer;
}

.dashboard-frame #dashboard-holder #dashboard-nav #dnav-options #dnav-option-holder .dnav-option .option-status {
    width: 2.5em;
    height: 2em;
    position: absolute;
    right: 0;
    text-align: center;
    background-color: red;
    border-radius: 0%;
    padding: .5em;
    margin-right: .75em;
    color: #fff;
    font-weight: bold;
    font-size: .9em
}

.dashboard-frame #dashboard-holder #dashboard-nav #dnav-options #dnav-option-holder .dnav-option .option-status.stat-disabled {
    display: none
}

.dashboard-frame #dashboard-holder #dashboard-nav #dnav-options #dnav-option-holder .dnav-option .option-status.onetimeaction {
    background-image: url("../images/dashboard/newicons/close.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 9px;
}

.dashboard-frame #dashboard-holder #dashboard-nav #dnav-options #dnav-option-holder .dnav-option#matches .option-icon {
    background-image: url("../images/dashboard/newicons/loupe.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.dashboard-frame #dashboard-holder #dashboard-nav #dnav-options #dnav-option-holder .dnav-option#team-members .option-icon {
    background-image: url("../images/dashboard/newicons/multiple-users.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.dashboard-frame #dashboard-holder #dashboard-nav #dnav-options #dnav-option-holder .dnav-option#shortlist .option-icon {
    background-image: url("../images/dashboard/newicons/shortlist.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.dashboard-frame #dashboard-holder #dashboard-nav #dnav-options #dnav-option-holder .dnav-option#help .option-icon {
    background-image: url("../images/dashboard/newicons/help.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.dashboard-frame #dashboard-holder #dashboard-nav #dnav-options #dnav-option-holder .dnav-option#submit-documents .option-icon {
    background-image: url("../images/dashboard/newicons/docs.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.dashboard-frame #dashboard-holder #dashboard-nav #dnav-options #dnav-option-holder .dnav-option#resources .option-icon {
    background-image: url("../images/dashboard/newicons/docs.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.dashboard-frame #dashboard-holder #dashboard-nav #dnav-options #dnav-option-holder .dnav-option#messages .option-icon {
    background-image: url("../images/dashboard/newicons/mail.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.dashboard-frame #dashboard-holder #dashboard-nav #dnav-options #dnav-option-holder .dnav-option#business-canvas-model .option-icon {
    background-image: url("../images/dashboard/newicons/investment-model.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.dashboard-frame #dashboard-holder #dashboard-nav #dnav-options #dnav-option-holder .dnav-option#advisory-board .option-icon {
    background-image: url("../images/dashboard/newicons/meeting.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.dashboard-frame #dashboard-holder #dashboard-nav #dnav-options #dnav-option-holder .dnav-option#apply-launch-lab .option-icon {
    background-image: url("../images/dashboard/newicons/rocket-launch.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.dashboard-frame #dashboard-holder #dashboard-nav #dnav-options #dnav-option-holder .dnav-option#apply-fellowship .option-icon {
    background-image: url("../images/dashboard/newicons/loupe.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.dashboard-frame #dashboard-holder #dashboard-nav #dnav-options #dnav-option-holder .dnav-option#pitch-videos .option-icon {
    background-image: url("../images/dashboard/newicons/video-camera.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.dashboard-frame #dashboard-holder #dashboard-events {
    width: 15%;
    margin-top: 75px;
}

.dashboard-frame #dashboard-holder #dashboard-events ul {
    list-style: none
}

.dashboard-frame #dashboard-holder #dashboard-events ul li {
    margin-bottom: 1em
}

.dashboard-frame #dashboard-holder .dashboard-section-title {
    font-size: 2em;
    margin-bottom: .75em
}

.dashboard-frame #dashboard-holder #selected-content {
    /*width: 70%;*/
    width: 95%;
    margin-bottom: 1.2em
}

.dashboard-frame #dashboard-holder #selected-content #content .resources-wrapper{
    display:flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: left;
}

.dashboard-frame #dashboard-holder #selected-content #content .resources-wrapper .resources-download{
    background: #B3000C;
    color: white;
    padding:10px;
    margin:10px;
    width: 150px;
    border: none;
    border-radius: 5px;
    text-align: left;
}

.dashboard-frame #dashboard-holder #selected-content h1{
    padding-left: 20px;
    /* display: flex; */
    /* flex-direction: column; */
}

.dashboard-frame #dashboard-menu-button {
    width: 3em;
    height: 3em;
    border-radius: 50%;
    background-color: #0eafd6;
    box-shadow: 0px 0px 5px 0px gray;
    position: fixed;
    bottom: 1em;
    right: 1em;
    display: none;
    background-image: url("../images/dashboard/newicons/hamburger.png");
    background-size: 67.5%;
    background-position: center;
    background-repeat: no-repeat;
    z-index:999;
}

@media screen and (max-width: 1000px) {
    .dashboard-frame #dashboard-menu-button {
        display: block;
        z-index:999;
    }
    .dashboard-frame #dashboard-holder {
        width: 100%;
        right: 0;
        position: relative
    }
    .dashboard-frame #dashboard-nav {
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        transition: .2s ease-out all;
        transform: translate3d(-320px, 0, 0);
        /*min-width: 300px*/
    }
    .dashboard-frame #dashboard-nav.visible-responsive-menu {
        transform: translate3d(0, 0, 0);
        display: block !important;
    }
    .dashboard-frame #dashboard-holder div#profile {
        display: block;
    }
    div#teamprofile{
        margin-right:15px;
    }
}

@media screen and (max-width: 900px) {
    .dashboard-frame #dashboard-holder {
        display: flex;
        flex-direction: column;
        align-items: center
    }
    .dashboard-frame #dashboard-holder #dashboard-events {
        width: 75%
    }
    .dashboard-frame #dashboard-holder #dashboard-events ul {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center
    }
    .dashboard-frame #dashboard-holder #dashboard-events ul * {
        display: block
    }
    .dashboard-frame #dashboard-holder div#profile {
        display: block;
    }
    div#teamprofile{
        margin-right:15px;
        margin-top: 30px;
    }
}

@media screen and (max-width: 700px) {
    .dashboard-frame #dashboard-holder #dashboard-events {
        width: 90%
    }
    .dashboard-frame #dashboard-holder div#profile {
        display: block;
    }
    div#teamprofile{
        margin-right:15px;
        margin-top: 30px;
    }
}

@media screen and (max-width: 750px) {
    .dashboard-frame #dashboard-nav {
        transform: translate3d(-220px, 0, 0);
        /*min-width: 200px*/
    }
    .dashboard-frame #dashboard-holder div#profile {
        display: block;
    }
    div#teamprofile{
        margin-right:15px;
        margin-top: 30px;
    }
}

.dashboard-frame #chat-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-items: stretch;
    border: 1px solid #666;
    margin: 0 1em
}

.dashboard-frame #chat-section #chat-contacts {
    padding: .5em 0;
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    font-size: .8em;
    border-right: 1px solid gray
}

.dashboard-frame #chat-section #chat-contacts .chat-contact {
    width: 100%;
    padding: 0 .5em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    justify-content: flex-start
}

.dashboard-frame #chat-section #chat-contacts .chat-contact .contact-picture {
    background: gray;
    width: 2.5em;
    height: 2.5em;
    margin: .5em;
    margin-right: .75em
}

.dashboard-frame #chat-section #chat-interact {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: stretch
}

.dashboard-frame #chat-section #chat-interact #chat-history {
    height: 350px
}

.dashboard-frame #chat-section #chat-interact #chat-new-message #chat-message-content textarea {
    width: 100%;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    background: #fff;
    color: #333;
    padding: 1em .5em
}

.dashboard-frame #chat-section #chat-interact #chat-new-message #chat-send-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.dashboard-frame #chat-section #chat-interact #chat-new-message #chat-send-button button {
    font-family: Arial;
    border: 2px solid currentColor;
    border-radius: 10px;
    margin: .25em auto;
    background: none
}

.dashboard-frame #chat-section #chat-interact #chat-new-message #chat-send-button button:hover {
    background: none
}

.dashboard-frame #canvas-model-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-items: stretch;
    margin: 0 1em;
    border-radius:5px;
    box-shadow: 5px 5px 5px 5px rgba(25, 25, 25, 0.6);
    height:600px;
}

.dashboard-frame #canvas-model-section #canvas-elements {
    padding: .5em 0;
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: space-around;
    padding-bottom: 3em;
    font-size: .68em;
    position: relative;
    background-color: #FFFFFF;
    padding: 5px;
    border-right:2px solid #808080;    box-shadow: 5px 5px 5px 5px rgba(25, 25, 25, 0.6);
}

.dashboard-frame #canvas-model-section #canvas-elements .canvas-element {
    line-height: 1.5em;
    width: 100%;
    padding: .25em .75em;
    margin: .25em 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    justify-content: flex-start;
    font-weight: bold;
    color: #808080;
}

.dashboard-frame #canvas-model-section #canvas-elements .canvas-element.selected {
    background: #808080;
    border-radius: 5px;
    padding: 10px;
    color: #FFFFFF;
}

.canvas-element-option{
    float: left;
}

.dashboard-frame #canvas-model-section #canvas-content {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: stretch
}

.dashboard-frame #canvas-model-section #canvas-content #canvas-content-main {
    height: 559px;
    /*box-shadow: 5px 5px 5px 5px rgba(25, 25, 25, 0.6);*/
    color: #585858;
    /* overflow-y: scroll; */
}

.dashboard-frame #canvas-model-section #canvas-content #canvas-content-main > div{
    height: inherit;
    overflow-y: scroll;
    white-space: pre-wrap;
    word-wrap: break-word;
    padding: 2em;
    background-color:#FFFFFF;
}

.dashboard-frame #canvas-model-section #canvas-content #canvas-content-main textarea {
    height: 100%;
    width: 100%;
    display: none;
    color: black;
    overflow-y: scroll;
}

.dashboard-frame #canvas-model-section #canvas-content #canvas-content-options {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    background-color:#FFFFFF;
}

.dashboard-frame #canvas-model-section #canvas-content #canvas-content-options .canvas-content-option-bundle {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 .5em
}

.dashboard-frame #canvas-model-section #canvas-content #canvas-content-options .canvas-content-option-bundle .canvas-content-option button {
    margin-left: .25em;
    margin-right: .25em
}

.dashboard-frame #canvas-model-section #canvas-content #canvas-content-options .canvas-content-option button {
    font-family: Arial;
    border: 2px solid currentColor;
    border-radius: 10px;
    margin: .25em auto;
    color: #FFFFFF;
    padding: .5em 1.5em;
    font-size: .68em;
    margin: .75em;
    border: 1px solid #808080;
    padding: .5em 1em;
    border-radius: 5px;
    background: #808080;
}

.dashboard-frame #canvas-model-section #canvas-content #canvas-content-options .canvas-content-option button:hover {
    cursor: pointer;
}

.dashboard-frame .container>* {
    background-color: #fff;
    border: .01em solid grey;
    color: black;
    padding: 1em;
    margin: 10px;
}

.dashboard-frame header {
    color: black;
    font-size: 200%;
    font-family: 'Roboto Condensed';
    padding: 2px;
    margin: 10px;
}

.dashboard-frame h3 {
    font-size: 100%;
    text-align: right;
}

.dashboard-frame p {
    font-size: 12px;
}

.dashboard-frame .container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: .5em;
}

.dashboard-frame .card:hover {
    box-shadow: 5px 5px 5px 5px rgba(25, 25, 25, 0.6);
    opacity: 1;
    /*transition: all 0.5s ease;*/
    /*transform: scale(1.05);*/
}

.dashboard-frame .card img {
    width: 100px;
    height: 100px;
    align-content: center;
    border-radius: 50%;
}

.dashboard-frame .croppie img {
    width: initial;
    height: initial;
}

.dashboard-frame .croppie-team img {
    width: initial;
    height: initial;
}

.dashboard-frame .card {
    /*background: #062543;*/
    box-shadow: 3px 3px 3px 3px rgba(25, 25, 25, 0.6);
    opacity: 1;
    position: relative;
    height: 35vh;
    /*transform: scale(1.0);*/
    /*transition: all 0.5s ease;*/
}

/*.dashboard-frame .card span {
    position: absolute;
    right: 0;
    top: 0;
    color: white;
    font-size: 10px;
    border: solid white 1px;
    padding: 5px;
    border-radius: 10px;
    margin: 2px;
}*/

.dashboard-frame .card>div {
    display: flex;
    justify-content: space-between;
}

.dashboard-frame .card button {
    padding: 8px;
}

.dashboard-frame .card section {
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: -1em;
    margin-top: 0;
}

.dashboard-frame .card p {
    margin: 10px;
}

.dashboard-frame .members {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(298px, 1fr));
    grid-gap: .5em;
    /*height: 530px;*/
    height: 100%;
    overflow-y: scroll;
/*    height: 100vh;
      margin-top: 10px;
    border: 1px solid gray;
    overflow-y: scroll;*/
}

.dashboard-frame .members>* {
    background-color: #FFFFFF;
    /*border: .03em dashed #585858;*/
    color: black;
    padding: 0.75em;
    margin: 10px;
    height: auto;
    border-radius: 5px;
}

.dashboard-frame .card .info {
    text-align: center;
    font-size: 12px;
    color: #585858;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dashboard-frame .card .info>p:nth-of-type(1) {
    font-size: 20px;
    color: #585858;
}

.dashboard-frame .card .info img {
    width: 20px;
    height: 20px;
}

.dashboard-frame .card .info img:hover {
    cursor: pointer;
    opacity: 0.8;
}

.dashboard-frame .members .card img:hover {
    cursor: pointer;
    opacity: 0.8;
    box-shadow: 3px 3px 3px 3px rgba(25, 25, 25, 0.6);
}

.dashboard-frame .card_doc{
    margin:3em;
}

/* .dashboard-frame .card_doc .inputDnD label.sr-only{

} */

.inputDnD .form-control-file {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 4em;
  outline: none;
  visibility: hidden;
  cursor: pointer;
  background-color: #c61c23;
  box-shadow: 0 0 5px solid currentColor;
}
.inputDnD .form-control-file:before {
  content: attr(data-title);
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 100%;
  min-height: 6em;
  line-height: 2em;
  padding-top: 1.5em;
  opacity: 1;
  visibility: visible;
  text-align: center;
  border: 0.25em dashed currentColor;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
}
.inputDnD .form-control-file:hover:before {
  border-style: solid;
  box-shadow: inset 0px 0px 0px 0.25em currentColor;
}

.custome-file {
    background-color: white;
    color: gray;
    width: 100%;
    height: 10vh;
    position: relative;
    border: 1px dashed gray;
}
.custome-file span {
  position: relative;
  font-size: 22px;
}

.custome-file img {
  width:20px;
  height: 20px;
}

.custome-file span i {
  color: white;
  margin: 10px 20px;
}
.custome-file input[type="file"] {
  opacity: 5;
  width: 70%;
  height: 100%;
}
.custome-file input[type="file"]:hover {
  cursor: pointer;
}

.custome-file #label{
    font-size: 2vw;
    height: 10vh;
    line-height: 10vh;
    text-align: center;
    vertical-align: middle;
    font-family: Arial;
}

.dashboard-frame #dashboard-holder #profile h3, .dashboard-frame #dashboard-holder #profile .question_title {
	text-align: left;
	margin: 16px auto;
}
.dashboard-frame #dashboard-holder #profile {
	padding: 0 1em;
    display: flex;
    height: 100%;
}
.dashboard-frame #dashboard-holder #profile #q2_area {
	height: 150px;
}
.dashboard-frame #dashboard-holder #profile #subscribe_div #subscribe_id {
  display: inline-block;
width: 3% !important;
margin-top: 1em;
}
.dashboard-frame #dashboard-holder #profile .button_open {
  background: url(images/submit.png) no-repeat center right;
  border: none;
  box-shadow: none;
  cursor: pointer;
  padding: 8px 16px;
  width: auto;
  color: #0eafd6;
  font-size: 16px;
  font-family: 'tradegothic_condensed',arial;
  font-weight: bold;
}
.dashboard-frame #dashboard-holder #selected-content .div_match_top{
    padding-right:  3.5%;
    text-align: left;
    position: relative;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}


.dashboard-frame #dashboard-holder #selected-content .match{
    /*cursor: pointer;*/
    margin: 8px 2px;
    position: relative;
    font-size: 2.5vw;
    font-weight: 800;
}

.dashboard-frame #dashboard-holder #selected-content .viewmembers{
    display: block;
}


/*Popup Search Modal*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #bbb5af;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: #bbb5af;
}

input:placeholder, textarea:placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus:placeholder, textarea:focus:placeholder {
  color: #bbb5af;
}

input:-ms-placeholder, textarea:-ms-placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus:-ms-placeholder, textarea:focus:-ms-placeholder {
  color: #bbb5af;
}

/* on hover placeholder */

input:hover::-webkit-input-placeholder, textarea:hover::-webkit-input-placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::-webkit-input-placeholder, textarea:hover:focus::-webkit-input-placeholder {
  color: #cbc6c1;
}

input:hover:-moz-placeholder, textarea:hover:-moz-placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus:-moz-placeholder, textarea:hover:focus:-moz-placeholder {
  color: #cbc6c1;
}

input:hover:placeholder, textarea:hover:placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus:placeholder, textarea:hover:focus:placeholder {
  color: #cbc6c1;
}

input:hover:placeholder, textarea:hover:placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus:-ms-placeholder, textarea:hover:focus:-ms-placeholder {
  color: #cbc6c1;
}

#section-form {
  width: 75%;
  margin: 50px auto 100px auto;
  display: none;
  height: auto;

}

  input#subject, input#submit {
  font-family: 'Lato', sans-serif;
  font-size: 0.875em;
  width: 100%;
  height: 50px;
  padding: 0px 15px 0px 15px;
  margin-bottom: 5px;
  background: transparent;
  outline: none;
  color: #726659;

  border: solid 1px #b3aca7;

  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

  input#recipient,input#name{
  font-family: 'Lato', sans-serif;
  font-size: 0.875em;
  width: 100%;
  height: 50px;
  padding: 0px 15px 0px 15px;
  margin-bottom: 5px;
  background: #062543;
  outline: none;
  border: solid 1px #b3aca7;

  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

input#close{
  font-family: 'Lato', sans-serif;
  font-size: 0.875em;
  width: 71.5px;
  height: 65px;
  padding: 0px 15px 0px 15px;
  margin-bottom: 5px;
  background: transparent;
  outline: none;
  color: #726659;

  border: solid 1px #b3aca7;

  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

input#name:hover, input#subject:hover, input#submit:hover, input#recipient:hover {
  background: #062543;
  color: #e2dedb;
}

input#close:hover{
  background: red;
  color: #e2dedb;
}

textarea#message {
  width: 100%;
  max-width: 100%;
  height: 110px;
  max-height: 110px;
  padding: 15px;
  margin-bottom: 10px;
  background: transparent;
  outline: none;

  color: #726659;
  font-family: 'Lato', sans-serif;
  font-size: 0.875em;

  border: solid 1px #b3aca7;

  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

textarea#message:hover {
  background: #062543;
  color: #e2dedb;
}

#submit {
  width: 100%;
  background: none;
  padding: 0;
  margin: -5px 0px 0px 0px;

  font-family: 'Lato', sans-serif;
  font-size: 0.875em;
  color: #b3aca7;

  outline:none;
  cursor: pointer;

  border: solid 1px #b3aca7;
}

#submit:hover {
  color: #e2dedb;
}

/*End of Search Modal*/

.candidate_overlay{
    margin: 5em auto !important;
}

.candidate_overlay_holder .info_label ,
.candidate_overlay_holder .info_value {
  padding: .25em;
  font-size: 1.125em;
  margin-left: 2em;
}

.candidate_overlay_holder .info_label {
  font-weight: bold;
}
.candidate_overlay_holder .info_value {
  margin-left: 3em;
  line-height: 1.375
}

.candidate_overlay_holder .info_modal_div{
    text-align: center;
}

.candidate_overlay_holder .info_modal_name{
    font-size: 36px;
    margin: 12px 4px;
}

.candidate_overlay_holder .info_modal_program{
    font-size: 18px;
    margin: 12px;
    font-weight: bold;
}

.candidate_overlay_holder .info_modal_faculty{
    font-size: 16px;
    margin: 12px;
}

.candidate_overlay_holder .info_modal_grad{
    font-size: 16px;
    margin: 10px 4px;
}

.candidate_overlay_holder .info_modal_grid{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(298px, 1fr));
    grid-gap: .5em;
    /*height: 530px;*/
    height: 100%;
    overflow-y: visible;
    padding: 0 30px;
}

.candidate_overlay_holder .info_modal_card{
    border: 1px solid;
    border-radius: 5px;
    margin: 15px;
    padding: 20px;
}

.dashboard-frame .card .info p.team_contact,
.dashboard-frame .card .info p.tmem_contact,
.dashboard-frame .card .info p.individual_contact,
.dashboard-frame .card .info p.advisory_contact,
.dashboard-frame .card .info p.send_contact,
.dashboard-frame .card .info p.add-recruit,
.dashboard-frame .card .info p.add-join,
div.add_to_shortlist,
div.remove_from_shortlist{
    border: 1px solid #585858 !important;
    padding: 5px;
    border-radius: 5px;
    font-size: 80%;
}

.dashboard-frame .card .info p.team_contact:hover,
.dashboard-frame .card .info p.tmem_contact:hover,
.dashboard-frame .card .info p.individual_contact:hover,
.dashboard-frame .card .info p.advisory_contact:hover,
.dashboard-frame .card .info p.send_contact:hover,
.dashboard-frame .card .info p.add-recruit:hover,
.dashboard-frame .card .info p.add-join:hover,
div.add_to_shortlist:hover,
div.remove_from_shortlist:hover{
    cursor: pointer;
    box-shadow: 2px 2px 2px 2px rgba(25, 25, 25, 0.6);
}

.candidate_overlay_holder .candidate_overlay .close-button {
position: absolute;
top: 0px;
right: 0px;
height: 2em;
width: 2em;
background-color: black;
background-image: url(../images/dashboard/newicons/close.png);
background-size: 12px;
background-position: center center;
background-repeat: no-repeat;
}
.candidate_overlay_holder .candidate_overlay .close-button:hover {
  cursor: pointer;
}

/*Jason CSS*/
div.ps-modal-bg{
    display: none;
    position: fixed;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

div.ps-modal-fg{
    background-color: #fefefe;
    box-shadow: 3px 3px 3px 3px rgba(25, 25, 25, 0.6) !important;
    margin: 5em auto;
    padding: 15px;
    border: 0px solid #888;
    border-radius: 5px;
    width: 80%;
    height: 80%;
    overflow: auto;
    z-index: 5;
    text-align: center;
}

.ps-modal-close {
    color: black;
    position: fixed;
    font-size: 36px;
    right: 12%;
}

.ps-modal-close:hover, .ps-modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
}

.dashboard-frame #dashboard-holder #selected-content span.search{
    float: right;
    cursor: pointer;
    margin: 22px 8px;
    position: relative;
    /*Generated*/
    /*background: #062543 !important;*/
      background: #0eafd6 !important;
      background-image: -webkit-linear-gradient(top, #4d9fd6, #1976b0);
      background-image: -moz-linear-gradient(top, #4d9fd6, #1976b0);
      background-image: -ms-linear-gradient(top, #4d9fd6, #1976b0);
      background-image: -o-linear-gradient(top, #4d9fd6, #1976b0);
      background-image: linear-gradient(to bottom, #4d9fd6, #1976b0);
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      font-family: "tradegothic_condensed", CenturyGothic, sans-serif;
        word-spacing: 3px;
      color: #ffffff;
      font-size: 1.5vw;
      padding: 10px 20px 10px 20px;
      text-decoration: none;

      transition: 0.25s;
      transform: scale(1);
}

.dashboard-frame #dashboard-holder #selected-content span.match{
    float: right;
    /*cursor: pointer;*/
    margin: 22px 2px;
    margin-right: 4vw;
    position: relative;
    /*Generated*/
    /*background: #062543 !important;*/
      background: #0eafd6 !important;
      background-image: -webkit-linear-gradient(top, #4d9fd6, #1976b0);
      background-image: -moz-linear-gradient(top, #4d9fd6, #1976b0);
      background-image: -ms-linear-gradient(top, #4d9fd6, #1976b0);
      background-image: -o-linear-gradient(top, #4d9fd6, #1976b0);
      background-image: linear-gradient(to bottom, #4d9fd6, #1976b0);
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      font-family: "tradegothic_condensed", CenturyGothic, sans-serif;
      color: #ffffff;
      font-size: 1.5vw;
      padding: 10px 20px 10px 20px;
      text-decoration: none;

      transition: 0.25s;
      transform: scale(1);
}


.dashboard-frame #dashboard-holder #selected-content span.pendingNumber{
    background:    green !important;
    background:    -webkit-linear-gradient(#ff0000, #e51313);
    background:    linear-gradient(#ff0000, #e51313);
    border-radius: 1000px;
    width:         25px;
    height:        25px;
    padding-top:   4px;
    color:         #ffffff;
    display:       inline-block;
    font:          normal 400 16px "Arial", sans-serif;
    text-align:    center;
    position: absolute;
    top: -5px;
    right: -5px;
    display: none;
}

.dashboard-frame #dashboard-holder #selected-content span.match:hover,
.dashboard-frame #dashboard-holder #selected-content span.search:hover{
    /*Generated*/
    background: #3cb0fd;
      background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
      background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
      background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
      background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
      background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
      text-decoration: none;

      transition: 0.25s;
      transform: scale(1.1);
}

/*END OF JASON CSS*/

/* Let's get the scrollbar party started */
::-webkit-scrollbar {
    width: 3px;
}
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -o-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: gray;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    -o-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0,0,0,0.7);
}


#nav .wrap{
    display: none !important;
}

#wrap #inner{
    clear: both !important;
    max-width: 100% !important;
    margin: 0 auto !important;
}

.dashboard-frame #dashboard-holder #dashboard-nav #dnav-options #dnav-option-holder .dnav-option#setting .option-icon{
    background-image: url("../images/dashboard/newicons/settings.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.dashboard-frame .card .info .progress {
    position: relative;
    background-color: #b6bbc4;
    width: 85%;
    margin: 5px 0px;
}
.dashboard-frame .card .info .progress-bar{
    background-color: #0eafd6;
    float: left;
    height: 100%;
}

.dashboard-frame .card .info .progress span.progress-text {
    position: absolute;
    display: block;
    width: 100%;
    color: white;
    font-family: Verdana;
    font-size: 18px;
 }

.dashboard-frame .card .info p#matchPercent span.innerbar{
    width:50%;
    border-radius: 10px !important;
    background-color: gray;
    border: none;
    height: 20px;
    z-index: 1.5;
}

button.button_exit_team{
    background: none !important;
    background-color: red !important;
    border: none;
    box-shadow: none;
    cursor: pointer;
    padding: 8px 16px;
    margin: 25px 0;
    width: auto;
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'tradegothic_condensed',arial;
    font-weight: bold;
    border-radius: 5px;
}
button.button_save
{
    background: none !important;
    background-color: green !important;
    border: none;
    box-shadow: none;
    cursor: pointer;
    padding: 8px 16px;
    margin: 25px 0;
    width: auto;
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'tradegothic_condensed',arial;
    font-weight: bold;
    border-radius: 5px;
}
button.button_new_team{
    background: none !important;
    background-color: blue !important;
    border: none;
    box-shadow: none;
    cursor: pointer;
    padding: 8px 16px;
    width: auto;
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'tradegothic_condensed',arial;
    font-weight: bold;
    margin-top: 10px;
    border-radius: 5px;
}
button.button_new_team:hover{

}
/* label.button_open{} */

div#personalprofile{
    /*border: 2px dashed #062543;*/
    padding: 0 3% 1% 3%;
    margin-bottom: 5px;
    margin-right: 15px;
    border-radius: 5px;
    box-shadow: 3px 3px 3px 3px #888888;
    overflow-y: scroll;
    overflow-x: hidden;
}
div#teamprofile{
    /*border: 2px dashed #062543;*/
    padding: 0 3% 1% 3%;
    margin-bottom: 5px;
    margin-top: 0px;
    border-radius: 5px;
    box-shadow: 3px 3px 3px 3px #888888;
    overflow-y: scroll;
    overflow-x: hidden;
}

.dashboard-frame #dashboard-holder #selected-content #content .title_holders{
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
}
.dashboard-frame #dashboard-holder #selected-content  #content  .title_holders span.title_pitches{
    float: left;
    background-color: red;
    color:#FFFFFF;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.dashboard-frame #dashboard-holder #selected-content  #content  .title_holders span.title_comments{
    float: right;
    background-color: red;
    color:#FFFFFF;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.dashboard-frame #dashboard-holder #selected-content #content .pitches_and_comments_holder{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: no-wrap;
    margin-bottom: 15px;
}

.dashboard-frame #dashboard-holder #selected-content  #content .pitches_and_comments_holder .pitches{
    margin: 0 auto;
    width: 100%
}

.dashboard-frame #dashboard-holder #selected-content  #content .pitches_and_comments_holder .comments{
    height: 360px;
    width: 100%;
    word-wrap: break-word;
    white-space: pre-line;
    padding: 15px;
    /* box-shadow: 5px 5px 5px 5px #585858; */
    background-color: #0eafd6;
}
.dashboard-frame #dashboard-holder #selected-content  #content .pitches_and_comments_holder .comments .comments_padding{
    width: auto;
    height: 300px;
    padding:15px;
    overflow-y: scroll;
    background-color: #FFFFFF;
}
.dashboard-frame #dashboard-holder #selected-content #content #profile #personalprofile img#personalpic,
.dashboard-frame #dashboard-holder #selected-content #content #profile #teamprofile img#teampic{
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 50%;
}
#timeline #right_bg #todayy{z-index: 2;}

div#mobile_menu{display: none;}

.dashboard-frame #dashboard-holder #dashboard-nav #dnav-options #dnav-option-holder div.dnav-option:hover {
  position: relative;
}
.dashboard-frame #dashboard-holder #dashboard-nav #dnav-options #dnav-option-holder div.dnav-option[dtitle]:hover:after {
  content: attr(dtitle);
  font-size: 1.8em;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 1.75em;
  white-space: nowrap;
  z-index: 5;
  background:green;
  border-radius: 5px;
  color: #FFFFFF;
}

button#submitButton{
    background-image: none;
}
button#submitButton:hover{
    background-image: none;
    background-color: #337ab7;
    color:#FFFFFF;
}
span.addmember{
    cursor: pointer;
    display: inline-block;
}

input.form-control, select.form-control{
    margin-bottom: 20px !important;
    border-radius: 5px !important; 
    width: 75%;
}

.grid-container {
    padding: 0 30px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(298px, 1fr));
    grid-gap: .5em;
    height: 100%;
    overflow-y: visible;
}
.grid-container .grid-item {
    background-color: #FFFFFF;
    border: .03em dashed #585858;
    color: black;
    padding: 0.75em;
    margin: 10px;
    height: auto;
    border-radius: 5px;
    box-shadow: 3px 3px 3px 3px rgba(25, 25, 25, 0.6);
    opacity: 1;
    position: relative;
}



/* help and faq */

#help-and-faq{
    padding: 25px;
    padding-top: 0px;
}

h1.helpfaq-header{
    display: block;
    font-size: 28px;
    font-weight: 400;
    margin: 10px 0;
    margin-top: 35px;
    padding: 0 !important;
}

h1.helpfaq-section-header{
    text-align: center;
    font-size: 24px;
    margin-top: 70px;
    margin-bottom: 50px;
    padding: 0 !important;
}

p.helpfaq-text{
    font-size: 18px;
}

.pending-modal-col-style{
  box-shadow: 3px 3px 3px 3px rgba(25, 25, 25, 0.6);
  border: 0px solid #FFFFFF;
  border-radius: 5px;
  text-align: center;
  background-color: white;
  padding: 5px;
  margin: 15px 0.5em;
  flex: 1;
}
.pending-modal-col-header{
  font-family: Arial Narrow;
  color: #0eafd6;
  font-size: 20px;
  display: inline-block;
  margin: 10px 0;
  font-weight: bold;
}
.pending-modal-box{
  background-color: #FFFFFF;
  border: 0px solid #FFFFFF;
  border-radius: 5px;
  width: 95%;
  margin: 0px auto;
  text-align: center;
  padding: 5px;
  /*box-shadow: 3px 3px 3px 3px rgba(25, 25, 25, 0.6);*/
  display: flex;
}

.pending-modal-box-name{
  font-size: 20px;
  display: block;
    margin: 30px 8px;
    font-weight: bold;
}
.pending-modal-box-col{
  align-items: center;
  text-align: center;
  margin: 5px 0;
}
.pending-modal-box-img{
  margin: 2px; 
  border-radius: 50%; 
  margin: auto;
}
.pending-modal-box-img:hover{
    cursor: pointer;
    opacity: 0.8;
    box-shadow: 3px 3px 3px 3px rgba(25, 25, 25, 0.6);
}
.pending-modal-box-btn{
  margin: 32px 0;
    font-size: 14px;
    padding: 0 20px;
    background: none;
    text-align: left;
}
.pending-modal-box-btn:hover{
  background-image: none;
}

.pending-modal-container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

img.pending-modal-box-img {
    width: 75px;
    height: 75px;
    margin: 0 auto;
}

#pmc-1{width: 75px}
#pmc-2{width: 12vw}
#pmc-3{width: 18vw}

@media only screen and (max-width: 1086px){
    .pending-modal-box-btn{
        margin: 16px 0;
    }
}

h1.dashboard-section-header{
    text-transform: uppercase;
    font-size: 2.4em;
    text-align: center;
    margin: 25px 0 10px 0;
    font-weight: 600;
    color: #0eafd6;
    float: left;
}

h2.team-name-header{
    font-size: 1.4em;
    font-weight: 600;
    color: #0eafd6;
    margin-left: 30px;
    cursor: pointer;
}

h2.team-name-header:hover{
    color: gray;
}

/*This is the CSS for the search criteria*/

.skill-label{
}

.radio-label{
}

.skill-label input,
.radio-label input{
  width: 20px;
}

.skill-textbox{
  background-color: #efefef;
  border-radius: 3px;
  padding: 4px 0px;
  margin: 8px;
}

.background-gray{
    border-radius: 8px;
    background-color: #f4f6f9;
    padding: 20px;
    display: flex;
    flex-direction: column;
    text-align: left;
    margin: 15px;
}

.background-gray .seach-selection{
    padding: 11px;
}

.ui-autocomplete {
  position: absolute !important;
  top: 100%;
  left: 0;
  color:gray !important;
  display: none;
  min-width: 160px;   
  padding: 6px;
  background-color: white;
  list-style: none;
  max-height: 150px;
  overflow-y: scroll; 
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  z-index: 2 !important;
}

.ui-state-focus {
  color: white;
  background-color: #0eafd6;
  padding-left: 3px;
  cursor: pointer;
  z-index: 2 !important;
}

.ui-autocomplete li {
  z-index: 2 !important;
}

.ui-autocomplete li:hover {
  color: white;
  background-color: #0eafd6;
  padding-left: 3px;
  cursor: pointer;
  z-index: 8 !important;
  border-radius: 0% !important;
}

.ui-helper-hidden-accessible{
  display: none !important;
  z-index: 8 !important;
}

span.registration-header{
  font-family: Arial Narrow;
  font-weight: bold;
  color: #337ab7;
  font-size: 25px;
}

span.skills-header{
  font-family: Arial Narrow;
  color: #337ab7;
  font-size: 20px;
  margin: 25px 0 5px 0;
  display: block;
  text-align: center;
}

.slider {
  -webkit-appearance: none;
  width: 97%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #337ab7;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #337ab7;
  cursor: pointer;
}

#cohort_team_profile #canvas #canvas-main #canvas-list span{
	border: 0.1px solid #B1B3B6 !important;
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.dashboard-frame #canvas #canvas-item #content-wrap{
    width: 100% !important;
    height: 100% !important;
}

.dashboard-blue-btn {
    cursor: pointer;
    margin: 8px 4px;
    position: relative;
    /* background: #062543 !important; */
    background: #0eafd6 !important;
    background-image: -webkit-linear-gradient(top, #4d9fd6, #1976b0);
    background-image: -moz-linear-gradient(top, #4d9fd6, #1976b0);
    background-image: -ms-linear-gradient(top, #4d9fd6, #1976b0);
    background-image: -o-linear-gradient(top, #4d9fd6, #1976b0);
    background-image: linear-gradient(to bottom, #4d9fd6, #1976b0);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: "tradegothic_condensed", CenturyGothic, sans-serif;
    word-spacing: 3px;
    color: #ffffff;
    font-size: 1.5vw !important;
    padding: 10px 20px 10px 20px ;
    text-decoration: none;
}

#change-cohort p {
    font-size: 1em;
    margin-bottom: 1em;
}
#change-cohort .alt-cohort {
    margin: 1em;
    /*background-color: white;*/
    background: none;
    color: black;
    background-color: white;
}
#change-cohort {
    background: #eee;
    padding: 2em;
    font-size: 1.25em;
    text-align: center;
}