
/* Content Page Columns and Containers */
.content-page-background {
    height: auto;
}

@media screen and (min-width: 768px) and (max-width:992px) {
    .content-container {
        width: 735px;
    }
}

.content-page-container {
    margin: 0px 15px 0px 15px;
}

#content-page-content {
    margin: 0px auto 0px auto;
    padding: 0px 10px 0px 10px;
}

@media screen and (min-width: 992px) {
    #content-page-content {
        margin: 0 auto 0px auto;
    }
}

#main-content-column {
    padding: 0 10px 50px 10px;
    /*     background-color:white;*/
    background-image: none;
}

/* Headers and Paragraphs */

h2, h3, h4, h5 {
    color: #1b5986;
    font-family: "Gotham Narrow A", "Gotham Narrow B";
    font-style: normal;
    font-weight: 500;
}

h2 {
    font-size: 2em;
    line-height: 120%;
    padding-bottom: 5px;
    margin: 20px 0 10px 0;
}

h3 {
    font-size: 1.563em;
    line-height: 120%;
    margin: 20px 0 10px 0;
}

h4 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 100%;
    letter-spacing: 0.5px;
    padding-bottom: 10px;
    margin: 20px 0 0 0;
}

h5 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 0.5px;
    margin: 20px 0 10px 0;
}

p.intro {
    font-size: 1.4em;
    line-height: 135%;
    padding: 15px 0px 20px 0px;
}

p.small {
    font-size: 0.85em;
}

p {
    font-size: 1em;
    line-height: 150%;
    margin: 0;
    padding: 10px 0px;
}

p.hr {
    margin-bottom: 10px;
    margin-top: 20px;
    border-top: 1px solid #999;
}





/* Unordered Lists */

ul.content-list {
    margin-top: 10px;
}

    ul.content-list > li {
        padding-bottom: 10px;
    }

/* Images and Phone Link Colour */

.main-image {
    margin: 0px 0px 20px 0px;
}

.image-booklet {
    border: 1px solid #959595;
    /* -ms-transform: rotate(3deg);  IE 9 */
    /* -webkit-transform: rotate(3deg);  Chrome, Safari, Opera */
    /* transform: rotate(3deg); */
    margin: 20px 0px;
    width: auto;
}



.inline-image {
    padding: 30px 0px 10px 0px;
}

@media screen and (min-width: 992px) {
    .inline-image {
        padding: 0px 0px 10px 0px;
    }
}

.inline-image-caption {
    color: #4f4f4f;
    display: block;
    padding-top: 10px;
    font-size: 1.4em;
    line-height: 160%;
}


@media screen and (min-width: 992px) {
    .tel-link {
        color: #333;
    }

        .tel-link:hover {
            color: #333;
            text-decoration: none;
        }
}

/* Table Zebra Striped for IE Adjustment */

.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #fff;
}

/* Table Bordered in Blue for Summer Session */

.table-bordered-blue {
  border: 1px solid #00adef;
font-family: "Gotham XNarrow A", "Gotham XNarrow B";
    font-weight: 400;
}

.table-blue > tbody > tr > td {
    padding: 6px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #00adef;
    border-right: 1px solid #00adef;
}
.table-blue > thead > tr > th {
    font-size: 0.95em;
        padding: 6px;
 vertical-align: bottom;
  border-bottom: 1px solid #00adef;
border-right: 1px solid #00adef;}

/* In-Page Static Quotes */

.quote-box {
    background-color: #ebebeb;
     background-image: url('../images/quote-marks.png');
    background-repeat: no-repeat;
    background-position: top left;
    padding: 26px 20px 20px 38px;
    margin: 20px 0;
}

.quote {
    font-size: 1.55em;
    font-weight: 300;
    line-height: 140%;
    padding: 0;
}


.quote-author {
    font-size: 1em;
    line-height: 140%;
    
}
.quote-photo2 {
    width: 200px;
}

@media screen and (max-width: 768px) {
    .quote-photo2 {
        width: 120px;
    }
}

/* SLT Quote Bio Boxes */

.slt-box {
    padding: 10px;
}

.slt-inner-box {
    background-color: #ebebeb;
    padding: 30px;
}

.slt-box p {
    line-height: 130%;
    padding-bottom: 10px;
    padding-top: 0;
    margin: 0;
}

.slt-quote-box {
    background-color: #ebebeb;
    background-image: url('../images/quote-marks.png');
    background-repeat: no-repeat;
    background-position: top left;
    margin-left: -20px;
}

.slt-quote {
    font-size: 1.25em;
    font-weight: 300;
    line-height: 130%;
    padding: 32px 0 10px 0;
    margin-left: 20px;
}


.quote-author {
    font-size: 1em;
    line-height: 140%;
    
}

@media screen and (min-width: 992px) {
    .quote-align-table {
        display: table;
        height: 100%;
    }

    .quote-align-cell {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }
}


/* Call to Actions Boxes */

.cta-box {
    text-align: left;
    line-height: 130%;
    margin: 0 0 30px 0;
    background-color: #f5f5f5;
}

.box-link a, .box-link a:hover, .box-link a:active {
    text-decoration: none !important;
    outline-width: 0px;
}

.box-link {
    display: block;
}

.box-link:hover, .box-link:active {
    outline: 2px solid #999;
}

.white-block-text { color: #fff !important; text-align: center; font-weight: 400 !important; padding: 10px 0 10px 0 !important;}

.sm-program-name {
    text-transform: uppercase;
    font-size: 0.8em !important;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    padding: 0;
    margin:0;
}

.blue-border-top { border-top: 16px solid #1b5986; padding: 0; }
.blue-border-left { border-left: 16px solid #1b5986; padding: 0; }
.blue-button { background-color: #1b5986; padding: 0; }
.blue-text {color: #1b5986 !important;}

.upgrading-border-top { border-top: 16px solid #AF1685; padding: 0; }
.upgrading-border-left { border-left: 16px solid #AF1685; padding: 0; }
.upgrading-button { background-color: #AF1685; padding: 0; }
.upgrading-text {color: #AF1685 !important;}

.ut-border-top { border-top: 16px solid #87189D; padding: 0; }
.ut-border-left { border-left: 16px solid #87189D; padding: 0; }
.ut-button { background-color: #87189D; padding: 0; }
.ut-text {color: #87189D !important;}

.trade-border-top { border-top: 16px solid #E57200; padding: 0; }
.trade-border-left { border-left: 16px solid #E57200; padding: 0; }
.trade-button { background-color: #E57200; padding: 0; }
.trade-text {color: #E57200 !important;}

.health-border-top { border-top: 16px solid #298FC2; padding: 0; }
.health-border-left { border-left: 16px solid #298FC2; padding: 0; }
.health-button { background-color: #298FC2; padding: 0; }
.health-text {color: #298FC2 !important;}

.art-design-border-top { border-top: 16px solid #C8102E; padding: 0; }
.art-design-border-left { border-left: 16px solid #C8102E; padding: 0; }
.art-design-button { background-color: #C8102E; padding: 0; }
.art-design-text {color: #C8102E !important;}

.tourism-border-top { border-top: 16px solid #009A17; padding: 0; }
.tourism-border-left { border-left: 16px solid #009A17; padding: 0; }
.tourism-button { background-color: #009A17; padding: 0; }
.tourism-text {color: #009A17 !important;}

.business-border-top { border-top: 16px solid #007367; padding: 0; }
.business-border-left { border-left: 16px solid #007367; padding: 0; }
.business-button { background-color: #007367; padding: 0; }
.business-text {color: #007367 !important;}

.accessible-border-top { border-top: 16px solid #4C4184; padding: 0; }
.accessible-border-left { border-left: 16px solid #4C4184; padding: 0; }
.accessible-button { background-color: #4C4184; padding: 0; }
.accessible-text {color: #4C4184 !important;}

.office-admin-border-top { border-top: 16px solid #7A9A01; padding: 0; }
.office-admin-border-left { border-left: 16px solid #7A9A01; padding: 0; }
.office-admin-button { background-color: #7A9A01; padding: 0; }
.office-admin-text {color: #7A9A01 !important;}

.interactive-border-top { border-top: 16px solid #575757; padding: 0; }
.interactive-border-left { border-left: 16px solid #575757; padding: 0; }
.interactive-button { background-color: #575757; padding: 0; }
.interactive-text {color: #575757 !important;}

.continuing-border-top { border-top: 16px solid #4C4184; padding: 0; }
.continuing-border-left { border-left: 16px solid #4C4184; padding: 0; }
.continuing-button { background-color: #4C4184; padding: 0; }
.continuing-text {color: #4C4184 !important;}

.aboriginal-border-top {
    border-top: 16px solid #00778B;
    padding: 0;
}

.aboriginal-border-left {
    border-left: 16px solid #00778B;
    padding: 0;
}

.aboriginal-button {
    background-color: #00778B;
    padding: 0;
}

.aboriginal-text {
    color: #00778B !important;
}

/* Button Backgrounds */

.pa-guide {
    background-image: url('../images/button-bg-homepage-pa-guide.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    width: 340px;
    height: auto;
}

.distance-guide {
    background-image: url('../images/button-bg-homepage-distance-guide.jpg');
    background-repeat: no-repeat;
    background-position: top left;
}

.cvcr-guide {
    background-image: url('../images/button-bg-homepage-cvcr-guide.jpg');
    background-repeat: no-repeat;
    background-position: top left;
}

.search-cta-box {
    text-align: center;
    line-height: 130%;
    margin: 0;
    background-color: #ebebeb;
}

.automation-button {
    background-image: url('../images/button-industrial-automation-background.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    padding: 0;
}

.automation-no-arrow-button {
    background-image: url('../images/button-industrial-automation-bg-no-arrow.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    padding: 0;
}

.cta-box p {
        padding: 0 15px 15px 15px;
        margin: 0;
        line-height: 130%;
        font-size: 0.95em;
        color: #000;
    }

.cta-box img.img-responsive {
    width: 100%;
    height: 100%;
}

.cta-short-box {
    background-color: #ebebeb;
    padding: 31px 0;
}


.cta-box h4 {
    font-family: "Gotham XNarrow A", "Gotham XNarrow B";
    font-weight: 500;
    color: #1b5986;
    line-height: 105%;
    padding: 10px 15px 5px 15px;
    margin-top: 0;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 1.6em;
}


.cta-box a {
    color: #1b5986;
}


.link-box h4 {
    font-family: "Gotham XNarrow A", "Gotham XNarrow B";
    font-weight: 500;
    color: #1b5986;
    line-height: 105%;
    padding: 10px 15px 5px 15px;
    margin-top: 0;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 1.6em;
}

.link-box {
    background-color: #f5f5f5;
}

/* A CTA for specialized buttons with image backgrounds */

.cta-no-bground-button {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin: 0 0 15px 0;
}

.cta-no-bground-button h4 {
    margin: 10px 0 0 0;
    padding: 0 20px 10px 40px;

}

.cta-no-bground-button a h4 {
    font-family: "Gotham XNarrow A", "Gotham XNarrow B";
    font-weight: 400;
    color: #fff;
    font-size: 1.45em;
    line-height: 100%;
    text-transform: capitalize;
}

.cta-no-bground-button .glyphicon  {
        color: #fff !important;
        padding: 0 0 0 15px;
    }

/* A CTA for specialized buttons with image backgrounds and no arrow */

.cta-no-bground-noarrow-button {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin: 0 0 15px 0;
}

.cta-no-bground-noarrow-button h4 {
    margin: 10px 0 0 0;
    padding: 0 20px 10px 20px;

}

.cta-no-bground-noarrow-button a h4 {
    font-family: "Gotham XNarrow A", "Gotham XNarrow B";
    font-weight: 400;
    color: #fff;
    font-size: 1.45em;
    line-height: 100%;
    text-transform: capitalize;
}


.cta-noarrow-button {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin: 0 0 15px 0;
    background-color: #027caa;
}

.cta-noarrow-button h4 {
    margin: 10px 0 0 0;
    padding: 10px 10px 20px 140px;

}


.cta-noarrow-button .glyphicon  {
        color: #fff !important;
        padding: 0 0 0 15px;
    }

.cta-noarrow-button a h4 {
    font-family: "Gotham XNarrow A", "Gotham XNarrow B";
    font-weight: 400;
    color: #fff;
    font-size: 1.45em;
    line-height: 100%;
    text-transform: none;
}


.cta-arrow-button {
    display: inline-block;
    background-image: url("/images/button-arrow.svg");
    background-repeat: no-repeat;
    background-position: top left;
    width: 100%;
    text-align: left;
    margin: 0 0 15px 0;
}

.cta-arrow-button h4 {
    margin: 10px 0 0 0;
    padding: 0 20px 10px 40px;

}

.cta-arrow-button a h4 {
    font-family: "Gotham XNarrow A", "Gotham XNarrow B";
    font-weight: 400;
    color: #fff;
    font-size: 1.45em;
    line-height: 100%;
    text-transform: capitalize;
}

.cta-arrow-button .glyphicon  {
        color: #fff !important;
        padding: 0 0 0 15px;
    }


.cta-button {
    display: inline-block;
    min-width: 200px;
    text-align: center;
    margin: 0 15px 15px 15px;
    padding: 6px 0;
    border: 1px solid #0073ae;
}

.cta-button:hover {
        transition: all 0.4s ease-out;
        border: solid 1px #e9573e;
        background-color: #e9573e;
        color: white;
    }



.button-box-wrapper: {
    vertical-align: middle;
}


.button-box {
    font-family: "Gotham XNarrow A", "Gotham XNarrow B";
    width: 100%;
    display: inline-block;
    min-height: 3em;
    text-align: center;
    border: solid 1px #1494a3;
    color: #fff;
    background-color: #1494a3;
    font-size: 1.45em;
    line-height: 120%;
    font-weight: 400;
    margin: 0 0 10px 0;
    padding: 20px 10px;
}

    .button-box:hover {
        transition: all 0.4s ease-out;
        border-color: #1494a3;
        background-color: #fff;
        color: #1494a3;
    }

.ex-button-box-wrapper: {
    vertical-align: middle;
}


.ex-button-box {
    width: 100%;
    display: inline-block;
    min-height: 3em;
    text-align: center;
    border: solid 1px #0073ae;
    color: #fff;
    background-color: #0073ae;
    font-size: 1.3em;
    line-height: 120%;
    font-weight: 400;
    margin: 0 0 10px 0;
    padding: 20px 10px;
}

    .ex-button-box:hover {
        transition: all 0.4s ease-out;
        border-color: #0073ae;
        background-color: #fff;
        color: #1494a3;
    }

.inline-cta {
    border: 1px solid #edb338;
    padding: 20px;
    font-weight: 700;
    text-indent: -15px;
    padding-left: 55px;
    margin-top: 20px;
}

.inline-cta .glyphicon {
        color: #333;
        padding-right: 10px;
    }

.cta-study-at {
    border: 1px solid #27a5ba;
}

.cta-global {
    border: 1px solid #8cc051;
}

.cta-about {
    border: 1px solid #36bc9b;
}


@media screen and (min-width: 992px) {
    .cta-box-horizontal {
        padding: 20px 30px;
        text-align: left;
        overflow: auto;
    }

    .cta-left {
        float: left;
        margin-right: 20px;
        height: 120px;
        clear: right;
    }
}

/* Tabbed Navigation */


.nav-tabs {
    border-bottom: 1px solid #7d7d7d;
}

    .nav-tabs > li > a {
        border-radius: 1px;
        font-size: 1.2em;
        padding-right: 16px;
        padding-left: 16px;
        color: #7d7d7d;
    }

    .nav-tabs > li {
        margin-right: 18px;
    }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            transition: all 0.4s ease-out;
            border: 1px solid #7d7d7d;
            color: #1b5986;
            border-bottom-color: transparent;
        }

        .nav-tabs > li > a:hover {
            transition: all 0.4s ease-out;
            background-color: #ebebeb;
            border: 1px solid #7d7d7d;
        }

/* Tabbed Content */

.tab-content {
    margin-top: 30px;
    word-break: break-word; /* Need this to break up url text */
}






/* .at16nc{background:url('../images/icons/email.png') no-repeat;}
        .at16nc.at16t_email {background-position: -3px 0;}*/




/* Accordion Panels */

.panel-studyat {
    border-top: 1px solid #27a5ba;
    border-bottom: 1px solid #27a5ba;
    border-radius: 0px;
}

.panel-aboutus {
    border-top: 1px solid #36bc9b;
    border-bottom: 1px solid #36bc9b;
    border-radius: 0px;
}

.panel-studyabroad {
    border-top: 1px solid #edb338;
    border-bottom: 1px solid #edb338;
    border-radius: 0px;
}



.panel {
    border-right: 0;
    border-left: 0;
    margin-bottom: 0px;
    box-shadow: 0px 0px 0px 0px !important;
    border-radius: 0px;
}

.panel-default a:hover {
    text-decoration: none;
}

.panel-default a {
    text-decoration: none;
    color: #333;
    font-weight: 700;
}

.panel-default {
    margin-bottom: -1px;
}

    .panel-default .panel-heading:hover {
        background-color: #f3f3f3 !important;
    }

.panel-collapse > span {
    margin-top: -1px;
    padding-top: 20px;
    padding-left: 55px;
    padding-right: 20px;
    padding-bottom: 20px;
    display: block;
    background-color: white;
}


@media screen and (max-width: 480px) {
    .panel-collapse > span {
        padding-left: 20px;
    }
}


.panel-collapse > span > ul > li {
    margin-bottom: 10px;
}



.panel-title {
    padding-left: 10px;
}

.panel-collapse {
    background-color: white !important;
}




/* About Us */

.about-hr {
    border-top: 1px solid #36bc9b;
    margin: -1px 0px 0px 0px;
    padding: 15px 0px;
}


/* Board of Directors */
.board-hr {
    border-top: 1px solid #8cc051;
    margin: -1px 0px 0px 0px;
    padding: 15px 0px;
}

.board-name {
    margin: 24px 0 18px 0;
}

.bod-bio {
    text-align: center;
}

    .bod-bio h1 {
        line-height: 20px;
    }

    .bod-bio .quote-author {
        text-align: center;
        padding: 20px 0px 0px 0px;
    }

    .bod-bio .quote {
        text-align: center;
        margin-top: 30px;
    }

/* Student Stories */

.student-story {
    margin: 40px 0px 0px 0px;
}

    .student-story img {
        margin: 0px 0px 10px 0px;
        /*    padding: 0px 30px 5px 30px;*/
    }

.homepage-student-name {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 10px;
}

.homepage-student-additional {
    font-weight: 500;
}

.blue-top-border {
    border-top: 12px solid #297fb8;
}

.turquoise-top-border {
    border-top: 12px solid #0ecab2;
}

.green-top-border {
    border-top: 12px solid #93c061;
}

.lightblue-top-border {
    border-top: 12px solid #27a5ba;
}

/* Table Data */


.tuition-header {
    text-transform: uppercase;
}


.tuition {
    color: white;
    border-bottom: 1px solid white;
    background-color: #27a5ba;
}

.tuition-pale {
    border-top: 0px !important;
    background-color: white;
}

.tuition-pale-end {
    border-bottom: 0px !important;
    background-color: white;
}

.tuition-dark {
    border-bottom: 1px solid white;
    color: white;
    background-color: #333333;
}

/* 404 Page */
.error-title {
    font-size: 10em;
    text-align: center;
    margin: 40px 0px 20px 0px;
}

.error-message {
    line-height: 150%;
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 40px;
}

    .error-message h1 {
        line-height: 150%;
        font-size: 2em;
        display: inline;
    }

.search-result {
    padding-bottom: 20px;
}

.search-result-url{
    color:#006621;
}

/* Google Translate Box */

.goog-te-combo {
    font-family: "Gotham Narrow A", "Gotham Narrow B" !important;
}

/* Search Programs and Courses */

.search-form {
    padding: 19px;
    font-size: 0.9em;
    border: 1px solid #818181;
    margin-bottom: 20px;
    }

.search-form h3 {
    margin: 0 0 6px 0;
    font-size: 1.4em;
    font-weight: 400;
}

.submit30daysbutton {
    margin-left: 10px;
}

/* Form Messages */

#pageHeader .panel-body {
    display: none;
}

.highlighted-msg {
    color: red;
    font-weight: bold;
}

.inline-cta .fa {
    display: inline;
}

.publication-title {
    font-weight: bold;
    padding: 5px 0 20px 0;
}

.publication-section {
    padding: 10px 0;
}

.big-icon {
    font-size: 300%;
}

/* Anchor In-page Navigation */

.on-this-page {
    padding: 20px 0;
    border-top: 1px solid #dfe1e2;
    border-bottom: 1px solid #dfe1e2;
    margin: 0;
}

.on-this-page-title {
    font-family: "Gotham Narrow A", "Gotham Narrow B", serif;
    text-transform: uppercase;
    font-size: 1.4em;
    color: #999999;
}

/*@media screen and (max-width: 768px) {
    .banner-caption {
    background-color: #fff;
    opacity: 0.8;
    padding: 6px 14px;
    position: absolute;
    bottom: -35px !important;
    right: 0;
    }
}*/

.banner-caption {
    background: none repeat scroll 0 0 #FFFFFF;
    opacity: 0.8;
    padding: 6px 14px;
    bottom: 20px;
    right: 0;
    position: absolute;
}

    .banner-caption p {
        font-size: 0.9em;
        line-height: 1.2;
        padding: 0px;
    }



.banner {
    position: relative;
    border-right: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}


/* Post and News Pages */

.post-thumbnail-overlay {
    background: none repeat scroll 0 0 #1b5986;
    padding: 0 8px;
    color: white;
    opacity: 0.9;
    top: 1px;
    left: 25px;
    position: absolute;
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 1px;
}

.post-thumbnail {
    padding-bottom: 20px;
}

.post-thumbnail-image {
    border: 1px solid #b1b1b1;
}

@media screen and (max-width: 992px) {
    .post-thumbnail-image {
    border:none;
}
}

.post-thumbnail-title {
    font-weight: 500;
    font-size: 1.2em;
    line-height: 130%;
}

.post-thumbnail-row {
    padding-top: 20px;
}

.post-main-image-caption {
    font-style: italic;
}

.post-event-date {
    font-size: 0.8em;
    font-weight: 400;
    color: #4f4f4f;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.post-pub-date {
    font-size: 0.9em;
    font-weight: 400;
    color: #4f4f4f;
}

.post-publish-date {
    font-size: 0.9em;
    font-weight: 400;
    color: #4f4f4f;
    margin: 15px 0 0 0;
}

.post-labelled-line {
    font-size: 0.95em;
}



.post-lede p {
    font-size: 1.4em;
    font-weight: 300;
    line-height: 130%;
}

.post-subhead p {
    font-size: 1.6em;
    line-height: 130%;
    font-weight: 500;
}

.post-main-image-caption {
    background: none repeat scroll 0 0 #FFFFFF;
    opacity: 0.8;
    padding: 14px 0;
    width: 100%;
    position: relative;
}

    .post-main-image-caption p {
        font-size: 0.9em;
        line-height: 1.2;
        padding: 0px;
    }



.highlighted-news-item {
    padding-top: 30px;
    padding-bottom: 30px;
}

    .highlighted-news-item .post-thumbnail-title {
        font-size: 1.5em;
        font-weight: 500;
        line-height: 120%;
    }

@media screen and (max-width: 992px) {
    .highlighted-news-item .post-thumbnail-title {
        padding-top: 10px;
    }
}

.highlighted-news-item p {
    font-size: 1em;
    line-height: 140%;
}

.sticky-row {
    border-bottom: 1px solid #999;
    margin-bottom: 40px;
}

.alternate-news-row {
    border-top: 1px solid #999;
    margin-top: 40px;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 120%;
    padding: 10px 20px;
}


/* Event Calendar */

.event-listing {
    padding-top: 15px;
    padding-bottom: 15px;
}

.event-thumbnail-image {
    border: 1px solid #b1b1b1;
    padding: 0;
    margin: 0 0 10px 0;
    max-width: 218px;
}

.event-title a {
    font-weight: 500;
    font-size: 1.2em;
    line-height: 120%;
}

.event-lede p {
    font-size: 0.95em;
    line-height: 140%;
    padding-top: 4px;
}

.event-date-day {
    font-size: 3.5em;
    font-weight: 600;
    color: #1494a3;
    line-height: 100%;
}

.event-date-month {
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 2px;
}

.event-date {
    margin: 0 16px 0 0;
    padding: 10px 0;
    border: 1px solid #ebebeb;
}

/* Deadline Key Dates */

.deadline-listing .deadline-date {
    font-weight: 500;
    color: #499ac0;
    font-size: 1.2em;
}

.deadline-listing-even {
    background-color: #f5f5f5;
}



.deadline-listing {
    border-top: 1px solid #b1b1b1;
    padding: 10px;
}


/* Program Pages */

.quote-section {
    background-color: #ebebeb;
    background-image: url('../images/quote-marks.png');
    background-repeat: no-repeat;
    background-position: top left;
    padding: 30px;
    /*margin-left: 10px;*/
    margin-top: 20px;
    margin-bottom: 20px;
}

p.quote-content {
    font-style: italic;
    font-size: 0.95em;
    line-height: 150%;
    padding: 0;
}

p.quote-author {
    font-size: 0.9em;
    line-height: 140%;
    padding: 10px 0 0 0;
}

.program_main_section {
    font-size: 0.9em;
    line-height: 150%;
    padding-bottom: 5px;
    padding-left: 10px;
}

.program_apply_button {
    font-size: 0.9em;
    line-height: 150%;
    padding-bottom: 8px;
    padding-top: 6px;
}

.program_apply_button {
    background-color: #0073ae;
    color: #fff;
    max-width: 150px;
    text-align: center;
    margin: 10px 10px 0 10px;
}

    .program_apply_button:hover {
        background-color: #003664;/*#e9573e;*/
        text-decoration:none;
    }

    /*.program_apply_button a {
        color: #fff;
        margin: 0;
        vertical-align: middle;
    }

        .program_apply_button a:hover {
            text-decoration: none;
        }*/

#apply_now_button_a {
 text-decoration:none;
}
i.glyphicon.glyphicon-pencil {
    color: #fff;
    
}

.program_main_section:first-of-type {
    margin-top: 25px;
}

/*.program_length {
    padding-bottom: 0;
    margin-top: 10px;
     font-size: 0.8em;
}*/

.program_intro {
    font-size: 1.2em;
    padding: 0;
    padding-right: 35px;
    margin: 20px 0 10px 0;
    border-right: 1px solid #828282;
}

@media screen and (max-width: 992px) {
    .program_intro {
        border-right: 0px;
    }

    .program_main_section:first-of-type {
        margin-top: 10px;
    }
}

.program_intro p {
    margin: 0;
    padding: 0;
}

.multimedia-section {
    margin-top: 20px;
    margin-bottom: 20px;
}

.program_details {
    font-size: 0.9em;
}


.bg-alert {
    padding: 20px;
    line-height: 140%;
    font-size: 1.0em;
    font-weight: 400;
    border: 6px solid #4591ce;
}

.bg-alert h3 { 
    padding-top: 10px;
    margin-top: 0;
    }

.alert-info h3 { color: #0e2968; }
.alert-warning h3 { color: #524f21; }
.alert-danger h3 { color: #68210e; }

.trades-list {
    font-size: 1.1em;
    line-height: 120%;
    padding-bottom: 4px;
}

/* Publications Page */

.pub-thumb-shadow {
    float: right;
    box-shadow: 3px 3px 8px #a8a8a8;
}

.pub-thumb-shadow-nf {
    box-shadow: 3px 3px 8px #a8a8a8;
}

.text-pipe {
    padding: 0 10px;
    color: #999;
}


/* Fast Facts */
.facts-bg-grey { background-color: #f1f4f6; margin: 0 0 10px 0; }

.facts-bg-teal { background-color: #1B76A2; color: #fff; padding: 0 0 10px 0 }

.facts-rborder { border-right: 30px solid #fff;}

.facts-table, .table.facts-table > tbody > tr > td {border-bottom: 0px;
                border-top: 0px !important;
                border-top-width: 0px;}


table.facts-table tr td {width: 33%;}

.facts-big-numbers {   font-family: "Gotham XNarrow A", "Gotham XNarrow B"; 
    font-weight: 600;
    font-size: 2.4em;
    padding: 0 0 0 0;
line-height: 110%;}

h4.facts { font-size: 1.1em; color: #000; padding: 0 0 10px 0; letter-spacing: 1px;}

.facts-narrow { font-family: "Gotham XNarrow A", "Gotham XNarrow B"; font-size: 1.1em; line-height: 110%; padding:0; margin: 0;}



