<!--
////////////////////////////////////////
////           Demo #1              ////
////////////////////////////////////////
-->

.dropcontainer {
	position:relative;
	font-family: "myriad-pro", arial, sans-serif;
	font-size: 2.4em;
	font-weight: 300;
	color: #115E67;
	} 

.trigger {
	padding: 5px 10px;
	font-family: "myriad-pro", arial, sans-serif;
	font-size: 2.4em;
	font-weight: 400;
	color: #2D3135;
	width: 100%;
	background-image: url("images/Triangle.png");
    background-position: calc(100% - 5px) 50%;
    background-repeat: no-repeat;
    background-size: 12px;
	display: block;
	border: 1px solid #115E67;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease; 
	transition: all 0.5s ease;
	}

.trigger:hover {
	color: #115E67;
	background-image: url("images/Triangle.png");
    background-position: calc(100% - 5px) 50%;
    background-repeat: no-repeat;
    background-size: 12px;	
    }

.activetrigger {
	padding: 5px 10px;
	font-family: "myriad-pro", arial, sans-serif;
	font-size: 2.4em;
	font-weight: 400;
	color: #115E67;
	width: 100%;
	background-image: url("images/TriangleUp.png");
    background-position: calc(100% - 5px) 50%;
    background-repeat: no-repeat;
    background-size: 12px;
	display: block;
	border: 1px solid #115E67;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

.activetrigger:hover {
	background-image: url("images/TriangleUp.png");
    background-position: calc(100% - 5px) 50%;
    background-repeat: no-repeat;
    background-size: 12px;	
    color: #115E67;
	}

.activetrigger:active {
	background-image: url("images/TriangleUp.png");
    background-position: calc(100% - 5px) 50%;
    background-repeat: no-repeat;
    background-size: 12px;	
    color: #115E67;
	}

.dropcontainer ul {
	font-family: "myriad-pro", arial, sans-serif;
	font-size: 2.4em;
	font-weight: 400;
	color: #115E67;
	border: 1px solid #115E67;
	border-top: none;
	/*background: #DAF1CC;*/
	background: transparent;
	list-style-type: none;
	text-decoration: none;
	padding: 10px;
	margin: 0;
	width: 100%;
	z-index: 100;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

.dropcontainer ul li {
	padding: 5px;
	color: #115E67;
	-webkit-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
	transition: all 0.5s ease;
	}

.dropcontainer ul li:hover {
	color: #0097A0;
	outline: none;
	}

.dropcontainer ul li:first-child {
	display: none;
	}

.dropcontainer ul li:last-child {
	border-bottom: none;
	}

.dropdownhidden {
	display: none;
	}

.dropdownvisible {
	height: auto;
	}


/* Media Queries */

@media only screen and (max-width:1024px) {
.trigger {
	font-size: 2em;
}
.activetrigger {
	font-size: 2em;
}
.dropcontainer ul {
	font-size: 2em;
}
}

@media only screen and (max-width:945px) {
.trigger {
	font-size: 1.8em;
}
.activetrigger {
	font-size: 1.8em;
}
.dropcontainer ul {
	font-size: 1.8em;
}
}