/*
Theme Name: MU Journalism
Theme URI: http://www.deltasys.com/
Description: Custom WordPress theme built by Delta Systems Group
Version: 1.0
Author: Delta Systems Group
*/

/* @group CSS RESET
 * HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; overflow-y: scroll; }
body { margin: 0; }

::-moz-selection { background: #bda100; color: #fff; text-shadow: none; }
::selection { background: #bda100; color: #fff; text-shadow: none; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; max-width: 100%; height: auto; width: auto; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: middle; }

/* @end */
/* @group UNIVERSAL STYLES
--------------------------------------------*/

.ieold * {
    zoom: 1;
}

body {
    background: #000 url('images/bg.png') repeat-x left top;
    font-family: 'Times New Roman', serif;
    font-size: 62.5%;
    line-height: 1.231;
    color: #222;
}

#page-wrapper {
    width: 890px;
    margin: 0px auto;
    background: #fff;
    padding: 0px 20px;
    overflow: hidden;
    min-height: 100%;
}

a, a:visited, a:hover, a:focus {
    color: #8a6a12;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
}

a.no-underline {
    text-decoration: none;
}

a.no-underline:hover {
    text-decoration: underline;
}

input[type="search"], input[type="text"] {
    background: #fff;
    box-shadow: 0px 1px 3px #ccc inset;
    border: 2px solid #bda100;
    height: 24px;
    padding: 4px;
    line-height: 24px;
    border-radius: 2px;
}

hr {
    border-top: 2px solid #bda100;
    border-collapse: collapse;
}

/* @end */
/* @group HEADER
============================================================================= */

#page-header {
    padding: 30px 0 15px;
    position: relative;
    z-index: 3;
}

.page-logo {
    margin: 0px;
    padding: 0px;
    display: inline;
    float: left;
    white-space: nowrap;
}

.page-logo > a {
    display: inline-block;
}

.header-content {
    position: relative;
    display: inline;
    float: right;
    width: 480px;
    z-index: 444;
}

ul.header-portal {
    position: relative;
    display: inline;
    float: right;
    list-style: none outside none;
    text-align: right;
    margin: 0px 0px 10px;
    padding: 0px;
}

ul.header-portal li {
    display: inline;
    position: relative;
    padding: 5px 6px;
    border-left: 1px solid #bda100;
}

ul.header-portal li:first-child {
    border-left: 0px none;
}

ul.header-portal a {
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    vertical-align: middle;
}

ul.header-portal a:hover {
    color: #bda100;
}

.search-container {
    width: 247px;
    display: inline;
    position: relative;
    float: right;
}

.search-form .searchform-label {
    display: inline;
    float: left;
    position: relative;
    padding-right: 5px;
    font-weight: bold;
}

.search-form .search-input {
    display: inline;
    position: relative;
    float: left;
    height: 12px;
    width: 159px;
    border-right: 0px none;
    border-radius: 2px 0 0 2px;
    font-size: 11px;
}

#page-header .search-form .searchform-label {
    display: none;
}

.search-form .search-submit, .search-form .search-submit:hover, .search-form .search-submit:active, .search-form .search-submit:focus {
    display: inline;
    position: relative;
    float: left;
    width: 75px;
    border: 2px solid #bda100;
    border-left: 0px none;
    height: 24px;
    border-radius: 0 2px 2px 0;
}

#page-nav-mobile {
    display: none;
}

.st-pusher {
    -webkit-transition: -webkit-transform 0.5s;
       -moz-transition: -moz-transform 0.5s;
         -o-transition: -o-transform 0.5s;
            transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.st-pusher::after {
    content: '';
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(0,0,0,0.66);
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s, height 0.1s;
       -moz-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
         -o-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
            transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    -webkit-transition-delay: 0s, 0.5s, 0.5s;
}

.st-menu-open .st-pusher {
    -webkit-transform: translate3d(-14rem, 0, 0);
       -moz-transform: translate3d(-14rem, 0, 0);
        -ms-transform: translate3d(-14rem, 0, 0);
            transform: translate3d(-14rem, 0, 0);
}

.st-menu-open .st-pusher::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
       -moz-transition: opacity 0.5s;
         -o-transition: opacity 0.5s;
            transition: opacity 0.5s;
}

#page-nav {
    clear: both;
    margin: 0px;
    padding: 30px 0 0 0;
    border: 0px;
    table-layout: auto;
    border-bottom: 2px solid #bda100;
    position: relative;
    z-index: 333;
}

#page-nav a:focus {
    outline: 0px none;
}

.ieold #page-nav {
    display: block;
}

ul#main-nav {
    display: table;
    width: 100%;
}

.ieold ul#main-nav {
    display: block;
}

ul#main-nav li {
    display: table-cell;
    text-align: center;
    border-left: 1px solid #bda100;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.ieold ul#main-nav li {
    display: inline;
    float: left;
    text-align: left;
}

.ie6 ul#main-nav li {
    width: 150px;
    font-size: 14px !important;
}

ul#main-nav li:first-child {
    border-left: 0px none;
}

ul#main-nav li a {
    font-family: 'Arial Narrow', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #222;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 10px 0;
    display: block;
    position: relative;
}

.wf-active ul#main-nav li a {
    font-family: bebas-neue, 'Arial Narrow', sans-serif;
    font-weight: normal;
    font-size: 20px;
}

ul#main-nav li a:hover, ul#main-nav li.current-page-ancestor a:hover, ul#main-nav li.current_page_item a:hover, ul#main-nav li.current-menu-item a:hover  {
    color: #bda100;
}

ul#main-nav li.current-page-ancestor a, ul#main-nav li.current_page_item a, ul#main-nav li.current-menu-item a {
    color: #bda100;
}

ul#main-nav li.menu-item-parent a:hover, ul#main-nav li.menu-item-parent:hover a {
    color: #fff;
    background: #bda100;
    text-decoration: underline;
}

ul#main-nav li.menu-item-parent a {
    z-index: 9999;
}

.child-menu-wrapper {
    position: relative;
}

ul#main-nav .sub-menu {
    position: absolute;
    top: 24px;
    left: 0px;
    z-index: 9998;
    background-color: #bda100;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#bda100), to(#8a6a12)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #bda100, #8a6a12); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #bda100, #8a6a12); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #bda100, #8a6a12); /* IE10 */
    background-image:      -o-linear-gradient(top, #bda100, #8a6a12); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #bda100, #8a6a12);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#bda100', EndColorStr='#8a6a12'); /* IE6–IE9 */
    margin: 0px;
    padding: 0px;
    display: block;
    min-width: 100%;
    box-shadow: 0px 2px 5px #333;
    border: 1px solid #bda100;
    border-top: 0px none;
    display: none;
}

ul#main-nav #menu-item-42 .sub-menu {
    right: 0px;
    left: auto;
}

ul#main-nav li:hover .sub-menu {
    display: block;
}

ul#main-nav .sub-menu li,  .ieold ul#main-nav .sub-menu li {
    display: block;
    float: none;
    text-align: left;
    padding: 5px 0px;
    border: 0px none;
}

ul#main-nav .sub-menu li a, ul#main-nav li.menu-item-parent:hover .sub-menu a {
    font-size: 14px;
    font-family: 'Kreon', serif;
    text-transform: none;
    text-decoration: none;
    padding: 0 20px;
    white-space: nowrap;
    font-weight: bold;
    background: transparent;
    color: #222;
    text-align: left;
}

ul#main-nav .sub-menu li a:hover, ul#main-nav li.menu-item-parent:hover .sub-menu a:hover {
    color: #fff;
    text-decoration: underline;
}

.nav-dropdown {
    background: #fff;
    height: 20px;
    padding: 0px;
    font-family: 'Kreon', serif;
    position: relative;
}

.nav-dropdown-title {
    margin: 0px;
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    padding: 4px 60px 4px 10px;
    font-weight: normal;
    position: relative;
    background: #fff url('images/nav-dropdown-arrow.png') no-repeat right top;
    box-shadow: 0px 1px 5px #ccc inset;
    position: relative;
    z-index: 88889;
    border: 2px solid #bda100;
    border-radius: 2px;
    min-width: 90px;
}

.nav-dropdown:hover .nav-dropdown-title {
    border-bottom: 0px none;
    box-shadow: 0px 0px 0px transparent;
    border-radius: 2px 2px 0px 0px
}

.nav-dropdown:hover ul {
    display: block;
}

.nav-dropdown ul {
    position: absolute;
    z-index: 88888;
    top: 20px;
    left: 0px;
    border: 2px solid #bda100;
    border-radius: 0px 2px 2px 2px;
    background-color: #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#aaaaaa)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #ffffff, #aaaaaa); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #ffffff, #aaaaaa); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #ffffff, #aaaaaa); /* IE10 */
    background-image:      -o-linear-gradient(top, #ffffff, #aaaaaa); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #ffffff, #aaaaaa);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#aaaaaa'); /* IE6–IE9 */
    padding: 2px 0;
    margin: 0px;
    display: none;
    min-width: 200px;
    box-shadow: 0px 2px 5px #333;
}

.nav-dropdown ul li {
    padding: 4px 10px;
}

.nav-dropdown ul li a {
    font-size: 1.2em;
    color: #222;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}

.nav-dropdown ul li a:hover {
    color: #8A6A12;
    text-decoration: underline;
}

#header-nav-dropdown {
    position: relative;
    display: inline;
    float: right;
    margin-right: 20px;
}


/* @end */
/* @group HOME PAGE
============================================================================= */

.home-primary-column {
    position: relative;
}

.home-secondary-column {
    position: relative;
    display: inline;
    float: right;
    width: 270px;
}

.home-content {
    width: 600px;
    overflow: hidden;
}

.dark-section {
    background: #000 url('images/section-gradient.png') repeat-x left top;
    padding: 15px 20px;
    color: #fff;
}

.dark-section-title {
    font-family: bebas-neue, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    color: #bda100;
    font-size: 20px;
    letter-spacing: 0.5px;
    font-size: 28px;
    margin: 0px;
    padding: 0px;
}

.dark-section-subtitle {
    font-family: 'Kreon', serif;
    color: #fff;
    font-weight: 400;
    font-size: 1.4em;
    line-height: 1.4;
    margin: 0px 0px 10px 0;
    padding: 0px;
}

.carousel {
    position: relative;
    border: 2px solid #bda100;
}

.carousel .featured-post {
    position: relative;
    overflow: hidden;
}

.carousel .featured-post-title {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    margin: 0;
    text-transform: none;
    background: rgba(0, 0, 0, .7);
}

.carousel .featured-post-title a {
    display: block;
    padding: .5rem 1rem;
    color: #fff;
    font-family: bebas-neue, sans-serif;
    font-size: 3em;
    font-weight: 500;
}

.carousel .featured-post-image-link {
    display: block;
}

.carousel .featured-post-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    min-height: 2rem;
    width: 100%;
    padding: .5rem 0;
    color: #fff;
    background: rgba(0, 0, 0, .7);
}

.carousel .featured-post-excerpt {
    display: inline-block;
    width: 70%;
    margin-left: .5rem;
    line-height: 1.5em;
    font-size: 2em;
}

.carousel .featured-post-excerpt p {
    display: inline-block;
    margin: 0;
}

.carousel .post-more {
    margin-left: .5rem;
    font-size: .9em;
}

.carousel .post-more a {
    color: #bda100;
}

.home .carousel .owl-nav {
    display: none;
}

.carousel .owl-dots {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    width: 30%;
    text-align: right;
}

.carousel .owl-dot {
    display: inline-block;
    margin: 0 .25rem;
}

.carousel .owl-dot span {
    display: inline-block;
    position: relative;
    top: 2px;
    height: .75rem;
    width: .75rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .8);
}

.carousel .owl-dot.active span {
    background-color: #bda100;
}


/*SlideDeck Customization*/

.slidedeck-frame {
    height: 420px !important;
}

.slidedeck_frame .slide {
    border: none;
}

.slidedeck_frame .showCaption, .slidedeck_frame .hideCaption {
    font-size: 150%;
    overflow: visible;
    color: white;
    margin-top: 0px;
    padding-top: 0px;
    cursor: pointer;
}

.slide a {
    text-decoration: none;
}

.marquee-full img {
    width: 555px !important;
    height: 260px !important;
}

#marquee .featured-news-item {
    height: 85px;
    display: inline;
    float: right;
    width: 308px;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d4d4d4)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #ffffff, #d4d4d4); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #ffffff, #d4d4d4); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #ffffff, #d4d4d4); /* IE10 */
    background-image:      -o-linear-gradient(top, #ffffff, #d4d4d4); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #ffffff, #d4d4d4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#d4d4d4'); /* IE6–IE9 */
    border: 2px solid #bbb;
    border-top-width: 0px;
    overflow: hidden;
}

#marquee .featured-news-item.active-item {
    background-color: #535251;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#535251), to(#262521)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #535251, #262521); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #535251, #262521); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #535251, #262521); /* IE10 */
    background-image:      -o-linear-gradient(top, #535251, #262521); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #535251, #262521);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#535251', EndColorStr='#262521'); /* IE6–IE9 */
    border-color: #bda100;
    border-left-width: 0px;
    padding-left: 2px;
    color: #fff;
}

#marquee .featured-news-item.active-item a {
    color: #bda100;
}

#marquee .featured-news-item .featured-news-image {
    visibility: hidden;
}

#marquee .featured-news-item .featured-news-date {
    visibility: hidden;
}

#marquee .featured-news-item.active-item .featured-news-image {
    visibility: visible;
}

#marquee .featured-news-item.active-item .featured-news-date {
    visibility: visible;
}

#marquee .featured-news-item:first-child {
    border-top-width: 2px;
    padding-top: 1px;
}

#marquee .featured-news-image {
    position: absolute;
    left: 0px;
    top: 0px;
    border: 2px solid #bda100;
    border-right: 0px none;
    overflow: hidden;
    z-index: 2;
    width: 246px;
    height: 260px;
}

#marquee .featured-news-image img {
    width: 246px !important;
    height: 260px !important;
}

#marquee .featured-news-date {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 236px;
    height: 25px;
    background: url('images/shade-70.png') repeat left top;
    line-height: 25px;
    font-family: bebas-neue, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    color: #fff;
    font-size: 18px;
    text-align: right;
    padding-right: 10px;
    text-shadow: 0px 1px 1px #000;
    z-index: 3;
}

#marquee .featured-news-content {
    padding: 10px 20px;
}

#marquee .featured-news-content .featured-news-title {
    font-size: 1.3em;
    margin: 0px;
    padding: 0px;
    display: inline;
}

.featured-news-link {
    font-size: 1.3em;
    padding-left: 5px;
}

.modern #marquee .featured-news-content .featured-news-title, .featured-news-link {
    font-family: 'Kreon', serif;
}

#marquee .featured-news-content .featured-news-title a {
    color: #222;
    text-decoration: none;
}

#marquee .featured-news-item.active-item .featured-news-content .featured-news-title a {
    color: #fff;
}

#marquee #news-slide {
    border: 0px;
    width: 560px;
    height: 265px;
}

#marquee-nav {
    padding: 10px 20px 0px;
    position: relative;
    z-index: 9999;
    height: 20px;
}

#marquee-nav a {
    color: #fff;
    text-decoration: none;
    font-family: 'Kreon', serif;
    font-size: 1.3em;
    font-weight: 400;
    margin: 0 25px;
    display: inline;
    position: relative;
    float: left;
    height: 14px;
    line-height: 14px;
    outline: 0px none;
}

#marquee-nav a:hover, #marquee-nav a.activeSlide {
    color: #bda100;
}

#marquee-nav a.activeSlide .marquee-arrow {
    background: url('images/marquee-arrow.png') no-repeat left top;
    width: 31px;
    height: 18px;
    position: absolute;
    display: block;
    left: 50%;
    top: -26px;
    margin-left: -15px;
    z-index: 99;
}

.marquee-slide-content {
    position: absolute;
    left: 0px;
    top: 25px;
    width: 260px;
    padding: 10px;
    background: url('images/shade-70.png') repeat;
    text-shadow: 0px 1px 1px #000;
}

.marquee-slide-title {
    font-family: bebas-neue, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.5px;
    font-size: 28px;
    margin: 0px;
    padding: 0px;
}

.marquee-slide-content p {
    margin: 0px;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
}

ul#affiliates-list {
    list-style: none outside none;
    margin: 0px 0px 10px 0;
    padding: 0px;
}

ul#affiliates-list li.affiliates-list-item {
    border-top: 2px solid #bda100;
    background: url('images/section-gradient.png') repeat-x left top;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

a.affiliates-link {
    display: block;
    text-decoration: none;
    padding: 10px 13px;
    overflow: hidden;
}

.affiliates-list-image {
    position: relative;
    display: inline;
    float: left;
    margin: 2px 7px 2px 0;
    width: 35px;
    height: 35px;
}

.affiliates-list-image img {
    border: 1px solid #000;
    width: 35px;
    height: 35px;
}

.affiliates-list-title {
    position: relative;
    display: inline;
    float: left;
    padding: 10px 0;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Kreon', serif;
    font-size: 1.4em;
    vertical-align: middle;
    font-weight: 400;
    margin: 0px;
    width: 160px;
}

ul#affiliates-list li.affiliates-list-item:hover {
    background: #fff url('images/arrow-right-large.png') no-repeat left center;
}

ul#affiliates-list li.affiliates-list-item:hover .affiliates-list-title {
    color: #222;
}

/*

ul#affiliates-list li.affiliates-list-item:hover .affiliates-list-image {
    margin-top: 8px;
    margin-bottom: 8px;
}

ul#affiliates-list li.affiliates-list-item:hover .affiliates-list-title {
    color: #222;
    font-family: 'Times New Roman', serif;
    font-size: 1.2em;
    padding: 0px;
}

.affiliates-excerpt {
    position: relative;
    display: none;
    float: left;
    width: 160px;
    color: #222;
}

.affiliates-excerpt p {
    margin: 0px;
    padding: 0px;
}


ul#affiliates-list li.affiliates-list-item:hover .affiliates-excerpt {
    display: inline;
}
*/

/* @end */
/* @group INTERIOR PAGES
============================================================================= */

#main {
    position: relative;
    z-index: 2;
}

#sidebar {
    position: relative;
    display: inline;
    float: left;
    width: 170px;
    border-color: #BDA100;
    border-style: solid;
    border-width: 2px 0;
    margin: 0px 20px 0px 0px;
}

#sidebar.inactive {
    border: 0px none;
    height: 2px;
}

.sidebar-title {
    color: #222;
    text-decoration: none;
    font-family: 'Kreon', serif;
    font-weight: bold;
    font-size: 1.4em;
}

li .sidebar-title {
    font-size: 1em;
    margin: 0px;
}

#sidebar > ul {
    list-style: none outside none;
    margin: 0px;
    padding: 10px 5px 10px 10px;
    border-top: 2px solid #BDA100;
}

#sidebar ul.first, #sidebar ul:first-child {
    border-top: 0px none;
}

#sidebar ul li {
    margin: 0px;
    padding: 10px 0;
    font-size: 1.4em;
    position: relative;
}

#sidebar ul li a, #sidebar ul li {
    color: #222;
    text-decoration: none;
    font-family: 'Kreon', serif;
    font-weight: bold;
}

#sidebar ul.compact li a, #sidebar ul.compact li {
    font-weight: normal;
    font-family: sans-serif;
    font-size: 1.05em;
    display: block;
}

#sidebar ul.compact li {
    padding: 5px 0px;
}

#sidebar ul li a:hover, #sidebar ul li.current_page_item > a:hover, #sidebar ul.compact li:hover a {
    color: #BDA100;
}

#sidebar ul li.current_page_item > a, #sidebar ul.children li.current_page_ancestor > a {
    color: #8a6a12;
}
#sidebar ul li.page_item.page-item-29900 {
    display:none !important;
}
#breadcrumbs {
    margin: 2px 0px 18px;
    font-size: 1.2em;
    font-family: 'Kreon', serif;
    line-height: 12px;
}

#breadcrumbs img {
    padding: 0px 5px;
    vertical-align: baseline;
}

#breadcrumbs a {
    color: #999;
    text-decoration: none;
    vertical-align: baseline;
}

#breadcrumbs a:hover {
    color: #8a6a12;
    text-decoration: underline;
}

#breadcrumbs .current {
    vertical-align: baseline;
    font-weight: bold;
}

.wrapper-dark {
    background: #000 url('images/section-gradient.png') repeat-x left top;
    padding: 20px;
    margin: 0px 0px 20px 0px;
}

#sidebar ul.children {
    margin: 5px 0px 0px 2px;
    padding: 0px 0px 0px 5px;
    border: 0px none;
    border-left: 2px solid #BDA100;
    display: none;
    list-style: none outside none;
}

#sidebar ul.children li, #sidebar ul.children li a {
    font-size: 12px;
    font-family: sans-serif;
    font-weight: normal;
}

#sidebar ul.children li {
    padding: 5px 0px;
}

#sidebar ul li a:hover, #sidebar ul li.current_page_item ul.children, #sidebar ul li.current_page_ancestor ul.children {
    display: block;
}

#sidebar ul li ul.children ul.children {
    display: none;
}

#sidebar ul ul.children li.current_page_item ul.children, #sidebar ul ul.children li.current_page_ancestor ul.children {
    display: block;
    margin: 3px 0px 0px 0px;
    padding: 0px;
    border: 0px none;
}

#sidebar ul ul.children li ul.children li {
    padding: 0px;
    margin: 2px 10px 2px 0px;
}

#sidebar ul ul.children li ul.children a {
    font-size: 11px;
    color: #666;
    display: block;
    padding: 2px 5px;
    background: #eee;
}

#sidebar ul ul.children li ul.children a:hover {
    color: #222;
}

#sidebar ul ul.children li ul.children li.current_page_item a, #sidebar ul ul.children li ul.children li.current_page_ancestor a {
    background: #ddd;
    color: #222;
}

#sidebar .menu-expander {
    display: none;
    width: 8px;
    height: 8px;
    background: url('images/arrow-right.png') no-repeat left center;
    position: absolute;
    left: -10px;
    top: 15px;
}

#sidebar .menu-expander.open {
    background: url('images/arrow-down.png') no-repeat left center ;
}

#sidebar .page_item_parent .menu-expander {
    display: block;
}

#sidebar ul.children .menu-expander {
    display: none;
}

/* @end */
/* @group THREE-COLUMN TEMPLATE
============================================================================= */

#three-col-template {
    overflow: hidden;
}

#three-col-template .content-col {
    position: relative;
    width: 430px;
    display: inline;
    float: left;
}

#three-col-template.noPods .content-col {
    width: 700px;
}

#three-col-template .featured-image-wrapper {
    background: #000 url('images/section-gradient.png') repeat-x left top;
    padding: 20px 0;
    width: 430px;
}

#three-col-template.noPods .content-col .featured-image-wrapper {
    width: 300px;
    float: right;
    margin: 0px;
    padding: 20px 22px;
    border-bottom: 20px solid #fff;
    border-left: 20px solid #fff;
}

#three-col-template.noPods .content-col .featured-image-wrapper + h2 {
    margin-top: 0px;
}

#three-col-template .featured-image-wrapper img {
    display: block;
    border: 2px solid #BDA100;
    margin: 0px auto;
}

#three-col-template #podbar {
   display: inline;
   position: relative;
   float: right;
   width: 245px;
}

/* @end */
/* @group TWO-COLUMN TEMPLATE
============================================================================= */

#two-col-template {
    overflow: hidden;
}

#two-col-template .content-col {
    position: relative;
    width: 700px;
    display: inline;
    float: left;
}

#two-col-template .parent-page-header {
    background: #000 url('images/section-gradient.png') repeat-x left top;
    padding: 20px;
    margin: 0px 0px 20px 0px;
}

.parent-page-header-inner {
    border: 2px solid #BDA100;
    overflow: hidden;
    background: #fff;
    height: 205px;
}

#two-col-template .featured-image-wrapper {
    display: inline;
    float: left;
    position: relative;
    width: 300px;
    height: 205px;
    overflow: hidden;
}

#two-col-template .featured-image-wrapper img {
    border-right: 2px solid #BDA100;
    margin: 0px 20px 0px 0px;
    width: 275px;
    height: 205px;
}

#two-col-template .parent-page-header .parent-page-header-title {
    font-size: 1.8em;
    border-bottom: 0px;
    margin: 10px 0;
}

#two-col-template .parent-page-header-content {
    display: inline;
    position: relative;
    float: left;
    width: 340px;
}

#two-col-template #podbar {
   display: inline;
   position: relative;
   float: right;
   width: 245px;
}

ul.tab-selector {
    border-bottom: 2px solid #8a6a12;
    margin:  0px;
    padding: 10px 0 0 0;
    list-style: none outside none;
    overflow: hidden;
}

ul.tab-selector li {
    display: inline;
    float: left;
    position: relative;
    margin: 0px 7px 0px 3px;
}

.tab-selector li a {
    display: block;
    background-color: #d1d1d1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#888888)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #d1d1d1, #888888); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #d1d1d1, #888888); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #d1d1d1, #888888); /* IE10 */
    background-image:      -o-linear-gradient(top, #d1d1d1, #888888); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #d1d1d1, #888888);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d1d1d1', EndColorStr='#888888'); /* IE6–IE9 */
    white-space: nowrap;
    padding: 10px 20px 7px 20px;
    color: #111;
    text-decoration: none;
    font-size: 13px;
    line-height: 13px;
    font-family: 'Kreon', serif;
    font-weight: bold;
    outline: 0px none;
    border-radius: 2px 2px 0 0;
    box-shadow: 0px 1px 3px #888;
    text-shadow: 0px 1px 0px #bbb;
}

.tab-selector.decade-selector li a {
    font-size: 11px;
    padding: 7px 7px 5px 7px;
}

.tab-selector li a:hover {
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#AAAAAA)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #d1d1d1, #AAAAAA); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #d1d1d1, #AAAAAA); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #d1d1d1, #AAAAAA); /* IE10 */
    background-image:      -o-linear-gradient(top, #d1d1d1, #AAAAAA); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #d1d1d1, #AAAAAA);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d1d1d1', EndColorStr='#AAAAAA'); /* IE6–IE9 */
}

.tab-selector li a.active {
    background-color: #bda100;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#bda100), to(#8a6a12)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #bda100, #8a6a12); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #bda100, #8a6a12); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #bda100, #8a6a12); /* IE10 */
    background-image:      -o-linear-gradient(top, #bda100, #8a6a12); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #bda100, #8a6a12);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#bda100', EndColorStr='#8a6a12'); /* IE6–IE9 */
    color: #fff;
    border-color: #bda100;
    text-shadow: 0px 0px 0px transparent;
}

/* @end */
/* @group OPEN TEMPLATE
============================================================================= */

#open-template {
    overflow: hidden;
}

#open-template .content-col {
    position: relative;
    width: 700px;
    display: inline;
    float: left;
}

#webcam img {
    display: block;
    margin: 10px auto 0px;
}

#webcam.wrapper-dark {
    color: #fff;
}

#open-template .stylized-title {
    border-bottom: 0px none;
    margin: 0px;
}

/* @end */
/* @group AFFILIATE TEMPLATE
============================================================================= */

#affiliate-template .parent-page-header {
    background: #000 url('images/section-gradient.png') repeat-x left top;
    padding: 20px;
    margin: 0px 0px 20px 0px;
}

#affiliate-template .parent-page-header-inner {
    border: 2px solid #BDA100;
    overflow: hidden;
    background: #fff;
    padding-left: 10px;
}

#affiliate-template .parent-page-header-inner {
    height: 205px;
}

#affiliate-template .parent-page-header-inner img {
    height: 205px;
    width: auto;
}

#affiliate-template .parent-page-header-inner .alignright {
    margin: 0px 0px 0px 20px;
    border-left: 2px solid #BDA100;
}

#affiliate-template .parent-page-header-inner h1 {
    font-size: 1.8em;
    border-bottom: 0px;
    margin: 10px 0px 0px;
}

#affiliate-template .parent-page-header-inner p {
    margin-top: 0px;
}

.ieold #affiliate-template .parent-page-header-inner p {
    margin: 0px;
}

.ieold #affiliate-template .parent-page-header-inner h1 {
    font-size: 1.8em;
    border-bottom: 0px;
    margin: 0px;
}

#affiliate-template h2 {
    font-size: 1.4em;
    margin: 20px 0px 2px;
    font-family: 'Kreon', 'Times New Roman', serif;
    border: 0px none;
    text-transform: none;
    font-weight: bold;
}

/* @end */
/* @group PROFILE TEMPLATE
============================================================================= */

.profile-image {
    position: relative;
    display: block;
    background: #000 url('images/section-gradient.png') repeat-x left top;
    padding: 20px;
    width: auto;
}

.profile-image-wrapper {
    display: inline;
    position: relative;
    float: right;
    border-left: 20px solid #fff;
    border-bottom: 20px solid #fff;
    max-width: 305px;
}

.ieold .profile-image-wrapper {
    border-left-width: 20px;
    max-width: 250px;
}

.hi-rez-photo-link {
    margin: 5px 0px 0px 0px;
    text-align: right;
    font-size: 0.7em;
    font-family: sans-serif;
    white-space: nowrap;
}

.profile-image img {
    border: 2px solid #BDA100;
    width: auto;
}

.ieold .profile-header {
    height: 30px;
}

.ieold .profile .post-content {
    width: 400px;
    z-index: 999;
    position: relative;
}

.profile-header .profile-title {
    margin-top: 0px;
}

.profile-meta {
    margin: 15px 0px;
}

.profile-meta .profile-meta-title {
    margin: 10px 0px 0px;
    font-weight: bold;
}

.profile-meta .profile-meta-title-two {
    margin: 0px 0px 10px;
    font-weight: bold;
}

.profile-meta .profile-meta-office {
    margin: 15px 0px;
}

.profile-meta dl {
    overflow: hidden;
}

.profile-meta dt {
    display: inline;
    position: relative;
    float: left;
    margin-right: 5px;
    clear: both;
    font-weight: bold;
}

.profile-meta dd {
    display: inline;
    position: relative;
    float: left;
    margin: 0px;
}

.ieold .profile-meta dt,  .ieold .profile-meta dd {
    display: block;
    float: none;
}

.profile-byline, .user-generated-content .profile-byline {
    font-size: 0.8em;
    font-family: sans-serif;
    color: #555;
}

.linked-posts-section {
    padding: 5px 20px 15px;
    background: #f5f5f5;
    font-family: sans-serif;
    color: #555;
    font-size: 0.8em;
    border-top: 1px solid #ccc;
    clear:  both;
}

.linked-posts-section .addthis_toolbox {
    display: none;
}

.linked-posts-title, .user-generated-content .linked-posts-title, .wf-active .user-generated-content .linked-posts-title {
    font-size: 1.4em;
    margin: 10px 0px 2px;
    font-family: 'Kreon', 'Times New Roman', serif;
    text-transform: none;
    border: 0px none;
    padding: 0px;
    font-weight: bold;
    clear: both;
}

.linked-posts-list {
    list-style: none outside none;
    margin: 0px;
    padding: 0px;
}

.linked-posts-list h3, .user-generated-content .linked-posts-list h3 {
    font-size: 1.3em;
    color: #555;
    padding-left: 18px;
}

.linked-posts-section strong, .linked-posts-section .linked-post-date {
    color: #444;
}

.linked-posts-sublist {
    list-style: disc outside;
    padding: 0px 30px;
}

.ieold .linked-posts-sublist {
    list-style: none outside none;
}

.linked-post-date {
    font-weight: bold;
}

.linked-posts-aside {
    display: inline;
    position: relative;
    float: right;
    margin: 0px 0px 20px 20px;
    width: 200px;
    color: #666;
}

.linked-posts-aside-title, .user-generated-content .linked-posts-aside-title, .wf-active .user-generated-content .linked-posts-aside-title {
    border: 0px none;
    margin: 0px;
    padding: 3px 5px;
    background: #eee;
    text-transform: none;
    font-size: 0.9em;
    font-family: 'Kreon', 'Times New Roman', serif;
    font-weight: bold;
}

.linked-profile {
    clear: both;
    overflow: hidden;
    margin: 10px 0px;
    padding: 0px 5px;
    font-size: 0.8em;
    line-height: 1.2em;
    font-family: sans-serif;
}

.linked-profile-content {
    padding-top: 3px;
}

.linked-profile-title {
    font-weight: bold;
}

.linked-profile-thumbnail {
    width: 42px;
    height: 42px;
    position: relative;
    display: inline;
    float: left;
    margin-right: 10px;
}

.linked-profile-thumbnail img {
    width: 40px;
    height: 40px;
    border: 1px solid #000;
}

/* @end */
/* @group ARCHIVE
============================================================================= */

.archive-list {
    background: #000 url('images/section-gradient.png') repeat-x left top;
    padding: 5px 20px 20px;
    width: 660px;
    display: inline;
    float: left;
}

.archive-list .page-title {
    font-size: 1.8em;
    font-family: 'Arial Narrow', sans-serif;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    padding: 0px;
    margin: 5px 0;
}

.wf-active .archive-list .page-title {
    font-size: 2.4em;
    font-family: bebas-neue, sans-serif, sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
}

.archive-list #loop {
    background: #fff;
    border: 2px solid #BDA100;
    padding: 0px 20px;
}

.post-tile {
    border-bottom: 1px solid #888;
    padding: 20px 0;
    overflow: hidden;
    clear: both;
    font-size: 1.4em;
}

.post-tile.no-results-tile {
    border-bottom: 0px none;
    padding-bottom: 50px;
}

.post-tile .post-title {
    margin: 0px 0px 5px;
    font-size: 1.2em;
    line-height: 1.1;
}

.post-tile .post-title a {
    color: #111;
    text-decoration: none;
    font-weight: bold;
    background: url('images/more-link.png') no-repeat right 4px;
    padding-right: 27px;
}

.post-tile .post-title a:hover {
    background-position: right -27px;
}

.post-tile .post-title a:active {
    background-position: right -58px;
}

.post-tile .post-date {
    font-size: 0.8em;
    font-style: italic;
    color: #666;
}

.post-tile .post-excerpt {
    display: inline;
    float: left;
    width: 525px;
}

.post-excerpt p {
    margin: 2px 0px 0px 0px;
}

.post-thumbnail {
    display: inline;
    float: left;
    position: relative;
    border: 2px solid #BDA100;
    margin-right: 15px;
    max-width: 70px;
    width: auto;
}

.post-tile .post-thumbnail {
    width: 70px;
    height: 70px;
}

.profile-tile .post-thumbnail {
    border:  0px none;
}

.profile-tile .post-title {
    margin-bottom: 0px;
}

.profile-tile .profile-meta {
    margin-top: 0px;
}

.profile-tile .profile-meta-contact-list dt {
    display: inline;
    float: none;
    margin: 0px;
}

.profile-tile .profile-meta-contact-list dd {
    display: inline;
    float: none;
    margin: 0px 15px 0px 0px;
}

.archive-footer {
    padding: 15px 0px;
    overflow: hidden;
    font-size: 1.2em;
}

.archive-header {
    overflow: hidden;
}

.archive-header-row {
    padding: 20px 0px;
    overflow: hidden;
    font-size: 1.2em;
    border-bottom: 2px solid #BDA100;
    clear: both;
}

.pagination {
    display: inline;
    position: relative;
    float: right;
}

.pagination .page-numbers {
    font-weight: bold;
    border-left: 2px solid #BDA100;
    padding: 3px 5px 3px 5px;
    text-decoration: none;
}

.pagination .page-numbers:first-child {
    border-left: 0px none;
}

.archive-search {
    position: relative;
    display: inline;
    float: right;
}

.search-form .search-label, .archive-label {
    display: inline;
    position: relative;
    float: left;
    line-height: 24px;
    padding-right: 5px;
    color: #222;
    text-decoration: none;
    font-family: 'Kreon', serif;
    font-weight: bold;
    vertical-align: middle;
    margin: 0px;
    font-size: 1em;
}

.archive-label {
    padding: 0px 0px 0px 10px;
}

.ie .archive-label {
    font-size: 0.9em;
    padding: 0px 0px 0px 6px;
}

.archive-label:first-child {
    padding-left: 0px;
}

.archive-terms input {
    display: inline;
    position: relative;
    float: left;
    line-height: 24px;
    vertical-align: middle;
    margin: 6px 3px;
}

.ie .archive-terms input {
    margin: 3px 0px;
}

.term-table {
    width: 100%;
}

.term-table td {
    padding: 3px;
}

.term-table .current-term {
    padding: 2px 4px;
    background: #8A6A12;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
}

.term-table a.remove-term {
    color: #c00;
    text-decoration: none;
    font-weight: bold;
    font-family: sans-serif;
}

.archive-header-row .page-title.results-title {
    color: #222;
    font-size: 1.8em;
    line-height: 10px;
    margin: 0px 5px 0px 0px;
    padding: 0px;
    display: inline;
}

.search-results-title {
    font-size: 2.4em;
    font-family: bebas-neue, sans-serif, sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
    border-bottom: 2px solid #BDA100;
    margin-bottom: 0px;
}

.search-results-page-table {
    margin: 20px 0px 0px 0px;
    padding: 0px;
    border: 0px none;
    width: 100%;
    table-layout: fixed;
}

.search-results-page-table td {
    border: 0px none;
    width: 50%;
    vertical-align: top;
    font-size: 1.2em;
    padding: 5px 5px 20px 5px;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
}

.page-tile-title {
    margin: 0px;
}

.page-tile-title .more-link {
    white-space: normal;
}

.search-results-page-table td p {
    margin: 2px 0px;
    font-family: sans-serif;
    font-size: 0.9em;
    color: #666;
}

.search-results-section {
    margin-bottom: 40px;
}

.search-summary {
    margin-top: 20px;
    padding: 10px;
    font-size: 1.5em;
    font-style: italic;
    background-color: #f5f5f5;
}

.search-clear-filters {
    margin-top: 5px;
    font-size: .9em;
}

a.search-filter {
    color: #b00;
    font-style: normal;
    text-decoration: none;
}

.search-filter-x {
    display: inline-block;
    width: 11px;
    line-height: 11px;
    border-radius: 50%;
    border: 1px solid #b00;
    text-align: center;
}

.search-return {
    font-weight: bold;
    font-size: 1.2em;
    padding: 5px 10px;
    margin: 5px 0px;
    background: #eee;
}

.search-results-section .post-thumbnail, .search-results-section .attachment-photo-thumbnail, .search-results-section .post-thumbnail img {
    width: 50px;
    height: 50px;
}

.search-results-section .post-excerpt {
    font-size: 0.9em;
}

.search-results-section .profile-meta {
    margin-bottom: 3px;
}

.search-results-section .post-tile {
    padding: 10px 0px;
}

.search-results-section .profile-meta-contact-list {
    margin: 5px 0px 0px;
}

.search-no-results .no-results {
    margin: 0;
    font-size: 1em;
}

.no-results-tile .search-summary {
    margin-bottom: 1rem;
}

.search-results-section .pagination {
    margin-top: 1rem;
}

.classnote-tile {
    margin: 20px 0;
    overflow: hidden;
    font-size: 1em;
}

.classnote-date {
    color: #888;
    font-size: 0.8em;
    font-family: sans-serif;
}

.classnote-thumbnail {
    display: inline;
    float: right;
    max-width: 100px;
    margin: 0px 0px 15px 15px;
    clear: both;
    text-align: center;
}

.classnote-thumbnail img {
    max-width: 100px;
    max-height: 100px;
    width: auto;
    height: auto;
    padding: 2px;
}

.classnote-tile .attachment-photo-thumbnail {
    max-width: 40px;
    display: inline;
    float: left;
    border: 1px solid #8A6A12;
    margin: 0px 10px 10px 0px;
}

.classnote-thumbnail span {
    display: block;
    font-family: sans-serif;
    font-size: 11px;
    color: #888;
    text-align: center;
}

/* @end */
/* @group PUBLICATIONS
============================================================================= */

.publication-thumbnail {
    display: inline;
    float: left;
    position: relative;
    margin: 0px 10px 10px 0px;
}

.publication-thumbnail img {
    max-height: 125px;
    width: auto;
    height: auto;
}

.modern .publication-thumbnail img {
    box-shadow: 0px 2px 7px #666;
    border: 1px solid #fff;
    -webkit-transform: rotate(-5deg);  /* Saf3.1+, Chrome */
         -moz-transform: rotate(-5deg);  /* FF3.5+ */
          -ms-transform: rotate(-5deg);  /* IE9 */
           -o-transform: rotate(-5deg);  /* Opera 10.5 */
              transform: rotate(-5deg);
}

.publication-tile {
    width: 45%;
    display: inline;
    position: relative;
    float: left;
    font-family: sans-serif;
    font-size: 0.8em;
    color: #666;
    margin: 10px 0px;
}

.publication-tile.odd {
    float: left;
    clear: both;
}

.publication-tile.even {
    float: right;
}

.publication-tile strong {
    color: #333;
}

.wf-active .user-generated-content .publication-category-title {
    font-size: 1.8em;
    clear: both;
}

/* @end */
/* @group SINGLE POST TEMPLATE
============================================================================= */

.single .content-col {
    position: relative;
    width: 700px;
    display: inline;
    float: left;
}

.single .post-title {
    margin-top: 0px;
    width: 600px;
    display: inline;
    float: left;
    font-size: 1.8em;
}

.post-header {
    overflow: hidden;
    clear: both;
    border-bottom: 2px solid #BDA100;
    margin-bottom: 15px;
    position: relative;
}

.post-header .print-link {
    position: absolute;
    right: 0px;
    bottom: 10px;
}

.post-footer {
    margin: 15px 0px;
    font-size: 1.2em;
    font-style: italic;
    clear: both;
}

.post-meta-title {
    display: inline;
    font-size: 1em;
}

/* @end */
/* @group USER GENERATED CONTENT
============================================================================= */

.user-generated-content {
    font-size: 1.4em;
    line-height: 1.4;
}

.user-generated-content h1, .user-generated-content h2, .single-overlay-content .overlay-title, .stylized-title, .user-generated-content .gform_wrapper h3.gform_title {
    font-size: 1.4em;
    font-family: 'Arial Narrow', sans-serif;
    font-weight: bold;
    color: #222;
    text-transform: uppercase;
    border-bottom: 2px solid #BDA100;
    padding: 0px;
    margin: 20px 0 15px;
}

.wf-active .user-generated-content h1, .wf-active .user-generated-content h2, .wf-active .single-overlay-content .overlay-title, .wf-active .stylized-title, .user-generated-content .gform_wrapper h3.gform_title {
    font-size: 2em;
    font-family: bebas-neue, sans-serif, sans-serif;
    font-weight: normal;
    line-height: 1em;
}

.user-generated-content h1.hidden + h2, .user-generated-content h1.hidden + p + h2 {
    margin-top: 0px;
    line-height: 25px;
    padding-bottom: 5px;
}

#three-col-template .user-generated-content h1.hidden + p {
    margin: 0px
}

.tab-content.user-generated-content h1, .tab-content.user-generated-content h2 {
    border-bottom: 0px none;
    font-family: 'Kreon', 'Times New Roman', serif;
    text-transform: none;
    font-weight: bold;
    font-size: 1.6em;
}

.single .post-content.user-generated-content h2 {
    font-size: 1.3em;
}

.tab-content p:first-child {
    margin-top: 15px;
}

.user-generated-content h3 {
    font-size: 1.4em;
    margin: 20px 0px 2px;
    font-family: 'Kreon', 'Times New Roman', serif;
}

.single .post-content.user-generated-content h3 {
    font-size: 1.1em;
}

.user-generated-content h4 {
    font-size: 1.2em;
    margin: 20px 0px 2px;
    font-family: 'Kreon', 'Times New Roman', serif;
}

.single .post-content.user-generated-content h4 {
    font-size: 1em;
}

.user-generated-content h2 a, .user-generated-content h3 a, .user-generated-content h4 a {
    font-weight: bold;
    text-decoration: none;
    color: #222;
    background: url('images/more-link.png') no-repeat right 8px;
    padding-right: 27px;
}

.user-generated-content h3 a:hover, .user-generated-content h4 a:hover {
    background-position: right -23px;
}

.user-generated-content h3 a:active {
    background-position: right -54px;
}

.user-generated-content p {
    font-size: 1em;
    margin: 2px 0px 15px 0;
}

.user-generated-content li {
    line-height: 1.2em;
    margin: 10px 0px;
}

.user-generated-content blockquote {
    line-height: 1.7em;
    color: #333;
    display: inline;
    position: relative;
    float: right;
    width: 40%;
    padding: 10px 0px 0px;
    margin: 20px;
    border-bottom: 2px solid #BDA100;
    clear: both;
}

.user-generated-content blockquote span {
    font-family: 'Kreon', 'Times New Roman', serif;
}

.user-generated-content blockquote p {
    margin: 0px 0px 15px 0px;
}

/*
.user-generated-content table td img.no-border {
    max-width: none;
}
*/

.tab-content {
    background: url('images/ajax-loader.gif') no-repeat center center;
    min-height: 150px;
}

.tab-content.ajax-loaded {
    background: transparent;
}

.user-generated-content .gform_wrapper input, .user-generated-content .gform_wrapper textarea {
    border: 1px solid #999;
    padding: 8px 5px;
    box-shadow: 0px 1px 3px #ccc inset;
    border-radius: 0px;
}

#main .user-generated-content .gform_wrapper input[type="text"], #main .user-generated-content .gform_wrapper input[type="email"], #main .user-generated-content .gform_wrapper input[type="tel"] {
    width: 60%;
    padding: 5px;
}

#main .user-generated-content .gform_wrapper input[type="text"].small, #main .user-generated-content .gform_wrapper input[type="email"].small {
    width: 30%;
}

#main .user-generated-content .gform_wrapper textarea {
    width: 97%;
}

.user-generated-content .gform_wrapper input:focus, .user-generated-content .gform_wrapper textarea:focus {
    border-color: #BDA100;
}

.user-generated-content .gform_wrapper .top_label .gfield_label {
    margin: 0px;
    font-family: sans-serif;
    font-size: 12px;
}

.user-generated-content .gform_wrapper h3.gform_title {
    margin: 0px 0px 10px;
}

.user-generated-content .gform_wrapper {
    margin: 0px;
}

.user-generated-content .gform_wrapper .gfield_description {
    color: #666;
    margin: 0px;
    padding: 3px 0px;
}

.user-generated-content .gform_wrapper {
    padding: 10px 20px;
    background: #eee;
    font-family: sans-serif;
}

.user-generated-content .gform_wrapper li {
    margin: 20px 0px;
}

.user-generated-content .gform_wrapper .gform_footer {
    margin: 0px 0px 20px;
    padding: 0px;
}

body .gform_wrapper .top_label .gfield_error input.large, body .gform_wrapper .top_label .gfield_error select.large, body .gform_wrapper .top_label .gfield_error textarea.textarea {
    width: 92%;
}

body .gform_wrapper .gform_edit_link {
    display: none;
}

body .user-generated-content .gform_footer input.button, body .gform_footer input.button:hover  {
    border: 1px solid #5e5e5e;
    background-color: #bda100;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#bda100), to(#8a6a12)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #bda100, #8a6a12); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #bda100, #8a6a12); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #bda100, #8a6a12); /* IE10 */
    background-image:      -o-linear-gradient(top, #bda100, #8a6a12); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #bda100, #8a6a12);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#bda100', EndColorStr='#8a6a12'); /* IE6–IE9 */
    height: auto;
    font-size: 18px;
    line-height: 18px;
    white-space: nowrap;
    font-family: bebas-neue, sans-serif;
    text-align: center;
    padding: 5px 50px;
    display: inline-block;
    color: #fff;
    text-shadow: 0px 1px 5px #333;
    text-decoration: none;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 0.5px;
    box-shadow: 0px 1px 3px #999;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
    max-width: 200px;
}

body .gform_footer input.button:active {
    padding: 6px 50px 4px;
}

body .gform_wrapper .validation_error {
    font-size: 10px;
    line-height: 13px;
    margin: 10px 0px;
    text-align: center;
}

body .gform_wrapper .top_label .gfield_description.validation_message, body .gfield_description.validation_message {
    padding: 0px;
    font-size: 10px;
}

body .gform_wrapper .top_label .gfield_error {
    width: 97%;
}

body .gform_wrapper ul.gfield_checkbox li, body .gform_wrapper ul.gfield_radio li {
    margin: 0;
    padding: 0px 5px !important;
}

body .gform_wrapper .gfield_checkbox li label, body .gform_wrapper .gfield_radio li label {
    font-size: 12px;
    line-height: 22px;
    vertical-align: middle;
}

/* @end */
/* @group PODS
============================================================================= */

.pod {
    margin: 0 0 20px 0;
}

.pod-title, .pod-title a, .pod-light h2 {
    font-family: 'Arial Narrow', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #222;
    font-size: 16px;
    margin: 7px 0 3px;
}

.wf-active .pod-title, .wf-active .pod-title a, .wf-active .pod-light h2 {
    font-family: bebas-neue, sans-serif;
    font-size: 22px;
    font-weight: normal;
}

.pod-title a {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}

.pod-image {
    position: relative;
    overflow: hidden;
}

.pod h1, .pod h2, .pod h3, .pod h4, .pod h5, .pod h6, .pod .strong {
    color: #222;
}

.pod-image img {
    width: auto;
    height: auto;
    display: block;
    max-width: 100%;
}

.pod-content {
    font-size: 1.3em;
}

.pod-content ul {
    margin-top: 0px;
    padding: 0px 0px 0px 20px;
    list-style: outside square;
}

.home .pod {
    position: relative;
    float: left;
    width: 25%;
}

.home .pod-inner {
    padding: 0 15px;
}

.home .pod .pod-title {
    border-top: 2px solid #bda100;
}

.home .pod .pod-content {
    font-size: 1.3em;
}

.home .pod .pod-image {
    border: 2px solid #bda100;
    width: 170px;
    overflow: hidden;
    height: 115px;
}

.home .pod .pod-image img {
    width: 170px;
    height: auto;
}

.pod-content .timeblock .alignright {
    width: 100px;
    margin: 0px;
    text-align: right;
}

.pod-content .timeblock .alignleft {
    margin: 0px;
    width: 70px;
}

.pod-dark {
    padding: 0px;
}

.pod-dark .pod-title {
    background: #252420;
    border-bottom: 2px solid;
    border-color: #bda100;
    color: #fff;
    margin: 0px;
    padding: 5px 10px;
    letter-spacing: 1px;
}

.pod-dark .pod-content {
    background-color: #3e3e3b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8e8e8d), to(#3e3e3b)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #8e8e8d, #3e3e3b); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #8e8e8d, #3e3e3b); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #8e8e8d, #3e3e3b); /* IE10 */
    background-image:      -o-linear-gradient(top, #8e8e8d, #3e3e3b); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #8e8e8d, #3e3e3b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#8e8e8d', EndColorStr='#3e3e3b'); /* IE6–IE9 */
    color: #fff;
    padding: 12px 15px;
}

.pod-dark .pod-content h1, .pod-dark .pod-content h2, .pod-dark .pod-content h3, .pod-dark .pod-content h4 {
    font-family: 'Kreon','Times New Roman',serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    border: 0px none;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    color: #fff;
}

.pod-dark .pod-content p {
    margin: 0px 0px 10px 0;
    line-height: 1.2;
}

.pod-dark .pod-content .more-link {
    margin: 5px 0px;
}

.pod-dark .pod-image {
    display: inline;
    float: left;
    position: relative;
    border: 1px solid #000;
    margin: 2px 10px 10px 0px;
    width: 70px;
    height: 70px;
    overflow: hidden;
}

.pod-dark .pod-image img {
    min-height: 70px;
    min-width: 70px;
    width: auto;
    height: auto;
}

.pod-dark .more-link {
    clear: both;
    display: block;
    color: #bda100;
}

.pod-dark a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

.pod-dark a:hover {
    color: #bda100;
}

.pod-light, .pod-video {
    border-bottom: 2px solid #bda100;
}

.pod-light .pod-image, .pod-video .pod-image {
    border: 4px solid #bda100;
    margin-bottom: 5px;
}

.pod-light .pod-content p, .pod-video .pod-content p {
   margin: 0px 0px 10px 0;
}

.pod-light .more-link {
    line-height: 40px;
}

.pod-video .youtube-thumb {
    margin: -25px 0px;
}

/* @end */
/* @group MODAL OVERLAYS
============================================================================= */

.modal-overlay, .ui-widget-overlay {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: url('images/shade-70.png') repeat fixed left top;
    z-index: 99998;
}

.modal-container, .overlay-content-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    padding: 20px;
    background: #000 url('images/section-gradient.png') repeat-x left top;
    box-shadow: 0px 0px 20px #000;
}

.overlay-content-dialog {
    position: absolute;
}

.single .content-col.overlay-content {
    width: auto;
}

.modal-content {
    border: 2px solid #bda100;
    position: relative;
    background: #000;
}

.ieold .modal-content {
    max-width: 640px;
}

.close-button, body #cboxClose, body #cboxClose:hover {
    width: 25px;
    height: 25px;
    background: #bda100 url('images/x.png') no-repeat center center;
    cursor: pointer;
}

.modal-video .close-button {
    width: 25px;
    height: 25px;
    position: absolute;
    right: -2px;
    top: -2px;
}

body #cboxOverlay {
    background: #000;
}

body #cboxClose {
    position: absolute;
    right: 20px;
    top: 20px;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
}

body #cboxContent {
    background: #000 url('images/section-gradient.png') repeat-x left top;
    padding: 20px;
    margin-top: 0px;
}

body #cboxWrapper {
    box-shadow: 0px 0px 20px #000;
    overflow: visible;
}

body #colorbox {
    overflow: visible;
}

body .cboxPhoto {
    max-width: 600px;
    width: auto;
    height: auto;
    position: relative;
}

body #cboxLoadedContent {
    border: 2px solid #bda100;
    margin: 0px;
    position: relative;
}

body #cboxPrevious, body #cboxNext {
    display: none !important;
}

/*
.ie .modal-video .close-button {
    position: absolute;
    right: -22px;
    top: -2px;
    height: 30px;
    width: 20px;
}
*/

.closed {
    display: none !important;
    visibility: hidden !important;
}

.overlay-content-dialog .ui-dialog-titlebar {
    height: 0px;
}

.overlay-content-dialog .ui-dialog-titlebar-close {
    display: block;
    position: absolute;
    right: 22px;
    top: 22px;
    height: 27px;
    width: 27px;
    z-index: 99999999;
    text-indent: -999999px;
    background: #BDA100 url("images/x.png") 8px 8px no-repeat;
}

.overlay-content-dialog .ui-dialog-titlebar-close span {

}

.overlay-content {
    border: 2px solid #BDA100;
    background-color: #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#aaaaaa)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #ffffff, #aaaaaa); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #ffffff, #aaaaaa); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #ffffff, #aaaaaa); /* IE10 */
    background-image:      -o-linear-gradient(top, #ffffff, #aaaaaa); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #ffffff, #aaaaaa);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#aaaaaa'); /* IE6–IE9 */
    overflow: hidden;
    position: relative;
}

.overlay-content .overlay-footer {
    padding: 8px;
    margin: 0;
}

.overlay-content .overlay-header {
    border: none;
    background: #222;
    padding: 0px 10px;
    margin: 0;
    color: #fff;
    line-height: normal;
    text-transform: uppercase;
    height: 27px;
    overflow: hidden;
    position: relative;
}

.overlay-content .overlay-title {
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-shadow: 0px 1px 1px #000;
    background: #222;
    border: 0px none;
}

.overlay-post > a:first-child + p + h2 {
    display: none;
}

.overlay-post > a:first-child + p {
    margin: 0px;
}

.overlay-content-dialog .overlay-post {
    padding: 10px;
    overflow: auto;
}

.wf-active .overlay-content .overlay-title, .wf-active .overlay-content .overlay-title a {
    font-family: bebas-neue,sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 30px;
}

.overlay-content .print-link, .single-overlay-content .print-link {
    display: inline;
    position: relative;
    float: right;
    padding: 0px;
    margin: 0px -5px 10px 20px;
}

.ui-resizable-handle {
    display: none !important;
}

.overlay-content.user-generated-content {
    font-size: 1.2em;
}

.overlay-content.user-generated-content ul {
    margin: 2px 0px 10px;
    padding: 0px 0px 0px 20px;
    list-style: outside square;
}

.overlay-content.user-generated-content li {
    margin: 2px 0px;
}

.overlay-content.user-generated-content h3 {
    font-family: serif;
    margin: 10px 0px 2px;
    font-size: 1.4em;
}

.overlay-content.user-generated-content h4 {
    font-family: serif;
    margin: 10px 0px 2px;
    font-size: 1.2em;
}


/* @end */
/* @group SITE DIRECTORY
============================================================================= */

.no-js #directory, .ie6 #directory {
    display: none !important;
}

#directory {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 99999;
    padding: 40px 0px 0px;
}

#directory-tab {
    width: 200px;
    height: 40px;
    background: url('images/directory-tab.png') no-repeat left top;
    cursor: pointer;
    position: absolute;
    right: 7%;
    margin: 0px;
    top: 0px;
}

#directory-tab:hover {
    background-position: left bottom;
}

#directory-tab.open {
    background-position: right top;
}

#directory-tab:hover.open {
    background-position: right bottom;
}

#directory-content {
    width: 90%;
    min-width: 900px;
    margin: 0px auto;
    padding: 2px 2px 0px 2px;
    background: #333;
    border: 1px solid #666;
    border-bottom: 0px none;
    box-shadow: 0px 0px 30px #000;
    border-radius: 5px 5px 0px 0px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;

    background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#111111)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #444444, #111111); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #444444, #111111); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #444444, #111111); /* IE10 */
    background-image:      -o-linear-gradient(top, #444444, #111111); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #444444, #111111);

    height: 317px;

    overflow: hidden;
}

#directory-content-selector {
    width: 160px;
    display: inline;
    position: relative;
    float: left;
    margin: 50px 0px 0px 5px;
    padding: 0px;
    list-style: none outside none;
    overflow:  hidden;
}

#directory-content-selector li {
    margin: 0px;
    padding: 0px;
}

#directory-content-selector li a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-family: 'Kreon', serif;
    font-weight: normal;
    font-size: 13px;
    text-align: right;
    border-right-width: 0px;

    padding: 8px 12px 8px 5px;
    margin: 5px 0px;
    border-radius: 5px 0px 0px 5px;
    outline: 0px none;
}

#directory-content-selector li a:hover {
    color: #BDA100;
}

#directory-content-selector li a.active-tab {
    background: #fff;
    color: #222;
    font-weight: bold;
}

#directory-content > ul.menu {
    margin: 0px;
    padding: 0px;
    list-style: none outside none;
    overflow: hidden;
    display: none;
}

#directory-content > ul.menu > li {
    padding: 0px;
    margin: 0px;
    display: inline;
    position: relative;
    float: left;
}

.ieold #directory-content > ul.menu > li {
    margin-left: -1px;
}

#directory-content > ul.menu > li > a, #directory-content > ul.menu > li > div > a {
    cursor: text;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    display: block;
    padding: 2px 5px 5px;
    height: 25px;
    overflow:  hidden;
    text-align: center;
}

#directory-content > ul.menu > li > .sub-menu, #directory-content > ul.menu > li > div > .sub-menu {
    margin: 0px;
    padding: 5px 5px 5px 10px;
    background: #fff;
    list-style: none outside none;
    border-left: 1px solid #ccc;
    overflow-y: auto;
    height: 275px;
    position: relative;
}

#directory-content > ul.menu > li > .sub-menu > li, #directory-content > ul.menu > li > div > .sub-menu > li {
    padding: 0px 0px 7px 0px;
}

#directory-content > ul.menu > li:first-child > .sub-menu, #directory-content > ul.menu > li:first-child > div > .sub-menu {
    border-radius: 6px 0px 0px 0px;
    border-left: 0px none;
}

#directory-content > ul.menu > li:last-child > .sub-menu, #directory-content > ul.menu > li:last-child > div > .sub-menu {
    border-radius: 0px 6px 0px 0px;
}

#directory-content > ul.menu > li > div > .sub-menu > li > a, #directory-content > ul.menu > li > div > .sub-menu > li > div > a {
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

#directory-content > ul.menu > li > div > .sub-menu > li > div > .sub-menu {
    margin: 0px;
    padding: 0px 5px 0px 15px;
}

#directory-content > ul.menu > li > div > .sub-menu > li > div > .sub-menu > li {
    padding: 1px 0px;
    margin: 0px;
}

#directory-content > ul.menu > li > div > .sub-menu > li > div > .sub-menu > li > a {
    text-decoration: none;
}

#directory-content > ul.menu > li > div > .sub-menu > li > div > .sub-menu > li > a:hover {
    text-decoration: underline;
}

/* @end */
/* @group FOOTER
============================================================================= */

#page-footer {
    clear: both;
    margin: 0px -20px -150px;
    padding: 7px 0 30px;
    font-size: 1.3em;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: url('images/footer-background.jpg') no-repeat left top;
    top: -150px;
}

#page-footer-inner {
    margin: 175px 20px 0;
    min-height: 60px;
    border-top: 2px solid #bda100;
}

.home #page-footer {
    margin: 15px 0 0 0;
    padding: 7px 0 30px;
    background: transparent;
    top: 0px;
}

.home #page-footer-inner {
    margin: 0px;
    min-height: 20px;
}

ul#footer-nav {
    list-style: none outside none;
    margin: 5px 0px;
    padding: 0px;
    display: block;
    width: 100%;
    text-align: center;
}

.ieold ul#footer-nav {
    display: block;
}

ul#footer-nav li {
    display: inline;
    text-align: center;
    padding: 0px 10px;
}

.ieold ul#footer-nav li {
    display: inline;
    padding: 0px 10px;
}

#footer-nav a {
    color: #222;
    font-weight: bold;
    text-decoration: none;
}

#footer-nav a:hover {
    text-decoration: underline;
}

#boilerplate {
    font-family: sans-serif;
    font-size: 0.85em;
    text-align: center;
    color: #666;
    padding: 0px;
}

#boilerplate a {
    text-decoration: none;
    font-weight: normal;
    color: #333;
}

#boilerplate a:hover {
    color: #000;
    text-decoration: underline;
}

#boilerplate strong {
    color: #333;
}

.social-media-icons {
	margin: 0;
	margin-bottom: 1rem;
	padding: 0;
	list-style: none;
	text-align: center;
}
.social-media-icons li {
	display: inline-block;
}
.social-media-icons a {
	display: block;
	text-indent: -1000rem;
	font-size: 1px;
	width: 42px;
	height: 42px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 42px 42px;
	text-decoration: none;
	margin: 0 5px;
}
.social-media-icons .icon-facebook a {
	background-image: url('images/icon-facebook.png');
}
.social-media-icons .icon-twitter a {
	background-image: url('images/icon-twitter.png');
}
.social-media-icons .icon-instagram a {
	background-image: url('images/icon-instagram.png');
}
.social-media-icons .icon-flickr a {
	background-image: url('images/icon-flickr.png');
}
.social-media-icons a:hover,
.social-media-icons a:focus {
	opacity: .6;
}

/* @end */
/* @group Gallery Slideshows
============================================================================= */

.gallerySlideshow {
    width: 100% !important;
    z-index: 1;
}

.gallerySlideshow .gallerySlideshow-item {
    height: auto !important;
    width: 100% !important;
    min-height: 300px;
    text-align: center;
}

.gallerySlideshow img {
    height: 300px !important;
    width: auto !important;
    min-width: 100px;
    border: 1px solid #fff;
}

#slideshow-nav-wrapper {
    text-align: center;
    position: relative;
    z-index: 2;
}

#slideshow-nav {
    overflow: hidden;
    background: #eee;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    margin: 5px auto;
    display: inline-block;
}

.ieold #slideshow-nav {
    display: block;
    margin: 5px;
}

#slideshow-nav a {
    display: inline-block;
    width: 77px;
    height: auto;
    margin: 5px;
    overflow: hidden;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 2px;
}

#slideshow-nav a img {
    border: 1px solid #fff;
    width: 75px;
    height: auto;
}

.ieold #slideshow-nav a {
    display: inline;
    position: relative;
    float: left;
}

.gallerySlideshow-caption {
    margin: 5px;
    font-size: 11px;
    color: #666;
    font-family: sans-serif;
    font-style: italic;
}

#next, #prev {
    width: 28px;
    height: 28px;
    position: absolute;
    background-image: url('images/next-prev.png');
    background-repeat: no-repeat;
    z-index: 2;
    top: -200px;
    cursor: pointer;
    display: none;
}

.gallerySlideshow-wrapper:hover #next, .gallerySlideshow-wrapper:hover #prev {
    display: block;
}

#next {
    background-position: right center;
    right: 50px;
}

#prev {
    background-position: left center;
    left: 50px;
}

/* @end */
/* @group MISCELLANEOUS
============================================================================= */

.sectioning-content {
    clear: both;
    overflow: hidden;
    margin-top: 2rem;
}

a[href$=".pdf"] {
    white-space: nowrap;
}

a[href$=".pdf"]::before {
    content: 'Download';
    background: url('images/icon-download.png') no-repeat 0px 0px;
    text-indent: -999px;
    overflow: hidden;
    display: inline-block;
    height: 20px;
    padding: 0px 0px 0px 23px;
    vertical-align: middle;
}

h1 a[href$=".pdf"], h2 a[href$=".pdf"], h3 a[href$=".pdf"], h4 a[href$=".pdf"], h5 a[href$=".pdf"], h6 a[href$=".pdf"] {
    white-space: normal;
}

/*
h1 a[href$=".pdf"]::before, h2 a[href$=".pdf"]::before, h3 a[href$=".pdf"]::before, h4 a[href$=".pdf"]::before, h5 a[href$=".pdf"]::before, h6 a[href$=".pdf"]::before {
    display: none;
    content:  '';
    background: transparent;
    height: 0px;
    padding: 0px;
}
*/

.button, .button:visited, .button:focus {
    border: 1px solid #5e5e5e;
    background-color: #bda100;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#bda100), to(#8a6a12)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #bda100, #8a6a12); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #bda100, #8a6a12); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #bda100, #8a6a12); /* IE10 */
    background-image:      -o-linear-gradient(top, #bda100, #8a6a12); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #bda100, #8a6a12);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#bda100', EndColorStr='#8a6a12'); /* IE6–IE9 */
    height: 20px;
    font-size: 15px;
    line-height: 22px;
    white-space: nowrap;
    font-family: bebas-neue, sans-serif;
    text-align: center;
    padding: 0px 10px;
    display: inline-block;
    color: #fff;
    text-shadow: 0px 1px 5px #333;
    text-decoration: none;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 0.5px;
    box-shadow: 1px 2px 5px #999;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
}

.button:hover {
    color: #fff;
    background: #bda100;
    text-decoration: none;
}

.button:active {
    background-color: #8a6a12;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8a6a12), to(#bda100)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #8a6a12, #bda100); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #8a6a12, #bda100); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #8a6a12, #bda100); /* IE10 */
    background-image:      -o-linear-gradient(top, #8a6a12, #bda100); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #8a6a12, #bda100);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#8a6a12', EndColorStr='#bda100'); /* IE6–IE9 */
}

.button-secondary, .button-secondary:hover, .button-secondary:active, .button-secondary:visited, .button-secondary:focus {
    background-color: #d1d1d1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#888888)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #d1d1d1, #888888); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #d1d1d1, #888888); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #d1d1d1, #888888); /* IE10 */
    background-image:      -o-linear-gradient(top, #d1d1d1, #888888); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #d1d1d1, #888888);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d1d1d1', EndColorStr='#888888'); /* IE6–IE9 */
    border: 1px solid #5e5e5e;
    background-color: #bda100;
    height: 20px;
    font-size: 15px;
    line-height: 22px;
    white-space: nowrap;
    font-family: bebas-neue, sans-serif;
    display: inline-block;
    padding: 0px 10px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 0.5px;
    text-align: center;
    text-shadow: 0px 1px 0px #aaa;
    border-radius: 2px;
}

.button:active, .button-secondary:active {
    line-height: 25px;
}

.button.red, .button.red:visited, .button.red:focus {
    color: #fff;
    border: 1px solid #5e5e5e;
    background-color: #8a1212;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#bd0000), to(#8a1212)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #bd0000, #8a1212); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #bd0000, #8a1212); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #bd0000, #8a1212); /* IE10 */
    background-image:      -o-linear-gradient(top, #bd0000, #8a1212); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #bd0000, #8a1212);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#bd0000', EndColorStr='#8a1212'); /* IE6–IE9 */
}

.button.red:hover {
    background: #bd0000;
}

.button.red:active {
    color: #fff;
    background-color: #bd0000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8a1212), to(#bd0000)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #8a1212, #bd0000); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #8a1212, #bd0000); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #8a1212, #bd0000); /* IE10 */
    background-image:      -o-linear-gradient(top, #8a1212, #bd0000); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #8a1212, #bd0000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#8a1212', EndColorStr='#bd0000'); /* IE6–IE9 */
}

.header-content ul.admissions {
    margin: 0 0 .5rem 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.header-content ul.admissions li {
    display: inline-block;
    margin: 0 .25rem;
}

.header-content .button-apply-now,
#page-nav-mobile .button.button-apply-now {
    line-height: 1.4em;
    font-family: bebas-neue, sans-serif;
    color: #fff;
}

.header-content .button-apply-now:hover,
.header-content .button-apply-now:active,
.header-content .button-apply-now:focus,
#page-nav-mobile .button.button-apply-now:hover,
#page-nav-mobile .button.button-apply-now:active,
#page-nav-mobile .button.button-apply-now:focus {
    color: #fff;
}

ul li a.button.red,
#sidebar .ctas li a.button.red {
    position: relative;
    z-index: 1;
    font-family: bebas-neue, sans-serif;
    font-size: 19px;
    font-weight: normal;
    color: #fff;
}

.content-col .button {
    display: block;
    height: auto;
    font-size: 28px;
    line-height: normal;
}

.truman {
    position: absolute;
    top: -18px;
    left: -10px;
    height: 58px;
    width: 32px;
    background: url(images/truman_sm.png) no-repeat;
}

#sidebar .ctas {
    padding: 5px 10px;
}

#sidebar .ctas li a.button {
    display: block;
}

.label-email {
    background: url('images/icon-mail.png') no-repeat left 2px;
    padding-left: 20px;
}

.label-phone {
    background: url('images/icon-phone.png') no-repeat left 1px;
    padding-left: 10px;
}

.more-link {
    font-weight: bold;
    font-size: 13px;
    line-height: 13px;
    text-decoration: none;
    background: url('images/more-link.png') no-repeat left 2px;
    padding-left: 25px;
    white-space: nowrap;
}

.more-link:hover {
    background-position: left -29px;
}

.more-link:active {
    background-position: left -60px;
}

.video-image-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: url('images/video-image-overlay.png') no-repeat center center;
}

.ir {
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0px;
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
    direction: ltr;
    background-color: transparent;
    background-repeat: no-repeat;
}

.ir a {
    display: block;
    width: 100%;
    height: 100%;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

.nowrap {
    white-space: nowrap;
}

.alignleft, .float-left {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}

.alignright, .float-right {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}

.float-left, .float-right {
    clear: both;
}


table.float-left, table.float-right {
    max-width: 100%;
    margin-top: 10px;
    clear: both;
    float: right;
}


.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}
.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
    width: auto;
}
.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 12px;
}

.textleft {
    text-align: left;
}

.textright {
    text-align: right;
}

.textcenter {
    text-align: center;
}

.wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    margin-bottom: 20px;
    padding: 4px;
    border-radius: 5px;
    color: #666;
    font-size: 11px;
    line-height: 13px;
    font-family: sans-serif;
    font-style: italic;
}

.photo-table {
    margin: 40px auto;
    width: 100%;
}

.photo-table-centered {
    width: auto;
    margin: 40px auto;
}

.photo-table-left {
    width: auto;
    margin: 40px 40px 40px 0px;
    float: left;
}

.photo-table-right {
    width: auto;
    margin: 40px 0px 40px 40px;
    float: right;
}


.photo-table td,
.photo-table-centered td,
.photo-table-left td,
.photo-table-right td {
    line-height: 18px;
    margin-bottom: 20px;
    padding: 4px 8px;
    color: #666;
    font-size: 11px;
    line-height: 13px;
    font-family: sans-serif;
    font-style: italic;
    text-align: center;
}

.photo-table strong,
.photo-table-centered strong,
.photo-table-left strong,
.photo-table-right strong {
    font-style: normal;
    font-weight: bold;
    color: #333;
    font-family: 'Kreon', 'Times New Roman', serif;
    background: #eee;
    display: block;
    padding: 5px;
    text-align: left;
}

.photo-table td img,
.photo-table-centered td img,
.photo-table-left td img,
.photo-table-right td img {
    margin: 0px 0px 3px;
}

.wp-caption img {
    margin: 5px 5px 0;
}

.wp-caption p.wp-caption-text {
    margin: 8px 8px 5px;
}

.wp-smiley {
    margin:0;
}

.hidden {
    visibility: hidden !important;
    height: 0px !important;
    width: 0px !important;
    margin: 0px !important;
    height: 0px !important;
    position: absolute !important;
    border: 0px none !important;
}

.text-140 {
    font-size: 120%;
}

.user-generated-content span[style="color: #993300;"] {
    color: #aa0000 !important;
}

ul.ul-unindented, .user-generated-content table.float-right ul {
    list-style: none outside none;
    margin: 0px;
    padding: 0px;
}

ul.ul-unindented li, .user-generated-content table.float-right ul li {
    margin: 5px 0px;
}

td.color-f0f0f0 {
    background: #f0f0f0;
}

/*
for course info webservice
*/
.course-info-item .description-wrap span {
    clear: left;
}

.hidden-description {
    position: relative;
    margin-bottom: -5px;
}

.hidden-description .description-wrap {
    background: #cccccc;
    width: 15px;
    height: 17px;
    background: url("images/inline-help.png") left 6px no-repeat;
    display: inline-block;
    padding-top: 2px;
}

.hidden-description .description-wrap:hover span {
    display: block;
}

.hidden-description .description-wrap span {
    display: none;
    position: absolute;
    top: 20px;
    left: 13px;
    border: 4px solid #BDA100;
    width: 300px;
    min-height: 60px;
    background: #ffffff;
    padding: 8px;
    z-index: 999;
    box-shadow: 0 2px 5px #333;
}

/* BLOG
============================================================================= */

.new-blog .archive-header {
    display: none;
}

.new-blog .blog-archive {
    overflow: hidden;
}

.new-blog .post-tile.post-tile--featured {
    position: relative;
    margin: 0 0 2rem 0;
    padding: 0;
    border-top: 0;
}

.new-blog .post-tile.post-tile--featured .post-thumbnail {
    display: block;
    position: relative;
    float: none;
    height: auto;
    width: auto;
    max-width: 100%;
    margin: 0;
    border: 5px solid #f1b82d;
}

.new-blog .post-tile.post-tile--featured .post-thumbnail::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
}

.new-blog .post-tile.post-tile--featured .post-thumbnail a {
    display: block;
    height: 30rem;
    background-size: cover;
    background-position: 50% 50%;
}

.new-blog .post-tile.post-tile--featured .post-thumbnail img {
    width: 100%;
}

.new-blog .post-tile.post-tile--featured .post-content-container {
    position: absolute;
    bottom: 1rem;
    left: 0;
    padding: 10px 5%;
    width: 90%;
    font-size: 1.5em;
}

.new-blog .post-tile.post-tile--featured .post-title {
    float: left;
    margin: .2rem 0 0 .5rem;
    padding: 0 0 0 .5rem;
    font-size: 1.6em;
    letter-spacing: 1px;
    color: #fff;
    border-left: 1px solid #666;
}

.new-blog .post-tile.post-tile--featured .post-title a {
    color: #fff;
}

.new-blog .post-tile.post-tile--featured .post-title a:hover,
.new-blog .post-tile.post-tile--featured .post-title a:active,
.new-blog .post-tile.post-tile--featured .post-title a:focus {
    color: #f1b82d;
}

.new-blog .post-tile.post-tile--featured .post-content {
    color: #eee;
}

.new-blog .post-tile.post-tile--featured .post-date {
    float: left;
    padding-bottom: 0;
    border-bottom: 0;
    font-size: 1.5em;
    color: #bbb;
}

.new-blog .blog-archive-posts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    clear: left;
}

.new-blog .post-tile-container {
    position: relative;
    float: left;
    width: 34%;
    margin: 0 2%;
    margin-bottom: 2rem;
}

.new-blog .post-tile {
    width: 100%;
    padding: 0;
    border: 0;
    border-top: 2px solid #f1b82d;
    background-color: #f5f5f5;
    clear: none;
}

.new-blog .post-tile a {
    padding-right: 0;
    background: none;
}

.new-blog .post-tile a:hover,
.new-blog .post-tile a:active,
.new-blog .post-tile a:focus {
    color: #f1b82d;
}

.new-blog .post-tile-container:nth-child(4n+2),
.new-blog .post-tile-container:nth-child(4n+3) {
    width: 58%;
}

.new-blog .blog-archive-posts .post-tile .post-thumbnail {
    display: none;
    float: left;
    max-width: 100%;
    width: 8rem;
    height: auto;
    margin: 0 1rem 0 0;
    border: 3px solid #ddd;
}

.new-blog .blog-archive-posts .post-tile .post-content-container {
    padding: 20px;
}

.new-blog .blog-archive-posts .post-tile .post-content-container header {
    margin-bottom: .5rem;
    overflow: hidden;
}

.new-blog .post-tile .post-date {
    display: inline-block;
    padding-bottom: .15em;
    font-style: normal;
    font-size: 1.75em;
    border-bottom: 1px solid #ddd;
}

.new-blog .post-tile .post-title {
    display: block;
    margin: 0;
    padding: .4em 0 0 0;
    font-size: 1.5em;
    font-family: bebas-neue, sans-serif;
    border-left: 0;
}

.new-blog .post-tile-container:nth-child(4n+2) .post-thumbnail,
.new-blog .post-tile-container:nth-child(4n+3) .post-thumbnail,
.new-blog .post-tile-container:nth-child(4n+2) .post-date,
.new-blog .post-tile-container:nth-child(4n+3) .post-date,
.new-blog .post-tile-container:nth-child(4n+2) .post-title,
.new-blog .post-tile-container:nth-child(4n+3) .post-title {
    float: left;
}

.new-blog .post-tile-container:nth-child(4n+2) .post-thumbnail,
.new-blog .post-tile-container:nth-child(4n+3) .post-thumbnail {
    display: block;
}

.new-blog .post-tile-container:nth-child(4n+2) .post-date,
.new-blog .post-tile-container:nth-child(4n+3) .post-date {
    display: block;
    padding-bottom: 0;
    border-bottom: 0;
}

.new-blog .post-tile-container:nth-child(4n+2) .post-title,
.new-blog .post-tile-container:nth-child(4n+3) .post-title {
    display: inline-block;
    float: left;
    margin: .25rem 0 0 .5em;
    padding: 0 0 0 .5em;
    border-left: 1px solid #ddd;
}

.new-blog .load-more-wrap {
    padding: 3rem 0 1rem 0;
    text-align: center;
}

.new-blog .button.load-more {
    padding: .5em 3em;
}

/* Single blog post */

.single-new-blog .post-header {
    border-bottom-color: #f1b82d;
}

.single-new-blog .post-thumbnail {
    float: right;
    max-width: 50%;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 15px;
    border: 0;
}

.single-new-blog .post-title {
    display: block;
    float: none;
    margin-bottom: .25rem;
    font-size: 3em;
    font-family: bebas-neue, sans-serif;
}

.single-new-blog .post-date {
    margin-bottom: .5rem;
    font-size: 1.5em;
    color: #999;
}

.feed-subscribe {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}


/* RESPONSIVE
============================================================================= */

/* Desktops */

@media only screen and (max-width: 980px) {

    #directory,
    #header-nav-dropdown,
    .home-secondary-column {
        display: none;
    }

    .header-content,
    ul.header-portal,
    #page-wrapper,
    .single .post-title,
    .home-primary-column,
    .single .content-col,
    .archive-list,
    #two-col-template .parent-page-header-content,
    #two-col-template .content-col {
        display: block;
        float: none;
        width: auto;
    }

    body {
        position: relative;
        background-color: #fff;
        overflow: hidden;
    }

    ul.header-portal li {
        display: none;
        float: none;
    }

    ul.header-portal li:first-child {
        display: block;
    }

    ul#main-nav > li > .child-menu-wrapper > a {
        font-size: 2.25vw !important;
    }

    #marquee-nav {
        padding: 10px 17% 0;
    }

    #marquee-nav a {
        margin: 0 15px;
    }

    .home #page-footer {
        display: block;
        float: none;
        width: auto;
    }

    #sidebar {
        display: block;
        position: relative;
        float: none;
        height: 28px;
        width: 50%;
        margin-bottom: 1rem;
        padding: 0;
        font-family: 'Kreon', serif;
        background: #fff;
        border-width: 2px;
    }

    #sidebar > h2 {
        visibility: visible !important;
        position: relative !important;
        margin: 0px;
        font-size: 12px;
        height: 20px !important;
        width: auto !important;
        line-height: 20px;
        padding: 4px 60px 4px 10px;
        font-weight: normal;
        position: relative;
        background: #fff url('images/nav-dropdown-arrow.png') no-repeat right top;
        background-size: contain;
        box-shadow: 0px 1px 5px #ccc inset;
        position: relative;
        z-index: 88889;
        border: 2px solid #bda100;
        border-radius: 2px;
        min-width: 90px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #sidebar:hover > h2 {
        border-bottom: 0px none;
        box-shadow: 0px 0px 0px transparent;
        border-radius: 2px 2px 0px 0px
    }

    #sidebar:hover ul {
        display: block;
    }

    #sidebar ul {
        display: none;
        position: absolute;
        z-index: 88888;
        top: 20px;
        left: 0px;
        margin-left: -2px;
        padding: .75rem 0 2px 0;
        width: 100%;
        border: 2px solid #bda100;
        border-radius: 0px 2px 2px 2px;
        box-shadow: 0px 2px 5px #333;
        background-color: #ffffff;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#aaaaaa)); /* Saf4+, Chrome */
        background-image: -webkit-linear-gradient(top, #ffffff, #aaaaaa); /* Chrome 10+, Saf5.1+, iOS 5+ */
        background-image:    -moz-linear-gradient(top, #ffffff, #aaaaaa); /* FF3.6 */
        background-image:     -ms-linear-gradient(top, #ffffff, #aaaaaa); /* IE10 */
        background-image:      -o-linear-gradient(top, #ffffff, #aaaaaa); /* Opera 11.10+ */
        background-image:         linear-gradient(top, #ffffff, #aaaaaa);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#aaaaaa'); /* IE6–IE9 */
    }

    #sidebar ul li {
        padding: 4px 10px;
    }

    #sidebar ul li a {
        font-size: 1em;
        color: #222;
        text-decoration: none;
        display: block;
        white-space: nowrap;
    }

    #sidebar ul li a:hover {
        color: #8A6A12;
        text-decoration: underline;
    }

    #sidebar ul ul.children {
        display: none !important;
    }

    #three-col-template .content-col {
        width: 70%;
    }

    #podbar {
        width: 20%;
    }

    .content-col h2 {
        line-height: normal !important;
    }

}

/* Tablets */

@media only screen and (max-width: 768px) {

    #page-nav,
    ul.header-portal,
    #marquee-slides .slide,
    #podbar,
    #three-col-template #podbar,
    #two-col-template #podbar,
    #open-template #podbar,
    .parent-page-header,
    #three-col-template .parent-page-header,
    #two-col-template .parent-page-header,
    #open-template .parent-page-header {
        display: none;
    }

    .page-logo,
    .header-content,
    .search-container,
    .search-form .search-input,
    .featured-image-wrapper,
    #three-col-template .featured-image-wrapper,
    #two-col-template .featured-image-wrapper,
    #open-template.featured-image-wrapper,
    #three-col-template .content-col,
    .post-tile .post-excerpt,
    .new-blog .post-tile-container {
        display: block;
        float: none;
        width: auto;
        overflow: hidden;
    }

    input[type="search"],
    input[type="text"] {
        height: 1.5rem;
        line-height: normal;
    }

    .button-secondary,
    .button-secondary:hover,
    .button-secondary:active,
    .button-secondary:visited,
    .button-secondary:focus {
        line-height: normal;
    }

    .page-nav-mobile-icon {
        display: inline-block;
        position: absolute;
        z-index: 99;
        top: 1.25rem;
        right: 5px;
        width: auto;
        line-height: 22px;
        padding: 1rem;
        cursor: pointer;
        color: #000;
        text-transform: uppercase;
        text-decoration: none;
    }

    .page-nav-mobile-icon .lines {
        display: inline-block;
        position: relative;
        width: 27px;
        height: 4px;
        text-indent: -9999em;
        background: #000;
        -webkit-transition: all .2s;
             -o-transition: all .2s;
                transition: all .2s;
    }

    .page-nav-mobile-icon .lines:before,
    .page-nav-mobile-icon .lines:after {
        content: '';
        display: inline-block;
        position: absolute;
        left: 0;
        width: 27px;
        height: 4px;
        background: #000;
        -webkit-transition: all .2s;
             -o-transition: all .2s;
                transition: all .2s;
        -webkit-transform-origin: 2px center;
            -ms-transform-origin: 2px center;
             -o-transform-origin: 2px center;
                transform-origin: 2px center;
        -webkit-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0);
    }

    .page-nav-mobile-icon .lines:before {
        top: 10px;
    }

    .page-nav-mobile-icon .lines:after {
        top: -10px;
    }

    .page-nav-mobile-icon:hover .lines,
    .page-nav-mobile-icon:hover .lines:before,
    .page-nav-mobile-icon:hover .lines:after,
    .page-nav-mobile-icon:active .lines,
    .page-nav-mobile-icon:active .lines:before,
    .page-nav-mobile-icon:active .lines:after,
    .page-nav-mobile-icon:focus .lines,
    .page-nav-mobile-icon:focus .lines:before,
    .page-nav-mobile-icon:focus .lines:after  {
        background: #8a6a12;
    }

    .page-nav-mobile-icon .text {
        position: relative;
        top: .25rem;
        margin-left: .5rem;
        font-weight: 300;
        text-rendering: optimizeLegibility!important;
        -webkit-font-smoothing: antialiased!important;
        -webkit-text-stroke: 1px transparent;
    }

    #page-nav-mobile {
        display: block;
        position: absolute;
        z-index: 0;
        top: 0;
        right: 0;
        /*-webkit-transform: translateX(50%);
            -ms-transform: translateX(50%);
             -o-transform: translateX(50%);
                transform: translateX(50%);*/
        height: 100%;
        width: 14rem;
        padding: 1rem 0;
        background: #fff;
        box-shadow: 3px 0 0 0 #8a6a12 inset;
        -webkit-transition: all .5s;
           -moz-transition: all .5s;
             -o-transition: all .5s;
                transition: all .5s;
    }

    .st-menu-open #page-nav-mobile {
        /*-webkit-transform: translateX(0);
            -ms-transform: translateX(0);
             -o-transform: translateX(0);
                transform: translateX(0);*/
    }

    #main-nav-mobile {
        height: 100%;
        width: 12rem;
        margin: 0;
        padding: 0 1rem;
    }

    #main-nav-mobile a {
        display: block;
        position: relative;
        color: #000;
        font-family: bebas-neue, 'Arial Narrow', sans-serif;
        text-transform: uppercase;
        text-decoration: none;
    }

    #main-nav-mobile a:hover,
    #main-nav-mobile a:active,
    #main-nav-mobile a:focus {
        color: #8a6a12;
    }

    #main-nav-mobile > li > .child-menu-wrapper a {
        display: block;
        margin: 0 1.6rem 0 0;
        padding: .5rem 0;
        font-size: 1.75em;
    }

    #main-nav-mobile .expand {
        display: none;
        position: absolute;
        z-index: 1;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
        right: -1.6rem;
        padding: 0 .5rem;
        font-size: 1.1em;
    }

    #main-nav-mobile li.menu-item-has-children > .child-menu-wrapper > a .expand {
        display: inline-block;
    }

    #main-nav-mobile .sub-menu {
        max-height: 0;
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        border-bottom: 1px solid #ddd;
        -webkit-transition: max-height .5s;
           -moz-transition: max-height .5s;
             -o-transition: max-height .5s;
                transition: max-height .5s;
    }

    #page-nav-mobile #main-nav-mobile .sub-menu a {
        font-size: 1.25em;
        font-family: 'Times New Roman', serif;
        text-transform: none;
    }

    #main-nav-mobile li.active > .child-menu-wrapper > .sub-menu {
        max-height: 1200px;
        opacity: 1;
        visibility: visible;
    }

    #main-nav-mobile .button-apply-now {
        margin: 1rem;
        padding: .25rem;
    }

    .header-content {
        margin: 1.5rem 0 .75rem 0;
    }

    .header-content ul.admissions {
        text-align: center;
    }

    #searchform-1 {
        position: relative;
    }

    .search-container {
        width: 100%;
    }

    .search-form .search-input {
        width: 95%;
        padding: 4px 2%;
        height: 2em;
    }

    .search-form .search-submit,
    .search-form .search-submit:hover,
    .search-form .search-submit:active,
    .search-form .search-submit:focus {
        float: none;
        position: absolute;
        right: 0;
        top: 0;
        height: auto;
        line-height: 2em;
    }

    .header-content .button-apply-now {
        height: auto;
        line-height: 2em;
    }

    #marquee {
        padding: 2rem 1rem 0 1rem;
    }

    #marquee-slides {
        height: auto;
        width: auto;
    }

    #marquee #news-slide {
        display: block;
        position: relative !important;
        height: auto;
        width: auto;
    }

    #marquee .featured-news-item,
    #marquee .featured-news-item:first-child {
        display: block;
        position: relative;
        z-index: 0;
        float: none;
        height: auto;
        width: auto;
        margin-top: -2px;
        padding: 2rem 1rem 1rem;
        border: 2px solid #bbb;
    }

    #marquee .featured-news-item:first-child {
        margin-top: 0;
    }

    #marquee .featured-news-item.active-item {
        z-index: 1;
        border: 2px solid #bda100;
        padding-left: 1rem;
    }

    #marquee .featured-news-item .featured-news-date {
        visibility: visible;
        left: 0;
        top: 0;
        width: 98.5%;
        padding: 0 3% 0 0;
    }

    #marquee .featured-news-item .featured-news-image {
        visibility: visible;
        position: relative;
        float: left;
        height: auto;
        width: 12%;
        border: 0;
    }

    #marquee .featured-news-item .featured-news-image img {
        height: auto !important;
        width: auto !important;
    }

    #marquee .featured-news-item .featured-news-content {
        float: left;
        width: 73%;
        padding: .25rem 0 .25rem 1rem;
    }

    .home .pod {
        width: 50%;
    }

    .home .pod .pod-image {
        width: auto;
        height: auto;
        border: 0;
    }

    .home .pod .pod-image img {
        width: 100%;
        border: 2px solid #bda100;
    }

    .more-link {
        white-space: normal;
    }

    #breadcrumbs {
        line-height: normal;
    }

    #sidebar {
        width: 75%;
        margin: 0 auto 1rem auto;
    }

    #three-col-template .content-col {
        width: auto;
    }

    .featured-image-wrapper,
    #three-col-template .featured-image-wrapper,
    #two-col-template .featured-image-wrapper,
    #open-template .featured-image-wrapper {
        margin: 0;
        padding: 0;
        background: transparent;
    }

    .featured-image-wrapper img,
    #three-col-template .featured-image-wrapper img,
    #two-col-template .featured-image-wrapper img,
    #open-template .featured-image-wrapper img {
        width: 100%;
    }

    .new-blog .post-tile-container {
        margin: 0;
    }

    .new-blog .post-tile-container {
        width: 100% !important;
        margin: 1rem 0;
    }

    .new-blog .post-tile .post-thumbnail {
        display: block !important;
    }

    .new-blog .post-tile .post-thumbnail,
    .new-blog .post-tile .post-date,
    .new-blog .post-tile .post-title {
        float: left !important;
    }

    .new-blog .post-tile .post-date {
        display: block;
        border-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .new-blog .post-tile .post-title {
        margin: .25rem 0 0 .5em !important;
        padding-left: .5em !important;
        padding-top: 0 !important;
        border-left: 1px solid #ddd !important;
    }

}

/* Phones */

@media only screen and (max-width: 480px) {

    #marquee-nav,
    ul#footer-nav,
    .linked-posts-aside,
    .post-tile .post-thumbnail {
        display: none;
    }

    .profile-image-wrapper,
    ul.tab-selector li,
    .archive-list,
    .post-tile .post-excerpt,
    .alignleft,
    .alignright,
    #three-col-template .content-col,
    #open-template .content-col {
        display: block;
        float: none;
        width: auto;
    }

    body {
        font-size: 80%;
    }

    .page-logo {
        width: 75%;
        text-align: center;
    }

    .page-logo a {
        float: left;
        width: 16%;
    }

    .page-logo .logo-journalism-text {
        width: 84%;
    }

    #searchform-1 {
        width: 100%;
    }

    .carousel .featured-post-bottom {
        position: relative;
        bottom: auto;
        min-height: 1.15rem;
    }

    .carousel .featured-post-excerpt {
        line-height: normal;
        font-size: 1.2em;
    }

    .carousel .owl-dots {
        bottom: .5rem;
    }

    .home .pod {
        display: block;
        float: none;
        width: auto;
        margin: 2rem 0;
    }

    .home .pod .pod-inner {
        padding: 0;
    }

    #sidebar {
        width: 98.9%;
    }

    .linked-posts-section {
        font-size: .9em;
    }

    .wp-caption {
        display: block;
        float: none;
        width: 96% !important;
        padding: .25rem 2%;
    }

    .wp-caption img {
        width: 100%;
        margin: 0;
    }

    ul.tab-selector li a {
        padding: .75rem;
        font-size: 1.2em;
        line-height: normal;
        border-radius: 0;
    }

    .pagination .page-numbers {
        padding: 0px 3px 0 6px;
    }

    .single .post-title {
        font-size: 2em;
    }

    .alignleft,
    .alignright {
        margin-left: 0;
        margin-right: 0;
    }

    #boilerplate {
        margin-top: 1rem;
        font-size: 60%;
    }

    .new-blog .post-tile .post-thumbnail {
        margin-bottom: 1rem;
    }

    .new-blog .post-tile .post-content-container header {
        margin-top: -.5rem;
    }

    .new-blog .post-tile .post-date {
        float: none !important;
        font-size: 1em;
    }

    .new-blog .post-tile .post-title {
        margin-left: 0 !important;
        padding-left: 0 !important;
        border-left: 0 !important;
    }

    .new-blog .post-tile .post-content {
        padding-top: 1rem;
        clear: both;
    }

    .new-blog .post-tile.post-tile--featured {
        background-color: #000;
    }

    .new-blog .post-tile.post-tile--featured .post-thumbnail {
        float: none !important;
    }

    .new-blog .post-tile.post-tile--featured .post-thumbnail a {
        display: block;
        position: relative;
        z-index: 1;
    }

    .new-blog .post-tile.post-tile--featured .post-date {
        display: inline-block;
        float: none !important;
        font-size: 1em;
        border-bottom: 1px solid #333 !important;
    }

    .new-blog .post-tile.post-tile--featured .post-title {
        display: block;
        float: none !important;
    }

    .new-blog .post-tile.post-tile--featured .post-content-container {
        position: relative;
        bottom: auto;
        width: auto;
        padding: 20px;
    }

}


/* @end */
/* @group PRINT STLYES
============================================================================= */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }

  #page-nav, .header-content, #page-footer, #sidebar, .post-edit-link, .print-link, .linked-posts-aside, .linked-posts-section, .print-link img { display: none; }

  .page-logo {
      float: none;
      display: block;
      margin-bottom: 30px;
  }

  .content-col {
      width: 100% !important;
  }

  a, a:visited { text-decoration: underline; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 1cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }

    .hidden-description .description-wrap {
        background: none;
        display: block;
    }

    .hidden-description .description-wrap span {
        display: inline;
        position: relative;
        border: none;
        width: 100%;
        min-height: 0;
        background: none;
        padding: 0;
        z-index: inherit;
    }
}

.relevanssi-query-term {
    font-weight: bold;
    background-color: #f0f0b8;
}
