




<style>
    @font-face{
        font-family:"HelveticaNeueLTStd-Lt";
        src:url("/admin/fonts/2A28EB_0_0.woff") format("woff")
    }
    @font-face{
        font-family:"Helvetica Neue Medium";
        font-weight:normal;
        font-style:normal;
        src:url("/admin/fonts/HelveticaNeue.woff") format("woff")
    }
    @font-face{
        font-family:"Helvetica Neue Thin";
        font-weight:normal;
        font-style:normal;
        src:url("/admin/fonts/helveticaneue-thin-webfont.woff") format("woff")
    }

    address, dl, ol, p, pre, ul {
        margin-bottom: 8px;
    }
    body {
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        
	    background-color:#ffffff;
	    font-size:14px;
	    
	    line-height:16px;
    }

    body.boxed > .wrapper, body.boxed > .wrapper #header.ve_pos_fixed{
    	max-width: 1500px;
    	margin: 0 auto;
    }
    body.boxed .container{
    	max-width: 1224px;
    	margin: 0 auto;
    	padding: 0;
    }
    body.wide .container{
    	max-width: 1224px;
    	margin: 0 auto;
    	padding: 0;
    }
    @media (max-width: 1224px) {
	    body.wide #main .container:not(.section-container), body.wide #footer .container{
	    	padding-left: 15px;
	    	padding-right: 15px;
	    }
    }
    h1, h2, h3, h4, h5, h6 {
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    }
    nav {
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    }
    #header .ve_element_container.ve_login_container .login_form {
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    }

    .ve_element_container.ve_login_container .loginForm, .ve_element_container.ve_login_container .forgottenPasswordForm {
        padding: 20px;
    }
    .ve_element_container.ve_login_container .login_form input,
    .ve_element_container.ve_login_container .loginForm input,
    .ve_element_container.ve_login_container .forgottenPasswordForm input {
        background: white;
        color: #000000;
        display: block;
        border: 1px solid #999999;
        font-size: 1rem;
        font-weight: 400;
        letter-spacing: 0em;
        border-radius: 0.2em;
        transition: all 0.2s;
        padding: 10px 16px;
        height: 50px;
        line-height: 1.4;
    }

    .ve_element_container.ve_login_container .login_form input::placeholder,
    .ve_element_container.ve_login_container .loginForm input::placeholder,
    .ve_element_container.ve_login_container .forgottenPasswordForm input::placeholder {
        color: #999999;
    }



    @media (min-width: 1200px) {
        .section-container.container {
            max-width: 1224px;
        }
    }
    .topbarHeader {
        background-image: url('/stores/_images/asset-card-aprr.jpg');
        background-size: cover;
        background-position: center;
        background-color: #a329a3;
        border-color: default;
        color: default;
    }
    #ve_footer_container .ve_subfooter.at-top {
        background: #191919;
        color: #777777;
        border-color: #333333;
    }
    #ve_footer_container .ve_subfooter.at-top a {
        color: #aaaaaa;
        background: ;
    }
    #ve_footer_container .ve_subfooter.at-top a:hover {
        color: #5676f1;
        background: ;
    }
    #ve_footer_container .ve_subfooter.at-middle {
        background: ;
        color: ;
        border-color: ;
    }
    #ve_footer_container .ve_subfooter.at-middle a {
        color: ;
        background: ;
    }
    #ve_footer_container .ve_subfooter.at-middle a:hover {
        color: ;
        background: ;
    }
    #ve_footer_container .ve_subfooter.at-bottom {
        background: #262526;
        color: #ffffff;
        border-color: #262526;
    }
    #ve_footer_container .ve_subfooter.at-bottom a {
        color: #337ab7;
        background: ;
    }
    #ve_footer_container .ve_subfooter.at-bottom a:hover {
        color: #E6AB17;
        background: ;
    }
    .w-nav.type_mobile.m_layout_dropdown .w-nav-list.level_1 {
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        background-color: #E6A45C;
        -webkit-transition: transform 0.3s cubic-bezier(.4,0,.2,1), opacity 0.3s cubic-bezier(.4,0,.2,1);
        transition: transform 0.3s cubic-bezier(.4,0,.2,1), opacity 0.3s cubic-bezier(.4,0,.2,1);
    }


    /*NON-STICKY HEADER CSS STYLING*/
    #header:not(.sticky) .ve_subheader.at-top {
        background: #E6A45C;
        color: #797979;
    }
    #header:not(.sticky) .ve_subheader.at-top a:hover {
        color: #ffffff;
    }
    #header:not(.sticky) .ve_subheader.at-middle {
        background: #E6A45C;
        color: #ffffff;
    }
    #header:not(.sticky) .ve_subheader.at-middle a:hover {
        color: #E6A45C;
    }
    #header:not(.sticky) .ve_subheader.at-bottom {
        background: #E6A45C;
        color: #34546d;
    }
    #header:not(.sticky) .ve_subheader.at-bottom a:hover {
        color: #E6A45C;
    }
    #header.ve_bg_transparent:not(.sticky) .ve_subheader {
        background: transparent !important;
        color: #34546d  !important;;
    }
    #header.ve_bg_transparent:not(.sticky) .ve_subheader .w-nav .w-nav-list.level_1 > .menu-item{
        background: transparent;
    }
    #header.ve_bg_transparent:not(.sticky) .ve_subheader .menu-item.level_1:hover > a.w-nav-anchor{
        color: #e8c498;
    }
    #header.ve_bg_transparent:not(.sticky) .ve_subheader.at-top a {
        color: #34546d;
    }
    #header.ve_bg_transparent:not(.sticky) .ve_subheader.at-top a:hover {
        color: #e8c498;
    }


    /*NON-STICKY HEADER CSS STYLING*/
    #header.sticky .ve_subheader.at-top {
        background: #ffffff;
        color: #797979;
    }
    #header.sticky .ve_subheader.at-top a:hover {
        color: #ffffff;
    }
    #header.sticky .ve_subheader.at-middle {
        background: #ffffff;
        color: #34546d;
    }
    #header.sticky .ve_subheader.at-middle a:hover {
        color: #E6A45C;
    }
    #header.sticky .ve_subheader.at-bottom {
        background: #ffffff;
        color: #34546d;
    }
    #header.sticky .ve_subheader.at-bottom a:hover {
        color: #E6A45C;
    }
    #header.ve_bg_transparent.sticky .ve_subheader {
        background: transparent !important;
        color: #34546d  !important;;
    }
    #header.ve_bg_transparent.sticky .ve_subheader .w-nav .w-nav-list.level_1 > .menu-item{
        background: transparent;
    }
    #header.ve_bg_transparent.sticky .ve_subheader .menu-item.level_1:hover > a.w-nav-anchor{
        color: #e8c498;
    }
    #header.ve_bg_transparent.sticky.transparent .ve_subheader.at-top a {
        color: #34546d;
    }
    #header.ve_bg_transparent.sticky.transparent .ve_subheader.at-top a:hover {
        color: #e8c498;
    }




    #header .w-nav .w-nav-list.level_1 > .menu-item {
		color: #34546d;
        background-color: rgba(230,164,92,0);
	}

	#header .w-nav .w-nav-list.level_1 > .menu-item:hover > a{
		color: #ffffff;
        background-color: #E6A45C;
	}

	.w-nav .w-nav-list.level_1 > .menu-item.current-menu-item >a {
		color: #E6A45C !important;
	}

	#header.ve_bg_transparent:not(.sticky) .w-nav .w-nav-list.level_1 > .menu-item.current-menu-item {
		color: #34546d;
	}

	.w-nav a.w-nav-control {
		color: #ffffff;
        background-color: rgba(255,255,255,0);
	}

	.w-nav a.w-nav-control:hover {
		color: #e8c498;
        background-color: rgba(255,255,255,0);
	}

    .w-nav .w-nav-list:not(.level_1) {
        color: #1d1d1d;
        background-color: #e8c498;
    }

    .w-nav .w-nav-list:not(.level_1)>.menu-item.current-menu-item {
        color: #e8c498 !important;
        background-color: #2e546f;
    }

    .menu-item:not(.level_1):hover>.w-nav-anchor {
        background-color: #2e546f;
        color: #e8c498 !important;
	}
	.w-nav.type_desktop .menu-item[class*="columns"] .menu-item-has-children .w-nav-anchor.level_2 {
	    font-weight: bold;
	    background: none !important;
	    color: inherit !important;
	}

    .w-nav .w-nav-list:not(.level_1)>.menu-item:active>a>span {
        color: #e8c498 !important;
    }

    .ve_subheader .type_mobile .w-nav-list.level_1 {
    	background-color: #1d1d1d;
    	color: #FFFFFF;
    }

    .w-nav .w-nav-list:not(.level_1)>.menu-item:hover {
    }

    div#footer.newContentBlock {
        color: #777777;
    }
    div#footer.newContentBlock a {
        color: #aaaaaa;
    }
    div#footer.newContentBlock a:hover {
        color: #5676f1;
    }
    div#header.newContentBlock {
        color: #ffffff;
    }
    div#header.newContentBlock a {
        color: #ffffff;
    }
    div#header.newContentBlock a:hover {
        color: #E6A45C;
    }
    
    .ve_mainContentArea h1 {
        font-size: 24px;
        font-weight: 500;
        letter-spacing: 0.03em;
        
        
    }
    
    .ve_mainContentArea h2 {
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0.02em;
        
        
    }
    
    .ve_mainContentArea h3 {
        font-size: 16px;
        font-weight: 300;
        letter-spacing: -0.02em;
        
        
    }
    
    .ve_mainContentArea h4 {
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.01em;
        
        
    }
    
    .ve_mainContentArea h5 {
        font-size: 24px;
        font-weight: 300;
        letter-spacing: 0em;
        
        
    }
    
    .ve_mainContentArea h6 {
        font-size: 24px;
        font-weight: 500;
        letter-spacing: 0.02em;
        
        
    }
    


    @media (max-width: 575px) {
    	 body {
	        font-size:14px;
	        
	    	line-height:16px;
	    }
        
	    .ve_mainContentArea h1 {
	        font-size: 24px;
	    }
	    
	    .ve_mainContentArea h2 {
	        font-size: 18px;
	    }
	    
	    .ve_mainContentArea h3 {
	        font-size: 16px;
	    }
	    
	    .ve_mainContentArea h4 {
	        font-size: 12px;
	    }
	    
	    .ve_mainContentArea h5 {
	        font-size: 24px;
	    }
	    
	    .ve_mainContentArea h6 {
	        font-size: 24px;
	    }
	    
    }

    .ve_mainContentArea {
        background: #ffffff;
        color: #404043;
        border-color: #ffffff;
    }

    .ve_mainContentArea h1 {
        color: ;
    }


    .ve_mainContentArea h2 {
        color: ;
    }

    .ve_mainContentArea h3 {
        color: ;
    }

    .ve_mainContentArea h4 {
        color: ;
    }


    .ve_mainContentArea h5 {
        color: ;
    }

    .ve_mainContentArea h6 {
        color: ;
    }




    .ve_mainContentArea a {
        color: #5676f1;
    }

    .ve_mainContentArea a:hover {
        color: #5676f1;
    }
</style>
	<style>
.mounties-social-nav a {
    font-weight: 600;
    padding-left: 10px;
}
        .ve_subheader_cell.at_right nav li {
            font-weight: 600;
        }
        #header #ve_header_container:not(.ve_edit-mode) .ve_subheader.at-middle {
            transition: all 200ms linear;
        }
        .ui-front {
            z-index: 1000 !important;
        }
@media screen and (min-width: 1366px) {
#margin-left-form {
    margin-left:135px;
}

} 
@media screen and (max-width: 1365px) {
#margin-left-form {
    margin-left:15px;
}

} 

@media screen and (max-width: 767px) {
#margin-left-form {
    margin-right:15px;
}
}
.quotecloud-white-input {
    background: white;
padding: 4px 10px;
height: 60px;
}
.quotecloud-white-input input {
    margin-bottom: 0 !important;
margin-top: 6px !important;
}
.quotecloud-white-input label {
    left:10px !important;
}
    .t-desktop #header .element_container.image_container {
        max-width: 300px;
    }
    .t-mobile #header .element_container.image_container {
        max-width: 200px;
    }
.grayBackground {
    background: #ebecec !important;
}
.grayBackground.colapsableContainer div.card {
    background: transparent;
    box-shadow: none;
}
.grayBackground.colapsableContainer div.card .collapsible_header {
    background: transparent;
        border-bottom: 1px solid white;
}
.grayBackground.colapsableContainer div.card .collapsible_header .collapsibleTitle {
    font-weight: 700;
}
.grayBackground.colapsableContainer div.card .textblock_container p {
    font-weight: 300;
}
.graph-dots {
    width: 100%;
    background: url(/stores/_images/hero-outer-bg-dots-grey.png) 0 50% repeat-x;
    background-origin: padding-box;
        margin: 0;
}
.profileCollapsible .collapsibleTitle {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    margin-top: 4px;
    font-size: 16px;
    margin-bottom: 4px;
    color: #333;
}
.profileCollapsible p {
    font-weight: 300;
}
.profileCollapsible .element_container.card-body {
    padding-top:0;
}
    
table.comparison {
    width: 100%;
    font-size: 1em;
    border-bottom: 1px solid rgb(128, 128, 128);
;
}
table.comparison tbody {
        width: auto;
}
table.comparison.comparison-middle td {
        vertical-align: middle;
}
table.comparison td {
    background: #eff9fd;
}
table.comparison tbody tr:hover td {
    background: #fff !important;
}
table.comparison tbody tr:not(:last-child) {
    border-bottom: 1px solid rgb(216, 217, 217);
}
@media (min-width: 62em) {
.comparison td {
    padding: 14px 1.3125em !important;
}
}
@media (min-width: 48em) {
.comparison td {
    padding: 14px 1em !important;
}
}
.iconbox-blue:hover {
    background-color: #cef1ff !important;
}
.iconbox-green:hover {
   background-color: #dfefdc !important;
}
.sustainability_iconbox p {
    line-height: 18px !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    font-size: 18px;
}
.sustainability_iconbox .iconbox-title {
        margin-top: 20px;
}

.sustainability_iconbox div {
    font-weight: 300;
}
.cal-event-date .comparison-cvalue b {
font-weight:300;
}
.500weight p {
font-weight: 500;
}
.contactus_iconbox {
text-align: left;
}
.contactus_iconbox i {
    color: #333;
    font-size: 1.5em;
}
.contactus_iconbox p {
    margin-top: 2px;
font-size: 28px;
font-weight: 300;

}
@media (min-width: 48em)
.horizontal-dotted-bar {
    display: block;
}
.horizontal-dotted-bar {
    height: 60px;
    position: relative;
    background: url(/stores/_images/dot-3x3-black.png) repeat;
    display: block;
    top: 0;
    width: 100%;
    display: none;
}
.page-title-secondary {
    font-size: 3em;
    margin-bottom: .29167em;
}
.card-content h5 {
    font-weight: 300;
    font-size: 1.5em;
}
h3 {
    font-size: 28px;
    font-weight: 300;
}

.ve_subfooter_cell p {
font-size: 12px;
}
.apx_release_text p {
margin-bottom: 4px;
}
.pageHeaderTitle h1 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #FFF;
    letter-spacing: 0;
    line-height: 40px;
    font-size: 40px;
    text-align: left;
margin-bottom:24px;
}
.pageHeaderTitle h5 {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.02px; 
margin-bottom:0px;
}

@media screen and (max-width: 576px) {
	.xs-col-align-center .element_container   {
		text-align: center;
	}	
}
.diagonal:before {
    background-image: linear-gradient(to right, #DD2476, #FF512F);
    transform: skewY(8deg);
    content: "";
    overflow: visible;
    position: absolute;
    top: -25%;
    width: 100%;
    left: 0;
    height: 98%;
}

.ve_edit-mode .ve_element.ve_row .ve_section-container {
    padding-top:30px;
}



.fw-bg {
    position: relative;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.sample-form.badge-reverse {
    text-align: right;
}
.sample-form {
    color: #757575;
    margin-top: 5px;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 30px;
}

.sample-form .icon {
    display: inline-block;
    width: 36px;
    height: 70px;
    color: #fff;
    padding-top: 21px;
    margin-right: 10px;
}
.sample-form.badge-primary .icon {
    background-color: #008fed;
}
.sample-form .icon {
    text-align: center;
    vertical-align: middle;
    background-color: #008fed;
}

.form-check-input[type=checkbox]+label, .form-check-input[type=radio]+label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 1.5625rem;
    line-height: 1.5625rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-check-input[type=checkbox]+label:before, .form-check-input[type=radio]+label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #8a8a8a;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    margin-top: 3px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.form-check-input[type=checkbox]:checked+label:before, .form-check-input[type=radio]:checked+label:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 1.375rem;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #96cb4b;
    border-bottom: 2px solid #96cb4b;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.ve_mainContentArea [type=checkbox]:checked, .ve_mainContentArea [type=checkbox]:not(:checked), .ve_mainContentArea [type=radio]:checked, .ve_mainContentArea [type=radio]:not(:checked) {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.btn-primary {
    background-color: #008fed !important;
}

.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    background-color: #008fed !important;
}

.text-smaller {
    text-align: left;
    line-height: 1.58;
    margin-bottom: 20px;
}

.btn-text .btn {
    box-shadow: none;
    padding: 0;
    margin: 10px 0;
}
.btn-text .btn:active {
    box-shadow: none !important;
}

.block-heading {
    margin-bottom: 34px;
    color: #757575;
}
.block-heading p, .block-heading span {
    display: block;
    font-size: 14px;
    line-height: 1.5;
}
.pricing-plan {
    width: 350px;
    border-radius: 3px;
    margin: 0 auto 40px;
    text-align: center;
    position: relative;
}
.pricing-plan.starter {
    background-color: #ecf6ff;
}

.pricing-plan.extra {
    background-color: #d3eafe;
}

@media (min-width: 767px) {
    .pricing-plan.starter {
       float: right;
    }
    .pricing-plan.extra {
        float: left;
    }
}

.pricing-plan a {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 14px;
    color: white !important;
    background: #058bf0 !important;
    border-bottom: 5px solid #f44d00 !important;
}
.pricing-plan-title {
    position: relative;
    display: inline-block;
    font-weight: 300;
    font-size: 60px;
    min-width: 140px;
    white-space: nowrap;
    padding: 22px 0;
}
.pricing-plan.extra .pricing-plan-title img {
    width: 70%;
}

.pricing {
    line-height: 60px;
    font-weight: bold;
}
.pricing-plan-description {
    padding: 0;
    margin: 35px 20px 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    list-style: none;
    background: #ffffff;
}
.pricing-plan-description li img {
    float: left;
}
.pricing-plan-title .name {
    top: 0;
    left: 5px;
    line-height: 50px;
    color: #f44d00;
}
.pricing-plan-title span {
    display: block;
    font-size: 16px;
}
.pricing-plan-title .period-term span {
    line-height: 50px;
    display: inline-block;
}
.pricing-plan-title .period-term .per {
    margin-right: 5px;
}

.pricing-additional {
    margin: 35px 20px 0;
    background: #d3eafe;
    padding: 10px;
}

.pricing-additional div span {
    margin-right: 5px;
}

.footer-head {
    position: relative;
    display: block;
    width: 100%;
    padding: 6px;
    margin-left: -15px;
    color: #757575;
    background-color: #fafafa;
    border-radius: 3px;
}
.pricing-plan-description li {
    padding: 10px;
    text-align: center;
}
.pricing-plan-description span {
    text-align: center;
    font-size: 16px;
}
.pricing-plan.extra a {
    margin-top: 80px;
}
.waves-button, .waves-button-input, .waves-button:hover, .waves-button:visited {
    line-height: inherit;
    white-space: inherit;
    color: #757575;
}
.pricing-plan-title i.price {
    font: inherit;
}

#sampleforms .md-form {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#sampleforms .md-form {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#sampleforms .btn {
    background: #f44d00 !important;
    font-size: 20px;
    width: 150px;
    line-height: 40px;
}

#demoforms .btn {
    background: #f44d00 !important;
    font-size: 20px;
    width: 150px;
    line-height: 40px;
}

.privacy {
    text-align: left;
    margin-top: -67px;
    margin-left: 175px;
}

.md-form input[type]:focus:not([readonly])+label {
    color: #f44d00;
}

.md-form input[type]:focus:not([readonly]) {
    -webkit-box-shadow: 0 1px 0 0 #f44d00;
    box-shadow: 0 1px 0 0 #f44d00;
    border-bottom: 1px solid #f44d00;
}

.row-shadow {
    box-shadow: 29px 23px 63px -34px #9fa1a299;
    -webkit-box-shadow: 29px 23px 63px -34px #9fa1a299;
    -moz-box-shadow: 29px 23px 63px -34px #9fa1a299;
    box-shadow: 29px 23px 63px -34px #9fa1a299;
}
.row-shadow2 {
    box-shadow: 0 1rem 2rem 0 #9fa1a299;
    
}

.pricing-plan.ve-shadow {
    box-shadow: 15px 10px 40px 5px #8892986b;
    -webkit-box-shadow: 15px 10px 40px 5px #8892986b;
    -moz-box-shadow: 15px 10px 40px 5px #8892986b;
    box-shadow: 15px 10px 40px 5px #8892986b;
}
.request-demo-mac
{
    position:absolute;
    bottom:-400px;
    left:-140px;
}

.dynamic-color-svg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.request-demo-mac img
{
    max-width:initial !important;
}
.overflow-visible-row {
    overflow:visible !important;
}

.ve_mainContentArea .pricing-checkbox [type=radio] + label:before {
    border-radius: 0;
}

.ve_mainContentArea .pricing-checkbox [type=radio]:checked + label:before {
    background-color: transparent;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #96cb4b;
    border-bottom: 2px solid #96cb4b;
}

.greyscale {
    -webkit-filter: grayscale(1);
  filter: grayscale(1);
  width: 50%; height: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.tinyicon {
  width: 15%; 
  height: 15%;
  margin-left: auto;
  margin-right: auto;
}

.content-large-para {
    font-size: 32px;
    line-height: 1.125;
    font-weight: 600;
    letter-spacing: .004em;
}
}

@-webkit-keyframes scroll-pulse {
  0% {
    opacity: 0;
    background-position: center top;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -moz-background-size: 75% auto;
    -o-background-size: 75% auto;
    -webkit-background-size: 75% auto;
    background-size: 75% auto;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    background-position: center bottom;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
}
@-moz-keyframes scroll-pulse {
  0% {
    opacity: 0;
    background-position: center top;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -moz-background-size: 75% auto;
    -o-background-size: 75% auto;
    -webkit-background-size: 75% auto;
    background-size: 75% auto;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    background-position: center bottom;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
}
@-ms-keyframes scroll-pulse {
  0% {
    opacity: 0;
    background-position: center top;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -moz-background-size: 75% auto;
    -o-background-size: 75% auto;
    -webkit-background-size: 75% auto;
    background-size: 75% auto;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    background-position: center bottom;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
}
@keyframes scroll-pulse {
  0% {
    opacity: 0;
    background-position: center top;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -moz-background-size: 75% auto;
    -o-background-size: 75% auto;
    -webkit-background-size: 75% auto;
    background-size: 75% auto;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    background-position: center bottom;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
}
body {
    font-weight: 400;
  background-color: #000000;
}

.scroll-down {
  margin: 0;
  border: 2px solid #1d1d1d;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
}
.scroll-down a {
  display: block;
  opacity: 0;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 0;
  font-size: 0;
  color: transparent;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  -moz-background-size: 0 auto;
  -o-background-size: 0 auto;
  -webkit-background-size: 0 auto;
  background-size: 0 auto;
  -webkit-animation: scroll-pulse 1.5s 0s infinite normal ease forwards;
  -moz-animation: scroll-pulse 1.5s 0s infinite normal ease forwards;
  -o-animation: scroll-pulse 1.5s 0s infinite normal ease forwards;
  animation: pulse 1.5s 0s infinite normal ease forwards;
  background-image: url("/stores/_images/content-Images/arrowdown.svg");
  background-repeat: no-repeat;
}
.scroll-down a:before, .scroll-down a:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("/stores/_images/content-Images/arrowdown.svg") no-repeat center top;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.scroll-down a:before {
  -webkit-animation: scroll-pulse 1.5s 0.25s infinite normal ease forwards;
  -moz-animation: scroll-pulse 1.5s 0.25s infinite normal ease forwards;
  -o-animation: scroll-pulse 1.5s 0.25s infinite normal ease forwards;
  animation: scroll-pulse 1.5s 0.25s infinite normal ease forwards;
}
.scroll-down a:after {
  -webkit-animation: scroll-pulse 1.5s 0.5s infinite normal ease forwards;
  -moz-animation: scroll-pulse 1.5s 0.5s infinite normal ease forwards;
  -o-animation: scroll-pulse 1.5s 0.5s infinite normal ease forwards;
  animation: scroll-pulse 1.5s 0.5s infinite normal ease forwards;
}
.scroll-down a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

/* background gradients */
.brightOrangePurple
{
background: rgb(253,112,69);
background: linear-gradient(135deg, rgba(253,112,69,1) 0%, rgba(224,94,136,1) 35%, rgba(209,83,181,1) 100%);
}

#ve_header_container:not(.ve_edit-mode) .site-logo .ve_image_container a {
    display: block;
    width: 140px;
}

#ve_header_container:not(.ve_edit-mode) .sticky-site-logo a {
    display: none;
    width: 140px;
}

#ve_header_container:not(.ve_edit-mode) .sticky-site-logo a {
    display: none;
}

#header.sticky {
    box-shadow: 0 0 30px 0 rgba(0,0,0,.1) !important;
}

#header.sticky .announcement-insert {
    display:none;
}

.darken-button-container .element_container.vebutton_container:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.33);
}

#header.sticky #ve_header_container:not(.ve_edit-mode) .site-logo a {
    display: none;
}
#header.sticky #ve_header_container:not(.ve_edit-mode)  .sticky-site-logo a {
    display: block;
}

#header.sticky .ve_subheader.at-bottom {
    color: #000;
    background: #ffffff;
    /*box-shadow: 0 4px 5px -2px rgba(0,0,0,0.22), 0 2px 1px -1px rgba(0,0,0,0.05);*/
}
#ve_header_container .ve_subheader.at-bottom {
    /*padding-bottom: 20px !important;*/
}
#header.sticky .ve_subheader.at-bottom {
    /*padding: 13px 0 !important;*/
}
#ve_header_container .ve_subheader.at-middle {
    /*padding-top: 20px !important;*/
}
.ve_subheader.at-middle .ve_subheader_container {
    transition: transform 0.4s;
    /*height: 36px;*/
    /*margin-bottom: 10px;*/
}
#header.sticky #ve_header_container:not(.ve_edit-mode) .ve_subheader.at-middle .ve_subheader_container {
    /*transform: translateY(-100%);*/
}
#header.sticky #ve_header_container:not(.ve_edit-mode) .ve_subheader.at-middle {
    /*padding: 0 !important;*/
    /*height: 0 !important;*/
}

/*custom css for menu animation*/
ul.level_1.hide_for_mobiles > li.menu-item{
    position: relative !important;
}
ul.hide_for_mobiles.level_1 > li.menu-item:before, ul.hide_for_mobiles.level_1 > li.menu-item:after, #footer .ve_subfooter.at-middle .image_container:before, #footer .ve_subfooter.at-middle .image_container:after {
    transition: all 300ms linear;
    width: 0%;
    border-top: 3px solid #fff685;
    position: absolute;
    content: "";
}
ul.level_1.hide_for_mobiles > li.menu-item:before, ul.level_1.hide_for_mobiles > li.menu-item:after {
    top: 0;
    margin-top: -10px;
}

#footer .ve_subfooter.at-middle .image_container:before, #footer .ve_subfooter.at-middle .image_container:after {
    bottom: 0;
    margin-bottom: -30px;
}

ul.level_1.hide_for_mobiles > li.menu-item:before, #footer .ve_subfooter.at-middle .image_container:before {
    margin-right: -20%;
    float: right;
    right: 70%;
}

ul.level_1.hide_for_mobiles > li.menu-item:after, #footer .ve_subfooter.at-middle .image_container:after {
    margin-left: -20%;
    float: left;
    left: 70%;
}
ul.level_1.hide_for_mobiles > li.menu-item:hover:before, ul.level_1.hide_for_mobiles > li.menu-item:hover:after, #footer .ve_subfooter.at-middle .image_container:hover:before, #footer .ve_subfooter.at-middle .image_container:hover:after {
    width: 50%;
}

#footer .ve_subfooter.at-bottom .ve_subfooter_container.container, #footer .ve_subfooter.at-middle .ve_subfooter_container.container {
    max-width: unset;
}
#footer .ve_subfooter.at-middle .image_container a img {
    max-width: 115px;
    opacity: 0.5;
    transition: opacity .5s ease;
}

#footer .ve_subfooter.at-middle .image_container img {
    opacity: 0.5;
}
#footer .ve_subfooter.at-middle .image_container img:hover {
    opacity: 1;
}
#footer .ve_subfooter.at-middle .at_left, #footer .ve_subfooter.at-middle .at_right {
    display: none;
}
#footer .ve_subfooter.at-middle .at_center > .ve_col, #footer .ve_subfooter.at-middle .at_center > .ve_col > .ve_col_container {
    width: 100%;
}
#footer .ve_subfooter.at-middle {
    padding: 30px 20px;
    background: #fff;
}
#footer .ve_subfooter.at-middle .at_center .ve_col_container {
    display: table;
}
#footer .ve_subfooter.at-middle .image_container {
    position: relative;
    display: table-cell;
}

#footer .ve_subfooter.at-bottom .ve_subfooter_container .ve_subfooter_cell {
    width: 33.33333%;
    justify-content: center !important;
}
#footer .ve_subfooter.at-bottom .ve_subfooter_container.container p {
    margin-bottom: 0;
}

#footer #ve_footer_container .ve_subfooter.at-bottom {
    padding: 10px 0;
}

.row-col-11 .col-lg-1 {
    flex: 0 0 9.09090%;
    max-width: 9.09090%;
}
.ignite-iconbox .iconbox-solid i.fa, .ignite-iconbox .iconbox-solid i.fab {
    color: black;
}

.ignite-iconbox .iconbox-text {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    padding-left: 10px;
    margin-top: -4px;
}

.ignite-iconbox .iconbox-title p {
    font-weight: 700;
    margin-top: 9px;
}

#ve_footer_container .ve_subfooter.at-top .ve_subfooter_container.container {
    padding-top: 90px;
    padding-bottom: 90px;
}

#ve_footer_container .ve_subfooter.at-top .ve_subfooter_cell.at_left .sociallinks_container {
    padding-left: 14px;
}

#classes-button-link {
    font-size: 24px;
letter-spacing: 8px;
}

.iconbox-title p {
    margin-left: 10px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.ve_subfooter_container.container {
    align-items:baseline !important;
}

.ve_subfooter_cell.at_right span {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
} 

.ve_subfooter_cell input {
    color: white !important;
}

form.dynamicForm a.btn {
    background-color: #fff685 !important;
    color:black !important;
}

form.dynamicForm a.btn:hover {
    background-color: #2e546f !important;
    color:white !important;
}
.ve_subheader .type_mobile .w-nav-list.level_1 {
    /*color: #1d1d1d;*/
}
blockquote {
    border-left: 15px solid #eee;
    padding: 10px 20px;
}
.hide-slide-nav .carousel-control-prev, .hide-slide-nav .carousel-control-next {
    display: none;
}
.careers-navigation {
    font-weight: 400;
}
.careers-navigation .textblock-content:before, .careers-navigation .textblock-content:after {
    transition: all 300ms linear;
    width: 0;
    border-top: 2px solid #ffd200;
    position: absolute;
    content: "";
    top: 0;
}

.careers-navigation .textblock-content:before {
    margin-right: -20%;
    float: right;
    right: 70%;
}

.careers-navigation .textblock-content:after {
    margin-left: -20%;
    float: left;
    left: 70%;
}

.careers-navigation .textblock-content:hover:before, .careers-navigation .textblock-content:hover:after {
    width: 50%;
}

.careers-navigation .textblock-content {
    padding: 20px 0;
    cursor: pointer;
}

.career-nav-item {
    display: none;
}

.career-nav-item.active {
    display: block;
}

.font-rlss{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.care-flight > .section-container > .row_container {
    height: 850px;
}

.element.row.ocean-friendly-banner > .section-container {
    padding-top: 450px;
    padding-bottom: 450px;
}

.sub-club-contacts-icon {
    background-color: #000000;
}
.sub-clubs-northern-contacts .sub-club-contacts-icon {
    background-color: #939598;
}
.venue-overlay:before {
    content: '';
    background: black;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .3;
}
.home-video {
    display: none;
}

/*Resorts*/

.resorts-navigation {
    font-weight: 400;
}

.resorts-navigation p {
    margin-bottom: 0px;
}

.resorts-navigation .resorts-nav {
    padding: 10px;
}

.resorts-navigation .textblock-content:hover:before, .resorts-navigation .textblock-content:hover:after {
    /*width: 50%;*/
}

.resorts-navigation.content-navigation .resorts-nav>.textblock-content {
    padding: 20px 0;
    cursor: pointer;
    background: #777 !important;
    color: #FFF !important;
}

.resorts-navigation.content-navigation .resorts-nav.active>.textblock-content {
    background: #ffd200 !important;
    color: #000 !important;
}

.resorts-navigation.content-navigation .resorts-nav .textblock-content > p:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f0c8";
    margin-left: 35px;
}

.resorts-navigation.content-navigation .resorts-nav.active .textblock-content > p:after {
    content: "\f14a";
}

.resorts-navigation .resorts-nav>.textblock-content a {
    padding: 20px 0;
    cursor: pointer;
    background: #777 !important;
    color: #FFF !important;
    display: block;
}

.resorts-navigation .resorts-nav.active>.textblock-content a {
    background: #ffd200 !important;
    color: #000 !important;
}

.resorts-navigation .resorts-nav .textblock-content > p a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f0c8";
    margin-left: 35px;
}

.resorts-navigation .resorts-nav.active .textblock-content > p a:after {
    content: "\f14a";
}


.resorts-nav-item {
    display: none;
}

.resorts-nav-item.active {
    display: block;
}

.fill-all {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.hide-slide-nav .slide-detail {
    z-index: 1;
}

.mounties-btn {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 5px 25px;
    border-radius: 0;
}

/* Fancy dropdown menu */
.fancy-dropdown-menu, .fancy-dropdown-menu ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .fancy-dropdown-menu .submenu li {
    background-color: #fff685; }
    .fancy-dropdown-menu .submenu li a {
      font-size: 11px;
      color: #000; }
    .fancy-dropdown-menu .submenu li:hover, .fancy-dropdown-menu .submenu li:focus {
      background-color: #2e546f;color:#fff685; }
    .fancy-dropdown-menu .submenu li:hover a, .fancy-dropdown-menu .submenu li:focus a {
      color:#fff685; }
  .fancy-dropdown-menu a {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-align: left;
    color: #797979;
    font-size: 10px;
    text-transform: capitalize;
    line-height: 18px;
    margin-left: 3px;}
    .fancy-dropdown-menu .caret{
    display: inline-block;
    width: 0;
    height: 0;
    margin: 0 5px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    color: #999; }
  .fancy-dropdown-menu li {
    background: transparent;
    min-width: 160px; }
    #mounties-change-language .fancy-dropdown-menu li {
    min-width: 130px;
    }
  .fancy-dropdown-menu > li {
    display: block;
    float: left;
    position: relative;
    text-align: left; }
  .submenu {
    left: 0;
    max-height: 0;
    position: absolute;
    top: 100%;
    z-index: 0;
    margin-top: 10px !important;
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px; }
  .submenu li {
    opacity: 0;
    padding: 5px 20px;
    text-align: left;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s; }
  .submenu li a {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }
  .submenu li:hover {
    background-color: #383838; }
  .fancy-dropdown-menu > li:hover .submenu, .fancy-dropdown-menu > li:focus .submenu {
    z-index: 10; }
  .fancy-dropdown-menu > li:hover .submenu li, .fancy-dropdown-menu > li:focus .submenu li {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  .fancy-dropdown-menu li:hover .submenu li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .fancy-dropdown-menu li:hover .submenu li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms; }
  .fancy-dropdown-menu li:hover .submenu li:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms; }
  .fancy-dropdown-menu li:hover .submenu li:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms; }
  .fancy-dropdown-menu li:hover .submenu li:nth-child(5) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms; }
  .fancy-dropdown-menu li:hover .submenu li:nth-child(6) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms; }
  .fancy-dropdown-menu li:hover .submenu li:nth-child(7) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms; }
  .fancy-dropdown-menu li:hover .submenu li:nth-child(8) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms; }
  .fancy-dropdown-menu li:hover .submenu li:nth-child(9) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms; }
  .fancy-dropdown-menu li:hover .submenu li:nth-child(10) {
    -webkit-transition-delay: 450ms;
    -moz-transition-delay: 450ms;
    -ms-transition-delay: 450ms;
    -o-transition-delay: 450ms;
    transition-delay: 450ms; }
  .fancy-dropdown-menu li:hover .submenu li:nth-child(11) {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms; }
  .submenu li:nth-child(1) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms; }
  .submenu li:nth-child(2) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms; }
  .submenu li:nth-child(3) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms; }
  .submenu li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms; }
  .submenu li:nth-child(5) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms; }
  .submenu li:nth-child(6) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms; }
  .submenu li:nth-child(7) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms; }
  .submenu li:nth-child(8) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
/* End of fancy dropdown menu */

.ve_subheader.at-top .html_container {
    margin: 0px 10px;
}
.ush_menu_1.type_desktop .menu-item-has-children .w-nav-anchor.level_1>.w-nav-arrow {
    display: none !important;
}
li a.w-nav-anchor.level_1 {
    padding: 0 22px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing: 1px;
    font-weight: 400;
}
.footer-copyright.iconbox_container.pos-left .iconbox-link .iconbox-icon {
    margin-right: 0;
}
.footer-copyright .iconbox-title p {
    margin-left: 2px;
}
.footer-button {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0;
}

/* Prevent google translator bar from moving the body */
body{
	position: initial !important;
}

/* Hide google translator bar */
#google_translate_element {
	display: none;
}

/* Hide google hover tooltips */
.goog-tooltip {
	display: none !important;
}

.goog-tooltip:hover {
	display: none !important;
}

.goog-text-highlight {
	background-color: transparent !important;
	border: none !important;
	box-shadow: none !important;
}

.goog-te-banner-frame {
	display: none;
}
#footer p {
    margin-bottom: 0 !important;
}
.footer-copyright .iconbox-link {
    max-width: 370px;
    margin: auto;
}

#footer .ignite-socialLinks {
    margin-left: 10px;
}
#footer .footer-address-mobile {
    display: none;
}

@media screen and (min-width: 767px) {
    .ve-view .mobile-show-row {
        display: none !important;
    }

.pivot:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: #fff685;
    transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
    left: 0;
}

.pivotSlate:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: #2e546f;
    transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
    left: 0;
}

.pivot-coal:after {
    background: #404043;
}

.pivot-white:before {
    background: #FFF;
}
}
@media screen and (max-width: 767px) {
    #footer .footer-address-mobile {
        display: block !important;
    }
    .mobile-hide-row {
        display: none !important;
    }
    #footer .ignite-socialLinks {
        margin-top: 6px;
    }
    .mounties-body-row-mobile {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .retirement-mobile-margin {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }
    .retirement-mobile-margin-seperator {
        margin-top: 40px;
    }
    .mobile-remove-padding {
        padding: 0px !important;
    }
    .mobile-remove-padding-inner-col .element_container.col_container {
        padding: 0px !important;
    }
    .mobile-100-width {
        width: 100% !important;
    }
    .mobile-remove-margin {
        margin: 0 !important;
    }
}
.venue-logos {
    opacity: 0.5;
}
.venue-logos:hover {
    opacity: 1;
}

.contact-us-table {
    margin: auto;
    text-align: left;
    border: none;
}

.contact-us-table td {
    border: none;
}

.p-no-margin p {
    margin: 0;
}

.box-office-events {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.venue-btn {
    box-shadow: none !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.read-more-content .textblock-content {
    transition: height ease-in-out 0.5s;
}
.read-more-content.expanded .textblock-content {
    height: 100% !important;
}
.bold {
    font-weight: bold;
}

.ve-row-5 > .section-container > .row {
    margin-left: -10.33%;
    margin-right: -10.33%;
}

.slide-overlay .carousel-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
    z-index: 1;
}

.slide-overlay .carousel-item .slide-detail {
    z-index: 2;
}
.triangle-decor {
    position: absolute;
    top: calc(100% - 13px);
    left: 0;
    width: 100%;
    z-index: 57;
}
.row-overlay-z-1 > .overlay {
    z-index: 1;
}

.column-height-auto > .section-container > .row_container > .element:before {
    padding-top: 100%;
    content: '';
    display: block;
    
}
.column-height-auto > .section-container > .row_container >.element .element_container.col_container {
    position: absolute;
    top: 0;
    width: 100%;
}
.column-height-auto>.section-container>.row_container>.element.half-width-height:before {
    padding-top: 50%;
}
.column-height-auto > .section-container > .row_container > .owl-stage-outer > .owl-stage > .owl-item > .element:before {
    padding-top: 100%;
    content: '';
    display: block;
    
}
.column-height-auto > .section-container > .row_container > .owl-stage-outer > .owl-stage > .owl-item > .element .element_container.col_container {
    position: absolute;
    top: 0;
    width: 100%;
}
.column-height-auto>.section-container>.row_container > .owl-stage-outer > .owl-stage > .owl-item > .element.half-width-height:before {
    padding-top: 50%;
}
.padding-top-0 {
    padding-top: 0 !important;
}

.function-tabs .black-underline {
        border-bottom: 2px solid black;
}

.function-tabs .nav {
        margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.function-tabs .nav li {
    position: relative;
        margin-bottom: 0;
}

.function-tabs .nav li a {
        position: relative;
    display: block;
        border-radius: 0;
    padding: 6px 15px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    color: black;
}

.function-tabs .nav li.active a {
    color: white;
    background-color: black;
}

.function-tabs .nav li a .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.function-tabs .nav li a:active, a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none;
}

.function-tabs .pull-right {
    float: right !important;
}

.function-tabs .hide {
    display: none !important;
}

.function-tabs .nav-pills {
    position: relative;
}

.function-download-button .textblock_container {
    border-radius: 0px;
    border: none;
    width: 100%;
    color: #FFF;
    padding: 15px 25px;
    background: #222222;
    line-height: 17px;
    cursor: pointer;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-appearance: none;
    border-radius: 0px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.function-download-button .textblock_container:hover {
    background: #FFD200;
    color: #222222;
}



.function-nav-item {
    display: none;
}

.function-nav-item.active {
    display: block;
}

.footer-page-insert a:not(.mounties-button):hover {
    color: #2E546F !important;
}

a.vebutton {
    font-weight: 600;
}


.zindex1 {
    z-index: 1 !important;
}
.mounties-menu-style > li > a {
    font-size: 12px !important;
}

.mounties-button {
    font-weight: 600 !important;
    font-size: 12px !important;
}
.mounties-button:hover {
    color: white !important;
}

.mounties-menu-style > li > a > ul > li > a {
    font-size: 12px !important;
}


.w-nav .w-nav-list:not(.level_1)>.menu-item.current-menu-item {
    color: #FFF685 !important;
}

@media screen and (min-width: 767px) {
    .w-nav.type_desktop .w-nav-list.level_1 > li > a {
        font-size: 12px !important;
    }
    .w-nav.type_desktop .w-nav-list.level_1 > li > ul a {
        font-size: 12px !important;
        font-weight: normal !important;
    }
}

.mounties-logo-hover img.onHover {
    display:none;
}

.mounties-logo-hover:hover img.onHover {
    display:block;
    margin: auto;
}

.mounties-logo-hover:hover img:not(.onHover) {
    display:none;
}

ul.w-nav-list.level_2 li:first-child a {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

ul.w-nav-list.level_2 li:last-child a {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

@media screen and (min-width: 767px) {
    
.return-button-neg-margin {
    margin-left: -40px;
    margin-right: -40px;
}
}

#ve_footer_container .ve_subfooter.at-bottom a {
    color:#edc494 !important;
}

#mounties-change-language {
    margin-left: 0px;
    z-index: 9;
}

.phone-number-btn {
    display: inline;
    font-size: 1rem;
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.phone-number-btn a {
    background: #373737;
    padding: .2rem .8rem;
    border-radius: .4rem;
    color: #fff;
    font-weight: 300;
}
.mounties-container .mounties-gold-dark {
    background-color: #E6A45C !important;
}
.mounties-container .c-mounties-gold-dark {
    color: #E6A45C !important;
}
#our-people .background-clip.c-white {
    background: #E6A45C !important;
    background-clip: content-box !important;
}
.members-profile {
    padding-bottom: 95px;
}

.members-profile .members-box > div {
    background: rgb(255, 246, 133) !important;
    color: #000 !important;
}

.members-profile .members-box > div span {
    background: rgb(255, 246, 133) !important;
    color: #000 !important;
}

.interactions-data-toggle.mounties-container .mounties-btn {
    background-color: #404043;
}

.interactions-data-toggle.mounties-container .mounties-btn:hover {
    background-color: #FFF685;
    color: #404043;
}

.news-category-title h2 span {
    background-color: #E6A45C !important;
}

.news-and-media .mounties-container .mounties-new-btn {
    background-color: #FFF685;
}

.news-and-media .mounties-container .mounties-new-btn:hover {
    background-color: #2E546F;
}

.news-and-media .widget .mounties-top-section h2 span {
    background-color: #404043 !important;
}

.news-and-media .sidebar .widget .mounties-top-section {
    border-bottom-color: #404043 !important;
}

.news-and-media .mounties-container .mounties-top-section h2 > span .c-mounties-gold {
    color: #FFF685;
}
.news-and-media .mounties-container .mounties-top-section .nav-pills li.active a {
    background-color: #404043;
}

.news-and-media .mounties-container .mounties-top-section {
    border-bottom-color: #e6a45c !important;
}

.corporate-sport-partners img {
    max-width: 150px !important;
}
.justify-center .portfolio-list{
    justify-content: center;
}

.w-nav.m_align_left .w-nav-list.level_1 {
        z-index: 9999;
}

#header.sticky .w-nav-icon {
    color:black;
}
.venue-overlay-layer {
    position: relative;
}

.venue-overlay-layer .cover-layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    opacity: .3;
    margin: 10px;
}

.custom-slide-position .carousel-item .slide-detail:not(.custom-position) {
    transform: translate(-50%, 50%);
}

.ve_subfooter.at-bottom .ve_element.ve_textblock {
    margin-left:10;
}

@media screen and (max-width: 1200px) {
#header .announcement-insert .section-container.container,
#header #ve_header_container .ve_subheader_container.container {
    padding: 0 10px;
}

}
.menu-item:not(.level_1):hover>.w-nav-anchor {
    border-radius: 0;
}

.menu-login:not(.active):not(.loginForm) {
    border: 2px solid #34546d;
    border-radius: 4px;
}

.menu-login.active div.container.p-y-md {
    border: 2px solid #34546d;
    border-radius: 4px;
}


.menu-login div.container.p-y-md .w-nav a span,
.menu-login div.container.p-y-md .control span {
    text-transform: uppercase;
}

.menu-login div.container.p-y-md {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.menu-login div.container.p-y-md .control span {
    margin-left: 10px;
}

.menu-login.active div.container.p-y-md .menu-item:before{
    border: none;
}
.menu-login.active div.container.p-y-md .menu-item:after{
    border: none;
}

#header li a.w-nav-anchor.level_1 {
    padding: 0 15px !important;
}

#header .control.logged-in li a.w-nav-anchor.level_1 {
    //padding: 0 0 0 22px !important;
}

</style>

