
section.article-link h2 { /*color:#a9a9a9;*/
    font-weight: 600;
}
section.article-link p span { /*color:#a9a9a9;*/
    font-weight: 600;
}
/*.article-link p span {
    font-size: 12px;
    margin-bottom: 0px;
    font-weight:600;
    color:inherit;
}*/

/* my css button thats as close as i can get it for an aref*/
.Mybutton {
    display: inline-block;
    background: #00ACA2;
    color: white !important;
    margin: 0;
    text-align: left;
    float: right;
    border: none;
    color: #fff;
    cursor: pointer;
    box-sizing: border-box;
    padding: 8px;
    text-decoration: none;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-stretch: normal;
    font-size: 13.3333px;
    line-height: normal;
    padding-right: 10px;
    margin-right: 10px;
    width: auto;
    height: 31px;
}

/* my css button thats as close as i can get it for an aref*/
.Regcheckbutton {
    font: 400 13.3333px Arial;
    align-items: flex-start;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    text-rendering: auto;
    margin: 0;
    text-align: left;
    box-sizing: border-box;
    padding: 8px;
    background: #7fafd3;
    border: none;
    color: #fff !important;
    cursor: pointer;
}

.myBackButtonClass{
margin: 0px;
}
/*iso image that goes a stray when you go small*/
@media (max-width: 1023px) {
    .isoLogo{
        display:none;
    }
}

#tooltip {
    text-align: center;
    color: #fff;
    background: #111;
    position: absolute;
    z-index: 100;
    padding: 15px;
}

    #tooltip:after /* triangle decoration */ {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #111;
        content: '';
        position: absolute;
        left: 50%;
        bottom: -10px;
        margin-left: -10px;
    }

    #tooltip.top:after {
        border-top-color: transparent;
        border-bottom: 10px solid #111;
        top: -20px;
        bottom: auto;
    }

    #tooltip.left:after {
        left: 10px;
        margin: 0;
    }

    #tooltip.right:after {
        right: 10px;
        left: auto;
        margin: 0;
    }

.icon-after-field{
    position:absolute;
        right: 5px;
}
/*@media (min-width: 992px) {
    .icon-after-field {
        position: absolute;
        right:-20px;
    }
}*/

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

button.close{
    position:absolute;
    right:0px;
    top:0px;
    width:auto;

}
.w-auto, button.w-auto{
    width:auto;
}
.searchForm label.error {
    color: red;
    display: block;
    clear: right;
    width: 58%;
    float: none;
}

.searchForm [type=text].error {
    border-color: red;
}

.searchForm select.error.regcheck {
    background-color: white;
    border-color: red;
}

.formrow select.regcheck {
    float: right;
}

/* Temporary patch up CSS to hide JavaScript presentation failures in course search */
section.content.searchResult section.row icon.fa.fa-calendar.icon-after-field.show
{
	display:inline-block;
}