/*--------------------------------------------------------------
# Universal
--------------------------------------------------------------*/
html, body {width: 100%; height: 100%; padding: 0; margin: 0;}

body {color: #4e4e50; 
    font-family: 'Avenir LT Std',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-size: 16px;}
a {text-decoration: none; color: #f7941d}
p {line-height: 1.7em;}
a:hover {text-decoration: none; color: #f7941d}
p:last-child {margin-bottom: 0;}

img {max-width: 100%; height: auto;}

.h1, h1 {line-height: 1.1em; font-weight: 700;}
.h2, .h3, .h4, .h5, .h6,h2, h3, h4, h5, h6 {font-weight: 600; color: #4e4e50; line-height: 1.4em;}

h1 {font-size: 30px;}
h2 {font-size: 22px; margin-bottom: 0.5rem}
h3 {font-size: 18px; color: #000;}


section {padding: 80px 0;}
.grey {background-color: #f7f7f7;}
.white {background-color: #fff;}
.grey .h2, .grey .h3, .grey .h4, .grey .h5, .grey .h6,.grey h2, .grey h3, .grey h4, .grey h5, .grey h6 {color: #f7941d} 


.fill-up-effect a {color: #333; font-size: 12px; font-weight: 600;}
.fill-up-effect {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	z-index: 4;
	color: #000;
	padding: 5px 15px;
	border: 3px solid #f7941d;
	background: #fff;
	display: inline-block;
	transition: color 500ms;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
}
.fill-up-effect::before {
	position: absolute;
	top: 120%;
	right: -25%;
	width: 150%;
	height: 150%;
	content: ' ';
	display: block;
	background-color: #f7941d;
	transition: top 1s;
	animation: 400ms linear 0s infinite normal forwards paused fillUp;
	z-index: -1;
}
.fill-up-effect::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	content: ' ';
	display: block;
	background-color: #fff;
	z-index: -2;
}
.fill-up-effect:hover a {
	color: #fff;
}
.fill-up-effect:hover::before {
	top: -25%;
	animation-play-state: running;
}


@keyframes fillUp {
	0% {
		transform: rotateZ(0deg);
	}
	25% {
		transform: rotateZ(6deg);
	}
	50% {
		transform: rotateZ(0deg);
	}
	75% {
		transform: rotateZ(-6deg);
	}
	100% {
		transform: rotateZ(0deg);
	}
}


#slideshow {position: absolute;}
#slideshow {position: fixed; z-index: -1;}
#page-header.slideshow-on {display: block;}
#page-header #slideshow {height: 50vh;}
.hero-overlay {position: absolute; top: 0; bottom: 0; left: 0; right: 0;background: rgb(255,255,255);
background: linear-gradient(-90deg, rgba(255,255,255,0) 30%, rgba(247,148,29,0.95) 100%); }

.slideshow-wrapper { position: relative; }
.slideshow-wrapper .static-content {position:absolute;bottom: 100px; left: 30px; right:30px; color: #fff; max-width: 600px;}
.slideshow-wrapper .static-content h1 {color: #fff; margin-bottom: 0;}
.slideshow-wrapper .static-content h1 {font-size: 40px; text-shadow: 4px 4px 2px rgba(0,0,0,0.4); }
.slide {height: 100vh;width: 100%; background-size: cover;}
.svg-line {background-image: url(/assets/images/featured-image_overlay.png); height: 100vh; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-repeat: no-repeat; background-position: left; background-size: cover;}


section#video {background-color:#fff; height: 50vh; position: relative; overflow: hidden; background-image: url(/assets/images/m-holidays_snow.jpg); background-size: cover;  background-repeat: no-repeat; background-position: left -100px center;}
section#video video {position: absolute;left: 0; right: 0; bottom: 0; top: 0; width: 100%; top: 50%;transform: translateY(-50%);}

.icon-column {text-align: center; margin-bottom: 30px;}
.icon-column img {margin-bottom: 1rem;}
.icon-column .icon-info {position: relative; top:0;transition: top .5s ease;}
.icon-info img {height: 68px; width: auto;}
.icon-column .icon-info p {font-size: 15px;}
.icon-column .btn-outline {opacity: 1; transition: ease .1s ease; bottom: -10px}

.up-spacer {padding-bottom: 40px;}

section.icon-section {padding-bottom: 40px;}
.info-col img {height: 100px; width: auto; margin-bottom: 1rem}
.info-col {text-align: center; margin-bottom: 40px;}


/****
### Pages
****/
#page-header {margin-top: 80px; background-color: #f7941d; color: #fff; overflow: hidden; position: relative; text-align: center;}

.form-control, .btn {
    border-radius: 0;
}

form > ol { padding-left: 0;}
form > ol > li { list-style-type: none; margin-bottom: 10px; padding: 0;}

.verticalForm input, .verticalForm textarea {width: 100%; padding: 5px;border: 1px solid #ccc; border-radius: 0;}
.verticalForm .form-check-input {
    width: initial;
}
.verticalForm li {list-style: none; margin-bottom: 10px;}
.verticalForm label {margin-bottom: 0; font-size: 14px;}
.verticalForm [type="submit"][disabled] {
    background: #929ba7;
}
.verticalForm .btn { height: 36px; }

.btn {
	background: #f7941d; 
	color: #fff; 
	font-weight: 600;
	font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px; 
	border-radius: 0;
}
.btnAlt {
	background: #e2e2e2;
	color: #908585;
}
.btnAlt2 {
	background: #9e9e9e;
}

#memberNav .nav-link { 
	color: #f7941d;
	font-weight: bold; 
}
#memberNav .nav-link.active, 
#memberNav .show>.nav-link {
    color: #fff;
    background-color: #f7941d;
}

.alert svg { vertical-align: top; }
.alert-success svg path {  fill: #155724; }
.alert-danger svg path {  fill: #721c24; }

table {width: 100%; margin-bottom: 80px;}
table td {vertical-align: top;}
table .spacer {height: 10px;}
#map { width: 100%;height: 500px;}

.article-container article {margin-bottom: 50px; text-align: center;}
.article-container article h2 {margin-top:20px; font-size: 22px;}
.article-container article p {font-size: 14px;}

article.single img + p {margin-top: 1rem;}
.pagination-container ul {list-style: none; text-align: center;}
.pagination-container ul li {display: inline-block;}

/*About*/
section.profile-container {padding-bottom: 50px;}
section.profile-container h3 {font-size: 21px;}
.grid-explain {background-color: #f7941d;position: relative;}
.overlay-fade {position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: url(/assets/images/profiles/overlay-fade.png); background-size: cover;}
.grid-explain h2 {color: #fff; position: absolute; bottom: 30px; left: 30px; margin: 0;}

.griditem {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.griditem img {
    width: 100%;
    left: 0;
    bottom: 0;
    position: relative;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.griditem .cptn {
    background: #f7941d;
    width: 100%;
    height: 200px;
    bottom: -150px;
    position: absolute;
    left: 0;
    overflow: auto;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    background-image: url(/assets/images/featured-image_overlay.png);
    padding: 15px;
}
.griditem .cptn div {
    float: left;
    height: 100%;
}
.griditem .cptn .fa:hover {
    opacity: 1;
}
.griditem .cptn h3 {
    color: #fff;
}
.griditem .cptn p {
    color: #fff;
    font-size: 14px;
}
.griditem:hover img {
    bottom: 30%;
}
.griditem:hover .cptn {
    bottom: 0;
}


section.partnerships-container .section {margin-top: 50px;}

section.brouchure-container img {max-width: 150px; height: auto; margin: 0 auto 15px auto; display: block; border:1px solid #f7f7f7;}
section.brouchure-container .download {margin-top: 30px;}

section.service-container .col-md-6:last-child {margin-top: 50px;}

section.tiles .container-fluid {padding: 0;}

footer {background-color: #333; padding: 20px 0;} 
footer * {color: #efefef; font-size: 15px;}
footer ul {margin: 0; padding: 0; list-style: none;}
footer .col-lg-4 {margin-bottom: 30px;}
footer .col-lg-4:last-child {margin-bottom: 0;}

.footer-wrap {position: relative;top: 50%;transform: translateY(-50%);}
.footer-logo {max-height: 75px; width: auto;}
.copyright {background-color: #222; text-align: center; padding: 5px}
.copyright ul {margin: 0; padding: 0; list-style: none;}
.copyright ul li {display: inline-block; font-size: 13px; color: #ccc;}
.copyright {padding-bottom: 58px;}


/*Partners*/
.partner-logo {margin-bottom: 30px;}
.partner-logo img {border: 1px solid #ccc; cursor: pointer;}
.sm-popup {border:1px solid #ccc;}

.accordion-content table {margin-bottom: 0;}
.accordion-content table td {padding-bottom: 10px;}
.accordion-content * {vertical-align: top;}
.accordion-content h3 {font-size: 18px;}

.accordion-content ul {list-style: none; margin: 0; padding: 0;}
.accordion-content ul.main-list li {margin-bottom: 10px;}
.accordion-content ul.main-list li:last-child {margin-bottom: 0;}
.accordion-content .row {margin-bottom: 15px; padding-bottom: 15px;}
.accordion-content .row:last-child {margin-bottom: 0;}
.accordion-content code {color: #000; font-size: 10px;}

.accordion-content td {width: 50%;}

#accordion h2 {font-size: 22px; margin: 0; color: #fff;}
#accordion h3 {font-size: 18px;}

ul.list {list-style: square; padding-left: 15px;}
ul + p {margin-top: 1rem;}

.standard-promo {margin-bottom: 30px;}
.featured-promo {position: relative;}
.featured-promo .starred {position: absolute;top: 15px; right: 30px; width: 40px; height: auto; z-index: 1000;}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	footer .col-lg-4 {margin-bottom: 0;}
	.copyright {padding-bottom: 5px;}
	#page-header {text-align: left;}
	.article-container article {text-align: left;}

	section.service-container .col-md-6:last-child {margin-top: 0;}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	#mobile-login {display: none;}
    .standard-promo img {padding-right: 20px;}
    .standard-promo .copy {position: relative;top: 50%;transform: translateY(-50%);}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

	h1 {font-size: 38px;}
	h2 {font-size: 31px; margin-bottom: 1rem}
	h3 {font-size: 24px; color: #4e4e50;}	

	.griditem .cptn {bottom:-140px;}

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	#page-header {margin-top: 110px;}

	.slideshow-wrapper .static-content {left: 100px; right:100px;}
	.slideshow-wrapper .static-content h1 {font-size: 55px;}
	.icon-column {margin-bottom: 0;}

	.icon-column .btn-outline {opacity: 0; transition:0.5s; bottom: -10px}
	.icon-column:hover .btn-outline {opacity: 1;bottom: -10px;}
	.icon-column:hover .icon-info {top:-20px;}

	.article-container article p {font-size: 16px;}

	#video {background-attachment: fixed; }


}



/*-- aboute: profiles --*/

.profiles {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.profiles img {
    width: 100%;
    left: 0;
    bottom: 0;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.profiles .cptn {
    background: #f7941d;
    width: 100%;
    height: 30%;
    bottom: -30%;
    position: absolute;
    left: 0;
    overflow: auto;
    padding: 0 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
}
.profiles .cptn div {
	position: relative;width: 100%; top: 50%;transform: translateY(-50%);
}
.profiles .cptn .fa {
    -wibkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 2px solid #fff;
    -wibkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    display: block;
    float: right;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    width: 30px;
    margin-top: 10px;
    opacity: 0.3;
}
.profiles .cptn .fa:hover {
    opacity: 1;
}
.profiles .cptn h3 {
    color: #fff;
    margin-bottom: 0;
    font-weight: bold;
}
.profiles .cptn p {
    color: #fff;
    margin: 0;
}
.profiles:hover img {
    bottom: 30%;
}
.profiles:hover .cptn {
    bottom: 0;
}




/******Warning Icon*****/
#system-alerts {
    margin-top: -15px;
    margin-bottom: 15px;
    line-height: 0.8em;
}
    #system-alerts .alert {
        border-radius: 0;
        border-width: 0;
        border-left-width: 5px;
        margin-bottom: 0.5rem;
    }
    #system-alerts .alert:last-child { margin-bottom: 0; }

    #system-alerts .alert-img {
        transform: scale(1);
        animation: pulse 1s infinite;
        margin: 0 auto;
        vertical-align: middle;
    }
    #system-alerts .alert-content {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 12px;
        color: red;
    }
    #system-alerts a { text-decoration: underline; }

    #system-alerts .alert-danger { border-color: #b93543; }
    #system-alerts .alert-danger .alert-img { fill: #b93543;}   
    #system-alerts .alert-warning { border-color: #e6b20d; }
    #system-alerts .alert-warning .alert-img { fill: #e6b20d;}

    #system-alerts .alert-dismissible .close {
        bottom: 0;
        padding: 0 1.25rem;
    }
@media (max-width: 576px) {
    #ystem-alerts {
        bottom: 55px;
        right: 0;
        max-width: 110px;
        background: #fff;
        padding: 5px;
    }    
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
	}

	50% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.95);
	}
}


a.brand-maximise { color: #54922c; }
a.brand-maximise:after { background: #54922c; }

.alert svg { vertical-align: top; }
.alert-success svg path {
    fill: #155724
}


/* loading button */
.loading.button {
    position: relative;
    cursor: default;
    text-shadow: none !important;
    color: transparent;
    opacity: 1;
    pointer-events: auto;
    transition: all 0s linear,opacity .1s ease;
    font-size: 18px; line-height:1; 
}

    .loading.button:after,
    .loading.button:before {
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        margin: -.75em 0 0 -.75em;
        width: 1.5em;
        height: 1.5em;
        border-width: .2em;
        border-style: solid;
        border-radius: 500rem;
    }

    .loading.button:before {
        border-color: rgba(255,255,255,.15);
    }
    .loading.button:after {
        -webkit-animation: rotating .6s linear infinite;
        animation: rotating .6s linear infinite;
        border-color: currentColor;
        color: #fff;
        box-shadow: 0 0 0 1px transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
        border-right-color: transparent;
    }

/* social icons */
.social-icon svg {
    fill: white;
    max-width: 1.5em;
    max-height: 2em; /* ie */
}
.social-icon-link {
    transition: opacity 0.3s ease-out;
    margin-left: 0.5em;
    margin-right: 0.5em;
}
.social-icon-link:link, .social-icon-link:visited {
    opacity: 0.5;
}
.social-icon-link:hover, .social-icon-link:active, .social-icon-link:focus {
    opacity: 1;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}