html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

ul,p {
    text-align: left;
}


.coursebox-container {
    margin-top: 1em;
}


.coursebox {
    border: 2px solid #333333;
    border-radius: 4px;
    overflow: visible;
    margin-bottom: 2em;
    padding:.25em;
}

.course-select-box {
    margin: 0px;
    overflow: visible;
}
.course-select-box-content {
    padding: .5em .5em .5em .5em;
    margin: 0px .5em .5em .5em;
    border: 2px solid #333333;
    border-radius: 4px;
    height: 90%;
    width:94%;
}

.cart-remove-button {
    margin-top: 1em;
    padding: 1em;
}


.cb-container-emphasis {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b1d8f5+0,bee4f8+25,c8eefb+46,e6f8fd+93,e6f8fd+100 */
    background: #c8eefb; /* Old browsers */
}

.course-select-box-info {
    min-height: 7em;
    display: table-cell;
    vertical-align: middle;
}

.info-sign {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #999999;
    font-size: 1.5em;
    height: 2em;
}

    .info-sign:hover {
        position: absolute;
        top: 0px;
        right: 0px;
        color: maroon;
        font-size: 1.5em;
        height: 2em;
    }


.course-select-box-label {
    font-size:1.4em;
    margin-right:.5em;
}

.input-doppleganger {
    line-height: 2em !important;
    height: 2em !important;
}

.modal-subhead {
    font-weight: bold;
}


.margin-left-none {
    margin-left: 0;
    padding-left: 0;
}

.margin-left-mini {
    margin-left: 2px;
    padding-left: 2px;
}

.margin-bottom-1 {
    border-bottom: 1em #fff;
}


.control-wrapper-newline {
    display: block;
}

.copy-phone {
    font-size: 1.8em;
    color: #cccccc;
}

.column-left, .column-right {
    margin-left: 0;
}

.column-left {
    margin-top: 8px;
}



fieldset .formrow div {
    margin: 0px;
}

.column-right div {
    background: #FFFFFF;
    padding: 3px 0 3px 5px;
}

.formrow {
}


.form-heading-common {
    font-size: 1.2em;
}

    .form-heading-common label {
        width: 100%;
        text-align: left;
    }

.form-item-required:after {
    content: " *";
    color: #a94442;
}

#required-description {
    color: #a94442;
}

.other-text-description {
    line-height: 2em;
}

#NATIVE_LANGUAGE_OT_Other_CONTAINER {
    margin-top: .3em;
}

.student-certify-container {
    display: flex;
    min-height: 10vh;
    overflow: hidden;
    border: 3px solid #f0f0f0;
    border-radius: .5em;
    padding: 2em;
    background-color: #f9f9f9;
    width: 100%;
}

.certify-col-cb {
    width: 2em;
    min-width: 2em;
    max-height: 100%;
    overflow-y: auto;
    padding-left:5px;
}

.certify-col-copy {
    max-height: 100%;
    overflow-y: auto;

}


@media only screen and (max-width: 600px) {
    .certify-col-cb {
        padding-right: .5em;
    }

    .certify-col-copy {
        padding-left: .5em;
    }
}




.cb-container {
    display: flex;
    overflow: hidden;
    width: 100%;
}

.cb-col {
    width: 2em;
    min-width: 2em;
    max-height: 100%;
    overflow-y: auto;
    padding-right: .5em;
    padding-left: .5em;
}

.cb-col-copy {
    max-height: 100%;
    overflow-y: auto;
}


@media only screen and (max-width: 600px) {
    .cb-col {
        padding-right: .5em;
        padding-left: .5em;
    }

    .cb-col-copy {
        padding-left: .5em;
        font-weight:100;
    }
}




.registration-fieldset {
    border: 1px solid rgba(30,87,153,0.2);
}

    .registration-fieldset legend {
        border: none;
        font-size: inherit;
        font-weight: bold;
        margin-left: 0px;
    }

    
.registration-fieldset legend {
        padding-left: 5px !important;
        border: 2px solid #cccccc;
    }
    

fieldset {
    font-family: sans-serif;
    border-radius: 5px;
    padding: 1em;
    margin: .5em;
    margin: .5em;
}

    fieldset legend {
        width: 100%;
        background: #ffffff;
        color: #333;
        padding: .5em 1em;
        font-size: 1em !important;
        border-radius: 5px;
        box-shadow: none;
        margin-bottom: 0px;
    }

.legend-embedded {
    border: none !important;
}

.vertically-centered {
    padding: .5em;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3em;
}

.light-row {
    overflow: auto;
    background-color: inherit;
    padding: .5em;
}

.dark-row {
    overflow: auto;
    background-color: #f0f0f0;
    padding: .5em;
}


.fieldset {
    overflow: hidden;
    border: 1px solid rgba(30,87,153,0.2);
    margin-top: 1em;
    border-radius: 5px;
    padding: 1em;
    margin: .5em;
}

.bold {
    font-weight: bold;
}

.paren_left::before {
    content: '(';
}

.paren_right::after {
    content: ')';
}

#demo_goals_title {
    margin-bottom: 1em;
}
.nav-item {
width:97%;
}

.language-select{
    color-rendering:#ffffff;
    background-color:#d9d9d9;
}

.copy-md {
    font-size:1.2em;
}

.bold {
    font-weight: 600;
}

.cec-logo {
    border: .2em solid #ffffff;
    border-left: .5em solid #ffffff;
    border-right: 2em solid #ffffff;
    border-top: 1em solid #ffffff;
}

.oec-logo {
    border: .2em solid #ffffff;
    border-left: 0px;
    border-right: .2em solid #ffffff;
    border-top: 1em solid #ffffff;
    max-width:98%;
}

.brand-container {
}



@media (max-width: 575px) {
    .cec-logo {
        width: 270px;
    }
    .oec-logo {
        width: 280px;
    }
}

@media (max-width: 475px) {
    .cec-logo {
        width: 200px;
    }
    .oec-logo {
        width: 250px;
    }
}

h1 {
    font-size: 1.5em;
}

.header-gradient {
    color: #660033;
    padding: 0.6em;
    border-radius: 0.2em;
}

.search-title > h1 {
    margin-left: 0px;
    padding-left: 0px;
}

.course-container-head {
    /*    background: linear-gradient(to bottom, #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); */
    /* background-color: #d9d9d9; */
    padding: 0.5em;
    /* border: 1px solid #cccccc; */
}

.course-container {
    padding: 2em 1em 0em 1em;
    /*
    background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='20' height='40' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0,0%,100%,1)'/><path d='M0 30h20L10 50zm-10-20h20L0 30zm20 0h20L20 30zM0-10h20L10 10z'  stroke-width='1' stroke='hsla(0,0%,85%,0.5)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");

background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='20' height='20' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0,0%,100%,1)'/><path d='M 10,-2.55e-7 V 20 Z M -1.1677362e-8,10 H 20 Z'  stroke-width='1' stroke='hsla(0, 0%, 85%, 0.5)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>")
    */
    /*
    background-color:#f0f0f0;
    border: 1px solid #cccccc;
        */
    background-color: #f0f0f0;
}


.btn-custom-1 {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    transition: all .4s;
}

    .btn-custom-1:hover,
    .btn-custom-1:focus {
        color: #fff;
        background-color: #286090;
        border-color: #286090;
    }




