/*-----------------------------------------------*
/* Custom CSS
/*-----------------------------------------------*/

.menu-block-1 ul li {
    background: none;
    list-style: none outside none;
    margin: 0 0 2px;
    padding: 0 0 0 0px;
    border-bottom: 1px dotted;
}
#block-menu-block-1 .expanded .menu {
    background: #F8F8F8;
    font-size: 0.85em;
}
#block-menu-block-1 .expanded .menu li a {
    margin-left: 8px;
}
#block-menu-block-1 .expanded .menu .last {
    border-bottom: none;
    margin-bottom: 0;
}
#sidebar-second .block {
    background: none;
    border-left: 0;
    clear: left;
    padding: 0;
}
.block h3 {
    color: #3f5a69;
    font-size: 1.3em;
    line-height: 1.3em;
    margin-bottom: 1em
}
.subnav {
    background-color: #3F5B68;
    display: block;
    /* height: 30px; */ /* removed the height, because it was affecting responsiveness at smaller sizes - kevin */
    margin: 0;
    padding: 12px 18px 12px 0;
    text-align: right;
    width: 100%;
}
.subnav ul {
    list-style: outside none none;
    margin-left: 0;
    padding-left: 1em;
    text-indent: -1em;
}
.subnav ul, .subnav li {
    filter: dropshadow(color=#cccccc, offx=1, offy=1);
    font-family: georgia, serif;
    list-style: outside none none;
    text-shadow: 1px 1px 1px #cccccc;
}
.subnav ul li {
    display: inline;
    margin: 22px;
    white-space: nowrap; /* added by kevin so that the text of each menu item does not wrap across lines at smaller sizes */
}
.content .subnav ul li::before {
    content: ""; /* to remove the arrow from a previous CSS line */
    display: inline-block; /* otherwise weird things happen with the width of the UL */
}
.subnav ul li a {
    color: #F3EACA;
    font-family: georgia, serif;
}
.shop {
    background-image: url(../images/cart_icon.png);
    background-position: right center;
    width: 20px;
    background-repeat: no-repeat
}
.shop a {
    padding-right: 36px;
}
.separator {
    background: url(images/bg-topshadow.png) repeat-x 0 0;
    margin: -8px 0 0 0;
    padding: 0;
}
#block-block-108 .content ul li {
    background: none;
}
#block-block-107, #block-block-108 {
    margin-top: -5px;
    margin-bottom: 0;
}
#content_footer {
    clear: both;
    margin: 0 auto;
    /*  max-width: 1024px;*/
    max-width: 1026px;
    overflow: hidden;
    padding: 0;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.view-news .views-field-field-image {
    float: left;
    margin-bottom: 20px;
    margin-right: 3px;
}
.view-news .news-image {
    margin: 4px 6px 0 0;
}
.view-news .views-field-body {
    width: 70%;
    float: left;
    margin-top: 0;
    padding: 0;
}
.view-news .field-content p {
    margin-top: 0;
}
.view-news h3 {
    font-size: 15px
}
.view-news .views-field-created {
    font-size: 11px;
    margin-bottom: 1em;
}
.view-news h3 a:link, .view-news h3 a:visited {
    font-weight: bold;
    color: #3f5b68;
}
.view-news .more-link {
    clear: both;
}
.anniversary-book-container {
    background-color: #f3eac7;
    margin-top: 40px;
    margin-bottom: 20px;
    min-height: 200px;
    border: #d4b767 1px dashed;
    padding: 10px;
    text-align: center;
}

/* Grid */

.wrapper {
    /*  background: #eef2f1 none repeat scroll 0 0;*/
    padding: 10px 20px;
}
.col-1-3 {
    float: left;
    width: 30%;
}
.col-1-3 img {
    width: 100%;
}
.col-1-3 p {
    text-align: center;
    font-size: 0.85em;
}
.row {
    margin: 0 -10px;
}
.row:last-child {
    margin-bottom: 0;
}
[class*="col-"] {
    padding: 10px;
}
#sidebar-second #block-views-news-block-3 {
    background-color: #f4f6f7;
    padding: 10px
}
.view-display-id-block_7 ul li {
    background: url("/sites/all/themes/trinitycollegeschool/images/marker.png") no-repeat scroll 2px 7px rgba(0, 0, 0, 0);
    border-bottom: 1px dotted #d0d3d4;
}
.not-front aside #block-views-calendar-2-block-7 {
    margin: 0;
}
img, video {
    max-width: none;
    height: auto;
}

/* Front Page Row 1 */

#front-row1 {
    clear: both;
    position: relative;
    margin-bottom: 15px;
    /* background: #F4F6F7; */
    padding: 10px;
}
#front-row1 .block {
    margin: 0;
}
#front-row1 .block p {
    margin: 0;
}
#front-row1 .column {
    float: left;
    width: 49%;
    margin: 1.8% 0;
    margin: 0 5px;
    background: rgb(253, 253, 253);
    border: 1px solid rgb(241, 241, 241);
}
#front-row1 .column:hover {
    border: 1px solid rgb(224, 224, 224);
}
#front-row1 h2 {
    padding: 9px 10px 0px 10px;
    color: rgb(114, 114, 114);
    margin-bottom: 0;
    font-size: 16px;
    margin: 0;
    font-weight: bold;
}
#front-row1 .column .content {
    padding: 10px;
}
#front-row1 .column:first-child {
    margin-left: 0;
}
#front-row1 .column-title {
    color: #e0e0e0;
}
#front-row1 li {
    border-bottom: #555 1px dashed;
}

/* Front Page Row Full-width */

#front-row-full {
    clear: both;
    position: relative;
    margin-bottom: 15px;
    /* background: #F4F6F7; */
    padding: 10px;
}

/* Front Page Row 2 */

#front-row2 {
    clear: both;
    position: relative;
    margin-bottom: 15px;
    /* background: #F4F6F7; */
    padding: 10px;
}
#front-row2 .block {
    margin: 0;
}
#front-row2 .block p {
    margin: 0;
}
#front-row2 .column {
    float: left;
    width: 49%;
    margin: 1.8% 0;
    margin: 0 5px;
    background: rgb(253, 253, 253);
    border: 1px solid rgb(241, 241, 241);
}
#front-row2 .column:hover {
    border: 1px solid rgb(224, 224, 224);
}
#front-row2 h2 {
    /* padding: 9px 10px 0px 10px;
  color: rgb(114, 114, 114);
  margin-bottom: 0;
  font-size: 16px; */
    margin: 0;/* font-weight: bold; */
}
#front-row2 .column .content {
    padding: 10px;
}
#front-row2 .column:first-child {
    margin-left: 0;
}
#front-row2 .column-title {
    color: #e0e0e0;
}
#front-row2 li {
    border-bottom: #555 1px dashed;
}

/* Front Page Row 3 */

#front-row3 {
    clear: both;
    position: relative;
    margin-bottom: 15px;
    /* background: #F4F6F7; */
    padding: 10px;
}
#front-row3 .block {
    margin: 0;
}
#front-row3 .block p {
    margin: 0;
}
#front-row3 .column {
    float: left;
    width: 49%;
    margin: 1.8% 0;
    margin: 0 5px;
    background: rgb(253, 253, 253);
    border: 1px solid rgb(241, 241, 241);
}
#front-row3 .column:hover {
    border: 1px solid rgb(224, 224, 224);
}
#front-row3 .column .content {
    padding: 0px;
}
#front-row3 .column:first-child {
    margin-left: 0;
}
#front-row3 .column-title {
    color: #e0e0e0;
}
#front-row3 li {
    border-bottom: #555 1px dashed;
}

/* Front Page Row 4 */

#front-row4 {
    clear: both;
    position: relative;
    margin-bottom: 15px;
    /* background: #F4F6F7; */
    padding: 10px;
}
#front-row4 .block {
    margin: 0;
}
#front-row4 .block p {
    margin: 0;
}
#front-row4 .column {
    float: left;
    width: 49%;
    margin: 1.8% 0;
    margin: 0 5px;
    background: rgb(253, 253, 253);
    border: 1px solid rgb(241, 241, 241);
}
#front-row4 .column:hover {
    border: 1px solid rgb(224, 224, 224);
}
#front-row4 h2 {
    padding: 9px 10px 0px 10px;
    color: rgb(114, 114, 114);
    margin-bottom: 0;
    font-size: 16px;
    margin: 0;
}
#front-row4 .column .content {
    padding: 10px;
}
#front-row4 .column:first-child {
    margin-left: 0;
}
#front-row4 .column-title {
    color: #e0e0e0;
}
#front-row4 li {
    border-bottom: #555 1px dashed;
}
#block-block-164 {
    float: left;
    margin-right: 2%;
}

/* Views Slideshow */

#views_slideshow_cycle_div_news-block_8_1 .views-slideshow-cycle-main-frame-row-item {
    float: left;
    margin: 1.8% 0;
    margin: 0 5px;
    background: #7D3036;
    border: 1px solid rgb(241, 241, 241);
}
.block #views_slideshow_cycle_div_news-block_2_0 .view-news h3.field-content {
    font-size: 45px;
    color: #FFF;
}
#views_slideshow_cycle_teaser_section_news-block_8 .views-slideshow-cycle-main-frame-row-item .view-news h3 {
    font-size: 45px;
    color: #FFF;
}
#views_slideshow_cycle_teaser_section_news-block_8 .views-slideshow-cycle-main-frame-row-item {
    float: left;
    margin: 1.8% 0;
    margin: 0 5px;
    background: #7D3036;
    border: 1px solid rgb(241, 241, 241);
}
#views_slideshow_cycle_teaser_section_news-block_8 .views-slideshow-cycle-main-frame-row {
    width: 100% !important;
}
#views_slideshow_cycle_teaser_section_news-block_8 .views-slideshow-cycle-main-frame-row-item {
    width: 49% !important;
    height: 200px;
    float: left;
}
#views_slideshow_cycle_teaser_section_news-block_8 .views-row-1 {
    position: absolute;
    top: 0;
    right: 0;
}
.page-node-6340 .view-news .views-field-field-image {
    float: left;
    margin-bottom: 0;
    padding-right: 10px;
}
.page-node-6340 .view-news .views-field-title {
    padding: 10px 10px 0px 10px;
}
.page-node-6340 .view-news .views-field-title h3 {
    margin-bottom: 0em;
}
#views_slideshow_cycle_div_news-block_8_0 h3 a:link, #views_slideshow_cycle_div_news-block_8_0 h3 a:visited, #views_slideshow_cycle_div_news-block_8_1 h3 a:link, #views_slideshow_cycle_div_news-block_8_1 h3 a:visited {
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    font-weight: normal;
}
.page-node-6340 .view-news .views-field-created {
    font-size: 14px;
    color: #cacfd2;
}
.page-node-6340 .view-news .views-field-view-node a:link {
    font-size: 14px;
    color: #FFF;
}
.page-node-6340 #block-views-news-block-2, #block-views-calendar-2-block-2 {
    padding: 0;
}
.page-node-6340 .view-news {
    padding: 0;
}
.page-node-6340 .view-news .views-row {
    padding-top: 0px;
}
.page-node-6340 .view-news .news-image {
    margin: 0;
}
.page-node-6340 .content a img {
    padding: 0;
    box-shadow: 0;
    border: 0px;
}
.page-node-6340 .views-field-view-node {
    padding: 10px;
    position: absolute;
    bottom: 10px;
    margin-left: 200px;
}
#views-news-block-2 h2 {
    color: #7D3136;
    font-weight: normal;
    border-bottom: 1px dotted #888;
}
#block-views-news-block-2 h2 {
    color: #7D3136;
    font-weight: normal;
}
/* Sticky Events: Home */

#block-views-calendar-2-block-17 .views-row {
    width: 23.7% !important;
    height: 300px;
    float: left;
}
#block-views-calendar-2-block-17 .views-row {
    float: left;
    margin: 1.8% 0;
    margin: 0 5px;
    background: #d9d9d9;
    border: 1px solid rgb(241, 241, 241);
}
#block-views-calendar-2-block-17 .feed-icon {
    display: none
}
#block-views-calendar-2-block-17 .views-field-field-event-date-and-time {
    float: right;
    margin: 0 5px;
    background: white;
    width: 30px;
    height: 50px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
    text-align: center;
    -webkit-box-shadow: -5px 5px 15px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: -5px 5px 15px 0px rgba(0,0,0,0.25);
    box-shadow: -5px 5px 15px 0px rgba(0,0,0,0.25);
}
#block-views-calendar-2-block-17 .views-field-title {
    height: 90px;
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
    padding: 10px;
}
#block-views-calendar-2-block-17 .views-field-field-event-description {
    padding: 10px;
    margin-top: 0px;
}
#block-views-calendar-2-block-17 .views-field-field-event-description p {
    padding: 0px;
    margin-top: 0px;
}
#block-views-calendar-2-block-17 .views-field-view-node {
    padding: 10px;
    position: relative;
    bottom: 10px;
    margin-left: 0px;
}
/* Sticky Events: Home - Admissions */

#block-views-calendar-2-block-18 .view {
    width: 23.8% !important;
    height: 300px;
    float: left;
}
#block-views-calendar-2-block-18 .view {
    float: left;
    margin: 1.8% 0;
    margin: 0 5px;
    background: rgb(253, 253, 253);
    border: 1px solid rgb(241, 241, 241);
}
#block-views-calendar-2-block-18 .feed-icon {
    display: none
}
#block-views-calendar-2-block-18 .views-field-field-event-date-and-time {
    float: right;
    margin: 0 5px;
    background: white;
    width: 30px;
    height: 50px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
    text-align: center;
    -webkit-box-shadow: -5px 5px 15px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: -5px 5px 15px 0px rgba(0,0,0,0.25);
    box-shadow: -5px 5px 15px 0px rgba(0,0,0,0.25);
}
#block-views-calendar-2-block-18 .views-field-title {
    height: 90px;
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
    padding: 10px;
}
#block-views-calendar-2-block-18 .views-field-field-event-description {
    padding: 10px;
    margin-top: 0px;
}
#block-views-calendar-2-block-18 .views-field-field-event-description p {
    padding: 0px;
    margin-top: 0px;
}
#block-views-calendar-2-block-18 .views-field-view-node {
    padding: 10px;
    position: relative;
    bottom: 10px;
    margin-left: 0px;
}

/* Sticky Events: Parents */

.view-display-id-block_19 .view-header, .view-display-id-block_20 .view-header {
    border-bottom: 1px dotted #888;
    margin-bottom: 14px;
    height: 29px;
}
.view-display-id-block_19 .view-header div h2, .view-display-id-block_20 .view-header div h2 {
    font-size: 1.39em;
    color: #7d3136;
    margin: 0;
}
.view-display-id-block_19 .view-header .block-title, .view-display-id-block_20 .view-header .block-title {
    width: 70%;
    float: left;
}
.view-display-id-block_19 .view-header .block-icon, .view-display-id-block_20 .view-header .block-icon {
    width: 30%;
    float: left;
    text-align: right;
    margin: 0;
    padding-top: 2px;
    background-image: url(/sites/all/themes/trinitycollegeschool/images/icon-calendar.png);
    background-repeat: no-repeat;
    background-position: 187px 0px;
}
.block-icon a {
    margin-right: 36px;
}

/* News & Events: Parents */

.view-display-id-block_4 .view-header, .view-display-id-block_10 .view-header {
    border-bottom: 1px dotted #888;
    margin-bottom: 14px;
    height: 29px;
}
.view-display-id-block_4 .view-header div h2, .view-display-id-block_10 .view-header div h2 {
    font-size: 1.39em;
    color: #7d3136;
    margin: 0;
}
.view-display-id-block_4 .view-header .block-title, .view-display-id-block_10 .view-header .block-title {
    width: 70%;
    float: left;
}
.view-display-id-block_4 .view-header .block-icon, .view-display-id-block_10 .view-header .block-icon {
    width: 30%;
    float: left;
    text-align: right;
    margin: 0;
    padding-top: 2px;
    background-image: url(/sites/all/themes/trinitycollegeschool/images/icon-news.png);
    background-repeat: no-repeat;
    background-position: 187px 0px;
}
.block-icon a {
    margin-right: 36px;
}
#block-views-calendar-2-block-19 .views-row, #block-views-calendar-2-block-20 .views-row {
    width: 31.6% !important;
    height: 300px;
    float: left;
}
#block-views-calendar-2-block-19 .views-row, #block-views-calendar-2-block-20 .views-row {
    float: left;
    margin: 1.8% 0;
    margin: 0 5px;
    background: #d9d9d9;
    border: 1px solid rgb(241, 241, 241);
}
#block-views-calendar-2-block-19 .feed-icon, #block-views-calendar-2-block-20 .feed-icon {
    display: none
}
#block-views-calendar-2-block-19 .views-field-field-event-date-and-time, #block-views-calendar-2-block-20 .views-field-field-event-date-and-time {
    float: right;
    margin: 0 5px;
    background: white;
    width: 30px;
    height: 50px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
    text-align: center;
    -webkit-box-shadow: -5px 5px 15px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: -5px 5px 15px 0px rgba(0,0,0,0.25);
    box-shadow: -5px 5px 15px 0px rgba(0,0,0,0.25);
}
#block-views-calendar-2-block-19 .views-field-title, #block-views-calendar-2-block-20 .views-field-title {
    height: 90px;
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
    padding: 10px;
}
#block-views-calendar-2-block-19 .views-field-field-event-description, #block-views-calendar-2-block-20 .views-field-field-event-description {
    padding: 10px;
    margin-top: 0px;
}
#block-views-calendar-2-block-19 .views-field-view-node, #block-views-calendar-2-block-20 .views-field-view-node {
    padding: 10px;
    margin-top: 0px;
}
#block-views-calendar-2-block-19 .views-field-field-event-description p, #block-views-calendar-2-block-20 .views-field-field-event-description p {
    padding: 0px;
    margin-top: 0px;
}
#block-views-calendar-2-block-19 .content a img, #block-views-calendar-2-block-20 .content a img {
    padding: 0 5px;
    box-shadow: none;
    /* background: #FFF; */
    border: 0;
}
#block-block-203 h2 {
    font-size: 1.4em;
    line-height: 1em;
    font-weight: normal;
    margin: 5px 0px;
    padding: 0px 0px 4px 0px;
    color: #7d3136;
    border-bottom: 1px dotted #888;
}

/* Twitter Block */

#block-twitter-block-1 h2 {
    font-size: 1.4em;
    line-height: 1em;
    font-weight: normal;
    margin: 5px 0px;
    padding: 0px 0px 4px 0px;
    color: #7d3136;
    border-bottom: 1px dotted #888;
}
#block-twitter-block-1 .timeline-Tweet-author {
    font-size: 12px;
    line-height: 24px;
    font-weight: 300;
    font-family: Georgia;
}
.region-front-welcome {
    background: url(/sites/all/themes/rubix_responsive_theme/images/hr.png) top center no-repeat;
    padding: 10px;
    margin-top: -12px;
    margin-bottom: 320px;
}
.page-node-6340 #block-search-form {
    background-color: #ffffff;
    padding: 0px;
}
.page-node-6340 #search-form input#edit-keys, #block-search-form .form-item-search-block-form input {
    float: left;
    font-size: 1em;
    height: 1.143em;
    margin-right: 1px;
    width: 81%;
}
#block-views-news-block-2, #block-views-calendar-2-block-2 {
    background-color: #ffffff;
    padding: 10px;
}
#block-block-192 .content img {
    width: 100%;
}

/* Colours */

.red {
    color: #7d3337;
}
.blue {
    color: #3f5a69;
}
.grey {
    color: #7d8083;
}
.fancy {
    color: #7d3337;
    font-family: Georgia, "Times New Roman", Times, serif;
}
ol.fancy {
    font-size: 1em;
    line-height: 1.05em;
}
.anniversary-highlight {
    border: 1px dashed #d4b767;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 15px;
}
.anniversary-highlight {
    color: #3f5a69;
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 16px;
    margin-top: 4px;
}
.anniversary-highlight strong {
    color: #7d3337;
    font-weight: bold;
}
.anniversary-highlight h2 {
    border-bottom: #888888 1px dotted;
    color: #7d3337;
    margin-top: 4px;
    padding-bottom: 2px;
}
.anniversary-action {
    background: #eef2f1;
    padding: 18px;
    margin-bottom: 30px;
}
.anniversary-highlight .anniversary-action strong {
    color: #3f5b68;
    font-size: 1em;
}
.anniversary-highlight .anniversary-action strong.anniversary-action-title {
    font-size: 1.2em;
    font-style: italic;
    font-weight: bold;
    color: #3f5b68;
}
.anniversary-video {
    background: #eef2f1;
    float: right;
    padding: 18px;
    width: 200px;
}
.anniversary-book {
    min-height: 200px;
    float: left;
    width: 229px;
}
#block-block-117 p {
    font-size: .85em;
    line-height: 1.5em;
    margin: 0;
    padding: .25em 0;
}
.page-node-11499 .anniversary-events {
    border-color: #ebebeb;
    border-left: 0;
    border-right: 0;
    font-size: .9em;
    margin-bottom: 50px;
}
.page-node-11499 .anniversary-events td {
    border: 0;
}
.page-node-11499 .anniversary-events tr:nth-child(even) td {
    background-color: #fff;
}
.page-node-11499 h2 {
    color: #7d3337;
    font-size: 24px;
}
.view-news {
    margin-top: 0;
    padding: 10px;
}
.view-news h2 {
    color: #7d3337;
    font-size: 21px;
    margin: 1em 0 0.5em;
}
.view-news .views-row {
    clear: both;
    border-top: #ebebeb solid 1px;
    padding-top: 10px;
}
.view-news .views-row-first {
    border-top: 0;
    padding-top: 0;
}

/* Social media icons */

#header-sm {
    max-width: 1024px;
    text-align: right;
    z-index: 99;
    margin-top: -84px;
    padding-right: 10px;
}

/* Footer */

#footer-area .column {
    color: #cccccc;
    width: 23.2%;
    margin: 0 0 1.9% 0;
}
#footer-area .column a {
    color: #cccccc
}
#footer-area .region-footer-third {
    border-left: 2px dotted #b88d91;
    margin-top: 18px;
}
.footer_top {
    color: #FFFFFF;
    font-family: Georgia;
    overflow: auto;
    padding: 10px 0 0;
    background: #7D3036;
    border-top: 1px solid #484848;
    font-size: 1.34em;
}
.footer_inner_credit {
    text-align: center;
}
.footer_inner_credit p {
    margin-bottom: 0;
}

/* Accordian Views */

.ui-widget {
    font-family: Georgia;
    font-size: 1.0em;
}

/* GTranslate */

#block-gtranslate-gtranslate table, #block-gtranslate-gtranslate td {
    background: none;
    border: none;
    border-spacing: 0px;
}

/* Video wrapper */

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0; /* margin-top: 2em; */
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* About TCS block */

#abouttcs table, #abouttcs td {
    background: none;
    border: none;
    border-spacing: 0;
}

/* Info snap */

.infoblock {
    width: 22.7%;
    height: 290px;
    margin: 10px;
    float: left;
    background: rgb(253, 253, 253);
    border: 1px solid rgb(241, 241, 241);
}
.theme-light .nivo-caption a {
    color: #7D3036;
    border-bottom: 1px dotted #fff;
}

/* Media Gallery Page */

.gallery-preview-container {
    background: none;
    width: 100%;
    padding: 0px;
    height: 315px;
}
.flickr-container {
    width: 40%;
    float: left;
    height: 300px;
    border-right: dotted 1px;
    padding: 30px;
}
.youtube-container {
    width: 40%;
    float: left;
    height: 300px;
    padding: 30px
}
.gallery-logo {
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
}
.gallery-logo-link {
    float: left;
    margin-left: 18%;
}
.stack_photos {
    width: 200px;
    float: right;
    margin: 10px 0 10px 10px
}
.stack_photos img {
    margin: 0 0 10px 0;
    width: 100%;
}

/* Webforms */

label[for=edit-submitted-bear-boutique-monday] {
    margin-right: 36px;
    font-weight: bold
}
label[for=edit-submitted-bear-boutique-tuesday] {
    margin-right: 34px;
    font-weight: bold
}
label[for=edit-submitted-bear-boutique-wednesday] {
    font-weight: bold
}
label[for=edit-submitted-bear-boutique-thursday] {
    margin-right: 26px;
    font-weight: bold
}
label[for=edit-submitted-bear-boutique-friday] {
    margin-right: 46px;
    font-weight: bold
}

/* Volunteer Opportunities */

#edit-submitted-volunteer-opportunities-opportunities-options .description p {
    margin-top: 0px;
    margin-bottom: 0px;
}
#edit-submitted-volunteer-opportunities-opportunities-options .option p {
    margin-bottom: 0;
    margin-top: 0;
}
#edit-submitted-volunteer-opportunities-opportunities-options label {
    font-weight: bold
}
#edit-submitted-volunteer-opportunities-opportunities-options .form-checkbox {
    float: left;
    margin: 3px 6px 0 0;
    vertical-align: middle;
}
#edit-submitted-volunteer-opportunities-opportunities-options .form-item {
    margin-bottom: 1em;
    margin-top: 0.4em;
}
th {
    background: #526B77;
    padding: 5px 4px;
    text-shadow: 0px 0px #fff;
    border-right: 1px solid #c8c7c7;
    color: #ffffff;
}
tr.even, tr.odd {
    /* background-color: #F6F1D3; */
    background-color: #ffffff;
    border-bottom: 1px solid #ccc;
    padding: 0.1em 0.6em;
}
td {
    background: none;
    color: #525252;
    text-align: left;
    padding: 4px;
    border-right: 0px solid #c8c7c7;
    border-bottom: 1px solid #c8c7c7;
}
#block-views-5dee99ddc5fe7b110e0ff0ef028b6c21 .views-row {
    margin-bottom: 20px;
}
#block-views-5dee99ddc5fe7b110e0ff0ef028b6c21 span.date-display-single {
    font-size: 0.9em;
}
h4 {
    font-size: 1.0em;
    font-weight: bold;
    /*color: #3F5B68;*/
}
.admissions-event {
    margin-bottom: 20px;
    border-bottom: 1px dotted;
}
.views-field-field-event-contact2 {
    margin-bottom: 20px;
}
.views-row-last {
    border-bottom: 0px dotted;
}
.quicktabs_main.quicktabs-style-sky {
    background: #fff none repeat scroll 0 0;
    border: 0px solid #eee;
    clear: both;
    padding: 10px 5px 0;
    position: relative;
    top: -0.1em;
}

/* Hide Event Types 'Admissions Travel' and 'Open House' from selection block */

.form-item-edit-field-event-type-tid-874, .form-item-edit-field-event-type-tid-771, .form-item-edit-field-event-type-tid-934, .form-item-edit-field-event-type-tid-24, .form-item-edit-field-event-type-tid-396 {
    display: none;
}

/* 'Register Now' button on Admission Events */

.radius-register a, .field-name-field-registration-url a {
    display: block;
    color: #ffffff;
    background-color: #7E3137;
    padding: 2px 5px;
    width: 11.5em;
    text-transform: uppercase;
    font-size: .8em;
    margin: 1em 0 2em;
    letter-spacing: 1px;
}
.content a:hover img {
    background: none;
}
#sidebar-second #block-block-183 {
    background: none;
    border-left: 0;
    padding: 7px;
}

/* Quicktabs w/ Sky style */

#quicktabs-quicktabs_athletics_schedule_res {
    margin-top: 3%;
    margin-bottom: 2%;
    border-bottom: 1px solid #999999;
}
.quicktabs-hide {
    display: none;
}
ul.quicktabs-tabs {
    margin-top: 0;
}
ul.quicktabs-tabs li {
    display: inline;
    background: none;
    list-style-type: none;
    padding: 2px;
    white-space: nowrap;
}
ul.quicktabs-tabs li a:focus {
    outline: none;
}

/* Quicktabs - Sky theme style */

.quicktabs_main.quicktabs-style-sky {
    border-top: 1px solid #eee;
    clear: both;
    padding: 10px 5px 0 5px;
    position: relative;
    top: -0.1em;
    background: #fff;
}
ul.quicktabs-tabs.quicktabs-style-sky {
    margin: 0;
    padding: 0;
    width: 100%;
}
ul.quicktabs-tabs.quicktabs-style-sky li {
    float: left;
    font-weight: normal;
    list-style: none;
    margin: 0.2em 0 0 0;
    height: 2.65em;
    min-height: 2.89em;
    padding: 0;
}
ul.quicktabs-tabs.quicktabs-style-sky li.active {
    margin: -0.2em 0 0 0;
}
ul.quicktabs-tabs.quicktabs-style-sky li a, ul.quicktabs-tabs.quicktabs-style-sky li a:visited {
    float: left;
    display: block;
    height: 2.65em;
    min-height: 2.95em;
    line-height: 2.95em;
    padding: 0 8px;
    text-decoration: none;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    font-size: .95em;
    background: #fff url('/sites/all/modules/quicktabs/quicktabs_tabstyles/tabstyles/sky/images/bg-shade-light.png') repeat-x bottom left;
    color: #777;
    position: relative;
}
ul.quicktabs-tabs.quicktabs-style-sky li a:hover, ul.quicktabs-tabs.quicktabs-style-sky li.active a:hover {
    text-decoration: none;
    border-color: #B3B3B3;
    background: #B3B3B3 url('/sites/all/modules/quicktabs/quicktabs_tabstyles/tabstyles/sky/images/bg-shade-medium.png') repeat-x bottom left;
    color: #fff;
}
ul.quicktabs-tabs.quicktabs-style-sky li.active a, ul.quicktabs-tabs.quicktabs-style-sky li.active a:visited {
    height: 3.05em;
    min-height: 3.35em;
    line-height: 3.35em;
    font-weight: normal;
    border: 1px solid #eee;
    background: #858585 url('images/bg-shade-dark.png') repeat-x bottom left;
    border-color: #555;
    color: #fff;
    font-size: .95em;
    font-weight: normal;
    top: -0.025em;
}
ul.quicktabs-tabs.quicktabs-style-sky li:first-child a {
    border-left: solid 1px #eee;
}
ul.quicktabs-tabs.quicktabs-style-sky li.active a {
    border-left: solid 1px #777;
}
ul.quicktabs-tabs.quicktabs-style-sky li a:focus, ul.quicktabs-tabs.quicktabs-style-sky li a:active {
    outline: none;
}

/* Opera */

@media all and (min-width: 0px) {
body .quicktabs_main.quicktabs-style-sky {
    top: -0.2em;
}
}
.view-bus-notices .views-row {
    border-bottom: solid 1px #EADCA9;
    margin-top: 20px;
    padding-bottom: 15px;
}
.view-bus-notices .view-header {
    text-align: right;
    margin-top: -32px;
    margin-bottom: 30px;
}
.page-community-parents-bus-notices #post-content {
    margin: 0;
}
.page-node-62205 .page-title,
.page-junior-school-musings-from-boulden .page-title {
    display: none;
}
.menu-block-2 .menu-mlid-617 {
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px dotted;
}
.readyformore-block-1-block {
    float: left;
    width: 47%;
    padding: 10px
}
.videoWrapper a img {
    padding: 5px;
    box-shadow: none;
    border: 0;
    width: 100%;
}

/*  Blocks with graphic buttons - Added by Jason  */

.button-wrapper {
    width: 100%;
    margin: 0 0 4px 0;
}
.button-wrapper img {
    width: 100%;
}
.button-wrapper a img {
    padding: 0;
}

/*  Captions  */

.caption {
    margin-top: 20px;
    padding-bottom: 15px;
    text-align: center;
}
.caption p {
    margin-top: 8px;
}

/* Blog (Head Lines) - added by Kevin */

.page-head-lines .page-title {
    display: none; /* this could be done through the Automatic Node Titles, Exclude Node Titles, Page Title, or Display Suite modules, if those are ever used, but since they're currently not installed, it's not worth adding them (since if the title ever appears for someone it still provides useful information) */
}
.view-dawn-blog .views-row {
    border-top: #F8F8F8 solid 2px;
    margin-bottom: 2em;
    margin-top: 1em;
}
.view-dawn-blog .views-row-first {
    border-top: 0;
    margin-top: 3em;
}
.view-dawn-blog .views-field-created {
    font-size: 11px;
}
.view-dawn-blog .views-field-body p:first-child {
    margin-top: 6px;
}
.view-dawn-blog .views-field-nothing a, .view-dawn-blog .views-field-comment-count a {
    font-size: 11px;
    margin-right: 1em;
}

/* END Blog */

#content ol {
    list-style: decimal;
    margin: 2em;
}

/*  Meet our Students */

.student-block {
    background-color: #F8F8F8;
    height: 170px;
    padding: 10px
}
.student-video {
    float: left;
    margin-right: 10px;
}
.student-text {
    float: left;
    margin-right: 10px;
    width: 654px;
}
.student-name {
    display: block;
    font-size: 22px;
    color: #7d3136;
    font-family: "chunkfive";
    margin: 10px 0;
}
.student-quote {
    display: block;
    font-size: 1.1em;
    font-style: italic;
    margin-top: 1.2em;
}
.student-separator {
    clear: left;
    height: 1px;
    background-color: #eee
}

/* Active Employment Opportunities */

#node-33 h4 {
    font-size: 1.0em;
    color: #3F5B68;
    margin-bottom: 0px;
}
#node-33 .views-field-unpublish-on {
    font-size: 0.95em;
}
#node-33 .views-row {
    margin: 1.8em 0;
}

/* AODA Employment Opportunities */

#block-block-143 {
    margin-top: 2em;
}

/* Frequently Asked Questions */

.faq-question {
    padding-top: 5px;
    padding-left: 0px;
    text-decoration: underline;
}
.faq-answer {
    padding-left: 10px;
}
.faq-description {
    margin: 25px 0;
}
.faq-question-answer {
    margin: 10px 0;
}

/* Athletics Event Info Block */

#block-views-bf6758703fcee563aa8257631943ad95 .views-field-field-date, .views-field-field-ampro-venue {
    margin-bottom: 20px;
}
.views-field-field-ampro-opponent2 {
    margin: 18px 0;
}

/* Donation Form */

#edit-submitted-donation-gift-designation-friends {
    margin: 1.4em;
}

/* Custom CSS Button */

.myButton {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #790326), color-stop(1, #98012E));
    background: -moz-linear-gradient(top, #790326 5%, #98012E 100%);
    background: -webkit-linear-gradient(top, #790326 5%, #98012E 100%);
    background: -o-linear-gradient(top, #790326 5%, #98012E 100%);
    background: -ms-linear-gradient(top, #790326 5%, #98012E 100%);
    background: linear-gradient(to bottom, #790326 5%, #98012E 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#790326', endColorstr='#98012E', GradientType=0);
    background-color: #790326;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #942911;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Georgia;
    font-size: 19px;
    font-weight: bold;
    padding: 15px 50px;
    text-decoration: none;
}
.myButton:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #98012E), color-stop(1, #790326));
    background: -moz-linear-gradient(top, #98012E 5%, #790326 100%);
    background: -webkit-linear-gradient(top, #98012E 5%, #790326 100%);
    background: -o-linear-gradient(top, #98012E 5%, #790326 100%);
    background: -ms-linear-gradient(top, #98012E 5%, #790326 100%);
    background: linear-gradient(to bottom, #98012E 5%, #790326 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#98012E', endColorstr='#790326', GradientType=0);
    background-color: #98012E;
    color: #ffffff;
}
.myButton:active {
    position: relative;
    top: 1px;
}

/*  Admissions: Travel Calendar */

.page-admissions-travel-calendar h1.page-title {
    margin-bottom: 20px;
}

/* Admissions Events Table */

.page-admissions-events-table .fn {
    display: none;
}
.page-admissions-events-table .street-address {
    display: none;
}
.page-admissions-events-table .postal-code {
    display: none;
}
.page-admissions-events-table .map-link {
    display: none;
}
.page-admissions-events-table .location-hidden {
    display: none;
}

/* Admissions Events Map */

#ip-geoloc-map-of-view-admission_events_map-block_1 .balloon {
    font-family: Georgia;
}
#ip-geoloc-map-of-view-admission_events_map-block_1 .balloon a {
    font-weight: bold;
}

/*  Flickr: TCS Renaissance Plan */

.flickr-album-heading {
    display: none;
}
.flickr-no-title {
    display: none;
}
.flickr-copyright {
    display: none;
}
.flickr-image span.flickr-copyright a {
    display: none;
}

/*  TCS Renaissance Plan: Alert Block */

#sidebar-second #block-block-299 {
    color: #FFF;
    padding: 12px;
    background: #7b1217;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 20px;
}
#block-block-299 h2 {
    color: #b7b397;
 font-family:"Arial Black", Gadget, sans-serif font-size: 1.5em;
    font-weight: bold;
}
#utilities_menu a {
    color: #7fb008;
    padding: 12px;
    background: #7b1217;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 20px;
}

/*Top Menu*/

.topmenu_wrapper {
/* background-color: #515F5C; 
    background: rgba(255, 255, 255, 0.09);*/
}
#main-topmenu {
    max-width: 1024px;
    margin: 0 auto 0 auto;
    background: none;
    border: none;/*-webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.03);*/
}
#main-topmenu ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.09);
}
#main-menu li {
    background: none;
    border-right: 1px solid #9b595d;
    position: relative;
    float: left;
    padding: 0;
    margin: 0;
    font-size: 14px;
}
#main-topmenu ul li.leaf, #main-topmenu ul li.expanded, #main-topmenu ul li.collapsed {
    list-style: none;
}
#main-topmenu ul.menu li {
    margin: 0;
    float: left;
    border-right: 1px solid #702c31;
}
#main-topmenu a {
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 5px 25px;
    text-decoration: none;
    font-size: 12px;
    text-transform: none;
    font-weight: bold;
    background: none;
}
#annoucements-block td {
    background: none;
    color: #4F4F4F;
    text-align: left;
    padding: 0 14px;
    border-right: 0px solid #c8c7c7;
    border-bottom: 0px solid #c8c7c7;
}
#annoucements-block h2 {
    border-bottom: 1px dotted #888;
    margin-bottom: 0;
}

.announcement {
    margin-top: 2.0em;
}

.view-announcements p {
    margin-bottom: 0.5em;
}

#annoucements-block .views-field-title {
    font-size: 1.3em;
}
.contentEditableContainer a img {
    padding: 0px;
}
#block-views-8b48338be6081c88ad38df6c9052e5f4 {
    background: #F6F6F6;
    border: 1px solid #EEEEEE;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    vertical-align: top;
    padding: 30px;
}

/* Athletics - Bigside Boys Hockey */

div#quicktabs-container-hockey_boys_bigside_ {
    padding-top: 30px;
}
#block-views-9e4c85cdd70521d342057ae9a7acd0cc .views-field-field-ampro-opponent2 {
    margin: 0px;
}
 #block-views-9e4c85cdd705 background: #F6F6F6;
21d342057ae9a7acd0cc .views-row-even {
}

/*  Why TCS: Realize what's within */

.feature-block {
    background-color: #F8F8F8;
    height: 170px;
    padding: 10px
}
.feature-video {
    float: left;
    margin-right: 10px;
}
.feature-text {
    float: left;
    margin-right: 10px;
    width: 387px;
}
.feature-name {
    display: block;
    font-size: 22px;
    color: #7d3136;
    font-family: "chunkfive";
    margin: 10px 0;
}
.feature-quote {
    display: block;
    font-size: 1.1em;
    font-style: italic;
    margin-top: 1.2em;
}
.feature-separator {
    clear: left;
    height: 1px;
    background-color: #eee
}

/*  Why TCS: Realize what's within */
/*  Meet our students */

.feature-block-students {
    background-color: #003a5a;
    height: 170px;
    padding: 10px
}
.feature-video-students {
    float: left;
    margin-right: 10px;
}
.feature-text-students {
    float: left;
    margin-right: 10px;
    width: 387px;
}
.feature-name-students {
    display: block;
    font-size: 22px;
    color: #f4e982;
    font-family: "chunkfive";
    margin: 10px 0;
}
.feature-quote-students {
    display: block;
    font-size: 1.1em;
    font-style: italic;
    margin-top: 1.2em;
    color: #cccccc
}
.feature-separator-students {
    clear: left;
    height: 1px;
    background-color: #eee
}

/*  Why TCS: Realize what's within */
/*  Why Canada? */

.feature-block-canada {
    background-color: #cc0000;
    height: 170px;
    padding: 10px
}
.feature-video-canada {
    float: left;
    margin-right: 10px;
}
.feature-text-canada {
    float: left;
    margin-right: 10px;
    width: 387px;
}
.feature-name-canada {
    display: block;
    font-size: 22px;
    color: #ffffff;
    font-family: "chunkfive";
    margin: 10px 0;
}
.feature-quote-canada {
    display: block;
    font-size: 1.1em;
    font-style: italic;
    margin-top: 1.2em;
    color: #cccccc
}
.feature-separator-canada {
    clear: left;
    height: 1px;
    background-color: #eee
}

/*  Affording TCS: Quicktabs */

#quicktabs-atcs {
    text-align: center;
    margin: 2em 0;
}
#quicktabs-atcs ul.quicktabs-style-arrows {
    text-align: right
}
#quicktabs-atcs li {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.1em;
    font-weight: normal;
    margin: 0 0 0 2em;
    border: 1px solid #472728;
    padding: 0.65em;
    background: #7d3036
}
ul.quicktabs-tabs.quicktabs-style-arrows li.active a, ul.quicktabs-tabs.quicktabs-style-arrows li a:hover {
    text-decoration: none;
    background: transparent url(/sites/all/modules/quicktabs/quicktabs_tabstyles/tabstyles/arrows/images/arrows.gifimages/arrows.gif) no-repeat center bottom;
}
#quicktabs-atcs ul.quicktabs-tabs.quicktabs-style-arrows {
    font: bold 12px/170% Verdana;
    /* border-bottom: 1px solid #ccc; */
    padding: 0 10px 0 0!important;
    line-height: 22px;
    margin: 0 0 10px 0;
}
#block-block-317, #block-block-322 {
    /*    margin: 50px 0;*/
    margin-bottom: -60px;
}

/*  Affording TCS: Infographics */

.page-node-1803718 .infoblock, .page-node-1803900 .infoblock, .page-node-1803902 .infoblock, .page-node-1803903 .infoblock {
    width: 30%;
    margin: 15px;
    float: left;
    background: none;
    border: none;
    height: auto;
}

/*  Affording TCS: Testimonial */

.testimonial-block {
    background-color: #000000;
    height: 170px;
    padding: 10px
}
.testimonial-image {
    float: left;
    margin-right: 10px;
    width: 470px;/* background: #7E3137; */
}
.testimonial-text {
    float: left;
    margin-right: 10px;
    width: 470px;
    color: #FFFFFF;
}
.testimonial-name {
    display: block;
    font-size: 22px;
    color: #7d3136;
    font-family: "chunkfive";
    margin: 10px 0;
}
.testimonial-quote {
    display: block;
    font-size: 1.3em;
    line-height: 1.4em;
    font-style: italic;
    margin-top: 1.2em;
}

/*  Affording TCS: Accordian view */

.ui-accordion p {
    line-height: 1.7em;
}
.ui-accordion ul li {
    line-height: 1.7em;
    border-bottom: none;
    margin: 10px 0;
}
.ui-accordion a {
    color: #7D3036;
}
.style-46674 {
    margin: 0 0 3.125rem 0;
    padding: 1.5625rem;
    background-color: #F8F8F8;
}
.style-46674 h2 {
    color: #7D3036;
}

/*  Affording TCS: CBIP Feature */

.feature-block-cfbip {
    background-color: #cc0000;
    height: 170px;
    padding: 10px;
    margin: 50px 0;
}
.feature-img-cfbip {
    float: left;
    margin-right: 10px;
}
.feature-text-cfbip {
    float: left;
    margin-right: 10px;
    width: 654px;
}
.feature-name-cfbip {
    display: block;
    font-size: 22px;
    color: #ffffff;
    font-family: "chunkfive";
    margin: 10px 0;
}
.feature-quote-cfbip {
    display: block;
    font-size: 0.95em;
    margin-top: 0.7em;
    color: #FDFDFD
}

/*  Affording TCS: Bermuda Feature */

.feature-block-bermuda {
    height: 60px;
}
.feature-img-bermuda {
    float: left;
    margin-right: 10px;
}
.feature-text-bermuda {
    float: left;
    margin-right: 10px;
    width: 654px;
}
.feature-name-bermuda {
    display: block;
    font-size: 22px;
    color: #000000;
    font-family: "chunkfive";
    margin: 10px 0;
}
.feature-quote-bermuda {
    display: block;
    font-size: 0.95em;
    margin-top: 0.45em;
    color: #FDFDFD
}
.feature-quote-bermuda a {
    color: #7D3036;
}

/*  Affording TCS: Additional Costs - Accordian*/

#add_costs .ui-state-default {
    background: #F8F8F8;
    border: 0px solid #888888;
    color: #555;
    font-weight: 400;
}
#add_costs .ui-widget-content {
    border: 0px solid #aaaaaa/*{borderColorContent}*/;
    background: #ffffff/*{bgColorContent}*/ url(images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/;
    color: #222222/*{fcContent}*/;
    font-weight: 400;
}
#add_costs h5 {
    margin-top: 6px 0;
    font-size: 22px;
}
#add_costs h5 a {
    color: #7D3036;
}

/*  Affording TCS: Canadian Families Boarding Incentive Programme */
/*  CFBIP Feature */

.feature-block-cfbip2 {
    background-color: #7D3036;
    height: 200px;
    padding: 10px
}
.feature-image-cfbip2 {
    float: left;
    margin: 10px;
    width: 190px;
}
.feature-text-cfbip2 {
    float: left;
    margin-right: 10px;
    width: 738px;
}
.feature-name-cfbip2 {
    display: block;
    font-size: 22px;
    color: #ffffff;
    font-family: Georgia;
    margin: 10px 0;
}
.feature-quote-cfbip2 {
    display: block;
    font-size: 1.0em;
    /*font-style: italic;*/
    margin-top: 1.2em;
    color: #F8F8F8
}
.feature-separator-cfbip2 {
    clear: left;
    height: 1px;
    background-color: #eee
}

/*  Affording TCS: Remove image borders on active links */

.page-node-1803718 .content a img, .page-node-1803900 .content a img, .page-node-1803902 .content a img, .page-node-1803903 .content a img {
    padding: 0;
    box-shadow: none;
    /* background: #FFF; */
    border: 0;
}
/*  Affording TCS: Remove image borders on active links */

.atcs-block {
    background: #f2f2f2;
    padding: 20px;
    margin: 2.85em 0;
}
.atcs-block h2 {
    font-size: 24px;
    color: #7D3036;
    border-bottom: none;
    margin: 1em 0;
}
.atcs-block h3 {
    color: #7D3036;
}

/*  Affording TCS: Blocks */

#block-block-319, #block-block-320, #block-block-321 {
    background: #f2f2f2;
    padding: 20px;
    margin: 40px 0;
}
#block-block-319 h2, #block-block-320 h2, #block-block-321 h2 {
    font-size: 24px;
    color: #7D3036;
    border-bottom: none;
    margin: 1em 0;
}

/*  Affording TCS: Financial Assistance Promo */

#block-block-318 {
    background: #7D3036;
    padding: 20px;
    margin: 40px 0;
}
#block-block-318 h2 {
    font-size: 24px;
    color: #FFFFFF;
    border-bottom: none;
    margin: 1em 0;
}
#block-block-318 p {
    color: #E7E7E7;
}
#block-block-318 a {
    color: #FFFFFF;
    font-weight: bold
}

/* Newsletter */
/* Template */

.node-type-tcs-parents-newsletter, .node-type-tcs-junior-newsletter {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    -webkit-text-size-adjust: 100% !important;
    -ms-text-size-adjust: 100% !important;
    -webkit-font-smoothing: antialiased !important;
    font-family: Georgia, Times, serif;
    background-color: #FAFAFA;
}
.node-type-tcs-parents-newsletter table, .node-type-tcs-junior-newsletter table {
    margin-bottom: 0px;
}
.node-type-tcs-parents-newsletter td, .node-type-tcs-junior-newsletter td {
    background: none;
    color: #747474;
    text-align: left;
    padding: 0px;
    border-right: none;
    border-bottom: none;
    padding-left: 0px;
}
/* Hide article titles */

td.views-field-title-1 {
    display: none;
}
td.views-field-title-1 a {
    font-size: 0;
}
.com-display td.views-field-field-image img {
    max-width: inherit;
}

@media only screen and (max-width: 600px) {
.com-display td.views-field-title-1 {
    display: block;
    color: #3f5a69;
    font-size: 1.3em;
    line-height: 1.3em;
    width: 100%;
}
.com-display td.views-field-field-image {
    display: block;
    width: 100%;
}
.com-display td.views-field-field-image img {
    display: block;
    width: 100% !important;
    max-width: 100%;
    margin-bottom: 15px;
}
.com-display td.views-field-body {
    display: block;
    width: 100%;
}
.com-display td.views-field-title-1 a {
    display: block;
    margin-bottom: 1em;
}
.com-display td.views-field-body h3 {
    display: none;
}
}

/*Header background*/

.node-type-tcs-parents-newsletter .movableContent2 {
    background: #752E33;
}
.node-type-tcs-junior-newsletter .movableContent2 {
    background: #014457;
}

/* Block footer spacing */

div .view-footer {
    margin: 3em 0 0;
}

/* Community Downloads */

#block-views-downloads-block-17 .views-row {
    margin-bottom: 2em
}
h2 {
    margin: 1em 0;
}
#content ol li {
    margin: 0.6em;
}

/* Parents Page: Announcements */

div#annoucements-block {
    margin-bottom: 3em;
}
div#block-views-calendar-2-block-19, div#block-views-calendar-2-block-20 {
    margin-bottom: 3em;
    clear: both;
    height: 320px;
}
#block-views-cccd9e5c955db23c47c5b32bbcdd7f41 {
    background: #F6F6F6;
    padding: 20px;
}
#block-views-cccd9e5c955db23c47c5b32bbcdd7f41 h2 {
    font-size: 24px;
    border-bottom: 1px dotted #888;
    margin: 1em 0;
}
#block-views-cccd9e5c955db23c47c5b32bbcdd7f41 a {
    color: #FFFFFF;
}
#sidebar-second #block-block-193 {
    background: #7D3036;
    padding: 20px;
}
#sidebar-second #block-block-193 h2 {
    font-size: 24px;
    color: #FFFFFF;
    border-bottom: 1px dotted #888;
    margin: 1em 0;
}
#sidebar-second #block-block-193 a {
    color: #FFFFFF;
}
#sidebar-second #block-block-182 {
    background: #F6F6F6;
    padding: 20px;
}
#sidebar-second #block-block-182 h2 {
    font-size: 24px;
    color: #FFFFFF;
    border-bottom: 1px dotted #888;
    margin: 1em 0;
}
#sidebar-second #block-block-182 a {
    color: #FFFFFF;
}
#sidebar-second #block-block-325 {
    background: #505050;
    background-image: url(/sites/all/themes/trinitycollegeschool/images/bg-athletics_logo-fade.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding: 20px;
}
#sidebar-second #block-block-325 h2 {
    font-size: 24px;
    color: #FFFFFF;
    border-bottom: 1px dotted #888;
    margin: 1em 0;
}
#sidebar-second #block-block-325 a {
    color: #FFFFFF;
}
#sidebar-second #block-block-327, #sidebar-second #block-block-105 {
    background: #7D3036;
    padding: 20px;
}
#sidebar-second #block-block-327 h2, #sidebar-second #block-block-105 h2 {
    font-size: 24px;
    color: #FFFFFF;
    border-bottom: 1px dotted #888;
    margin: 1em 0;
}
#sidebar-second #block-block-327 a, #sidebar-second #block-block-105 a {
    color: #FFFFFF;
}
#sidebar-second #block-views-downloads-block-17 {
    background: #7D3036;
    padding: 20px;
}
#sidebar-second #block-views-downloads-block-17 h2 {
    font-size: 24px;
    color: #FFFFFF;
    border-bottom: 1px dotted #888;
    margin: 1em 0;
}
#sidebar-second #block-views-downloads-block-17 a {
    color: #FFFFFF;
}
#sidebar-second #block-block-324 {
    background: #F6F6F6;
    padding: 20px;
}
#sidebar-second #block-block-324 h2 {
    font-size: 24px;
    color: #7d3136;
    border-bottom: 1px dotted #888;
    margin: 1em 0;
}
#sidebar-second #block-block-324 a {
    color: #7D3036;
    font-weight: bold
}
#sidebar-second #block-block-326 {
    background: #F6F6F6;
    padding: 20px;
}
#sidebar-second #block-block-326 h2 {
    font-size: 24px;
    color: #7d3136;
    border-bottom: 1px dotted #888;
    margin: 1em 0;
}
#sidebar-second #block-block-326 a {
    color: #7D3036;
    font-weight: bold
}

/* Tope Menu: Search */

#main-topmenu ul li.last.leaf {
    /* background-image: url("/sites/all/themes/trinitycollegeschool/images/icon-search.png");
    background-repeat: no-repeat;
    background-position: 75px 10px; */
}
#main-topmenu ul li.last.leaf a {
    padding: 5px 45px 5px 25px;
}
#main-topmenu li.leaf {
    padding: 0.2em 0 0 0;
    margin: 0;
}

/* New Quick Links */

#block-block-193 {
    margin-bottom: 4.5em;
}
#block-block-193 h2 {
    margin: 0 0 20px 0;
}
.quicklinks-box {
    /*background: #F6F6F6; */
    width: 225px;
    height: 200px;
    float: left;
}
.mid.quicklinks-box {
    margin: 0 20px;
}
.athletics-box {
    color: #D0D3D4;
    width: 100%;
}
.athletics-box a {
    color: #ffffff;
}
.mid.athletics--box {
    margin: 0 20px;
}
#block-block-327- .content {
    text-align: center;
    margin: 30px 0;
}

/* Article Image */

.article-img {
    float: right;
    max-width: 290px
}

/*  Athletics: Sports List */

.sports-infoblock {
    width: 29.1%;
    margin: 15px;
    float: left;
    background: none;
    border: none;
    height: auto;
}

/*  Parents: Headlines */

#headlines-news td {
    border-right: none;
    border-bottom: none;
    padding: 0;
}
#headlines-news .view-dawn-blog .views-row-first {
    border-top: 0;
    margin-top: 2em;
}
#headlines-news .field-content.blog-post-date {
    font-size: 12px;
    font-style: italic;
}
#headlines-news .view-dawn-blog .views-field-created {
    margin-top: -10px
}


/* CSS Sprites */
 
.icon-calendar, .icon-news
{ display: inline-block; background: url('../images/icon_cal-news.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; }
 
.icon-calendar { background-position: -2px -0px; width: 24px; height: 24px; }
.icon-news { background-position: -2px -26px; width: 24px; height: 24px; }

.badge-facebook, .badge-flickr, .badge-instagram, .badge-pinterest, .badge-shop, 
.badge-twitter, .badge-youtube
{ display: inline-block; background: url('../images/badge-css_sprite.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; }
 
.badge-facebook { background-position: -2px -0px; width: 26px; height: 26px; }
.badge-flickr { background-position: -30px -0px; width: 26px; height: 26px; }
.badge-instagram { background-position: -2px -28px; width: 26px; height: 26px; }
.badge-pinterest { background-position: -30px -28px; width: 26px; height: 26px; }
.badge-shop { background-position: -2px -56px; width: 26px; height: 26px; }
.badge-twitter { background-position: -30px -56px; width: 26px; height: 26px; }
.badge-youtube { background-position: -2px -84px; width: 26px; height: 26px; }

.icon-calendar, .icon-gallery, .icon-info
{ display: inline-block; background: url('../images/icon-block.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; }
 
.icon-calendar { background-position: -2px -0px; width: 24px; height: 24px; }
.icon-gallery { background-position: -2px -26px; width: 24px; height: 24px; }
.icon-info { background-position: -2px -52px; width: 24px; height: 24px; }



.webform-component--terms-conditions {
    font-size: 0.929em;
}

input#edit-submitted-donation-sponsorship-levels-1,
input#edit-submitted-donation-sponsorship-levels-2, 
input#edit-submitted-donation-sponsorship-levels-3, 
input#edit-submitted-donation-sponsorship-levels-4 {
    float: left;
    margin: 5px 5px 0 0;}
    
.webform-component--donation--sponsorship-levels .option  {
    font-weight:bold;
}
    
    
    
.guildmenu-block ul li {
    background: #7e3137;
    list-style: none outside none;
    margin: 0 0 2px;
    padding: 0 0 0 0px;
    border-bottom: 1px dotted;
    font-size: 1.3em;
    line-height: 1.3em;
    margin-bottom: 1em;
    text-align: center;
    padding: 1.2em;
}

.guildmenu-block a {
    color: #ffffff;
    text-transform: none;
    background: none;
}


/* Easy Breadcrumb */

.block-easy-breadcrumb {
    padding-top: 20px;
    margin-bottom: 10px;
    border-bottom: #eee 1px solid;
}

.block-easy-breadcrumb {
    padding-bottom: 0.5em;
}



/* Testimonials Block */

#block-views-testimonials-block {
    background: #526b77;
    color: #ffffff;
    padding: 2em;
    margin-bottom: 3em;
}

#block-views-testimonials-block h2 {
    color: #cccccc;
}

#block-views-testimonials-block .views-field.views-field-body {
    font-style: italic;
}

.page-junior-school-musings-from-boulden .page-title {
    display: none;
}

#block-views-testimonials-block .view-footer {
    margin: 0;
    text-align: right;
    color: #cccccc;
}

#block-views-testimonials-block a {
    color: #cccccc;
}



/*  Junior School Academics */

.js-academics-block {
    background-color: #F8F8F8;
    height: 197px;
    padding: 10px;
    margin-bottom: 40px;
}
.js-academics-video {
    float: left;
    margin-right: 10px;
}
.js-academics-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 377px;
}
.js-academics-title {
    display: block;
    font-size: 22px;
    color: #7d3136;
    font-family: "chunkfive";
    margin: 10px 0;
}
.js-academics-description {
    display: block;
    font-size: 1.1em;
    /* font-style: italic; */
    margin-top: 1.2em;
}
.js-academics-separator {
    clear: left;
    height: 1px;
    background-color: #eee
}

/*  Junior School Testimonials */

.page-junior-school-grades-5-8-testimonials .view-Testimonials .views-row {
    display: block;
    font-size: 16px;
    color: #666666;
    /*   font-family: "chunkfive"; */
    border-bottom: #eee 1px solid;
    padding: 40px 0px;
}

.page-junior-school-grades-5-8-testimonials .view-Testimonials .views-row .views-field-name {
    color: #7d3136;
}

/*  Donation Form */

.form-item {
  margin-bottom: 0.2em;
  margin-top: 2px;
}

label.option {
  font-weight: normal;
}

.form-checkboxes .form-item, .form-radios .form-item {
  margin-top: 0;
  margin-bottom: 0;
}

.form-item.webform-component.webform-component-radios.webform-component--donation--my-gift-is-anonymous.webform-container-inline {
  margin: 1.4em 0 0.4em 0;
}

.form-item.webform-component.webform-component-markup.webform-component--donation--title-gift-designation {
  margin: 1.4em 0;
  font-weight: bold;
}

.form-item.webform-component.webform-component-markup.webform-component--payment-options-fieldset--credit-card-type-images {
  margin-top: 1.4em;
}

fieldset .fieldset-wrapper {
  padding: 10px;
}

.form-item.webform-component.webform-component-markup.webform-component--donation--title-contribution-amount {
  margin: 0.3em 0 0.8em 0;
  font-weight: bold;
}

.form-item.webform-component.webform-component-textfield.webform-component--additional-info-fieldset--company-name {
  margin-top: 1.4em;
}

.form-item.webform-component.webform-component-radios.webform-component--donation--i-would-like-to-receive-my-receipt-by.webform-container-inline {
  margin-top: 1.4em;
}

.webform-container-inline div.description {
  display: block;
  margin: 0.85em 0 1.4em 0;
}

.form-item .description {
  font-size: 0.9em;
}
.webform-component-date webform-component--donation--until .description {
  margin: 0.9em 0;
}

.webform-layout-box.horiz.webform-component--honoree-information--layout-box-5 {
  margin-top: 1.1em;
}

.webform-layout-box.horiz.webform-component--donation--layout-box-6 {
  margin-top: 1.4em;
}

.form-item.webform-component.webform-component-radios.webform-component--donation--contribution-amount .description {
  font-style: italic;
  margin: 0.3em 0 1.4em 0;
}



/*  Donation Options */

a.links-urllink {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.15em;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    text-align: center;
    padding: 15.5px 5px;
    color: #ffffff;
    background-color: #b2b4b2;
    border-radius: 3px;
    background-image: linear-gradient(135deg,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0.05) 100%);
}

a.links-urllink-active {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.15em;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    text-align: center;
    padding: 15.5px 5px;
    color: #ffffff;
    background-color: #dbdbdb;
    border-radius: 3px;
    background-image: linear-gradient(135deg,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0.05) 100%);
}

a.links-urllink:hover { 
    opacity: .7; 
}

li.group.in-view.bottom-of-page.has-been-viewed.center-has-been-viewed.center-of-page {
    background: none;
    padding: 0;
    margin: 10px 0;
}


/*  Community Health */

li.views-row.comm-health-list {
    margin: 20px 0;
}

.view.view-parents-articles.view-id-parents_articles.view-display-id-block_1.view-dom-id-910985a3585705cb6ca46b67f58ba7b9.views-row.views-field-changed {
    margin-bottom: 40px;
}

div#block-views-parents-articles-block-1 {
    /* padding: 40px 0;
    border: 1px dotted;*/
}

div#block-block-350, div#block-block-354 {
    padding: 10px 0;
    margin-bottom: 30px;
    /*border: 1px dotted;
    margin: 50px 0;*/
}

div#block-block-351 {
    padding: 10px 0;
    /*border: 1px dotted;
    margin: 50px 0;*/
}

div#block-block-352 {
    padding: 10px 0;
    /*border: 1px dotted;
    margin: 50px 0;*/
}

div#block-block-355 {
    /*padding: 10px 0;
    border: 1px dotted;
    margin: 50px 0;*/
}

div#block-views-parents-articles-block {
    padding: 10px;
    border: 1px dotted;
    margin: 50px 0;
}

div#block-views-parents-articles-block-2 {
    margin: 50px 0;
}

#block-block-349 .content ul, #block-block-356 .content ul  {
    margin: 30px 0 0;
}

#block-block-349 .content ul li, #block-block-356 .content ul li {
    margin: 20px 0;
}

div#block-block-349 h2, div#block-block-350 h2, div#block-block-351 h2, div#block-block-352 h2, div#block-block-354 h2, div#block-block-355 h2, div#block-block-356 h2 {
  font-size: 1.7em;
}
div#block-views-parents-articles-block h2, div#block-views-parents-articles-block-1 h2, div#block-views-parents-articles-block-2 h2 {
  font-size: 1.7em
}

div#block-block-350 h2, div#block-block-354 h2 {
  font-size: 1.7em;
  margin-bottom: 20px;
}

div#block-block-350 h3 {
  margin-top: 20px;
}



div#block-block-351 h3 {
     margin: 20px 0 8px;
}

div#block-block-351 p {
  margin: 0;
}


/* Block: Just the Facts  */

div#block-block-355 h3 {
  margin: 20px 0 8px;
}
div#block-block-351 p {
    margin: 0;
}

/* Block: Important Information General Public */

div#block-block-351  ul {
     margin: 20px 0;
}

div#block-block-351 ul li {
    margin: 12px 0;
} 


#node-1807632 .node {
    margin: 20px 0 0;
}



div#block-block-358, div#block-block-360, div#block-block-361 {
     margin: 50px 0 90px;  
}

div#block-block-362 {
     margin: 50px 0 80px;  
}


    
/*  Admissions - Virtual */

.virtual-block {
    background-color: #EDECEC;
    height: 314px;
    padding: 20px
}
.virtual-video {
    float: right;
    margin-left: 10px;
}

.video-dimensions {
    width: 450px;
    height: 300px;
}

/*
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }*/

    .embed-container-mb {display: none}


/*.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/

.virtual-text {
    float: left;
    margin-right: 10px;
    width: 474px;
}
.virtual-name {
    display: block;
    font-size: 22px;
    color: #7d3136;
    font-family: "chunkfive";
    margin: 10px 0;
}
.virtual-text {
    display: block;
    font-size: 1.1em;
    /*font-style: italic;
    margin-top: 1.2em;*/
    font-weight: 500;
}
.virtual-separator {
    clear: left;
    height: 1px;
    background-color: #eee
}

/*Virtual Admissions - Online Inquiry Button*/

.example_f {
   border-radius: 4px;
   background: #333333;
   border: none;
   color: #FFFFFF;
   text-align: center;
   text-transform: uppercase;
   font-size: 22px;
font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
   padding: 20px;
   width: 200px;
   transition: all 0.4s;
   cursor: pointer;
   margin: 5px;
 }


a.example_f {
   color: #ffffff;
 }


 .example_f span {
   cursor: pointer;
   display: inline-block;
   position: relative;
   transition: 0.4s;
 }
 .example_f span:after {
   content: '\00bb';
   position: absolute;
   opacity: 0;
   top: 0;
   right: -20px;
   transition: 0.5s;
 }
 .example_f:hover span {
   padding-right: 25px;
 }
 .example_f:hover span:after {
   opacity: 1;
   right: 0;
 }

/*Virtual Admissions - Virtual Tour*/

.example_f_tour {
   border-radius: 4px;
   background: #660000;
   border: none;
   color: #FFFFFF;
   text-align: center;
   text-transform: uppercase;
   font-size: 22px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
   padding: 20px;
   width: 200px;
   transition: all 0.4s;
   cursor: pointer;
   margin: 5px;
 }
 .example_f_tour span {
   cursor: pointer;
   display: inline-block;
   position: relative;
   transition: 0.4s;
   width: 265px;
 }
 .example_f_tour span:after {
   content: '\00bb';
   position: absolute;
   opacity: 0;
   top: 0;
   right: -20px;
   transition: 0.5s;
 }
 .example_f_tour:hover span {
   padding-right: 25px;
 }
 .example_f_tour:hover span:after {
   opacity: 1;
   right: 0;
 }


.virtual_infoblock {
    width: 30%;
    height: 290px;
    margin: 10px;
    float: left;
    background: rgb(253, 253, 253);
    border: 1px solid rgb(241, 241, 241);
}


/*  Admissions - Virtual Feature */

.virtual-block-feat {
    background-color: #EDECEC;
    height: 160px;
    padding: 20px;
    margin-bottom: 20px;
}

.virtual-video-feat {
    float: right;
    margin-left: 10px;
    margin-top: 12px;
    width: 30%;
}
.virtual-text-feat {
    /*float: left;*/
    margin-right: 10px;
    width: 67%;
}


/*  TCS Connects: Infographics */

.page-node-1807741 .infoblock {
    width: 30%;
    margin: 15px;
    float: left;
    background: none;
    border: none;
    height: auto;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*  Responsive Table: Row Collapse */

table {
	background-color: transparent;
	border-collapse: collapse;
	/*font-family: Arial, Helvetica, sans-serif*/
}
.dcf-table tbody, .dcf-table thead {
	font-size: .84em
}
.dcf-table tfoot {
	font-size: .75em
}
.dcf-table tbody {
	border-bottom: 1px solid #e3e3e2;
	border-top: 1px solid #e3e3e2
}
.dcf-table td, .dcf-table th {
	padding-right: 1.78em
}
.dcf-table-bordered, .dcf-table-bordered td, .dcf-table-bordered th {
	border: none;
}
.dcf-table-bordered td, .dcf-table-bordered th, .dcf-table-striped td, .dcf-table-striped th {
	padding-left: 1em;
	padding-right: 1em
}
.dcf-table-bordered tr:not(:last-child), .dcf-table-striped tr:not(:last-child) {
	border-bottom: 1px solid #e3e3e2
}
.dcf-table-striped tbody tr:nth-of-type(2n) {
	background-color: #ECF0F1
}
.dcf-table thead td, .dcf-table thead th {
	padding-bottom: .75em;
	vertical-align: bottom
}
.dcf-table tbody td, .dcf-table tbody th, .dcf-table tfoot td, .dcf-table tfoot th {
	padding-top: .75em;
	vertical-align: top
}
.dcf-table tbody td, .dcf-table tbody th {
	padding-bottom: .75em
}
.dcf-table-bordered thead th {
	padding-top: 1.33em
}
.dcf-wrapper-table-scroll {
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 1em;
	position: relative;
	right: 50%;
	width: 100vw
}






div.view-dom-id-77b4ed666ccc9f9e0196215f4c75dce8 .ui-accordion p {

  margin-top: 0px;
  margin-bottom: 0px;
}


div#ui-accordion-1-header-0 p,
div#ui-accordion-1-header-1 p {
    margin-top: 0px;
    margin-bottom: 0px;
}

/*  School Reopening */

.page-node-1808090 h3 {
    color: #7d3136;
}

/*   */

@media only screen and (max-width:42.09em) {
.dcf-table-responsive thead {
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
	white-space: nowrap
}
.dcf-table-responsive tr {
	display: block;
    padding: 20px 0;
}
.dcf-table-responsive td {
	-webkit-column-gap: 3.16vw;
	-moz-column-gap: 3.16vw;
	column-gap: 3.16vw;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 2fr;
	grid-template-columns: 1fr 2fr;
	text-align: left!important
}
.dcf-table-responsive.dcf-table-bordered, .dcf-table-responsive.dcf-table-bordered thead th {
	border-width: 0
}
.dcf-table-responsive.dcf-table-bordered tbody td {
	border-top-width: 0
}
    
.dcf-table-responsive.dcf-table-bordered tbody td p {
	margin: 0
}
    
.dcf-table-responsive:not(.dcf-table-bordered) tbody tr {
	padding-bottom: .75em
}
.dcf-table-responsive:not(.dcf-table-bordered) tbody td {
	padding-bottom: 0
}
.dcf-table-responsive:not(.dcf-table-bordered):not(.dcf-table-striped) tbody td {
	padding-right: 0
}
.dcf-table-responsive.dcf-table-bordered tbody tr:last-child td:last-child {
	border-bottom-width: 0
}
.dcf-table-responsive tbody td:before {
	content: attr(data-label);
	float: left;
	font-weight: 700;
	padding-right: 1.78em
}
}


/*  Featured Video Event */

.video-event-block {
    background-color: #F8F8F8;
    /*height: 170px;*/
    padding: 20px
}

/*.video-event-video {
    float: left;
    margin-right: 10px;
}*/

/*.video-event-text {
    float: left;
    margin-right: 10px;
    width: 654px;
}*/

.video-event-name {
    display: block;
    font-size: 22px;
    color: #7d3136;
    font-family: "chunkfive";
    margin: 10px 0;
}

.video-event-video-name {
    display: block;
    font-size: 28px;
    /*color: #7d3136;*/
    font-family: "chunkfive";
    margin: 10px 0;
    text-align: center;
}

.video-event-description {
    display: block;
    font-size: 1.1em;
    /*font-style: italic;*/
    margin-top: 1.2em;
}

.video-event-dowload {
    display: block;
    font-size: 1.1em;
    margin-top: 1.0em;
    text-align: center
}

.video-event-full-screen {
    display: block;
    font-size: 0.9em;
    margin-top: 1.0em;
    text-align: center
}

.video-event-doc-dowload {
    display: block;
    font-size: 3.1em;
    margin-top: 1.0em;
    text-align: center
}

.video-event-separator {
    clear: left;
    margin: 2.0em 0;
    /*background-color: #eee*/
    text-align: center;
}


/*  School Reopening */

.page-node-1808090 h3 {
    color: #7d3136;
}

.generic-block {
    background: #DADADA;
    padding: 30px;
    margin-bottom: 30px
}

.split-block {
  /*height: 280px;*/
  margin-bottom: 60px;
}
.split-block-b {
  /*height: 460px;*/
  margin-bottom: 60px;
}
/*.split-block-1 {
  float: left;
  width: 50%;
}
*/


.img-side-block {
    height: 650px;
}
.img-side-img {
    float: right;
    margin-left: 10px;
}
.img-side-text {
    float: left;
    margin-right: 10px;
    width: 600px;
}


.icon-container {
  text-align: center;
  margin: 60px 0;
}

.re-open-icon {
  text-align: center;
}

.re-open-icons {
  text-align: center;
  float: left;
  /*margin: 22px;
    width: 25%;*/
  margin: 0 5px;
  width: 130px;
}

.re-open-icons a img {
  width: 60%;
}

.text-menu {
    text-align: center;

}


.re-open-title-block {
  width: auto;
  /*height: 130px;*/
  padding: 4px;
  margin-top: 30px
}
.re-open-title-icon {
  height: auto;
  float: left;
  /*margin-right: 20px*/
}
.re-open-title-icon img {
  width: 80%;
}
.re-open-title-text {
  float: left;
  padding-top: 1.0%;
  /*padding-bottom: 2%;*/
}
.re-open-title-text h2 a {
  font-size: 26px;
}



.icons-row { background-color: red}

.icons-row-1 { background-color: red}
.icons-row-2 { background-color: yellow}


div#ui-accordion-1-header-0 p, div#ui-accordion-1-header-1 p, div#ui-accordion-1-header-2 p, div#ui-accordion-1-header-3 p, div#ui-accordion-1-header-4 p, div#ui-accordion-1-header-5 p, div#ui-accordion-1-header-6 p, div#ui-accordion-2-header-0 p, div#ui-accordion-2-header-1 p, div#ui-accordion-2-header-2 p, div#ui-accordion-2-header-3 p, div#ui-accordion-2-header-4 p, div#ui-accordion-2-header-5 p, div#ui-accordion-2-header-6 p, div#ui-accordion-2-header-7 p, div#ui-accordion-2-header-8 p, div#ui-accordion-3-header-0 p, div#ui-accordion-3-header-1 p, div#ui-accordion-3-header-2 p, div#ui-accordion-3-header-3 p, div#ui-accordion-3-header-4 p, div#ui-accordion-3-header-5 p, div#ui-accordion-4-header-0 p, div#ui-accordion-4-header-1 p, div#ui-accordion-4-header-2 p, div#ui-accordion-4-header-3 p, div#ui-accordion-4-header-4 p, div#ui-accordion-5-header-0 p, div#ui-accordion-5-header-1 p, div#ui-accordion-5-header-2 p, div#ui-accordion-5-header-3 p, div#ui-accordion-5-header-4 p, div#ui-accordion-5-header-5 p, div#ui-accordion-5-header-6 p, div#ui-accordion-5-header-7 p, div#ui-accordion-5-header-8 p, div#ui-accordion-5-header-9 p, div#ui-accordion-5-header-10 p, div#ui-accordion-5-header-11 p, div#ui-accordion-5-header-12 p, div#ui-accordion-6-header-0 p, div#ui-accordion-6-header-1 p, div#ui-accordion-6-header-2 p, div#ui-accordion-6-header-3 p, div#ui-accordion-6-header-4 p, div#ui-accordion-6-header-5 p, div#ui-accordion-7-header-0 p, div#ui-accordion-7-header-1 p, div#ui-accordion-7-header-2 p  {
    margin-top: 0px;
    margin-bottom: 0px;
}


/* Site Alert  */

div#block-views-site-alert-block-1 h3 {
  margin-top: 1.3em;
  margin-bottom: 0.2em;
  font-size: 1.3em;
  color: #3f5a69;
}

.views-field.views-field-created {
  margin-bottom: 1.2em;
}


/* Static Homepage News Block   */
 
#block-views-news-block-8 .views-row {
  float: left;
  height: 200px;
  width: 48.7%;
  clear: none;
  margin: 0 5px;
  background: #7D3036;
  border: 1px solid rgb(241, 241, 241);
}

#block-views-news-block-8 h3 a:link, #block-views-news-block-8 h3 a:visited, #block-views-news-block-8 h3 a:link, #block-views-news-block-8 h3 a:visited {
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
  font-weight: normal;
}


/* SVG Image Map Tooltips   */

/* ----	QTIP ----*/
area {
  cursor: pointer;
}
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 180px;
  min-width: 50px;
  font-size: 14px;
  line-height: 17px;
  direction: ltr;
  box-shadow: none;
  padding: 0;
}
.qtip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  text-align: center;
  word-wrap: break-word;
}
.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: bold;
}
.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important;
}
/* Default close button class */
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  cursor: pointer;
  outline: medium none;
  border-width: 0px;
  border-style: solid;
  border-color: transparent;
}
.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px;
}
* html .qtip-titlebar .qtip-close {
  top: 16px;
}
/* IE fix */
.qtip-titlebar .ui-icon, .qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr;
}
.qtip-icon, .qtip-icon .ui-icon {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  text-decoration: none;
}
.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma, sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em;
}
/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
/* Default tooltip style */
.qtip-default {
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfdf;
  background-color: #ffffff;
  color: #000000;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 5px;
}
/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content, .qtip:not(.ie9haxors) div.qtip-titlebar {
  filter: none;
  -ms-filter: none;
}
.qtip .qtip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
}
/* Opera bug #357 - Incorrect tip position
https://github.com/Craga89/qTip2/issues/367 */
x:-o-prefocus, .qtip .qtip-tip {
  visibility: hidden;
}
.qtip .qtip-tip, .qtip .qtip-tip .qtip-vml, .qtip .qtip-tip canvas {
  position: absolute;
  color: #123456;
  background: transparent;
  border: 0 dashed transparent;
}
.qtip .qtip-tip canvas {
  top: 0;
  left: 0;
}
.qtip .qtip-tip .qtip-vml {
  behavior: url(#default#VML);
  display: inline-block;
  visibility: visible;
}
#qtip-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* Applied to modals with show.modal.blur set to true */
#qtip-overlay.blurs {
  cursor: pointer;
}
/* Change opacity of overlay here */
#qtip-overlay div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.qtipmodal-ie6fix {
  position: absolute !important;
}


/* DivTable.com */
.divTable {
  display: table;
  width: 100%;
  background: #F6F6F6;
  border: 1px solid #EEEEEE;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  margin: 30px 0;
}
.divTableRow {
  display: table-row;
}
.divTableHeading {
  background-color: #EEE;
  display: table-header-group;
}
.divTableCell, .divTableHead {
  border: 0px solid #999999;
  display: table-cell;
  padding: 12px;
}
.divTableCellCat {
  border: 0px solid #999999;
  display: table-cell;
  padding: 12px;
  width: 86px
}
.divTableHeading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold;
}
.divTableFoot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}
.divTableBody {
  display: table-row-group;
}


#sidebar-second {
  color: #575757;
}

calendar-calendar td {
    color: #000;
    text-align: right;
}



/* Virtual Reunion Weekend Registration */

.webform-component--donation--title-donation-amount {  
    margin-bottom: 12px;
}
.webform-component--additional-info-fieldset--participate-escape-room-event {
    margin-bottom: 20px;
}
.webform-component--additional-info-fieldset--participate-escape-room-event label {
    margin-bottom: 10px;
}