/*
*  HORIZONTAL MASTER WEBSITE STYLES
*  This is the master stylesheet for the "horizontal" template.
*  Please do not edit this template unless you're sure it will not break existing websites.
*/


/*-- GLOBAL LAYOUT STYLES --*/

html {
    background-color: #363636;
}
body {
    width: 100%;
    background-color: transparent;
    background-image: none;
    background-position: center top;
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-size: auto 100%;
    background-size: cover;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 140%;
}
a {
    color: #F2F2F2;
}
a:hover {
    color: #FFFFFF;
}
.body_wrapper {
    width: 100%;
    height: 100%;
    background-color: transparent;
}
.website {
    display: block;
    width: 100%;
    background-color: transparent;
    position: relative;
    min-height: 600px;
    min-width: 970px;
}


/* -- SYSTEM STYLES -- */

#fullscreen_background {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 1;
    height: 100%;
    width: 100%;
}
#fullscreen_background div {
    display: block;
    list-style: none;
    z-index: -10;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}
#fullscreen_background div a {
    width: 100%;
    height: 100%;
    display: block;
    color: #000000;
    _cursor: hand;
    cursor: pointer;
    text-decoration: none;
}


/* -- HEADER STYLES -- */

.header {
    display: block;
    position: fixed;
    min-width: 970px;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    z-index: 1000;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.header_helper {
    display: none;
}
.top,
.nav {
    text-align: left;
    vertical-align: bottom;
}

.top {
    background-color: #090909;
    height: 30px;
}
.header .header_logo {
    display: block;
    float: left;
    width: 200px;
    height: 70px;
    margin: 0 10px 0 0;
    text-align: left;
    direction: ltr;
    text-indent: -9999px;
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    color: transparent;
}
.header .header_logo.inner {
    background-image: none;
    float: none;
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.header .header_logo.inner .image {
    display: block;
    width: 100%;
    height: auto;
}
.header .header_info {
    display: block;
    float: right;
    margin-right: 10px;
    color: #FFFFFF;
    font-size: 90%;
    line-height: 30px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
}
.header .header_info .detail {
    *display: inline;
    *zoom: normal;
    display: inline-block;
    margin: 0;
    padding-left: 10px;
}
.header .header_info .name {
    padding-left: 0;
}
.header .header_info .name,
.header .header_info .phone {
    font-weight: bold;
}
.header .header_info .link,
.header .header_info .email {
    text-decoration: none;
}
.header .header_info .link.active span,
.header .header_info .link:hover span,
.header .header_info .email.active span,
.header .header_info .email:hover span {
    text-decoration: underline;
}
.header .header_info .detail:before {
    content: '|';
    padding-right: 15px;
    font-weight: normal;
}
.header .header_info .detail:first-child:before {
    content: '';
    padding-right: 0;
}
.header .header_info .phone.real {
    display: inline-block;
}
.header .header_info .phone.track {
    display: none;
}
.header .header_info a,
.header .header_info a:hover {
    color: inherit;
}
.header .header_info .social {
    padding-left: 10px;
}
.header .header_info .social .social_icon {
    display: inline-block;
    *zoom: 1;
    margin: 0 0 0 4px;
    text-align: left;
    color: transparent;
    border: 0 none transparent;
    background-color: transparent;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 0 0;
    line-height: 100%;
    opacity: 0.90;
    overflow: hidden;
    vertical-align: bottom;
}
.header .header_info .social .social_icon:first-child {
    margin-left: 0;
}
.header .header_info .social .social_icon:hover {
    opacity: 1.00;
}
.header .header_info .social:before {
    padding-right: 10px;
}
.header .header_info .social .social_icon .label_span {
    visibility: hidden;
}

.header .header_info .social_glyphs .social_icon {
    color: inherit;
    text-align: center;
    vertical-align: middle;
    overflow: visible;
    margin-left: 4px;
}
.header .header_info .social_glyphs .social_icon .icon_span {
    font-size: 120%;
}
.header .header_info .social_glyphs .social_icon .label_span {
    display: none;
}

.nav {
    background-color: transparent;
    background-image: url(TEMPLATE_WEBSITE_URL/images/trans-colour_4D4D4D-90.png);
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, 0.9);
    height: 40px;
}
.nav_toggle {
    display: none;
}
.nav_wrapper {

}
.nav .list_pages {
    overflow: visible;
    font-size: 120%;
    line-height: 40px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    text-align: right;
    padding-right: 10px;
}
.nav .list_pages .item_page {
    display: inline-block;
    margin-left: 20px;
    position: relative;
}
.nav .list_pages .item_page .link {
    color: #FFFFFF;
}
.nav .list_pages .item_page .link:hover,
.nav .list_pages .item_page:hover .link,
.nav .list_pages .active .link {
    text-decoration: underline;
}
.nav .list .item_sitemap,
.nav .list .item_debug {
    overflow: hidden;
    visibility: hidden;
    white-space: nowrap;
    width: 1px;
}
.nav .list_pages .list_subs {
    display: none;
    position: absolute;
}
.nav .list_pages .item_sticky {
    display: none;
}

.nav .list_pages .list_subs {
    display: none;
    width: auto;
    min-width: 175px;
    margin: 0 0 0;
    padding: 6px 6px 12px;
    border-radius: 0 0 0.3em 0.3em;
    border-color: #2D2D2D;
    border-color: rgba(45, 45, 45, 0.9);
    border-style: solid;
    border-width: 0 1px 1px;
    background-color: transparent;
    background-image: url(TEMPLATE_WEBSITE_URL/images/trans-colour_4D4D4D-90.png);
    left: -1px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    background-clip: padding-box;
}
.nav .list_pages .item_page:hover .list_subs,
.nav .list_pages .active:hover .list_subs {
    display: block;
    opacity: 0.99;
}
.nav .list_pages .list_subs .item_sub,
.nav .list_pages .list_subs:hover .item_sub,
.nav .list_pages .list_subs .item_sub:hover {
    display: block;
    position: static;
    background-color: transparent;
    border: 0 none transparent;
    padding: 0;
    margin: 0;
    bottom: 0;
    text-align: left;
}
.nav .list_pages .list_subs .item_sub .link {
    display: block;
    padding: 4px 6px 2px 2px;
    font-weight: normal;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
}
.nav .list_pages .list_subs .active .link,
.nav .list_pages .list_subs .item_sub .link:hover {
    text-decoration: underline;
}


/*-- FOOTER STYLES --*/

.footer {
    display: block;
    position: fixed;
    min-width: 970px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    z-index: 1000;
    color: #FFFFFF;
    background-color: #090909;
}
.footer_wrapper {
    margin: 6px 12px;
    position: relative;
    height: 58px;
}
.footer a {
    color: #FFFFFF;
}
.footer .footer_info {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: bottom;
}
.footer .footer_info .detail {
    display: inline-block;
    margin: 0;
    padding-left: 5px;
    overflow: hidden;
    font-size: 100%;
    line-height: 160%;
}
.footer .footer_info .detail:before {
    content: '|';
    padding-right: 10px;
    opacity: 0.25;
    font-weight: normal;
}
.footer .footer_info .detail:first-child:before {
    content: '';
    padding-right: 0;
}
.footer .footer_info .name {
    _width: 350px;
    max-width: 350px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.footer .footer_info .name,
.footer .footer_info .phone {
    font-weight: bold;
}
.footer .footer_info .phone.real {
    display: inline-block;
}
.footer .footer_info .phone.track {
    display: none;
}
.footer .footer_info .links {
    clear: both;
    padding-left: 5px;
    font-size: 80%;
    line-height: 110%;
}
.footer .footer_info .links .item {
    padding: 0;
}
.footer .footer_info .links .item:before {
    content: '|';
    padding: 0 6px 0 2px;
    opacity: 0.25;
    font-weight: normal;
}
.footer .footer_info .links .item:first-child {
    padding-left: 0;
}
.footer .footer_info .links .item:first-child:before {
    content: '';
    padding: 0;
}
.footer .footer_info .links a:hover,
.footer .footer_info .links .lang_active,
.footer .footer_info .links .link_active {
    text-decoration: underline;
}
.footer .footer_logo {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 50px;
    margin: 0;
    text-align: left;
    vertical-align: bottom;
}
.footer .footer_logo .link {
    display: block;
    margin: 0;
    border: 0 none transparent;
}
.footer .footer_logo .image {
    display: block;
    margin: 0;
    border: 0 none transparent;
    background-image: none;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: auto 100%;
    float: right;
    width: 150px;
    height: 25px;
    direction: ltr;
    text-indent: -9999px;
}
.footer .footer_logo .text {
    display: block;
    margin: 0;
    float: right;
    clear: right;
    text-align: right;
    font-size: 80%;
    line-height: 110%;
}
.footer .footer_copy {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    text-align: center;
    vertical-align: bottom;
    border-radius: 0.3em;
    font-size: 80%;
}
.footer .footer_info a,
.footer .footer_info a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.footer .footer_info a.active,
.footer .footer_info a:hover {
    text-decoration: underline;
}


/* -- GENERAL / CONTENT STYLES -- */

.content {
    overflow: hidden;
    font-family: Verdana, Helvetica, sans-serif;
    background-clip: padding-box;
    color: #FFFFFF;
    z-index: 500;
}

.content hr,
.content .line_divider {
    border-color: #595959;
    border-style: dotted;
}
.content .image_border {
    border-color: #595959;
    border-style: solid;
}
.content .block_border {
    border-color: #595959;
    border-style: solid;
}
.content .highlight_block {
    border-color: #595959;
    background-color: transparent;
    background-image: url(TEMPLATE_WEBSITE_URL/images/trans-colour_F2F2F2-10.png);
    border-style: dotted;
}
.content .inset_block {
    border-color: #595959;
    background-color: transparent;
    background-image: url(TEMPLATE_WEBSITE_URL/images/trans-colour_F2F2F2-10.png);
    border-style: dotted;
}
.content .button_border {
    border-color: #606060;
    background-color: #707070;
    border-style: solid;
    color: #FFFFFF;
}
.content .button_border:hover {
    background-color: #7F7F7F;
}
.content .clear_header {

}
.content .clear_body,
.content .float_body {
    width: 562px;
}
.content .float_sidebar {
    width: 328px;
}

.content .page_banner {
    font-size: 90%;
}

.page {
    float: left;
    margin: 0 auto 0 0;
    box-sizing: content-box;
    padding: 0 20px;
    overflow: auto;
    background-color: transparent;
    background-image: url(TEMPLATE_WEBSITE_URL/images/trans-colour_090909-30.png);
    text-align: left;
    min-height: 100vh;
    color: #FFFFFF;
    position: relative;
    z-index: 10;
}
.page_wrapper {
    padding: 90px 0 80px;
}
.sidebar {
    float: right;
    margin: 0 0 0 auto;
    box-sizing: content-box;
    padding: 0 20px;
    overflow: auto;
    background-color: transparent;
    background-image: url(TEMPLATE_WEBSITE_URL/images/trans-colour_090909-10.png);
    text-align: left;
    min-height: 100vh;
    color: #FFFFFF;
    position: relative;
    z-index: 10;
}
.sidebar_wrapper {
    padding: 90px 0 80px;
}

.content .float_body {
    margin-bottom: 0;
}
.content .float_sidebar {
    margin-bottom: 0;
}

.float_sidebar h1,
.float_sidebar h2,
.float_sidebar h3,
.float_sidebar h4,
.float_sidebar h5,
.float_sidebar h6,
.float_sidebar .text_title {
    font-size: 110%;
}


/* -- SYSTEM PAGE CONTENT STYLES -- */

.page_lang .header_logo,
.page_splash .header_logo {
    display: none;
}
.page_lang .header {
    height: 30px;
}
.page_splash .header {
    height: 30px;
}
.page_error .page,
.page_lang .page,
.page_splash .page {
    text-align: center;
}
.page_lang .page,
.page_splash .page {
    float: none;
    margin: 0 auto;
}
.page_lang .nav,
.page_splash .nav {
    display: none;
}
.page_lang .page_wrapper,
.page_splash .page_wrapper {
    padding-top: 50px;
}
.content .error_select,
.content .lang_select,
.content .splash_select {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.content .error_logo,
.content .lang_logo,
.content .splash_logo {
    text-align: center;
    padding-bottom: 20px;
}
.content .error_logo .logo_image,
.content .lang_logo .logo_image,
.content .splash_logo .logo_image {
    display: block;
    margin: 0 auto;
}
.content .error_header,
.content .lang_header,
.content .splash_header {
    text-align: center;
    padding-bottom: 10px;
}
.content .lang_links,
.content .splash_links {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.content .lang_links .lang,
.content .splash_links .location {
    display: inline-block;
    text-align: center;
    padding: 0 10px;
}
.content .lang_select .lang strong,
.content .splash_select .location strong {
    display: block;
    font-size: 100%;
    line-height: 120%;
    text-transform: uppercase;
}
.content .lang_select .lang a,
.content .splash_select .location a {
    text-decoration: none;
}
.content .lang_select .lang a:hover,
.content .lang_select .lang a.lang_active,
.content .splash_select .location a:hover,
.content .splash_select .location a.lang_active {
    text-decoration: underline;
}


/* -- WIDGET STYLE TWEAKS -- */

/* Miscellaneous image/block borders */
.content .tour_block,
.content .tour_block .tour_wrapper .replace_flash,
.content .gallery_block .gallery_photo,
.content .list_events_featured .event_photo,
.content .block_group_photo .photo_block {
    border-width: 1px;
}

/* VIP form fields to single column */
.content .viplist_form .section .field,
.content .viplist_form .section .rating,
.content .viplist_form .section .question {
    clear: both;
    float: none;
    width: auto;
    margin-bottom: 2%;
}
.content .viplist_form .section .field_postal_code input.text,
.content .viplist_form .section .field_province_name select.select {
    width: 50%;
}
.content .viplist_form .section .field_birth_date input.text {
    width: 30%;
}
.content .viplist_form .section .field_anniversary_date input.text {
    width: 20%;
}
.content .viplist_form .section .question .label {
    width: 56%;
}
.content .viplist_form .section .question .wrapper .flag {
    min-width: 44%;
    text-align: center;
}
.content .viplist_form .section .question_consent .label {
    float: left;
    width: 85%;
}
.content .block_viplist_link {
    display: block;
}
.content .block_viplist_link .text_list {
    font-size: 90%;
}
.content .block_viplist_link .more_link {
    text-decoration: underline;
}

/* Contact directions sizing tweaks */
.content .block_contact_address .text_address {
    font-size: 90%;
}
.content .block_contact_form input.text {
    width: 75%;
}
.content .block_contact_results .adp,
.content .block_contact_results .adp table {

}
.content .block_contact_results .adp-placemark {
    border-color: #595959;
    background-color: transparent;
    background-image: url(TEMPLATE_WEBSITE_URL/images/trans-colour_F2F2F2-10.png);
}

/* Contact form fields to single column */
.content .block_contact_form .section .field {
    clear: both;
    float: none;
    width: auto;
    margin-bottom: 2%;
}
.content .block_contact_form .section .field_postal_code input.text,
.content .block_contact_form .section .field_province_name select.select {
    width: 50%;
}
.content .block_contact_form .section .field_birth_date input.text {
    width: 30%;
}
.content .block_contact_form .section .field_anniversary_date input.text {
    width: 20%;
}
.content .block_contact_form .section .field_viplist_consent .label {
    float: left;
    width: 85%;
}


/* -- TABLESTATUS HORIZONTAL STYLES -- */

/* -- TableStatus Sidebar Tweaks -- */

.content .float_sidebar .TableStatus {

}
.content .float_sidebar .TableStatus .title {
    display: none;
}
.content .float_sidebar .sidebar_widget.sidebar_widget_tablestatus {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.content .float_sidebar .tablestatus_layout_2 .TableStatus {
    width: auto;
}
.content .float_sidebar .tablestatus_layout_2 .TableStatus .tswrap {

}
.content .float_sidebar .tablestatus_layout_2 .TableStatus {
    width: auto;
}
.content .float_sidebar .tablestatus_layout_2 .TableStatus .tswrap .vsep {
    display: none;
}
.content .float_sidebar .tablestatus_layout_2 .TableStatus input[type=text] {
    width: 39%;
    margin-bottom: 0;
}
.content .float_sidebar .tablestatus_layout_2 .TableStatus select {
    width: 39%;
}
.content .float_sidebar .tablestatus_layout_2 .TableStatus img {
    margin-bottom: 2px;
    margin-top: 2px;
}
.content .float_sidebar .tablestatus_layout_2 .TableStatus div.searchTableStatusWrapper {
    display: block;
    float: none;
    height: 1px;
    margin: 0;
    position: relative;
    width: auto;
}
.content .float_sidebar .tablestatus_layout_2 .TableStatus div.searchTableStatusWrapper input[type=button] {
    position: absolute;
    left: 49.5%;
    top: -28px;
    height: 20px !important;
}


/* -- DEFAULT PAGE WIDGET STYLES -- */

.page_home .image_panels {
    float: left;
    width: 59%;
}
.page_home .block_contact_staticmap {
    float: right;
    width: 39%;
}

.page_home .float_body .sidebar_widget,
.page_home .clear_body .sidebar_widget {
    float: left;
    width: 50%;
    padding-right: 6px;
    box-sizing: border-box;
}

.page_groups .block_group_photo {
    margin-bottom: 10px;
}
.page_groups .block_group_description {
    margin-bottom: 10px;
}
.page_groups .block_group_details {
    margin-bottom: 10px;
}

.page_contact .block_contact_dynamicmap {
    float: right;
    width: 73%;
    height: 350px;
}
.page_contact .block_contact_address {
    float: left;
    width: 26%;
    height: 350px;
}


/* -- CALL-TO-ACTION BUTTONS -- */

.website .header .action_button {
    position: static;
    float: right;
    margin: 0 2px 2px 0;
    bottom: 34px;
    width: 122px;
    height: auto;
    border-radius: 6px;
    overflow: hidden;
    background-color: transparent;
}
.website .header .action_button.call_now {
    display: none;
}
.website .header .action_button.pos1 {
    margin-right: 6px;
}
.website .header .action_button.pos2 {

}
.website .header .action_button.pos3 {

}

.website .header .action_button_v2 {
    background-color: #464646;
    border-color: #262626;
    color: #F2F2F2;
    font-size: 24px;
    line-height: 24px;
}


/*-- <PATCH:RESPONSIVE> --*/

.page .action_block {
    display: none;
}
.website .top .action_button {
    display: block;
}

.has_action_buttons .top {
    height: 60px;
}
.has_action_buttons .header {

}
.has_action_buttons .header_logo {
    margin-top: 10px;
    margin-left: 10px;
}
.has_action_buttons .header_info {
    float: none;
    text-align: right;
}
.has_action_buttons .page_wrapper,
.has_action_buttons .sidebar_wrapper {
    padding-top: 120px;
}

.content .block_contact_dynamicmap {
    width: 100% !important;
    float: none !important;
    clear: both !important;
}
.content .block_contact_address {
    width: 100% !important;
    height: auto !important;
    float: none !important;
    clear: both !important;
}

/*-- </PATCH:RESPONSIVE> --*/
