.whistles {
	clear: both;
	width: 100%;
	margin: 0 0 1.5 rem;
	font-family: "robotolight", sans-serif;
	color: #333;
    font-weight: 400;
    line-height: 1.2;
	}

.whistles::after, .whistle-content::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
	}
	
.whistle-title:hover {
	cursor: pointer
	}
	
.whistle-content {
	overflow: hidden
	}
	
	
/**

 * Tabs

 */

.whistles-tabs {
	}
	
.whistles-tabs .whistles-tabs-nav, .full-width.center ul.whistles-tabs-nav {
	list-style: none;
	margin: 0
	}
	
.full-width.center li.whistle-title:before {
    content: none;
}

.full-width.center ul.whistles-tabs-nav {
    text-indent: 0px;
    padding: 0;
}
.whistles-tabs .whistles-tabs-nav li {
	display: inline-block
	}

.full-width.center .whistles-tabs .whistles-tabs-nav li a {
    color: #fff;
}

.full-width.center .whistles-tabs .whistles-tabs-nav li[aria-selected="true"] a {
    color: #fff;
    background: #869090;
    
}
	.whistles-tabs .whistles-tabs-nav li a {
		display: inline-block;
		font-size: 1em;
		font-family: "robotolight",sans-serif;
		font-weight: bold;
		border: 1px solid #ececec;
		border-right-width: 0
		color: #fff;
        background: #05a8f3;
        padding: 10px 20px;
		}
	
	.whistles-tabs .whistles-tabs-nav li:last-child a {
		border-right-width: 1px
		}
	
	.whistles-tabs .whistles-tabs-nav li a:hover {
		color: #555;
		background: #05a8f3;
		}
	
	.whistles-tabs .whistles-tabs-nav li[aria-selected="true"] a {
		color: #555;
		background: #fff;
		border-bottom-color: #fff
		}

.whistles-tabs .whistles-tabs-wrap {
	margin: -1px 0 0;
	padding: 50px 0 0 0;
	color: #666;
	background: #fff;
	border: 1px 0 0 1px solid #ececec
	}

.whistles-tabs-wrap .whistle-content {
	}


/**

 * Toggle/Accordion
 * 
 */

.whistles-toggle, .whistles-accordion {
	}

.whistles-toggle .whistle-title, .whistles-accordion .whistle-title {
	position: relative;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 5px 40px 5px 10px;
	font-size: 22px;
	color: #fff;
	background: #18a907;
	background-image: url(images/accord-closed.gif);
    background-repeat: no-repeat;
    background-position: 98% 10px;
	border-top-width: 0
	}
	
.whistles-toggle .whistle-title:first-child, .whistles-accordion .whistle-title:first-child {
	border-top-width: 1px
	}
	
.whistles-toggle .whistle-title:hover, .whistles-toggle .whistle-title[aria-selected="true"], .whistles-accordion .whistle-title:hover, .whistles-accordion .whistle-title[aria-selected="true"] {
	color: #fff;
	background: #869090;
	background-image: url(images/accord-open.gif);
    background-repeat: no-repeat;
    background-position:  98% 10px;
	}
	
.whistles-toggle .whistle-content, .whistles-accordion .whistle-content {
	margin: -1px 0 20px 0;
	padding: 10px 0 0 0;
	background: #fff;
	border-bottom: 1px solid #eeeeee;
	-moz-box-sizing: border-box;
	box-sizing: border-box
	}


/*
.whistles-accordion .whistle-title:first-of-type,
.whistles-accordion .whistle-content:first-of-type
{
	border:none;
	display:none;
	margin:0;
	padding:0;
}
*/
