/* ---------------Global Styles--------------- */

body {
    background-color: #393939
}

a {
    color: #000;
    border-bottom: 2px solid #F55573;
    font-weight: 700;
    text-decoration: none;
}

a:hover {
    background: #F55573;
}

a:hover, a:focus {
    text-decoration: none;
    color: #000000;
}

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

label {
    font-weight: 400;
}

.btn {
    border-radius: 2px;
}

.field-label.required {
    font-weight: 700;
}

.checkbox-group .field-label {
    margin-bottom: 3px;
}

.caption {
    font-size: 85%;
    font-style: italic;
    margin-top: 0;
    padding-top: 0;
    text-align: center;
}

.nicehead {
    font-family: "karla";
    font-size: 1.3em;
    text-transform: uppercase;
    border-bottom: 1px solid #a9a9a9;
    font-weight: 700;
    margin-top: 21px;
}

.red-text {
    color: #c00000;
}

.green-text {
    color: #F55573;
}

body, div, p, td, input, ul, li {
    font-family: "Karla", sans-serif;
    color: #000;
}

.photo-caption {
    margin-top: 0;
    font-style: italic;
    text-align: center;
}

.strong {
    font-weight: bold;
}

.centered {
    text-align: center;
}

.italic {
    font-style: italic;
}

.home-action-buttons {
    display: none;
    background-color: #fff;
    padding-top: 20px;
}

.home-action-buttons a {
    text-decoration: none;
    color: #000;
    font-size: 1.1em;
    font-weight: 700;
    font-family: "Karla";
    background-color: #F55573;
    padding: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-transform: uppercase;
    text-align: center;
    width: 74%;
}

.home-action-buttons a:nth-child(2) {
    margin-top: 20px;
}

.home-features {
    background-color: #fff;
    min-height: 300px;
    padding-bottom: 25px;
}

.home-features img {
    display: block;
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    color: #000;
    font-family: "knockout 47 a", "knockout 47 b", sans-serif;
    font-size: 48px;
    padding: 0px;
    margin-top: 27px;
    text-transform: uppercase;
    font-weight: 400;
}

h2 {
    color: #000;
    font-family: 'Karla', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}

h3 {
    border-bottom: 1px solid rgba(0,0,0,0.12);
}

/* keeps super- and sub-script text from altering the line height */
sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
sub { 
  top: 0.4em; 
}

/* changes font size for admin text editor */
body#tinymce p, body#tinymce li, body#tinymce div, body#tinymce td { font-size: 16px; }
/* end */


.footer-div {
    min-height: 170px;
    background-color: #d9d9d9;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer-left {
    font-weight: bold;
    font-size: 1.17em;
    text-transform: uppercase;
}

.footer-center, .footer-right {
    font-size: 0.8em;
}

.email-signup-footer-intro {
    font-size: 1.7em;
    font-weight: bold;
    margin-bottom: 6px;
}

.footer-subscribe-form {
    margin-bottom: 15px !important;
    font-size: 1em;
    margin-top: 0 !important;
    width: 100%;
}

.footer-subscribe-form input {
    border: 1px solid rgba(0,0,0,0.12);
    padding: 6px;
    font-size: 14px;
    border-radius: 3px;
    margin-right: 5px;
    width: 68%;
}

.footer-subscribe-form-button {
    background-color: #F55573;
    border-radius: 3px;
    padding: 5px;
}

.attribution-container {
    padding-top: 8px;
}

.attribution-footer-paragraph {
    color: lightgray;
    text-align: right;
}

.attribution-footer-paragraph a {
    color: lightgray;
}

.red-btn {
    background-color: #F55573;
    font-weight: bold;
    color: #000;
}

.min-fifty {
    min-height: 50px;
}

.red-button {
    background-color: #F55573;
    border-radius: 2px;
    color: #443b3b;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
}

.red-button.first {
    margin: 15px 0 10px;
}

.red-button.second {
    margin: 15px 0 10px 10px;
}

.red-button.courses {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: initial;
}

.course-separator {
    display: none;
}

.Summer_Program_Menu_L3_Courses .menuItemHighlight {
    background-color: initial !important;
}

.red-button a, .red-button a:hover {
    text-decoration: none;
    color: initial;
}

.disabled-red-button {
    background-color: rgba(240, 78, 48, 0.38);
    color: rgba(0,0,0,0.38);
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: initial;
}

#editAnywhere { display: none; }

/* ---- Nav Styles ---- */

nav a {
    border: 0;
}

.navbar {
    margin-bottom: 0;
}

.navbar-brand {
    /* background-image: url(graphics/logo_black.png);
    background-repeat: no-repeat;
    height: 63px;
    width: 476px;
    margin-top: 10px;
    margin-bottom: 10px; */
}

.nav>li>a {
    padding-left: 14px;
    padding-right: 14px;
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.icon-bar {
    background-color: #fff;
    height: 3px !important;
}

.main_menu_dd {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
}

/* ------- Form Styles -------- */
.form-field-spacer, .form-group {
    margin-top: 14px;
    margin-bottom: 14px;
}

/* ---------------Header Styles--------------- */
.donate-div {
    margin-top: 21px;
    text-align: center;
}

.donate-div a {
    text-decoration: none;
    color: #000;
    font-size: 1.1em;
    font-weight: 700;
    font-family: "Karla";
    background: #fff;
    padding: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-transform: uppercase;
}

.donate-div a:nth-child(1) {
    margin-right: 10px;
}

.donate-div a:nth-child(2) {
    margin-right: 18px;
}

.top-logo-container {
    background-color: #000000;
}

.top-logo-column {
    height: 78px;
}

.main-logo, .main-logo-50, .main-logo-23 {
    padding: 10px 0 0 20px;
}

.main-menu-row {
    background-color: #fff;
    border-bottom: 1px solid #F55573;
    min-height: 53px;
}

.main-menu-div {
    height: 35px;
}


.knockout-head, .knockouthead {
    font-family: "knockout 47 a", "knockout 47 b";
    font-size: 3.5em;
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
    font-weight: 400;
}

.rolloverbutton {
    background: black;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding: .4em;
    padding-left: .6em;
    padding-right: .6em;
    font-weight: 700;
    font-size: 1.1em;
    color: white !important;
    border-bottom: 0;
}

/* ---- Interior Pages ---- */
/* hidden for Pilchuck 50
.main-content-container {
    background-color: #fff;
}
*/

.webpageWrapper {
    padding: 0 40px 20px;
}

.webpageWrapper h2 {
    /* width: 45%; */
    margin: 7px 0 20px 0
}

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

.webpage-table img {
    /* max-width: inherit; */
    max-width: 209px;
}

.webpage-table td {
    vertical-align: top;
    /* padding: 5px; */
}

.three-column-list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}


/*
.webpage-table td > p {
    padding-left: 5px;
    padding-right: 5px;
}
*/

.sidebar-padding {
    padding: 30px 0;
}

.sidebar-div img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ---- Program Section ---- */
.program-header {
    /* background-image: url(clientuploads/programs/Summer_Program_Banner_2018_medium.jpg); */
    background-image: url(clientuploads/programs/2021_ProgramHeader.jpg);
    background-repeat: no-repeat;
    /* background-size: 100% auto; */
    /* min-height: 300px; */
}

.fall-program-header {
    background-image: url(clientuploads/programs/Fall_Program_Banner_2017.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    min-height: 550px;
    background-size: cover;
}

.fall-course-top-section {
    margin: 20px 25px;
}
.fall-course-dates {
    font-size: 29px;
}

.secondary-navbar {
    background-color: #fff;
    border-bottom: 1px solid #F55573;
}

.Summer_Program_Menu_L2 a {
    text-transform: uppercase;
    font-size: 13px;
}

.level-three-menu a {
    background-color: inherit;
    color: inherit;
    border-bottom: none;
    text-decoration: none;
}

.level-three-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: block;
}

.level-three-menu ul li {
    border-bottom: 1px solid #ebebeb;
    padding: 5px 0 5px 5px;
}

.menuItemHighlight {
    /* background-color: #FFF200 !important; */
}

.program-course-div {
    padding-bottom: 20px;
}

.program-course-div .extra-space {
    margin-top: 40px;
}

.program-course-div a {
    word-wrap: break-word;
}

.course-title {
    margin-top: 34px;
}

.program-course-title h2 {
    padding-left: 25px;
}

.fall-program-title {
    position: absolute;
    top: -15em;
    left: 100px;
}

.program-fees {
    margin-top: 30px;
}

.program-course-title .nicehead {
    border: none;
    font-size: 20px;
    font-weight: 400;
    margin-top: 34px;
    vertical-align: top;
    display: inline-block;
}

.course-title .nicehead {
    font-weight: 400;
    border: 0;
}

.program-course-title .knockouthead {
    font-size: 8em;
    /* position: absolute; */
    margin-top: -.15em;
    font-family: "knockout 47 a", "knockout 47 b";
    padding: 0;
    text-transform: uppercase;
    font-weight: 400;
}

.course-title-name {
    font-size: 56px;
    text-transform: uppercase;
    font-family: "knockout 47 a", "knockout 47 b";
}

/*
.program-course-div hr {
    margin-top: 40px;
    margin-bottom: 40px;
}
*/

.program-course-row {
    background-color: #cfc9c9;
    margin-top: 15px;
    margin-bottom: 45px;
    /* min-height: 24px; */
}

.program-course-row2 {
    margin-bottom: 15px;
}

.program-course-row2>div:nth-child(2), .program-course-row2>div:nth-child(3) {
    border-top: 1px solid #000;
    padding-top: 20px;
}

.program-course-image-div img {
    width: 100%;
}

/* .program-course-image-div {
    border-top: 0;
    margin-top: 0;
}
*/

.program-course-row h2 {
    background: #cfc9c9;
    padding: 5px;
    padding-left: 10px;
    color: white;
    margin: 0;
}

.summer-program-image {
    margin-top: 25px;
}

.level-three-menu>ul>li:last-child {
    border-bottom: 0;
}

.program-title-text-row {
    background-color: #000;
    height: 83px;
}

.program-title-text p {
    text-transform: uppercase;
    font-family: "knockout 47 a", "knockout 47 b", sans-serif;
    color: #fff;
    font-size: 63px;
    line-height: 83px;
    font-weight: 400;
    margin-left: 25px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.air-row {
    margin-top: 20px;
    margin-bottom: 20px;
}

.air-description {
    margin-top: 15px;
}

.issuuembed a {
    border: 0;
}

/* ---- Exhibitions Section ---- */

.exhibition-title {
    margin-top: 0;
}
.exhibition-image {
    width: 100%;
}

.exhibition-image-second {
    width: 100%;
    margin-top: 10px;
}

.exhibitions-h2 {
    margin-top: 37px;
}

@media screen and (min-width: 500px) and (max-width: 767px) {
    .exhibition-image, .exhibition-image-second {
        width: 70%;
    }
    .program-course-image-div img {
        max-width: 50%;
    }
    .auction-header {
        min-height: 125px !important;
        background-size: 100% auto;
    }
    .attribution-footer-paragraph {
        text-align: center;
    }
}

.exhibition-name {
    font-style: italic;
    font-size: 1.4em;
}

.exhibition-dates > p {
    font-weight: 700;
}

/* ---- Auction Section ---- */
.auction-header {
    /* background-image: url(graphics/auction_header2017_v2.jpg); */
    background-image: url(clientuploads/auction/auction_header.jpg);
    background-repeat: no-repeat;
    min-height: 300px;
}

.auction-sidebar img {
    padding-top: 10px;
}

.first-image {
    padding-top: 0;
}

.auction-caption {
    color: #bfbfbf;
    font-style: italic;
    padding-top: 15px;
    display: block;
    text-align: center;
}


/* ---------------General Module Styles--------------- */
.itemCount { }
.itemList { clear: both; } 
.itemList:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.itemList h2 a { text-decoration: none; }
.itemList h2 a:hover { text-decoration: underline; }
.itemList span { display: block; }
.itemLabel { font-weight: bold; }
.itemList span.itemLabel { display: inline; }
.bottomNavigation { clear: both; }
.goBack { }
.errorMessage{ font-weight:bold; color:#f00; }
/* End General Module Styles */

/* Pagination */
.pagination { clear: both; display: block; }
.pagination a, .pagination a:link, .pagination a:visited { text-decoration:none; }
.pagination .prevnextCurrent, .pagination .prevnextWindow, .pagination .prevnextWindowArrow { 
    margin:0;
    font-size: 11px;
    margin-right:2px;
    display:inline;
    display:inline-block;
}
.pagination a.prevnextWindow:hover, .pagination a.prevnextLink:hover, .pagination .prevnextWindowArrow:hover { color:#000; }
.pagination .prevnextCurrent {background:#ccc; color:#000; font-weight:bold; padding:4px 14px; }
.pagination a.prevnextLink { /* border:1px solid #ccc; */ padding:4px 6px 4px; margin-right:2px; font-size:11px; display:block; }
/* End Pagination */

/* Send Page Styles */
.sendpage { clear:both; }
.sendpageBody div, .sendpageBody td { padding: 2px 0px; }
/* End Send Page Styles */

/* ModuleBegin::gendocs */

/* ModuleEnd::gendocs */

/* ModuleBegin::forms */
/* basic calendar popup css */
.ui-datepicker {
	background-color: #fff;
	border: 1px solid #999;
	border-radius: 4px;
	display: none;
	margin-top: 4px;
	padding: 10px;
	width: 240px;
}
.ui-datepicker .ui-datepicker-header {
	text-align: center;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev {
	float: left;
	text-align: left;
}
.ui-datepicker .ui-datepicker-next {
	float: right;
	text-align: right;
}
.ui-datepicker .ui-datepicker-calendar {
    table-layout: fixed;
	width: 100%;
}
.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
	text-align: center;
	padding: 2px 0;
}
.ui-datepicker .ui-datepicker-calendar td:hover {
	background-color: #eee;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-calendar td a {
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-today {
	background-color: #f2f2f2;
}
.ui-datepicker .ui-datepicker-current-day a {
	color: #000;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
	background-color: #fff;
	cursor: default;
}

.combobox-field {
    margin-top: 15px;
    margin-bottom: 15px;
}

.datepicker-row input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

input[type=submit] {
    padding: 6px 12px;
    background-color: #F55573;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.birthdate-input > input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* ModuleEnd::forms */

/* ModuleBegin::photo */
/*******************************       ******************************************
******************************** PHOTO ******************************************
********************************       *****************************************/
/* Photo Lister */
/* Photo Lister */
.photoModule.moduleLister {}
.photoModule.moduleLister .gridItem {border:1px solid #ccc; text-align:center; width: 200px; display:inline-block; vertical-align:top; margin-bottom:5px; padding-bottom: 15px}
.photoModule.moduleLister .gridItem:hover {border:1px solid #5E5E5E;}
.photoModule.moduleLister .gridItem span {display:block;}
.photoModule.moduleLister .gridItem .image {width:160px;height:150px;overflow:hidden; margin: 10px auto;}
.photoModule.moduleLister .gridItem .name {height:20px;overflow:hidden;}
.photoModule.moduleLister .gridItem .description {height:55px;overflow:hidden;}
ul.grid:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
ul.grid li.gridItem { width: 200px; display: inline-block; vertical-align: top; }

/* Photo Thumbnails */
.photoModule .description  {}
.photoModule .thumbnailItem {float:left; margin:0 10px 10px 0; position:relative; height: 100px; width: 150px; overflow: hidden;}
.photoModule .thumbnailItem img.activeImage {border:1px solid #333;}
.photoModule .thumbnailItem img {border:1px solid #ccc; min-height: 100%; min-width: 100%;}
.photoModule .thumbnailItem a:hover img {border:1px solid #5E5E5E;}

/* Photo Detail */
.photoModule.moduleDetail{margin:10px 0;}
.photoModule .photoRemote {width:400px;height:20px;margin:0 auto;}
.photoModule .photoRemote span{width:80px;height:20px;background-color:#fff;text-align:center;float:left;}
.photoModule .photoRemote span a{display:block;margin:0 1px;background-color:#fff;color:#888;border:1px solid #ccc;text-decoration:none;}
.photoModule .photoRemote span a:hover,div.photoRemote span a:active{border:1px solid #e5e5e5;color:#000;}
.photoModule .imageDetail {margin:10px; }
.photoModule .imageDetail div {margin:0 auto;}
.photoModule .imageDetail img {border:1px solid #ccc;}
.photoModule.moduleDetail .imageDetail, .photoModule.moduleDetail .info{text-align:center;color:#888;}

/* Flightbox */
.flightbox-close { position: absolute; top: 20px; right: 20px; z-index: 3000; }
.flightbox-pager { height: 100%; width: 75px; position: absolute; }
.flightbox-pager:hover, .flightbox-close:hover { cursor: pointer; cursor: hand; }
.flightbox-pager p { font-size: 30px; font-weight: bold; color: #bbb; position: absolute; top: 50%; width: 75px; padding; 25px; text-align:center; }
.flightbox-container { color: #bbb; position: absolute; z-index: 1000;  text-align: center; }
.flightbox-container img {max-width: 100%; max-height: 100%;}
.hover { width: 100%;  text-align: center; background: rgba(0,0,0,0.6); color: #fff; position: absolute; bottom: 0px; font-size: 12px; display:none; }
/* ModuleEnd::photo */

/* Homepage Photo Rotator */
#homeSlider {
    background-image: url(graphics/home_slider/home_banner1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; */
    height: 528px;
    /* position: relative; */
}

#homeSlider2 {
    height: 450px;
    position: relative;
}

#homeSlider2 .progress-container {
    bottom: -20px;
    height: 12px;
    position: absolute;
    text-align: center;
    width: 100%;
}

#homeSlider2 .progress-container .progress{
    transition: background 1s;
    background-color: #ccc;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 0 15px;
    position: initial;
    width: 12px;
}

#homeSlider2 .progress-container .progress.active,
#homeSlider2 .progress-container .progress:hover {
    background-color: #006990;
}

#homeSlider2 .photo {
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    /* height: 422px; */
}

#homeSlider2 .photo a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.slider-link:hover {
    background-color: transparent;
}

.preserve3d {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.homeImageAttribution {
    color: rgba(255,255,255,0.7);
    /* padding: 92px 0 0 30px; */
    font-size: 12px;
}

.homeBannerText {
    font-weight: 300;
    text-align: center;
    color: #fff;
    /* padding-top: 85px; */
    text-transform: uppercase;
    font-size: 60px;
}

.homeSectionHeaderText {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 92px;
    color: #a6b9c1;
    /* background: -webkit-linear-gradient(#a6b9c1, #66808c);
    background: -o-linear-gradient(#a6b9c1, #66808c);
    background: -moz-linear-gradient(#a6b9c1, #66808c);
    background: linear-gradient(#a6b9c1, #66808c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    text-align: center;
    margin-top: 75px;
}
/* End Photo Rotator */

/* Media Queries */
@media only screen and (max-width: 767px) {
    #homeSlider2, #homeSlider2 > div {
        height: 280px;
    }
    .main-logo, .main-logo-50 {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 7px;
    }
    
    .navbar-nav {
        margin-left: inherit;
        margin-right: inherit;
    }
    
    .main_menu_dd {
        background-color: #fff;
        border: 2px solid #F55573;
        text-align: center;
    }
    
    .main-menu-row, .main-menu-div {
        min-height: 0;
        height: initial;
    }
    
    /* .main-menu-div button {
        margin-top: 22px;
    } */
    
    .nav>li>a {
        color: #000;
    }
    .nav>li>a:hover {
        /* background-color: inherit;
        text-decoration: underline; */
    }
    .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
        /* background-color: #000; */
    }
    .dropdown-menu>li>a {
        color: #000;
    }
    .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
        /* color: #fff;
        background-color: inherit; */
    }
    .navbar-collapse.in {
        min-height: 400px;
    }
    .program-course-title h2 {
        padding-left: 0;
        text-align: center;
    }
    .course-title {
        text-align: center;
    }
    .top-logo-column {
        height: inherit;
    }
    .program-header {
        min-height: 217px;
        /* background-position: left top; */
        background-position: center -160px;
    }
    .fall-program-header {
        min-height: 364px;
        background-size: cover;
    }
    .red-button.courses {
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .course-separator {
        display: block;
    }
    .program-course-row2>div:nth-child(2), .program-course-row2>div:nth-child(3) {
        border-top: 0;
    }
    .program-course-image-div img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .webpage-table td img {
        padding-right: 8px;
    }
    .program-title-text p {
        font-size: 52px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #homeSlider2, #homeSlider2 > div {
        height: 328px;
    }
    .main_menu_dd {
        font-size: 14px;
    }
    .nav>li>a {
        padding-left: 9px;
        padding-right: 9px;
    }
    .program-course-title .knockouthead {
         font-size: 6em;
     }
     /*
     .fall-course-dates {
         margin-top: 106px;
     }
     */
     .fall-program-header {
         min-height: 400px;
        background-size: cover;
     }
     .program-header {
         min-height: 300px;
     }
     .auction-header {
        min-height: 188px;
        background-size: 100% auto;
     }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #homeSlider2, #homeSlider2 > div {
        height: 349px;
    }
    .program-header {
         min-height: 300px;
     }
     .auction-header {
        min-height: 243px;
        background-size: 100% auto;
     }
}

@media only screen and (min-width: 1200px) {
    #homeSlider2, #homeSlider2 > div {
        height: 450px;
    }
    .program-header, .auction-header {
        /* height: 254px; set for 2021 */
        /* background-size: 100% auto; */
        background-size: cover;
    }
    .nav>li>a {
        padding-left: 20px;
        padding-right: 20px;
    }
    .red-button.courses {
        width: initial;
        margin-top: 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .footer-subscribe-form > input {
        width: 100%;
    }
    .footer-subscribe-form .red-btn {
        margin-top: 10px;
    }
    
}

@media only screen and (min-width: 992px) {
    .extra-top-margin {
        margin-top: 10px;
    }
    /*
    .fall-course-dates {
        margin-top: 138px;
    }
    */
}

@media only screen and (max-width: 991px) {
    .sidebar-div {
        display: none;
    }
    .level-three-menu ul li {
        border-bottom: 0;
        text-align: center;
    }
}

@media only screen and (max-width: 500px) {
    .main-logo, .main-logo-50, .main-logo-23 {
        padding: 10px;
        margin-bottom: 0;
    }
    .program-title-text p {
        font-size: 42px;
        margin-left: 0;
    }
    .program-course-image-div img {
        max-width: 70%;
    }
    .home-action-buttons {
        display: block;
    }
    /* making the program tables responsive */
    .responsive-table {
        display: block !important;
        width: 100% !important;
    }
    .programs-eighteen-content td:nth-child(1) {
        border-bottom: 1px solid transparent;
    }
    .programs-eighteen-content td:nth-child(2) {
        border-top: 1px solid transparent;
    }
    .red-button {
        display: block;
    }
    .red-button.second {
        margin-left: 0 !important;
    }
    .webpageWrapper {
        padding: 0;
    }
    .three-column-list {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .auction-header {
        background-image: url(clientuploads/auction/auction_header_mobile.jpg);
        min-height: 375px;
        background-size: cover;
    }
    .attribution-footer-paragraph {
        text-align: center;
    }
}

@media only screen and (max-width: 350px) {
    .program-title-text p {   
        font-size: 38px;
        margin-left: 10px;
    }
}

/* ModuleBegin::news */
.newsModule {
    padding: 0 40px 20px;
}

.newsModule h2 {
    font-size: 24px;
}

.newsModule .date {
    margin-bottom: 15px;
}

.newsModule .listerItem {
    margin-top: 25px;
    margin-bottom: 50px;
}

.news-thumbnail {
    padding: 10px 0;
}

.pullquote-left {
    float: left;
    width: 200px;
    background-image: url(clientuploads/pull_quote_bg.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 55%;
    color: #000000;
    font-size: 26px;
    line-height: 0.9;
    font-style: italic;
    padding: 60px 13px 13px 13px;
    margin-left: 25px;
}
.pullquote-right {
    float: right;
    width: 200px;
    background-image: url(clientuploads/pull_quote_bg.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 55%;
    color: #000000;
    font-size: 26px;
    line-height: 0.9;
    font-style: italic;
    padding: 60px 13px 13px 13px;
    margin-left: 25px;
}
.pullquote-center {
    background-image: url(clientuploads/pull_quote_bg.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 12%;
    color: #000000;
    font-size: 26px;
    line-height: 0.9;
    font-style: italic;
    padding: 37px 13px 13px 13px;
    margin-left: 25px;
}

.newsModule h2 {
    text-transform: none;
}

.newsModule .utilityLinks {
    margin-top: 45px;
}

.newsModule .prevnextWindow.pageLink {
    padding: 4px 10px;
}

.newsModule.moduleDetail {}
.newsModule.moduleLister {}
.newsModule .copyright { padding: 1em 0em; text-align: center; font-size: smaller; }
.newsModule .blurb {}
.newsModule .thumbnail {}
/* ModuleEnd::news */



/*=========================
      Menu Styles 
=========================*/

.main_menu_dd ul {
    display: none;
}

.main_menu_dd li {
    white-space: nowrap;
    list-style: none;
}
 .noCollapse .main_menu_dd ul li {
    padding: 5px;
    width: 100%;
    position: relative;
}
 .noCollapse .main_menu_dd ul {
    border: 1px solid gray;
}

 .noCollapse .main_menu_dd li:hover > ul {
    display: block;
}

 .noCollapse .main_menu_dd ul {
    position: absolute;
    background: #fff;
    padding: 10px;
}

 .noCollapse .main_menu_dd ul ul.isChild {
    position:absolute;
    background:#fff;
    left: 100%;
    top:0px;
    z-index:100;
}


 .noCollapse a:hover {
     background: none;
     /* color: #FFF200; */
     color: #777777;
     text-decoration: none;
 }
 
 .noCollapse>ul>li>a:hover {
    color: #000;
}

.noCollapse .isChild>li>a {
    text-transform: none;
}

@media (max-width: 767px) {
 .noCollapse {
     display:none;
 }
}

@media (min-width: 768px) {
 .navbar-collapse.collapse{
     display:none !important;
 }
 .program-overview {
     display: none;
  }
}
/* 768 is the magical transition number */




/**********************                *****************************
*********************** Accordion Menu *****************************
***********************                ****************************/


.accordion-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    float:left;
}

.accordion-menu ul li a span.subtext {display:none!important;}
.accordion-menu ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    /* border-bottom:1px solid rgba(0,0,0,.3); */
    float:left; width: 100%;
}
.accordion-menu ul li li {width: 100%;border-bottom:0;}
.accordion-menu ul > li > a:hover,  .accordion-menu ul > li > a.active {}
.accordion-menu ul > li > a {
    /*color: #fff;*/
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    height: 50px;
    padding: 0;
    width: 100%;
    border: 0;
    line-height: 50px;
    text-indent: 16px;
    cursor: pointer;
}
/*.accordion-menu ul > li > a.hasChildren.active {background-color: rgba(0,0,0,.5);}*/
.accordion-menu ul a { background: none }
.accordion-menu ul li ul {
    display: none;
    margin-left: 0;
    padding:0;
}

/*.accordion-menu ul > li:hover {background: url(graphics/design/20perblack.png);background: rgba(0,0,0,.3);}*/
.accordion-menu ul > li a.active { 
    background-position: 100% 100%;
    
}
.accordion-menu ul {
    float: left;
    width: 100%;
}
.accordion-menu ul li a {
    display: block;
    text-decoration: none;
}
.accordion-menu ul li a:hover,
#nav li a.active { }

.accordion-menu ul li ul li a {
    /*background: url(graphics/design/20perblack.png);*/
    /*    background: rgba(0,0,0,.4);*/
    /*color: #eee;*/
    text-transform: none;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-indent: 16px;
    width: 100%;
    color: rgba(0,0,0,0.6);
}

.accordion-menu ul li ul li ul {
    background-color: rgba(0,0,0,0.8);
}

.accordion-menu ul li ul li ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.accordion-menu ul li ul li ul li a.active {
    color: #000;
}
.accordion-menu ul li li a:hover,
.accordion-menu ul li li a.active {
	/*background: url(graphics/design/20perblack.png);*/
 /*   background: rgba(0,0,0,.3);*/
    /*color: #fff;*/
}

/* ModuleBegin::broadcastemail */
.enewsWrapper div { }
.enewsWrapper span { display: block; }
.enewsText { }
.enewsEmail { }

.enewsDetail {
    margin: 20px 0 0 10px;
    font-size: 16px;
}

.broadcastemailSettings {
    margin: 30px 0 0 40px;
}

.subscriptions-button {
    background-color: #F55573;
    color: #000;
    font-weight: bold;
}
/* ModuleEnd::broadcastemail */

/* ModuleBegin::commerce */
.shoppingAlert { color: red; font-size: 8pt; }
.shoppingBody { font-size: 8pt; }
.shoppingCartEvenRow { background-color: #ffffff; color:#002d62; }
.shoppingCartOddRow { background-color: #ebebeb; color:#002d62; }
.shoppingCartTableHeader { background-color: #002d62; color: #ffffff; font-size: 8pt; font-weight: bold; }
.shoppingForm { font-size: 8pt; color:#002d62; }
.shoppingFormQuantity { background-color: #ffffff; font-size: 8pt; }
.shoppingFormRequired { font-size: 8pt; font-weight: bold; color:#002d62; }
.shoppingFormRequired input, .shoppingFormRequired select { font-weight: normal; color:#000; }
.shoppingHeading { color:#002d62; }
.shoppingInStock { }
.shoppingItemHeading { }
.shoppingOutOfStock { color: #dd0000; }
.shoppingLowStock { }
.shoppingTable { background-color: #e8e8e8; color:#002d62; }
.shoppingTableBorder { background-color: #ffffff; }
.shoppingFormRequired { width: 1%; }
/* ModuleEnd::commerce */

/* ModuleBegin::membership */
#formLogin { margin-left: auto; margin-right: auto; margin-top: 50px; border: 1px solid #ccc; padding: 20px; width:275px; }
.memberLoginBox { margin: 0 auto; }
.memberLoginBox td { padding: 2px; }

.membershipModule .search {}
.membershipModule .companyInfo { margin: 1em 0; }
.membershipModule .companyInfo .name {}
.membershipModule .companyInfo .jobTitle {}
.membershipModule .address { margin: 1em 0; }
.membershipModule .contactInfo { margin: 1em 0; }
.membershipModule .contactInfo .phone {}
.membershipModule .contactInfo .email {}
.membershipModule .contactInfo .website {}
.membershipModule .thumbnail { float:left; margin-right: 20px;}
    
/* ----- Membership Lister ----- */
.membershipModule.moduleLister {}

/* ---- Membership Detail ----- */
.membershipModule.moduleDetail {}

/* ----- My Account ---- */
.membershipModule.myAccount {}
.membershipModule.myAccount:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.membershipModule.myAccount .block { padding: 10px; float: left; width: 250px; height: 150px; }
.membershipModule.myAccount .block.membership { float: none; width: auto; height: auto; background-color: #eee; }
.membershipModule.myAccount .block.membership ul { list-style: none; padding: 0; }

@media (min-width: 45em) {
    .membershipModule.myAccount .block.membership li { display: inline; margin: 0 .5em; }
}

/* ----- My Account - Dispatch ( System Forms ) ---- */
.myaccountHeading { font-size: 2em; font-weight: bold }
.myaccountMessage {}

.myaccountDetail  table { color: #444;}
.myaccountDetail .formtextRequired, .myaccountDetail .formtext { padding: 5px 0; }
.myaccountDetail .formtextRequired label { font-weight: bold };

.myaccountLister {}
.myaccountListerBack {}
/* ModuleEnd::membership */

/* Member Login Box */
.memberLoginBox label {
    color: #000;
    padding-left: 8px;
}

.portal-h2 {
    margin: 40px 0 10px;
}

.portal-menu a {
    background-color: inherit;
    color: inherit;
    border-bottom: none;
    text-decoration: none;
}

.portal-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: block;
}

.portal-menu ul li {
    padding: 5px 0 5px 15px;
}

.portal-menu>ul>li>ul>li>ul>li a {
    font-weight: 400;
}

/*
.portal-menu ul li ul li {
    border-bottom: 1px solid #ebebeb;
}
*/

.portal-menu>ul>li:last-child {
    border-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .portal-menu ul li {
        border-bottom: 0;
        text-align: center;
    }
}

/* ModuleBegin::documents */
.documentsModule.moduleLister { }
.documentsModule.moduleLister table { border: 1px solid #ccc; padding: 3px; }
.documentsModule .rowOdd { }
.documentsModule .rowEven { background: #eee; }
.documentsModule td, .documentsModule th { padding: 3px 10px; }
.documentsModule th { border-bottom: 2px solid #ddd;}
/* ModuleEnd::documents */



/* ModuleBegin::blog */
.blogModule { margin-bottom: 60px; }
.blogModule .info {margin-bottom: 10px; }
.blogModule .author {}
.blogModule .date {}
/* .blogModule .thumbnail img { width:350px; max-width:100%; } */
.blogModule .tags {} 
.blogModule .comment { padding: 10px; background: #f4f4f4; margin-bottom: 15px; border: 1px solid #ccc; }
.blogModule .comment .info { color: #333; font-weight: 600; margin-bottom: 10px; }

/* ---- Blog Lister ----- */
.blogModule.moduleLister {}
.blogModule.moduleLister h2 { margin-bottom:5px; }
.blogModule .listerItem { margin-bottom: 50px; }
.blogModule .blurb {}

.blog-poster {
}

/* ---- Blog Detail ------- */
#disqus_thread {
    margin-top: 50px;
}
.utility-links {
    margin-top: 50px;
}
.blogModule.moduleDetail {}
.blogModule.moduleDetail h1 { margin-bottom: 5px; }
.blogModule.moduleDetail .fullText {}

/* ---- Blog Archives ------ */
.blogModule.archive .month { padding-left:10px; }
.blogModule.archive .year { font-weight: bold; }
/* ModuleEnd::blog */

.sessions-table-2018 td {
    vertical-align: top;
    padding: 15px;
    border: 1px solid rgba(0,0,0,0.12);
}

.fall-table td {
    width: 50%;
}

.program-session-li {
    padding-left: 30px !important;
}

.program-session-sidebar, .Programs_2018_L3 li:nth-child(2), .Programs_2018_L3 li:nth-child(3), .Programs_2018_L3 li:nth-child(4), .Programs_2018_L3 li:nth-child(5), .Programs_2018_L3 li:nth-child(6), .Programs_2018_L3 li:nth-child(7), .Programs_2018_L3 li:nth-child(8), .Programs_2018_L3 li:nth-child(9) {
    padding-left: 40px !important;
}

/* -- Panel Titles -- */
.panel-title>a {
    border-bottom: 0;
}

/* -- Pilchuck 50 Styles -- */
.top-logo-container-50 {
    background-color: #000066;
    background-image: url(graphics/50/bottom_swirl_cropped.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 33%;
}

.top-logo-container-23 {
    background-color: #f55573;
    background-image: url(graphics/50/pilchuck_swirl_2023.png);
    background-repeat: no-repeat;
    background-position: right -40px;
    background-size: 50%;
}

.main-logo-50, .main-logo-23 {
    padding-top: 16px;
    max-width: 559px;
    padding-bottom: 13px;
}

@media only screen and (min-width: 993px) and (max-width: 1199px) {
    .main-logo-50 {
        max-width: 518px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-logo-50, .main-logo-23 {
        padding-top: 24px;
        max-width: 407px;
    }
}

.main-content-container {
    background-color: #fff;
    background-image: url(graphics/50/webpage_swirl_cropped.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 50%;
    padding-bottom: 250px;
}

@media only screen and (max-width: 650px) {
    .top-logo-container-50 {
        background-image: none;
    }
}

@media only screen and (min-width: 584px) and (max-width: 650px) {
    .main-logo-23 {
        max-width: 468px;
    }
}

@media only screen and (max-width: 583px) {
    .main-logo-23 {
        max-width: 368px;
    }
}

@media only screen and (min-width: 450px) and (max-width: 500px) {
    .main-logo-50 {
        padding-top: 15px;
        max-width: 100%;
    }
}

@media only screen and (min-width: 375px) and (max-width: 449px) {
    .main-logo-23 {
        max-width: 294px;
        padding-top: 18px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 374px) {
    .main-logo-23 {
        max-width: 276px;
        padding-top: 19px;
    }
}

@media only screen and (min-width: 500px) and (max-width: 650px) {
    .main-content-container {
        background-size: 80%;
    }
}

@media only screen and (max-width: 500px) {
    .main-content-container {
        background-size: 86%;
    }
}