/*FONTS*/

/*ELEMENTS*/
h1.BigHeader, .h1.BigHeader {
    color: #fff;
    background-color: #203153;
    padding: 20px;
    margin: 0;
}
h1{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 36px;
    line-height: 40px;
    font-weight: 400;
    font-style: normal;
	color: #203153;
}

h2 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 40px;
    font-weight: 400;
    font-style: normal;
	color: #203153;
}

h3 {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 40px;
    font-weight: 400;
    font-style: normal;
	color: #e5b53a;
}

h4 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
	color: #203153;
}

h5 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
	color: #203153;
}

h6 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
	color: #203153;
}

body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
	color: #535353
}

a,a:visited, a:hover{
	color: #203153;
    font-weight: 700;
    text-decoration: underline;
}
.RadGrid a, .RadToolTip a {
    color: #203153 !important;
    text-decoration: underline;
}

/*BUTTONS*/

.btn, .TextButton, .TextButtonWithImage, .ruButton, #masterHeaderActionArea a, .RadGrid input.TextButton {
    color: #fff;
    /* background-color: #2f8aa7; */
    /* border-color: transparent; */
    padding: 10px 20px;
    background-color: #E5B53A;
    font-size: 13px;
    font-weight: 700;
    border-radius: 3px;
}

/*HEADER*/
.RadMenu.RadMenu_NaturalHeritageSites .rmGroup {
    background-color: #1f3253;
    /* color: #fff; */
}
.RadMenu .rmVertical .rmItem .rmText {
    display: block;
    float: none;
    color: #fff;
    font-size: 12px;
    padding-left: 21px;
    padding: 11px 24px!important;
}

.RadMenu_NaturalHeritageSites .rmSlide .rmSeparator, .RadMenu_NaturalHeritageSites .rmSlide .rmVertical > .rmSeparator, .RadMenu_NaturalHeritageSites .rmSlide .MegaDropDownMenuSeperator > .rsmLink {
    border-bottom: none;
}

.RadMenu.RadMenu_NaturalHeritageSites .rmRootLink.rmExpanded, .RadMenu.RadMenu_NaturalHeritageSites .rmRootLink:hover, .RadMenu.RadMenu_NaturalHeritageSites .rmRootLink.rmFocused {
    background-color: transparent;
}

.RadMenu.RadMenu_NaturalHeritageSites .rmRootLink.rmSelected {
    color: #203153;
    background-color: transparent!important; 
}

.RadMenu.RadMenu_NaturalHeritageSites .rmRootLink.rmFocused {
    background-color: transparent!important;
    color: #203153;
    /* border-bottom: 3px solid #203153; */
}

.rmSelected span.rmText,.rmFocused span.rmText {
    border-bottom: 2px solid #203153;
    /* margin: 0 87px; */
}

.RadMenu.RadMenu_NaturalHeritageSites .rmRootGroup > .rmItem > .rmLink {
    
    font-size: 12px!important;
    font-weight: 400!important;
	letter-spacing: normal;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.RadMenu.RadMenu_NaturalHeritageSites .rmLink, .RadMenu.RadMenu_NaturalHeritageSites .rsmLink {
    color: #203153!important;
}

.RadMenu.RadMenu_NaturalHeritageSites .rmText, .RadMenu.RadMenu_NaturalHeritageSites .rmHorizontal .rmText, .RadMenu.RadMenu_NaturalHeritageSites .rmSlide .rmText {
	text-transform: uppercase;
    padding: 7px 10px;
}

div#breadCrumb {
    background-color: #1f3253;
    color: hsla(0,0%,100%,.5);
    
    font-size: 11px
}
div#BreadCrumbContainer {
    height: 40px;
	position: relative;
}
.BreadCrumbLink {
    text-decoration: none!important;
    text-transform:uppercase;
    color: hsla(0,0%,100%,.85);
}

a.UtilitySection.UtilityAuthenticationLink {
    text-decoration:none;
    color:#fff;
}
.UtilitySection.UtilityAuthentication {
		display: block;
		margin-top: 1em;
        float: right;
        text-decoration: none;
        padding: 0;
        background-color: #E5B53A;
        font-size: 13px;
        font-weight: 700;
        border-radius: 3px
}
#ste_container_ciUtilityNavMobile
{
	float:right;
}
#ste_container_ciUtilityNavLogin
{
	margin-bottom: -2em;
	float:right;
}
footer span.nav-text {
    color:  #a0b4c7;
	text-decoration: none;
    text-transform:uppercase;
}
footer .NavigationListItem{
	display:block;
}

footer a.NavigationLink{
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 11px;
    line-height: 34px;
    color: #a0b4c7;
	font-weight:400;
	text-decoration:none;
	padding-left:0px;
	white-space:normal;
}

footer span.nav-text:hover {
	color: #ffffff;
}
footer a.NavigationLink:hover{
	color: #ffffff;
}


span .BreadCrumbLink:after {
    content: "/";
    display: inline-block;
    margin: 0 7px;
}

/*Secondary Nav*/
.RadTreeView.RadTreeView_NaturalHeritageSites > .rtUL > .rtLI {
    border-top: none;
}

.nav-secondary {
    background-color: #203153;
    margin-bottom: 1em;
}

.sub-nav-body {
    padding: 17px;
}

.RadTreeView .rtUL {
    margin: 0;
    padding: 0;
    padding-bottom: 32px;
    list-style: none;
}

.nav-secondary .sub-nav-head {
    background-color: #203153;
    color: #fff;
    font-weight: bold;
    font-size: 120%;
    padding: 32px 32px 16px 32px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
	word-wrap: break-word;
}

.RadTreeView.RadTreeView_NaturalHeritageSites a.rtIn {
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    margin: 0;
    font-family: "Open Sans", Helvetica, Arial, sans-serif!important;
    font-size: 12px!important;
    line-height: 26px!important;
    font-weight: 400!important;
    color: #ffffff;
}

.RadTreeView.RadTreeView_NaturalHeritageSites .rtSelected > a.rtIn, .RadTreeView.RadTreeView_NaturalHeritageSites .child-is-selected.rtIn {
    background-color: transparent;
    color: #fff;
}

.RadTreeView.RadTreeView_NaturalHeritageSites a.rtIn:hover {
    background-color: transparent; 
    border-bottom: 1px #8DE08D solid;
}

/*BODY*/

.QuickLink {
    background-color: #203153;
    /* color: #fff!important; */
    width: 68%;
    padding: 32px 32px 16px 32px;
}


.QuickLink h2.panel-title {
    color: #fff;
}


/**/

/*FOOTER*/
footer ul.rmRootGroup.rmToggleHandles.rmHorizontal {
    display: grid;
}

#ft {
    background-color: #1f3253!important;
    color: #fff;
}

.footer li > a.rmLink.rmRootLink {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 11px!important;
    line-height: 17px;
    color: #a0b4c7;
	font-weight:400;
}

.footer-content {
    background-color: #1f3253;
    color: #fff;
    text-align: center;
}

.footer-content {
    padding-top: 4em;
    padding-bottom: 0.6em;

}
.footer-content .row.container{
    border-bottom: #29586b 1px solid;
    padding: 67px 0;
}

.footer-nav-copyright {
    background-color: #1f3253;
    color: #999;
}
.footer-nav-copyright {
    padding-top: 1em;
    padding-bottom: 0.35em;
}
.footer-title, .tbk__title {
    /* font-family: "Lato", Helvetica, Arial, sans-serif; */
	margin-top: 18px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 28px;
}
#ft .footer-subtitle{
    font-size: 14px;
	font-weight:400;
    line-height: 22px;
    color: #a0b4c7!important;
    margin-top: 0;
    font-family: "Open Sans", Helvetica, Arial, sans-serif!important;
}
.footer-text{
    color: #ffffff;
    font-size: 17px;
}

.footer .RadMenu.RadMenu_NaturalHeritageSites .rmRootLink.rmSelected {
    color: #a0b4c7;
    background-color: transparent;
}

.footer .RadMenu.RadMenu_NaturalHeritageSites .rmRootLink:hover {
    background-color: transparent;
    color: #fff;
}

@media (min-width: 768px){
.footer .nav-primary {
    margin-top: -5px!important;
    margin-right: 48px!important;
}
}

.UtilityNavigation .account-menu > li > a, .UtilityNavigation .account-menu > li > a:hover, .UtilityNavigation .account-menu > li > a:visited, .UtilityNavigation .account-menu > li > a:active {
    color: #333;
}


.navbar-header .NavigationLink{
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 11px;
    font-weight: 700;
    line-height: 24px;
    display: block;
    padding: 0;
    opacity: .8;
	text-decoration: none;
}
.navbar-header .NavigationLink:hover{
	color: #111;
}

.primary-navigation-area .RadMenu .rmLink {
    padding: 0!important;
}

@media (min-width: 768px) {
    body:not(.Wrapper-HomePage) .primary-navigation-area {
        margin-top: 10px;
		float:right;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    font-weight: normal;
    font-style: normal;
    src: url('https://crpna.ab.ca/wp-content/themes/kallyas/template_helpers/icons/glyphicons_halflingsregular/glyphicons_halflingsregular.woff2') format('woff2');
}

@font-face{
	font-family: 'Open Sans';
	src: url('//fonts.googleapis.com/css?family=Lato%3A100%2C300%2Cregular%2C700%2C900%7COpen+Sans%3A300%2Cregular%2C600%2C700%2C800&#038;ver=6.8.1');
}

.latest_posts2-title {
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    vertical-align: middle;
    margin: 0px 0px 5px;
    padding: 0px;
}
.eluid6aa2db1a .latest_posts2-title {
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.latest_posts2-posts {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.m_title, .text-custom, .text-custom-hover:hover, .text-custom-after:after, .text-custom-before:before, .text-custom-parent .text-custom-child, .text-custom-parent .text-custom-child-hov:hover, .text-custom-parent-hov:hover .text-custom-child, .text-custom-parent-act.active .text-custom-active, .text-custom-a>a, .btn-lined.lined-custom, .latest_posts--4.default-style .latest_posts-link:hover .latest_posts-readon, .grid-ibx__item:hover .grid-ibx__icon, .site-header .site-header .main-nav.mainnav--active-text > ul > .menu-item.active > a, .site-header .site-header .main-nav.mainnav--active-text > ul > .menu-item:hover > a, .site-header .site-header .main-nav.mainnav--active-text > ul > .menu-item > a:hover, .preloader-pulsating-circle, .preloader-material-circle, ul.colored-list[class*="list-style"] li:before, .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #e5b53a;
	text-decoration: none;
}

a.latest_posts2-title-link {
    color: #e5b53a;
	text-decoration: none;
}
a.latest_posts2-title-link:hover {
    color: #eee;
	text-decoration: none;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-time:before {
    content: "\e023";
}

.container {
  max-width: none;
}

body{
	line-height:1.7;
}
@media (min-width:768px){.site-header.style6 {height:125px; }.site-header.style6 .logosize--contain .site-logo-anch { height:125px; }.site-header.style6 .logosize--contain .site-logo-img,.site-header.style6 .logosize--contain .site-logo-img-sticky { max-height:125px;}.site-header.style6 .logosize--yes .site-logo {min-height:125px;}.site-header.style6.kl-center-menu .main-nav > ul > li > a {line-height:125px;}.site-header.style6 .site-header-top{height:68px}.site-header.style6 .site-header-bottom{height:0px}.site-header.style6 .site-header-main{height:58px}.site-header.style6 .header-no-top .site-header-main{height:126px}.site-header.style6 .header-no-bottom .site-header-main{height:58px}.site-header.style6 .header-no-top.header-no-bottom .site-header-main{height:126px}}h1,.page-title,.h1-typography {font-family:"Open Sans", Helvetica, Arial, sans-serif;font-size:36px;line-height:40px;font-weight:400;font-style:normal;}h2,.page-subtitle,.subtitle,.h2-typography {font-family:"Open Sans", Helvetica, Arial, sans-serif;font-size:22px;line-height:40px;font-weight:400;font-style:normal;}h3,.h3-typography {font-family:"Lato", Helvetica, Arial, sans-serif;font-size:24px;line-height:40px;font-weight:400;font-style:normal;}h4,.h4-typography {font-family:"Open Sans", Helvetica, Arial, sans-serif;font-size:14px;line-height:20px;font-weight:400;font-style:normal;}h5,.h5-typography {font-family:"Open Sans", Helvetica, Arial, sans-serif;font-size:12px;line-height:20px;font-weight:400;font-style:normal;}h6,.h6-typography {font-family:"Open Sans", Helvetica, Arial, sans-serif;font-size:12px;line-height:20px;font-weight:400;font-style:normal;}body{font-family:"Open Sans", Helvetica, Arial, sans-serif;font-size:16px;}.site-footer {font-family:"Open Sans", Helvetica, Arial, sans-serif;font-size:16px;}a { color:#1f3253; }a:focus, a:hover { color:#e5a400; }.element-scheme--light {color:#535353;}.element-scheme--light a {color:#1f3253;}.element-scheme--light a:hover,.element-scheme--light .element-scheme__linkhv:hover {color:#e5a400;}.element-scheme--light .element-scheme__hdg1 { color:#323232 }.element-scheme--light .element-scheme__hdg2 { color:#4b4b4b }.element-scheme--light .element-scheme__faded { color:rgba(83,83,83,0.7) }.element-scheme--dark {color:#ffffff;}.element-scheme--dark a {color:#e5b53a;}.element-scheme--dark a:hover,.element-scheme--dark .element-scheme__linkhv:hover {color:#eee;}.element-scheme--dark .element-scheme__hdg1 { color:#ffffff }.element-scheme--dark .element-scheme__hdg2 { color:#f2f2f2 }.element-scheme--dark .element-scheme__faded { color:rgba(220,220,220,0.7) }body #page_wrapper ,body.boxed #page_wrapper {background-color:#fcfcfc;background-repeat:no-repeat;background-position:center center;background-attachment:scroll;}.ios-fixed-position-scr ~ .zn_section { background-color:#fcfcfc}.kl-mask .bmask-bgfill { fill:#fcfcfc; }@media (min-width:1240px) {.container {width:1210px;}body.boxed #page_wrapper {width:1240px;}.zn_col_eq_first { padding-left:calc((100vw - 1210px) / 2);}.zn_col_eq_last {padding-right:calc((100vw - 1210px) / 2);}.woocommerce div.product.prodpage-style3 .summary {padding-right:calc((100vw - 1210px) / 2);}.process_steps--style2 .process_steps__container:before { padding-left:calc(((100vw - 1210px) / 2) + 60px); }.kl-contentmaps__panel { left:calc((100vw - 1210px) / 2) ; }.kl-ios-selectors-block.thumbs { width:1210px; margin-left:-605px;}.klios-imageboxes {right:calc((100vw - 1210px) / 2);}.klios-imageboxes.klios-alignright,.klios-imageboxes.fromright {left:calc((100vw - 1210px) / 2);}.process_steps--style2 .process_steps__container {padding-right:calc(((100vw - 1210px) / 2) + 15px);}.process_steps--style2 .process_steps__container:before { padding-right:calc(((100vw - 1210px) / 2) + 60px); }.process_steps--style2 .process_steps__intro {padding-left:calc(((100vw - 1210px) / 2) + 15px);}.th-wowslider { max-width:1210px;}.zn_section_size.full_width .recentwork_carousel__left { padding-left:calc((100vw - 1195px) / 2);}}@media (min-width:1200px) and (max-width:1239px) {.container {width:100%;}.iosSlider .kl-iosslide-caption {width:1170px}.zn_col_eq_first { padding-left:15px;}.zn_col_eq_last {padding-right:15px;}.woocommerce div.product.prodpage-style3 .summary {padding-right:15px;}.process_steps--style2 .process_steps__container:before { padding-left:15px; }.kl-contentmaps__panel { left:15px; }.kl-ios-selectors-block.thumbs { width:100vw; margin-left:calc(100vw / 2);}.klios-imageboxes {right:15px;}.klios-imageboxes.klios-alignright,.klios-imageboxes.fromright {left:15px;}.process_steps--style2 .process_steps__container {padding-right:15px;}.process_steps--style2 .process_steps__container:before { padding-right:15px; }.process_steps--style2 .process_steps__intro {padding-left:15px;}.th-wowslider { max-width:100%;}.zn_section_size.full_width .recentwork_carousel__left { padding-left:15px;}}@media (max-width:992px) {#main-menu,.zn-megaMenuSmartArea-content { display:none !important;}.site-header.style7 .main-menu-wrapper {margin-right:auto;}.site-header.kl-center-menu .zn-original-logo {display:block}.site-header.kl-center-menu .main-menu-wrapper {margin-right:0;}}@media (min-width:993px) {.zn-res-menuwrapper { display:none;}}.site-logo-img {max-width:none;}.uh_zn_def_header_style ,.zn_def_header_style ,.page-subheader.zn_def_header_style ,.kl-slideshow.zn_def_header_style ,.page-subheader.uh_zn_def_header_style ,.kl-slideshow.uh_zn_def_header_style { background-color:#203153; }.page-subheader.zn_def_header_style, .page-subheader.uh_zn_def_header_style {min-height:40px;}.page-subheader.zn_def_header_style, .page-subheader.uh_zn_def_header_style {height:40px;}.page-subheader.zn_def_header_style .ph-content-wrap, .page-subheader.uh_zn_def_header_style .ph-content-wrap {padding-top:12px;}.uh_posts .th-sparkles , .kl-slideshow.uh_posts .th-sparkles{display:none}.page-subheader.uh_posts , .kl-slideshow.uh_posts {background-color:#203153;}.page-subheader.uh_posts.page-subheader--inherit-hp{height:150px; min-height:150px;}.page-subheader.uh_posts.page-subheader--inherit-hp .ph-content-wrap {padding-top:50px;}.m_title,.text-custom,.text-custom-hover:hover,.text-custom-after:after,.text-custom-before:before,.text-custom-parent .text-custom-child,.text-custom-parent .text-custom-child-hov:hover,.text-custom-parent-hov:hover .text-custom-child,.text-custom-parent-act.active .text-custom-active,.text-custom-a>a,.btn-lined.lined-custom,.latest_posts--4.default-style .latest_posts-link:hover .latest_posts-readon,.grid-ibx__item:hover .grid-ibx__icon,.site-header .site-header .main-nav.mainnav--active-text > ul > .menu-item.active > a,.site-header .site-header .main-nav.mainnav--active-text > ul > .menu-item:hover > a,.site-header .site-header .main-nav.mainnav--active-text > ul > .menu-item > a:hover,.preloader-pulsating-circle,.preloader-material-circle,ul.colored-list[class*="list-style"] li:before,.woocommerce-MyAccount-navigation ul li.is-active a{color:#e5b53a;}.btn-lined.lined-custom:hover,#header .main-nav > ul > .menu-item.menuitem-highlight > a{ color:#b7912e;}.kl-main-bgcolor,.kl-main-bgcolor-after:after,.kl-main-bgcolor-before:before,.kl-main-bgcolor-hover:hover,.kl-main-bgcolor-parenthover:hover .kl-main-bgcolor-child{background-color:#e5b53a;}.main-nav.mainnav--active-bg > ul > .menu-item > a:before,.main-nav .zn_mega_container .menu-item a:not(.zn_mega_title):before,.main-nav ul .zn-mega-new-item,.social-icons.sc--normal .social-icons-item:hover,.kl-cart-button .glyphicon:after,.site-header.style7 .kl-cart-button .glyphicon:after,.site-header.style8 .site-header-bottom-wrapper .kl-cta-lined,.site-header.style9 .kl-cta-lined,.kl-cta-ribbon,.cart-container .buttons .button.wc-forward,.chaser-main-menu li.active > a{background-color:#e5b53a;}.action_box,.action_box.style3:before,.action_box.style3 .action_box-inner:before,.btn.btn-fullcolor,.btn.btn-fullcolor:focus,.btn.btn-fullcolor.btn-skewed:before,.circle-text-box.style3 .wpk-circle-span,.circle-text-box.style2 .wpk-circle-span::before,.circle-text-box:not(.style3) .wpk-circle-span:after,.elm-social-icons.sc--normal .elm-sc-icon:hover,.elm-searchbox--normal .elm-searchbox__submit,.elm-searchbox--transparent .elm-searchbox__submit,.hover-box:hover,.how_to_shop .number,.image-boxes.image-boxes--4 .image-boxes-title:after,.kl-flex--classic .zn_simple_carousel-arr:hover,.kl-flex--modern .flex-underbar,.kl-blog-item-overlay-inner .kl-blog-item-overlay-more:hover,.kl-blog-related-post-link:after,.kl-ioscaption--style1 .more:before,.kl-ioscaption--style1 .more:after,.kl-ioscaption--style2 .more,.kl-ioscaption--style3.s3ext .main_title::before,.kl-ios-selectors-block.bullets2 .item.selected::before,.kl-ioscaption--style5 .klios-separator-line span,.zn-iosSl-caption.zn-iosSl-caption--style1 .zn-iosSl-more::before,.zn-iosSl-caption.zn-iosSl-caption--style1 .zn-iosSl-more::after,.zn-iosSl-caption.zn-iosSl-caption--style2 .zn-iosSl-more,.zn-iosSl-caption.zn-iosSl-caption--style3.s3ext .zn-iosSl-mainTitle::before,.zn-iosSl-caption.zn-iosSl-caption--style5 .zn-iosSl-separatorLine span,.kl-ptfcarousel-carousel-arr:hover,.kl-ptfsortable-nav-link:hover,.kl-ptfsortable-nav-item.current .kl-ptfsortable-nav-link,.latest_posts3-post-date,.latest_posts--style4.kl-style-2 .latest_posts-elm-titlew,.latest_posts--style4.kl-style-2 .latest_posts-title:after,.latest_posts--style4.default-style .latest_posts-readon,.slick-active .slickBtn,.woocommerce ul.products.lt-offers-carousel .product-list-item:after,.media-container__link--style-borderanim1 > i,.nivo-directionNav a:hover,.pricing-table-element .plan-column.featured .subscription-price .inner-cell,.process_steps--style1 .process_steps__intro,.process_steps--style2 .process_steps__intro,.process_steps--style2 .process_steps__intro:before,.recentwork_carousel--1 .recentwork_carousel__bg,.recentwork_carousel--2 .recentwork_carousel__title:after,.recentwork_carousel--2 .recentwork_carousel__cat,.recentwork_carousel_v2 .recentwork_carousel__plus,.recentwork_carousel_v3 .btn::before,.recentwork_carousel_v3 .recentwork_carousel__cat,.timeline-box:hover .timeline-box-icon,.title_circle,.title_circle:before,.services_box--classic:hover .services_box__icon,.stepbox2-box--ok:before,.stepbox2-box--ok:after,.stepbox2-box--ok,.stepbox3-content:before,.stepbox4-number:before,.tbk--color-theme.tbk-symbol--line .tbk__symbol span,.tbk--color-theme.tbk-symbol--line_border .tbk__symbol span,.th-wowslider a.ws_next:hover,.th-wowslider a.ws_prev:hover,.zn-acc--style4 .acc-title,.zn-acc--style4 .acc-tgg-button .acc-icon:before,.zn-acc--style3 .acc-tgg-button:before,.zn_badge_sale,.zn_badge_sale:after,.elm-cmlist.elm-cmlist--v2 a:before,.elm-cmlist.elm-cmlist--v3ext a:before,.elm-custommenu--dd .elm-custommenu-pick,.shop-features .shop-feature:hover,.feature_box.style3 .box:hover,.services_box_element:hover .box .icon,.elm-social-icons.sc--normal .elm-sc-link:hover .elm-sc-icon{background-color:#e5b53a;}.kl-ioscaption--style4 .more:before,.zn-iosSl-caption.zn-iosSl-caption--style4 .zn-iosSl-more::before { background:rgba(229,181,58,0.7) }.kl-ioscaption--style4 .more:hover:before,.zn-iosSl-caption.zn-iosSl-caption--style4 .zn-iosSl-more:hover::before { background:rgba(229,181,58,0.9) }.zn-wc-pages-classic #page_wrapper a.button:not(.checkout),.zn-wc-pages-classic #page_wrapper button.button,.zn-wc-pages-classic #page_wrapper button.button.alt,.zn-wc-pages-classic #page_wrapper input.button,.zn-wc-pages-classic #page_wrapper input#button,.zn-wc-pages-classic #page_wrapper #respond input#submit,.add_to_cart_inline .kw-actions a,.zn-wc-pages-style2 #page_wrapper #respond input#submit.alt,.zn-wc-pages-style2 #page_wrapper a.button.alt,.zn-wc-pages-style2 #page_wrapper button.button.alt,.zn-wc-pages-style2 #page_wrapper input.button.alt,.product-list-item.prod-layout-classic .kw-actions a,.woocommerce ul.products li.product .product-list-item.prod-layout-classic .kw-actions a,#bbpress-forums div.bbp-search-form input[type=submit],#bbpress-forums .bbp-submit-wrapper button,#bbpress-forums #bbp-your-profile fieldset.submit button{background-color:#e5b53a;}.btn.btn-fullcolor:hover,.btn.btn-fullcolor.btn-skewed:hover:before,.cart-container .buttons .button.wc-forward:hover,.zn-wc-pages-classic #page_wrapper a.button:not(.checkout):hover,.zn-wc-pages-classic #page_wrapper button.button:hover,.zn-wc-pages-classic #page_wrapper button.button.alt:hover,.zn-wc-pages-classic #page_wrapper input.button:hover,.zn-wc-pages-classic #page_wrapper input#button:hover,.zn-wc-pages-classic #page_wrapper #respond input#submit:hover,.add_to_cart_inline .kw-actions a:hover,.zn-wc-pages-style2 #page_wrapper #respond input#submit.alt:hover,.zn-wc-pages-style2 #page_wrapper a.button.alt:hover,.zn-wc-pages-style2 #page_wrapper button.button.alt:hover,.zn-wc-pages-style2 #page_wrapper input.button.alt:hover{ background-color:#b7912e }.border-custom,.border-custom-after:after,.border-custom-before:before,.kl-blog-item-overlay-inner .kl-blog-item-overlay-more:hover,.acc--style4,.acc--style4 .acc-tgg-button .acc-icon,.kl-ioscaption--style4 .more:before,.zn-iosSl-caption.zn-iosSl-caption--style4 .zn-iosSl-more::before,.btn-lined.lined-custom,.btn.btn-bordered{ border-color:#e5b53a;}.fake-loading:after{ border-color:rgba(229,181,58,0.15);}.action_box:before,.action_box:after,.site-header.style1,.site-header.style2 .site-logo-anch,.site-header.style3 .site-logo-anch,.site-header.style6,.tabs_style1 > ul.nav > li.active > a,.offline-page-container:after,.latest_posts3-post-date:after,.fake-loading:after{ border-top-color:#e5b53a; }.stepbox3-box[data-align=right] .stepbox3-content:after,.vr-tabs-kl-style-1 .vr-tabs-nav-item.active .vr-tabs-nav-link,.kl-ioscaption--style2.klios-alignright .title_big,.kl-ioscaption--style2.klios-alignright .title_small,.zn-iosSl-caption.zn-iosSl-caption--style2.zn-iosSl-caption--hAlign-right .zn-iosSl-bigTitle,.zn-iosSl-caption.zn-iosSl-caption--style2.zn-iosSl-caption--hAlign-right .zn-iosSl-smallTitle,.fake-loading:after{ border-right-color:#e5b53a; }.image-boxes.image-boxes--4.kl-title_style_bottom .imgboxes-border-helper,.image-boxes.image-boxes--4.kl-title_style_bottom:hover .imgboxes-border-helper,.kl-blog-full-image-link,.kl-blog-post-image-link,.site-header.style8 .site-header-bottom-wrapper,.site-header.style9,.statistic-box__line,.zn-sidebar-widget-title:after,.tabs_style5 > ul.nav > li.active > a,.offline-page-container,.keywordbox.keywordbox-2,.keywordbox.keywordbox-3{border-bottom-color:#e5b53a}.breadcrumbs.bread-style--black li:before,.infobox2-inner,.kl-flex--classic .flex-caption,.ls--laptop .ls__item-caption,.nivo-caption,.process_steps--style1 .process_steps__intro:after,.stepbox3-box[data-align=left] .stepbox3-content:after,.th-wowslider .ws-title,.kl-ioscaption--style2 .title_big,.kl-ioscaption--style2 .title_small,.zn-iosSl-caption.zn-iosSl-caption--style2 .zn-iosSl-bigTitle,.zn-iosSl-caption.zn-iosSl-caption--style2 .zn-iosSl-smallTitle,html[dir="rtl"] .vr-tabs-kl-style-1 .vr-tabs-nav-item.active .vr-tabs-nav-link{border-left-color:#e5b53a; }.kl-cta-ribbon .trisvg path,.kl-mask .bmask-customfill,.kl-slideshow .kl-loader svg path,.kl-slideshow.kl-loadersvg rect,.kl-diagram circle { fill:#e5b53a; }.borderanim2-svg__shape,.kl-blog--layout-def_modern .kl-blog-item-comments-link:hover path,.kl-blog--layout-def_modern .kl-blog-item-more-btn:hover .svg-more-bg {stroke:#e5b53a;}.hoverBorder:hover:after {box-shadow:0 0 0 5px #e5b53a inset;}.services_box--modern .services_box__icon { box-shadow:inset 0 0 0 2px #e5b53a; }.services_box--modern:hover .services_box__icon {box-shadow:inset 0 0 0 40px #e5b53a;}.services_box--modern .services_box__list li:before {box-shadow:0 0 0 2px #e5b53a;}.services_box--modern .services_box__list li:hover:before {box-shadow:0 0 0 3px #e5b53a;}.portfolio-item-overlay-imgintro:hover .portfolio-item-overlay {box-shadow:inset 0 -8px 0 0 #e5b53a;}.main-nav.mainnav--active-bg > ul > .menu-item.active > a,.main-nav.mainnav--active-bg > ul > .menu-item > a:hover,.main-nav.mainnav--active-bg > ul > .menu-item:hover > a,.chaser-main-menu li.active > a,.kl-cart-button .glyphicon:after,.kl-ptfsortable-nav-link:hover,.kl-ptfsortable-nav-item.current .kl-ptfsortable-nav-link,.circlehover,.imgboxes_style1 .hoverBorder h6{color:#ffffff !important;}.btn-flat,.zn-wc-pages-classic #page_wrapper a.button:not(.checkout),.zn-wc-pages-classic #page_wrapper button.button,.zn-wc-pages-classic #page_wrapper button.button.alt,.zn-wc-pages-classic #page_wrapper input.button,.zn-wc-pages-classic #page_wrapper input#button,.zn-wc-pages-classic #page_wrapper #respond input#submit,.zn-wc-pages-style2 #page_wrapper #respond input#submit.alt,.zn-wc-pages-style2 #page_wrapper a.button.alt,.zn-wc-pages-style2 #page_wrapper button.button.alt,.zn-wc-pages-style2 #page_wrapper input.button.alt,.product-list-item.prod-layout-classic .kw-actions a,.woocommerce ul.products li.product .product-list-item.prod-layout-classic .kw-actions a{color:#ffffff !important;}.latest-posts-crs-readon,.latest_posts--4.default-style .latest_posts-readon,.latest_posts--4.kl-style-2 .latest_posts-elm-title,.latest_posts3-post-date,.action_box-text,.recentwork_carousel__link:hover .recentwork_carousel__crsl-title,.recentwork_carousel__link:hover .recentwork_carousel__cat,.stepbox2-box--ok:before,.stepbox2-box--ok:after,.stepbox2-box--ok,.stepbox2-box--ok .stepbox2-title,.kl-ioscaption--style4 .more,.zn-iosSl-caption.zn-iosSl-caption--style4 .zn-iosSl-more,.image-boxes.image-boxes--1 .image-boxes-readon,.acc--style3 .acc-tgg-button:not(.collapsed):before{color:#ffffff;}#bbpress-forums .bbp-topics li.bbp-body .bbp-topic-title > a,.product-list-item.prod-layout-classic:hover .kw-details-title,.woocommerce ul.products li.product .product-list-item.prod-layout-classic:hover .kw-details-title,.woocommerce ul.product_list_widget li .star-rating,.woocommerce .prodpage-classic .woocommerce-product-rating .star-rating,.widget.buddypress div.item-options a.selected ,#buddypress div.item-list-tabs ul li.selected a,#buddypress div.item-list-tabs ul li.current a ,#buddypress div.activity-meta a ,#buddypress div.activity-meta a:hover,#buddypress .acomment-options a{color:#e5b53a;}#buddypress form#whats-new-form p.activity-greeting:after {border-top-color:#e5b53a;}#buddypress input[type=submit],#buddypress input[type=button],#buddypress input[type=reset],#buddypress .activity-list li.load-more a {background:#e5b53a;}#buddypress div.item-list-tabs ul li.selected a,#buddypress div.item-list-tabs ul li.current a {border-top:2px solid #e5b53a;}#buddypress form#whats-new-form p.activity-greeting,.widget.buddypress ul.item-list li:hover {background-color:#e5b53a;}.kl-cta-ribbon { background-color:#cd2122 }.kl-cta-ribbon .trisvg path { fill:#cd2122 }.site-header .kl-cta-lined { color:#fff; border-color:#cd2122 }.btn.btn-custom-color.cta-button-0{background-color:#e5b53a}.btn.btn-custom-color.cta-button-0:hover{background-color:#b7912e}.logo-container .logo-infocard {background:#cd2122}.logo-infocard, .logo-infocard a,.logo-infocard .social-icons-item,.logo-infocard .glyphicon {color:#ffffff}.support-panel {background:#f5f5f5; }.support-panel,.support-panel * {color:#000000;}@media (min-width:768px){.site-header {background-color:rgba(229,181,58,0); background-image:none;background-repeat:no-repeat;background-position:center center;background-attachment:scroll; }}.site-header.style8 .site-header-main-wrapper {background:rgba(229,181,58,0);}.site-header.style8 .site-header-bottom-wrapper {background:rgba(229,181,58,0);}.site-footer {border-top-color:#FFFFFF;}.site-footer-bottom { border-top-color:#484848;}.main-nav > ul > .menu-item > a {font-family:"Open Sans", Helvetica, Arial, sans-serif;line-height:14px;font-weight:400;font-style:normal;letter-spacing:;text-transform:;}.main-nav > ul > .menu-item > a {font-size:12px;}.main-nav.mainnav--active-bg > ul > .menu-item > a:before {height:12px;}.main-nav.mainnav--active-bg > ul > .menu-item.active > a:before, .main-nav.mainnav--active-bg > ul > .menu-item > a:hover:before, .main-nav.mainnav--active-bg > ul > .menu-item:hover > a:before {height:calc(12 + 16px)}.mainnav--pointer-dash.main-nav > ul > li.menu-item-has-children > a:after {bottom:calc(52% - 10px);}.site-header .site-header-row .main-nav > ul > .menu-item > a {color:#203153}.site-header .site-header-row .main-nav > ul > .menu-item:hover > a {color:#203153}.site-header .main-nav.mainnav--active-text > ul > .menu-item.active > a, .site-header .main-nav.mainnav--active-text > ul > .menu-item > a:hover, .site-header .main-nav.mainnav--active-text > ul > .menu-item:hover > a {color:#203153;}.main-nav.mainnav--active-bg > ul > .menu-item.active > a:before, .main-nav.mainnav--active-bg > ul > .menu-item > a:hover:before, .main-nav.mainnav--active-bg > ul > .menu-item:hover > a:before {background-color:#203153;}.main-nav ul ul.sub-menu .menu-item a, .main-nav .zn_mega_container .menu-item a {font-family:Lato;font-size:13px;line-height:14px;font-weight:400;color:#e5b53a;font-style:normal;}.main-nav .zn_mega_container .menu-item a.zn_mega_title, .main-nav div.zn_mega_container ul .menu-item:last-child > a.zn_mega_title{font-size:15px}.ff-alternative,.kl-font-alt,.kl-fontafter-alt:after,.page-title, .page-subtitle, .subtitle,.topnav-item,.topnav .menu-item > a,.zn-sidebar-widget-title,.nivo-caption,.th-wowslider .ws-title,.cart-container .cart_list li a:not(.remove) {font-family:"Lato", Helvetica, Arial, sans-serif}.site-header-top-wrapper .kl-font-alt,.site-header-top-wrapper .kl-fontafter-alt:after,.site-header-top-wrapper .topnav-item,.site-header-top-wrapper .topnav .menu-item > a,.site-header-top-wrapper .cart-container .cart_list li a:not(.remove) {}.ff-lato{font-family:"Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;}.ff-open_sans{font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;}.sc__fade-mask, .portfolio-item-desc-inner:after { background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,0)), color-stop(100%, #fcfcfc)); background:-webkit-linear-gradient(top, rgba(252,252,252,0) 0%, #fcfcfc 100%); background:linear-gradient(to bottom, rgba(252,252,252,0) 0%, #fcfcfc 100%); } .ls-source__mask-front {background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,0.6)), color-stop(50%, #fcfcfc)); background:-webkit-linear-gradient(top,rgba(252,252,252,0.6) 0%, #fcfcfc 50%); background:linear-gradient(to bottom,rgba(252,252,252,0.6) 0%, #fcfcfc 50%);}@media (max-width:767px) {.site-header {background-color:rgba(255,255,255,0) !important;}}@font-face {font-family:'glyphicons_halflingsregular'; font-weight:normal; font-style:normal;src:url('//crpna.ab.ca/wp-content/themes/kallyas/template_helpers/icons/glyphicons_halflingsregular/glyphicons_halflingsregular.eot');src:url('//crpna.ab.ca/wp-content/themes/kallyas/template_helpers/icons/glyphicons_halflingsregular/glyphicons_halflingsregular.eot#iefix') format('embedded-opentype'),url('//crpna.ab.ca/wp-content/themes/kallyas/template_helpers/icons/glyphicons_halflingsregular/glyphicons_halflingsregular.woff') format('woff'),url('//crpna.ab.ca/wp-content/themes/kallyas/template_helpers/icons/glyphicons_halflingsregular/glyphicons_halflingsregular.ttf') format('truetype'),url('//crpna.ab.ca/wp-content/themes/kallyas/template_helpers/icons/glyphicons_halflingsregular/glyphicons_halflingsregular.svg#glyphicons_halflingsregular') format('svg');}[data-zniconfam='glyphicons_halflingsregular']:before , [data-zniconfam='glyphicons_halflingsregular'] {font-family:'glyphicons_halflingsregular' !important;}[data-zn_icon]:before {content:attr(data-zn_icon)}@font-face {font-family:'kl-social-icons'; font-weight:normal; font-style:normal;src:url('//crpna.ab.ca/wp-content/themes/kallyas/template_helpers/icons/kl-social-icons/kl-social-icons.eot');src:url('//crpna.ab.ca/wp-content/themes/kallyas/template_helpers/icons/kl-social-icons/kl-social-icons.eot#iefix') format('embedded-opentype'),url('//crpna.ab.ca/wp-content/themes/kallyas/template_helpers/icons/kl-social-icons/kl-social-icons.woff') format('woff'),url('//crpna.ab.ca/wp-content/themes/kallyas/template_helpers/icons/kl-social-icons/kl-social-icons.ttf') format('truetype'),url('//crpna.ab.ca/wp-content/themes/kallyas/template_helpers/icons/kl-social-icons/kl-social-icons.svg#kl-social-icons') format('svg');}[data-zniconfam='kl-social-icons']:before , [data-zniconfam='kl-social-icons'] {font-family:'kl-social-icons' !important;}[data-zn_icon]:before {content:attr(data-zn_icon)}@font-face {font-family:'Flaticon'; font-weight:normal; font-style:normal;src:url('//crpna.ab.ca/wp-content/uploads/zn_fonts/Flaticon/Flaticon.eot');src:url('//crpna.ab.ca/wp-content/uploads/zn_fonts/Flaticon/Flaticon.eot#iefix') format('embedded-opentype'),url('//crpna.ab.ca/wp-content/uploads/zn_fonts/Flaticon/Flaticon.woff') format('woff'),url('//crpna.ab.ca/wp-content/uploads/zn_fonts/Flaticon/Flaticon.ttf') format('truetype'),url('//crpna.ab.ca/wp-content/uploads/zn_fonts/Flaticon/Flaticon.svg#Flaticon') format('svg');}[data-zniconfam='Flaticon']:before , [data-zniconfam='Flaticon'] {font-family:'Flaticon' !important;}[data-zn_icon]:before {content:attr(data-zn_icon)}@font-face {font-family:'icomoon'; font-weight:normal; font-style:normal;src:url('//crpna.ab.ca/wp-content/uploads/zn_fonts/icomoon/icomoon.eot');src:url('//crpna.ab.ca/wp-content/uploads/zn_fonts/icomoon/icomoon.eot#iefix') format('embedded-opentype'),url('//crpna.ab.ca/wp-content/uploads/zn_fonts/icomoon/icomoon.woff') format('woff'),url('//crpna.ab.ca/wp-content/uploads/zn_fonts/icomoon/icomoon.ttf') format('truetype'),url('//crpna.ab.ca/wp-content/uploads/zn_fonts/icomoon/icomoon.svg#icomoon') format('svg');}[data-zniconfam='icomoon']:before , [data-zniconfam='icomoon'] {font-family:'icomoon' !important;}[data-zn_icon]:before {content:attr(data-zn_icon)}div.medicmenu .elm-cmlist.elm-cmlist--h1 li.current-menu-item > a{color:#ccff99!important;background:transparent;}div.medicmenu ul > li > a {color:#fff!important;}div.medicmenu ul > li > a:hover {color:#ccff99!important;}.klico{margin-bottom:10px;}.customshadow.znBoxShadow-6{box-shadow:0 0px 120px -25px rgba(0, 0, 0, 0.6);background:#3695EB;}.main-nav {margin-left:0px!important;}.main-nav ul ul.sub-menu, .main-nav .zn_mega_container{border:0px!important;background:#fff!important; }.kl-cart-button .glyphicon.kl-cart-icon:after{ background-color:#66CB66;}.medicaltab .acc--style2 .acc-group{border:0px;}.medicaltab .acc--style2 .acc-tgg-button{background:#66cc66; color:#fff; border-radius:0px; padding:12px 60px 11px 25px;}.medicaltab .element-scheme--light a:hover{color:#fff;}.medicaltab .acc--style2 .acc-tgg-button.collapsed {background-color:#aeaebc; color:#fff; border-radius:0px; padding:12px 60px 11px 25px;}.medicaltab .acc--style2 .acc-content {border-top:0px; border-radius:0px;}.znSmartCarousel-next,.znSmartCarousel-prev{cursor:pointer;}.mptt-shortcode-wrapper .mptt-shortcode-table{clear:both;}.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container{z-index:1!important;}.mptt-shortcode-wrapper .mptt-shortcode-table tbody td{border:0px solid #ffffff!important;}.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container{outline:0px!important;}.mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th{border:0px solid #ffffff!important;padding:2rem 1rem!important;background:none!important;}.mptt-shortcode-wrapper select{border:0px!important;height:40px;padding:0px 20px;width:230px;float:right;margin-top:-101px;margin-bottom:101px;background:#fcfcfc;color:#666;}.mptt-shortcode-wrapper select:focus{ outline:none;}.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-title{margin-top:13px!important;text-decoration:none!important;}.sidebarmenu .elm-cmlist.elm-cmlist--v2 a{color:#fff;color:rgba(255,255,255,0.8);}.sidebarmenu .elm-cmlist.elm-cmlist--v2 a:before{border-bottom:1px solid #8DE08D;}.sidebarmenu .elm-cmlist.elm-cmlist--v2 a:hover{color:#8DE08D;color:rgba(255,255,255,1);}.sidebarmenu .elm-cmlist.elm-cmlist--v2 li.current-menu-item > a, .sidebarmenu .elm-cmlist.elm-cmlist--v2 a:hover{color:#fff!important;}.customtable td{border-top:0px!important;border-bottom:1px solid rgba(255,255,255,0.2)!important;padding:15px 0px!important;}body.search-results .itemContainer .itemThumbnail, body.search-results .itemContainer .post_details {display:none;}.page .zn_pb_wrapper p a, .page .zn_pb_wrapper ul li a, .page .zn_pb_wrapper ol li a {color:#203153;font-weight:700;text-decoration:underline;}.page .zn_pb_wrapper .sidebarmenu ul li a {text-decoration:none;}.woocommerce #content div.product.prodpage-style3 .single_product_main_image:after, .woocommerce div.product.prodpage-style3 .single_product_main_image:after{background-color:rgba(142, 142, 142, 0);-webkit-box-shadow:inset 0px 0px 34px 0px rgba(0,0,0,0.06);-moz-box-shadow:inset 0px 0px 34px 0px rgba(0,0,0,0.06);box-shadow:inset 0px 0px 34px 0px rgba(0,0,0,0.06);}.woocommerce.widget_price_filter .ui-slider .ui-slider-range {background-color:#66CC66;}.woocommerce.widget_price_filter .ui-slider .ui-slider-handle{background-color:#66CC66;}.price_slider_amount button{background-color:#66CC66!important; color:white!important; border:0px!important;}#totop {background-color:#62768a;}.txtuppercase{text-transform:uppercase;}

@media (min-width: 768px) {
    .EasyEditOn .EasyEditContent:before {
        height: auto!important;
    }
}

#masterContentArea div.col-primary
{
	clear: both!important;
}

.header-container .nav-auxiliary .UtilityAuthentication a {
    padding: 10px 20px!important;
	position:relative!important;
	z-index:99999!important;
}