/* Bootstrap overrides */
.no-padding {
    padding: 0;
}
.clear {
    clear: both;
}
body {
    color: #333333;
    font-family: Arial,sans-serif;
    font-size: 13px;
    line-height: 1.5;
}

/* Globals */
/* H tags */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family:'Avenir LT W01 65 Medium', sans-serif;
    line-height: 1;
    color: inherit;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
    text-decoration: none;
    color: #0069ad;
}

/*
FAST FONTS:
font-family:'Avenir LT W01 35 Light';
font-family:'Avenir LT W01 45 Book';
font-family:'Avenir LT W01 55 Roman';
font-family:'Avenir LT W01 65 Medium';
font-family:'Avenir LT W01 85 Heavy';
font-family:'Avenir LT W01 95 Black';
font-family:'AvenirLTW01-55Oblique';
*/

/* Anchors */
a:hover {
    text-decoration: underline;
}
a.black {
    color: #000000;
}
a.black:hover {
    color: blue;
    text-decoration: none;
}
a.black.button {
    color: black;
}
a.darkblue.button {
    color: #005a8c;
}
a.black.button:hover, a.darkblue.button:hover {
    color: #3da1d2;
    text-decoration: none;
}

/* Responsive image support */
#content img {
    max-width: 100%;
    vertical-align: middle;
    height: auto;
}

/* Other Globals */
.non-breaking {
    white-space:nowrap;
}
.wp-caption .wp-caption-text {
    color: #808080;
    font-size: 0.75em;
    margin: 10px;
}
b, strong {
    letter-spacing: 0.05px;
    text-transform: uppercase;
}
blockquote {
    background: #fff;
    border: none;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    margin: 20px 10px;
    padding: 20px 50px 20px 60px;
    font-family: "Times", serif;
    font-size: 1.3em;
    font-style: italic;
    line-height: 20px;
    quotes: "\201C""\201D""\2018""\2019";
    color: #959595;
    text-align: center;
    position: relative;
}
blockquote:before, blockquote:after {
    color: #808080;
    font-size: 6em;
    position: absolute;
    line-height: 120px;
}
blockquote:before {
    content: open-quote;
    top: 0px;
    left: 0px;
}
blockquote:after {
    content: close-quote;
    right: 0px;
    top: 0px;
}
blockquote p {
    display: inline;
}
blockquote a {
    color: #3e7ca2;
}

/* Wordpress Anchors */
.cat-links {
    font-family:'Avenir LT W01 55 Roman';
    font-size: 11px;
}

/* Header Sub Navigation */
#blog-nav-bar {
    border-bottom: solid 1px #d1d1d1;
    margin-bottom: 20px;
}
#blog-nav-bar .site-title {
    text-transform: uppercase;
    color: #353535;
    font-size: 20px;
    margin: 13px 0;
    display: block;
    float: left;
}
ul#blog-nav-bar-menu {
    padding: 0;
    margin: 0;
    float: right;
}
ul#blog-nav-bar-menu ul {
    list-style: none;
    padding: 0;
}
ul#blog-nav-bar-menu > li {
    list-style: none;
    float: left;
    position: relative;
}
ul#blog-nav-bar-menu > li > a {
    color: #4d4d4d;
    font-size: 14px;
    padding: 20px 15px;
    border-left: solid 1px #d1d1d1;
    height: 55px;
    display: block;
}
ul#blog-nav-bar-menu a:hover {
    text-decoration: none;
    color: #0069ad;
}
ul#blog-nav-bar-menu > li input {
    border: none;
    font-size: 15px;
}
ul#blog-nav-bar-menu > li.active {
    -moz-box-shadow: 2px 5px 5px #aaaaaa;
    -webkit-box-shadow: 2px 5px 5px #aaaaaa;
    box-shadow: 2px 0px 5px #aaaaaa;
}
ul#blog-nav-bar-menu li.active > a {
    color: #800d1e;
}
ul#blog-nav-bar-menu li.active > a .c-icon-down-arrow {
    background: url(../img/icons/icon-up-arrow.png) no-repeat;
}
ul#blog-nav-bar-menu li.active > a .c-icon-share {
    background: url(../img/icons/icon-share-up.png) no-repeat;
}

/* Search */
ul#blog-nav-bar-menu li.search {
    width: inherit;
    padding: inherit;
    border: none;
    height: inherit;
}
ul#blog-nav-bar-menu li.active > a .c-icon-search {
    background: url(../img/icons/icon-share-up.png) no-repeat;
}
ul#blog-nav-bar-menu li.search form {
    display: none;
}
ul#blog-nav-bar-menu > li.search.active form {
    display: block;
    width: 300px;
    padding: 15px;
    background: white;
    position: absolute;
    z-index: 6000;
    right: 0;
    -moz-box-shadow: 2px 5px 5px #aaaaaa;
    -webkit-box-shadow: 2px 5px 5px #aaaaaa;
    box-shadow: 2px 5px 5px #aaaaaa;
}
ul#blog-nav-bar-menu > li.search.active form span {
    border: solid 1px #d1d1d1;
    width: 84%;
    margin-right: 2%;
    height: 30px;
    display: block;
    float: left;
}
ul#blog-nav-bar-menu > li.search.active form input[type="search"] {
    height: 24px;
    padding: 3px;
    width: 90%;
    background: transparent;
}
ul#blog-nav-bar-menu > li.search form button {
    background: #00598e;
    border: solid 1px #00598e;
    height: 30px;
    text-align: center;
    width: 14%;
    float: right;
    padding: 0;
}
ul#blog-nav-bar-menu > li.search  form button .c-icon-search {
    background: url(../img/icons/icon-search-white.png) no-repeat center center;
    border: none;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
}

/* Search li */
ul#blog-nav-bar-menu > li.search {
    color: #4d4d4d;
    font-size: 14px;
    border-right: solid 1px #d1d1d1;
    height: 55px;
    display: block;
}


/* Second level */
ul#blog-nav-bar-menu > li > ul {
    display: none;
    width: 310px;
    padding: 20px;
    margin: 0;
    background: white;
    position: absolute;
    z-index: 6000;
    left: 0;
    top: 55px;
    -moz-box-shadow: 2px 5px 5px #aaaaaa;
    -webkit-box-shadow: 2px 5px 5px #aaaaaa;
    box-shadow: 2px 5px 5px #aaaaaa;
}
ul#blog-nav-bar-menu > li:not(.share) > ul > li {
    float: none;
    clear: both;
}
ul#blog-nav-bar-menu > li:not(.share) > ul > li > a {
    color: #4d4d4d;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 0;
    border-bottom: solid 1px #d1d1d1;
    display: block;
}
ul#blog-nav-bar-menu > li:not(.share) > ul > li > a:hover {
    color: #0069ad;
}
ul#blog-nav-bar-menu > li:not(.share) > ul > li.active > a {
    color: #800d1e;
}
ul#blog-nav-bar-menu li.active > ul {
    display: block;
}
/* Third level */
ul#blog-nav-bar-menu > li > ul > li > ul {
    display: none;
    margin-top: 10px;
}
ul#blog-nav-bar-menu li ul li.active {
    box-shadow: none;
}
ul#blog-nav-bar-menu > li > ul > li > ul > li > a {
    border: none;
    padding: 10px 0;
    float: left;
    background: #f2f2f2;
    margin-right: 4px;
    margin-bottom: 4px;
    width: 62px;
    text-align: center;
    color: #4d4d4d;
    font-size: 12px;
    text-transform: uppercase;
    border: solid 1px #f2f2f2;
}
ul#blog-nav-bar-menu > li > ul > li > ul > li > a:hover {
    background: #ffffff;
    border: solid 1px #f2f2f2;
    color: #0069ad;
}
ul#blog-nav-bar-menu > li > ul > li > ul > li:nth-child(4n) a {
    margin-right: 0;
}
/* Share icons */
ul#blog-nav-bar-menu li.share ul {
    width: 242px;
}
ul#blog-nav-bar-menu li.share ul li {
    border: none;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
    width: 62px;
}
ul#blog-nav-bar-menu li.share ul li:nth-child(3n) {
    margin-right: 0px;
}

/* Icons */
.c-icon-expander {
    float: right;
    font-size: 1.3em;
}
.c-icon-down-arrow {
    width: 11px;
    height: 6px;
    background: url(../img/icons/icon-down-arrow.png) no-repeat;
    display:inline-block;
}
.c-icon-up-arrow {
    width: 11px;
    height: 6px;
    background: url(../img/icons/icon-up-arrow.png) no-repeat;
    display:inline-block;
}
.c-icon-share {
    width: 21px;
    height: 16px;
    background: url(../img/icons/icon-share.png) no-repeat;
    display:inline-block;
}
.c-icon-search {
    width: 21px;
    height: 19px;
    background: url(../img/icons/icon-search.png) no-repeat;
    display:inline-block;
}
.c-icon-white-up-arrow {
    background: url(../img/icons/icon-white-up-arrow.png) no-repeat;
    width: 22px;
    height: 11px;
    display: inline-block;
}
.c-icon-gray-left-arrow {
    background: url(../img/icons/icon-gray-left-arrow.png) no-repeat;
    width: 15px;
    height: 30px;
    display: inline-block;
}
.c-icon-white-down-arrow {
    background: url(../img/icons/icon-white-down-arrow.png) no-repeat;
    width: 43px;
    height: 21px;
    display: inline-block;
}
.c-icon-comments {
    background: url(../img/icons/icon-comments.png) no-repeat;
    width: 13px;
    height: 12px;
    display: inline-block;
    margin: 0 0 -3px 2px;
}
.c-icon-mobile-home {
    background: url(../img/icons/icon-mobile-home.png) no-repeat;
    width: 36px;
    height: 16px;
    display: inline-block;
    margin: 0 8px 0 0;
}
.c-icon-email {
    width: 21px;
    height: 15px;
    background: url(../img/icons/icon-email.png) no-repeat;
    display:inline-block;
}

/* Home Hero Content */
article.home-hero {
    background: #414141;
    height: 310px;
    margin: 30px 0;
}
.home-hero .post-thumbnail {
    float: left;
    position: relative;
}
.home-hero .post-thumbnail .c-icon-gray-left-arrow {
    position: absolute;
    top: 25px;
    right: 0;
}
.home-hero .entry-header {
    width: 320px;
    padding: 20px 25px;
    float: right;
}
.home-hero h1 {
    margin: 10px 0;
    line-height: .6em;
}
.home-hero h1 a {
    color: white;
    font-family:'Avenir LT W01 85 Heavy', sans-serif;
    font-weight: bold;
    font-size: 24px;
}
.home-hero h1 a:hover {
    color: #0069ad;
}
.home-hero p, .home-hero small, .home-hero .entry-meta a {
    color: #c0c0c0;
    line-height: 1.25em;
}
.home-hero .cat-links {
    color: #c0c0c0;
    font-family:'Avenir LT W01 55 Roman';
    font-size: 11px;
}
.home-hero small {
    float: right;
    text-transform: uppercase;
}
.home-hero .entry-meta {
    text-transform: uppercase;
}

/* Home List Content */
article.home-list {
    width: 300px;
    margin: 0 20px 30px 0;
    float: left;
}
article.home-list:nth-child(3n+1) {
    margin-right: 0px;
}
.home-list .post-thumbnail {
    position: relative;
    display: block;
}

.home-list .post-thumbnail .c-icon-white-up-arrow {
    position: absolute;
    left: 25px;
    bottom: 0;
}
.home-list .entry-header {
    padding: 25px;
    height: 310px;
    border-bottom: solid 1px #d1d1d1;
    border-left: solid 1px #d1d1d1;
    border-right: solid 1px #d1d1d1;
}
.home-list h2 {
    margin: 10px 0;
    line-height: .7em;
    letter-spacing: -.01em;
}
.home-list h2 a {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    line-height: 1em;
}
.home-list h2 a:hover {
    color: #0069ad;
}
.home-list p, .home-list small, .home-list .entry-meta a {
    color: #676767;
}
.home-list small {
    float: right;
    text-transform: uppercase;
}
.home-list .entry-meta {
    text-transform: uppercase;
}

/* Home Styles */
.browse-all-posts-link {
    background: #005a8c;
    color: white;
    text-transform: uppercase;
    width: 300px;
    text-align: center;
    padding: 10px 0;
    margin: 0 auto;
    display: block;
}
.browse-all-posts-link:hover {
    color: white;
    background: #3da1d2;
    text-decoration: none;
}

/* Category / Archive */
body.category h1, body.archive h1, body.blog h1, body.search h1 {
    margin: 10px 0;
}
body.category .archive-count, body.archive .archive-count, body.blog .archive-count, body.search .archive-count {
    color: #646464;
    text-transform: uppercase;
    margin-bottom: 10px;
}
body.category .col-main, body.archive .col-main, body.blog .col-main, body.search .col-main {
    padding-top: 10px;
    border-top: solid 3px #51504e;
    width: 660px;
    margin-right: 60px;
    float: left;
}
body.category .col-sidebar, body.archive .col-sidebar, body.blog .col-sidebar, body.search .col-sidebar {
    width: 220px;
    float: right;
}
body.category article, body.archive article, body.blog article, body.search article {
    margin: 20px 0 0 0;
    padding: 0 0 20px 0;
    border-bottom: solid 1px #dadada;
    color: #747474;
}
body.category .entry-header, body.archive .entry-header, body.blog .entry-header, body.search .entry-header {
    float: right;
    width: 420px;
}
body.category .entry-header h2, body.archive .entry-header h2, body.blog .entry-header h2, body.search .entry-header h2 {
    margin-top: 0px;
}
body.category .entry-header h2 a, body.archive .entry-header h2 a, body.blog .entry-header h2 a, body.search .entry-header h2 a {
    color: #333333;
    line-height: 1em;
    font-weight: normal;
    font-size: 18px;
}

body.category.entry-header h2 a:hover, body.archive .entry-header h2 a:hover, body.blog .entry-header h2 a:hover, body.search .entry-header h2 a:hover {
    color: #0069ad;
}
body.category .entry-meta a, body.archive .entry-meta a, body.blog .entry-meta a, body.search .entry-meta a {
    text-transform: uppercase;
    color: #939393;
    font-size: 12px;
}
body.category small, body.archive small, body.blog small, body.search small {
    text-transform: uppercase;
}
body.category a.post-thumbnail, body.archive a.post-thumbnail, body.blog a.post-thumbnail, body.search a.post-thumbnail {
    position: relative;
    display: inline-block;
}

/* Single */
body.single h1 {
    margin: 10px 0;
    font-family: 'Avenir LT W01 95 Black', sans-serif;
    line-height: 1.1em;
}
body.single .col-main {
    padding-top: 10px;
    width: 660px;
    margin-right: 60px;
    float: left;
}
body.single .col-sidebar {
    width: 220px;
    float: right;
}
body.single .post-thumbnail {
    position: relative;
    display: block;
}
body.single .post-thumbnail img {
    width: 661px;
    height: 319px;
}
body.single .post-thumbnail .c-icon-white-down-arrow {
    position: absolute;
    top: 0;
    left: 25px;
}
body.single .entry-content {
    padding: 30px 0px;
    border-bottom: solid 3px #414141;
}
body.single .post-navigation {
    margin-top: 30px;
    border-top: solid 3px #414141;
    padding: 20px 0;
}
body.single .entry-meta, body.single .entry-meta a {
    text-transform: uppercase;
    color: #939393;
    /*font-size: 12px;*/
}
body.single .entry-header {
    margin-bottom: 30px;
}

/* Additional text formatting styles */
.callout-style {
    color: #808080;
    border-bottom: 1px solid #dadada;
    border-top: 1px solid #dadada;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 14px;
    padding-bottom: 20px;
    padding-top: 20px;
    font: 16px/24px sans-serif;
    text-indent: 20px;
}
.disclosure-style {
    color: #bbb;
    font-size: 14px;
    line-height: 16px;
    font-style: italic;
    text-align: left;
}
.cta-style {
    color: #3DA1D2;
    font-size: 14px;
    line-height: 16px;
    font-style: italic;
    text-align: left;
}
.number-style {
    color: black;
    font-size: 2em;
    line-height: 16px;
    text-align: right;
    font-family: 'Avenir LT W01 95 Black',Verdana,Arial,sans-serif;
    margin-top: -8px;
    width: 14px;
}

/* Post navigation */
.post-navigation .meta-nav {
    text-transform: uppercase;
    font-size: 12px;
    display: block;
}
.post-navigation .prev {
    float: left;
    width: 50%;
}
.post-navigation .next {
    float: right;
    text-align: right;
    width: 50%;
}

/* Related Posts */
.wp_rp_wrap {
    padding: 20px 0;
}
.wp_rp_footer {
    padding-bottom: 20px;
    border-bottom: solid 3px #414141;
    margin-bottom: 30px;
}
ul.related_post {
    list-style: none;
    padding: 10px 0;
}
ul.related_post li {
    float: left;
    width: 207px;
    text-align: center;
    margin-right: 18px;
}
ul.related_post li:nth-child(3n) {
    margin-right: 0px;
}
ul.related_post .wp_rp_thumbnail {
    display: block;
}
ul.related_post .wp_rp_title {
    color: #333333;
    margin-top: 10px;
    display: block;
    text-align: left;
}
ul.related_post li img {
    width: 207px;
    height: 103px;
}
h3.related_post_title span {
    float: right;
}
h3.related_post_title span, h3.related_post_title span a {
    font-size: 14px;
    margin-top: 6px;
}
ul.related_post:before,
ul.related_post:after {
    content: " ";
    display: table;
}
ul.related_post:after {
    clear: both;
}

/* Pagination */
.pagination {
    text-align: center;
    margin: 40px 0;
}
.pagination .page-numbers {
    padding: 15px 20px;
    border: solid 1px #d7d7d7;
    background: #f2f2f2;
    margin: 0 7px;
}
.pagination a {
    color: #000000;
}
.pagination .current {
    font-weight: bold;
    border: solid 1px #868686;
    background: white;
}
.pagination .next {
    margin-left: 21px;
}
.pagination .prev {
    margin-right: 21px;
}
.pagination .dots {
    border: none;
    background: none;
    display: none;
}
.pagination .disabled {
    border: solid 1px #ffffff;
    background: #ffffff;
    color: #cecece;
	text-decoration: none;
}
.pagination .first {
    padding: 15px 12px;
}
.paging-totals {
    margin-top: 20px;
}

/* Widget */
.widget {
    margin-bottom:15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #e3e3e3;
}
h1.widget-title {
    font-size: 14px;
    text-transform: uppercase;
}
.widget h3 {
    font-size: 14px;
}
.widget a {
    text-decoration: underline;
    color: #000000;
}
a.widget-feed-link {
    float: right;
    display: block;
    padding: 7px 10px;
    background: #3a3a3a;
    color: #ffffff;
    font-size: 11px;
    text-decoration: none;
    margin-top: -5px;
}

/* Footer */
#site-footer {
    clear: both;
    padding-top: 60px;
}
#site-footer .programs {
    background: #fcfcfc;
    border-top: solid 1px #eaeaea;
    padding: 15px 0;
}
#site-footer h2, #site-footer h3 {
    font-family:'Avenir LT W01 85 Heavy', sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}
#site-footer h3 {
    font-weight: normal;
    color: #424242;
}
#site-footer .programs a {
    font-size: 12px;
}
#site-footer .about {
    border-top: solid 2px #7e0e20;
    padding: 10px 0;
}
#site-footer .about h2 {
    margin: 0;
}
#site-footer .about h2 a {
    font-weight: normal;
    color: #424242;
}
#site-footer .about h2 a:hover {
    color: #0069ad;
}

/* UAT Icon Support */
article.video .c-icon-uat {
    width: 36px;
    height: 29px;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../img/icons/uat/uat-icon-video.png) no-repeat;
}

article.audio .c-icon-uat {
    width: 36px;
    height: 29px;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../img/icons/uat/uat-icon-video.png) no-repeat;
}

/* Modals */
.modal {
    z-index: 20000;
}
.modal-body {
    height: 680px;
    padding: 0px;
}
.modal-content {
    position: relative;
}
#info-modal .modal-dialog {
    width: 400px;
}
button.close {
    border: none;
    background: hsl(0, 0%, 0%);
    color: hsl(0, 100%, 100%);
    font-size: 25px;
    margin: 0;
    padding: 0 10px;
    border-radius: 15px;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 30000;
}

/* Table styles */
.table-body-style {
    color: #6A6968;
    font-size: 12px;
    line-height: 14px;
    text-align: left;
    padding: 5px
}

.table-heading-style {
    color: #6A6968;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    padding: 5px
}

/* Q & A */
.qa-answers {
    margin-left: 20px;
}

/* Responsive support */

/* Mobile < 768px */
@media (max-width: 767px) {

    /* Capella menu */
    #hdr_bar #hdr_connect {
        display: none;
    }
    #branding img {
        width: 150px;
    }

    /* Home */
    article.home-hero {
        background: #414141;
        height: inherit;
        margin: 0 0 10px 0;
    }
    .home-hero .post-thumbnail {
        float: none;
    }
    .home-hero .post-thumbnail img {
        float: none;
        width: 100%;
    }
    .home-hero .entry-header {
        float: none;
        padding: 10px;
        position: relative;
        width: inherit;
    }
    .home-hero small {
        float: none;
    }
    .home-hero small a {
        color: #c0c0c0;
    }
    .home-hero h1 {
        margin: 0 0 10px 0;
    }
    .home-hero .post-thumbnail .c-icon-gray-left-arrow {
        display: none;
    }
    .home-hero .entry-header .c-icon-gray-up-arrow {
        position: absolute;
        left: 25px;
        top: -15px;
        background: url(../img/icons/icon-gray-up-arrow.png) no-repeat;
        width: 30px;
        height: 15px;
        display: inline-block;
    }
    .home-hero .time {
        white-space: nowrap;
    }
    /* Home list*/
    article.home-list {
        margin: 20px 0 0 0;
        padding: 0 0 20px 0;
        border-bottom: solid 1px #dadada;
        color: #747474;
        width: 100%;
    }
    .home-list .post-thumbnail {
        float: left;
        width: 35%;
    }
    .home-list h2 {
        margin: 0 0 10px 0;
    }
    .home-list .post-thumbnail img {
         width: 100%;
     }
    .home-list .entry-header {
        float: right;
        width: 65%;
        border: none;
        height: inherit;
        padding: 0 10px;
    }
    .home-list .entry-header h2 {
        margin-top: 0px;
    }
    .home-list .entry-header h2 a {
        color: #333333;
        line-height: 1em;
        font-weight: normal;
        font-size: 18px;
    }
    .home-list .entry-meta a {
        text-transform: uppercase;
        color: #939393;
        font-size: 12px;
    }
    .home-list small {
        text-transform: uppercase;
        float: none;
    }
    .home-list small a {
        color: #676767;
    }
    .browse-all-posts-link {
        margin-top: 20px;
        width: inherit;
    }

    /* Archive Lists */
    body.category .col-main, body.archive .col-main, body.blog .col-main, body.search .col-main {
        padding-top: 10px;
        border-top: solid 3px #51504e;
        width: inherit;
        margin-right: 0;
        float: left;
    }
    body.category article, body.archive article, body.blog article, body.search article {
        margin: 20px 0 0 0;
        padding: 0 0 20px 0;
        border-bottom: solid 1px #dadada;
        color: #747474;
    }
    body.category .post-thumbnail, body.archive .post-thumbnail, body.blog .post-thumbnail, body.search .post-thumbnail {
        float: left;
        width: 35%;
    }
    body.category .post-thumbnail img, body.archive .post-thumbnail img, body.blog .post-thumbnail img, body.search .post-thumbnail img {
        width: 100%;
    }
    body.category .entry-header, body.archive .entry-header, body.blog .entry-header, body.search .entry-header {
        float: right;
        width: 65%;
        border: none;
        height: inherit;
        padding: 0 10px;
    }
    body.category .entry-header h2, body.archive .entry-header h2, body.blog .entry-header h2, body.search .entry-header h2 {
        margin: 0 0 10px 0;
    }
    body.category .entry-header h2 a, body.archive .entry-header h2 a, body.blog .entry-header h2 a, body.search .entry-header h2 a {
        color: #333333;
        line-height: 1em;
        font-weight: normal;
        font-size: 18px;
    }
    body.category .entry-meta a, body.archive .entry-meta a, body.blog .entry-meta a, body.search .entry-meta a {
        text-transform: uppercase;
        color: #939393;
        font-size: 12px;
    }
    body.category small, body.archive small, body.blog small, body.search small {
        text-transform: uppercase;
    }
    body.category small a, body.archive small a, body.blog small a, body.search small a {
        color: #676767;
    }

    /* Single Post */
    body.single .col-main {
        padding-top: 10px;
        width: 100%;
        margin-right: 0;
    }
    body.single .post-thumbnail img {
        width: 100%;
        height: auto;
    }

    /* Blog Nav Menu */
    #blog-nav-bar {
        border: none;
    }
    #blog-nav-bar-menu li.home, #blog-nav-bar-menu li.enewsletter, #blog-nav-bar-menu li.share {
        display: none;
    }
    #blog-nav-bar .mobile-shim {
        position: relative;
    }
    #blog-nav-bar .mobile-site-title {
        text-transform: uppercase;
        color: #353535;
        font-size: 16px;
        margin: 17px 0;
        display: block;
        height: 24px;
    }
    ul#blog-nav-bar-menu {
        float: none;
    }
    ul#blog-nav-bar-menu > li {
        position: inherit;
    }
    ul#blog-nav-bar-menu > li > a {
        border: solid 1px #d1d1d1;
        text-transform: uppercase;
        text-align: center;
        height: 40px;
        padding: 10px 0;
        position: relative;
    }
    ul#blog-nav-bar-menu > li.active {
        box-shadow: none;
    }
    ul#blog-nav-bar-menu li.categories {
        width: 43%;
        margin-right: 1%;
    }
    ul#blog-nav-bar-menu li.archive {
        width: 31%;
        margin-right: 1%;
    }
    /*ul#blog-nav-bar-menu li.share {*/
        /*width: 9%;*/
        /*margin-right: 1%;*/
    /*}*/
    ul#blog-nav-bar-menu li.email {
        width: 11%;
        margin-right: 1%;
    }

    /* Share dropdown */
    ul#blog-nav-bar-menu li.share ul {
        width: 100%;
    }

    /* Search */
    ul#blog-nav-bar-menu li.search {
        width: 11%;
        padding: inherit;
        border: none;
        height: inherit;
    }
    ul#blog-nav-bar-menu li.active > a .c-icon-search {
        background: url(../img/icons/icon-share-up.png) no-repeat;
    }
    ul#blog-nav-bar-menu li.search form {
        display: none;
    }
    ul#blog-nav-bar-menu > li.search.active form {
        display: block;
        width: 100%;
        top: 88px;
        border: solid 1px #d1d1d1;
        padding: 15px;
        background: white;
        position: absolute;
        z-index: 6000;
        left: 0;
        -moz-box-shadow: 2px 5px 5px #aaaaaa;
        -webkit-box-shadow: 2px 5px 5px #aaaaaa;
        box-shadow: 2px 5px 5px #aaaaaa;
    }
    ul#blog-nav-bar-menu > li.search.active form span {
        border: solid 1px #d1d1d1;
        width: 84%;
        margin-right: 2%;
        height: 30px;
        display: block;
        float: left;
    }
    ul#blog-nav-bar-menu > li.search.active form input[type="search"] {
        height: 24px;
        padding: 3px;
        width: 90%;
        background: transparent;
    }
    ul#blog-nav-bar-menu > li.search form button {
        background: #00598e;
        border: solid 1px #00598e;
        height: 30px;
        text-align: center;
        width: 14%;
        float: right;
        padding: 0;
    }
    ul#blog-nav-bar-menu > li.search  form button .c-icon-search {
        background: url(../img/icons/icon-search-white.png) no-repeat center center;
        border: none;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        display: block;
    }

    /* Second level */
    ul#blog-nav-bar-menu > li > ul {
        width: 100%;
        top: 88px;
        border: solid 1px #d1d1d1;
    }
    ul#blog-nav-bar-menu > li:not(.archive) > ul > li {
        display: inline;
    }
    ul#blog-nav-bar-menu > li:not(.archive) > ul > li > a {
        padding: 10px 0;
        width: 48%;
        margin-right: 2%;
        float: left;
        display: block;
    }
    ul#blog-nav-bar-menu li.active > a > .mobile-shim {
        position: absolute;
        background: hsl(0, 100%, 100%);
        height: 9px;
        top: 38px;
        display: block;
        /* width: 101%; */
        z-index: 10000;
        border-left: solid 1px hsl(0, 0%, 82%);
        border-right: solid 1px hsl(0, 0%, 82%);
        /* margin-left: -1px; */
        /* margin-right: -2px; */
        left: -1px;
        right: -1px;
    }

    /* Footer */
    #site-footer .programs {
        padding: 0;
        border: none;
    }

    #site-footer .about {
        padding: 0;
        margin: 0;
        border: none;
    }
    #site-footer .programs h2 {
        margin: 0;
    }
    #site-footer .programs h2 a:before {
        content:"+ ";
    }
    #site-footer .programs.active h2 a:before {
        content:"- ";
    }
    #site-footer .program-links {
        display: none;
    }
    #site-footer .programs.active .program-links {
        display: block;
    }
    #site-footer .about h2 a, #site-footer .programs h2 a {
        background: #363636;
        color: #ffffff;
        border-bottom: solid 1px #ffffff;
        padding: 15px;
        display: block;
        margin: 0 -25px;
        font-family:'Avenir LT W01 85 Heavy', sans-serif;
        font-weight: normal;
        font-size: 20px;
        text-transform: uppercase;
        text-align: left;
    }
    #site-footer .about h2 a:hover {
        color: #ffffff;
    }
    #site-footer h3 {
        border-bottom: solid 1px #747474;
        padding-bottom: 5px;
    }

    /* Capella footer */
    .grid_social {
        text-align: center;
    }
    #ftr_utility {
        border-top: none;
        text-align: center;
        font-size: 12px;
    }
    #ftr_utility a {
        font-size: 12px;
        color: #3da1d2;
    }
    #ftr_utility .mobile-links {
        display: block;
        margin-bottom: 10px;
    }
    .copyright {
        text-align: center;
    }

    /* Capella header */
    #hdr_bar {
        border: none;
        height: 80px;
    }
    a.menu-mobile-button {
        float: right;
        display: block;
        padding: 8px 10px;
        background: #026a9e;
        color: #ffffff;
        text-shadow: 0 -1px 1px hsl(0, 0%, 0%);
        border: 1px solid hsl(0, 0%, 13%);
        margin-top: 3px;
    }
    .menu-icon-open {
        display: inline-block;
        width: 17px;
        height: 20px;
        margin-right: 5px;
        background: url(../img/icons/capella/newSprite.png) no-repeat -95px -50px;
    }
    nav.tab_menu {
        margin: 0 -25px;
        border-bottom: solid hsl(351, 82%, 28%) 2px;
    }
    nav.tab_menu ul {
        display: block;
        clear: both;
        text-align: center;
        margin-left: 0;
        margin-right: 0;
        background: hsl(60, 6%, 15%);
    }
    nav.tab_menu li {
        list-style: none;
        display: inline-block;
        margin: 0 7px 0 0;
        padding: 5px 0;
        background: hsl(60, 6%, 15%);
    }
    nav.tab_menu a span.call_us-hdr_btn {
        background: url(../img/icons/capella/newSprite.png) no-repeat -32px -50px;
    }
    nav.tab_menu a span.call_us-hdr_btn, nav.tab_menu a span.chat_now-hdr_btn, nav.tab_menu a span.contact-hdr_btn {
        display: inline-block;
        width: 25px;
        height: 100%;
        margin-right: 5px;
        vertical-align: middle;
    }
    nav.tab_menu a span.menu_text {
        color: hsl(72, 3%, 61%);
        display: inline-block;
        font-size: 11px;
        line-height: 1em;
        text-align: left;
        vertical-align: middle;
        word-wrap: break-word;
    }
    nav.tab_menu a {
        display: inline-block;
        height: 28px;
        line-height: 20px;
        color: hsl(0, 100%, 100%);
        font-weight: normal;
        text-shadow: none;
        text-decoration: none;
    }
    nav.tab_menu a span.contact-hdr_btn {
        background: url(../img/icons/capella/newSprite.png) no-repeat -63px -50px;
    }

    #slideMenu {
        display: block;
        width: 100%;
        position: absolute;
        top: -330px;
        bottom: auto;
        z-index: 9999;
    }
    #slideMenu ul {
        -webkit-box-shadow: -1px 4px 5px hsla(0, 0%, 20%, 0.3);
        -moz-box-shadow: -1px 4px 5px rgba(50, 50, 50, 0.3);
        box-shadow: -1px 4px 5px hsla(0, 0%, 20%, 0.3);
    }
    .ui-listview, .ui-li {
        list-style: none;
        padding: 0;
    }
    .ui-li, .ui-li.ui-field-contain {
        display: block;
        margin: 0;
        position: relative;
        overflow: visible;
        text-align: left;
        border-width: 0;
        border-top-width: 1px;
    }
    #slideMenu ul a {
        padding: 8px 0;
        display: block;
        background: #ffffff;
        color: hsl(0, 0%, 20%);
        border-top: 1px solid hsl(0, 0%, 80%);
        text-align: center;
        font-weight: bold;
    }
    .social-icons {
        display: block;
        width: 155px;
        height: 28px;
        margin: 0 auto;
        background: url(../img/icons/capella/newSprite.png) no-repeat -122px -50px;
    }
    #menu-mobile-button-up {
        margin-top: -10px;
    }

    /* Related Posts */
    div.wp_rp_footer {
        border: none;
        padding: 0;
    }
    ul.related_post {
        list-style: none;
        padding: 10px 0;
    }
    ul.related_post li {
        float: none;
        width: inherit;
        text-align: left;
        margin-right: 0;
        clear: both;
        border-bottom: solid 1px #d5d5d5;
    }
    ul.related_post .wp_rp_thumbnail {

    }
    ul.related_post .wp_rp_title {
        color: #333333;
        display: block;
        float: left;
        width: 70%;
        padding: 15px;
        font-size: 14px;
    }
    ul.related_post li img {
        width: 30%;
        height: 15%;
        float: left;
        margin: 10px 0;
    }
    h3.related_post_title span {
        float: none;
        display: block;
    }
    .wp_rp_mobile_cat_links {
        margin: -30px 0 30px 0;
    }
    body.single .entry-content {
        border-bottom: none;
    }
    body.single .wp_rp_wrap {
        padding: 20px 0;
        border-bottom: none;
        margin-bottom: 30px;
    }

    /* Disqus */
    #disqus-wrapper {
        display: none;
    }
    #disqus-wrapper.active {
        display: block;
    }
    #mobile-disqus-link {
        display: block;
        color: #ffffff;
        padding: 10px;
        background: #363636;
        font-size: 14px;
        text-transform: uppercase;
        text-decoration: none;
    }
    #mobile-disqus-link:before {
        content:"+";
        margin-right: 10px;
    }
    #mobile-disqus-link.active:before {
        content:"-";
        margin-right: 10px;
    }
	
    /* Mobile paging navigation */
    .pagination .page-numbers {
        padding: 9px 13px;
        margin: 0px 5px;
    }
    .pagination .dots {
        padding: 10px 0px;
    }
    .pagination .prev {
        margin-right: 5px;
    }
    .pagination .next {
        margin-left: 5px;
    }
    .pagination .first {
        padding: 9px;
    }
}

/* Tablet > 768px < 992px */
@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 748px;
        padding-left: 0px;
        padding-right: 0px;
    }
    #main-column {
        margin: 0 -10px;
    }
    .site-content {
        padding: 0px;
    }
    body.single .col-main, body.blog .col-main, body.archive .col-main, body.category .col-main {
        margin-right: 0px;
        float: none;
        width: 100%;
        padding: 0px;
    }

    /* Home Hero Content */
    article.home-hero {
        background: #414141;
        height: 247px;
        margin: 30px 0;
    }
    .home-hero .post-thumbnail img {
        width: 492px;
    }
    .home-hero .post-thumbnail .c-icon-gray-left-arrow {
        position: absolute;
        top: 25px;
        right: 0;
    }
    .home-hero .entry-header {
        width: 256px;
        padding: 10px;
        float: right;
    }

    /* Home List Content */
    article.home-list {
        width: 235px;
        margin: 0 20px 30px 0;
        float: left;
    }

    article.home-list .post-thumbnail img {
        width: 235px;
    }

    /* Blog Nav Bar Menu */
    ul#blog-nav-bar-menu li.search {
        padding: inherit;
        border: none;
        height: inherit;
    }
    ul#blog-nav-bar-menu li.search form {
        display: none;
    }
    /* Second level */
    ul#blog-nav-bar-menu > li.archive.active ul, ul#blog-nav-bar-menu > li.share.active ul {
        right: 0;
        left: inherit;
    }
    ul#blog-nav-bar-menu li.active > a .c-icon-search {
        background: url(../img/icons/icon-share-up.png) no-repeat;
    }
    ul#blog-nav-bar-menu > li.search.active form {
        display: block;
        width: 240px;
        top: 55px;
        border-left: solid 1px #d1d1d1;
        border-right: solid 1px #d1d1d1;
        border-bottom: solid 1px #d1d1d1;
        padding: 15px;
        background: white;
        position: absolute;
        z-index: 6000;
        right: -1px;
        -moz-box-shadow: 2px 5px 5px #aaaaaa;
        -webkit-box-shadow: 2px 5px 5px #aaaaaa;
        box-shadow: 2px 5px 5px #aaaaaa;
    }
    ul#blog-nav-bar-menu > li.search.active form span {
        border: solid 1px #d1d1d1;
        width: 84%;
        margin-right: 2%;
        height: 30px;
        display: block;
        float: left;
    }
    ul#blog-nav-bar-menu > li.search.active form input[type="search"] {
        height: 24px;
        padding: 3px;
        width: 90%;
        background: transparent;
    }
    ul#blog-nav-bar-menu > li.search form button {
        background: #00598e;
        border: solid 1px #00598e;
        height: 30px;
        text-align: center;
        width: 14%;
        float: right;
    }
    ul#blog-nav-bar-menu > li.search  form button .search {
        background: url(../img/icons/icon-search-white.png) no-repeat;
        border: none;
        margin: 0 auto;
        width: 19px;
        height: 19px;
    }

    /* Single */
    body.single .post-thumbnail img {
        width: 748px;
        height: 363px;
    }

    /* Archive */
    body.category .entry-header, body.archive .entry-header, body.blog .entry-header, body.search .entry-header {
        float: right;
        width: 500px;
    }
}

/* Feed Them Social Overrides */
.fts-jal-single-fb-post a:hover, .fts-jal-fb-header a:hover {
    font-style: normal;
    text-decoration: none !important;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
    color:#313131;
}
.fts-jal-fb-user-thumb a {
    display:none;
}
.fts-jal-single-fb-post a, .fts-jal-fb-header a {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
    text-decoration: none !important;

}
.fts-jal-fb-header h1 {
    font-size:1.9em;
    margin-bottom:0px !important;
}
.widget .fts-jal-fb-header h1 {
    font-size:1.8em;
    line-height:22px;
}
.fts-jal-single-fb-post {
    width:100%;
    padding:0 !important;
    margin:10px 0;
    border-bottom: 1px solid rgba(184, 184, 184, 0.3);
    position:relative;
    line-height:17px;
    overflow:hidden;
}
.widget .fts-jal-single-fb-post {
    width:100%;
    padding:17px 0 10px 0 !important;
}
.fts-jal-single-fb-post:last-child	{
    border-bottom: none !important;
}
.fts-jal-fb-user-thumb	{
    position:inherit;
    top:0px;
    left:0px;
    width:inherit;
    height:inherit;
    display:block;
}
.fts-jal-fb-right-wrap	{
    padding-left:0px;
}
.widget .fts-jal-fb-right-wrap	{
    padding-left:0;
}
.widget .fts-jal-fb-top-wrap	{
    display: none;
}
.fts-jal-fb-message	{
    line-height:1.42857143;
    word-wrap: break-word;
}
.fts-jal-fb-link-wrap	{
    /* border: 1px solid #D3DAE8; */
    /* background:#F6F7F9; */
    margin-top:10px;
    /* margin-right:3px; */
    border-radius:0px;
    /* padding: 2px 14px 8px 5px; */
    -webkit-transition: background 2s;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;

}
.jal-fb-description	{
    word-wrap: break-word !important;
}
/* .fts-jal-fb-link-wrap:hover {
	background:#FFF;
	border:1px solid #FFF;
	box-shadow:0px 0px 1px #999;
	-webkit-transition: background 2s;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
} */
.fts-jal-fb-vid-wrap	{
    /* border: 1px solid #D3DAE8; */
    /* background:#F6F7F9; */
    min-height:84px;
    margin-top:10px;
    /* margin-right:3px; */
    /* padding:5px 5px 4px 5px !important; */
    border-radius:0px;
    -webkit-transition: background 2s;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
}
.fts-jal-fb-vid-wrap iframe {
    width:100%;
    margin:0 !important;
    padding:0 !important;
}
.widget .fts-jal-fb-vid-wrap iframe {
    width:100%;
    height:50%;
    margin:0 !important;
    padding:0 !important;
}
/* .fts-jal-fb-vid-wrap:hover {
	background:#FFF;
	border:1px solid #FFF;
	box-shadow:0px 0px 5px #999;
	-webkit-transition: background 2s;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
} */
.fts-jal-fb-picture	{
    float:left;
    display:block;
    margin:10px 10px 2px 0;
    /* padding: 7px 5px 0px 5px; */
}
.fts-jal-fb-picture	img {
    /* margin:10px 0px 0px 0px; */
}
.fts-jal-fb-link-wrap img {
    margin:0;
}
.fts-jal-fb-vid-picture	{
    position:relative;
    float:left;
    width:130px;
    margin: 5px 10px 5px 0;
    line-height:normal !important;
}
.fts-jal-fb-description-wrap	{
    float:left;
    padding:8px 0 0;
    max-width:300px;
    line-height:19px !important;
    color: #999;
    font-size:12px !important;
    font-weight:normal;
}
.fts-jal-single-fb-post .fts-jal-fb-vid-wrap .fts-jal-fb-description-wrap {
    padding: 2px 10px 6px 0px !important;
}
.widget .fts-jal-fb-description-wrap	{
    float:left;
    overflow:hidden;
    max-width:90%;
    line-height:19px !important;
    color: #999;
    font-size:12px !important;
    font-weight:normal;
}
.fts-jal-fb-description	{
    text-wrap:normal;
    padding-top:5px;
    line-height:17px !important;
    font-size:13px;
    color:#919191;
}
.fts-jal-fb-top-wrap {
    margin-bottom:10px;
}
.fts-jal-fb-user-name	{
    float:left;
    font-weight:bold;
    color: #C00;
    padding-right:5px;
}
.fts-jal-fb-post-time	{
    color: #979797;
    font-size:12px;
    margin-top:10px;
    float:none;
    display:block;
}
.fts-jal-fb-name	{
    font-weight:bold;
    color: #C00;
    padding-bottom:5px ;
    font-size:15px;
    display:block;
    line-height:18px;
}
.fts-jal-fb-vid-play-btn	{
    background:url(../images/video-play-btn.png) no-repeat 0 0;
    bottom: 12px;
    height: 26px;
    left: 9px;
    position: absolute;
    width: 35px;
}
.fts-vid-div {
    width:100%;
    display:none;
}
.fts-jal-fb-see-more	{
    display: none;
}

.fts-fb-event-photo {
    float:left;
}
.fts-jal-fb-picture img {
    width: 100%;
}
.entry-content .fts-jal-fb-picture img, .widget .fts-jal-fb-picture img {
    width: 220px;
}
.fts-fb-large-photo {
    margin-right:0px !important;
}

/* Instagram */
.instagram-box img {
    width: 100%;
    margin: 10px 0px;
}
.fts-instagram .heart-comments-wrap {
    display: none;
}
.fts-instagram .fts-backg, .fts-instagram .date {
    display: none;
}
.widget .instagram-placeholder {
    margin: 10px 0;
}
.widget .instaG-photoshadow {
    display: none;
}
.widget .instagram-image {
    width: 150px;
    height: 150px;
    display: block;
}
.widget .instagram-placeholder .date {
    text-align: left;
    margin-bottom: 0px;
    font-size: 12px;
    height: inherit;
    line-height: inherit;
}

/* LinkedIn */
.linkedin .updates {
    padding: 0;
    margin: 0;
    list-style: none;
}

/* Youtube */
.widget .fts-yt-videolist ul {
    padding-bottom: 0px !important;
    float: left;
}

/* SSBA*/
.ssba {
    position: relative;
}
.ssba-wrap {
	margin-bottom: 20px;
}
.ssba-wrap a {
    margin-right: 10px;
}
.ssba span.ssba_sharecount {
    position: absolute;
    z-index: 1000;
    color: hsl(0, 0%, 100%);
    margin-left: -42px;
	margin-top: 1px;
}

/* Recent Posts */
.widget_recent_entries ul {
    /* margin: 0; */
    padding: 0 15px;
}