*, *::after, *::before {
	box-sizing:border-box;
}

html {
    background-color: #C8D7D3;
}


header, footer {
    margin: -1.25em auto auto;
    padding: 1em 2em 1em;
    font-size: 16px;
    line-height: 1.5em;
    color: white;
    background-color: #282828;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
    text-align: center;
}

footer{
	margin: 2em 0 -2em 0;
	background-color: #434343;
}

.footerRow{
	margin: 0 5em;
	line-height: 5em;
	padding-bottom: 2em;
}

.headerCompanyLogo, .footerCompanyLogo{
	margin-top: 1em;
	max-width:45px; 
	height:auto;
}

.footerCompanyLogo{
	margin-left: 95%;
}

.headerComapanyName, .footerComapanyName{
	color: #ffffff;
	font-family: "Orator Std";
	font-size:34px;
    font-weight: 400;
    line-height: 1.3em;
}

.footerComapanyName{
	width: 50%;
	margin: -2.8em 0 0 43%;
	text-align: right;
}

.headerText, h2, h3,h4,.footerText, .footerEmail{
	font-family: "Lucida Sans", Verdana, sans-serif;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1em;
	margin: -2em auto 0;
}

a, a:hover, a:visited{
    text-decoration: none;
    color: inherit;
}


hr {
	border: 1px solid #BCBCBC;
}

h2{
	color: #666666;
	font-size: 23px;
	margin: 0.3em auto 2em 0;
}

h3{
    color: #666666;
	margin: 0.3em auto 2em;
    padding:0;
    margin:0;
    font-size: 0.9em;
}

h4{
    color: #666666;
	margin: 0.3em auto 2em;
    padding:0;
    margin:0;
    font-size: 0.95em;
    margin-top:1em;
}

header a, header a:visited, header a:hover, 
header a:focus, header a:active,
footer a, footer a:visited, footer a:hover,
footer a:focus, header a:active{
    color:white;
    text-decoration: none;
}

.nav-toggle {
    font-family: "Lucida Sans", Verdana, sans-serif;
    display: inline-block;
    background-color: blue;
    color: #666666;
    padding: 1em 1.25em;
    text-decoration: none;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

.nav-toggle{
    background-color: #FFFFFF;
    display: block;
}

/*
    Here we hide use .hidden and .shown to enable classes to show and hide our .nav-toggle
*/
.nav-toggle.hidden {
    visibility: hidden;
    position: absolute; 
}

.nav-toggle.shown {
    visibility: visible;
    position: relative;
}

.navigationBar {
	background-color:white; 
	padding: 0 3em;
}

nav a, nav a:visited{
	font-family: "Lucida Sans", Verdana, sans-serif;
	width: 100%;
	font-size: 16px;
	/*specifies the type of box used*/
	display: inline-block;
	color: #666666;
	padding: 0.8em 1.25em;
	/*specifies the decoration added to text*/
	text-decoration: none;
	transition: background-color 0.5s;
}


.dropDownContent{
	display: none;
	position: absolute;
    color:white;
	background-color: #669999;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 25;
}

.dropDownContent a{
	display: block;
	text-align: left;
	color: white;
}

.dropDownContent a:visited{
     background-color: #669999;
    color:#ffffff;
}

 .dropDownContent a:hover{
	background-color: white;
	color: #669999;
}

.dropDownMenu:hover .dropDownContent{
	display: block;
}

nav a:hover, nav a:active, nav a:focus, .dropDownMenu:hover,.dropDownMenu:hover
{
	background-color: #669999;
	color: #ffffff;
}

.contentBox:after{
    content: "";
    display: table;
    clear: both;
}

.contentBox{
	margin: 2em auto 1.25em auto;
    max-width: 1100px;
    font-size: 16px;
	line-height: 1.5em;
}

.landingpageFirstImage{
    width: 100%;
    margin-top: 2em;
    position: relative;
    padding: 0;
}

.landingpageFirstImage img{
    max-width: 100%;
    height: auto;
}

#landingpageText{
    width: 100%;
    background-color: rgba(255,255,255,0.92);
    position:absolute;
    bottom: 0.3em;
    padding:2em 0.5em 1.5em 0.5em;
}

#landingpageText h2{
    margin:0.5em;
    margin:auto;
	width: 80%;
}

#landingpageText p{
    padding:1em 0 0 0;
    margin:auto;
    width: 80%;
}

.leftColumnTitle{
    float:left;
    margin:0.5em;
    margin-left: 1em;
}

.leftColumnTitle h3{
    padding:0;
    margin:0;
    font-size: 1em;
}

.bodyContent{
	padding:1em;
	margin-left: 4em;
	margin-bottom: 1em;
	color: #666666;
}

img {    
	height: auto; 
}

article img, #rightCol img{
    width: 100%;
    max-width: 100%;
	padding: 0 3em;
}

#rightCol #latestSkiingNews img{
    padding:0;
}

figure {
	margin: 0;
}

figcaption {
	font-style: italic;
}

p, ol, ul, .buttonLearnMore, .buttonReadMore, .buttonSend, form, .goBackTop{
	font-family: "Helvetica Neue", Helvetica, Arial,sans-serif;
	font-size: 16px;
	font-weight: 200;
	color: #666666;
	padding: 0 3em;
    text-decoration: none;
}

li{
	padding-bottom: 2em;
}

li p{
	padding: 0 3.5em 0 0;
}

ul li{
    padding:0.5em 0;
}

#rightCol li p, #rightCol li img{
	padding: 0;
}

#rightCol li img{
    min-height: 150px;
}

.titleCompany{
    text-align: right;
}

.aboutUsTextBox{
    padding: 4em 7em 1em 7em;
}

.aboutUSTop{
    width: 100%;
    margin-top: 2em;
    position: relative;
    padding: 0;
    background-color: #99CCCC;
}

.aboutUsTextBox p{
    padding:0;
    color:#666666;
}

#formMessage input{
    height: 200px;
}

form{
    padding: 1em 3em; 
}

form input[type="text"]{
    height: 1.9em;
}

form input{
    border: 1px solid #434343;
}

.buttonSend,.buttonLearnMore,.buttonReadMore{
    color:#99cccc;
    border: 3px solid #99CCCC;
    text-align: center;
    padding:0.4em;
    font-weight: 700;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    text-decoration: none;
}

.buttonSend:hover ,.buttonLearnMore:hover, .buttonReadMore:hover{
    background-color: #99CCCC;
    color:white;
    text-decoration: none;
}

.buttonReadMore, .buttonLearnMore{
    padding:0.2em;
    width: 9em;
    margin: auto;
}

.circle1{
    background-color: #99CCCC;
    width:100px; 
    height:100px; 
    margin:0 auto; 
    border-radius:50px; 
}

.clearRightCardTitle{
    clear: both;
}

.clearRightCardTitle2{
    clear:right;
}

.weatherReportCard{
    background-color: white;
    margin-bottom: 1em;
}

#weatherReportWeather{
    background-color: #99CCCC;
    padding-top:2em;
    padding-bottom: 2em;
    padding-left: 1em;
}

#weatherReportWeather img{
    padding:0;
    padding-top: 1em;
    max-width: 100px;
    height:auto;
}

.weatherReportCard p, .weatherReportCard h4{
    padding-left: 1em;
}

.accidentReportCard{
    margin-bottom: 1em;
    background-color: white;
}

.accidentReportBg{
	background-color:#797979;
	padding:0 1em 1.5em 1em;
}

.accidentReportText {
	color:white; 
	text-align:left;
	line-height: 210%;
	margin-top: 0;
	padding: 1em 0 2em 0;
}

#effectsOfAvalanche p{
	padding: 0 3em;
}

#safeCanBeManaged, #typesOfAvalanche, #educationContent, #causesOfAvalanche,
#effectsOfAvalanche, #newsContent, #avalancheRescue, #usefulEquipment,
#hypothermiaRescue{
    background-color: white; 
    padding-left: 0;
    margin-bottom: 1em;
}

#safeCanBeManaged:after, #typesOfAvalanche:after, #educationContent:after,
#effectsOfAvalanche:after, #newsContent:after, #avalancheRescue:after, 
#usefulEquipment:after, #causesOfAvalanche:after, #hypothermiaRescue:after{
    content: "";
    display: table;
    clear: both;
}

#newsButtonLayout{
    float:right;
}

.rightCardTitle{
    float:left;
    margin:0.5em;
    margin-left: 0em;
}


.rightCardTitle h3{
    padding:0;
    margin: 0 0 0.5em 3em;
    font-size: 1em;
}

.rightCardTitle hr{
    margin-left:3em;
}

.rightCardTitle:after{
    content: "";
    display: block;
    clear: both;
}

.logoRight{
    margin: 0;
    line-height: 5em;
    padding-bottom: 2em;
    width: 50%;
    float: right;
}

.leftTextBox{
    float:left;
    width: 50%;
}

.rightTextBox{
    float:right;
    width: 50%;
}

.floatLeftRightCard{
    float:left;
    margin-top: 0.5em;
    padding-left: 3em; 
}

.floatRightRightCard{
    float:right;
    padding-right: 3em;
    margin-top: 1em;
}

#latestSkiingNewsTitle:after{
    content: "";
    display: table;
    clear: both;
}

.latestSkiingNewsTitle{
    background-color: white;
}

.oneOfThreeCol img{
    width: 100%;
    height:auto;
}

.oneOfThreeCol{
    position: relative;
}

.eventText{
    width: 100%;
    background-color: rgba(255,255,255,0.8);
    position:absolute;
    bottom: 0.3em;
    padding:0.3em;
}

.eventText h3{
    font-weight: 700;
    padding: 0;
    margin:0.5em;
}

.eventText p{
    width: 100%;
    font-size: 0.3em;
    font-weight: 400;
    padding:0;
    margin:0;
    line-height: 1em;
}

.eventTitle{
    float:left;
}

.eventDate{
    float:right;
}

.eventTitleBlock:after{
     content: "";
    display: table;
    clear: both;
}

#articleWhatIsAnAvalanche, #latestSkiingNews, #safeCanBeManaged,
#effectsOfAvalanche{
    background-color: white;
    padding:0 0 2.5em 0;
    margin-bottom: 1em;
}

#latestSkiingNews{
    padding-bottom: 0em;
}

article:after{
    content: "";
    display: table;
    clear: both;
}

.imageUnderCard{
    max-width: 100%;
    margin:0;
    padding:1em;
    padding-bottom: 0;
}

#sideEffect a, #sideEffect a:visited, 
#effectsOfAvalanche a, #effectsOfAvalanche a:visited,
#startLesson a{
    font-weight: bold;
    text-decoration: none;
    color:#99CCCC;
}

#sideEffect a:hover, 
#effectsOfAvalanche a:hover,
#startLesson a:hover{
    text-decoration: none;
    color:#C8D7D3;
    font-weight: bold;
}

.footerText{
	width: 50%;
	text-align: right;
	margin: -10px 0 0 43%;
	padding-right: 0;
}

.footerEmail{
	width: 50%;
	text-align: left;
	margin-left: 5%;
}

.eventText a:hover{
    text-decoration: underline;
}

.lineLeng hr{
    border: 0.5px solid #666666;
}

.newsReportBg h4{
    padding-left: 1em;
}

#latestNewsContent{
    padding-bottom: 2em;
}