@import url('https://fonts.googleapis.com/css?family=Raleway|Open+Sans:400,600|PT+Sans');

* {box-sizing: border-box;}

/* CPP FIX */
.shadowSoft {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.bgBlueGrad {
    background:  none !important;
}
.activityPanel {
    border: none !important;
    background-color:  none !important;
    padding:  0 !important;
    margin: 0 !important;
    background:  none !important;
}

/* OYF FIX */
.oyfTool {
    min-height: 100px;
    width: calc(100% - 52px);
    padding: 10px 15px 0 25px;
    background: #F7FBFF;
    margin: 0 5px !important;
    position: relative !important;
    z-index: 0 !important;
    clear: both !important;
    border: 1px solid #91BCF6;
    border-radius: 2px;
}

/* GED FIX */
#activity-MiscTests.sectionboxwide {
    width: 100%!important;
}

div#gedScoresOuterContainer {
    padding: 20px 0px 0 0px;
}

#gedScoresOuterContainer .headerlink .header {
    font-size: 1.5rem;
}

/* TEMPORARY BOOTSTRAP FIX */
a {
    color:#2d699e;
}

td, th {
    padding: 0 2px;
}

.questionLabel input {
    color: #000;
}

h3.dataGridElement {
    top: 0 !important;
    width: auto !important;
    height: auto !important;
    border-radius: 5px !important;
    box-shadow: none !important;
    background: transparent !important;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, 
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, 
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, 
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    box-sizing: border-box !important;
}

#componentmain h2 {
    font-size: 2rem;
    font-weight: 600;
}

#componentmain h2,
#navigation {
    margin: 0;
    padding: 6px 0 10px 0;
}

#sitebody,
#sitenav,
.clear {
    clear: both
}

.invisible {
    text-indent: -3000px;
    display: block
}

.dataGrid td,
table.dataGrid,
table.innertable {
    border-collapse: collapse
}

.tfnavtabs li a,
th a {
    text-decoration: none
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    color:#595959;
}

body {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000;
}

label {
    margin:5px 0 0 0;
    vertical-align: top;
}

input[type="checkbox"] {
    margin: 5px 5px 0 0;
}

.portfolioSectionbody h3,
h3,
.headerlink {
    margin: 0;
    padding: 0 10px 5px 0;
    font-size: 1.5rem;
    font-weight: 600;
    color:#000;
    text-transform:initial;
}

h3 {
    padding: 10px 10px 5px 0;
}

h4 {
    margin: 0;
    padding: 5px 0;
    font-size: 1.25rem;
    font-weight: 600;
    color:#000;
    text-transform:capitalize;
}

#ctl53_pnlDetailIndexPage h3 {
    padding:10px;
}

.invisible {
    position: absolute;
    top: 0;
    left: 0;
}

span.checked {
    display: block;
    width: 14px;
    height: 15px;
    background: url(/images/Pro/checkmark.gif) no-repeat;
}

#sitetop a.homelink,#sitetop a.homelink:hover,#sitetop a.homelink:active,#sitetop a.homelink:focus {
    color: #000;
    text-decoration: none;
}

#sitetop .homelink-district {
    position: relative;
    top: 9px;
    display: inline-block;
}
#sitetop .homelink-district span {
    display: block;
    font-size: 16px;
    text-align: left;
    padding-top:3px;
}

#sitetop h1 {
    font-size: 2rem;
    margin-top: 10px;
    float: left;
}

#container {
    margin: 0 auto
}

#sitetop {
    height: 100px;
    text-align: center;
    margin: 10px auto 0 auto;
}
#sitetop .logo {
    max-width: 275px;
}

/* ---------------- menu toggle ---------------- */
.menu-toggle {
    display:none;
}

#menuToggle {
    height: 19px;
    position: relative;
    margin: 25px 0 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    padding: 20px 20px;
    border-radius: 40px;
}

#menuToggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 19px;
    background: #316ebe;
    border-radius: 30px;
    opacity: 1;
    left: 10px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#menuToggle span:nth-child(1) {
  top: 14px;
}

#menuToggle span:nth-child(2),#menuToggle span:nth-child(3) {
  top: 19px;
}

#menuToggle span:nth-child(4) {
  top: 24px;
}

#menuToggle.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#menuToggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#menuToggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#menuToggle.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}


/* ---------------- user menu ---------------- */
   /* user menu */
    .user-wrap {
        float:right;
        text-align:left;
        position:relative;
        z-index:25;
        margin-top:20px;
        padding-bottom:10px;
        cursor:pointer;
    }
    .user-wrap .user-icon {
        width:40px;
        height:40px;
        background-color:#eef1f5;
        border-radius:20px;
        color:#316ebe;
        float:left;
        margin-right:10px;
        text-align: center;
        line-height: 38px;
        font-size: 17px;
    }
    .user-wrap .user-icon i {
        line-height: 40px;
    }
    .user-wrap .user-info {
        float:right;
    }
    .user-wrap .user-info .txt-welcome {
        font-size:14px;
        color:#316ebe;
    }
    .user-wrap .user-info .txt-institution {
        color:#316ebe;
        font-size:12px;
        display:block;
    }
    .user-wrap .user-menu {
        display: none;
        position: absolute;
        background-color: #fff;
        width: 175px;
        float: left;
        z-index: 30!important;
        text-align: left;
        border: 1px solid #eee;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, .075);
        -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, .075);
        -ms-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, .075);
        -o-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, .075);
        box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, .075);
        left: 50px;
        top: 50px;
    }
    .user-wrap .user-menu:before {
        position: absolute;
        content: "";
        width: 0px;
        height: 0px;
        border-top: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #eee;
        border-left: 5px solid transparent;
        top: -10px;
        left: 10%;
    }
   .user-wrap:hover .user-menu {
        display:block;
    }
    .user-wrap .user-menu ul {
        list-style: none;
        padding: 10px 0;
        margin: 0;
        width: 100%;
        float: left;
    }
    .user-wrap .user-menu ul li {
    }
    .user-wrap .user-menu ul li a {
        color: #333;
        padding: 4px 20px;
        display: block;
        white-space: nowrap;
        font-weight: normal;
        text-decoration: none;
        font-size:13px;
    }
    .user-wrap .user-menu ul li.profile a:before {
        font-family: "FontAwesome";
        content: "\f007";
        position: relative;
        color:#316ebe;
        display: inline-block;
        width: 15px;
    }
    .user-wrap .user-menu ul li.change a:before {
        font-family: "FontAwesome";
        content: "\f021";
        position: relative;
        color:#316ebe;
        display: inline-block;
        width: 15px;
    }
    .user-wrap .user-menu ul li.sign-out a:before {
        font-family: "FontAwesome";
        content: "\f08b";
        position: relative;
        color:#316ebe;
        display: inline-block;
        width: 15px;
    }
    .user-wrap .user-menu ul li a:hover {
        background-color: #eee;
        outline: none;
    }
    .user-wrap .user-menu ul li a i {
        color:#316ebe;
        width:15px;
    }



/* ----------------- main navigation ----------------- */
    .nav-wrap {
        position: relative;
        background: #eef1f5;
        width: 100%;
        margin-bottom: 0;
        z-index: 10;
    }
    .nav-wrap #navigation {
        margin:0;
        padding:0;
        height:inherit;
        position:relative;
        top: inherit;
        left: inherit;
        float:left;
        width: 100%;
    }
    .nav-wrap .mobile-sign-out {
    display:none;
}
    .nav-wrap #navigation li {
        display:inline-block;
        height:inherit;
    }
    .nav-wrap #navigation li a {
        height:inherit;
        background: none;
        border: none;
        color: #333;
        font-weight: 600;
        padding:8px 15px 9px;
        margin:0;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -ms-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        border-radius:0;
    }
    .nav-wrap #navigation li a:hover,
    .nav-wrap #navigation li a:focus {
        background-color:#dbe4ef;
        text-decoration:none;
    }
    
    .nav-wrap #navigation li.selected a {
        background-color:#dbe4ef;
    }

    .nav-wrap .mobile-role-select {
        display: none;
    }


/* ----------------- Footer ----------------- */
footer {
    padding: 15px 0;
    display: block;
    width: 100%;
    float: left;
    position: relative;
    background-color:#eef1f5;
    margin-top:50px;
}
footer .footer-logo {
    width:75px;
    background: url(/images/Pro/powered_by_xap_logo.png) no-repeat;
    display: block;
    float: left;
    position: relative;
    width: 75px;
    height: 37px;
    background-size: contain;
}
footer .links {
    float:right;
    color:#014466;
    margin-top:10px;
}
footer .links a {
    font-size:13px;
    color:#014466;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
footer .links a:hover {
    color:#0e395a;
    text-decoration:none;
}


/* --------- end footer --------- */

#sitenav {
    position: relative;
    height: 35px
}

#navigation {
    height: 30px;
    padding: 0;
    position: absolute;
    top: 0;
    left: 6px
}

#navigation li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    top: 0;
    height: 30px;
    display: block
}

#navigation a {
    display: block;
    height: 30px;
    background: #6d6d6d;
    background-image: linear-gradient(to bottom, #9b9b9b 0%, #6d6d6d 40%);
    border-radius: 12px 12px 0 0;
    border: 1px solid #6d6d6d;
    border-bottom: 0;
    color: #fff;
    margin-top: 1px;
    padding: 8px 15px 0 15px;
    font-size: 1.3rem;
    font-weight: 500;
}


#sitebottom {
    width: 836px;
    height: 37px;
    clear: both
}

#sitebody {
    width: 100%;
    clear: both;
    margin: 0 auto;
}

#proSectionHeader {
     height: 64px;
    background: #316ebe;
    width: 100%;
    position: relative;
    z-index:1;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 5px 10px 0px #ddd;
    -moz-box-shadow: 0px 5px 10px 0px #ddd;
    -ms-box-shadow: 0px 5px 10px 0px #ddd;
    -o-box-shadow: 0px 5px 10px 0px #ddd;
    box-shadow: 0px 5px 10px 0px #ddd;
}

#proSectionHeader h1 {
    font-size: 2.25rem;
    position: relative;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #fff;
    float: left;
}

#proSectionHeader h2 {
    font-size: 2.25rem;
    position: absolute;
    top: 0;
    left: 0;
    font-family: "PT Sans";
    color: #fff;
}
#proSectionHeader .account-type {
    float:right;
    color:#fff;
    font-style:italic;
    font-weight: 600;
    margin-top: 21px;
    font-size: 13px;
}

#userinfo {
    height: 64px;
    width: 280px;
    float: right;
    text-align: left;
    right: 0;
    top: 0;
    padding: 0 0 0 10px;
    font-size: 1.2rem;
    border: 2px solid #ddd;
    border-right: 0;
    border-radius: 12px 0 0 12px;
    background: rgb(239,239,239);
    background-image: linear-gradient(to bottom, #fdfdfd 0%, #E1E3DC 100%);
}

#userlogout {
    display: block;
    width: 80px;
    height: 64px;
    float: right;
    border: 2px solid #ddd;
    border-left: 0;
    border-radius: 0 12px 12px 0;
    background: rgb(239,239,239);
    background-image: linear-gradient(to bottom, #fdfdfd 0%, #E1E3DC 100%);
}

#userlogout a.logoffButtonSmall {
    display: inline-block;
    width: 40px;
    padding: 15px 15px 0 0;
    font-size: 1.2rem;
    font-weight: 600;
    overflow: hidden;
    background: transparent;
    border-style: none;
}

#userlogout i {
    font-size: 3rem;
    width: 25px;
    padding: 15px 0 0 0;
    float: left;
}

form>#userinfo .logoffbuttonsmall {
    padding: 0
}

#userinfo #userdisplay {
    margin: 5px 10px 0 0
}

#userinfo #userdisplay span.label {
    display:none;
}

#userinfo #userdisplay span {
    font-weight: 600;
}

#lblUserInfo {
    font-weight:600;
}

#userinfo #userprofile,
#userinfo #userresource {
    margin-right: 10px
}

#userinfo #userresource input.PulldownLink {
    font-size: 10px;
    width: 11px;
    height: 13px;
    background: url(/images/Pro/user/DropdownArrow.gif) top right no-repeat;
    text-indent: -5000px;
    border-style: none;
    cursor: pointer;
    cursor: hand
}

#userdisplay,
#userresource {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

* html #userinfo #userresource input.PulldownLink {
    padding-top: 14px
}

table.dataGrid {
    margin: 10px auto;
    width: 94%
}

table.settingsDataGrid {
    width: 88%
}

.dataGrid th,
.innertable th,
.settingsDataGrid th,
.simpleForm th,
td.tableheader {
    color: #009;
    border: 1px solid #C1DCFE;
    border-top: 1px solid #aaccf6;
    font-weight: 700;
    height: 22px;
    padding: 4px 6px 0;
    background: url(/images/Pro/theaderback.gif) bottom left repeat-x;
    margin: 0;
    white-space: nowrap
}

.noradio th {
    border-left: 1px solid #C1DCFE
}

.dataGrid th:hover,
.innertable th:hover,
.simpleForm th:hover,
td.tableheader:hover {
    background: url(/images/Pro/theaderback_over.gif) bottom left repeat-x
}

th a {
    color: #009
}

.dataGrid tr {
    background: #fff
}

.dataGrid tr.dataGridOddRow,
.dataGrid tr.oddRow,
.settingsDataGrid tr.oddRow,
tr.dataGridOddRow {
    border-bottom: 1px solid #C1DCFE;
    background-color: #ebf3fd
}

.dataGrid tr.oddRow td {
    font-size: 10px
}

.dataGrid td {
    padding: 6px 4px;
    border: 1px solid #C1DCFE;
    margin: 0
}

.dataGrid td.dataGridCheckboxList {
    padding: 0
}

.dataGrid td.dataGridCheckboxList table {
    width: 100%;
    margin: 0;
    padding: 0
}

.dataGrid td.dataGridCheckboxList table td {
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    border: none
}

.dataGrid td.dataGridElement li {
    margin-left: 7px;
    list-style-type: none;
    font-weight: 700
}

#portfolioView table.dataGrid {
    border: 1px solid #c1dcfe
}

#portfolioView .dataGrid th,
#portfolioView .innertable th,
#portfolioView .settingsDataGrid th,
#portfolioView .simpleForm th,
#portfolioView td.tableheader {
    color: #009;
    border: 1px solid #C1DCFE;
    border-top: 1px solid #aaccf6;
    font-weight: 700;
    height: 22px;
    padding: 4px 6px 0;
    background: #ebf3fd;
    margin: 0;
    white-space: nowrap
}

#portfolioView .dataGrid th:hover,
#portfolioView .innertable th:hover,
#portfolioView .simpleForm th:hover,
#portfolioView td.tableheader:hover {
    background: #ebf3fd
}

#portfolioView .dataGrid td {
    border: 1px solid #c1dcfe
}

.dataGrid thead tr {
    background: 0 0
}

.dataGridNeutralRow,
.dataGridNeutralRow .body {
    background-color: #efefef;
    color: #009;
    font-weight: 700
}

.dataGridOddRow .body,
td.dataGridOddRow {
    border-bottom: 1px solid #76ACF2;
    background-color: #C1DCFE
}

/* scatterplots */
.page-content .icon-scatter-chart {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    display: inline-block;
    margin-top: -1px;
    background-image: url(/images/Pro/app-outcomes/icon-scatter-chart.png);
    background-size: cover;
}

/* ----------  new data grid styling ----------- */
.page-content #paginationTop {display:none;}

/* pro table */
    .page-content table.dataGrid {
        width: 100%;
        border:1px solid #e7ecf1;
    }

    .page-content table.dataGrid thead th {
        border-bottom: 2px solid #e7ecf1;
        padding: 8px 10px;
        vertical-align:middle;
        border-left: 1px solid #e7ecf1;
        background-color: #f6f8fa;
        background-image:none;
        border-top:none;
        border-right:none;
    }
    .page-content table.dataGrid thead th.col-40 {
        width:40px;
        max-width:40px;
        text-align:center;
    }
    .page-content table.dataGrid thead th.col-140 {
        width:140px;
        max-width:140px;
        text-align:center;
    }
    .page-content table.dataGrid thead th a {
         font-size:12px;
          color: #316ebe;
        font-weight:bold;
    }

    .page-content table.dataGrid thead th:focus {
        outline:auto;
        color:#316ebe;
    }
    .page-content table.dataGrid thead th:first-child {
        border-left:none;
    }
    .page-content table.dataGrid thead .sorting:after {
        content: "\f0dc";
        font-family: FontAwesome !Important;
        opacity:1;
        top:9px;
        color:#cdd3da;
    }
    .page-content table.dataGrid thead .sorting_asc:after {
        content: "\f0de";
        font-family: FontAwesome !Important;
        opacity:1;
        top:9px;
        color:#979ea7;
    }
    .page-content table.dataGrid thead .sorting_desc:after {
        content: "\f0dd";
        font-family: FontAwesome !Important;
        opacity:1;
        top:9px;
        color:#979ea7;
    }
    .page-content table.dataGrid tbody tr {
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -ms-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        background-color:#fff;
    }

    .page-content table.dataGrid tbody tr td {
        border-top:none;
        border-right:none;
        border-bottom: 1px solid #e7ecf1;
        border-left: 1px solid #e7ecf1;
        vertical-align:middle;
        padding: 5px 10px; 
        font-size:13px; 
    }
    .page-content table.dataGrid tbody tr td:first-child {
        border-left:none;
    }
    .page-content table.dataGrid tbody tr td input[type="checkbox"]{
        width: 20px;
        vertical-align: middle;
        text-align: center;
        position: relative;
        margin: 0;
        top:-3px;
    }
    .page-content table.dataGrid tbody tr td input[type="checkbox"]:before {
        position: absolute;
        background: #fff;
        border: 1px solid #c2cad8;
        height: 20px;
        width: 20px;
        border-radius: 4px;
        display: block;
        content: "";
        z-index: 10;
        top: 0;
        -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .075);
        box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .075);
        -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        cursor: pointer;
    }
    .page-content table.dataGrid tbody tr td input[type="checkbox"]:after {
        font-family: "FontAwesome";
        content: "\f00c";
        color: #fff;
        position: absolute;
        z-index: 15;
        cursor: pointer;
        font-size: 9px;
        line-height:20px;
        left: 6px;
        opacity: 0;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -ms-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;

    }
    .page-content table.dataGrid tbody tr td input[type="checkbox"]:hover:after {
        opacity: 1;
        color: #c4c9cd;
    }
    .page-content table.dataGrid tbody tr td input[type="checkbox"]:checked:before {
        background-color: #316ebe;
    }
    .page-content table.dataGrid tbody tr td input[type="checkbox"]:checked:after {
        opacity: 1;
        font-family: "FontAwesome";
        content: "\f00c";
        color: #fff;
        position: absolute;
        z-index: 15;
        cursor: pointer;
        font-size: 9px;
        left: 6px;
    }


/* datagrid radio buttons */
    .page-content table.dataGrid tbody tr td input[type="radio"] {
        width: 20px;
        height: 20px;
        text-align: center;
        float: left;
        position: absolute;
        margin-top: 0;
    }
    .page-content table.dataGrid tbody tr td input[type="radio"] + label {
        position: relative;
        top: 2px;
        font-weight: normal;
        margin: 0;
        padding: 0 0 5px 25px;
        width: 100%;
        cursor:pointer;
        line-height:18px;
        font-size:14px;
    }
    .page-content table.dataGrid tbody tr td input[type="radio"]:before {
        position:absolute;
        background: #fff;
        border: 1px solid #c2cad8;
        height:20px;
        width:20px;
        border-radius: 15px;
        display:block;
        content:"";
        z-index: 10;
        top: 0;
        -webkit-box-shadow:inset 1px 1px 2px rgba(0, 0, 0, .075);
        box-shadow:inset 1px 1px 2px rgba(0, 0, 0, .075);
        -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        cursor:pointer;
    }

    .page-content table.dataGrid tbody tr td input[type="radio"]:after  {
        opacity:0;
        height: 8px;
        width: 8px;
        background-color: #fff;
        border-radius: 10px;
        content: "";
        position:absolute;
        z-index:15;
        cursor:pointer;
        left: 6px;
        opacity:0;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -ms-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        top:6px;
    }
    .page-content table.dataGrid tbody tr td input[type="radio"]:hover:after  {
        opacity:1;
        background-color:#c4c9cd;
    }
    .page-content table.dataGrid tbody tr td input[type="radio"]:checked:before {
        background-color:#316ebe;
    }
    .page-content table.dataGrid tbody tr td input[type="radio"]:checked:after {
        opacity:1;
        height: 8px;
        width: 8px;
        background-color: #fff;
        border-radius: 10px;
        content: "";
        color:#fff;
        position:absolute;
        z-index:15;
        cursor:pointer;
        font-size: 9px;
        left: 6px;
    }
    .page-content table.dataGrid tbody tr td input[type="radio"]:focus{
        outline:none;
    }
    .page-content table.dataGrid tbody tr td input[type="radio"]:focus:before{
        border-color: #93a1bb;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(188, 209, 245, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(188, 209, 245, 0.6);
    }




    .page-content table.dataGrid .btn {
        font-size:12px;
        display:inline-block;
        padding: 5px 10px;
    }
    .page-content table.dataGrid select.form-control {
        font-size:12px;
        padding: 3px 25px 3px 10px;
        background: #fff url(../images/SavedColleges/icon-arrow.png) no-repeat top 12px right 9px;
        background-size: 9px auto;
        height:29px;
    }
.page-content .dataGrid .check-table {width:100%;}
    .page-content .dataGrid .check-table input {
        top:0 !important;
    }
    .page-content .dataGrid .check-table td {
        border-bottom:none;
    }
    .page-content .dataGrid .check-table input + label {
        margin-top:0;
        padding-left:10px;
        font-size:14px;
    }
.page-content .dataGrid .radio-table {width:100%;}
    .page-content .dataGrid .radio-table input {
        top:0 !important;
        width:10px !important;
        height:0;
    }
    .page-content .dataGrid .radio-table td,
    .page-content .dataGrid .radio-table {
        border-bottom:none;
    }
    .page-content .dataGrid .radio-table input + label {
        margin-top:0;
        padding-left:10px;
        font-size:14px;
    }
.page-content #pagination {
        display: block;
        width: 100%;
        background-color: #f6f8fa;
        border: 1px solid #e7ecf1;
        border-top:none;
        padding:5px 0;
    }
    .page-content #pagination .pageLinksPrev a,
    .page-content #pagination .pageLinksNext a {
        background:none;
        width:25px;
        display: inherit;
        padding: 0 9px;
        position:relative;
    }
    .page-content #pagination .pageLinksPrev a:before {
        text-indent:5000px;
        content: "\f104";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        color: #316ebe;
        font-size: 18px;
        position: absolute;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -ms-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
    }
    .page-content #pagination .pageLinksPrev a:hover:before {
        color:#1f4a84;
    }

    .page-content #pagination .pageLinksNext a:before {
        text-indent:5000px;
        content: "\f105";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        color: #316ebe;
        font-size: 18px;
        position: absolute;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -ms-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
    }
    .page-content #pagination .pageLinksNext a:hover:before {
        color:#1f4a84;
    }
    .page-content #pagination .pageLinksNext a:active {
        text-decoration:none;
    }
    .page-content #pagination .pageLinks,
    .page-content #pagination .pageLinksSelected {
        background:none;
    }
    .page-content #pagination .pageLinks a {
        color:#316ebe;
    }
    .page-content #pagination .pageLinksSelected a {
        color:#333;
    }
/* --------- end new datagrid styling ----------- */

.selectfrom,
.selectto {
    width: 285px
}

.selectfromholder,
.selecttoholder {
    width: 290px
}

.dateselect {
    margin: 10px auto;
    width: 60%
}

.selecteddate {
    background-color: #009;
    color: #fff
}

.selecteddate a {
    color: #fff
}

.normalday {
    background-color: #ebf3fd
}

.instructiontext {
    padding: 5px
}

.instructiontext p {
    margin: 5px 0
}

.label-c {
    text-align: center
}

.horizSelect {
    width: 40%
}

.horizSelect select {
    width: 100%
}

#ProfileTable,
table.innertable,
table.simpleForm,
table.simpleFormShort {
    border: 1px solid #98C0F4;
    width: 98%;
    background: #EEF5FD;
    padding: 6px;
    margin: 0 auto auto;
    border-collapse: separate;
}

table.simpleFormShort {
    width: 90%
}

table.innertable {
    width: 100%;
    padding: 0;
    border: none
}

table.simpleForm td.questionLabel,
td.questionLabel,
td.questionLabelLeft,
td.questionlabel {
    border-bottom: 1px solid #568CD1;
    background-color: #91BBF1;
    padding-right: 6px;
    font-weight: 700
}

table.simpleForm td.questionLabel,
td.questionLabel,
td.questionlabel {
    text-align: right;
    color: #FFF
}

td.questionHint {
    color: #000;
    font-size: 10px
}

table.simpleForm td.questionLabelLeft,
td.questionLabelLeft,
td.questionlabelLeft {
    text-align: left
}

td.questionLabelLeft {
    color: #FFF
}

table.simpleForm td.questionAnswer,
td.questionAnswer,
td.questionHint,
td.questionanswer {
    border-bottom: 1px solid #76ACF2;
    background-color: #C1DCFE;
    padding: 6px
}

table.simpleForm td.simpleFormHeader,
table.simpleFormShort td.simpleFormHeader {
    font-size: 14px;
    font-weight: 700
}

table.simpleFormShort td.questionLabel {
    width: 50%
}

table.legend {
    width: 100%;
    font-size: 11px;
    font-weight: 700
}

.addButton,
.removeButton {
    height: 22px;
    text-indent: -5000px;
    border: 0;
    margin: 0 auto;
    cursor: pointer;
    cursor: hand;
    display: block
}

.addButton {
    width: 58px;
    background: url(/images/Pro/buttons/add_button.gif) top left no-repeat
}

.removeButton {
    width: 71px;
    background: url(/images/Pro/buttons/remove_button.gif) top left no-repeat
}

div.XW_window {
    border: none;
    background: 0 0
}

.XW_window div.formholder {
    text-align: center
}

.XW_window div.theader {
    height: 45px;
    background: url(/images/Pro/lb/lb_liteblue-PNGs/blu-lightbox_hdrCenter.png) top left repeat-x
}

.XW_window div.lbbody {
    background: #fff;
    padding: 10px;
    border-left: 3px solid #dfdfdf;
    border-right: 3px solid #dfdfdf
}

.XW_window div.botlcorner {
    width: 10px;
    height: 17px;
    padding: 0;
    background: url(/images/Pro/lb/lb_Grey-PNGs/lightbox_footerLeft.png) bottom left no-repeat;
    float: left
}

.XW_window div.botrcorner {
    width: 10px;
    height: 17px;
    padding: 0;
    background: url(/images/Pro/lb/lb_Grey-PNGs/lightbox_footerRight.png) bottom left no-repeat;
    float: right
}

.XW_window div.lbbottom {
    height: 17px;
    background: url(/images/Pro/lb/lb_Grey-PNGs/lightbox_footerCenter.png) bottom left repeat-x;
    margin-left: 10px;
    margin-right: 10px
}

div.theader h3 {
    color: #009;
    padding-top: 15px;
    padding-left: 10px;
    font-size: 14px
}

* html .XW_window div.tlcorner,
* html .XW_window div.trcorner {
    background: 0 0
}

* html .XW_window div.lbtop {
    background: url(/images/Pro/lb/lb_liteblue-GIFs/blu-lightbox_hdrCenter.gif) top left repeat-x
}

* html .XW_window div.botlcorner,
* html .XW_window div.botrcorner,
* html .XW_window div.lbbottom {
    background: 0 0
}

* html .XW_window div.lbfooter {
    background: #dfdfdf
}

#logincontainer {
    width: 861px;
    margin: 0 auto
}

#logincontainer h1 {
    height: 40px;
    width: 386px;
    text-indent: -5000px;
    background: url(/images/pro/login/Nav_ProCtrLogo_woHome.gif) top left no-repeat;
    margin: 0;
    padding: 0
}

#logincontainer #loginhead {
    width: 836px;
    height: 18px;
    background: url(/images/pro/SolidBkgrdWht_top.gif) top left no-repeat
}

#logincontainer #loginbody {
    background: url(/images/pro/SolidBkgrdWht.gif) top left repeat-y;
    font-size: 1.25rem;
    width: 836px;
}

#logincontainer #loginfooter {
    width: 836px;
    height: 37px;
    background: url(/images/pro/SolidBkgrdWht_bottom.gif) top left no-repeat
}

#logincontainer #loginmain {
    width: 320px;
    height: 450px;
    float: left;
    background: url(/images/pro/login/Login-photo1.jpg) 0 20px no-repeat;
    margin-left: 7px;
    position: relative
}

#logincontainer #logininfo {
    margin-left: 327px
}

#logincontainer #loginbox {
    height: 115px;
    width: 230px;
    position: absolute;
    top: 270px;
    left: 90px;
    padding: 10px 0 0 7px
}

#logincontainer .loginvalidate {
    background: #fff;
    padding: 5px;
    border: 1px solid red;
    position: absolute;
    top: -150px;
    left: 0
}

#logincontainer #loginvalidate .header {
    color: Red;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid red;
    margin: 0 0 5px
}

#logincontainer #loginaccount {
    margin-top: 400px;
    margin-left: 15px
}

#logincontainer #loginaccount h3 {
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    padding: 0
}

#logincontainer #whatisheader {
    width: 498px;
    height: 49px;
    background: url(/images/pro/login/LogIn-WhatProCtr_header.gif) top left no-repeat;
    margin: 0;
    padding: 0
}

#logincontainer #whatisbody {
    width: 498px;
    background: url(/images/pro/login/LogIn-WhatProCtr_bkgrd.gif) top left repeat-y;
    margin: 0;
    padding: 0 0 20px
}

#logincontainer #whatisbody p.siteinfo {
    margin: 0;
    padding: 5px 5px 5px 15px
}

#logincontainer #whatisfooter {
    width: 498px;
    height: 13px;
    background: url(/images/pro/login/LogIn-WhatProCtr_footer.gif) top left no-repeat;
    margin: 0;
    padding: 0
}

#logincontainer #whatissections {
    background: #fff;
    margin: 0 25px 0 15px;
    padding-top: 5px;;
}

#logincontainer #whatissections h2 {
    font-size: 14px;
    margin: 0;
    padding: 4px 0 0 0;
}

#logincontainer #whatissections p {
    margin: 0;
    height: 30px;
    padding: 5px 5px 5px 0
}

#logincontainer #whatissections div {
    margin: 0
}

#logincontainer #whatissections .sectionicon {
    width: 80px;
    height: 60px;
    float: left;
    margin: 0;
    padding: 0
}

#logincontainer #whatissections .divider {
    width: 241px;
    height: 13px;
    clear: right;
    margin: 5px 0;
    padding: 0
}

#logincontainer #studentsection .sectionicon {
    background: url(/images/pro/login/LogIn-WhatProCtr_Studicon.gif) top left no-repeat
}

#logincontainer #studentsection h2 {
    color: #007090
}

#logincontainer #studentsection .divider {
    background: url(/images/pro/login/LogIn-WhatProCtr_DividerTeal.gif) top left no-repeat
}

#logincontainer #reportsection .sectionicon {
    background: url(/images/pro/login/LogIn-WhatProCtr_Reporticon.gif) top left no-repeat
}

#logincontainer #reportsection h2 {
    color: #ed6d14
}

#logincontainer #reportsection .divider {
    background: url(/images/pro/login/LogIn-WhatProCtr_DividerOrange.gif) top left no-repeat
}

#logincontainer #toolssection .sectionicon {
    background: url(/images/pro/login/LogIn-WhatProCtr_Teachicon.gif) top left no-repeat
}

#logincontainer #toolssection h2 {
    color: #4a53d6
}

#logincontainer #toolssection .divider {
    background: url(/images/pro/login/LogIn-WhatProCtr_DividerPurple.gif) top left no-repeat
}

#logincontainer #communicationsection .sectionicon {
    background: url(/images/pro/login/LogIn-WhatProCtr_Commicon.gif) top left no-repeat
}

#logincontainer #communicationsection h2 {
    color: #00756f
}

#logincontainer #communicationsection .divider {
    background: url(/images/pro/login/LogIn-WhatProCtr_DividerGreen.gif) top left no-repeat
}

#logincontainer #transcriptssection .sectionicon {
    background: url(/images/pro/login/LogIn-WhatProCtr_Transicon.gif) top left no-repeat
}

#logincontainer #transcriptssection h2 {
    color: #178c34
}

.passchange,
.resourceroleselector,
.resourceselector {
    position: absolute;
    top: 15%;
    left: 55%;
    padding: 20px 10px;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 0px 1800px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 0px 1800px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 0px 1800px rgba(0,0,0,0.25);
}

.passchange,
.resourceselector,
.resourceroleselector {
    width: 90%;
    border: 1px solid #000;
    background: #fff
}
.passchange .tfmain,
.resourceselector .tfmain,
.resourceroleselector .tfmain {
    width: 70%;
}

@media only screen and (max-width: 1401px) {
    .passchange .tfmain,
    .resourceselector .tfmain,
    .resourceroleselector .tfmain {
        width: 64%;
    }
}

@media (max-width: 640px) {
    .passchange,
    .resourceroleselector,
    .resourceselector {
        top: 0;
        left: 0;
        width:100%;
    } 
    .tfnavtabs li.menuItemActive {
      background: #fff !important;
      border-radius: 8px;
      width: 96%;
    }   
    .tfnavtabs li.menuItemDisabled a {
      color: #fff !important;
      border-radius: 8px;
      width: 96%;
    }
    .tfnavtabs li.menuItemDisabled,.tfnavtabs li {
      border:0;
      margin-bottom: 2px !important;
      height:32px !important;
      background: #CDDCFB !important;
      border-radius: 8px;
      width: 96%;
    }
    .passchange .tfcontrols,.passchange .tftop,
    .resourceselector .tfcontrols,.resourceselector .tftop,
    .resourceroleselector .tfcontrols,.resourceroleselector .tftop {
        width: 100%;
        background: #A0B9ED;
        padding-bottom: 25px;
        float: none;
    }
    .tabbedfeature,.tfbottom {
        background: #fff !important;
    }
    .passchange .tfmain,
    .resourceselector .tfmain,
    .resourceroleselector .tfmain {
        width: 100%;
        float: none;
        clear: both;
    }
}

.loginNextButton,
.loginSaveButton {
    border: 1px solid #9de0e9
}

.loginSaveButton {
    font-weight: 700;
    color: #21a6b5;
    background: 0 0
}

#logincontainer .logonButton,
#logincontainer .resourceGoButton {
    background: #fff;
    border: 1px solid #9de0e9;
    color: #21a6b5;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 3px 5px;
}

.tabbedfeature {
    position: relative;
    background: url(/Images/Pro/tabbed-feature/profile_bckg_mid.png) 0 10px repeat-y
}

.tftop {
    height: 19px;
    background: url(/Images/Pro/tabbed-feature/profile_bckg_top.png) no-repeat;
    font: 1px sans-serif
}

.tftop2 {
    height: 19px;
    background: url(/Images/Pro/tabbed-feature/profile_bckg_top.png) bottom right no-repeat;
    font-size: 1px
}

.tfcontrols {
    width: 200px;
    float: left;
    padding-bottom: 150px;
    background: url(/Images/Pro/tabbed-feature/profile_bckg_mid.png) repeat-y
}

.tfmain {
    width: 75%;
    float: left;
    margin-top: -12px;
    padding: 0;
    background: #fff
}

.tfbottom {
    clear: both;
    height: 22px;
    background: url(/Images/Pro/tabbed-feature/profile_bckg_btm.png) no-repeat #fff;
    font: 1px sans-serif
}

.tfnavtabs ol,
.tfnavtabs ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 14px
}

.tfnavtabs li {
    margin: 0;
    padding: 0;
    width: 181px;
    height: 43px;
    font: 1.4rem open sans, arial, helvetica, sans-serif;
    line-height: 1.55rem;
    background: url(/Images/Pro/tabbed-feature/finger_tab_off.png) no-repeat
}

.tfnavtabs li.menuItemActive {
    background: url(/Images/Pro/tabbed-feature/finger_tab_on.png) no-repeat
}

.tfnavtabs li.menuItemSelected {
    background: url(/Images/Pro/tabbed-feature/finger_tab_off.png) no-repeat
}

.tfnavtabs li.menuItemDisabled {
    background: url(/Images/Pro/tabbed-feature/finger_tab_disabled.png) no-repeat;
}

.tfnavtabs li.menuItemDisabled a,
.tfnavtabs li.menuItemDisabled a:hover {
    color: #91bbf1
}

.tfnavtabs li.hidden {
    display: none
}

.tfnavtabs li a {
    display: block;
    padding: 5px 10px 0 29px;
    height: 41px;
    background: url(/Images/Pro/blue_arw.png) 10px 8px 10px 8px no-repeat
}

.tfnavtabs li.menuItemActive a,
.tfnavtabs li.menuItemActive a:disabled {
    color: #000;
    background: url(/Images/Pro/on-arw.png) 10px 8px no-repeat
}

.actionbuttonlist {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    height: 25px
}

.actionbuttonlist li {
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    top: 0;
    left: 0
}

.actionbuttonlist li.or {
    width: 30px;
    text-align: center;
    font: 700 12px arial, helvetica, sans-serif;
    padding-top: 10px;
    text-transform: lowercase
}

.actionbutton a,
.actionbuttonnarrow a,
.actionbuttonverywide a,
.actionbuttonwide a {
    font: 700 1.15rem open sans, verdana, geneva, arial, helvetica, sans-serif;
    padding-top: 4px;
    display: block;
    height: 22px;
    text-decoration: none;
    text-align: center
}

.commmain .actionbuttonwide,
.commmain .actionbutton {
    padding: 0 10px;
}

.actionbutton a {
    width: 100px;
    background: url(/Images/Pro/buttons/blank_mid_button.gif) no-repeat;
    color: #14404c
}

#actionbuttonon a,
#main a.actionbuttonOn,
.actionbutton a:focus,
.actionbutton a:hover {
    background: url(/Images/Pro/buttons/blank_mid_button.gif) no-repeat;
    color: #218E9C
}

.actionbuttonwide a {
    width: 150px;
    background: url(/Images/Pro/buttons/blank_wide_button.gif) no-repeat;
    color: #14404c
}

#actionbuttononwide a,
#main a.actionbuttonOnwide,
.actionbuttonwide a:focus,
.actionbuttonwide a:hover {
    background: url(/Images/Pro/buttons/blank_wide_button.gif) no-repeat;
    color: #218E9C
}

.actionbuttonnarrow a {
    width: 50px;
    background: url(/Images/Pro/buttons/blank_small_button.gif) no-repeat;
    color: #14404c
}

#actionbuttononnarrow a,
#main a.actionbuttonOnnarrow,
.actionbuttonnarrow a:focus,
.actionbuttonnarrow a:hover {
    background: url(/Images/Pro/buttons/blank_small_button.gif) no-repeat;
    color: #218E9C;
    font-size: 1.1rem;
}

.actionbuttonverywide a {
    width: 200px;
    background: url(/Images/Pro/buttons/blank_verywide_button.gif) no-repeat;
    color: #14404c
}

#actionbuttonverywide a,
#main a.actionbuttonOnverywide,
.actionbuttonverywide a:focus,
.actionbuttonverywide a:hover {
    background: url(/Images/Pro/buttons/blank_verywide_button.gif) no-repeat;
    color: #218E9C
}

.actionlink a:after {
    content: "\f054";
    font-family: FontAwesome;
    padding-left: 5px;
    font-size:10px;
}

.actionlink a {
    text-decoration: none;
    padding: 2px 0 4px 0;
    font-size: 1.3rem !important;
    font-family: open sans, arial, helvetica, sans-serif !important;
    color: #14404c;
    text-decoration: none !important;
}

.actionlink a:hover {
    color: #218E9C
}

.inlineactionbutton a {
    display: block;
    float: left;
    width: 50px;
    height: 22px;
    background: url(/Images/Pro/buttons/blank_small_button.gif) no-repeat;
    font: 700 1.15rem open sans, verdana, geneva, arial, helvetica, sans-serif;
    color: #14404c;
    text-decoration: none;
    text-align: center;
    padding-top: 4px;
    margin-left: 5px
}

.inlineactionbutton a:hover {
    background: url(/Images/Pro/buttons/blank_small_button.gif) no-repeat;
    color: #218E9C
}

.inlineactionbutton input {
    float: left
}

.actionlinkbig a {
    font-weight: 700;
    text-decoration: none;
    margin-left: 10px;
    background: url(/Images/Pro/buttons/blue_arw.png) 0 5px no-repeat;
    padding: 2px 0 4px 16px;
    font-size: 16px;
    font-family: arial, helvetica, sans-serif;
    color: #14404c
}

.actionlinkbig a:hover {
    color: #218E9C
}

.listPageSelector {
    margin: auto
}

.listPageSelector .pageLinksFirst,
.listPageSelector .pageLinksLast,
.listPageSelector .pageLinksNext,
.listPageSelector .pageLinksPrev {
    width: 33px
}

.listPageSelector .pageLinksFirst a,
.listPageSelector .pageLinksLast a,
.listPageSelector .pageLinksNext a,
.listPageSelector .pageLinksPrev a {
    width: 32px;
    height: 22px;
    text-indent: -5000px;
    display: block
}

.listPageSelector .pageLinksNext a {
    background: url(/images/Pro/buttons/nextPage_button.gif) top left no-repeat
}

.listPageSelector .pageLinksPrev a {
    background: url(/images/Pro/buttons/prevPage_button.gif) top left no-repeat
}

.listPageSelector .pageLinksLast a {
    background: url(/images/Pro/buttons/lastPage_button.gif) top left no-repeat
}

.listPageSelector .pageLinksFirst a {
    background: url(/images/Pro/buttons/firstPage_button.gif) top left no-repeat
}

.listPageSelector .pageLinks,
.listPageSelector .pageLinksSelected {
    width: 22px;
    text-align: center;
    background: url(/images/Pro/buttons/pageBackground_button.gif) center center no-repeat
}

.listPageSelector .pageLinks a {
    text-decoration: none;
    display: block;
    color: #999
}

.listPageSelector .pageLinksSelected {
    font-weight: 700
}

.listPageSelector .pageLinksSelected a {
    color: #0000ab;
    font-weight: 700
}

#main {
    padding-bottom: 0
}

.dualbox {
    width: 500px
}

.dualbox td {
    padding: 0;
    margin: 0
}

.dualboxleft,
.dualboxright {
    width: 235px
}

#main .dualboxleft .sectionbody {
    padding-right: 0;
    margin-right: 0
}

#main .dualboxright .sectionbody {
    padding-left: 0;
    margin-left: 0
}

.orImage {
    font: 1px sans-serif;
    text-indent: -2000px;
    width: 30px;
    height: 29px;
    background: url(/images/Pro/or.png) 1px 0 no-repeat
}

#main .dualbox .sectionlink {
    margin-left: 30px
}

#main .dualbox .sectionlink a {
    font-weight: 700
}

.indent20 {
    display: block;
    padding-left: 20px
}

.indent200 {
    display: block;
    padding-left: 200px
}

.portfolioIndexList {
    list-style: none;
    margin: 0;
    padding: 0 0 8px
}

.portfolioIndexList li {
    background: url(/images/Pro/brwn_dot.gif) 15px 4px no-repeat;
    color: #666;
    padding: 0 0 3px 25px;
    font: 10px arial, helvetica, sans-serif
}

.portfolioSectionBody {
    padding: 10px 20px 10px 25px;
    min-height: 100px;
}

.portfolioChangeInfo {
    font: 10px arial, helvetica, sans-serif;
    color: #999
}

.portfolioChangeInfo a {
    text-decoration: underline;
    color: #21969C;
    font-size: 10px
}

.portfolioSubheader {
    padding: 0;
    font: 700 1.15rem open sans, arial, helvetica, sans-serif;
    color: #18869C;
    text-decoration: none;
    margin: 0
}

.portfolioSectionBody .portfolioEditPanel,
.portfolioSectionBody .simpleForm {
    width: 100%
}

.portfolioSectionBody .simpleForm td {
    padding: 2px
}

.portfolioEditPanel td {
    padding: 5px
}

.portfolioEditPanel .field input,
.portfolioEditPanel select {
    border: 1px solid #21AEBD;
    background-color: #fff;
    color: #666;
    padding: 2px;
    font-size: 11px
}

.portfolioEditPanel .field textarea {
    border: 1px solid #21AEBD;
    background-color: #fff;
    color: #666;
    padding: 2px;
    font: 700 1.15rem open sans, arial, helvetica, sans-serif;
    width: 350px;
}

#portfolioJournal .portfolioEditPanel .field textarea {
    width: 450px;
    height: 100px
}

.simpleForm .hint {
    color: #FF4110
}

#main .portfolioEditPanel .hint,
#main .simpleForm .portfolioEditPanel .hint {
    color: #999;
    font-size: 11px
}

.portfolioSectionBody tr.portfolioDivider td,
.portfolioSectionBody tr.portfolioDivider td tr.portfolioDivider td {
    border-bottom: 1px dotted #84E3F7
}

.portfolioSectionBody tr.portfolioDivider td td {
    border: 0
}

#main .editLink a,
.portfolioSectionBody .inputButton,
.portfolioSectionBody .inputButtonWide,
.rightsection .inputButton {
    text-align: center;
    width: 50px;
    text-decoration: none;
    border: 1px solid #18869C;
    background-color: #21A6B5;
    padding: 0;
    font: 700 10px verdana, geneva, sans-serif;
    color: #fff;
    border-top-color: #ccc;
    border-left-color: #999
}

.portfolioSectionBody .inputButtonWide {
    width: auto
}

#main .editLink a {
    display: block
}

#main .editLink a:focus,
#main .editLink a:hover,
.portfolioSectionBody .inputButton:focus,
.portfolioSectionBody .inputButton:hover,
.portfolioSectionBody .inputButtonWide:focus,
.portfolioSectionBody .inputButtonWide:hover,
.rightsection .inputButton:focus,
.rightsection .inputButton:hover {
    background-color: #fff;
    color: #21A6B5;
    cursor: pointer
}

.advisorComments,
.portfolioEditPanel {
    background: #EFF7FF
}

.portfolioDisplayData {
    color: #666;
    font-size: 10px;
    font-family: arial, helvetica, sans-serif
}

.portfolioDisplayData strong {
    font-weight: 700;
    font-size: 11px
}

#main .portfolioDate {
    display: block;
    font: 10px arial, helvetica, sans-serif;
    color: #999;
    padding: 0 10px
}

#main input:disabled,
#portfolioJournal input:disabled,
.releaseNumber {
    display: none
}

.advisorComments {
    border: 1px solid #29B2BD;
    padding: 10px;
    margin-right: 10px;
}

#main .portfolioEditPanel .cancelButton {
    text-align: center;
    width: 50px;
    text-decoration: none;
    border: 1px solid #18869C;
    background-color: #846D5A;
    padding: 0;
    font: 700 10px verdana, geneva, sans-serif;
    color: #fff;
    border-top-color: #ccc;
    border-left-color: #999
}

#main .portfolioEditPanel .cancelButton:focus,
#main .portfolioEditPanel .cancelButton:hover {
    background-color: #fff;
    color: #21A6B5;
    cursor: pointer
}

.portfolioHighlight {
    background: #D6F3FF
}

.advisorcommenttable {
    margin-top: 5px;
    border: 1px dotted #ccc;
    width:95% !important;
}

div#planOfStudyReview {
    width: 98%;
}

.firstButton,
.lastButton,
.nextButton,
.previousButton {
    font-weight: 700;
    color: #21A6B5;
    border: 0;
    text-transform: lowercase
}

.previousButton {
    background: url(/images/Pro/prev_small.gif) 0 6px no-repeat;
    padding-left: 11px
}

.nextButton {
    background: url(/images/Pro/next_small.gif) right 6px no-repeat;
    padding-right: 11px
}

.lastButton {
    background: url(/images/Pro/last_small.gif) right 6px no-repeat;
    padding-right: 17px
}

.firstButton {
    background: url(/images/Pro/first_small.gif) 0 6px no-repeat;
    padding-left: 17px
}

#main .firstButton:focus,
#main .firstButton:hover,
#main .lastButton:focus,
#main .lastButton:hover,
#main .nextButton:focus,
#main .nextButton:hover,
#main .previousButton:hover,
.previousButton:focus {
    background-color: #fff;
    color: #FF3800;
    cursor: pointer
}

.clusterdescription {
    padding: 0 20px 20px 65px;
    margin: 5px 0
}

.clusterdescription a {
    font: 700 14px arial, helvetica, sans-serif
}

#workplaceSkills table,
.portfolioRadioList {
    width: 100%
}

.portfolioRadioList td {
    width: 33%;
    padding: 4px 0;
    margin: 0;
    border-bottom: 1px solid #ccc;
    color: #333
}

.portfolioSectionBody .instructions {
    margin: 0;
    font-weight: 700;
    color: #806f5c
}

.outcomeLink {
    background: #fff;
    font: 10px arial, helvetica, sans-serif
}

#portfolioview table.innertable,
#portfolioview table.simpleForm,
#portfolioview table.simpleFormShort,
.portfolioSectionBody table.innertable,
.portfolioSectionBody table.simpleForm,
.portfolioSectionBody table.simpleFormShort {
    border: none;
    background: 0 0;
    padding: 0;
    margin: 0
}

.boxtopwide {
    background: transparent;
    height: 4px;
    width: 98%;
    margin: 0 auto
}

.boxbottomwide {
    background: transparent;
    height: 4px;
    width: 98%;
    margin: 0 auto 10px
}

.sectionboxwide {
    margin: 0 auto !important;
    position:relative !important;
    z-index: 0 !important;
    clear: both !important;
    width: 96% !important;
    padding: 10px 20px;
    border: 1px solid #98C0F4;
    background: #EEF5FD;
    border-radius: 4px;
}

.headerlink .header,
.headerlink .headerfirst {
    font-size: 14px;
    font-weight: 700;
}

.nextlink a,
.prevlink a {
    padding: 2px 16px 4px;
    font: 700 12px arial, helvetica;
    text-decoration: none
}

.nextprevlinks {
    margin: auto
}

.nextlink a {
    background: url(/Images/Pro/blue_arw.png) right 4px no-repeat
}

.prevlink a {
    background: url(/Images/Pro/left_blue_arw.png) 0 4px no-repeat
}

p.hsprofilenav a,
p.hsprofilenav a:hover {
    background: url(/Images/Pro/buttons/blank_wide_button.gif) no-repeat
}

.goschoolLink {
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    padding-top: 10px;
}

#hmpgsidebar a {
    text-decoration: none
}

p.hsprofilenav {
    text-align: center;
    width: 600px;
    margin: 0 auto;
    clear: both
}

p.hsprofilenav a {
    float: left;
    display: block;
    width: 150px;
    height: 22px;
    font: 700 1.15rem open sans, verdana, geneva, arial, helvetica, sans-serif;
    color: #14404c;
    text-decoration: none;
    text-align: center;
    padding-top: 4px
}

p.hsprofilenav a:hover {
    color: #218E9C
}

#ProfileTable {
    margin-top: 20px
}

#displayArticle {
    padding: 10px 40px
}

.transControls .ajax__calendar td,
a.pdfLink {
    padding: 0
}

#articleBlurbClass,
.articleTitle {
    display: none
}

.hsprofilecontainer #actionButtons input,
.hsprofilecontainer .actionButtons input {
    background: #ece9d8;
    border: 1px outset #000;
    font-family: Arial;
    font-size: 10pt;
    text-align: center;
    text-indent: 0;
    margin: 0;
    display: inline;
    height: auto
}

a.detailsLink,
a.pdfLink {
    display: block;
    text-indent: -3000px
}

a.detailsLink {
    height: 18px;
    width: 19px;
    background: url(/images/pro/person_icon.gif) top left no-repeat;
    margin: 0 auto
}

a.pdfLink {
    float: left;
    height: 24px;
    width: 22px;
    background: url(/images/pdf.gif) top left no-repeat;
    margin-left: 5px
}

#possibleDuplicatesList li {
    width: 300px;
    clear: both
}

span.star0,
span.star1,
span.star2,
span.star3,
span.star4,
span.star5 {
    text-indent: -3000px;
    display: block
}

#possibleDuplicatesList li a {
    float: right;
    margin-right: 4px
}

span.star0 {
    background: url(/images/pro/stars/0stars.gif) top center no-repeat #000
}

span.star1 {
    background: url(/images/pro/stars/1star.gif) top center no-repeat #000
}

span.star2 {
    background: url(/images/pro/stars/2stars.gif) top center no-repeat #000
}

span.star3 {
    background: url(/images/pro/stars/3stars.gif) top center no-repeat #000
}

span.star4 {
    background: url(/images/pro/stars/4stars.gif) top center no-repeat #000
}

span.star5 {
    background: url(/images/pro/stars/5stars.gif) top center no-repeat #000
}

.errorMessage {
    color: red
}

.odd-row { background: #F5F5F5; }
.even-row { background: #FFF; }

.headerlink .subheader {
    display: block;
    color: #000;
    text-indent: 20px;
    font-weight: 700
}

.userPassFont {
    font-family: "Times New Roman", Times, FreeSerif, serif
}

.barChart {
    width: 500px
}

.barChart th {
    font-size: 12px;
    text-align: right
}

.bar,
.bar div,
.barChart td {
    font-size: 11px
}

.barChart td {
    padding: 4px;
    text-align: left;
    white-space: nowrap
}

.bar {
    color: #000;
    text-align: right!important;
    background-color: #efefef;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 55%
}

.bar div {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #7bd2f6;
    text-align: center;
    float: left;
    color: #fff;
    padding-top: 0;
    height: 1.6em;
    -webkit-box-shadow: inset -1px -1px 1px 1px rgba(55, 55, 55, .2);
    box-shadow: inset -1px -1px 1px 1px rgba(55, 55, 55, .2)
}

#bar10,
#bar12,
#bar2,
#bar4,
#bar6,
#bar8 {
    background-color: #f69220
}

.doNotDisplay {
    position: absolute;
    left: -4000px;
    top: 0
}

.fieldsetNoStyle {
    border: 0;
    margin: 0;
    padding: 0
}

.margin0 { margin: 0 !important; }
.margin5 { margin: 5px !important; }
.margin10 { margin: 10px !important; }
.margin15 { margin: 15px !important; }
.margin20 { margin: 20px !important; }

.marginT0 { margin-top: 0 !important; }
.marginT5 { margin-top: 5px !important; }
.marginT10 { margin-top: 10px !important; }
.marginT15 { margin-top: 15px !important; }
.marginT20 { margin-top: 20px !important; }

.marginB0 { margin-bottom: 0 !important; }
.marginB5 { margin-bottom: 5px !important; }
.marginB10 { margin-bottom: 10px !important; }
.marginB15 { margin-bottom: 15px !important; }
.marginB20 { margin-bottom: 20px !important; }

.marginH0 { margin-top: 0 !important; margin-bottom: 0 !important; }
.marginH5 { margin-top: 5px !important; margin-bottom: 5px !important; }
.marginH10 { margin-top: 10px !important; margin-bottom: 10px !important; }
.marginH15 { margin-top: 15px !important; margin-bottom: 15px !important; }
.marginH20 { margin-top: 20px !important; margin-bottom: 20px !important; }

.marginW0 { margin-left: 0 !important; margin-right: 0 !important; }
.marginW5 { margin-left: 5px !important; margin-right: 5px !important; }
.marginW10 { margin-left: 10px !important; margin-right: 10px !important; }
.marginW15 { margin-left: 15px !important; margin-right: 15px !important; }
.marginW20 { margin-left: 20px !important; margin-right: 20px !important; }

.padding0 { padding: 0 !important; }
.padding5 { padding: 5px !important; }
.padding10 { padding: 10px !important; }
.padding15 { padding: 15px !important; }
.padding20 { padding: 20px !important; }

.paddingT0 { padding-top: 0 !important; }
.paddingT5 { padding-top: 5px !important; }
.paddingT10 { padding-top: 10px !important; }
.paddingT15 { padding-top: 15px !important; }
.paddingT20 { padding-top: 20px !important; }

.paddingB0 { padding-bottom: 0 !important; }
.paddingB5 { padding-bottom: 5px !important; }
.paddingB10 { padding-bottom: 10px !important; }
.paddingB15 { padding-bottom: 15px !important; }
.paddingB20 { padding-bottom: 20px !important; }

.paddingH0 { padding-top: 0 !important; padding-bottom: 0 !important; }
.paddingH5 { padding-top: 5px !important; padding-bottom: 5px !important; }
.paddingH10 { padding-top: 10px !important; padding-bottom: 10px !important; }
.paddingH15 { padding-top: 15px !important; padding-bottom: 15px !important; }
.paddingH20 { padding-top: 20px !important; padding-bottom: 20px !important; }

.paddingW0 { padding-left: 0 !important; padding-right: 0 !important; }
.paddingW5 { padding-left: 5px !important; padding-right: 5px !important; }
.paddingW10 { padding-left: 10px !important; padding-right: 10px !important; }
.paddingW15 { padding-left: 15px !important; padding-right: 15px !important; }
.paddingW20 { padding-left: 20px !important; padding-right: 20px !important; }

.bold {
    font-weight: 700;
}

/* NEW PORTFOLIO STYLES */
.portfolio-box {
    overflow: hidden;
    width: 100%;
    float: left;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 4px 10px rgba(204, 204, 204, 0.25) !important;
    margin-bottom: 1.25rem;
    position: relative;
}

.portfolio-box h3 {
    padding-left: 15px;
    padding-bottom: 15px;
    color: #f47025 !important;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.portfolio-box a:hover {
    text-decoration: none;
}

#divAddLink {
    margin-bottom: 10px;
}

#divAddLink a {
    font-size: .9em;
}
.curriculum .portfolio-introduction .portfolio-start-link {
    margin-left: 130px !important;
    padding-left: 34px !important;
}

.portfolio_MGAAP .portfolio-top-header-banner .portfolio-milestone {top:0;}

#portfolio-scholarships .portfolio-top-header-banner,
#portfolio-savedcollege .msg-incomplete .portfolio-top-header-banner,
#portfolio-bragsheet .msg-incomplete .portfolio-top-header-banner {
    background-color:#07a9d2 !important;
    box-shadow: none !important;
}
#portfolio-scholarships .portfolio-body .portfolio-milestone,
#portfolio-savedcollege .msg-incomplete .portfolio-body .portfolio-milestone,
#portfolio-bragsheet .msg-incomplete .portfolio-body .portfolio-milestone {
    top: -35px !important;
    margin: 0 !important;
    line-height: 35px !important;
}

.portfolio-top-header-banner {
    background: #07a9d2;
    height: 35px;
}

#portfolio_PSAT .portfolio-introduction,
#portfolio_SAT .portfolio-introduction,
#portfolio_ACT .portfolio-introduction,
#portfolio_ASPIRE .portfolio-introduction,
#portfolio_PreACT .portfolio-introduction,
#portfolio_PREACT .portfolio-introduction,
#portfolio_WorkKeys .portfolio-introduction,
#portfolio_IB .portfolio-introduction {
    background: url("/images/pro/portfolio/icon-test-bg.png") left center no-repeat;
    padding-left: 6px;
}
#portfolio-scholarships .portfolio-milestone {
margin-top:-75px;
}
#portfolio-scholarships .portfolio-introduction {
    background: url("/images/pro/portfolio/icon-scholarships-bg.png") left center no-repeat;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 6px;
}
#portfolio-survey .portfolio-introduction {
    background: url(/images/pro/portfolio/icon-survey-bg.png) left center no-repeat;
    padding-top: 20px;
    padding-left: 6px;
}
#portfolio-savedcollege .portfolio-introduction {
    background: url(/images/pro/portfolio/icon-saved-college.png) left center no-repeat;
    padding-top: 20px;
    padding-left: 6px;
}

#portfolio-bragsheet .portfolio-introduction {
    background: url(/images/pro/portfolio/icon-brag-sheet.png) left center no-repeat;
    padding-top: 20px;
    padding-left: 6px;
}

#activity-DWYA .portfolio-introduction {
    background: url(/images/pro/portfolio/icon-human-esources.png) left center no-repeat;
    padding-top: 20px;
    padding-left: 6px;
}

#activity-WS .portfolio-introduction {
    background: url(/images/pro/portfolio/icon-human-esources.png) left center no-repeat;
    padding-top: 20px;
    padding-left: 6px;
}

#activity-LSI .portfolio-introduction {
    background: url(/images/pro/portfolio/icon-human-esources.png) left center no-repeat;
    padding-top: 20px;
    padding-left: 6px;
}

 #activity-MIAdvantage .portfolio-introduction {
    background: url(/images/pro/portfolio/icon-human-esources.png) left center no-repeat;
    padding-top: 20px;
    padding-left: 6px;
}

.portfolio-body {
    position: relative;
    padding: 10px 0;
}

.portfolio-body-color {
    background: #F5F5F5;
}

.portfolio-body a, .portfolio-comments a {
    font-weight: 600;
}

.portfolio-introduction {
    padding: 10px 0 0 165px;
}

.portfolio-milestone {
    position: absolute;
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: right;
    right: 15px;
    top: 28px;
    margin: 0;
    line-height: 35px;
}

.portfolio-info {
    position: absolute;
    float: right;
    top: 10px;
    right: 15px;
}

.portfolio-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.portfolio-info ul li {
    display: inline;
    float: right;
    padding-left: 20px;
}

.PCompletedDate {
    position: absolute;
    top: 15px;
    right: 15px;
    text-transform: none;
    color: #333;
}

.portfolio-help a {
    font-size: 2.2rem;
}

.portfolio-help a:hover {
    cursor: pointer;    
}

.portfolio-introduction h3 {
    margin-left: 165px!important;
    padding-left: 0;
}

.portfolio-introduction .portfolio-desc {
    margin-left: 165px;
    padding-right: 15px;
}

.portfolio-introduction .portfolio-start-link {
    background: #F3F3F3;
    padding-top: 10px;
    padding-left: 34px;
    padding-bottom: 10px;
    margin-left: 131px;
}

.portfolio-start-link p {
    margin-bottom: 0;
}

.portfolio-start-link p a {
    font-weight: 600;
    text-transform: uppercase;
}

.portfolio-start-link p a:hover {
    text-transform: uppercase;
}

.portfolio-start-link p a:before {
    content: "\0003E";
    padding-right: 5px;
}

.portfolio-body .divider {
  border-top: 2px solid #E8EAE9;
  margin: 10px 15px 10px 15px;
  padding: 10px 0 5px 0;
  color: #267FB4;
  text-transform: uppercase;
}

.portfolio-body .divider:first-of-type {
    border: 0;
    margin-top: 0;
}

.portfolio-legend {
    padding-top: 20px;
}

.portfolio-legend .col-height {
    display: inline-block;
    vertical-align: bottom !important;
}

.portfolio-legend-1, .portfolio-legend-2, .portfolio-legend-3 {
    padding: 0 0 3px 0;
    text-align: center;
    text-transform: uppercase;
    border-left: 2px solid #FFF;
    border-right: 2px solid #FFF;
}

/* human esources */
.human-esources .portfolio-introduction {background: url(/images/pro/portfolio/icon-human-esources.png) left center no-repeat;padding-left: 6px;}

/* portfolio legend colors */
#portfolio_SAT .portfolio-legend-1 p, #portfolio_PSAT .portfolio-legend-1 p { border-bottom: 5px solid #BE081C; }
#portfolio_SAT .portfolio-legend-2 p, #portfolio_PSAT .portfolio-legend-2 p { border-bottom: 5px solid #FFCE58; }
#portfolio_SAT .portfolio-legend-3 p, #portfolio_PSAT .portfolio-legend-3 p { border-bottom: 5px solid #43E1AB; }
#portfolio_SAT .portfolio-legend-4 p, #portfolio_PSAT .portfolio-legend-4 p { border-bottom: 5px solid #3EAFD7; }

#portfolio_ACT .portfolio-legend-1 p { border-bottom: 5px solid #F47026; }
#portfolio_ACT .portfolio-legend-2 p { border-bottom: 5px solid #3EAFD7; }

#portfolio_ASPIRE .portfolio-legend-1 p { border-bottom: 5px solid #F47026; }
#portfolio_ASPIRE .portfolio-legend-2 p { border-bottom: 5px solid #3EAFD7; }
#portfolio_ASPIRE .portfolio-legend-3 p { border-bottom: 5px solid #F2D450; }
#portfolio_ASPIRE .portfolio-legend-4 p { border-bottom: 5px solid #42D29D; }

#portfolio_PreACT .portfolio-legend-1 p,#portfolio_PREACT .portfolio-legend-1 p {
  border-bottom: 5px solid #BE081C;
}

#portfolio_PreACT .portfolio-legend-2 p,#portfolio_PREACT .portfolio-legend-2 p {
  border-bottom: 5px solid #FFCE58;
}

#portfolio_PreACT .portfolio-legend-3 p,#portfolio_PREACT .portfolio-legend-3 p {
  border-bottom: 5px solid #43E1AB;
}

.scoreContainer {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 5px;
}

.scoreContainer:first-child {
    padding-top: 10px;
    padding-bottom: 10px;
}

.scoreContainer .row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    margin-bottom: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 3px -1px #D9D9D9;
    -moz-box-shadow: 0 3px 3px -1px #D9D9D9;
    box-shadow: 0 3px 3px -1px #D9D9D9;
}

.subscore .container-fluid {
    padding-left: 30px;
}

.section-subscore {
    position: relative;
    background: #36AEDB url("/images/pro/portfolio/arw-tab.png") center right no-repeat;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-right: 25px;
}

.score-label {
    padding: 10px 0 0 0;
    margin: 0;
    width: 100%;
    color: #FFF;
    font-size: 1.12em;
    font-weight: bold;
    line-height: 1.1em;
    text-align: center;
    text-transform: uppercase;
}

.score-label-no-score {
    padding: 25px 0;
}

.amount {
    position: relative;
    top: -5px;
    background: none;
    border: 0;
    width: 100%;
    padding-bottom: 10px;
    color: #FFF;
    font-size: 2.75em;
    font-weight: bold;
    text-align: center;
}

#percentile-1 {
    font-size: .55em;
    letter-spacing: .1em;
    line-height: .5em;
    text-transform: uppercase;
}

.score-percentile {
    color: #FFF;
    font-size: .9em;
    text-align: center;
    text-transform: uppercase;
}

.section-score-slider {
    background: #FFF;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.section-score-slider .col-xs-12, .section-score-slider .col-sm-12, .section-score-slider .col-md-12 {
    text-align: center;
}

.section-score-slider p {
    padding: 0;
}

.ui-slider-handle, .ui-state-default {
    background-image: none !important;
    background-color: #FFF !important;
    top: -.6em !important;
    width: 1.4em !important;
    height: 1.4em !important;
    border-radius: 10px !important;
    -webkit-box-shadow: 0 1px 13px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 13px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 13px 1px rgba(0, 0, 0, 0.3);
}

.ui-slider-range-min {
    background-image: none;
}

.ui-state-disabled {
    opacity: 1 !important;
}

.ui-widget-content {
    background: none !important;
}

.no-image {
    background-image: none;
    background-color: #267fb4 !important;
}

.slider-score {
    height: 6px !important;
    margin-top: 6px !important;
    border: 0 !important;
}

.ui-slider-range:not(.ui-slider-range-min) {
    background-color: #51DDEA;
}

.single-color .ui-slider-range:not(.ui-slider-range-min) {
    background-color: #3EAFD7;
}

.guidance {
    background: #FFF;
    padding: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow: -7px 0 7px -7px #D9D9D9;
    -moz-box-shadow: -7px 0 7px -7px #D9D9D9;
    box-shadow:-7px 0 7px -7px #D9D9D9;
    vertical-align: top;
}

.guidance p {
    margin: 0;
    padding: 10px;
}

.ClsTotal {
    background: url("/images/pro/portfolio/score_bg.png") center center no-repeat;
    background-size: cover;
    border-radius: 7px;
    padding: 0;
    width: 100%;
    height: 98px;
    box-shadow: none;
    color: #FFF;
    font-weight: 600;
    font-size: 2em;
    text-align: center;
}

.ClsTotal span {
    font-size: 2em;
    letter-spacing: 0em;
    line-height: 1.25em;
}

#score-container-1 .row-height {
    box-shadow: none;
}

.portfolio-test-type-buttons {
    padding: 10px;
    text-align: center;
}

.portfolio-test-date-buttons {
    padding: 0 0 20px 0;
    text-align: center;
    font-size: 1.25em;
}

.portfolio-test-date-buttons label {
    line-height: 60px;
}

.portfolio-top-buttons {
    position: relative;
    padding: 15px 15px 0 15px;
    color: #267fb4;
    text-transform: uppercase;
}

.portfolio-btm-buttons {
    margin-bottom: 15px;
    text-transform: uppercase;
}

.portfolio-btm-buttons p {
    margin-bottom: 0;
}

.portfolio-body .btn-custom, .portfolio-comments .btn-custom {
    padding: 10px 20px;
    margin: 0 5px;
    font-weight: 600;
    text-transform: uppercase;
}

.portfolio-body .btn-primary, .portfolio-comments .btn-primary {
    border-color: #36AEDB;
    background: #36AEDB;
}

.portfolio-body .btn-round, .portfolio-comments .btn-round {
    border-radius: 20px;
}

.portfolio-body .form-dropdown {
    display: inline;
    background: #FFF;
    padding: 10px 15px;
    margin: 0 5px;
    border-radius: 25px;
    -webkit-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
}

.portfolio-body .form-dropdown select {
    background: none;
    width: auto;
    border: 0;
    color: #36AEDB;
    font-size: .8em;
    text-transform: uppercase;
}

.scoreContainer .form-dropdown {
    padding: 12px 15px;
    font-size: 1em;
}

.scoreContainer .form-dropdown select {
    font-size: 1em;
}

.portfolio-body .form-dropdown select option {
    background: none !important;
}

.form-dropdown-display {
    display: block !important;
    padding-left: 0;
    margin-left: 0;
    text-align: center;
}

.form-dropdown-display, .form-dropdown-display:hover, .form-dropdown-display:hover select {
    background: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #36AEDB !important;
}

.form-dropdown-display select {
    font-weight: bold !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-dropdown-display:hover {
    display: inline !important;
    background: #FFF !important;
    padding: 12px 15px !important;
    margin: 0 5px !important;
    border-radius: 25px !important;
    -webkit-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2) !important;
    -moz-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2) !important;
}

.form-dropdown-display:hover select {
    color: #36AEDB !important;
    background: #FFF !important;
}

/*test activity titles*/
#ACT .portfolio-body h3,
#SAT .portfolio-body h3,
#PSAT .portfolio-body h3,
#IB .portfolio-body h3,
#WorkKeys .portfolio-body h3,
#PreACT .portfolio-body h3
{
    padding: 5px 15px 0 15px;
}
#ACT .portfolio-introduction h3,
#SAT .portfolio-introduction h3,
#PSAT .portfolio-introduction h3,
#IB .portfolio-introduction h3,
#WorkKeys .portfolio-introduction h3,
#PreACT .portfolio-introduction h3
{
    padding: 5px 0 0 0;
}

.portfolio-box select.amount {
    top: 0;
    background: none;
    border: 0;
    width: auto;
    padding-bottom: 0;
    color: #36AEDB;
    font-size: 1em;
    font-weight: normal;
    text-align: left;
}

.portfolio-test-type-buttons button {
    background: #FFF;
    border: 2px solid #CCC;
    color: #CCC;
}

.highlighted-button {
    background: #36AEDB !important;
    border-color: #36AEDB !important;
    color: #FFF !important;
    opacity: 1 !important;
}

.highlighted-button:hover {
    color: #FFF;
}

.other-results {
    background: #36AEDB;
    margin: 10px 15px;
    border-radius: 4px;
    color: #FFF;
    font-size: 1.3em;
    font-weight: 600;
    text-transform: uppercase;
    width: 96%;
    box-shadow: 1px 1px 0 1px #2D8FB4;
}

.other-results-link {
    padding: 10px 30px;
    width: 100%;
}

.other-results-arrow {
    background: #2d8fb4;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: middle;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 1.75em;
    box-shadow: 1px 1px 0 1px #2D8FB4;
}

.other-results-link:hover, .other-results-arrow:hover {
    cursor: pointer;
}

.enter-more-tests {
    margin-bottom: 0 !important;
}

a.morelink {
    text-decoration: none;
    outline: none;
}

.morecontent span {
    display: none;
}

.disabled-link{
    pointer-events: none;
    cursor: default;
}

.EditModeButtons a {
    padding: 0 5px;
}

/* loading spinner */
.loading{
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    padding: 0.8em; /*size*/
    vertical-align: middle;
    text-align: center;
    background-color: transparent;
    border: 6px solid transparent;
    border-top-color:  #f47025;
    border-bottom-color:  #f47025;
    border-radius: 50%;
}

.loading-small{
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    padding: 0.17em;
    vertical-align: middle;
    text-align: center;
    background-color: transparent;
    border: 5px solid transparent;
    border-top-color: #FFF;
    border-bottom-color :#FFF;
    border-radius: 50%;
}

.outer { animation: spin 1s infinite; }
.inner { animation: spin 1s infinite; }

#wrap {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    width: 750px;
    margin-left: auto ;
    margin-right: auto ;
    text-align: center;
    position: absolute;
    padding-top: 25px;
}

.arrow-links {
    text-transform: uppercase;
}

.arrow-links:before {
    content: "\003e \00a0";
}

.question-error-msg {
    color: #e73d4a;
}

/* PORTFOLIO - ADD COMMENT */
.portfolio-comments {
    font-family: 'Raleway', sans-serif;
    font-weight: 1em;
}

.portfolio-comments h4 {
    padding-bottom: 15px;
    color: #267fb4;
    font-size: 1.25em;
    font-weight: 600;
    text-transform: uppercase;
}

.portfolio-comments ul {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
}

.portfolio-comments ul li {
    margin: 0 20px 0 0;
    padding: 10px;
}

.portfolio-comments .fa {
    color: #ec7323;
    font-size: 1.5em;
    padding-left: 10px;
}
  
.portfolio-comments .fa-pencil {
    font-size: 2em;
}

.portfolio-comments-btns div {
    display: inline;
}

.portfolio-comments-btns button {
   padding-left: 0;
   padding-right: 0;
   margin-left: 0;
   margin-right: 0;
}

.portfolio-comments-btns .fa {
    cursor: pointer;
}

.portfolio-comments-bg {
    padding-right: 0;
    font-size: 1.5em;
}

/* NEW BOOTSTRAP FORM */
.component-body {
    padding: 10px 15px;
}

.form-with-help {
    margin-right: 5rem;
}

.form-control {
    height: auto;
}

.control-label {
    font-weight: normal;
}

.panel-default {
    border-color: #85B4E2;
}

.panel-default > .panel-heading {
    background-color: #85B4E2;
    border-color: #85B4E2;
}

.panel-heading h3, .panel-heading h4 {
    padding-bottom: 0;
    color: #FFF;
    text-transform: uppercase;
}

.component-help-top {
    position: relative;
    display: block;
    
}

.help-question {
    position: absolute;
    background: #85B4E2;
    top: 0;
    right: 0;
    padding: 5px;
    border-radius: 2rem;
    width: 2rem;
    height: 2rem;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.help-question .fa-question {
    font-size: 2rem;
    color: #FFF;
}

.help-bubble-box {
    display: none;
    margin: 0 5rem 1.5rem 0rem;
}

.talk-bubble {
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    background-color: #d2e3f4;
}

.round {
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

.talktext {
    position: relative;
    padding: 15px 35px 15px 15px;
}

.tri-right.border.right-in:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    bottom: auto;
    border: 15px solid;
    border-color: #666 transparent transparent #666;
}

.tri-right.right-in:after{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -15px;
    top: 15px;
    bottom: auto;
    border: 10px solid;
    border-color: #d2e3f4 transparent transparent #d2e3f4;
}

.bubble-close {
    position: absolute;
    top: 7px;
    right: 8px;
    color: #6DB5B0;
    font-weight: normal;
}

.bubble-close i {
    border: 1px solid #6DB5B0;
    padding: 2px 3px;
}

.bubble-close i:hover {
    border: 1px solid #2d699e;
}

.hint {
    color: #999;
}

/*error image arrow*/
.form-group > div > span > img {
    position: absolute;
    top: 12px;
    left: -4px;
}

/* hack */
.form-actions .actionbutton {
    margin: 0 5px;
}

.component-alert {
    position: relative;
    margin: 0 6.3rem 1rem 15px;
}

.component-alert ul {
    margin-left: 15px;
}

.component-alert ul:before {
    content: "test";
    position: absolute;
    top: 5px;
    left: 10px;
    content: "\f06a";
    font-family: "FontAwesome";
    font-size: 4rem;
}

.error-message {
    position: relative;
    padding: 40px;
    color: #B04442;
    font-size: 1.5rem;
}

.error-message div {
    margin-left: 6rem;
}

.error-message div p {
    padding: 0;
    margin: 0 0 15px 0;
}

.error-message:before {
    position: absolute;
    top: 3.5rem;
    content: "\f071";
    color: #B04442;
    font-family: "FontAwesome";
    font-size: 4rem;
}

/* SCHOLARSHIP - PARENT/STUDENT VIEW */
.portfolio-scholarship-display {
    margin-bottom: 15px;
    margin-right: 15px;
}

.portfolio-scholarship-display .portfolio-scholarship-display-item {
    border-bottom: 1px solid #DDD;
    padding-top: 10px;
    padding-bottom: 10px;
}

.portfolio-scholarship-display .portfolio-scholarship-display-item:nth-child(even) {
    background: #F8F8F8;
}

.portfolio-scholarship-display .portfolio-scholarship-display-item:last-child {
    border-bottom: 0;
}

.portfolio-scholarship-display .portfolio-scholarship-display-item h4 {
    font-weight: normal;
}

@media (min-width: 768px) {
    .col-height {
        display: table-cell;
        float: none;
        vertical-align: middle;
    }

    .ClsTotal h4 {
        position: absolute;
        left: 20px;
        top:45%;
        color: #FFF !important;
        font-size: .8em !important;
    }

    .portfolio-comments {
        padding-left: 40px;
        padding-right: 30px;
    }

    .portfolio-comments-btns {
        text-align: right;
    }
}

@media (max-width: 767px) {

    .subscore .container-fluid {
        padding-right: 30px;
    }

    .section-subscore {
        background-image: none;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0;
        padding-right: 0;
    }

    .slider-score {
        margin-top: 20px !important;
        margin-bottom: 20px;
    }

    .scoreContainer .form-dropdown select {
        margin: 25px 0;
    }

    .guidance {
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        -webkit-box-shadow: 0 0 7px 0 #D9D9D9;
        -moz-box-shadow: 0 0 7px 0 #D9D9D9;
        box-shadow: 0 0 7px 0 #D9D9D9;
    }

    .other-results-arrow {
        position: absolute;
        top: 2px;
        right: 0;
    }

    .portfolio-milestone {
        padding-right: 10px;
    }

    .minScore, .maxScore {
        padding-top: 15px;
    }

     .ClsTotal h4 {
        padding-top: 20px;
        color: #FFF !important;
        font-size: .9em;
        line-height: .5em;
        text-align: center;
     }
}

@media (max-width: 480px) {
    .portfolio-intro-box {
        background: none !important;
    }

    .portfolio-intro {
        padding-left: 15px;
    }

    .portfolio-start-link {
        padding-left: 20px;
        margin-left: -6px
    }

    .minScore {
        padding-right: 0;
    }

    .maxScore {
        padding-left: 0;
    }
}

#career-clusters .progress-bar, #CSSChartDiv .progress-bar {
  color: #fff !important;
}

.componentbox {
    width: 96% !important;
    padding: 10px 20px;
    border: 1px solid #98C0F4;
    background: #EEF5FD;
    border-radius: 4px;
}

/*Font/layout fixes*/
.studentSearchGo {
    font-family: inherit !important;
    font-weight: 600 !important;
    font-size: 1.1rem !important;
    text-transform: uppercase;
}
.commain h4 {
    font-size: 1.525rem;
}
.row-eq-height {
    display: -webkit-flex;
    display: flex;
}

/* tooltip */
.page-content .tool-tip {
    text-decoration: none;
}
.page-content .tool-tip:hover {
    cursor:pointer;
    position: relative;
}
.page-content .tool-tip span {
    display: none;
}
.page-content .tool-tip:hover span {
    color:#333;
    font-size:13px;
    line-height: 18px;
    padding: 10px 15px;
    display: block;
    z-index: 100;
    left: -10px;
    margin: 10px 0 0 0;
    width: 250px;
    position: absolute;
    top: 15px;
    text-decoration: none;
    cursor:default;
    background-color: #fff;
    text-align: left;
    border: 1px solid #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 10px 0px #f1f1f1;
    -moz-box-shadow: 1px 1px 10px 0px #f1f1f1;
    -ms-box-shadow: 1px 1px 10px 0px #f1f1f1;
    -o-box-shadow: 1px 1px 10px 0px #f1f1f1;
    box-shadow: 1px 1px 10px 0px #f1f1f1;
}

/* notes */
.page-content .note {
    position:relative;
    font-size:14px;
    padding: 15px 15px 15px 20px;
    margin-bottom: 20px;
}
.page-content .note p {
    color: #333;
    margin-bottom:0;
    font-size:14px;
}
.page-content .note-success {
    background-color: #edf9f2;
    border-left: 4px solid #00bd9d;
}
.page-content .note-success i {
    color: #00bd9d !important;
}
.page-content .note-info {
    background-color: #eff9fa;
    border-left: 4px solid #316ebe;
}
.page-content .note-info i {
    color: #316ebe !important;
}
.page-content .note-warning {
    background-color: #fdf9e7;
    border-left: 4px solid #ffc800;
}
.page-content .note-warning i {
    color: #ffc800 !important;
}
.page-content .note-danger {
    background-color: #feefef;
    border-left: 4px solid #f45f63;
}
.page-content .note-danger i {
    color: #f45f63 !important;
}


 /* alerts */
    .page-content .alert {
        color:#333;
    }
    .page-content .alert ul {
        padding-left: 5px;
        list-style-position: inside;
    }
    .page-content .alert-danger {
        background-color: #feefef;
        border: none;
    }
    /* alerts */
    .page-content .alert {
    position:relative;
        float:left;
        display:block;
        width:100%;
    }
   
    .page-content .alert h4 {
        margin-top:5px;
        margin-bottom:5px;
        color: #333;
    }
    .page-content .alert p {
        color: #333;
        margin-bottom:0;
    }
    .page-content .alert-success {
        background-color: rgba(0, 189, 157, 0.10);
        border: none;
    }
    .page-content .alert-success i {
        color: #00bd9d;
    }
    .page-content .alert-info {
        background-color: #eff2fa;
        border: none;
    }
    .page-content .alert-info i {
        color: #316ebe;
    }
    .page-content .alert-warning {
        background-color: rgba(244, 212, 95, 0.15);
        border: none;
    }
    .page-content .alert-warning i {
        color: #ffc800;
    }
    .page-content .alert-danger {
        background-color: rgba(244, 95, 99, 0.10);
        border: none;
    }
    .page-content .alert-danger i {
        color: #f45f63;
    }
    .page-content .alert-dismissable .close, .alert-dismissible .close {
        position:absolute;
        top: 31px;
        right:20px;
        z-index:10;
    }


/* basic styles*/
    .container-fluid {
        padding-right:0;
        padding-left:0;
   }

    .page-content {
        padding-top: 15px;
    }

    .page-content p,
    .page-content ul,
    .page-content a {
        font-size: 14px;
    }

    .page-content p strong {
        font-weight: bold;
    }
.page-content a {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    cursor: pointer;
    color: #316ebe;
}
.page-content a:hover {
    color: #15324c;
    text-decoration:none;
}

    /* panel styling */
    .panel-wrap {
        width: 100%;
        float: left;
        position: relative;
        border: 1px solid #eee;
        -webkit-box-shadow: 1px 1px 10px 0px #f1f1f1;
        -moz-box-shadow: 1px 1px 10px 0px #f1f1f1;
        -ms-box-shadow: 1px 1px 10px 0px #f1f1f1;
        -o-box-shadow: 1px 1px 10px 0px #f1f1f1;
        box-shadow: 1px 1px 10px 0px #f1f1f1;
        margin-bottom: 10px;
        background-color:#fff;
    }

    .panel-wrap .panel-header {
        padding: 10px 20px;
        border-bottom: 1px solid #eee;
    }

    .panel-wrap .panel-header h3,.panel-wrap .panel-header h4 {
        margin: 0;
        padding-bottom: 0;
        padding-top:0 !important;
        font-size: 16px;
        font-weight: bold;
    }

    .panel-wrap .panel-header h3 i,.panel-wrap .panel-header h4 i {
        color: #316ebe;
    }

    .panel-wrap .panel-body {
        padding: 15px 20px;
    }
    .panel-wrap .panel-body ol {
        font-family: inherit;
        font-size: 14px;
        font-style: normal;
        color: #333;
    }
    .panel-wrap .panel-body ol li p {
        font-family: inherit;
        font-style: normal;
    }
    .panel-wrap .panel-body ol li p a {
        color: #316ebe !important;
        font-weight:bold;
    }

    .panel-wrap .panel-body ol li p a.aspNetDisabled {
        color: #888 !important;
        cursor: unset;
        font-weight: normal;
    }

    /* common classes */
    .mt-10 {
        margin-top: 10px;
    }
    .mt-20 {
        margin-top: 20px;
    }
    .mr-5 {
        margin-right: 5px;
    }

    .mb-5 {
        margin-bottom: 5px;
    }

    .ml-5 {
        margin-left: 5px;
    }
    .mb-0 {
        margin-bottom:0;
     }
    .btn {
        border-radius: 0;
    }

    .btn-primary {
        background-color: #316ebe;
        border: none;
        color: #fff !important;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -ms-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
    }

    .btn-primary:active:hover,
    .btn-primary:active,
    .btn-primary:focus,
    .btn-primary:hover {
        background-color: #1f4a84;
        border: none;
        box-shadow: none;
        color: #fff;
    }

    .btn-default {
        background-color: #eef1f5;
        border: none;
        color: #316ebe;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -ms-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
    }

    .btn-default:active:hover,
    .btn-default:active,
    .btn-default:focus,
    .btn-default:hover {
        background-color: #dce2ea;
        color: #1f4a84;
        border: none;
        box-shadow: none;
    }

    .d-block {
        display: block;
    }

    .btn-double {
        height: 30px;
        line-height: 30px;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        position: relative;
    }

    .btn-double .btn-icon {
        padding-right: 0;
        margin-left: 10px;
        border-left: 1px solid #90b1dc;
        height: 30px;
        display: inline-block;
    }

    .btn-double .btn-icon i {
        padding-left: 7px;
        padding-top: 8px;
    }

/* common */
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
    padding-right:0;
    padding-left:0;
    margin-right: 0;
    margin-left:0;
}
.page-content .overflow-scroll-500 {
    max-height: 500px;
    overflow-y: scroll;
}

.page-content .d-inline-block {
        display:inline-block !important;
    }
 .page-content .p-top-neg7 {
    position:relative;
    top:-7px;
}
    .page-content .mt-0 {
        margin-top:0px !important;
    }
    .page-content .mt-5 {
        margin-top:5px !important;
    }
 .page-content .mt-7 {
        margin-top:7px !important;
    }
    .page-content .mt-30 {
        margin-top:30px !important;
    }
    .page-content .mt-10 {
        margin-top:10px !important;
    }
 .page-content .mt-15 {
        margin-top:15px !important;
    }
    .page-content .mr-5 {
        margin-right:5px !important;
    }
    .page-content .mr-10 {
        margin-right:10px !important;
    }
    .page-content .mb-10 {
        margin-bottom:10px !important;
    }
    .page-content .mb-20 {
        margin-bottom:20px !important;
    }
    .page-content .pt-0 {
        padding-top:0px !important;
    }
    .page-content .pb-5 {
        padding-bottom:5px !important;
    }
    .page-content .width-full {
        float: left;
        width: 100%;
    }
    .page-content  .indent-left-20 {
        padding-left:20px;
    }

    .page-content .title {
        border-bottom: 1px solid #eee;
        padding-bottom:10px;
        margin-bottom:15px;
        text-transform: initial;
        font-weight:600;
        font-size:18px;
    }
.page-content .title.title-center {
    border-bottom: none;
    text-transform: initial;
    font-weight:600;
    font-size:18px;
    text-align:center;
    line-height:22px;
    padding:0;
    margin:10px 0 15px 0
}
.page-content .title-sub {
    width:100%;
    float:left;
    text-align:center;
}
    .page-content .title i {
        color: #316ebe;
    }
.page-content .title .btn-default.btn-back {
    float: left;
    margin-right: 10px;
    margin-top: -6px;
    padding: 8px 13px 9px;
    font-size: 13px;
    height: 30px;
    width: 30px;
}
.page-content table td.questionLabel {
    border: 1px solid #e7ecf1;
    background-color: #f6f8fa;
    padding-right: 6px;
    font-weight: 700;
    color: #333;
}
.page-content table td.questionAnswer {
    border: 1px solid #e7ecf1;
    background-color: #fbfbfb;
    padding: 6px;
    color: #333;
}
.page-content .label-right {
    text-align:right;
    width:100%;
}

    .page-content * {
        box-sizing:border-box;
    }
    .page-content strong {
        font-weight:600;
    }

 /* forms */
    .page-content select.form-control::-ms-expand {
        display: none;
    }
    .page-content select.form-control {
        background: #fff url(/images/Pro/icon-arrow.png) no-repeat top 13px right 12px;
        background-size: 11px auto;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        cursor: pointer;
        padding-right: 30px;
        height: 34px;
    }
.page-content select[multiple].form-control {
        height:auto;
        background:#fff;
    }
    .page-content textarea.form-control {
        height:auto;
    }
    .page-content .form-control.disabled {
        background-color: #eef1f5;
        cursor:default;
        color:#333;
    }
    .page-content .form-control.disabled:hover {
        border:1px solid #c2cad8;
    }
  .page-content .input-75 {
        max-width:75px;
    }  
  .page-content .input-sm {
        max-width:200px;
    }
    .page-content .input-md {
        max-width:250px;
    }
    .page-content .input-lg {
        max-width:300px;
    }
    .page-content .input-inline {
       float:left;
       display:inline-block;
    }
    .page-content .form-control {
        display: block;
        width: 100%;
        height:34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #595959;
        background-color: #fff;
        background-image: none;
        border: 1px solid #c2cad8;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }
    .page-content .form-control:hover {
        border-color: #93a1bb;
    }
    .page-content .form-control:focus {
        border-color: #93a1bb;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(188, 209, 245, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(188, 209, 245, 0.6);
    }
    .page-content .form-group label {
        margin: 5px 0;
        font-weight: normal;
        font-size: 14px;
    }
.page-content p.form-control {
    height:inherit !important;
}

/* radio */
    .page-content .radio-style {
        position:relative;
        width: 100%;
        float: left;
    }
    .page-content .radio-style td {
        width: 100%;
        float: left;
        position:relative;
    }
    .page-content .radio-style input[type="radio"] {
        margin-bottom: 10px;
        opacity: 0;
        z-index: 1;
        width: 25px;
        height: 25px;
        position: absolute;
        top: 0px;
        margin-top: 0;
        cursor: pointer;
    }
    .page-content .radio-style label {
        display: inline-block;
        padding-left: 10px;
        margin-bottom: 5px;
        margin-top:0;
        width: 100%;
        padding-left: 20px;
        position:relative;
        pointer-events: inherit;
        font-size:14px;
        cursor:pointer;
        font-weight:normal;
    }
    .page-content .radio-style label::before {
        -webkit-transition: color 0.15s ease-in-out;
        -moz-transition: color 0.15s ease-in-out;
        -ms-transition: color 0.15s ease-in-out;
        -o-transition: color 0.15s ease-in-out;
        transition: color 0.15s ease-in-out;
    }
    .page-content .radio-style label::before {
        content: "\f1db";
        font-family: "FontAwesome";
        font-size: 16px;
        color: #ccc;
        display: inline-block;
        position: absolute;
        width: 15px;
        height: 15px;
        left: 0px;
        background-color: #FFF;
        cursor: pointer;
        line-height: 15px;
        padding-left: 1px;
        top:2px;
    }

    .page-content .radio-style input[type="radio"]:checked + label::before{
        font-family: "FontAwesome";
        content: "\f192";
        color: #316ebe;
        border: none;
    }
    .page-content .radio-style input[type="radio"]:focus + label::before {
        border-color: #93a1bb;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(188, 209, 245, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(188, 209, 245, 0.6);
        border-radius:20px;
    }

/* radio without div - only fieldset */
.page-content fieldset {
        position:relative;
    }
    .page-content fieldset input[type="radio"] {
        width: 20px;
        height: 20px;
        text-align: center;
        float: left;
        position: absolute;
        margin-top: 0;
    }
    .page-content fieldset input[type="radio"] + label {
        position: relative;
        top: 2px;
        font-weight: normal;
        margin: 0;
        padding: 0 0 5px 25px;
        width: 100%;
        cursor:pointer;
        line-height:18px;
        font-size:14px;
    }

    .page-content fieldset input[type="radio"]:before {
        position:absolute;
        background: #fff;
        border: 1px solid #c2cad8;
        height:20px;
        width:20px;
        border-radius: 15px;
        display:block;
        content:"";
        z-index: 10;
        top: 0;
        -webkit-box-shadow:inset 1px 1px 2px rgba(0, 0, 0, .075);
        box-shadow:inset 1px 1px 2px rgba(0, 0, 0, .075);
        -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        cursor:pointer;
    }

    .page-content fieldset input[type="radio"]:after  {
        opacity:0;
        height: 8px;
        width: 8px;
        background-color: #fff;
        border-radius: 10px;
        content: "";
        position:absolute;
        z-index:15;
        cursor:pointer;
        left: 6px;
        opacity:0;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -ms-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        top:6px;
    }
    .page-content fieldset input[type="radio"]:hover:after  {
        opacity:1;
        background-color:#c4c9cd;
    }
    .page-content fieldset input[type="radio"]:checked:before {
        background-color:#316ebe;
    }
    .page-content fieldset input[type="radio"]:checked:after {
        opacity:1;
        height: 8px;
        width: 8px;
        background-color: #fff;
        border-radius: 10px;
        content: "";
        color:#fff;
        position:absolute;
        z-index:15;
        cursor:pointer;
        font-size: 9px;
        left: 6px;
    }
    .page-content fieldset input[type="radio"]:focus{
        outline:none;
    }
    .page-content fieldset input[type="radio"]:focus:before{
        border-color: #93a1bb;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(188, 209, 245, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(188, 209, 245, 0.6);
    }

    /* on/off toggle */
    .page-content .can-toggle {
        display: inline-block;
        float: left;
        margin-top: 3px;
    }
    .page-content .can-toggle input[type="checkbox"] {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
    }
    .page-content .can-toggle label {
        margin-bottom:0;
        cursor: pointer;
    }
    .page-content .can-toggle label .toggle-switch {
        position: relative;
        display: inline-block;
        float: left;
        height: 30px;
        width: 55px;
        border-radius: 30px !important;
        background: #eef1f5;
        border:1px solid #c2cad8;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -ms-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
    }
    .page-content .can-toggle label .toggle-switch:hover {
        background:#dee1e5;

    }
    .page-content .can-toggle label .toggle-switch:after {
        top: 1px;
        left: 1px;
        border-radius: 30px;
        width: 26px;
        height:26px;
        font-size: 13px;
        -webkit-box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.15);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
        -moz-box-shadow:    3px 2px 10px 0px rgba(0, 0, 0, 0.15);  /* Firefox 3.5 - 3.6 */
        box-shadow:         3px 2px 10px 0px rgba(0, 0, 0, 0.15);  
        content: '';
        position: absolute;
        z-index: 5;
        background: #fff;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
        transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
        transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
        transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    }
    .page-content .can-toggle .toggle-text {
        position: relative;
        width: auto;
        float: left;
        display: inline-block;
        height: 30px;
        color: #333;
        margin-left: 10px;
        padding-right:10px;
    }
    .page-content .can-toggle label .toggle-text:after  {
      content: attr(data-unchecked);
      line-height:30px;
    }
    .page-content .can-toggle input[type="checkbox"]:checked ~ label .toggle-text:after  {
      content: attr(data-checked);
      line-height:30px;
    }

    .page-content .can-toggle input[type="checkbox"]:checked ~ label .toggle-switch {
      background-color: #316ebe;
      border-color: #316ebe;
    }
    .page-content .can-toggle input[type="checkbox"]:checked:focus ~ label .toggle-switch, .page-content .can-toggle input[type="checkbox"]:checked:hover ~ label .toggle-switch {
      background-color: #316ebe;
    }

    .page-content .can-toggle input[type="checkbox"]:checked ~ label .toggle-switch:after {
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    .page-content .can-toggle input[type="checkbox"][disabled] ~ label {
      pointer-events: none;
    }
    .page-content .can-toggle input[type="checkbox"][disabled] ~ label .toggle-switch {
      opacity: 0.4;
    }
    


    /* error styling */
    .page-content .has-error label {
         color: #f4516c;
         font-weight:600;
    }
    .page-content .has-error .form-control {
        border-color: #f4516c;
    }
    .page-content p.error-message {
        color: #f4516c;
        font-size: 14px;
        margin-bottom:0;
        margin-top:5px;
        line-height:1.3em;
        padding:0;
        display:none;
    }
    .page-content .has-error p.error-message {
        display:block;
    }
    .page-content .has-error p.error-message:before {
        display:none;
    }
    .page-content .has-error p.error-message i {
        position: relative;
        top: -1px;
    }


    /* ------------------ help page ---------------- */
 .page-content .help-container {
        width: 100%;
        float: left;
    }
    .page-content .help-container #talktous .col-sm-5 {
        width:100% !important;
    }
    .page-content .help-container #talktous .col-sm-offset-1 {
        margin-left:0 !important;
    }
    .page-content .help-container #talktous em {
        display: inline-block;
        margin-top: 6px;
        color: #989898;
    }
    .page-content .help-container #ctl72_tdUserRole,
    .page-content .help-container #ctl76_tdUserRole {
        display:none;
    }
    .page-content .help-container br {
        display:none;
    }
    .page-content .help-container #talktous .actionbutton a {
        float:left;
        width: auto;
        padding:6px 25px;
        background: #316ebe;
        height: auto;
        border: none;
        color: #fff !important;
        font-weight: normal;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -ms-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        display: inline-block;
    }
    .page-content .help-container .actionbutton a:hover {
        background-color: #1f4a84 !important;
        border: none;
        box-shadow: none;
        color: #fff;
    }
 @media (max-width: 767px) {
        .page-content .contact-block {margin-top:30px;}
    }



    /* Sign In */
    .signin {
        width: 100%;
        height: 100vh;
        float: left;
        background-color: #fff;
        padding:0;
    }
    .signin .outer {
        display: table;
        height: 100%;
        position: relative;
        width: 50%;
        float:left;
    }
    .signin .outer.left {
        left: 0;
    }
    .signin .outer.right {
        right: 0;
        background: #316ebe url(/images/pro/hmpg/signin-img.jpg) no-repeat;
        background-size: cover;
    }
    .signin .inner {
        width: 80%;
        margin: 0 auto;
    }
    .signin .top {
        padding-top:60px;
        text-align:left;
    }
    .signin .top .inner {
        width:65%;
    }
    .signin .top .signin-top {
        text-align:center;
        margin-bottom:80px;
    }
    .signin .top .signin-top .logo {
    width: auto;
    display: block;
    text-indent: -9000px;
    }
    .signin h1 {
        font-size: 2.55rem;
        margin-top: 10px;
    }
    .signin .top h2 {
        margin-bottom:20px;
        font-size:2.25rem;
    }
    .signin .top .form-group label {
        margin-top:0;
        width:100%;
    }
    .signin .top .btn-primary {
        width:100%;
        margin:5px 0 20px;
    }
    .signin .bottom {
        position: absolute;
        left: 0;
        bottom: 10px;
        width: 100%;
    }
    .signin .bottom img {
        width:75px;
        margin-bottom:10px;
    }
    .signin {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
    .signin .middle {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
    .signin .middle .inner {
        background-color: #fff;
        background-color: rgb(255, 255, 255,.94);
        padding:20px;
        text-align:left;
    }
    
    /* responsive width */
    @media only screen and (max-width: 767px) {
        .signin .outer {width:100%;height:auto;position:relative;}
        .signin .top .signin-top {margin-bottom:50px;}
        .signin .bottom { position:relative;bottom:inherit;margin:50px 0 10px;}
        .signin .middle .inner {margin: 30px auto;}
    }
    @media only screen and (max-width: 460px) {
        .signin .top .inner {width: 100%; padding: 0 30px;}
        .signin .middle .inner {width: 95%; padding: 30px;margin:10px auto;}
    }
    /* responsive height */
    @media only screen and (max-height: 680px) {
        .signin, .signin .outer {height:760px;}
    }

/*New Activity MSG styling*/
    .msg-wrap {
        margin-top: -0.9375rem;
    }
    .msg-wrap p {
        color: #fff;
        font-size:14px;
        margin-bottom:0;
        display:inline-block;
    }
    .msg-wrap .btn-primary {
        float:right;
        font-size:13px;
        padding: 4px 12px;
        margin-top: -5px;
    }
    .msg-wrap .msg-complete {
        background-color: #35bd6f;
        padding: 7px 15px 10px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        text-align: right;
    }
    .msg-wrap .msg-incomplete {
        background-color: #07a9d2;
        text-align: right;
    }

    /* responsive */
    @media (max-width: 767px) {
        .msg-wrap, .msg-wrap div {
            float: none !important;
        }
    }
    @media (max-width: 640px) {
        .msg-wrap p {
            width:100%;
        }
        .msg-wrap .btn-primary {
            float: none !important;
            margin-top:10px;
        }
    }
/* end main */

/* ----------------- New Responsive ----------------- */

/*Bootstrap col-md break point */
@media only screen and (max-width: 991px) {

    .nav-wrap #navigation li a { padding:8px 10px 9px;}
}

/*Bootstrap col-sm break point */
@media only screen and (max-width: 767px) {

     /* header */
    #sitetop a.homelink:last-child {display:none;}

     .container {width: 620px;}

     /* header */
     .menu-toggle{display:inline-block;float: right;font-size: 18px;background-color: #eef1f5;padding: 5px 10px;position: relative;margin-top: 25px;}
     .user-wrap {display:none;}
     .nav-wrap {display:none;}
     .nav-wrap #navigation {margin:20px 0 0;}
     .nav-wrap #navigation li {display:block;width:100%;border-bottom:1px solid #dbe4ef;}
     .nav-wrap #navigation li:first-child {border-top:1px solid #dbe4ef;}
    .nav-wrap .mobile-sign-out {display:block;margin:0 0 20px 0;padding:0;float:left;width:100%;}
     .nav-wrap .mobile-sign-out li {display:block;width:100%;border-bottom:1px solid #dbe4ef;}
     .nav-wrap .mobile-sign-out li a {padding:8px 10px 9px;color:#333;font-weight:600;display:block;-webkit-transition: 0.2s ease-in-out;-moz-transition: 0.2s ease-in-out;-ms-transition: 0.2s ease-in-out;-o-transition: 0.2s ease-in-out;transition: 0.2s ease-in-out;}
     .nav-wrap .mobile-sign-out li a:hover, .nav-wrap .mobile-sign-out li a:focus, .nav-wrap .mobile-sign-out li a:active {background-color: #dbe4ef;text-decoration: none;outline:none;}

    .nav-wrap .mobile-role-select {
            display: block;
            margin: 0;
            padding: 0;
            float: left;
            width: 100%;
        }

        .nav-wrap .mobile-role-select li {
            display: block;
            width: 100%;
            border-bottom: 1px solid #dbe4ef;
        }

        .nav-wrap .mobile-role-select li a {
            padding: 8px 10px 9px;
            color: #333;
            font-weight: 600;
            display: block;
            cursor:pointer;
            -webkit-transition: 0.2s ease-in-out;
            -moz-transition: 0.2s ease-in-out;
            -ms-transition: 0.2s ease-in-out;
            -o-transition: 0.2s ease-in-out;
            transition: 0.2s ease-in-out;
        }

        .nav-wrap .mobile-role-select li a:hover, .nav-wrap .mobile-role-select li a:focus {
            background-color: #dbe4ef;
            text-decoration: none;
        }

        .nav-wrap .mobile-role-select li a i {
            display:none;
        }



     /* resources */
     .row-eq-height {display:block;}

    /* create student accounts */
    .page-content .label-right {text-align: left;}
    .page-content .xs-d-block {display:block;}

}

@media only screen and (max-width: 640px) {

    .container {width: 460px;}
    footer {text-align:center;}
    footer .footer-logo {float:none;display:inline-block;}
    footer .links {float:none;}

}

@media only screen and (max-width: 480px) {

    .container {width:360px;}
    
    /* header */
    #sitetop .logo {max-width: 200px;margin-right:0 !important;}

}

@media only screen and (max-width: 380px) {

    .container {width:300px;}

}

@media only screen and (max-width: 320px) {

    .container {width:270px;padding:0;}

}

/* print */
@media print {
    a[href]:after {
      display: none;
      visibility: hidden;
    }
    .user-icon, .nav-wrap, .account-type, .portfolio-menu, .homelink strong {
        display: none;
    }
    #sitetop .logo {
        font-size: 2.5rem;
        height: auto;
        width: auto;
        background: none;
        display: inline-block;
        margin-right: 1rem;
        text-indent: 0;
    }
    .sectionboxwide {
        border: 1px solid #888;
        border-top: 0;
        border-right: 0;
        border-left: 0;
        background: none;
        border-radius: 0;
    }    
    #CSSChartDiv .label {
        text-decoration: none;
        border: none;
        white-space: normal !important;
    }  
    #CSSChartDiv .progress {
        display: inline-block;
    }
    #CSSChartDiv .progress-bar {
        border: none;
        display: inline !important;
        text-align: left !important;
    }
    #career-clusters .progress-bar, #CSSChartDiv .progress-bar {
        color: #000 !important;
        display: inline;
    }
    #career-clusters .progress-bar::after, #CSSChartDiv .progress-bar::after {
        content: '%';
        display: inline;
    }
}

/* end new responsive */ 


/* ----------------------- New activity panel design -----------------------------*/
.curriculum .activity-panel-wrap.portfolio {
    border: none;
    box-shadow: none;
    margin: 0;
  }
.activity-panel-wrap {
        width: 100%;
        float: left;
        border: 1px solid #eee;
        background: #fff;
        border-radius: 4px;
        box-shadow: 0px 4px 10px rgba(204, 204, 204, 0.25) !important;
        margin-bottom:1.25rem;
        position:relative;
    }
    .activity-panel-wrap .msg-wrap {
        margin-bottom: 0;
        margin-top: 0;
        position: relative;
        float: none;
        z-index: unset;
    }
    .activity-panel-wrap .msg-wrap p {
        height: unset;
        line-height: 16px;
    }
    .activity-panel-wrap .d-flex {
        display:flex;
        min-width:1px;
    }
    .activity-panel-wrap a,
    .activity-panel-wrap button {
        -webkit-transition: 0.2s ease-in-out !important;
        -moz-transition: 0.2s ease-in-out !important;
        -ms-transition: 0.2s ease-in-out !important;
        -o-transition: 0.2s ease-in-out !important;
        transition: 0.2s ease-in-out !important;
        text-decoration:none;
    }
    .activity-panel-wrap .activity-panel-body {
        width: 100%;
        float: left;
    }
    .activity-panel-wrap .activity-panel-body .btn-info {
        position: absolute;
        right: 22px;
        top: 22px;
        background:none;
        color:#009aba;
        border: none;
        font-size:16px;
        z-index:10;
    }
    .activity-panel-wrap .activity-panel-body .btn-info:hover,
    .activity-panel-wrap .activity-panel-body .btn-info:focus,
    .activity-panel-wrap .activity-panel-body .btn-info:active {
        color:#014466;
        outline:none;
    }
    .activity-panel-wrap .activity-panel-body .icon-container {
        width: 130px;
    min-width: 130px;
    float: left;
    background: #F2FAFB;
    min-height: 130px;
    height: 130px;
    margin: 20px 0 20px 20px;
    border-radius: 6px;
    }
    .activity-panel-wrap .activity-panel-body .icon-container img {
        max-height: 95px;
    margin: auto;
    max-width: 95px;
    }
    .activity-panel-wrap .activity-panel-body .text-container {
        width: 100%;
        padding:20px 27px;
        min-height:150px;
    }
    .activity-panel-wrap .activity-panel-body .activity-content {
        width:100%;
        float:left;
        margin-top:0 !important;
    }
    .activity-panel-wrap .activity-panel-body h3 {
        width:100%;
        padding-right:40px;
        display:block !important;
        line-height:20px !important;
        margin-top:2px;
        margin-bottom:4px !important;
        padding:0;
        color:#014466 !important;
        font-weight:600 !important;
        font-size: 20px !important;
    }
    .activity-panel-wrap .activity-panel-body h3 a {
        font-size: 20px;
        color:#014466 !important;    
        position:relative;
        margin:0 !important;
        padding:0 !important;   
    }
    .activity-panel-wrap .activity-panel-body h3 a:hover {
        color:#009aba !important;
    }
    .activity-panel-wrap .activity-panel-body p {
        padding-top:4px !important;
        margin-bottom:10px;
    }
    .activity-panel-wrap .activity-panel-body a {
        font-size: 14px;
        font-weight:600;
        color:#009aba !important;
        text-decoration:none !important;
    }
    .activity-panel-wrap .activity-panel-body a:hover {
        color:#014466 !important;
    }
    .activity-panel-wrap .meta-block {
        width:100%;
        float:left;
        margin:5px 0 0;
    }
    .activity-panel-wrap .meta-block .meta-pill {
        background-color:#E8F7EF;
        display:inline-block;
        color:#014466;
        font-weight:600;
        border-radius:30px;
        padding: 6px 18px;
        font-size:14px;
        margin-bottom:5px;
    }
    .activity-panel-wrap .meta-block .meta-pill .meta-count {
        background-color:#5BBCB1;
        color:#fff;
        font-weight:600;
        border-radius:20px;
        font-size: 12px;
        padding: 2px 10px;
        margin-right: 7px;
        display: inline-block;
    }
    .activity-panel-wrap .meta-block .meta-pill.incomplete {
        background-color: #FDF5E7;
    }
    .activity-panel-wrap .meta-block .meta-pill.complete i {
        color:#5BBCB1;
    }
    .activity-panel-wrap .activity-panel-body .bottom-links {
        width: 100%;
        float: left;
        margin-top: 10px;
    }
    .activity-panel-wrap .activity-panel-body .bottom-links a {
        display:inline-block !important;
    }
    .activity-panel-wrap .activity-panel-body .bottom-links .comment-link {
        float:right;
        color:#014466 !important;
    }
    .activity-panel-wrap .activity-panel-body .bottom-links .comment-link:hover {
        color:#009aba !important;
    }
    .activity-panel-wrap .activity-panel-body .bottom-links .comment-link i {
        color:#009aba !important;
    }
    .activity-panel-wrap .activity-panel-body .bottom-links .comment-link span {
        color:#6a6a6a;
        font-weight:400;
        font-size:12px;
    }
    .activity-panel-body .scholarship-item-wrap {
    width: 100%;
    float: left;
    border-bottom: 1px solid #eee;
  }
  .activity-panel-body .scholarship-item-wrap h4 {
    font-size: 14px;
    color: #014466;
    margin-bottom: 0;
  }
  .activity-panel-body .scholarship-item-wrap p {
    padding: 5px 0;
    margin-bottom: 0;
  }

    /* ribbon fixes */
    .activity-panel-wrap .msg-wrap {
        background:none;
        height:unset;
    }
    .activity-panel-wrap .msg-wrap .msg-complete, .activity-panel-wrap .msg-wrap .msg-incomplete {
        height:unset !important;
        padding:9px 15px 9px;
    }
    .activity-panel-wrap .msg-wrap p {
        height: unset;
        line-height:16px;
    }

    /* responsive */
    @media only screen and (max-width: 991px) {

        .activity-panel-wrap .activity-panel-body h3 a {text-align:left;}

    }
    @media only screen and (max-width: 640px) {

        .activity-panel-wrap .msg-wrap .msg-complete, .activity-panel-wrap .msg-wrap .msg-incomplete {text-align:left;}
        .activity-panel-wrap .activity-panel-body {display:block;}
        .activity-panel-wrap .activity-panel-body .icon-container {width: 100%;min-width: unset;border-radius: 0;margin: 0;}
        .activity-panel-wrap .activity-panel-body .text-container {width: 100%;display:inline-block;min-width: unset;}
        .activity-panel-wrap .activity-panel-body h3 {padding-right:0;}

    }
    @media only screen and (max-width: 480px) {

        .activity-panel-wrap .activity-panel-body .bottom-links .comment-link {float: left;display: block;width: 100%;margin-top: 5px;}
		#CareerClusterSurvey.activity-panel-wrap .activity-panel-body .bottom-links .comment-link {margin-top: 10px;}

    }

/* ------------- plan of study ----------- */
.meta-item {
        width:100%;
        float:left;
        box-shadow:0px 4px 20px rgba(161, 180, 189, 0.15);
        border-radius:6px;
        margin-bottom:10px;
        padding: 20px 20px;
    }
    .meta-item .meta-icon {
        font-size: 18px;
    float: left;
    background-color: #E4F5FA;
    color: #009aba;
    padding: 11px 0;
    border-radius: 30px;
    height: 40px;
    width: 40px;
    display: inline-block;
    margin-right: 15px;
    text-align: center;
    margin-top: -3px;
    }
    .activity-panel-wrap .activity-panel-body .meta-item .meta-left {
        font-size:14px;
        font-weight:600;
        color:#014466;
        display:inline-block;
        margin-bottom:0 !important;
    }
    .meta-item a {
        display:inline-block;
        margin-top:-2px;
    }
    .meta-item .meta-left {
        float:left;
        width:75%;
    }
.meta-item .meta-left a {
    display: block;
}
    .meta-item .meta-left .date {
       margin-right:30px;
       font-size:12px;
       font-weight:400;
       color:#6a6a6a;
    }
    .meta-item .meta-right {
        float:right;
        width:25%;
        text-align:right;
    }
    
    .meta-item .meta-right .meta-status {
        color:#014466;
        font-weight:600;
        padding: 7px 17px;
        display:inline-block;
        border-radius: 30px;
    }
    .meta-item .meta-right .meta-status.green {
        background-color:#E8F7EF;
    }
    .meta-item .meta-right .meta-status.green i {
        color:#5BBCB1;
        padding:0;
    }
    .meta-item .meta-right .meta-status.red {
        background-color:#F9EBE6;
    }
    .meta-item .meta-right .meta-status.red i {
        color:#EE825C;
        padding:0;
    }

    /* responsive */
    @media (max-width: 991px) {
        .meta-item .meta-left {width:100%}
        .meta-item .meta-right {width:100%;float:left;text-align:left;margin-top:10px;}
    }
    @media (max-width: 640px) {
        .meta-item .meta-icon {float:none; margin-bottom:15px;}
    }


/* ----------- saved career cluster and career pathways ---------- */
.cluster-path-wrap {
        width: 100%;
        float: left;
        padding: 15px 20px;
        background: #FFFFFF;
        box-shadow: 0px 4px 20px rgba(161, 180, 189, 0.15);
        border-radius: 6px;
        margin-bottom: 10px;
    }
.cluster-path-wrap:first-child{
  margin-top:10px;
}
    .cluster-path-wrap:last-child {
        border-bottom:none;
    }
    .cluster-path-wrap .col-left {
        display: inline-block;
        float: left;
        width: 60%;
    }
    .cluster-path-wrap .cp-main {
    }
    .cluster-path-wrap .cp-icon {
        float: left;
        height: 40px;
        width: 40px;
        border-radius: 30px;
        background-color: #F9EBE6;
        color: #EE825C;
        text-align: center;
        padding: 11px 0;
        font-size: 17px;
        margin-right:15px;
        margin-top:-3px;
        cursor:default;
    }
    .cluster-path-wrap .cp-icon i {
        padding:0;
        cursor:default;
    }
    .cluster-path-wrap .cp-title {
        font-size: 14px;
        font-weight:600;
        color:#014466;
    }
    .cluster-path-wrap .cp-type {
        font-size: 12px;
        color: #6a6a6a;
        display:block;
        padding-left:55px;
    }
    .cluster-path-wrap .col-right {
        display: inline-block;
        float: left;
        width: 40%;
    }
    .cluster-path-wrap .cp-date {
        font-size: 12px;
        margin-top: 2px;
    }
    .cluster-path-wrap .col-right .action-link {
        text-align:right;
    }
    .cluster-path-wrap .col-right .action-link .btn-link {
        display:inline-block;
    }
    .cluster-path-wrap .col-right .action-link .btn-link:first-child {
        margin-right:15px;
    }
    .cluster-path-wrap .cp-notes {
        display: block;
        float: left;
        padding: 20px;
        background-color: #FDF7EC;
        border-radius: 8px;
        width:100%;
        margin-top:10px;
    }
    .cluster-path-wrap .cp-notes .top-links {
        width: 100%;
        float:left;
        margin-bottom: 5px;
        margin-top: 0;
    }
    .cluster-path-wrap .cp-notes .note-date {
        color: #6a6a6a;
        display: block;
        margin-top: 2px;
        font-size: 12px;
        font-weight:400;
    }
    .cluster-path-wrap .cp-notes .btn-link {
        float: right;
    }
    .cluster-path-wrap .cp-notes.note-edit {
        background-color:#fff;
        padding:5px 0;
    }
    .cluster-path-wrap .cp-notes .text-primary {
        color:#009aba;
    }
    .cluster-path-wrap .note-edit label {
        display:block;
    }
    .cluster-path-wrap .note-edit .hint {
        display: block;
        font-size: 12px;
        line-height: 17px;
        color: #6a6a6a;
        margin-bottom:17px;
    }
    .cluster-path-wrap .note-edit .hint i {
        font-size:12px;
    }
    .cluster-path-wrap .note-edit .btn-primary {
        color: #fff !important;
        display: inline-block;
        margin-bottom: 0;
        padding: 4px 17px;
    }
    .cluster-path-wrap .note-edit .btn-primary:hover {
        color: #fff !important;
    }
    .cluster-path-wrap .note-edit .btn-default {
        display: inline-block;
        border-color: #009aba;
        border-radius: 30px;
        padding: 5px 17px;
    }
    .cluster-path-wrap .note-edit .btn-default:hover {
        color:#fff !important;
        background-color:#006A98 !important;
        border-color:#006A98 !important;
    }
    .cluster-path-wrap .note-edit .btn-link {
        margin-top:5px;
    }
    .cluster-path-wrap .cp-notes .top-links .note-title {
        font-weight:600;
        color:#014466;
    }

    /* --------- responsive -------- */
    @media (max-width: 991px) {

        .cluster-path-wrap .col-right .action-link .btn-link:first-child {margin-right:0;display:block;}
        .cluster-path-wrap .note-edit .btn-link {margin-top: 18px;float: left;display: block;width: 100%;}

    }
    @media (max-width: 640px) {

        .cluster-path-wrap .cp-icon {float: none;margin-bottom: 10px;}
        .cluster-path-wrap .cp-type {padding-left:0;}
        .cluster-path-wrap .cp-notes {margin-left:0;}
        .cluster-path-wrap .col-left {width:100%;}
        .cluster-path-wrap .col-right {width:100%;margin-top:10px;}
        .cluster-path-wrap .col-right .action-link {text-align:left;}
        .cluster-path-wrap .col-right .action-link .btn-link:first-child {display: inline-block;margin-right: 15px;}
        .cluster-path-wrap .cp-date {text-align:left;}

    }


/* ----------- saved prog/major saved careers --------------*/
.panel-item-wrap {
        width:100%;
        float:left;
        padding:15px 20px;
        background: #FFFFFF;
        box-shadow: 0px 4px 20px rgba(161, 180, 189, 0.15);
        border-radius: 6px;
        margin-bottom:10px;
        position:relative;
    }
    .panel-item-wrap.top-choice {
        border-top:2px solid #F3BD5F;
    }
    .top-choice .top-choice-marker {
        background: #F3BD5F;
        color: #fff;
        text-transform: uppercase;
        font-size: 10px;
        letter-spacing: 1px;
        position: relative;
        top: -15px;
        left: -20px;
        border-top-left-radius: 4px;
        font-weight: 600;
        width: 120px;
        text-align: center;
    }
    .panel-item-wrap .item-left {
        width:60%;
        float:left;
    }
    .panel-item-wrap .item-left .item-icon {
        float: left;
        width: 40px;
        height: 40px;
        background: #E4F5FA;
        border-radius: 30px;
        text-align: center;
        padding: 11px 0;
        color: #009aba;
        margin-right: 15px;
        font-size:17px
    }
    .panel-item-wrap .item-left .item-title {
        font-size:14px;
    }
    .panel-item-wrap .item-left .item-date {
        font-size:12px;
        color:#6a6a6a;
    }
    
    .panel-item-wrap .item-right {
        width:40%;
        float:right;
    }
    .panel-item-wrap .item-right .add-note {
        display:inline-block;
        margin-top:10px;
    }
    .panel-item-wrap .item-right .btn-remove {
        display:inline-block;
        height:34px;
        width:34px;
        border: 2px solid #009aba;
        text-align: center;
        padding: 8.5px 1px 8px;
        border-radius: 30px;
        float:right;
    }
    .panel-item-wrap .item-right .btn-remove:hover {
        color: #fff !important;
        background-color: #006A98 !important;
        border-color: #006A98;
    }
    .panel-item-wrap .item-edit {
        display: block;
        float: left;
        padding: 0 0 5px;
        margin-left: 0px;
        margin-top: 10px;
        width: 100%;
        position:relative;
    }
    .panel-item-wrap .item-edit label {
        margin-bottom:5px;
        display:block;
        font-size:14px;
    }
    .panel-item-wrap .item-edit p {
        margin-bottom:5px;
    }
    .panel-item-wrap .item-edit textarea {
        margin-bottom:10px;
    }
    .panel-item-wrap .item-edit .form-hint {
        display: block;
        font-size: 12px;
        line-height: 17px;
        color: #6a6a6a;
        margin-bottom: 17px;
    }
    .panel-item-wrap .item-edit .form-hint i {
        color:#009aba;
    }
    .panel-item-wrap .item-edit .btn-primary {
        background-color:#009aba;
        display:inline-block;
        color:#fff !important;
        border-radius:30px;
        margin:0 5px 0 0;
        float:left;
        padding:7px 26px;
        border:none;
    }
    .panel-item-wrap .item-edit .btn-default {
        display:inline-block;
        border-radius:30px;
        margin:0;
        float:left;
        padding:5px 26px;
        border:2px solid #009aba
    }
    .panel-item-wrap .item-edit .btn-primary:hover {
        color:#fff !important;
        background-color:#006A98 !important;
    }
    .panel-item-wrap .item-edit .btn-default:hover {
        color:#fff !important;
        background-color:#006A98 !important;
        border-color: #006A98;
    }
    .panel-item-wrap .item-edit .btn-remove {
        padding: 8px 0;
        height: 34px;
        width: 34px;
        text-align: center;
        position: absolute;
        top: -48px;
        right: 0;
    }
    .panel-item-wrap .item-notes {
        display: block;
        float: left;
        padding: 20px;
        background-color: #FDF7EC;
        border-radius: 8px;
        margin-left: 0px;
        margin-top: 10px;
        width: 100%;
    }
    .panel-item-wrap .item-notes strong {
        font-weight:600;
    }
    .panel-item-wrap .item-notes .note-title {
        color:#014466;
        display:block;
        margin-bottom:5px;
    }
     .panel-item-wrap .item-notes .note-title a {
        color:#014466;
        float:right;
    }
     .panel-item-wrap .item-notes .note-date {
        color: #6a6a6a;
        display: block;
        margin-top: 2px;
        font-size: 12px;
    }

   
    .activity-panel-wrap .panel-actions {
        width:100%;
        float:left;
        margin-top:10px;
    }
    .activity-panel-wrap .panel-actions .btn-primary {
        display:inline-block;
        color:#fff !important;
        border: none;
        padding: 7px 23px;
        margin-bottom:10px;
    }
    .activity-panel-wrap .panel-actions .btn-primary:hover {
        background-color:#006A98;
        color:#fff !important;
    }
    .activity-panel-wrap .panel-actions .btn-explore {
        float:right;
    }


    /* modal */
    .modal-top-choice .modal-content,
    .modal-top-choice .modal-header,
    .modal-top-choice .modal-body,
    .modal-top-choice .modal-footer {
        width:100%;
        float:left;
    }
    .modal-top-choice .modal-header {
        border-color:#F2F3F6;
        background-color:#fff !important;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    .modal-top-choice  .modal-footer {
        border-color:#F2F3F6;
    }
    .modal-top-choice .modal-header .close {
        margin:4px 10px 0 0;
        color:#333;
    }
    .modal-top-choice .modal-title {
        color:#014466 !important;
        font-weight:600 !important;
        font-size:18px;
    }
    .modal-top-choice .modal-title i {
        color:#009aba !important;
    }
    .modal-top-choice .modal-body {
        background-color:#F6F7F9;
        max-height: 325px;
        overflow-y: auto;
    }
    .modal-top-choice .btn {
        display:inline-block;
        border-radius:30px;
        margin:0;
        font-weight:600;
        padding:7px 26px !important;
        -webkit-transition: 0.2s ease-in-out;
	    -moz-transition: 0.2s ease-in-out;
	    -ms-transition: 0.2s ease-in-out;
	    -o-transition: 0.2s ease-in-out;
	    transition: 0.2s ease-in-out;
    }
    .modal-top-choice .btn-primary {
        padding:7px 26px;
        border:none;
    }
    .modal-top-choice .btn-default {
        padding:5px 26px;
        border:2px solid #316ebe;
        color: #316ebe; border-color:#316ebe;
        background-color:#fff;
    }
    .modal-top-choice .btn-default:hover,
.modal-top-choice .btn-default:focus,
.modal-top-choice .btn-default:active {
        color:#fff !important;
        background-color:#1f4a84!important;
        border:2px solid #1f4a84;
    }


    .modal-top-choice .radio-box {
	    position:relative;
	    width: 100%;
	    float: left;
    }
    .modal-top-choice .radio-box input {
        width: 20px;
        position: absolute;
        top: 12px;
        left: 15px;
        z-index: 100;
        opacity:0;
    }
    .modal-top-choice .radio-box input[disabled],
    .modal-top-choice .radio-box input[disabled]:hover {
        cursor:default;
    }
    .modal-top-choice .radio-box input[disabled]:hover + label {
        border-color:#C2CAD8 !important;
        cursor:default;
    }
    .modal-top-choice .radio-box label {
        width: 100%;
        float:left;
        background-color:#fff;
        padding: 10px 38px 10px 15px;
        margin-bottom: 5px;
        position: relative;
        cursor: pointer;
        font-weight: normal;
        font-size: 14px;
        line-height: 18px;
        border: 2px solid #fff;
        box-shadow: 0px 4px 20px rgba(161, 180, 189, 0.15);
        border-radius: 6px;
        -webkit-transition: 0.2s ease-in-out;
	    -moz-transition: 0.2s ease-in-out;
	    -ms-transition: 0.2s ease-in-out;
	    -o-transition: 0.2s ease-in-out;
	    transition: 0.2s ease-in-out;
    }
    .modal-top-choice .radio-box label:before {
        content: "";
        font-family: "FontAwesome";
        width: 15px;
        height: 15px;
        position: absolute;
        top:11px;
        right: 15px;
        color: #ccc;
	    background-color: #FFF;
        cursor: pointer;
        border: 1px solid #C2CAD8;
        border-radius: 20px;
	    webkit-transition: background-color 0.15s ease-in-out;
        -moz-transition: background-color 0.15s ease-in-out;
	    -ms-transition: background-color 0.15s ease-in-out;
        -o-transition: background-color 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out;
    }
    .modal-top-choice .radio-box input[type="radio"]:checked + label {
        border-color:#009aba;
    }
    .modal-top-choice .radio-box input[type="radio"]:checked + label::before{
        background-image: url(/images/Transitions/portfolio/icon-check-circle.png);
        background-size: 15px auto;
        border: none;
    }

    .modal-top-choice .radio-box input[type="radio"]:hover + label,
    .modal-top-choice .radio-box input[type="radio"]:focus + label {
	    border-color: #C2CAD8;
    }
    .modal-top-choice .radio-box input[type="radio"]:checked:hover + label,
    .modal-top-choice .radio-box input[type="radio"]:checked:focus + label {
        border-color: #009aba !important
    }
    .modal-top-choice .radio-box.correct label,
    .modal-top-choice .radio-box.correct input[type="radio"]:checked + label {
        border-color:#5BBCB1;
        box-shadow: 0px 0px 0px 1px #5BBCB1;
        background: url(/images/Transitions/ability-profiler/icon-check-circle.png) no-repeat right 15px top 12px;
        background-size: 15px auto;
    }

    .modal-top-choice .rating {
        color:#F3BD5F;
        font-size:16px;
        display:inline-block;
        float: right;
        margin-right: 30px;
    }
    .modal-top-choice .star-1 i:nth-child(1n+2) {
        display:none;
    }
    .modal-top-choice .star-2 i:nth-child(1n+3) {
        display:none;
    }
    .modal-top-choice .star-3 i:nth-child(1n+4) {
        display:none;
    }
    .modal-top-choice .star-4 i:nth-child(1n+5) {
        display:none;
    }

    .panel-item-wrap .item-right .rating-group {
        width:45%;
        float:left;
        display:inline-block;
        margin: 10px 0 0 0;
        
    }
    .panel-item-wrap .item-right .rating-group .ratingStar {
        cursor: pointer;
        display:inline-block;
        width: 17px;
        height: 17px;
        margin:0 1px;
        -webkit-transition: 0.2s ease-in-out;
	    -moz-transition: 0.2s ease-in-out;
	    -ms-transition: 0.2s ease-in-out;
	    -o-transition: 0.2s ease-in-out;
	    transition: 0.2s ease-in-out;
    }

    .panel-item-wrap .item-right .rating-group .emptyRatingStar:before {
        font-family:'Font Awesome 5 Free';
        content:"\f005";
        font-weight:400;
        color:#C2CAD8;
    }
    .panel-item-wrap .item-right .rating-group .filledRatingStar:before {
        font-family:'Font Awesome 5 Free';
        content:"\f005";
        font-weight:bold;
        color:#F3BD5F;
    }

    .panel-item-wrap .item-right .rating-group .savedRatingStar:before {
        font-family:'Font Awesome 5 Free';
        content:"\f005";
        font-weight:bold;
        color:#F3BD5F;
    }
.activity-panel-wrap .panel-actions .btn-primary {border-radius:30px;}
    .activity-panel-wrap .panel-actions .btn-primary i {padding:0;}
    .modal-top-choice .modal-header i {padding:0;}
    .page-content .modal-top-choice .modal-title {padding:0;}
    

    /* responsive */
    @media only screen and (max-width: 991px) {

        .panel-item-wrap .item-left {width: 100% !important;}
        .panel-item-wrap .item-right {width: 100% !important;;float: left !important;padding-left: 55px;}

    }
    @media only screen and (max-width: 768px) {

        .activity-panel-wrap .panel-actions .btn-primary {display:block;float:none;width:100%}
        .activity-panel-wrap .panel-actions .btn-explore {float:none;}
        .modal-top-choice .rating {width: 100%;float: none !important;margin-top: 5px;}

    }


    @media only screen and (max-width: 640px) {

        .activity-panel-wrap .panel-actions .btn-primary { width:100%; }
        .panel-item-wrap .item-left .item-icon {float:none !important;margin-bottom:10px;}
        .panel-item-wrap .item-right {padding-left:0;}

    }
    @media only screen and (max-width: 480px) {

        .panel-item-wrap .item-right .rating-group { width:100%;margin-bottom:5px; }
        .panel-item-wrap .item-right .add-note {margin-right:20px;}
        .panel-item-wrap .item-right .btn-remove {float:none !important;}

    }


.activity-panel-body .scholarship-item-wrap {
    box-shadow: 0px 4px 20px rgba(161, 180, 189, 0.15);
    border-bottom: none;
    padding: 10px 15px;
    border-radius: 6px;
    margin-bottom: 10px;
  }
  .activity-panel-body .scholarship-meta-icon {
    background-color: #E8F7EF;
    height: 40px;
    width: 40px;
    display: inline-block;
    float: left;
    border-radius: 30px;
    text-align: center;
    color: #5BBCB1;
    padding: 11px 0;
    font-size: 18px;
    margin-right: 15px;
  }
  .activity-panel-body .scholarship-item-wrap h4 {
    margin-top: 5px !important;
    float:left;
  }
  .activity-panel-body .scholarship-item-wrap p {
    margin-top: 5px;
  }






/* modals */
.modal-header {
    background: #316ebe !important;
    color: #fff;
}
.modal-header h4 {
    font-size: 18px;
    color: #fff;
}
.modal-header .close {
    margin-top: 1px;
    color: #fff;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.modal-body p {
    font-size: 14px;
}


.portfolioEditPanel-experiences {
    background-color: none;
    padding: 10px 30px;
    border-radius: 4px;
    position: relative;
    box-shadow: inset 0px 0px 4px 0px rgb(0 0 0 / 4%);
    margin-bottom: 20px;
}
.portfolioEditPanel-experiences .note-info {
    width: 100%;
    float: left;
    background: #fff;
    padding: 15px 15px 15px 20px;
    border-left: 4px solid #009aba;
    border-radius: 4px;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: -5px;
}
.portfolioEditPanel-experiences h4 {
    font-size: 15px;
    color: #014466;
    margin-bottom: 10px;
    font-weight: 600;
    margin-top: 0;
}
.portfolioEditPanel-experiences .btn-primary,
.portfolio-activity-display .btn-primary,
.portfolioEditPanel-experiences .btn-default {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0px;
    border-radius: 46px;
}
.portfolioEditPanel-experiences .portfolioEditPanel .btn i {
    color: #fff !important;
}
.portfolioEditPanel-experiences select.form-control {
    background: #fff url(../../Images/SavedColleges/icon-arrow.png) no-repeat top 16px right 12px;
    background-size: 11px auto;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    color: #6a6a6a;
    font-size: 14px;
    border: 1px solid #c2cad8;
    padding: 8px 27px 8px 12px !important;
}
.portfolioEditPanel-experiences .form-control,
.portfolioEditPanel-experiences .page-content input[type="text"] {
    display: block;
    height: 38px;
    padding: 8px 12px !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #595959;
    background-color: #fff;
    background-image: none;
    border: 1px solid #c2cad8;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.portfolioEditPanel-experiences textarea.form-control {
    height: auto !important;
}
.portfolioEditPanel-experiences .form-group label {
    font-weight: normal;
    font-size: 14px;
    width: 100%;
    float: left;
    margin: 0;
    padding: 5px 0 7px;
}
.portfolioEditPanel-experiences .check-box {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}
.portfolioEditPanel-experiences .check-box input {
    width: 20px !important;
    position: absolute;
    z-index: 100;
    opacity: 0;
}
.portfolioEditPanel-experiences .check-box label {
    text-align: left;
    width: 100% !important;
    float: left !important;
    padding: 1px 0px 1px 30px !important;
    margin-top: 0;
    position: relative;
    cursor: pointer;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    box-sizing: border-box;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    display: unset;
}
.portfolioEditPanel-experiences .check-box label:before {
    content: "";
    font-family: "FontAwesome";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #ccc;
    background-color: #FFF;
    cursor: pointer;
    border: 1px solid #C2CAD8;
    border-radius: 4px;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .075);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .075);
    webkit-transition: background-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out;
    -ms-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
}
.portfolioEditPanel-experiences .check-box input[type="checkbox"]:focus+label:before {
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.portfolioEditPanel-experiences .check-box input[type="checkbox"]:checked+label::before {
    border-color: #009aba;
    background-color: #009aba;
    box-shadow: none;
}
.portfolioEditPanel-experiences .check-box label:after {
    opacity: 0;
    font-family: "FontAwesome";
    content: "\f00c";
    color: #c4c9cd;
    position: absolute;
    z-index: 15;
    cursor: pointer;
    font-size: 9px;
    top: 1px;
    left: 6px;
    webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.portfolioEditPanel-experiences .check-box input[type="checkbox"]:hover+label:after {
    opacity: 1;
}
.portfolioEditPanel-experiences .check-box input[type="checkbox"]:checked+label:after {
    opacity: 1;
    color: #fff;
}
.portfolioEditPanel-experiences .check-box input[type="checkbox"]:hover+label,
.portfolioEditPanel-experiences .check-box input[type="checkbox"]:focus+label {
    border-color: #009aba;
}
.portfolioEditPanel-experiences table.radio-style td {
    width: 20%;
    text-align: center;
    padding: 4px;
}
.portfolioEditPanel-experiences .radio-style {
    position: relative;
    width: 100%;
    float: left;
}
.portfolioEditPanel-experiences .radio-style .checkbox-item {
    width: 100%;
    float: left;
    position: relative;
}
.portfolioEditPanel-experiences .radio-style input {
    margin-bottom: 10px;
    opacity: 0;
    z-index: 1;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0px;
    margin-top: 0;
    cursor: pointer;
}
.portfolioEditPanel-experiences .radio-style label {
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
    position: relative;
    pointer-events: inherit;
    font-size: 14px;
    cursor: pointer;
}
.portfolioEditPanel-experiences .radio-style label::before {
    -webkit-transition: color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out;
    -ms-transition: color 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out;
}
.portfolioEditPanel-experiences .radio-style label::before {
    content: "\f1db";
    font-family: "FontAwesome";
    font-size: 16px;
    color: #ccc;
    display: inline-block;
    width: 14px;
    height: 19px;
    padding-left: 0px;
    cursor: pointer;
    line-height: 19px;
}
.portfolioEditPanel-experiences .radio-style input[type="radio"]:checked+label::before {
    font-family: "FontAwesome";
    content: "\f192";
    color: #009ABA;
    border: none;
}
.portfolioEditPanel-experiences .radio-style input[type="radio"]:focus+label::before {
    outline: none;
    color: #23527c;
}
.portfolioEditPanel-experiences .form-group.radio-group {
    width: 100%;
    float: left;
    padding-left: 20px;
}
.portfolioEditPanel-experiences .form-group.radio-group label {
    padding-top: 0;
}
.portfolioEditPanel-experiences .form-group span {
    margin-left: 0px;
}
.portfolioEditPanel-experiences .col-md-3.col-sm-3.col-xs-12 {
    padding-right: 10px;
    padding-left: 10px;
}
.portfolioEditPanel-experiences .hint {
    font-size: 12px;
}
.portfolio-activity-display {padding: 10px 0px;border-radius: 4px;margin-top: 10px;margin-bottom: 20px;/* border-bottom: 1px solid #eee; */}
.portfolio-activity-display strong {
    font-weight: 600;
}
.portfolio-activity-display span,
.portfolioEditPanel-experiences span.display {
    color: #014466 !important;
    font-weight: 600;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 13px;
}
.portfolio-activity-display .display-label,
.portfolioEditPanel-experiences .display-label {
    color: #999 !important;
}
.portfolio-activity-display span.hint {
    color: #999 !important;
}
.portfolio-activity-display .rating ul {
    margin-left: -40px;
}
.portfolio-activity-display .rating ul li {
    font-size: 13px;
}
.portfolio-activity-display a .fa-pencil {
    color: #009ABA !important;
    font-size: 16px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    margin-right: -10px !important;
}
.portfolio-activity-display a .fa-pencil:hover {
    color: #014466 !important;
}
.portfolio-activity-display .date {
    display: inline-block;
    text-align: right;
    font-size: 12px !important;
    margin-right: -5px !important;
    color: #999 !important;
    font-style: italic;
    margin-bottom: 0;
}
#mobile-opt-in .btn-save {
    padding: 9px 10px!important;
    border-radius: 4px;
    font-size: 13px;
}
.portfolio-activity-display.social-signin {
    display: none!important;
}
#activity-ThisIsMe.sectionboxwide {
    margin-bottom:15px!important;
}
textarea {
   resize: vertical;
}

 a.external-icon-link:after {
    font-family: "Font Awesome 5 Free";
    content: "\f35d";
    display: inline-block;
    margin-left: 4px;
    margin-bottom: 1px;
    font-weight: 600;
    font-size: 12px;
}
a.video-icon-link:after {
    font-family: "Font Awesome 5 Free";
    content: "\f03d";
    display: inline-block;
    margin-left: 4px;
    margin-bottom: 2px;
    font-weight: 600;
    font-size: 12px;
}
a.pdf-icon-link:after {
    font-family: "Font Awesome 5 Free";
    content: "\f1c1";
    display: inline-block;
    margin-left: 4px;
    margin-right: 2px;
    font-weight: 400;
}
a.powerpoint-icon-link:after {
    font-family: "Font Awesome 5 Free";
    content: "\f1c4";
    display: inline-block;
    margin-left: 4px;
    margin-right: 2px;
    font-weight: 400;
}
a.word-icon-link:after {
    font-family: "Font Awesome 5 Free";
    content: "\f1c2";
    display: inline-block;
    margin-left: 4px;
    margin-right: 2px;
    font-weight: 400;
}
a.excel-icon-link:after {
    font-family: "Font Awesome 5 Free";
    content: "\f1c3";
    display: inline-block;
    margin-left: 4px;
    margin-right: 2px;
    font-weight: 400;
}

#activity-EFC.activity-panel-wrap table.simpleForm {
	border: none;
	width: 100%;
	background: #fff;
	padding: 6px 0px;
}
#activity-EFC.activity-panel-wrap p {
	font-size: 14px;
}
#activity-EFC.activity-panel-wrap .row.mt-30 {
	margin-top: 40px !important;
}
#activity-EFC.activity-panel-wrap .error-message:before {
	content: "\f00d";
	font-family: FontAwesome;
	padding-right: 3px;
	color: #e73d4a !important;
	font-weight: 500;
	font-size: 13px !important;
	top: 0px;
	position: relative;
}
#activity-EFC.activity-panel-wrap .error-message {
	position: absolute;
	display: block;
	color: #e73d4a !important;
	text-align: right;
	font-size: 13px !important;
	line-height: 18px;
	padding: 0px;
}
#activity-EFC.activity-panel-wrap .error-message.valRangeEfsa {
	top: 40px!important;
	right: 30px!important;
}
#activity-EFC.activity-panel-wrap .error-message.valReqEfsa {
	top: 40px!important;
	right: 30px!important;
}
#activity-EFC.activity-panel-wrap .error-message.valRangeEsain {
	top: 110px!important;
	right: 30px!important;
}
#activity-EFC.activity-panel-wrap .error-message.valReqEsain {
	top: 110px!important;
	right: 30px!important;
}
#activity-EFC.activity-panel-wrap .display-info {
	margin: 30px 14px 20px 100px!important;
}


/* demo account modal */
.modal-light .modal-header {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        text-align: left;
        padding:20px 25px;
        background: #fff !important;
    }
    .modal-light .modal-header .close {
        color:#333;
        padding: 3px;
        font-size: 17px;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -ms-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
    }
    .modal-light .modal-header h4 {
        font-size:18px !important;
        padding:0 !important;
        color:#333 !important;
        font-weight:600;
    }
    .modal-light .modal-header h4 i {
        color:#316ebe;
    }
    .modal-light .modal-body {
        padding: 25px;
    }
    .modal-light .modal-body .note {
        text-align:left;
    }
    .modal-light .modal-body .note-info {
        background: #EFF9FA;
        padding: 15px;
        margin-bottom: 30px;
        border-left: 3px solid #316ebe;
    }
    .modal-light .form-horizontal label {
        text-align:right;
        width: 100%;
        display: block;
    }
    .modal-light .modal-footer .btn {
        border-radius:30px;
        padding:8px 18px;
        font-weight:600;
    }
    .modal-light select {
        background: #fff url(../images/SavedColleges/icon-arrow.png) no-repeat top 13px right 12px;
        background-size: 11px auto;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        cursor: pointer;
        padding-right: 30px;
        height: 34px;
    }
    @media (max-width: 767px) {

        .modal-light .form-horizontal label {text-align:left;margin: 0 0 5px 0;}

    }

    @media (max-width: 375px) {

        .modal-light .modal-footer .btn {display: block;width: 100%;margin: 3px 0 !important;float: left;}

    }


/* new homepage styles */

    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

    .page-admin {
        margin-top:50px;
        margin-bottom:30px;
    }
    .page-admin .sectionflex {
        align-items: stretch;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-flow: row wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
        justify-content: stretch;
        margin: 0.225rem -0.5rem 0 0;
    }
    .page-admin p {
        color:#6a6a6a;
    }
    .page-admin strong {
        color:#333;
    }
    .page-admin .anchor-tile {
        width: 48%;
        margin-right: 2%;
        float: left;
        background-color: #fff;
        box-shadow: 0px 10px 40px rgba(161, 180, 189, 0.25);
        border-radius: 10px;
        padding: 30px;
        position: relative;
        margin-bottom: 15px;
        font-family: 'Poppins', helvetica, arial, sans-serif;
    }
    .page-admin .anchor-full {
        width:98%;
    }
    .page-admin .anchor-tile:hover,
    .page-admin .anchor-tile:active,
    .page-admin .anchor-tile:focus {
        -webkit-transform: scale(1.025);
        -moz-transform: scale(1.025);
        -ms-transform: scale(1.025);
        -o-transform: scale(1.025);
        transform: scale(1.025);
        text-decoration:none;
        outline:none;
    }
    .page-admin .no-hover:hover,
    .page-admin .no-hover:active,
    .page-admin .no-hover:focus {
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        transform: unset;
    }
    .page-admin .anchor-tile .anchor-icon {
        background: #EAF0F8;
        padding: 12px;
        display: inline-block;
        font-size: 16px;
        height: 40px;
        width: 40px;
        border-radius: 10px;
        color: #316ebe;
    }
    .page-admin .anchor-tile:hover .anchor-icon {
        color:#316ebe;
    }
    .page-admin .anchor-tile .anchor-title {
        font-size: 18px;
        color: #014466;
        font-weight: 600;
        display: block;
        margin: 20px 0 10px;
    }
    .page-admin .anchor-tile .anchor-text {
        color: #6a6a6a;
        line-height: 22px;
    }
    .page-admin .anchor-tile,
    .page-admin .secondary-tile {
        font-family: 'Poppins', 'Open Sans', helvetica, arial, sans-serif;
    }

    .page-admin .secondary-anchor {
        background-color: #F5F7F9;
        padding: 16px 20px;
        border-radius: 10px;
        margin-bottom: 10px;
        width: 100%;
        display: table;
        padding-left: 75px;
        position: relative;
        min-height: 72px;
    }
    .page-admin .secondary-anchor .anchor-icon {
        background: #EAF0F8;
        padding: 12px;
        display: inline-block;
        font-size: 16px;
        height: 40px;
        width: 40px;
        border-radius: 10px;
        color: #316ebe;
        margin-right:10px;
        position: absolute;
        left: 20px;
    }
    .page-admin .secondary-anchor .anchor-title {
        font-weight:600;
        font-family: 'Poppins', 'Open Sans', helvetica, arial, sans-serif;
        display: table-cell;
        vertical-align: middle;
    }
    .page-admin .secondary-anchor:hover,
    .page-admin .secondary-anchor:active,
    .page-admin .secondary-anchor:focus{
        text-decoration:none;
    }
    .page-admin .link-list {
        font-family: 'Poppins', 'Open Sans', helvetica, arial, sans-serif;
        color:#6a6a6a;
        font-style: normal;
        font-size: 14px;
    }
    .page-admin .link-list a {
        color:#316ebe !important;
        font-weight:600;
        font-family: 'Poppins', 'Open Sans', helvetica, arial, sans-serif;
    }
    .page-admin .link-list li p {
        font-family: 'Poppins', 'Open Sans', helvetica, arial, sans-serif;
    }
    .page-admin .link-list a:hover {
        color:#014466 !important;
    }
    .page-admin .modal-title strong {
        color:#fff !important;
    }
    @media only screen and (max-width: 991px) {

        .page-admin .anchor-full {width:100%;margin-right: 1%;}
        .page-admin .left-col {margin-bottom:60px;}

    }

.signin .top .signin-top .logo {
    height: 84px;
    background: transparent url(/images/pro/sitelogos/iowa_logo_lg.png) top left no-repeat;
    background-position: center;
    background-size: contain;
}
#sitetop h1{margin-top:18px;}
#sitetop .logo {
    font-size: 3rem;
    height: 48px;
    width: 200px;
    background: transparent url(/images/pro/sitelogos/iowa_logo_lg.png) top left no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    margin-right: 1rem;
    text-indent: -9000px;
}
.simpleForm ul li {
text-align:left !important;}
.simpleForm p {
text-align:left !important;}
h3 {
color: #114977;font-size: 16px;}

.page-sub-nav.resources {
	width: 100%;
	float: left;
	position: absolute;
	left: 0;
	z-index: 20;
	font-family: 'Open Sans', sans-serif;
	background: #316ebe;}
.page-sub-nav.resources h4 {
	font-size: 1.35rem;}
.page-sub-nav.resources ul {
	margin: 0 auto;
	list-style: none;
	padding: 0 15px;}
.page-sub-nav.resources ul li:first-child {
	display: inline-block;
	padding: 0;
	position: relative;
	margin-left: 0px;
	margin-right:1px;}
.page-sub-nav.resources ul li{
	display: inline-block;
	padding: 0;
	position: relative;
	margin-left: -4px;}
.page-sub-nav.resources ul li a {
	display: block;
	color: #fff;
	padding: 10px 15px;
	text-decoration: none;
	font-size: 13px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;}
.page-sub-nav.resources ul li.active a,
.page-sub-nav.resources ul li:hover a {
	background-color: #ffffff17;}
.page-sub-nav.resources ul li:hover .sub-menu {
	opacity: 1;
	pointer-events: all;}
.page-sub-nav.resources ul li .sub-menu {
	opacity: 0;
	position: absolute;
	width: 240px;
	top: 38px;
	z-index: 20;
	background-color: #447bc4;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	padding: 0;
	pointer-events: none;}
.page-sub-nav.resources ul li .sub-menu li a {
	background-color: transparent;}
.page-sub-nav.resources .mr-5 {
	margin-right: 5px !important;}
.page-content.resources a {
	font-size: 14px!important;}
.page-content.resources .actionlink a {
	font-weight:600;}
.page-content.resources .col-content {
         display: flex;
         flex-wrap: wrap;
         margin-top: 10px;}
.page-content.resources .col-content div {
         display: inline-flex;
         flex-wrap: wrap;
         align-items: flex-start;
         flex-direction: column;
         width: 50%;}
.page-content.resources .panel-body h4 {
         padding-bottom: 10px;}
@media only screen and (max-width: 767px) {
	.page-content.resources .getting-started-list,
	.page-content.resources .lesson-plans-list,
	.page-content.resources .resources-list {
		flex-direction: column;
		flex-wrap: nowrap;
		height: auto!important;}
	.page-content.resources ul, .page-content.resources p {
		width: 100%;}
	.page-sub-nav.resources ul li a span {
		display: none;}
	.page-sub-nav.resources ul li.active a, .page-sub-nav.resources ul li:hover a, .page-sub-nav.resources ul li a {
		height: 38px;
		width: 47px;}
	.page-sub-nav.resources ul li {
		margin-left: -4px;}
	.page-sub-nav.resources .mr-5 {
		margin-left: 5px !important;}
	#proSectionHeader .account-type {
		display: none;}
	.page-content.resources .panel-wrap .panel-header img {
		max-width: 300px;
		padding: 10px 20px;}
}
/*Create Account*/
