*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	margin: 0;
	padding: 0;
}

body {
	font-size: 18px;
}
.body-wrap { overflow: hidden; min-height: calc(100vh - 100px);}


/*------------------------------------------------------------------------------------------------------------------------------------------------
    default
------------------------------------------------------------------------------------------------------------------------------------------------*/

img { max-width: 100%;}

a {
	text-decoration:none;
	-webkit-transition: .5s ease background, .5s ease color;
	-moz-transition: .5s ease background, .5s ease color;
	-ms-transition: .5s ease background, .5s ease color;
	transition: .5s ease background, .5s ease color;
	   font-family: 'Avenir';

}

p {
    line-height: 1.4;
    margin: 10px 0;
    font-family: 'Avenir';

}

h2 {
   font-family: 'Avenir';
	font-weight: 900 !important;
	font-size: 70px;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #23395f;
	margin: 10px 0;
	z-index: 5;
	position: relative;
	line-height: 1;
}

h3 {
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 30px;
    margin: 10px 0;
}

h4 {
	   font-family: 'Avenir';

}

a.gradient-btn{
	background: #284390;
	background: linear-gradient(90deg,rgba(40,67,144,1) 0%,rgba(24,154,214,1) 100%);
	border-radius: 5px;
	width: 170px;
	text-align: center;
	margin: 0 30px 0 20px;
	color: #fff;
	padding: 8px 20px;
	position: relative;
	text-transform: uppercase;
	font-weight: 800;
	font-weight: 800;
	font-size: 20px;
}
a.gradient-btn:hover {background:#1898d5 !important ;}
/*

a.gradient-btn::after{
	content: "";
	position: absolute;
	right: -20px;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 20px solid #1898d5;
	border-top: 23px solid transparent;
	border-bottom: 20px solid transparent;
}
*/
/*

/*------------------------------------*\
    NAVBAR
\*------------------------------------*/

header.header {
	position: fixed;
	right: 0;
	top: 0;
	left: 0;
	z-index: 10;
	padding-top: 16px;
   font-family: 'Avenir';
   background: #FFF;

}
header.header::after {
    content: '';
    width: 100%;
    height: 165px;
	background: url('../img/Header-SnowBar.png');
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
}
header.header .container { position: relative; margin-bottom: 25px;}

.header .container-fluid {
    padding: 0 250px;
}

.logo {
    display: inline-block;
	width: 170px;
}

.desktop-nav {
    display: inline-block;
    width: calc(100% - 253px);
    vertical-align: top;
    text-align: right;
    margin: 30px 0 0;
}
.header_nav li {
    display: inline-block !important;
    position: relative;
}
.header_nav a {
    color: #23395f;
    font-size: 22px;
    padding: 11px 15px;
    display: inline-block;
    line-height: 1;
    position: relative;
    font-family: 'Avenir';
	font-weight: 800;
}
.header_nav a:hover {
	color: #52b9e6;
}

#menu-item-57913 {
	background: rgb(40,67,144);
	background: linear-gradient(90deg, rgba(40,67,144,1) 0%, rgba(24,154,214,1) 100%);
	border-radius: 5px;
	width: 170px;
	text-align: center;
	margin: 0 30px 0 20px;
	
}
#menu-item-57913 a{
	color: #FFF;
	text-transform: uppercase;
	font-size: 19px;
}

/*
#menu-item-57913::after {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
	border-left: 20px solid #1898d5;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}
*/



#menu-item-57910 a {
	color: #FFF;
	text-transform: uppercase;
	font-size: 18px;
}

#menu-item-57910 a {
    font-size: 17px;
    color: #23395f;
    text-transform: inherit;
}

#menu-item-57910 {
    top: 15px;
}

#menu-item-57910::before {
    content: '';
    position: absolute;
    background: url('../img/icon-north-pole.svg');
    left: 0;
	right: 0;
	margin: auto;
	top: -40px;
	width: 40px;
	height: 50px;
}
ul.sub-menu {
	display: none;
	position: absolute;
	left: 0px;
	padding-top: 35px;
    top:20px;
	
	   
}

/*
ul.sub-menu::before,
ul.sub-menu::after {
    content: "";
    width: 100%;
    position: absolute;
 background-image: url('../img/frost-blue.svg');
   background-repeat: no-repeat;
    background-size: 600px auto; 
}
*/

ul.sub-menu::before {
	content: "";
    bottom: -10px;
    height: 36px;
    left: 0;
    transform: rotate(180deg);
    background: url('../img/dropdown-snow.png') !important;
    background-repeat: no-repeat !important;
    position: absolute;
    width: 100%;
}

ul.sub-menu::after {
    height: 37px;
    width: 100%;
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
    background: url('../img/dropdown-snow.png') !important;
    background-repeat: no-repeat !important;
    top: 10px;
}

ul.sub-menu li {
	display: block;
	width: 100%;
}
ul.sub-menu a {
    display: block;
    text-align: left;
    color: #23395e;
    background: #52b9e6;
    font-size: 15px;
    padding: 10px 25px;
    white-space: nowrap;
    line-height: 1;
    text-transform: none;
    letter-spacing: 0;
	font-family: Avenir;
    font-weight: 600;
}
ul.sub-menu a:hover {
	background: #a9e1f6;
	color: #23395e;
}
li.menu-item-has-children ul.sub-menu li a::after {
	border: none;
	position: relative;
}
ul.sub-menu ul.sub-menu {
    display: block;
    position: relative;
    padding: 0;
	left: 0;
}
ul.sub-menu ul.sub-menu::before,
ul.sub-menu ul.sub-menu::after {
	background: none;
	position: relative;
}
ul.sub-menu ul.sub-menu a::before {
    content: "+";
    margin-right: 6px;
    font-weight: 800;
}
ul.sub-menu ul.sub-menu a {
    padding: 5px 25px;
}
ul.sub-menu ul.sub-menu li:last-child a { padding-bottom: 10px;}

a.mobile-toggle {
    position: absolute;
    right: 30px;
    top: 20px;
    padding: 20px;
}
a.mobile-toggle:hover,
a.mobile-toggle.dropdown-active { background-color: #91D4ED; }

a.mobile-toggle span {
    height: 3px;
    width: 35px;
    background: #23395f;
    display: block;
    margin-bottom: 6px;
    border-radius: 5px;
}
a.mobile-toggle span:last-child { margin: 0;}

.mobile-nav {
    position: absolute;
    top: 130px;
    display: none;
    background: #fafeff;
    border-top: 1px solid rgba(146,214,238,.4);
    padding: 30px;
    box-shadow: 0 29px 20px rgba(0,0,0,.1);
    z-index: 10;
    width: 100%;
}
.mobile-nav ul.sub-menu {
    display: block;
    position: relative;
	padding: 0;
	left: 0;
}
.mobile-nav ul.sub-menu::before,
.mobile-nav ul.sub-menu::after {
	background: none;
	position: relative;
}
.mobile-nav li.menu-item-has-children a:first-child::after { border: none;}
.mobile-nav li {
    width: 100%;
    text-align: center;
}
.mobile-nav ul.sub-menu a {
    background: none;
    padding: 6px 15px;
    color: #52b9e6;
    text-align: center;
}
.mobile-nav li.parent {
    margin-bottom: 16px;
}


/*------------------------------------*\
   UPDATES BAR
\*------------------------------------*/


.updates {
    background: #ddf0f9;
    height: 80px;
    width: 100%;
    margin-top: 40px;
    text-align: center;
    color: #23395f;
    font-family: 'Avenir';
    font-weight: 800;
    font-size: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    top:100px;
}
.updates p, .updates a {
    position: relative;
    top: 15px;
}
.updates p {
    font-size: 19px;
}
.updates a {
    margin-left: 15px;
    color: #189ad6;
    text-transform: uppercase;
	font-size: 17px;
}

.updates a:hover {
    color: #274a96;
}

.updates::after {
    content: '';
	width: 100%;
	height: 30px;
	background: url('../img/Updates-SnowBar.png');
	display: block;
	position: absolute;
	z-index: 1;
	top: 70px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
}

.updates img {
    width: 25px;
    margin-right: 20px;
    margin-top: 25px;
}

.updates .icon-arrow-right {
    margin-left: 5px;
}

/*------------------------------------*\
    HERO SLIDER
\*------------------------------------*/
.hero_slider--wrap{
	height: 85vh;
	position: relative;	
	
}

.hero_slider--wrap::after {
	content: '';
	position: absolute;
	background: url('../img/slider-snowbottom.png');
	background-repeat: repeat;
	height: 30px;
	width: 100%;
	background-size: contain;
	bottom: 0;
}
.hero_slider {
    position: relative;
    height: 100vh;
}

.hero_slider--content {
    position: relative;
    z-index: 1;
    flex-direction: column;
}

.hero_slider--bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    transition: all 8s ease-in-out;
    z-index: -1;
}

.hero_slider.slick-initialized .slick-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	height: 85vh;
	justify-content: center;
}
.hero_slider .container-fluid {
    padding: 0 250px !important;
    margin: 0;
}
.hero_slider h2, .hero_slider p, .hero_slider a {
	color: #FFF;
}

.hero_slider p {
    font-size: 20px;
/*     line-height: 0.7; */
/*     line-height: 1.5; */
}

.hero_slider a.button {
	background: #284390;
    background: linear-gradient(90deg,rgba(40,67,144,1) 0%,rgba(24,154,214,1) 100%);
    border-radius: 5px;
    width: 170px;
    text-align: center;
    text-transform: uppercase;
	font-size: 18px;
	font-weight: 800;
	padding: 8px 25px;
	position: relative;
	top: 30px;
	margin-left: 0;
}

/*
.hero_slider a.button::after {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #1898d5;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
*/



.hero_slider .slick-dots {
    float: right;
    margin-right: 50px;
    position: relative;
    top: -40%;
}

.hero_slider .slick-dots li {
    margin: 15px 0;
    opacity: 0.5;
    list-style: none;
}
.hero_slider .slick-dots li button{
	background: url('../img/slider-IceCube.png');
	border: none;
	background-size: contain;
	background-repeat: no-repeat;
	font-size: 0;
	width: 25px;
	height: 25px;


}

.hero_slider .slick-dots li.slick-active {
    opacity: 1;
}

/*------------------------------------*\
   SERVICES
\*------------------------------------*/
.services {
    background: #FFF;
    padding-bottom: 100px;
    position: relative;
}

.services::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 31px;
	background: url('../img/SnowEdge-top.png');
	background-repeat: repeat;
	background-size: contain;
	bottom: -20px;
}
.section-card {
    text-align: center;
    padding: 0 70px;
}

.section-card h3 {
	font-family: 'Avenir';
	font-weight: 900 !important;
	color: #27377d;
}

.section-card p {
    color: #189ad6;
    line-height: 2;
}

/*
.section-card a {
	background: #ddf0f9;
	color: #27377d;
	text-transform: uppercase;
	font-weight: 800;
	position: relative;
	font-size: 18px;
	padding: 8px 25px;
	border-radius: 5px;
	top: 30px;
}
*/

/*
.section-card a::after {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #ddf0f9;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
*/

.section-card a:hover  {
    background: #189ad6;
    color: #FFF;
    transition: 0.3s;
}

.section-card a:hover::after{
	border-left-color: #189ad6;
	transition: 0.3s;

}

.services .container-fluid {
    display: flex; 
	flex-direction: row-reverse;
	padding: 0 100px;
	
/*display: flex;
flex-direction:initial;*/

	
}

.section-card img {
    width: 300px;
}
/*------------------------------------*\
    Testimonials
\*------------------------------------*/
.testimonials_slider--wrap{
	background: #f5fcfe;
	padding: 70px 0 50px;
	height: 800px;
	z-index: -1;
	width: 100%;
	height: 800px;
	background-image: url('../img/testimonial-bg-2-2.png');
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	
}

/*
.testimonials_slider--wrap::after{
	content: '';
	position: absolute;
	background: url('../img/testimonial-mountain.png');
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	bottom: 80px;
	z-index: 1;
}
*/

.testimonial_slider.container {
    width: 1500px;
    z-index: 5;
}

.testimonial_slider {
    text-align: center;
}

.testimonial_slider h4 {
	font-size: 40px;
	font-weight: 500;
	color: #189ad6;
	padding-bottom: 40px;
}
.testimonial_slider p {
    color: #27377d;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 40px;
}
.testimonial_slider p::before{
	content: '';
	position: absolute;
	background: url('../img/quote-left.png') no-repeat;	
	background-size: contain;
	width: 30px;
	height: 30px;
	left: 200px;
}

.testimonial_slider p::after{
	content: '';
	position: absolute;
	background: url('../img/quote-right.png') no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	right: 350px;
}

.testimonials_slider--content {
    height: 500px !important;
    margin-top: 50px;
}

.testimonial_slider .slick-dots {
    display: flex !important;
    justify-content: center;
    margin-top: 80px;
}

.testimonial_slider .slick-dots button{
		display: none;
}

.testimonial_slider .slick-dots li {
    background: 0 0;
    border: 4px solid #26a0d8;
    box-shadow: none !important;
    width: 20px;
    height: 20px;
    font-size: 0;
    margin: 0 5px;
    border-radius: 50px;
}

.testimonial_slider .slick-dots li.slick-active {
	background: #27377d;
	border: none;
}

.testimonial_slider a.button {
    background: #284390;
    background: linear-gradient(90deg,rgba(40,67,144,1) 0%,rgba(24,154,214,1) 100%);
    border-radius: 5px;
    width: 170px;
    text-align: center;
    margin: 0 30px 0 20px;
    color: #FFF;
    padding: 6.5px 25px;
    font-family: 'Avenir';
	font-weight: 800;
	text-transform: uppercase;
	position: relative;
}

/*
.testimonial_slider a.button::after{
	content: "";
	position: absolute;
	right: -20px;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 20px solid #1898d5;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}
*/

.testimonial_slider .slick-next{
	right: -40px;
}

/*.testimonial_slider .icon-arrow-right {
    background: url(img/arrow-next.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
	height: 40px;
}
.testimonial_slider .slick-prev{
	 left: 0;

}
.testimonial_slider .icon-arrow-left {
    background: url(img/arrow-prev.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
	height: 40px;
}
*/
.testimonial_slider .slick-arrow {
    position: absolute;
    color: #fff;
    z-index: 1;
    bottom: 0;
    padding: 33px;
    font-size: 22px;
    width: 150px;
    text-align: center;
    line-height: 1;
    display: flex;
	top: -450px;
    align-items: center;
    height: auto;
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------*\
    CAREER SECTION
\*-----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.career-section {
    background: #FFF;
    padding-top: 50px;
    height: auto;
    position: relative;
}

.career-section::before {
    content: '';
    position: absolute;
    background: url('../img/snow-edge-bottom.png');
    background-repeat: repeat;
    width: 100%;
    height: 31px;
    background-repeat: repeat;
    display: block;
    top: -15px;
    z-index: 1;
}

.career-content {
    text-align: center;
    padding-top: 150px;
}

.career-section h3 {
    color: #27377d;
    font-family: 'Avenir';
    text-transform: uppercase;
    font-weight: 800;
    font-size: 40px;
    margin-bottom: 20px;
}

.career-section p {
    color: #189ad6;
    font-size: 20px;
}

.button-box {
    margin-top: 50px;
}

.career-section a {
	text-transform: uppercase;
    font-weight: 800;
    cursor: pointer;	
}

.career-btn {
    background: #284390;
	background: linear-gradient(90deg,rgba(40,67,144,1) 0%,rgba(24,154,214,1) 100%);
	border-radius: 5px 0 0 5px;
	width: 170px;
	text-align: center;
	margin: 0 30px 0 20px;
	color: #FFF;
	padding: 8.9px 20px;
	position: relative;
}

/*
.career-btn::after{
	content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #1898d5;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
*/

.about-btn {
    color: #189ad6;
    position: relative;
    margin: 0 30px 0 20px;
    width: 170px;
    padding: 8.9px 20px;
}

.about-btn .icon-arrow-right {
    margin-left: 10px;
}

.about-btn:hover{
	color: #284390;
/*
	background: linear-gradient(90deg,rgba(40,67,144,1) 0%,rgba(24,154,214,1) 100%);
	border-radius: 5px 0 0 5px;
	text-align: center;
	color: #FFF;
	position: relative;
*/
	
}
/*
.about-btn:hover::after{
	background-image: none;
	content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #1898d5;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
*/





/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------*\
    FOOTER BANNER
\*-----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.footer-banner{
	background: #ddf0f9;
	padding: 80px 0;
	position: relative;
}

.footer-banner::after {
    content: '';
    position: absolute;
    background: url('../img/footer-banner-snow.png');
    width: 100%;
    height: 35px;
    top: -15px;
}

.footer-banner .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-banner h4 {
    color: #27377d;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0 50px;
}

.footer-banner a {
	background: #284390;
	background: linear-gradient(90deg,rgba(40,67,144,1) 0%,rgba(24,154,214,1) 100%);
	border-radius: 5px;
	width: 200px;
	text-align: center;
	margin: 0 30px 0 20px;
	color: #FFF;
	padding: 8px 20px;
	position: relative;
	text-transform: uppercase;
	font-weight: 800;
	font-weight: 800;
	font-size: 20px;
}

/*
.footer-banner a::after{
	content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #1898d5;
    border-top: 23px solid transparent;
    border-bottom: 20px solid transparent;
}
*/

.gradient-btn:hover {
    background: #1898d5 !important;
    transition: .3s;
    cursor: pointer !important;
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------*\
    FOOTER
\*-----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
footer {
    background: #112370 !important;
    padding: 90px 0 30px;
    position: relative;
}

footer::before{
	content: '';
	position: absolute;
	background: url('../img/footer-snow.png');
	width: 100%;
	height: 40px;
	top: -15px;
}

footer .container-fluid {
    padding: 0 250px;
}

footer li {
    list-style: none;
}

footer .left li a {
    color: #FFF;
    font-weight: 800;
    font-size: 20px;
    line-height: 2;
}

.f-logo {
    width: 35%;
    margin-bottom: 40px;
}

.social-media {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}

.icons {
    width: 40px;
    height: 40px;
    display: block;
    background: #189ad6;
    padding: 8px;
    border-radius: 50px;
    margin: 0 15px;
}

.icons:hover {
    background: #284390;
    background: linear-gradient(90deg,rgba(40,67,144,1) 0%,rgba(24,154,214,1) 100%);
}

.ice-food {
    position: relative;
    top: -6px;
    margin-left: 20px;
}
footer .text-center {
	text-align: center;
}

.copyright.text-center {
    color: #7cc3df !important;
}


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

.contact-box .gradient-btn {
    position: relative;
    top: -11px;
    margin-right: 19px;
}

.contact-box {
    padding-bottom: 30px;
}



.footer-banner .gradient-btn {
    padding: 10px 20px;
}

.tel {
    font-size: 25px;
    font-weight: 800;
    display: flex;
	justify-content: end;
	align-items: center;
	color: #FFF;

}
.tel.us:hover, .tel:hover {
	color: #189ad6;
}

.tel img {
    margin-right: 25px;
}

.tel.us {
    color: #FFF;
}

.footer-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.footer-bar .nav.navbar-nav {
    display: flex;
}

.extra-footer-nav {
    display: flex;
    justify-content: center;
}

.extra-footer-nav a {
    color: #7cc3df;
    margin: 0 15px;
    font-weight: 800;
}



.copyright {
    color: #7cc3df;
    font-size: 16px;
    margin: 0 50px;
}



 /*------------------------------------*\
   FULL WIDTH TEMPLATE
\*------------------------------------*/
 
.page-title {
    background: blue;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-top: 200px;
    flex-direction: column;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

 .page-content {
    padding: 170px 0 0px;
    background: #FFF;
}
.page-content .content::before {
    content: '';
    position: absolute;
    background: url('../img/snow-edge-bottom.png');
        background-repeat: repeat;
    background-repeat: repeat;
    width: 100%;
    height: 31px;
    background-repeat: repeat;
    display: block;
    top: -200px;
    z-index: 1;
}

.page-content .content::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 31px;
    background: url('../img/SnowEdge-top.png');
        background-repeat: repeat;
        background-size: auto;
    background-repeat: repeat;
    background-size: contain;
	bottom: -25px;
}

.page-content .content {
    padding-bottom: 100px;
    position: relative;
}



.page-template-template-fullwidth h2 {
    font-size: 40px;
    position: relative;
    top: 55px;
    color: #FFF;
}

.page-template-template-fullwidth .page-content h3 {
    text-align: center;
    color: #23395f;
    font-family: 'Avenir';
    font-weight: 800;
    padding-bottom: 30px;
}

.page-title .featured-img {
    width: 800px;
	text-align: center;
	margin: auto;
	border-radius: 30px;
	height: 550px;
	position: relative;
	top: 120px;
	z-index: 2;
	background-size: cover !important;
}
.page-template-template-fullwidth .cta-box {
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);

}

.page-template-template-fullwidth .page-content .content {
    padding-bottom: 0px; 
}

.page-template-template-fullwidth .CTA-section {
    padding: 20px 50px 100px;
}

.page-template-template-fullwidth p {
    color: #47afde;
    line-height: 2;
    font-size: 17px;
}

.CTA-section {
    background-image: url('../img/testimonial-bg-2.png');
	background-repeat: no-repeat;
	background-size: cover;
    padding: 50px;
    
}

.cta-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cta-box {
    width: 350px;
    height: auto;
    background: #FFF;
    border-radius: 20px;
    text-align: center;
    padding: 40px 30px;
    margin: 30px;
    display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.cta-box h4 {
    color: #23395f;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 0px;
}

.cta-box p {
    line-height: 1.5;
    color: #189ad6;
}

.cta-btn.gradient-btn {
    margin-top: 5px;
    font-size: 18px;
    width: auto;
    padding: 11px 15px;
}

 /*------------------------------------*\
   2 COLUMN WIDTH / CONTACT TEMPLATE
\*------------------------------------*/

.page-template-template-2column .page-title { 
	height: 700px; 
	width: 100%; 
	position: absolute;     
	background-repeat: no-repeat !important;
    background-size: cover !important; 
 }
.page-template-template-2column .page-content, .page-template-template-contact .page-content{ padding: 0 0 380px; }
.page-template-template-2column .page-content .container, .page-template-template-contact .page-content .container {
    position: relative;
    top: 80px;
}
.page-template-template-2column .featured-img {
    background-repeat: no-repeat !important;
    position: inherit;
    width: 100%;
    background-size: cover !important;
    height: 500px;
    border-radius: 30px;
}
.page-template-template-2column .left-col {
    position: relative;
    top: 160px;
}
.page-template-template-2column .right-col, .page-template-template-contact .right-col {
    z-index: 2;
}
.page-template-template-2column h3, .page-template-template-contact h3{
    color: #23395f;
    font-weight: 800;
    font-family: 'Avenir';
    margin-top: 30px;
    
}
.page-template-template-2column p, .page-template-template-contact p { color: #24a0d8; line-height: 2; }
.page-template-template-2column .CTA-section, .page-template-template-contact  .CTA-section{ background: transparent; display: flex; }
.page-template-template-2column .cta-box,  .page-template-template-contact .cta-box{
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	height: 340px;
	display: flex;
	justify-content: center;
}
.page-template-template-2column .featured-img {z-index: 2;}
.page-template-template-2column .page-title::after, .page-template-template-contact .page-title::after {
    content: '';
    position: absolute;
    background: url('../img/snow-edge-bottom.png');
    background-repeat: repeat;
    background-repeat: repeat;
    background-repeat: repeat;
    width: 100%;
    height: 31px;
    background-repeat: repeat;
    display: block;
    bottom: 0px;
    z-index: 1;
}

.page-template-template-contact .page-title { 
	height: 500px;
	width: 100%; 
	position: absolute;     
	background-repeat: no-repeat !important;
    background-size: cover !important; 
}
.page-template-template-contact .left-col {
	top: 250px;
}

.page-template-template-contact h2 {
	color: #FFF;
	font-weight: 800;
    font-family: 'Avenir';
    font-size: 50px;
    text-transform: inherit;
    text-align: center;
    padding-bottom: 200px;
}

.page-template-template-2column img {
    height: auto;
}
 /*------------------------------------*\
   PRODUCT TEMPLATE
\*------------------------------------*/

.single-product .page-title { 
	height: 700px; 
	width: 100%; 
	position: absolute;     
	background-repeat: no-repeat !important;
    background-size: cover !important; 
 }
.single-product .page-content{ padding: 0 0 380px; }
.single-product .page-content .container {
    position: relative;
    top: 80px;
}
.single-product .featured-img {
    background-repeat: no-repeat !important;
    position: inherit;
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    height: 500px;
    border-radius: 30px;
}
.single-product .left-col {
    position: relative;
    top: 160px;
}
.single-product .right-col, .page-template-template-contact .right-col {
    z-index: 2;
}
.single-product h3, .page-template-template-contact h3{
    color: #24a0d8;
    font-weight: 800;
    font-family: 'Avenir';
    margin-top: 30px;
    
}
.single-product p{ color: #23395f; line-height: 2; }
.single-product .CTA-section{ background: transparent; display: flex; }
.single-product .cta-box{
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	height: 340px;
	display: flex;
	justify-content: center;
}
.single-product .featured-img {z-index: 2;}
.single-product .page-title::after{
    content: '';
    position: absolute;
    background: url('../img/snow-edge-bottom.png');
    background-repeat: repeat;
    background-repeat: repeat;
    background-repeat: repeat;
    width: 100%;
    height: 31px;
    background-repeat: repeat;
    display: block;
    bottom: 0px;
    z-index: 1;
}

.single-product .cta-box p {
    line-height: 1.5 !important;
}
/*

.page-template-template-contact .page-title { 
	height: 500px;
	width: 100%; 
	position: absolute;     
	background-repeat: no-repeat !important;
    background-size: cover !important; 
}
.page-template-template-contact .left-col {
	top: 250px;
}

.page-template-template-contact h2 {
	color: #FFF;
	font-weight: 800;
    font-family: 'Avenir';
    font-size: 50px;
    text-transform: inherit;
    text-align: center;
    padding-bottom: 200px;
}
*/






 /*------------------------------------*\
   LOCATIONS TEMPLATE
\*------------------------------------*/

.locations h2 {
    color: #FFF;
    text-transform: inherit;
    font-size: 60px;    
    padding-bottom: 10px;

}
.locations .page-title h4{
	color: #FFF;
    font-size: 28px;
    padding-bottom: 30px;


}
#wpsl-gmap {
    float: left !important;
}
#wpsl-result-list {
	float: right !important;
	padding-left: 30px;
}
.locations .page-title .container {
    padding: 50px 0 70px;
}


.wpsl-search.wpsl-clearfix {
    background: transparent;
    padding-bottom: 30px;
}

#wpsl-search-wrap input {
    border-radius: 35px;
    width: 350px;
     color: #23395f;
    font-weight: 600;
    font-family: 'Avenir' !important;
}

.wpsl-input div label {
    width: 100%;
}
#wpsl-search-wrap form {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}


.wpsl-input, #wpsl-radius, #wpsl-results {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    color: #FFF;
    font-family: 'Avenir';
    font-weight: 600;
/*     width: 25%; */
}
.wpsl-direction-wrap{ font-family: 'Avenir'; }
#wpsl-radius label, #wpsl-radius label {
    width: 200px !important;
}

#wpsl-radius .wpsl-dropdown {
    width: 200px;
    border-radius: 30px;
}
#wpsl-results .wpsl-dropdown {
    width: 200px;
    border-radius: 30px;

}
.wpsl-store-details.wpsl-store-listing::before {
    border-top: 5px solid #189ad6 !important;
}
#wpsl-wrap #wpsl-result-list li {
    border-bottom: 1px solid #189ad6 !important;
}
.wpsl-dropdown .wpsl-selected-item, .wpsl-dropdown li{
	color: #23395f !important;
}
#wpsl-search-btn{
	background:  #189ad6;
	border-radius: 5px !important;
	width: 170px !important;
	text-align: center;
	margin: 20px 30px 0 20px;
	border: none !important;
	color: #FFF !important;
	font-family: 'Avenir';
	font-weight: 600;
	text-transform: uppercase !important;

}

#wpsl-stores {
    text-align: left;
    color: #FFF;
}

.wpsl-store-details.wpsl-store-listing {
    color: #189ad6 !important;
}

.wpsl-directions {
    color: #189ad6;
    text-transform: uppercase;
    font-weight: 600;
}


.locations .CTA-section {
    background-image: none;
    position: relative !important;
}

.locations .CTA-section::before {
    background: url('../img/snow-edge-bottom.png');
    background-repeat: repeat;
    content: '';
    position: absolute;
    width: 100%;
    height: 35px;
    left: 0;
    background-repeat: repeat;
    top: -15px;
}

.locations .cta-box {
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}


.page-template-template-2column .page-title { 
	height: 700px; 
	width: 100%; 
	position: absolute;     
	background-repeat: no-repeat !important;
    background-size: cover !important; 
 }
.page-template-template-2column .page-content, .page-template-template-contact .page-content{ padding: 0 0 380px; }
.page-template-template-2column .page-content .container, .page-template-template-contact .page-content .container {
    position: relative;
    top: 80px;
}
.page-template-template-2column .featured-img {
    background-repeat: no-repeat !important;
    position: inherit;
    width: 100%;
    background-size: cover !important;
    height: 500px;
    border-radius: 30px;
}
.page-template-template-2column .left-col {
    position: relative;
    top: 160px;
}
.page-template-template-2column .right-col, .page-template-template-contact .right-col {
    z-index: 2;
}
.page-template-template-2column h3, .page-template-template-contact h3{
    color: #23395f;
    font-weight: 800;
    font-family: 'Avenir';
    margin-top: 30px;
    
}
.page-template-template-2column p, .page-template-template-contact p { color: #24a0d8; line-height: 2; }
.page-template-template-2column .CTA-section, .page-template-template-contact  .CTA-section{ background: transparent; display: flex; }
.page-template-template-2column .cta-box,  .page-template-template-contact .cta-box{
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	height: 340px;
}
.page-template-template-2column .featured-img {z-index: 2;}
.page-template-template-2column .page-title::after, .page-template-template-contact .page-title::after {
    content: '';
    position: absolute;
    background: url('../img/snow-edge-bottom.png');
    background-repeat: repeat;
    background-repeat: repeat;
    background-repeat: repeat;
    width: 100%;
    height: 31px;
    background-repeat: repeat;
    display: block;
    bottom: 0px;
    z-index: 1;
}

.page-template-template-contact .page-title { 
	height: 500px;
	width: 100%; 
	position: absolute;     
	background-repeat: no-repeat !important;
    background-size: cover !important; 
}
.page-template-template-contact .left-col {
	top: 250px;
}

.page-template-template-contact h2 {
	color: #FFF;
	font-weight: 800;
    font-family: 'Avenir';
    font-size: 50px;
    text-transform: inherit;
    text-align: center;
    padding-bottom: 200px;
}


.page-id-58179 img{
	height: auto;
}




/*------------------------------------*\
  TEMPLATE A ( City Landing pages) 
\*------------------------------------*/

[id]::before {
  content: '';
  display: block;
  height:      355px;
  margin-top: -355px;
  visibility: hidden;
}

.page-template-template-templateA .page-content{
	background: transparent;
	padding-top: 50px;
	padding-bottom: 150px;
}

.page-template-template-templateA h2 {
    color: #FFF;
    text-transform: inherit;
    font-size: 50px;
    text-transform: uppercase;
}


.page-template-template-templateA .page-title .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-template-template-templateA .page-title .featured-img{
	top: 0;
	margin: 30px auto !important;
	width: 50%;
	height: 400px;
}

.page-template-template-templateA .banner-content {
    width: 50%;
    text-align: left;
	padding-left: 50px;
}

.page-template-template-templateA .page-title p {
    color: #FFF;
    font-size: 20px;
    margin: auto auto 20px;
}

.page-template-template-templateA .page-title a.gradient-btn {
    top: 30px;
    margin: 0;
}

.locations-stores{
	background: #ddf0f9;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px 50px 50px;
	position: relative;
}

.locations-stores::before {
    content: '';
    position: absolute;
    background: url('../img/Updates-SnowBar.png');
        background-repeat: repeat;
    width: 100%;
    height: 70px;
    top: -60px;
    transform: scaleY(-1);
    background-repeat: repeat-x;
    left: 0;
}

.locations-stores .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.locations-stores h3{
	font-family: 'Avenir';
	font-weight: 900;
	color: #189ad6;
	text-align: center;
	padding-bottom: 50px;
}

.store-card h4 {
    color: #23395f;
    font-weight: 600;
    font-size: 20px;
}

.store-card h5{
	font-size: 20px;
	font-family: 'Avenir';
	color: #23395f;
	line-height: 30px;

}

.store-card h6 {
    color: #24a0d8;
    font-family: 'Avenir';
    font-size: 20px;
    font-weight: 600;
}

.store-card {
    width: 20%;
    margin: 0 15px;
    min-height: 300px;
}
.store-card .gradient-btn {
    margin-left: 0;
    top: 26px;
}



.section-area {
    padding: 150px;
    position: relative;
}


.section-area::before {
    content: '';
    position: absolute;
    background: url('../img/snow-edge-bottom.png');
        background-repeat: repeat;
    width: 100%;
    height: 101px;
    background-repeat: repeat;
    display: block;
    top: -20px;
    left: 0;
}

.section-area::after {
    content: '';
    position: absolute;
    background: url('../img/snow-edge-bottom.png');
    width: 100%;
    height: 50px;
    bottom: -20px;
    left: 0;
    transform: scaleY(-1);
}
 
.section-area .box {
	width: 50%;
	padding: 50px;
	text-align: center;
}
.section-area .row {
    display: flex;
    align-items: center;
    padding: 50px;
}

.page-template-template-templateA .section-area .container {
    display: flex;
    flex-wrap: wrap;
}


.page-template-template-templateA .section-area .img {
    width: 100%;
    height: 200px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.section-area .content p{
	color: #23395f;
	font-size: 17px;
	line-height: 35px;
	
}

.section-area h3 {
    color: #24a0d8;
    font-family: 'Avenir';
    font-weight: 600;
    font-size: 28px;
}

.row.row1, .row.row3 {
    text-align: right;
}

.row.row2, .row.row4 {
    text-align: left;
}

.section-area .content .gradient-btn {
    margin: 0;
    top: 20px;
}

.contact-form{
	background-image: url('../img/fw-bg-title.png');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 125px;
	color: #fff;
}

.contact-form h2 {
    text-transform: uppercase;
    font-size: 50px;
}

.two-columns.left {
    margin-right: 5px;
}

.two-columns.right {
    margin-left: 5px;
}

/*form.wpcf7-form label {
    color: #fff !important;
}*/

.contact-form h2, .text-centre {
    text-align: center;
}

.text-centre {
    font-size: 22px;
    width: 650px;
    margin: auto;
    line-height: 35px;
}
.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required, .two-columns select.wpcf7-form-control.wpcf7-select {
    color: #23395fe0;
    font-weight: 600;
    font-family: 'Avenir';
}

.wpcf7-form-control.wpcf7-submit {
    border: none;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    width: 120px !important;
    font-family: 'Avenir';
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 25px;
}




/*------------------------------------*\
  TEMPLATE A  Quebec ( City Landing pages) 
\*------------------------------------*/

[id]::before {
  content: '';
  display: block;
  height:      355px;
  margin-top: -355px;
  visibility: hidden;
}

.page-template-template-templateAQuebec .page-content{
	background: transparent;
	padding-top: 50px;
	padding-bottom: 150px;
}

.page-template-template-templateAQuebec h2 {
    color: #FFF;
    text-transform: inherit;
    font-size: 55px;
    text-transform: uppercase;
}


.page-template-template-templateAQuebec .page-title .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-template-template-templateAQuebec .page-title .featured-img{
	top: 0;
	margin: 30px auto !important;
	width: 50%;
	height: 400px;
}

.page-template-template-templateAQuebec .banner-content {
    width: 50%;
    text-align: left;
	padding-left: 50px;
}

.page-template-template-templateAQuebec .page-title p {
    color: #FFF;
    font-size: 20px;
    margin: auto auto 20px;
}

.page-template-template-templateAQuebec .page-title a.gradient-btn {
    top: 30px;
    margin: 0;
}

.page-template-template-templateAQuebec .section-area .container {
    display: flex;
    flex-wrap: wrap;
}


.page-template-template-templateAQuebec .section-area .img {
    width: 100%;
    height: 200px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
