body {
    font-family: "Open Sans", helvetica, arial;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    padding: 0px; /* background-color:#CCCCCC; */
    line-height: 1.4;
}
/* turn off resizing for textarea input fields */
textarea {
    resize: none;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/assets/fonts/glyphicons-halflings-regular.eot');
    src: url('/assets/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded- opentype'), url('/assets/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/assets/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/assets/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

@font-face {
    font-family: 'Glyphicons Regular';
    src: url('/assets/fonts/glyphicons-regular.eot');
    src: url('/assets/fonts/glyphicons-regular.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/glyphicons-regular.woff') format('woff'), url('/assets/fonts/glyphicons-regular.ttf') format('truetype'), url('/assets/fonts/glyphicons-regular.svg#glyphiconsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.header_row {
    margin: 0px;
    padding: 25px 0px 25px 0px;
}

    .header_row img {
        display: block;
        margin: auto;
    }

.about_header_row {
    margin: 0px;
    padding: 0px;
}

    .about_header_row img {
        display: block;
        /* used to center logo vertically */
        margin: 25px auto 25px auto;
    }

.tagline {
    background: rgba(0, 0, 0, 0.3);
    min-height: 40px;
    width: 100%;
    margin-top: 0px;
    color: #fff;
    font-family: "Open Sans", helvetica, arial;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 10px 10px 10px;
}

@media (min-width:768px ) {
    .about_header_row {
        background-image: url("../../images/header_background.jpg");
        background-repeat: no-repeat;
        height: 418px;
        position: relative;
        overflow: hidden;
        background-size: cover;
    }

        .about_header_row img {
            padding: 25px 0px 0px 0px;
            /* used to left align logo */
            margin: 120px 0px 120px 0px;
        }

    .tagline {
        margin-top: 17px;
    }
}

a {
    color: #4486f9;
    text-decoration: none;
    font-weight: 600;
}

    a:hover, a:focus {
        text-decoration: none;
        font-weight: 600;
        color: #3d78e0;
    }

h3 {
    margin-top: 55px; /* margin of 60 px before all h3 headings, with correction of 5 pixel padding that is always there */
    line-height: 120%;
    color: #e41f3a;
    font-size: 24px;
    font-weight: 600;
}

.h3Black {
    margin-top: 55px; /* margin of 60 px before all h3 headings, with correction of 5 pixel padding that is always there */
    line-height: 120%;
    color: #000;
    font-size: 36px;
    font-weight: 500;
}

h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 120%;
}

h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 130% !important;
}

@media (min-width:768px ) {
    h3 {
        color: #e41f3a;
        font-size: 36px;
        font-weight: 500;
    }

    h4 {
        font-size: 22px;
        font-weight: 600;
    }

    h5 {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.5;
    }
}

ul.ul-list {
    list-style-type: none;
    padding-left: 0px;
}

.ul-list li {
    padding: 10px 0px 10px 20px;
    display: block;
    position: relative;
}

    .ul-list li:before {
        font-family: 'Glyphicons Halflings';
        position: absolute;
        left: 0px;
        top: 13px;
        font-size: 80%;
    }

.chevron-right li:before {
    content: '\e080';
}

.time li:before {
    content: '\e023';
    font-size: 100%;
    margin-top: -2px;
}

.checkmark li:before {
    content: "\e013";
}

.arrow-right li:before {
    content: '\e092';
}

.checkmark li:before {
    content: "\e013";
}

.greenCheckmark li:before {
    content: "\e013";
    color: #69b91c;
    font-weight: normal;
    font-size: 16px;
    padding: 0px 15px 0px 0px;
    margin-top: -2px;
}
/* see css in /includes/html/footer.html now uses coursehost footer */
footer {
    background-color: #303030;
    font-size: 14px;
}

.circle {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    font-size: 14px;
    color: #666;
    line-height: 50px;
    text-align: center;
    background: #666;
}

.socialicons {
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

    .socialicons a img {
        padding-right: 10px;
    }

.ulSquarelist {
    list-style-type: square;
}

    .ulSquarelist li {
        margin-top: 15px;
        margin-bottom: 20px;
    }

.btn-primary {
    color: #fff;
    border-radius: 5px;
    background-color: #4486f9;
    border-color: none;
}

.btn-large {
    padding: 15px 25px 15px 25px;
    font-size: 20px;
    font-weight: 600;
}

.btn-sm {
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 600;
}

.btn495 {
    padding: 15px 25px 15px 25px;
    font-size: 20px;
    font-weight: 600;
    font-weight: 600;
    width: 80%;
}

@media (min-width:768px ) {
    .btn495 {
        padding: 15px 25px 15px 25px;
        font-size: 20px;
        font-weight: 600;
        width: 495px;
    }
}

.btn-primary:hover, .btn-primary:focus {
    border-color: none;
    background-color: #3d78e0;
}

.redSection {
    background-color: #e41f3a;
    color: white;
}

.darkBlueSection {
    background-color: #012641;
    color: white;
}


.top-margin {
    margin-top: 10px;
}

@media (min-width:992px ) {
    .top-margin {
        margin-top: 2px;
    }
}

.top-margin40 {
    margin-top: 40px;
}

.panel-body {
    background-color: #fbfbfb;
    padding: 0px 0px 0px 0px;
}

legend {
    width: auto;
    border-bottom: none;
    padding: 0px 10px 0px 10px;
}

fieldset {
    border: 0;
    border-top: 1px solid #eee;
    padding: 0px 5px 0px 5px;
    margin: 0;
}

.panelTable {
    font-size: 50%;
    margin-bottom: 20px;
}

@media (min-width:768px ) {
    .panelTable {
        /* font-size: 16px; <- wraps on registration page */
        font-size: 14px;
    }
}

.panelTable td {
    padding: 5px 15px 4px 15px;
}

.locationrows {
    margin-top: 15px;
}

    .locationrows .col-sm-12 {
        margin-top: 10px;
    }

.panelTable tr td:first-child {
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

.panelTable tr td:last-child {
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

.submitRow {
    background-color: #eee;
    margin: 20px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 20px;
}

.submitRowText {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #636363;
}

@media (min-width:768px ) {
    .submitRowText {
        text-align: left;
        padding-left: 10px;
    }
}

@media (min-width:768px ) {
    fieldset {
        border: 0;
        border-top: 1px solid #eee;
        padding: 0px 20px 0px 20px;
        margin: 0;
    }
}

.fieldsetContainer {
    margin-top: 30px;
}

.radioCheckboxLabel {
    background-color: #FFFFFF !important;
    color: #000000 !important;
    font-weight: bold !important;
}

.greenchecks {
    color: #69b91c;
    font-weight: normal;
    font-size: 16px;
    padding: 10px 0px 10px 0px;
}

.workshopjustify {
    text-align: center;
    margin-top: 20px;
}

@media (min-width: 992px) {
    .col-md-offset-1.workshopspacing {
        margin-right: 0px;
    }

    .workshopjustify {
        text-align: left;
        margin-top: 0px;
    }
}

.stripedRows {
    padding: 0px 15px 15px 15px;
}

    .stripedRows > div.row {
        padding: 5px;
    }

        .stripedRows > div.row:nth-child(even) {
            background-color: #f3f3f3;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }


/* fix position of icons on registration forms see: http://bootstrapvalidator.com/examples/adjusting-feedback-icon-position/ */
.has-feedback .form-control-feedback {
    top: 25px;
    right: -30px;
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 25;
    right: -30px;
}

#course_container i.form-control-feedback.glyphicon.glyphicon-ok, #course_container i.form-control-feedback.glyphicon.glyphicon-remove {
    top: 25px;
    right: 0;
}
/* fix positions of checkmarks for cc expiration date */
#expDate i.form-control-feedback.glyphicon.glyphicon-ok, #expDate i.form-control-feedback.glyphicon.glyphicon-remove {
    top: -1px;
    right: -30px;
}
/* remove glyphs from validation */
i.form-control-feedback.glyphicon.glyphicon-ok:before, i.form-control-feedback.glyphicon.glyphicon-remove:before {
    display: none;
}

.btn-sm320 {
    padding: 10px 12px;
    font-size: 16px;
    width: 95%;
    font-weight: 600;
}

@media (min-width: 480px) {
    .btn-sm320 {
        padding: 10px 12px;
        font-size: 16px;
        width: 320px;
        font-weight: 600;
    }
}

.sizeSelect30 {
    width: 100%;
}

@media (min-width:768px ) {
    .sizeSelect30 {
        width: 30%;
    }
}

.btn-white-blueborder {
    color: #4486f9;
    border-radius: 5px;
    background-color: #fff;
    border-color: #4486f9;
    border-width: 2px;
}

.btn-white-blueborder-large {
    padding: 6px 10px 6px 10px;
    font-size: 20px;
    font-weight: 600;
    height: 45px;
}

@media (min-width:768px ) {
    .btn-white-blueborder-large {
        padding: 6px 35px 6px 35px;
        width: 320px;
    }
}

.btn-white-blueborder:hover, .btn-white-blueborder:focus {
    color: #fff;
    border-color: none;
    background-color: #4486f9;
}

.img-center {
    margin: 0 auto;
}

.Divider {
    border-bottom: solid;
    border-bottom-width: 1px;
    border-bottom-color: #d5d6d8;
    margin-top: 40px;
    margin-bottom: 45px;
}
