 /*
 * ============================================================================
 *  Alberta Genealogical Society Custom CSS
 * ============================================================================
 */

 @import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,800,300);
 /* Font Family 

font-family: 'Open Sans', sans-serif;
*/

.anythingSlider .fade .panel {
    transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 2.4s ease-in-out;
}

.anythingSlider .fade .activePage {
    opacity: 1 !important;
}

 html {
     background-color: #fff;
 }

 body {
     background-color: transparent;
 }

 html,
 body {
     font-family: 'Open Sans', sans-serif;
     color: #757575;
     overflow-x: hidden;
 }

 .ui-front {
     z-index: 10000;
 }

 a,
 a img,
 .page-footer-wrapper:before,
 .medium-feature .cell {
     transition: all 0.5s linear;
     -webkit-transition: all 0.5s linear;
     -moz-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
 }

 .site-link a {
     color: #00a7b3;
 }

 .site-link a:hover {
     color: #cc6161;
     text-decoration: none;
 }

 h1,
 h4 {
     color: #64719b;
 }

 h2 {
     color: #00a7b3;
     font-weight: 600;
 }

 h3 {
     line-height: 1.4em;
     color: #4679BB;
 }

 h4 {
     font-weight: 700;
 }

 h5 {
     color: #00a7b3;
 }

 h6 {
     color: #00a7b3;
     font-weight: 700;
 }

 .view-button a,
 .category-product-add-cart form>a:before,
 .product-add td+td:not(:last-child):before {
     background-color: #00a7b3;
     border: 0;
 }

 .view-button a:hover,
 .category-product-add-cart form>a:hover:before,
 .product-add td+td:hover:not(:last-child):before {
     background-color: #4679BB;
     border: 0;
 }

 .view-button a:hover:before,
 .category-product-add-cart form>a:hover:before,
 .product-add td+td:hover:not(:last-child):before {
     color: #fff;
 }

 .related-title a,
 .news-title a {
     color: #00a7b3;
     font-weight: 600;
 }

 .related-title a:hover,
 .news-title a:hover {
     color: #4679BB;
 }


 .headline-carousel .related-title a {
     color: #fff;
 }

 .related-link a {
     color: #cc6161;
     font-weight: 500;
 }

 .editor-content .content-wrapper ul {
     list-style-type: none;
     padding-left: 20px;
     padding-top: 20px;
 }

 .editor-content .content-wrapper li {
     position: relative;
     padding-bottom: 10px;
     font-size: .9em;
     padding: 0 0 0 20px;
 }


 .editor-content .content-wrapper ul li:before {
     color: #00a7b3;
     content: "\25AA";
     font-size: 1.5em;
     padding-right: 10px;
     position: absolute;
     left: 0px;
 }

 .rating-votes strong,
 .comment-summary-count-total {
     color: #00a7b3;
 }

 .rating-votes span {
     color: #64719b;
 }

 .comment-summary-count-label {
     color: #B8B8B8;
 }

 .side-nav ul li.selected>a {
     color: #00a7b3;
 }

 iframe,
 object,
 embed {
     max-width: 100%;
 }
/*
 .category-product-add-cart form>a:before,
 .list-item-product .list-item-datum-add_to_cart form>a:before {
     background-color: #f26522;
     border-color: transparent;
     color: #ffffff;
 }
*/
 .category-product-add-cart form>a:hover:before,
 .list-item-product .list-item-datum-add_to_cart form>a:hover:before {
     opacity: .7;
 }

 @media (max-width: 768px) {
     table.inner-responsive {
         font-size: .9em;
     }

     table.inner-responsive,
     .inner-responsive thead,
     .inner-responsive tbody,
     .inner-responsive th,
     .inner-responsive td,
     .inner-responsive tr {
         display: block;
     }

     .inner-responsive td {
         margin-top: 10px;
         margin-bottom: 10px;
         position: relative;
         width: 100% !important;
         text-align: left;
     }
 }

 @media (max-width: 768px) {

     body:not(.product) .quick-nav .store-links {
         background: #64719b;
         z-index: 75000
     }
 }

 @media (max-width: 482px) {
     .table-responsive table {
         font-size: .85em !important;
     }
 }
 /*
 * ============================================================================
 * 	Header Style
 * ============================================================================
 */

 .quick-nav .nav-links {
     padding-top: 5px;
     padding-right: 10px;
 }

 .site-search {
     padding-top: 4px;
     padding-bottom: 6px;
     border-bottom: 1px solid #f1f1f1;
     width: 150px;
 }

 .site-search form {
     background-color: transparent;
     border-left: 1px solid transparent;
     border-right: 1px solid transparent;
     max-height: 20px;
 }

 input.search-text {
     color: #000 !important;
     text-transform: uppercase;
     border-right: 1px solid #f1f1f1;
     font-size: .8em;
     width: 111px !important;
 }

 .nav-links a {
     text-transform: uppercase;
 }

 .quick-nav {
     border-bottom: 0;
 }

 @media (min-width: 1260px) {
     .logo-top {
         z-index: 999;
         position: absolute;
         margin-top: -44px;
         margin-left: -25px;
     }
 }

 @media (max-width: 1259px) {
     .logo-top {
         text-align: center;
     }
 }
 /*
 * ============================================================================
 * 	Navigation
 * ============================================================================
 */

 .dropdown-menu .dropdown-submenu.sui-dropdown-submenu-offset:hover>.dropdown-menu,
 .dropdown-menu.open {
     background-color: #64719b;
 }

 @media (max-width: 768px) {
     .navbar-collapse.in {
         background-color: #64719b;
     }

     .navbar-collapse .nav>li>a:hover,
     .navbar-collapse .dropdown-menu a:hover {
         background-color: rgba(238, 238, 238, 0.55);
     }

     .in .nav>.active:not(.open)>a {}
 }

 .navbar-btn {
     background-color: #00a7b3 !important;
     border-radius: 0;
 }

 .navbar .navbar-btn:before {
     content: "Navigation";
     color: #FFFFFF;
     text-transform: uppercase;
 }

 .navbar .navbar-btn:hover:before {
     color: #EEEEEE;
 }

 .navbar .navbar-btn .icon-bar {
     background-color: #fff;
 }

 .navbar .navbar-btn .icon-bar:hover {
     background-color: #eee;
 }



 .primary-nav .content-wrapper {
     z-index: 70000;
 }

 .dropdown .dropdown-menu.open {
     z-index: 75000;
 }

.navbar-nav .dropdown-menu > li > a,
.navbar-default .navbar-nav .open .dropdown-menu > li > a{
    color: #fff;
}

.dropdown-submenu.sui-dropdown-submenu-negative-offset>a:before, .dropdown-submenu>a:after {
    border-left: 4px solid #fff;
}

 .quick-nav {
     border-bottom: 0;
 }

 .caret {
     display: none;
 }

@media (max-width: 767px) {
    .navbar-collapse .dropdown-menu a,
    .navbar-collapse .nav>li>a {
        color: #fff;
    }
    
    .navbar-default .navbar-collapse {
        height: auto !important;
        z-index: 101;
    }
}

 @media (min-width: 1259px) {
     .primary-nav.section-wrapper {
         margin-top: 23px !important;
         margin-right: 47px !important;
     }

     .navbar-nav {
         float: right;
     }

     .navbar-default .navbar-nav>li:first-child {
         display: none;
     }
 }
 /*
 * ============================================================================
 * 	Headline Carousel
 * ============================================================================
 */

 .headline-carousel .related-link {
     display: none;
 }

 .carousel-shoutcms .anythingControls {
     bottom: -7px;
 }

 .anythingSlider-carousel-shoutcms.activeSlider .anythingControls a {
     background-color: #FFF;
     border-radius: 0;
     width: 20px;
     height: 5px;
 }

 .anythingSlider-carousel-shoutcms .back a {
     background: url(../images/arrow-prev.png);
     width: 23px;
     height: 38px;
 }

 .anythingSlider-carousel-shoutcms .forward a {
     background: url(../images/arrow-forward.png);
     width: 23px;
     height: 38px;
 }

 .anythingSlider-carousel-shoutcms .back a:hover,
 .anythingSlider-carousel-shoutcms .forward a:hover {
     opacity: .65;
     background-color: #fff;
 }
 /*

.frontpage .headline-carousel .panel:nth-child(1) .middle-right {
	background-color: transparent;
	top: 0;
	max-width: 100%;
	left: 0;
	width: 100%;
}

.frontpage .headline-carousel .panel:nth-child(1) .middle-right .related-summary {
	display: none;
}

.frontpage .headline-carousel .panel:nth-child(1) .middle-right .related-title a {
	color: transparent;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

*/

 .frontpage .headline-carousel .panel:nth-child(1) .middle-right {
     border-right: 75px solid transparent;
     height: 0;
     border-bottom: 130px solid rgba(115, 113, 136, 0.94);
     background-color: transparent;
 }

 .frontpage .headline-carousel .panel:nth-child(2) .middle-right {
     border-right: 75px solid transparent;
     height: 0;
     border-bottom: 130px solid rgba(71, 97, 153, 0.94);
     background-color: transparent;
 }

 .frontpage .headline-carousel .panel:nth-child(3) .middle-right {
     border-right: 75px solid transparent;
     height: 0;
     border-bottom: 130px solid rgba(68, 142, 156, 0.89);
     background-color: transparent;
 }

 .frontpage .headline-carousel .panel:nth-child(4) .middle-right {
     border-right: 75px solid transparent;
     height: 0;
     border-bottom: 130px solid rgba(245, 118, 46, 1);
     background-color: transparent;
 }

 .frontpage .headline-carousel .panel:nth-child(5) .middle-right {
     border-right: 75px solid transparent;
     height: 0;
     border-bottom: 130px solid rgba(34, 173, 179, 0.88);
     background-color: transparent;
 }

 .frontpage .headline-carousel .panel:nth-child(6) .middle-right {
     border-right: 75px solid transparent;
     height: 0;
     border-bottom: 130px solid rgba(77, 153, 71, 0.94);
     background-color: transparent;
 }

 @media (min-width: 769px) and (max-width: 1150px) {
     .frontpage .headline-carousel .panel:nth-child(1) .middle-right {
         border-bottom: 130px solid rgba(115, 113, 136, 0.94) !important;
     }

     .frontpage .headline-carousel .panel:nth-child(2) .middle-right {
         border-bottom: 190px solid rgba(71, 97, 153, 0.94) !important;
     }

     .frontpage .headline-carousel .panel:nth-child(3) .middle-right {
         border-bottom: 190px solid rgba(68, 142, 156, 0.89) !important;
     }

     .frontpage .headline-carousel .panel:nth-child(4) .middle-right {
         border-bottom: 190px solid rgba(245, 118, 46, 1) !important;
     }

     .frontpage .headline-carousel .panel:nth-child(5) .middle-right {
         border-bottom: 190px solid rgba(34, 173, 179, 0.88) !important;
     }
     .frontpage .headline-carousel .panel:nth-child(6) .middle-right {
         border-bottom: 190px solid rgba(71, 97, 153, 0.94) !important;
     }
 }

 .frontpage .headline-carousel .anythingWindow {
     background: white;
 }

 .frontpage .headline-carousel .content-wrapper>* {
     margin-bottom: 0;
 }

 @media (min-width: 769px) {
     .anythingSlider-carousel-shoutcms .arrow {
         top: inherit;
         bottom: 11px;
         display: block !important;
     }

     .anythingSlider-carousel-shoutcms .arrow.back {
         right: 29px;
         left: inherit;
     }

     .frontpage .headline-carousel.section-wrapper:before {
         background: url(../images/carousel-bg.jpg) repeat-x;
         content: "";
         width: 100%;
         DTheight: 856px;
         height: 425px;
         position: absolute;
         background-position-y: -190px;
     }

     .frontpage .headline-carousel h3.related-title {
         padding-top: 17px;
     }

     .frontpage .headline-carousel .related-link {
         z-index: 9999;
         position: absolute;
         width: 100%;
         height: 100%;
         top: 0;
         left: 0;
         float: left;
     }

     .frontpage .headline-carousel .related-link a {
         z-index: 1;
         position: absolute;
         display: inline-block;
         padding: 200%;
         margin-top: -149px;
         background-color: transparent;
     }


     .frontpage .headline-carousel .middle-right {
         top: 42%;
         max-width: 90%;
         left: 0;
         width: 45%;
     }

     /*.frontpage .headline-carousel .middle-right {
		top: 58%;
		max-width: 85%;
		left: 0;
		width: 75%;
		}*/
     /*.frontpage .headline-carousel:after {
		background-color: #00a7b3;
		position: absolute;
		width: 100%;
		height: 75px;
		z-index: 1;
		content: "";
		margin-top: -21px;
		border-top: 5px solid #00C3D1;
		}*/
 }

 @media (max-width: 500px) {
     .frontpage .headline-carousel {
         display: none;
     }
 }
 /*
 * ============================================================================
 * 	Editor
 * ============================================================================
 */

 .editor-content {
     z-index: 1;
     position: relative;
 }
 /*
 * ============================================================================
 * 	Frontpage
 * ============================================================================
 */

 .frontpage .editor-content .content-wrapper {
     max-width: none;
     background-color: #fff;
 }

 .frontpage .top-editor h1,
 .frontpage .bottom-editor h1 {
     margin-top: 5px;
     color: #fff;
     font-size: 2em;
     DTmargin-left: 50px;
     text-align: center;
 }

 .frontpage .content-center {
     padding-top: 35px;
     padding-bottom: 35px;
 }

 .frontpage .content-center div {
     font-size: .95em;
 }

 @media (min-width: 845px) {
     .frontpage .top-editor {
         background-color: #00a7b3;
         height: 75px;
         DTmargin-top: -21px;
         padding-top: 14px;
         border-top: 5px solid #00C3D1;
     }

     .frontpage .bottom-editor {
         height: 97px;
         background-color: #9599a6;
         padding-top: 20px;
     }
 }


 @media (max-width: 844px) {
     .frontpage .top-editor {
         background-color: #00a7b3;
         z-index: 1;
         content: "";
         padding-top: 14px;
         border-top: 5px solid #00C3D1;
         margin-top: 0px;
         padding-bottom: 15px;
         text-align: center;
     }

     .frontpage .bottom-editor {
         background-color: #9599a6;
         padding-top: 0px;
         text-align: center;
         padding-top: 15px;
         padding-bottom: 15px;
     }
 }

 @media (min-width: 1029px) {
     .frontpage .content-center .col-md-4 {
         min-height: 200px;
     }

     .frontpage .content-center .col-md-4:nth-child(2) {
         border-left: 1px solid #DBDBDB;
         border-right: 1px solid #DBDBDB;
     }
 }
 /*
 * ============================================================================
 * 	Page
 * ============================================================================
 */

 .news-items .layout-grid-row:last-child,
 .side-nav ul li:last-child,
 .category.with-sidebar .main-column .layout-grid>.layout-grid-row:last-child {
     border-bottom: 0;
 }

 .page.fullwidth .top-page-bar,
 .news.fullwidth .top-page-bar,
 .store-sortbar .sort_bar {
     display: none;
 }

 .top-page-bar,
 .page.with-sidebar .editor-content,
 .news.category .editor-content,
 .news.category .category-items,
 .product-category .editor-content,
 .page-sortbar,
 .store-side-cart.section-wrapper,
 .nested-columns,
 #order_buttons,
 .page-form.section-wrapper,
 .news-item .editor-content,
 .category-items.products,
 .system-page .editor-content .content-wrapper,
 .system-page .login-frame .content-wrapper,
 .system-page .password-forgot-link .content-wrapper,
 .list.list-unified_list-items {
     background-color: white;
 }

 .top-page-bar>.content-wrapper {
     padding-left: 15px;
     padding-right: 15px;
 }

 .news.category:not(.fullwidth) .category-items>.content-wrapper,
 .nested-columns>.content-wrapper,
 .news-item .editor-content>.content-wrapper,
 .category-items.products>.content-wrapper,
 .system-page .login-frame .content-wrapper,
 .system-page .password-forgot-link .content-wrapper,
 .list.list-unified_list-items {
     padding-left: 15px;
     padding-right: 15px;
     border-bottom-right-radius: 4px;
     border-bottom-left-radius: 4px;
     border-bottom: 2px solid #e5e5e5;
     margin-bottom: 15px;
 }

 .page.with-sidebar .editor-content>.content-wrapper,
 .news.category:not(.fullwidth) .editor-content>.content-wrapper,
 .product-category:not(.fullwidth) .editor-content>.content-wrapper {
     padding-left: 15px;
     padding-right: 15px;
     padding-bottom: 15px;
 }

 .page-form>.content-wrapper {
     padding-left: 15px;
     padding-right: 15px;
     margin-bottom: 15px;
 }

 .frontpage .page-form>.content-wrapper,
 .fullwidth .small-feature.section-wrapper,
 .fullwidth .large-feature .layout-grid-row-data,
 .fullwidth .medium-feature .related-link.hidden {
     border-bottom-right-radius: 0;
     border-bottom-left-radius: 0;
     border-bottom: 0;
 }

 .fullwidth .editor-content>.content-wrapper {
     margin-top: 14px;
     /*border-top: 2px solid #DADADA;*/
 }

 .nested-columns>.content-wrapper {
     padding-top: 15px;
     padding-bottom: 15px;
 }

 .news-item .nested-columns>.content-wrapper {
     display: none;
 }

 .category-items>.content-wrapper>.news-items,
 .page.with-sidebar .medium-feature .content-wrapper {
     padding-top: 20px;
 }

 .custom-branch .medium-feature .content-wrapper {
     padding-top: 0 !important;
 }

 .page.with-sidebar .medium-feature .content-wrapper:empty {
     display: none;
 }

 .news .editor-content>.content-wrapper,
 .system-page .password-forgot-link .content-wrapper {
     padding-bottom: 20px;
 }

 .sub-nav {
     background-color: white;
 }

 .sub-nav .content-wrapper {
     padding-left: 15px;
     padding-right: 15px;
 }

 .page .page-content-wrapper,
 .news .page-content-wrapper,
 .product-category .page-content-wrapper,
 .product .page-content-wrapper,
 .system-page .page-content-wrapper,
 .news-item.article .page-content-wrapper {
     background-color: #f3f3f2;
 }

 /*.main-column,
 .side-column-left,
 .side-column-right,
 .editor-content,
 .checkout .checkout-area {
     DTz-index: 60000;
     z-index: 8500;
 }*/

.checkout .page-footer-wrapper,
 .page.fullwidth .page-footer-wrapper,
 .system-page .page-footer-wrapper,
 .news.fullwidth .page-footer-wrapper,
.core-page.fullwidth .page-footer-wrapper {
    padding-top: 0;
}

 .checkout .page-footer-wrapper:before,
 .page.fullwidth .page-footer-wrapper:before,
 .system-page .page-footer-wrapper:before,
 .news.fullwidth .page-footer-wrapper:before,
 .core-page.fullwidth .page-footer-wrapper:before {
     display: none;
 }

 .system-page .small-feature.section-wrapper {
     display: block !important;
     visibility: visible !important;
     border-bottom-right-radius: 0;
     border-bottom-left-radius: 0;
     border-bottom: 0;
 }

 .system-page .small-feature .content-wrapper {
     padding: 0;
 }

 .system-page .plane,
 .system-page .birds,
 .news.fullwidth .birds,
 .page.fullwidth .plane .core-page.fullwidth .birds,
 .core-page.fullwidth .plane {
     display: none;
 }

 .system-page .page-form.section-wrapper,
 {
     background-color: transparent;
 }

 .checkout .page-content-wrapper,
 .page.fullwidth .page-content-wrapper,
 .news.fullwidth .page-content-wrapper {
     background: none;
 }

 .sitemap .content-wrapper {
     margin-top: 50px;
     padding-top: 35px;
     padding-bottom: 35px;
 }

 .frontpage .page-content-wrapper {
     background-color: #f3f3f2;
 }

 .form-title {
     border-top: 0;
 }
 /*.page-content-wrapper:after {
	background: url(../images/city-back.png) repeat-x bottom center;
	content: "";
	position: absolute;
	height: 339px;
	width: 100%;
	margin-top: -338px;
	overflow:auto;
}
*/

 .page-content-wrapper {
     background: url(../images/city-back-large.png) repeat-x bottom center fixed;
 }

 @media (min-width: 1170px) {
     .birds {
         background: url('../images/birds.png') no-repeat;
         width: 132px;
         height: 62px;
         position: fixed;
         right: 92px;
         top: 209px;
         z-index: 0;
     }

     .plane {
         background: url('../images/plane.png') no-repeat;
         width: 81px;
         height: 53px;
         position: fixed;
         right: 100px;
         top: 150px;
         z-index: 0;
     }
 }
 /*
 * ============================================================================
 * 	Features
 * ============================================================================
 */

 .small-feature .layout-grid-row {
     margin-left: 0 !important;
     margin-right: 0 !important;
 }

 .medium-feature .cell,
 .large-feature .cell,
 .list-feature.section-wrapper {
     background-color: #fff;
 }

 .medium-feature .cell:hover {
     opacity: .5;
 }

 .medium-feature .related-title,
 .medium-feature .related-summary,
 .medium-feature .related-link {
     padding-left: 15px;
     padding-right: 15px;
 }

 .medium-feature .related-summary {
     font-size: .9em;
 }

 .medium-feature .related-link a:before {
     visibility: visible;
     content: "";
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     margin-left: 15px;
 }


 .medium-feature .related-link a {
     visibility: hidden;
 }

 .small-feature .content-wrapper {
     padding-left: 15px;
     padding-right: 15px;
     padding-top: 15px;
 }

 .list-feature .content-wrapper {
     margin-top: 15px;
     padding-left: 15px;
     padding-right: 15px;
 }

 .list-feature .layout-grid-row {
     border-bottom: 0;
 }

 .large-feature .related-title,
 .large-feature .related-summary,
 .large-feature .related-link {
     padding-left: 15px;
     padding-right: 15px;
 }

 .large-feature .related-link {
     padding-bottom: 15px;
 }

 .large-feature .cell>.middle>.middle-left:empty+.middle-center+.middle-right>.related-title,
 .large-feature .cell>.middle>.middle-left:empty+.middle-center+.middle-right>.related-link {
     padding: 15px;
 }

 .large-feature .cell>.middle>.middle-left:empty+.middle-center+.middle-right>.related-summary {
     padding-left: 15px;
     padding-right: 15px;
 }

 .large-feature .related-title {
     padding-top: 15px;
 }

 .news-picture a {
     border: none;
 }

 @media (min-width: 769px) {
     .medium-feature .related-link.hidden,
     .large-feature .layout-grid-row-data .cell,
     .small-feature.section-wrapper {
         display: block !important;
         visibility: visible !important;
         border-bottom-right-radius: 4px;
         border-bottom-left-radius: 4px;
         border-bottom: 2px solid #e5e5e5;
     }

     .layout-grid-row {
         border-bottom: 0;
     }
 }

 @media (max-width: 483px) {
     .medium-feature .cell {
         padding-bottom: 15px;
     }
 }


 .multi-four-column .layout-grid-row {
     width: 25%;
     float: left;
     padding: 15px !important;
     margin: 0 !important
 }

 .multi-four-column .layout-grid-row .middle.center.middle-center {
     margin-left: 0.6em;
 }

 .list-item-datum-image {
     border: 0;
 }
 /*
 * ============================================================================
 * 	Footer
 * ============================================================================
 */

.page-footer-wrapper {
    padding-top: 158px;
}
 .page-footer-wrapper:before {
     background: url(../images/city-front.png) no-repeat bottom center #f3f3f2;
     content: "";
     height: 164px;
     width: 100%;
     position: absolute;
     display: block;
     z-index: 1;
     margin-top: -158px;
 }

/*.page-content-wrapper .columns-wrapper > .content-wrapper {
    padding-bottom: 80px;
}*/

 .site-footer {
     background-color: transparent;
 }

 .site-footer .content-wrapper {
     max-width: none;
 }

 .footer-mid {
     color: #557590;
     font-size: .9em;
     background: url(../images/footer-bottom-bg.jpg) no-repeat 147px 0;
     min-height: 198px;
     height: 100%;
 }

 .footer-title {
     color: #00a7b3;
     font-weight: 800;
     padding-bottom: 15px;
 }

 .footer-quicklinks {
     padding: 0;
     color: #557590;
     margin-bottom: 15px;
 }

 .red.strong {
     font-weight: 800;
     color: #cc6161;
 }

 .footer-mid .col-sm-12 a {
     color: #64719b;
     font-weight: 800;
 }

 .footer-links {
     text-align: right;
 }

 .footer-bottom {
     border-top: 2px solid #e8e8e8;
     background-color: #f2f2f2;
     padding-top: 7px;
     padding-bottom: 7px;
 }

 .footer-bottom div,
 .footer-bottom a {
     color: #333;
     font-size: .9em;
 }

 .footer-bottom a:hover {
     color: #cc6161;
 }

 .footer-text2 {
     font-size: .9em;
     margin-top: 15px;
     text-align: left;
     background-color: rgba(255, 255, 255, 0.85);
     padding: 5px;
     border-radius: 5px;
 }

 .copyright-text {
     float: left;
 }

 .footer-logos {
     margin-top: 15px;
     text-align: center;
 }

 .alberta-historical-logo,
 .alberta-lottery-logo,
 .edmonton-logo,
 .heritage {
     transition: all 0.2s linear;
     -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
     -o-transition: all 0.2s linear;
     opacity: .3;
 }


 .alberta-historical-logo:hover,
 .alberta-lottery-logo:hover,
 .edmonton-logo:hover,
 .heritage:hover {
     opacity: 1;
 }


 @media (max-width: 1131px) {
     .footer-quicklinks {
         width: 100%;
         margin-bottom: 15px;
     }
 }

 @media (max-width: 844px) {
     .footer-links {
         padding-top: 15px;
         padding-bottom: 15px;
     }

     .footer-mid,
     .footer-links {
         text-align: center;
     }

     .page-footer-wrapper:before {
         background: url(../images/city-front.png) no-repeat left center #f3f3f2;
     }

     .footer-logos {
         text-align: center;
     }

     .footer-logos img {
         margin-top: 15px;
     }
 }

 @media (max-width: 768px) {
     .footer-mid {
         background: url(../images/footer-bottom-bg.jpg) no-repeat bottom center;
     }
 }

 @media (max-width: 648px) {
     .footer-logos {
         display: none;
     }

     .page-footer-wrapper {
         margin-bottom: 0;
     }
 }

 @media (max-width: 588px) {
     .heritage,
     .copyright-text,
     .system-links {
         text-align: center;
         margin-top: 15px;
         width: 100%;
     }
 }
 /*
 * ============================================================================
 *  Custom Branch Pages General
 * ============================================================================
 */

 .page.three-column.with-extra-side-bar .side-column-left,
 .page.three-column.with-extra-side-bar .side-column-right {
     display: none !important;
 }

 .page.three-column.with-extra-side-bar .main-column-right {
     width: 100%;
 }

 .page.three-column.with-extra-side-bar .main-column-right>.main-column-left {
     width: 100%;
 }


 .page-navigation {
     background-color: #ffffff;
     min-height: 160px;
     margin-right: 15px;
     margin-left: 15px;
 }

 .page-navigation .content-wrapper {
     position: relative;
 }

 .page-navigation li,
 .page-navigation>.content-wrapper>.selected {
     list-style-type: none;
 }

 .page-navigation>.content-wrapper>.selected>span.child_indicator,
 .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li.selected>ul>li {
     display: none;
 }

 .page-navigation>.content-wrapper>.selected,
 .page-navigation>.content-wrapper>.selected>ul,
 .page-navigation>.content-wrapper>.selected>ul>li.selected>ul {
     display: block !important;
     padding-left: 0;
     margin-bottom: 0;
 }


 .page-navigation>.content-wrapper>.selected>ul>li,
 .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li {
     list-style-type: none;
     display: inline-block;
     padding-left: 10px;
     padding-right: 9px;
     padding-bottom: 10px;
     padding-top: 10px;
 }

 .page-navigation>.content-wrapper>.selected>ul {
     /*position: absolute;
 	z-index: 10000;
 	width: 100%;*/
     margin-top: 10px;
     background-color: #64719b;
 }

 .page-navigation>.content-wrapper>.selected>ul>li {
     margin-top: 0;
     margin-bottom: 0;
     /*float:left;*/
 }

 .page-navigation>.content-wrapper>.selected>ul>li:last-child {
     float: right;
     background-color: #00A7B3;
 }

 .page-navigation>.content-wrapper>.selected>ul>li:last-child a:after {
     content: "\A \203A";
 }

 .page-navigation>.content-wrapper>.selected>ul>li:last-child:hover {
     background-color: #8EB8BB;
 }

 .page-navigation>.content-wrapper>.selected>ul>li.selected>ul {
     position: absolute;
     background-color: #ffffff;
     left: 0;
     right: 0;
     margin-top: 10px;
     border-bottom: 1px solid #eee;
 }

 .page-navigation>.content-wrapper>.selected>ul>li.selected {
     display: inline-block;
 }

 .page-navigation>.content-wrapper>.selected>ul>li:hover,
 .page-navigation>.content-wrapper>.selected>ul>li.selected {
     background-color: #8995BB;
 }

 .page-navigation>.content-wrapper>.selected>a,
 .page-navigation>.content-wrapper>.selected>ul>li>a,
 .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li>a {
     color: #ffffff;
 }

 .page-navigation>.content-wrapper>.selected {
     padding-top: 10px;
     /*padding-bottom: 10px;*/
     background-color: #586488;
 }

 .page-navigation>.content-wrapper>.selected>a {
     padding-left: 10px;
     font-size: 1.2em;
     font-weight: bold;
 }

 .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li>a {
     color: #64719b;
 }

 .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li:hover,
 .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li.selected {
     border-bottom: 2px solid #64719b;
 }

 .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li:hover a,
 .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li.selected a {
     color: #64719b;
 }

 .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li>a {
     font-size: .9em;
 }

 @media (max-width: 767px) {
     .page-navigation {
         display: none !important;
     }
 }

 @media (max-width: 482px) {}
 /*
 * ============================================================================
 *  Custom Branch Sepcific Page General Styles
 * ============================================================================
 */

 .brooks-branch,
 .camrose-branch,
 .drayton-valley-branch,
 .grande-prairie-branch,
 .wetaskiwin-branch {}


 .custom-branch .side-column-left,
 .custom-branch .top-page-bar {
     display: none !important;
 }

 .custom-branch .main-column-right {
     width: 100%;
     position: relative;
 }

 .wetaskiwin-branch .editor-content .content-wrapper {
     padding-top: 25px;
 }

 .custom-branch .page-navigation>.content-wrapper>.selected {
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
 }

 @media (min-width: 768px) {
     .custom-branch .logo-top {
         text-align: center;
         z-index: 0;
         position: relative;
         margin-top: 0;
         margin-left: 0;
     }

     .custom-branch .primary-nav {
         display: none;
     }
 }

 @media (max-width: 767px) {
     .grande-prairie-branch .primary-nav .dropdown,
     .grande-prairie-branch .primary-nav li:last-child {
         display: none;
     }

     .grande-prairie-branch .primary-nav .dropdown.active {
         display: block;
     }
 }
 /*
 * ============================================================================
 *  Custom Branch Custom Page  Colors
 * ============================================================================
 */

 .grande-prairie-branch h1,
 .grande-prairie-branch h4,
 .grande-prairie-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li>a,
 .grande-prairie-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li:hover a,
 .grande-prairie-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li.selected a {
     color: #236137;
 }

 .grande-prairie-branch h2,
 .grande-prairie-branch .site-link a,
 .grande-prairie-branch .related-title a {
     color: #0C648B;
 }

 .grande-prairie-branch .headline-carousel .middle-right {
     background-color: #4B7C9B;
 }

 .grande-prairie-branch .anythingSlider-carousel-shoutcms .back a,
 .grande-prairie-branch .anythingSlider-carousel-shoutcms .forward a {
     background-color: #00FF52;
 }

 .grande-prairie-branch .headline-carousel .related-title a {
     color: #ffffff;
 }

 .grande-prairie-branch .page-navigation>.content-wrapper>.selected {
     background-color: #4B7C9B;
 }

 .grande-prairie-branch .page-navigation>.content-wrapper>.selected>ul {
     background-color: #236137;
 }


 .grande-prairie-branch .page-navigation>.content-wrapper>.selected>ul>li:last-child {
     float: right;
     background-color: #194427;
 }

 .grande-prairie-branch .page-navigation>.content-wrapper>.selected>ul>li:hover,
 .grande-prairie-branch .page-navigation>.content-wrapper>.selected>ul>li.selected {
     background-color: #388150;
 }

 .grande-prairie-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li:hover,
 .grande-prairie-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li.selected {
     border-bottom: 2px solid #236137;
 }

 .brooks-branch .page-navigation {
     min-height: 40px;
 }

 .brooks-branch h1,
 .brooks-branch h4,
 .brooks-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li>a,
 .brooks-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li:hover a,
 .brooks-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li.selected a {
     color: #4C7EB1;
 }

 .brooks-branch h2,
 .brooks-branch .related-title a {
     color: #94B5C2;
 }

 .brooks-branch .site-link a,
 .brooks-branch .related-title a:hover {
     color: #AABAC5;
 }

 .brooks-branch .headline-carousel .middle-right {
     background-color: #1b67bc;
 }

 .brooks-branch .headline-carousel .related-title a {
     color: #ffffff;
 }

 .brooks-branch .page-navigation>.content-wrapper>.selected {
     background-color: #1b67bc;
     /*background: url(../images/brooks-bg.png) repeat-x top center;*/
 }

 .brooks-branch .page-navigation>.content-wrapper>.selected>ul {
     background-color: #EEEEEE;
 }

 .brooks-branch .page-navigation>.content-wrapper>.selected>ul>li>a,
 .brooks-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li>a {
     color: #696969;
 }

 .brooks-branch .page-navigation>.content-wrapper>.selected>ul>li:last-child {
     float: right;
     background-color: #d8d8d8;
     border-left: 1px solid #d6d6d6;
 }

 .brooks-branch .page-navigation>.content-wrapper>.selected>ul>li:hover,
 .brooks-branch .page-navigation>.content-wrapper>.selected>ul>li.selected {
     background-color: #ffffff;
 }

 .brooks-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li:hover,
 .brooks-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li.selected {
     border-bottom: 2px solid #1b67bc;
 }

 .brooks-branch .headline-carousel .middle-right {
     background-color: #94B5C2;
 }

 .brooks-branch .anythingSlider-carousel-shoutcms .back a,
 .brooks-branch .anythingSlider-carousel-shoutcms .forward a {
     background-color: #1b67bc;
 }

 .camrose-branch .page-navigation {
     min-height: 40px;
 }

 .camrose-branch h1,
 .camrose-branch h4,
 .camrose-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li>a,
 .camrose-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li:hover a,
 .camrose-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li.selected a {
     color: #8D7966;
 }

 .camrose-branch h2,
 .camrose-branch .related-title a {
     color: #A8A39D;
 }

 .camrose-branch .site-link a,
 .camrose-branch .related-title a:hover {
     color: #c7b5a3;
 }

 .camrose-branch .headline-carousel .middle-right {
     background-color: #A8A39D;
 }

 .camrose-branch .headline-carousel .related-title a {
     color: #ffffff;
 }

 .camrose-branch .page-navigation>.content-wrapper>.selected>ul>li>a,
 .camrose-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li>a {
     color: #8D7966;
 }

 .camrose-branch .page-navigation>.content-wrapper>.selected {
     background-color: #B8860B;
 }

 .camrose-branch .page-navigation>.content-wrapper>.selected>ul {
     background-color: #DAA520;
 }

 .camrose-branch .page-navigation>.content-wrapper>.selected>ul>li:last-child {
     float: right;
     background-color: #E2DDD9;
 }

 .camrose-branch .page-navigation>.content-wrapper>.selected>ul>li:hover,
 .camrose-branch .page-navigation>.content-wrapper>.selected>ul>li.selected {
     background-color: #B8860B;
 }

 .camrose-branch .page-navigation>.content-wrapper>.selected>ul>li:hover>a,
 .camrose-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>a {
     color: #fff;
 }

 .camrose-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li:hover,
 .camrose-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li.selected {
     border-bottom: 2px solid #F8F1E9;
 }

 .camrose-branch .headline-carousel .middle-right {
     background-color: #008350;
 }

 .camrose-branch .anythingSlider-carousel-shoutcms .back a,
 .camrose-branch .anythingSlider-carousel-shoutcms .forward a {
     background-color: #F8F1E9;
 }

 .drayton-valley-branch .page-navigation {
     min-height: 40px;
 }

 .drayton-valley-branch h1,
 .drayton-valley-branch h4,
 .drayton-valley-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li>a,
 .drayton-valley-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li:hover a,
 .drayton-valley-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li.selected a {
     color: #008350;
 }

 .drayton-valley-branch h2,
 .drayton-valley-branch .related-title a {
     color: #008350;
 }

 .drayton-valley-branch .site-link a,
 .drayton-valley-branch .related-title a:hover {
     color: #008350;
 }

 .drayton-valley-branch .headline-carousel .related-title a {
     color: #ffffff;
 }

 .drayton-valley-branch .page-navigation>.content-wrapper>.selected {
     background-color: #008350;
 }

 .drayton-valley-branch .page-navigation>.content-wrapper>.selected>ul {
     background-color: #005fa7;
 }


 .drayton-valley-branch .page-navigation>.content-wrapper>.selected>ul>li:last-child {
     float: right;
     background-color: #194427;
 }

 .drayton-valley-branch .page-navigation>.content-wrapper>.selected>ul>li:hover,
 .drayton-valley-branch .page-navigation>.content-wrapper>.selected>ul>li.selected {
     background-color: #388150;
 }

 .drayton-valley-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li:hover,
 .drayton-valley-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li.selected {
     border-bottom: 2px solid #005fa7;
 }

 .edmonton-branch .page-navigation {
     min-height: 40px;
 }

 .edmonton-branch h1,
 .edmonton-branch h4,
 .edmonton-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li>a,
 .edmonton-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li:hover a,
 .edmonton-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li.selected a {
     color: #383838;
 }

 .edmonton-branch h2,
 .edmonton-branch .related-title a {
     color: #929292;
 }

 .edmonton-branch .site-link a,
 .edmonton-branch .related-title a:hover {
     color: #7083b1;
 }

 .edmonton-branch .headline-carousel .middle-right {
     background-color: #F8F1E9;
 }

 .edmonton-branch .anythingSlider-carousel-shoutcms .back a,
 .edmonton-branch .anythingSlider-carousel-shoutcms .forward a {
     background-color: #FF00EB;
 }

 .edmonton-branch .headline-carousel .related-title a {
     color: #ffffff;
 }

 .edmonton-branch .page-navigation>.content-wrapper>.selected {
     background-color: #191970;
 }

 .edmonton-branch .page-navigation>.content-wrapper>.selected>ul {
     background-color: #484848;
 }

 .edmonton-branch .page-navigation>.content-wrapper>.selected>ul>li>a,
 .edmonton-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li>a {
     color: #ffffff;
 }

 .edmonton-branch .page-navigation>.content-wrapper>.selected>ul>li:last-child {
     float: right;
     background-color: #484848;
     border-left: 1px solid #656565;
 }

 .edmonton-branch .page-navigation>.content-wrapper>.selected>ul>li:hover,
 .edmonton-branch .page-navigation>.content-wrapper>.selected>ul>li.selected {
     background-color: #A9B0B3;
     /* color: #fff; */
 }

 .edmonton-branch .page-navigation>.content-wrapper>.selected>ul>li:hover>a,
 .edmonton-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>a {
     color: #fff;
 }

 .edmonton-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li:hover,
 .edmonton-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li.selected {
     border-bottom: 2px solid #F8F1E9;
 }

 .edmonton-branch .headline-carousel .middle-right {
     background-color: #030C22;
 }

 .edmonton-branch .anythingSlider-carousel-shoutcms .back a,
 .edmonton-branch .anythingSlider-carousel-shoutcms .forward a {
     background-color: #a9b0b3;
 }

 .ft-mcmurray-branch .page-navigation {
     min-height: 40px;
 }

 .ft-mcmurray-branch h1,
 .ft-mcmurray-branch h4,
 .ft-mcmurray-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li>a,
 .ft-mcmurray-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li:hover a,
 .ft-mcmurray-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li.selected a {
     color: #362826;
 }

 .ft-mcmurray-branch h2,
 .ft-mcmurray-branch .related-title a {
     color: #C04127;
 }

 .ft-mcmurray-branch .site-link a,
 .ft-mcmurray-branch .related-title a:hover {
     color: #87A89B;
 }

 .ft-mcmurray-branch .headline-carousel .middle-right {
     background-color: #F8F1E9;
 }

 .ft-mcmurray-branch .anythingSlider-carousel-shoutcms .back a,
 .ft-mcmurray-branch .anythingSlider-carousel-shoutcms .forward a {
     background-color: #FF00EB;
 }

 .ft-mcmurray-branch .headline-carousel .related-title a {
     color: #ffffff;
 }

 .ft-mcmurray-branch .page-navigation>.content-wrapper>.selected {
     background-color: #B8860B;
 }

 .ft-mcmurray-branch .page-navigation>.content-wrapper>.selected>ul {
     background-color: #BC712C;
 }

 .ft-mcmurray-branch .page-navigation>.content-wrapper>.selected>ul>li>a,
 .ft-mcmurray-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li>a {
     color: #ffffff;
 }

 .ft-mcmurray-branch .page-navigation>.content-wrapper>.selected>ul>li:last-child {
     float: right;
     background-color: #87A89B;
     /* border-left: 1px solid #656565; */
 }

 .ft-mcmurray-branch .page-navigation>.content-wrapper>.selected>ul>li:hover,
 .ft-mcmurray-branch .page-navigation>.content-wrapper>.selected>ul>li.selected {
     background-color: #d08743;
     /* color: #fff; */
 }

 .ft-mcmurray-branch .page-navigation>.content-wrapper>.selected>ul>li:hover>a,
 .ft-mcmurray-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>a {
     color: #ffffff;
 }

 .ft-mcmurray-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li:hover,
 .ft-mcmurray-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li.selected {
     border-bottom: 2px solid #F8F1E9;
 }

 .ft-mcmurray-branch .headline-carousel .middle-right {
     background-color: #362826;
 }

 .ft-mcmurray-branch .anythingSlider-carousel-shoutcms .back a,
 .ft-mcmurray-branch .anythingSlider-carousel-shoutcms .forward a {
     background-color: #a9b0b3;
 }

 .lethbridge-branch .page-navigation {
     min-height: 40px;
 }

 .lethbridge-branch h1,
 .lethbridge-branch h4,
 .lethbridge-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li>a,
 .lethbridge-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li:hover a,
 .lethbridge-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li.selected a {
     color: #362826;
 }

 .lethbridge-branch h2,
 .lethbridge-branch .related-title a {
     color: #819C78;
 }

 .lethbridge-branch .site-link a,
 .lethbridge-branch .related-title a:hover {
     color: #87A89B;
 }

 .lethbridge-branch .headline-carousel .middle-right {
     background-color: #F8F1E9;
 }

 .lethbridge-branch .anythingSlider-carousel-shoutcms .back a,
 .lethbridge-branch .anythingSlider-carousel-shoutcms .forward a {
     background-color: #FF00EB;
 }

 .lethbridge-branch .headline-carousel .related-title a {
     color: #ffffff;
 }

 .lethbridge-branch .page-navigation>.content-wrapper>.selected {
     background-color: #DAA520;
 }

 .lethbridge-branch .page-navigation>.content-wrapper>.selected>ul {
     background-color: #C7BFAF;
 }

 .lethbridge-branch .page-navigation>.content-wrapper>.selected>ul>li>a,
 .lethbridge-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li>a {
     color: #ffffff;
 }

 .lethbridge-branch .page-navigation>.content-wrapper>.selected>ul>li:last-child {
     float: right;
     background-color: transparent;
     border-left: 1px solid #e8dfcd;
 }

 .lethbridge-branch .page-navigation>.content-wrapper>.selected>ul>li:hover,
 .lethbridge-branch .page-navigation>.content-wrapper>.selected>ul>li.selected {
     background-color: #b1aa9d;
     /* color: #fff; */
 }

 .lethbridge-branch .page-navigation>.content-wrapper>.selected>ul>li:hover>a,
 .lethbridge-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>a {
     color: #ffffff;
 }

 .lethbridge-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li:hover,
 .lethbridge-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li.selected {
     border-bottom: 2px solid #F8F1E9;
 }

 .lethbridge-branch .headline-carousel .middle-right {
     background-color: #362826;
 }

 .lethbridge-branch .anythingSlider-carousel-shoutcms .back a,
 .lethbridge-branch .anythingSlider-carousel-shoutcms .forward a {
     background-color: #a9b0b3;
 }


 .medicine-hat-branch .page-navigation {
     min-height: 40px;
 }

 .medicine-hat-branch h1,
 .medicine-hat-branch h4,
 .medicine-hat-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li>a,
 .medicine-hat-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li:hover a,
 .medicine-hat-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li.selected a {
     color: #362826;
 }

 .medicine-hat-branch h2,
 .medicine-hat-branch .related-title a {
     color: #819C78;
 }

 .medicine-hat-branch .site-link a,
 .medicine-hat-branch .related-title a:hover {
     color: #87A89B;
 }

 .medicine-hat-branch .headline-carousel .middle-right {
     background-color: #F8F1E9;
 }

 .medicine-hat-branch .anythingSlider-carousel-shoutcms .back a,
 .medicine-hat-branch .anythingSlider-carousel-shoutcms .forward a {
     background-color: #FF00EB;
 }

 .medicine-hat-branch .headline-carousel .related-title a {
     color: #ffffff;
 }

 .medicine-hat-branch .page-navigation>.content-wrapper>.selected {
     background-color: #8B4513;
 }

 .medicine-hat-branch .page-navigation>.content-wrapper>.selected>ul {
     background-color: #ccc3b1;
 }

 .medicine-hat-branch .page-navigation>.content-wrapper>.selected>ul>li>a,
 .medicine-hat-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li>a {
     color: #ffffff;
 }

 .medicine-hat-branch .page-navigation>.content-wrapper>.selected>ul>li:last-child {
     float: right;
     background-color: transparent;
     border-left: 1px solid #e8dfcd;
 }

 .medicine-hat-branch .page-navigation>.content-wrapper>.selected>ul>li:hover,
 .medicine-hat-branch .page-navigation>.content-wrapper>.selected>ul>li.selected {
     background-color: #bfb7a7;
     /* color: #fff; */
 }

 .medicine-hat-branch .page-navigation>.content-wrapper>.selected>ul>li:hover>a,
 .medicine-hat-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>a {
     color: #ffffff;
 }

 .medicine-hat-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li:hover,
 .medicine-hat-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li.selected {
     border-bottom: 2px solid #F8F1E9;
 }

 .medicine-hat-branch .headline-carousel .middle-right {
     background-color: #819C78;
 }

 .medicine-hat-branch .anythingSlider-carousel-shoutcms .back a,
 .medicine-hat-branch .anythingSlider-carousel-shoutcms .forward a {
     background-color: #a9b0b3;
 }

 .red-deer-branch .page-navigation {
     min-height: 40px;
 }

 .red-deer-branch h1,
 .red-deer-branch h4,
 .red-deer-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li>a,
 .red-deer-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li:hover a,
 .red-deer-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li.selected a {
     color: #362826;
 }

 .red-deer-branch h2,
 .red-deer-branch .related-title a {
     color: #BC0100;
 }

 .red-deer-branch .site-link a,
 .red-deer-branch .related-title a:hover {
     color: #BC0100;
 }

 .red-deer-branch .headline-carousel .middle-right {
     background-color: #F8F1E9;
 }

 .red-deer-branch .anythingSlider-carousel-shoutcms .back a,
 .red-deer-branch .anythingSlider-carousel-shoutcms .forward a {
     background-color: #FF00EB;
 }

 .red-deer-branch .headline-carousel .related-title a {
     color: #ffffff;
 }

 .red-deer-branch .page-navigation>.content-wrapper>.selected {
     background-color: #9C0000;
 }

 .red-deer-branch .page-navigation>.content-wrapper>.selected>ul {
     background-color: #ffffff;
 }

 .red-deer-branch .page-navigation>.content-wrapper>.selected>ul>li>a,
 .red-deer-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li>a {
     color: #2C3230;
 }

 .red-deer-branch .page-navigation>.content-wrapper>.selected>ul>li:last-child {
     float: right;
     background-color: transparent;
     border-left: 1px solid #ffffff;
 }

 .red-deer-branch .page-navigation>.content-wrapper>.selected>ul>li:hover,
 .red-deer-branch .page-navigation>.content-wrapper>.selected>ul>li.selected {
     background-color: #c8c9cc;
     /* color: #fff; */
 }

 .red-deer-branch .page-navigation>.content-wrapper>.selected>ul>li:hover>a,
 .red-deer-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>a {
     color: #2C3230;
 }

 .red-deer-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li:hover,
 .red-deer-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li.selected {
     border-bottom: 2px solid #F8F1E9;
 }

 .red-deer-branch .headline-carousel .middle-right {
     background-color: #BC0100;
 }

 .red-deer-branch .anythingSlider-carousel-shoutcms .back a,
 .red-deer-branch .anythingSlider-carousel-shoutcms .forward a {
     background-color: #a9b0b3;
 }

 .wetaskiwin-branch .page-navigation {
     min-height: 65px;
 }

 .wetaskiwin-branch h1,
 .wetaskiwin-branch h4,
 .wetaskiwin-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li>a,
 .wetaskiwin-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li:hover a,
 .wetaskiwin-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li.selected a {
     color: #7B6A59;
 }

 .wetaskiwin-branch h2,
 .wetaskiwin-branch .related-title a {
     color: #7B6A59;
 }

 .wetaskiwin-branch .site-link a:hover,
 .wetaskiwin-branch .related-title a:hover {
     color: #7B6A59;
 }

 .wetaskiwin-branch .headline-carousel .related-title a {
     color: #ffffff;
 }

 .wetaskiwin-branch .page-navigation>.content-wrapper>.selected {
     /*background-color: #7B6A59;*/
     background-color: #122652;
 }

 .wetaskiwin-branch .page-navigation>.content-wrapper>.selected>ul {
     background-color: #82A569;
 }

 .wetaskiwin-branch .page-navigation>.content-wrapper>.selected>ul>li:last-child {
     float: right;
     background-color: #9FBF89;
 }

 .wetaskiwin-branch .page-navigation>.content-wrapper>.selected>ul>li:hover,
 .wetaskiwin-branch .page-navigation>.content-wrapper>.selected>ul>li.selected {
     background-color: #779760;
 }

 .wetaskiwin-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li:hover,
 .wetaskiwin-branch .page-navigation>.content-wrapper>.selected>ul>li.selected>ul>li.selected {
     border-bottom: 2px solid #8DB372;
 }
 /* After 6.8 Upgrade */

 .list-item-datum-image {
     background: #FFF;
 }
 /* Forgot Password */

 div.system-password-retrieval {
     background-color: #FFF;
     padding-bottom: 10px !important;
 }

 div.system-password-retrieval h2 {
     color: #64719b !important;
 }


 .custom-branch .headline-carousel>.content-wrapper {
     background-color: #FFFFFF;
 }

 .custom-branch .carousel-shoutcms {
     padding-top: 10px;
 }

 .custom-branch .page-navigation>.content-wrapper>.selected>ul {
     max-width: 1110px;
 }
 /*
 * ============================================================================
 * 	Design Updates 2018 Overrides
 * ============================================================================
 */

 .top-site-bar {
     border-bottom: 0;
 }


.btb-page .carousel-indicators,
 .btb-page .carousel-control.left span,
 .btb-page .carousel-control.right span {
    display: none;
 }
.btb-page .carousel,
 .btb-page .carousel .carousel-inner {
    height: 100%;
    max-height: none;
 }