﻿.StudentPortalHeaderSmall {
    border: solid 1px #d6d6d6;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background-color: #fff;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    padding: 20px;
    padding: 1.25rem;
    position: relative;
    z-index: 4;
}
@media all and (min-width: 47.9375em) {
    .StudentPortalHeaderSmall {
        padding: 1.25rem 1.875rem;
    }
}
@media all and (min-width: 75em) {
    .StudentPortalHeaderSmall {
        margin-top: -120px;
    }
}
@media all and (min-width: 30em) {
    .StudentPortalHeaderSmall-table {
        display: table;
        table-layout: fixed;
        width: 100%;
    }
}
.StudentPortalHeaderSmall-cell {
    display: table-cell;
    vertical-align: middle;
}
@media all and (min-width: 30em) {
    .StudentPortalHeaderSmall-cell {
        width: 50%;
    }
}
@media all and (min-width: 30em) {
    .StudentPortalHeaderSmall-profile {
        padding: 0 1.25rem 0 0;
    }
}
.StudentPortalHeaderSmall-text {
    padding: 0 0 0 20px;
    padding: 0 0 0 1.25rem;
}
@media all and (min-width: 30em) {
    .StudentPortalHeaderSmall-text {
        border-left: dashed 2px #d6d6d6;
    }
}
@media all and (min-width: 47.9375em) {
    .StudentPortalHeaderSmall-text {
        padding: 0 0 0 2.5rem;
    }
}
.StudentPortalHeaderSmall-image {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    -webkit-border-radius: 50% 50%;
    border-radius: 50% 50%;
    display: table-cell;
    vertical-align: middle;
    width: 75px;
}
.StudentPortalHeaderSmall-image:before {
    content: "\0020";
    display: block;
}
.StudentPortalHeaderSmall-image:before {
    padding-top: 100%;
}
@media all and (min-width: 47.9375em) {
    .StudentPortalHeaderSmall-image {
        width: 100px;
    }
}
.no-js .StudentPortalHeaderSmall-image {
    display: none;
}
.StudentPortalHeaderSmall-title, .StudentPortalHeaderSmall-subtitle, .StudentPortalHeaderSmall-link {
    display: block;
}
.StudentPortalHeaderSmall-title {
    font-weight: bold;
    line-height: 1.347;
}
@media all and (min-width: 20em) {
    .StudentPortalHeaderSmall-title {
        font-size: 131.25%;
    }
}
@media all and (min-width: 75em) {
    .StudentPortalHeaderSmall-title {
        font-size: 143.75%;
    }
}
.StudentPortalHeaderSmall-text .StudentPortalHeaderSmall-title {
    display: block;
}
@media all and (min-width: 30em) {
    .StudentPortalHeaderSmall-text .StudentPortalHeaderSmall-title {
        display: none;
    }
}
.StudentPortalHeaderSmall-profile .StudentPortalHeaderSmall-title {
    display: none;
}
@media all and (min-width: 30em) {
    .StudentPortalHeaderSmall-profile .StudentPortalHeaderSmall-title {
        display: table-cell;
        padding-left: 1.25rem;
        vertical-align: middle;
    }
}
.StudentPortalHeaderSmall-subtitle {
    display: block;
    color: #777777;
    font-size: 1em;
    line-height: 1.375;
    margin: 7px 0;
    margin: 0.4375rem 0;
}
.StudentPortalHeaderSmall-link {
    font-size: 1em;
}
.StudentPortalHeaderSmall-link, .StudentPortalHeaderSmall-link:link, .StudentPortalHeaderSmall-link:visited {
    color: #278ACA;
}
.StudentPortalHeaderSmall-link:hover, .StudentPortalHeaderSmall-link:focus, .StudentPortalHeaderSmall-link:active {
    text-decoration: underline;
}
.StudentPortalHeaderDashboard {
    border: solid 1px #d6d6d6;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background-color: #fff;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    padding: 20px;
    padding: 1.25rem;
    position: relative;
    z-index: 4;
}
@media all and (min-width: 47.9375em) {
    .StudentPortalHeaderDashboard {
        padding: 1.875rem;
    }
}
/*@media all and (min-width: 47.9375em) {
    .StudentPortalHeaderDashboard {
        margin-top: -60px;
    }
}*/
@media (max-width: 46em) { 
  .StudentPortalHeaderDashboard {        
       display:none;
    }
}
.StudentPortalHeaderDashboard-table {
/*    display: table;
    table-layout: fixed;*/
    width: 100%;
    display:flex;
}
.StudentPortalHeaderDashboard-cell {
    display: table-cell;
    vertical-align: middle;
}
.StudentPortalHeaderDashboard-profile {
    width: 75px;
}
@media all and (min-width: 30em) {
    .StudentPortalHeaderDashboard-profile {
        width: 100px;
    }
}
@media all and (min-width: 47.9375em) {
    .StudentPortalHeaderDashboard-profile {
        width: 175px;
    }
}
.StudentPortalHeaderDashboard-text {
    padding: 0 0 0 20px;
    padding: 0 0 0 1.25rem;
    width: 100%;
}
@media all and (min-width: 47.9375em) {
    .StudentPortalHeaderDashboard-text {
        padding: 0 0 0 2.5rem;
    }
}
.StudentPortalHeaderDashboard-image {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    -webkit-border-radius: 50% 50%;
    border-radius: 50% 50%;
    display: block;
    width: 100%;
}
.StudentPortalHeaderDashboard-image:before {
    content: "\0020";
    display: block;
}
.StudentPortalHeaderDashboard-image:before {
    padding-top: 100%;
}
.no-js .StudentPortalHeaderDashboard-image {
    display: none;
}
.StudentPortalHeaderDashboard-title, .StudentPortalHeaderDashboard-subtitle, .StudentPortalHeaderDashboard-link {
    display: block;
}
.StudentPortalHeaderDashboard-title {
    font-weight: bold;
    line-height: 1.347;
}
@media all and (min-width: 20em) {
    .StudentPortalHeaderDashboard-title {
        font-size: 131.25%;
    }
}
@media all and (min-width: 75em) {
    .StudentPortalHeaderDashboard-title {
        font-size: 143.75%;
    }
}
.StudentPortalHeaderDashboard-subtitle {
    font-size: 1em;
    color: #777777;
    line-height: 1.375;
    margin: 7px 0;
    margin: 0.4375rem 0;
}
.StudentPortalHeaderDashboard-link {
    font-size: 1em;
}
.StudentPortalHeaderDashboard-link, .StudentPortalHeaderDashboard-link:link, .StudentPortalHeaderDashboard-link:visited {
    color: #278ACA;
}
.StudentPortalHeaderDashboard-link:hover, .StudentPortalHeaderDashboard-link:focus, .StudentPortalHeaderDashboard-link:active {
    color: #1f6d9f;
}
.StudentPortalHeader {
    border: solid 1px #d6d6d6;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background-color: #fff;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    padding: 20px;
    padding: 1.25rem;
    position: relative;
    z-index: 4;
}
@media all and (min-width: 47.9375em) {
    .StudentPortalHeader {
        padding: 1.25rem 1.875rem;
    }
}
@media all and (min-width: 47.9375em) {
    .StudentPortalHeader {
        margin-top: -120px;
    }
}
.StudentPortalHeader-layout-medium {
    display: none;
}
/*@media all and (min-width: 75em) {*/
    /*.StudentPortalHeader-layout-medium {
        display: none;
    }*/
/*}*/
.StudentPortalHeader-layout-wide {
    display: block;
}
/*@media all and (min-width: 75em) {
    .StudentPortalHeader-layout-wide {
        display: block;
    }
}*/
@media all and (min-width: 30em) {
    .StudentPortalHeader-table {
        display: table;
        table-layout: fixed;
        width: 100%;
    }
}
.StudentPortalHeader-cell {
    display: table-cell;
    vertical-align: middle;
}
@media all and (min-width: 30em) {
    .StudentPortalHeader-cell {
        width: 50%;
    }
}
@media all and (min-width: 30em) {
    .StudentPortalHeader-profile {
        padding: 0 1.25rem 0 0;
    }
}
.StudentPortalHeader-text {
    padding: 0 0 0 20px;
    padding: 0 0 0 1.25rem;
}
@media all and (min-width: 30em) {
    .StudentPortalHeader-text {
        border-left: dashed 2px #d6d6d6;
    }
}
@media all and (min-width: 47.9375em) {
    .StudentPortalHeader-text {
        padding: 0 0 0 2.5rem;
    }
}
.StudentPortalHeader-image {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    -webkit-border-radius: 50% 50%;
    border-radius: 50% 50%;
    display: table-cell;
    vertical-align: middle;
    width: 75px;
}
.StudentPortalHeader-image:before {
    content: "\0020";
    display: block;
}
.StudentPortalHeader-image:before {
    padding-top: 100%;
}
@media all and (min-width: 47.9375em) {
    .StudentPortalHeader-image {
        width: 100px;
    }
}
.no-js .StudentPortalHeader-image {
    display: none;
}
.StudentPortalHeader-title, .StudentPortalHeader-subtitle, .StudentPortalHeader-link {
    display: block;
}
.StudentPortalHeader-title {
    font-weight: bold;
    line-height: 1.347;
}
@media all and (min-width: 20em) {
    .StudentPortalHeader-title {
        font-size: 131.25%;
    }
}
@media all and (min-width: 75em) {
    .StudentPortalHeader-title {
        font-size: 143.75%;
    }
}
.StudentPortalHeader-text .StudentPortalHeader-title {
    display: block;
}
@media all and (min-width: 30em) {
    .StudentPortalHeader-text .StudentPortalHeader-title {
        display: none;
    }
}
.StudentPortalHeader-profile .StudentPortalHeader-title {
    display: none;
}
@media all and (min-width: 30em) {
    .StudentPortalHeader-profile .StudentPortalHeader-title {
        display: table-cell;
        padding-left: 1.25rem;
        vertical-align: middle;
    }
}
.StudentPortalHeader-subtitle {
    display: block;
    color: #777777;
    font-size: 1em;
    line-height: 1.375;
    margin: 7px 0;
    margin: 0.4375rem 0;
}
.StudentPortalHeader-link {
    font-size: 1em;
}
.StudentPortalHeader-link, .StudentPortalHeader-link:link, .StudentPortalHeader-link:visited {
    color: #278ACA;
}
.StudentPortalHeader-link:hover, .StudentPortalHeader-link:focus, .StudentPortalHeader-link:active {
    color: #1f6d9f;
}
.StudentDashboard-leftnav {
    display: none;
/*    margin-bottom: 50px;
    margin-bottom: 3.125rem;*/
}
@media all and (min-width: 47.9375em) {
    .StudentDashboard-leftnav {
        display: block;
    }
}
.StudentDashboard-leftnav:first-of-type {
    margin-top: 60px;
}
@media all and (min-width: 75em) {
    .StudentDashboard-leftnav:first-of-type {
        margin-top: 60px;
    }
}
.StudentDashboard-programs {
    background-color: #F0F0F0;
    /*background-color: #cccccc;*/
    /*background-color: #fff;*/
    border: 1px solid #F0F0F0;
    /*border: 1px solid #cccccc;*/
    -webkit-border-radius: 0.125rem;
    border-radius: 0.125rem;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    margin-top: 10px;
    /*margin-top: 40px;
    margin-top: 2.5rem;*/
    overflow: hidden;
    clear: both;
}
.StudentDashboard-programs-wrapper {
    padding: 20px;
    padding: 1.25rem;
    position: relative;
}

/*@media screen and (max-width: 47.9375em) {
    .StudentDashboard-programs-wrapper {
        height: 400px;
        overflow: hidden;
    }

    .StudentDashboard-programs-wrapper:before {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(238,238,238,0)), to(#eee));
        background: -webkit-linear-gradient(top, rgba(238,238,238,0) 0%, #eee 100%);
        background: -o-linear-gradient(top, rgba(238,238,238,0) 0%, #eee 100%);
        background: linear-gradient(to bottom, rgba(238,238,238,0) 0%, #eee 100%);
        bottom: 0;
        content: "";
        height: 50%;
        position: absolute;
        width: 100%;
        z-index: 2;
    }

    .StudentDashboard-programs.-viewAll .StudentDashboard-programs-wrapper:before {
        content: none;
    }
}*/

@media all and (min-width: 61.25em) {
    .StudentDashboard-programs-wrapper {
        padding: 2.0rem 2.5rem 0;
        /*padding: 2.5rem 2.5rem 0;*/
    }
}
.StudentDashboard-programs-title {
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-size: 1.5em;
}
.StudentDashboard-programs-text {
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    color: #5e6261;
}
.StudentDashboard-programs-item {
    display: inline-block;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    margin-top: 40px;
    margin-top: 2.5rem;
    width: 100%;
}
@media all and (min-width: 30em) {
    .StudentDashboard-programs-item {
        width: 48%;
    }
}
.StudentDashboard-programs-item.-right {
    float: right;
}
.StudentDashboard-subheading {
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-size: 1.75em;
    font-weight: bold;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
}
.StudentDashboard-subheadingOrange {
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    color: #EE7835;
}
.StudentTextSmall {
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-size: 1.3em;   
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    color: #000000;
}
.StudentDashboard-filter {
    float: right;
    max-width: 250px;
}
.StudentDashboard-cards-item {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}
@media all and (min-width: 47.9375em) {
    .StudentDashboard-cards-item {
        margin-bottom: 2.5rem;
    }
}
.StudentDashboard-contact {
    display: inline-block;
    width: 100%;
    margin-right:5%;
}
@media all and (min-width: 30em) {
    .StudentDashboard-contact {
        width: 45%;
    }
}
.StudentDashboard-contact.-right {
    float: right;
}
.StudentDashboard-link {
    color: #278ACA;
    text-decoration: underline !important;
}
.StudentDashboard-savedPrograms-list {
    margin: 0 -20px;
    margin: 0 -1.25rem;
}
.StudentDashboard-savedPrograms-list:before, .StudentDashboard-savedPrograms-list:after {
    content: "";
    display: table;
}
.StudentDashboard-savedPrograms-list:after {
    clear: both;
}
@media all and (min-width: 75em) {
    .StudentDashboard-savedPrograms-list {
        margin: 0 -3.125rem;
    }
}
.StudentDashboard-savedPrograms-item {
    float: left;
    margin: 0 0 35px;
    margin: 0 0 2.1875rem;
    padding: 0 20px;
    padding: 0 1.25rem;
    width: 100%;
}
@media all and (min-width: 39.375em) {
    .StudentDashboard-savedPrograms-item {
        width: 100%;
    }
}
@media all and (min-width: 75em) {
    .StudentDashboard-savedPrograms-item {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 50px;
        padding-right: 50px;
        border: none;
    }
}

.ContentCard-content-savedProgram {
    margin: 0;
    padding: 0;
    border: 1px solid #cccccc; 
    -webkit-border-radius: 0.125rem; 
    border-radius: 0.125rem;
}


.ContentCard-title a {
    font-size: 1.3em;
}
.ContentCard-title span {
    font-size: 1.3em;
}


.ContentCard-content-savedProgram .programContent {
    margin: 0;
    padding-top: 20px;
    padding-left: 35px;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
}

.ContentCard-content-savedProgram .programContent svg{
    font-weight: bold;
    color: #222;
    height: 1em;
    width: 1em;
    margin-right: 2px;
}


    .ContentCard-content-savedProgram .programContent .programDetLine {
        max-width: 100%;
        overflow: hidden;
        white-space: nowrap;
        -moz-text-overflow: ellipsis;
        text-overflow: ellipsis;
        color: #555;
    }

    .ContentCard-content-savedProgram .programContent .programUniversityName {
        color: black;
        font-weight: 500;
    }

    .ContentCard-content-savedProgram .programContent .ProgramInfoCard-buttons  {
        margin: 5px 0;
    }

    .ContentCard-content-savedProgram .programContent .ProgramInfoCard-buttons .Button  {
        margin: 5px 0;
        padding: 10px;
        font-size: 14px;
    }

    .StudentDashboard-savedPrograms-showMore{
        margin-bottom: 25px;
        font-size: 1.3em;
    }

        .StudentDashboard-savedPrograms-showMore svg {
            height: 2em;
            width: 2em;
            margin: 0;
            position: relative;
            top: .6em;
            left: .3em;
            fill: #2073a8;
        }
        
.ContentCard-content-savedProgram .programImgContainer {
    margin: 0;
    position:relative;
    padding-top:30%;
}

.ContentCard-content-savedProgram .programImgContainer .campusImg{
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.ContentCard-content-savedProgram .programImgContainer .countryLogo {
    position: absolute;
    top: 4px;
    left: 4px;
    -ms-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #1A84CE;
    height: 52px;
    width: 52px;
    z-index: 1;
    padding: 6px;
}

.ContentCard-content-savedProgram .programImgContainer .countryLogoContainer:before {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: "";
    vertical-align: middle;
    height: 60px;
    width: 60px;
    z-index: 1;
}


.ContentCard-content-savedProgram .programImgContainer .countryLogoContainer {
    position: absolute;
    top: 10%;
    left: 90%;
    height: 60px;
    width: 60px;
}



.ContentCard.savedProgram{
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ContentCard.savedProgram .programAdd{
    background-color: #EE7835;
    border-color: #EE7835;
    color: white;
}

.ContentCard.-checked {
    -webkit-box-shadow: 3px 3px 0px 0px #0271a0;
    box-shadow: 3px 3px 0px 0px #0271a0;
}



.StudentProfileEdit-title {
    text-transform: uppercase;
}
.StudentProfileEdit-section {
    border: solid 1px #cccccc;
    margin-top: 40px;
    width:100%;
}
.StudentProfileEdit-section input[type="email"], .StudentProfileEdit-section input[type="number"], .StudentProfileEdit-section input[type="password"], .StudentProfileEdit-section input[type="search"], .StudentProfileEdit-section input[type="tel"], .StudentProfileEdit-section input[type="text"], .StudentProfileEdit-section input[type="url"] {
    border-color: #cccccc;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.StudentProfileEdit-section input[type="email"]:placeholder, .StudentProfileEdit-section input[type="number"]:placeholder, .StudentProfileEdit-section input[type="password"]:placeholder, .StudentProfileEdit-section input[type="search"]:placeholder, .StudentProfileEdit-section input[type="tel"]:placeholder, .StudentProfileEdit-section input[type="text"]:placeholder, .StudentProfileEdit-section input[type="url"]:placeholder {
    color: #777777;
}
.StudentProfileEdit-section .select2 {
    margin-top: 5px;
    margin-top: 0.3125rem;
    width: 99% !important;
}
.StudentProfileEdit-section-content {
    padding: 1.25em;
}
.StudentProfileEdit-photo {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    -webkit-border-radius: 50% 50%;
    border-radius: 50% 50%;
    display: block;
    height: 200px;
    width: 200px;
}
.StudentProfileEdit-photo:before {
    content: "\0020";
    display: block;
}
.StudentProfileEdit-photo:before {
    padding-top: 56.25%;
}
.no-js .StudentProfileEdit-photo {
    display: none;
}
.StudentProfileEdit-photo-wrap {
    height: 200px;
    margin: 0 auto 60px;
    width: 200px;
}
@media all and (min-width: 47.9375em) {
    .StudentProfileEdit-photo-wrap {
        margin: 0 0 60px;
    }
}
.StudentProfileEdit-photo-text {
    display: block;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-size: 1.1875em;
    line-height: 25px;
    margin-bottom: 30px;
    text-align: center;
}
.StudentProfileEdit-photo-text:hover, .StudentProfileEdit-photo-text:focus, .StudentProfileEdit-photo-text:active {
    color: #278ACA;
    text-decoration: underline;
}
.StudentProfileEdit-heading {
    border-bottom: solid 1px #cccccc;
    color: #222222;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-size: 23px;
    font-weight: 600;
    padding: 20px;
    position: relative;
    font-size: 1.5em;
    line-height: 1.3;
    top: 0;
    z-index: 2;
}
.StudentProfileEdit-heading:before {
    background-color: #EE7835;
    border: 1px solid #EE7835;
    content: "";
    height: 5px;
    position: absolute;
    left: -1px;
    top: -1px;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: calc(100% + 2px);
}
.StudentProfileEdit-label {
    color: #222222;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    line-height: 1.375;
}
.StudentProfileEdit-label-option {
    color: #777777;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
}
.StudentProfileEdit-input {
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-weight: 100;
}
.StudentProfileEdit-select {
    color: #777777 !important;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-size: 1em !important;
    font-weight: 100 !important;
    line-height: 1.375;
    padding: 0;
}
.StudentProfileEdit-row {
    margin: 10px 0 40px;
    width: 100%;
}
@media all and (min-width: 47.9375em) {
    .StudentProfileEdit-row {
        width: 60%;
    }
}
.StudentProfileEdit-row-phone {
    margin: 10px 0 40px;
    width: 100%;
}
@media all and (min-width: 47.9375em) {
    .StudentProfileEdit-row-phone {
        max-width: 150px;
    }
}
.StudentProfileEdit-row-text {
    display: inline-block;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    width: 50%;
}
.StudentProfileEdit-row-checkbox {
    margin: 10px 0 40px;
}
.StudentProfileEdit-row-checkbox-labels {
    text-align: right;
    line-height: 1.375;
}
.StudentProfileEdit-row-boxes-box {
    display: inline-block;
    float: right;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    text-align: center;
    width: 25%;
}
@media all and (min-width: 47.9375em) {
    .StudentProfileEdit-row-boxes-box {
        width: 15%;
    }
}
.StudentProfileEdit-row-boxes-label {
    display: inline-block;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    text-align: center;
    width: 25%;
}
@media all and (min-width: 47.9375em) {
    .StudentProfileEdit-row-boxes-label {
        width: 15%;
    }
}
.StudentProfileEdit-row-boxes-label-row {
    width: 100%;
}
.StudentProfileEdit-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: solid 1px #cccccc;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    color: #777777;
    display: block;
    font-size: 1em;
    height: 40px;
    height: 2.5rem;
    padding: 0 12px;
    padding: 0 0.75rem;
    width: 100%;
}
.StudentProfileEdit-button {
    background-color: #EE7835;
    border: none;
    font-size: 1.1875em;
    line-height: 25px;
}
.StudentProfileEdit-button:hover, .StudentProfileEdit-button:focus, .StudentProfileEdit-button:active {
    background-color: #dd5c13;
}

.-green-color {
    color: #83943f;
}

.-right-box-margin {
    margin: 4px -25px 0 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .-right-box-margin {
        margin: -30px -25px 0 0;
    }
}

.-font-08 {
    font-size: 0.8em !important;
    /*line-height: 30px !important;*/
    height: 30px!important;
}
.-isep-form-element {
    width: 100%;
    height: 40px;
}

.-top-border-orange {
    /*border: solid 1px #cccccc;*/
    /*padding: 25px 0;*/
    padding: 2rem 0;
    position: relative;
    top: 0;
    z-index: 2;
}

.-top-border-orange:before {
    background-color: #EE7835;
    border: 1px solid #EE7835;
    content: "";
    height: 5px;
    position: absolute;
    left: -1px;
    top: -1px;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: calc(100% + 2px);
}


@media (max-width: 1199px) {
    .StudentPortalHeaderDashboard-cell {
        display: contents;
    }
}








