
/* 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: #22658f;
    font-family: "Gotham Narrow A", "Gotham Narrow B";
    font-style: normal;

}

h2 {
    font-weight: 500;
    font-size: 1.8em;
    line-height: 120%;
    padding-bottom: 5px;
    margin: 20px 0 10px 0;
}

h3 {
    font-weight: 600;
    font-size: 1.5em;
    line-height: 120%;
    margin: 20px 0 0 0;
}

h4 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 100%;
    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: 0px 0px 15px 0px;
}

.intro-banner {
    margin: 10px 0 20px 0;
    
}

p.small {
    font-size: 0.85em;
}

p {
    font-size: 1em;
    line-height: 140%;
    margin: 0;
    padding: 10px 0px;
}

p.hr {
    margin-bottom: 10px;
    margin-top: 20px;
    border-top: 1px solid #999;
}

.clearfix p {
    margin: 0 0 0 -15px;
}

/* H3 for above zebra striped tables */

.table-title-h3 {
    padding-bottom: 10px;
}


/* Unordered Lists */

ul.content-list {
    margin-top: 10px;
}

    ul.content-list > li {
        padding-bottom: 10px;
    }

    ul.spaced li {
        padding-bottom: 8px;
    }

/* 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 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;
    margin: 15px 0;
    padding: 0 0 4px 0;
    background-color: #f3f0e9;
}

.stacked {
    margin: 30px 0 0 0;
}

.cta-box-transp {
        margin: 15px 0;
    text-align: left;
    margin: 0;
}

.quote-italic {
    font-style: italic;
    margin: 30px 0 10px 0 !important;
}

.box-link a, .box-link a:hover, .box-link a:active {
    text-decoration: none !important;
    /*outline-width: 0px;*/
}

.box-link {
    display: block;
    margin: 0;
}


.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;
}

.green-button {background-color:#009A17; padding:0;}

.blue-border-top { border-top: 16px solid #0a6Ba7; padding: 0; }
.blue-border-left { border-left: 16px solid #0a6Ba7; padding: 0; }
.blue-button { background-color: #0a6Ba7; padding: 0; }
.blue-text {color: #0a6Ba7 !important;}

.upgrading-border-top { border-top: 16px solid #0a6Ba7; padding: 0; }
.upgrading-border-left { border-left: 16px solid #0a6Ba7; padding: 0; }
.upgrading-button { background-color: #0a6Ba7; padding: 0; }
.upgrading-text {color: #0a6Ba7 !important;}

.ut-border-top { border-top: 16px solid #0a6Ba7; padding: 0; }
.ut-border-left { border-left: 16px solid #0a6Ba7; padding: 0; }
.ut-button { background-color: #0a6Ba7; padding: 0; }
.ut-text {color: #0a6Ba7 !important;}

.trade-border-top { border-top: 16px solid #0a6Ba7; padding: 0; }
.trade-border-left { border-left: 16px solid #0a6Ba7; padding: 0; }
.trade-button { background-color: #0a6Ba7; padding: 0; }
.trade-text {color: #0a6Ba7 !important;}

.health-border-top { border-top: 16px solid #0a6Ba7; padding: 0; }
.health-border-left { border-left: 16px solid #0a6Ba7; padding: 0; }
.health-button { background-color: #0a6Ba7; padding: 0; }
.health-text {color: #0a6Ba7 !important;}

.art-design-border-top { border-top: 16px solid #0a6Ba7; padding: 0; }
.art-design-border-left { border-left: 16px solid #0a6Ba7; padding: 0; }
.art-design-button { background-color: #0a6Ba7; padding: 0; }
.art-design-text {color: #0a6Ba7 !important;}

.tourism-border-top { border-top: 16px solid #0a6Ba7; padding: 0; }
.tourism-border-left { border-left: 16px solid #0a6Ba7; padding: 0; }
.tourism-button { background-color: #0a6Ba7; padding: 0; }
.tourism-text {color: #0a6Ba7 !important;}

.business-border-top { border-top: 16px solid #0a6Ba7; padding: 0; }
.business-border-left { border-left: 16px solid #0a6Ba7; padding: 0; }
.business-button { background-color: #0a6Ba7; padding: 0; }
.business-text {color: #0a6Ba7 !important;}

.accessible-border-top { border-top: 16px solid #0a6Ba7; padding: 0; }
.accessible-border-left { border-left: 16px solid #0a6Ba7; padding: 0; }
.accessible-button { background-color: #0a6Ba7; padding: 0; }
.accessible-text {color: #0a6Ba7 !important;}

.office-admin-border-top { border-top: 16px solid #0a6Ba7; padding: 0; }
.office-admin-border-left { border-left: 16px solid #0a6Ba7; padding: 0; }
.office-admin-button { background-color: #0a6Ba7; padding: 0; }
.office-admin-text {color: #0a6Ba7 !important;}

.interactive-border-top { border-top: 16px solid #0a6Ba7; padding: 0; }
.interactive-border-left { border-left: 16px solid #0a6Ba7; padding: 0; }
.interactive-button { background-color: #0a6Ba7; padding: 0; }
.interactive-text {color: #0a6Ba7 !important;}

.continuing-border-top { border-top: 16px solid #0a6Ba7; padding: 0; }
.continuing-border-left { border-left: 16px solid #0a6Ba7; padding: 0; }
.continuing-button { background-color: #0a6Ba7; padding: 0; }
.continuing-text {color: #0a6Ba7 !important;}

.aboriginal-border-top {
    border-top: 16px solid #0a6Ba7;
    padding: 0;
}

.aboriginal-border-left {
    border-left: 16px solid #0a6Ba7;
    padding: 0;
}

.aboriginal-button {
    background-color: #0a6Ba7;
    padding: 0;
}

.aboriginal-text {
    color: #0a6Ba7 !important;
}

/* Custom unordered list bullets for CTA boxes */

.cta-box ul
 { list-style-type: none;
  list-style-image: url('../images/arrow-blue-circle-bullet.png');
      padding: 8px 25px 8px 45px;
     margin: 0;
} 

.cta-box-transp ul
 { list-style-type: none;
  list-style-image: url('../images/arrow-blue-circle-bullet.png');
      padding: 8px 25px 8px 45px;
     margin: 0;
}

.cta-box li, .cta-box-transp li
 { line-height: 125%;
    margin-bottom: 8px;
} 

.dept-img {
    margin: 4px 20px 20px 20px;
}




/* 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 20px 8px 20px;
        margin: 0;
        line-height: 130%;
        color: #000;
    }
.cta-box-transp p {
        padding: 0 20px 8px 20px;
        margin: 0;
        line-height: 135%;
        color: #000;
    }

.cta-box h2, .cta-box h3, .cta-box h4 {
    padding: 15px 15px 4px 20px;
    line-height: 110%;
    margin: 0;
    }

.cta-box-transp h2, .cta-box-transp h3, .cta-box-transp h4 {
        padding: 15px 0 4px 20px;
        line-height: 110%;
        margin: 0;
    }

.cta-box h2 a, .cta-box h3 a, .cta-box h4 a, .cta-box-transp h2 a, .cta-box-transp h3 a, .cta-box-transp h4 a {
    text-decoration: none;
    color: #22658f;
    }

.cta-box h2 a:hover, .cta-box h3 a:hover, .cta-box h4 a:hover, .cta-box-transp h2 a:hover, .cta-box-transp h3 a:hover, .cta-box-transp h4 a:hover {
    border-bottom: 2px solid #22658f;
    }

.cta-box img.img-responsive, .cta-box-transp img.img-responsive {
    width: 100%;
    height: 100%;
}

.cta-short-box {
    background-color: #ebebeb;
    padding: 31px 0;
}


.cta-box h4 {
    font-weight: 500;
    color: #0a6Ba7;
    line-height: 105%;
    padding: 10px 15px 5px 20px;
    margin-top: 0;
    text-transform: none;
    font-size: 1.4em;
}





.link-box h4 {
    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.4em;
}

.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-weight: 400;
    color: #fff;
    font-size: 1.3em;
    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-weight: 400;
    color: #fff;
    font-size: 1.3em;
    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-weight: 400;
    color: #fff;
    font-size: 1.3em;
    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-black {
    display: inline-block;
    background-image: url("/images/button-arrow-black.svg");
    background-repeat: no-repeat;
    background-position: top left;
    width: 100%;
    text-align: left;
    margin: 0 0 15px 0;
}

.cta-arrow-button h4, .cta-arrow-button-black h4 {
    margin: 10px 0 0 0;
    padding: 0 20px 10px 40px;
}

.cta-arrow-button a h4, .cta-arrow-button-black a h4 {
    font-weight: 400;
    color: #fff;
    font-size: 1.3em;
    line-height: 100%;
    text-transform: capitalize;
}

.cta-arrow-button .glyphicon  {
        color: #fff !important;
        padding: 0 0 0 15px;
    }
.cta-arrow-button-black .glyphicon {
    color: #fff !important;
    padding: 0 0 0 15px;
}

.cta-button {
    display: inline-block;
    min-width: 200px;
    text-align: center;
    margin: 5px 15px 20px 22px;
    padding: 8px 0;
    color: #fff;
    background: #22658f;
}





/*.cta-button:hover {
        transition: all 0.4s ease-out;
        background-color: #f4e830;
        color: #000;
    }*/



.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 #44b2ce;
    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;
    }
}

/* Department Content Blocks Program Names */

.box-prog-name {
    color: #fff;
    font-weight: 400;
    background-color: #063579;
    padding: 5px 10px;
/*    line-height: 225%;*/
    font-size: 1.1em;
    display: inline-block;
    margin: 0 0 8px 0;

}

.box-prog-name-v2 {
    font-weight: 500;
/*    line-height: 225%;*/
    font-size: 1.1em;
    display: inline-block;
}

/* Department Page Blue and Yellow CTA Buttons */

.box-cta-wrapper {
    margin: 0 0 0 20px;

}

.box-cta-button-regular {
    color: #fff;
    font-weight: 400;
    background-color: #0a6Ba7;
    padding: 10px 14px;
    margin: 0 15px 15px 0;
        display: inline-block;
}

.box-cta-button-apply {
    color: #000;
    font-weight: 400;
    background-color: #f4e830;
    padding: 10px 14px;
    margin: 0 15px 15px 0;
        display: inline-block;

}

.box-cta-button-regular a { color: white; }
.box-cta-button-apply a { color: black; }

/* 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;}*/

/* Highlighted Note Boxes for all pages */
 .note-highlight-yellow {
    background-color: #fef34f;
    padding: 20px 30px;
 }

 .note-highlight-blue {
    background-color: #b2f4fd;
    padding: 20px 30px;
 }


/* 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: #fff !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-collapse ul {
  list-style: none; 
}

.panel-collapse ul li::before {
  content: "\2022";  
  color: #999; 
  display: inline-block; 
  width: 1em;
  margin-left: -1.25em; 

}



.panel-title {
    padding-left: 10px;
}

.panel-collapse {
    background-color: white !important;
}

.panel-collapse>h4 {
    text-transform: capitalize;
    font-size: 1.25em;
    color: #063579 !important;
    font-weight: 500;
    
}

#heading1university-arts-science-technology, #heading1continuing-education-and-training,
#heading1business-and-applied-studies, 
#heading1health-human-services, 
#heading1indigenous-studies,
#heading1upgrading-access,
#heading1trades-technical{
    font-weight: 400;
    font-size: 1.7em;
    line-height: 100%;

}

/* 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: #f46c30; /*#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: #27a5ba; /*#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 #1b4b86;
    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_main_body {
    padding: 0 !important;
    margin: 0 !important;
}


.program_apply_button {
    background-color: #f4e830;
    color: #000;
    text-align: center;
    margin: 15px 15px 0px 0px !important;
    font-size: 1em !important;
    padding: 10px 14px !important;

}

.glyphicon-pencil {
    color: #000 !important;
}



    .program_apply_button:hover {
        text-decoration: underline !important;

    }


.program_apply_button2 {
    background-color: #0a6Ba7;
    color: #fff;
    text-align: center;
    margin: 15px 15px 0px 0px !important;
    font-size: 1em !important;
    padding: 10px 14px !important;

}

    .program_apply_button2:hover {
        text-decoration: underline;
    }
    /*.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: 10px;
}

/*.program_length {
    padding-bottom: 0;
    margin-top: 10px;
     font-size: 0.8em;
}*/

.program_intro {
    font-size: 1.2em;
    padding: 0;
    padding-right: 35px;
    margin: 10px 0 0 0;
    /*border-right: 1px solid #828282;*/
}

ul.prog-learn-more-list {
    margin: 10px 0 0 0 !important;
}

@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 0 10px 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;}


/* Program Landing Page Styles */

#ctl00_ctl00_content_presentation_content_ProgContent h3 {
   font-weight: 400;
    font-size: 1.5em;
    line-height: 115%;
    color: #333;
    margin: 15px 0 0 0;


}

#ctl00_ctl00_content_presentation_content_ProgContent h2 {
    font-weight: 500;
    font-size: 1.6em;
    line-height: 115%;
        color: #333;
        padding-bottom: 0px;
        margin: 0px;
}

.table-striped > tbody > tr:nth-of-type(even) > td {
    padding: 12px 20px;
    line-height: 140%;
}

.table-striped > tbody > tr:nth-of-type(odd) > td {
    padding: 10px 20px;
    line-height: 140%;
}

/* Table Zebra Striped for IE Adjustment */

.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #fff;
}

/* Table Zebra Striped Background Colour Adjustment for Odd Rows*/

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f3f0e9;
}

.table-striped > tbody > tr:last-child {
    border-bottom: 1px solid #ddd;
}


.panel-heading {
    border-bottom: 0px;
    padding: 10px 0px;

}

.panel-heading a {
    font-weight: 500;
    color: #0a6ba7;
    font-size: 1.2em;
}

.panel-heading a:hover {
    text-decoration: underline;

}

.panel {
    border: 0px;
}

.panel-default > .panel-heading {
        background-color: #fff;
}


.glyphicon-minus, .glyphicon-plus {
    color: #063579;
    font-size: 0.8em;
    font-weight: normal;
}

.program-length-inter {
    text-transform: uppercase;
    font-size: 0.75em;
    padding: 0 0 0 8px;
    margin: 0;
    letter-spacing: 1px;
}

.program-icon {
    margin: -1px 8px 0 8px;
}

.technology h2 {
    font-weight: 600;
    font-size: 1.75em;
    padding: 0 0 4px 0;
    margin: 0;
    color: #22658f;
}

.technology h2 a {
    color: #22658f;
}

.tablesorter-headerRow .tablesorter-header-inner {
    padding: 6px 0px;
    color: #006aa8;  
}

.tablesorter-blue th {
    font-family: "Gotham Narrow A", "Gotham Narrow B" !important;
    font-size: 0.8em !important;
    font-weight: 500 !important; }


.ddd-centered-left {
    text-align: center;
    padding-left: 60px;
    margin-top: 30px;
}
.ddd-centered-middle {
    margin-top: 30px;
    text-align: center;
    border-right: 3px solid #f8b117;
    padding-right: 60px;
}
.ddd-centered-right {
    margin-top: 30px;
    text-align: center;
}

.ddd-intro-p {
    padding: 40px 20px 20px 20px;
}

.ddd-smallcaps-header {
    margin: 0;
    padding: 0 0 5px 0;
    font-weight: 500;
    font-size: 1.1em;
    color: #333;
    letter-spacing: 1px;

}
.ddd-dark-blue-lg {
    margin: 0;
    padding: 0;
    color: #053276;
    font-size: 2em;
    font-weight: 600;
    line-height: 140%;
}

.ddd-dark-blue-xl {
    margin: 0;
    padding: 5px 20px;
    color: #053276;
    font-size: 2.5em;
    font-weight: 500;
    line-height: 100%;
}
.ddd-blue-lg {
    margin: 0;
    padding: 0;
    color: #0168aa;
    line-height: 140%;
    font-size: 1.6em;
    font-weight: 500;
}
.ddd-cited-source {
    margin: 0;
    padding: 5px 0 0 0;
    color: #666;
}

.digital-alumni-mobile-logo {
    padding: 0 0 0 0;
}

/* -- Screens 768px wide to 1023 wide  -- */

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .ddd-centered-middle {
    text-align: center;
    border-right: 0px;
    padding-right: 0px; } 

    .ddd-centered-left {
        padding-left: 0px;
    }

   .digital-alumni-program {
    font-size: 0.9em;
    padding: 0 20px 6px 0;
}

.digital-alumni-employer {
    font-size: 0.9em;
    line-height: 120%;
    padding: 0 0 20px 0;
}

.digital-alumni-program {
    font-size: 0.9em;
    line-height: 120%;
}

.digital-alumni-position {
    font-size: 0.9em;
    font-weight: 600;
    padding: 20px 0 0 0;
}

.digital-alumni-mobile-logo {
    padding: 20px 0 20px 20px;
}


.digital-alumni-name {
    padding: 30px 20px 6px 0;
    font-weight: 600;
    font-size: 1.25em;
} 
}


/* -- Screens smaller than 767px wide -- */

@media screen and (max-width: 767px) {

    .ddd-centered-middle {
    text-align: center;
    border-right: 0px;
    padding-right: 0px;
}

    .ddd-centered-left {
        padding-left: 0px;
    }

.digital-alumni-program {
    font-size: 0.9em;
    padding: 0 20px 6px 0;
}

.digital-alumni-employer {
    font-size: 0.9em;
    line-height: 120%;
    padding: 0 0 20px 0;
}

.digital-alumni-program {
    font-size: 0.9em;
    line-height: 120%;
}

.digital-alumni-position {
    font-size: 0.9em;
    font-weight: 600;
    padding: 20px 0 0 0;
}

.digital-alumni-mobile-logo {
    padding: 20px 0 20px 20px;
}


.digital-alumni-name {
    padding: 30px 20px 6px 0;
    font-weight: 600;
    font-size: 1.25em;
}

}

.fa-play-circle-o {
    color: #fff;
    text-shadow: 2px 2px 4px #041b29;
}

