/* Requirements */

#mobileNavigation{
	position:fixed;
	top: 0%;
	right: 0%;
	bottom: 0%;
	left: 0%;
	overflow: hidden;
	background-color:rgba(0,0,0,0.7);
	display:none;
	z-index:80;
}

#only-one{
	display:none;
	clear:both;
	position:absolute;
	top:70px;
	left:0;
	width:100%;
	min-width:320px;
	border:0;
	z-index:90;
	font-family: 'Source Sans Pro', sans-serif;
	background-color:#FFFFFF;
	-moz-box-shadow:0  8px 18px -8px #000000;
    -webkit-box-shadow:0  8px 18px -8px #000000;
     box-shadow:0  8px 18px -8px #000000;
}

#openAccordion{
	position:relative;
	display:none;
	width:44px;
	height:44px;
	background-color:#EDEDED;
	line-height:42px;
	cursor:pointer;
	margin:12px 0 0 0;
	text-align:center;
}

#openAccordion span.mIco{
	position:absolute;
	width:44px;
	top:0;
	right:0;
	padding:0 0 0 0;
	height:44px;
	display:inline-block;
	line-height:44px;
	background: url('../images/Global/menu-icon.png') center center no-repeat;
    background-size: 60% auto;
}

.closedPannel{
	color:#000000;
	-webkit-box-shadow: 1px 0 2px -1px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    1px 0 2px -1px rgba(50, 50, 50, 0.5);
	box-shadow:         1px 0 2px -1px rgba(50, 50, 50, 0.5);
	background: #efefef; /* Old browsers */
background: -moz-linear-gradient(top,  #efefef 0%, #e2e2e2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #efefef 0%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #efefef 0%,#e2e2e2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #efefef 0%,#e2e2e2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #efefef 0%,#e2e2e2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
}

.closedPannel:hover{
	background: #f2f2f2; /* Old browsers */
background: -moz-linear-gradient(top,  #f2f2f2 1%, #eaeaea 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f2f2f2), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f2f2f2 1%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f2f2f2 1%,#eaeaea 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f2f2f2 1%,#eaeaea 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f2f2f2 1%,#eaeaea 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}

.openedPannel{
	color:#FF0000;
	-webkit-box-shadow: inset 1px 0 5px -1px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    inset 1px 0 5px -1px rgba(50, 50, 50, 0.3);
	box-shadow:         inset 1px 0 5px -1px rgba(50, 50, 50, 0.3);
	background: #eaeaea; /* Old browsers */
	background: -moz-linear-gradient(top,  #eaeaea 1%, #e2e2e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#eaeaea), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eaeaea 1%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eaeaea 1%,#e2e2e2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eaeaea 1%,#e2e2e2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eaeaea 1%,#e2e2e2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
}

[data-accordion] [data-content] {
    overflow: hidden;
    max-height: 0;
}

/* Basic Theme */

[data-accordion] {
    line-height: 1;
}

[data-control]{
    border-bottom: 1px solid #DCDCDC;
	line-height:64px;
	padding:0 15px 0 15px;
	font-size:19px;
	cursor:pointer;
}

[data-content] > * {
    border-bottom: 1px solid #DCDCDC;
	line-height:64px;
	padding:0;
	white-space:nowrap;
	font-size:19px;
}

[data-item]{
    border-bottom: 1px solid #DCDCDC;
	height:64px;
	line-height:64px;
	padding:0;
	text-transform:uppercase;
	white-space:nowrap;
	font-size:19px;
}

[data-item] a, [data-content] > * a{
	position:relative;
	width:100%;
	height:100%;
	display:block;
	text-decoration:none;
	margin:0;
	padding:0 15px 0 15px;
	color:#000000;
}

[data-content] > * a:hover{
	color:#CC0001;
}

[data-item] a:hover{
	color:#CC0001;
}

[data-content] > * a span.data-item-icon{
	position:absolute;
	top:10px;
	right:15px;
	display:block;
	width:44px;
	height:44px;
	line-height:44px;
	margin:0 0 0 0;
	text-align:center;
	background: url('../images/Global/rightBlack.png') center center no-repeat;
    background-size: auto 50%;
}

[data-content] > * a.thisPage{
	color:#CC0001;
}

[data-content] > * a.thisPage span.data-item-icon{
	display:none;
}

[data-content] > * a:hover span.data-item-icon{
	/*Content Arrow hover style*/
}

/* Default Buttons Color */

[data-item] a span.data-item-icon2{
	position:absolute;
	top:0;
	right:15px;
	display:block;
	width:44px;
	height:44px;
	background-color:#EDEDED;
	line-height:44px;
	margin:10px 0 0 0;
	text-align:center;
	background: #fca40c; /* Old browsers */
background: -moz-linear-gradient(top,  #fca40c 0%, #fc9901 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fca40c 0%,#fc9901 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fca40c 0%,#fc9901 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fca40c', endColorstr='#fc9901',GradientType=0 ); /* IE6-9 */
}

[data-item] a span.data-item-icon3{
	position:absolute;
	top:0;
	right:15px;
	display:block;
	width:44px;
	height:44px;
	background-color:#EDEDED;
	line-height:44px;
	margin:10px 0 0 0;
	text-align:center;
background: #00a000; /* Old browsers */
background: -moz-linear-gradient(top,  #00a000 0%, #3f9e3f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #00a000 0%,#3f9e3f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #00a000 0%,#3f9e3f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a000', endColorstr='#3f9e3f',GradientType=0 ); /* IE6-9 */

}

[data-item] a span.data-item-icon1{
	position:absolute;
	top:0;
	right:15px;
	display:block;
	width:44px;
	height:44px;
	background-color:#EDEDED;
	line-height:44px;
	margin:10px 0 0 0;
	text-align:center;
background: #3b5cc6; /* Old browsers */
background: -moz-linear-gradient(top,  #3b5cc6 0%, #2247c9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #3b5cc6 0%,#2247c9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #3b5cc6 0%,#2247c9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b5cc6', endColorstr='#2247c9',GradientType=0 ); /* IE6-9 */
}

[data-item] a span.data-item-icon4{
	position:absolute;
	top:0;
	right:15px;
	display:block;
	width:44px;
	height:44px;
	background-color:#EDEDED;
	line-height:44px;
	margin:10px 0 0 0;
	text-align:center;
background: #d01119; /* Old browsers */
background: -moz-linear-gradient(top,  #d01119 0%, #ce3d42 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #d01119 0%,#ce3d42 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #d01119 0%,#ce3d42 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d01119', endColorstr='#ce3d42',GradientType=0 ); /* IE6-9 */

}

[data-item] a span.data-item-icon5{
	position:absolute;
	top:0;
	right:15px;
	display:block;
	width:44px;
	height:44px;
	background-color:#EDEDED;
	line-height:44px;
	margin:10px 0 0 0;
	text-align:center;
	background: #666666;
background: -moz-linear-gradient(top,  #666666 0%, #2d2d2d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#2d2d2d));
background: -webkit-linear-gradient(top,  #666666 0%,#2d2d2d 100%);
background: -o-linear-gradient(top,  #666666 0%,#2d2d2d 100%);
background: -ms-linear-gradient(top,  #666666 0%,#2d2d2d 100%);
background: linear-gradient(to bottom,  #666666 0%,#2d2d2d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#2d2d2d',GradientType=0 );

}

[data-item]:hover a span.data-item-icon2{
	background: #f9b53e; /* Old browsers */
background: -moz-linear-gradient(top,  #f9b53e 0%, #f9aa34 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f9b53e 0%,#f9aa34 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f9b53e 0%,#f9aa34 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b53e', endColorstr='#f9aa34',GradientType=0 ); /* IE6-9 */
}

[data-item]:hover a span.data-item-icon3{
background: #3f9e3f; /* Old browsers */
background: -moz-linear-gradient(top,  #3f9e3f 0%, #5d9b5d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #3f9e3f 0%,#5d9b5d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #3f9e3f 0%,#5d9b5d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f9e3f', endColorstr='#5d9b5d',GradientType=0 ); /* IE6-9 */

}

[data-item]:hover a span.data-item-icon1{
background: #4e6bc4; /* Old browsers */
background: -moz-linear-gradient(top,  #4e6bc4 0%, #3b5cc6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #4e6bc4 0%,#3b5cc6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #4e6bc4 0%,#3b5cc6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e6bc4', endColorstr='#3b5cc6',GradientType=0 ); /* IE6-9 */
}

[data-item]:hover a span.data-item-icon4{
background: #ce3d42; /* Old browsers */
background: -moz-linear-gradient(top,  #ce3d42 0%, #cc5155 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ce3d42 0%,#cc5155 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ce3d42 0%,#cc5155 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce3d42', endColorstr='#cc5155',GradientType=0 ); /* IE6-9 */

}

[data-item]:hover a span.data-item-icon5{
	background: #999999;
background: -moz-linear-gradient(top,  #999999 0%, #666666 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#666666));
background: -webkit-linear-gradient(top,  #999999 0%,#666666 100%);
background: -o-linear-gradient(top,  #999999 0%,#666666 100%);
background: -ms-linear-gradient(top,  #999999 0%,#666666 100%);
background: linear-gradient(to bottom,  #999999 0%,#666666 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#666666',GradientType=0 );

}

/* End Default Buttons Color */

[data-item] a span.data-item-icon1 span.icon,
[data-item] a span.data-item-icon2 span.icon,
[data-item] a span.data-item-icon3 span.icon,
[data-item] a span.data-item-icon4 span.icon,
[data-item] a span.data-item-icon5 span.icon{
	position:absolute;
	top:0;
	right:0;
	display:block;
	width:44px;
	height:44px;
	line-height:44px;
	margin:0 0 0 0;
	text-align:center;
	background: url('../images/Global/rightWhite.png') center center no-repeat;
    background-size: auto 50%;
}

[data-item]:hover a span.data-item-icon1 span.icon,
[data-item]:hover a span.data-item-icon2 span.icon,
[data-item]:hover a span.data-item-icon3 span.icon,
[data-item]:hover a span.data-item-icon4 span.icon,
[data-item]:hover a span.data-item-icon5 span.icon{
	position:absolute;
	top:0;
	right:0;
	display:block;
	width:44px;
	height:44px;
	line-height:44px;
	margin:0 0 0 0;
	text-align:center;
	background: url('../images/Global/rightWhite.png') center center no-repeat;
    background-size: auto 50%;
	-webkit-box-shadow: 1px 0 2px -1px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    1px 0 2px -1px rgba(50, 50, 50, 0.4);
	box-shadow:         1px 0 2px -1px rgba(50, 50, 50, 0.4);
}

[data-accordion] > [data-control] span.data-item-icon{
	position:absolute;
	top:0;
	right:15px;
	display:block;
	width:44px;
	height:44px;
	background-color:#EDEDED;
	line-height:44px;
	margin:10px 0 0 0;
	text-align:center;
	background: #f7f7f7; /* Old browsers */
background: -moz-linear-gradient(top,  #f7f7f7 0%, #efefef 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f7f7f7 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f7f7f7 0%,#efefef 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f7f7f7 0%,#efefef 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f7f7f7 0%,#efefef 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
}

[data-accordion] > [data-control]:hover span.data-item-icon{
	background: #f7f7f7; /* Old browsers */
background: -moz-linear-gradient(top,  #f7f7f7 0%, #efefef 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f7f7f7 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f7f7f7 0%,#efefef 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f7f7f7 0%,#efefef 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f7f7f7 0%,#efefef 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
-webkit-box-shadow: 1px 0 2px -1px rgba(50, 50, 50, 0.4);
-moz-box-shadow:    1px 0 2px -1px rgba(50, 50, 50, 0.4);
box-shadow:         1px 0 2px -1px rgba(50, 50, 50, 0.4);

}

[data-accordion].open > [data-control] span.data-item-icon{
	background: #ededed; /* Old browsers */
background: -moz-linear-gradient(top,  #ededed 0%, #e8e8e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ededed 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ededed 0%,#e8e8e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ededed 0%,#e8e8e8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ededed 0%,#e8e8e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
-webkit-box-shadow: inset 1px 0 5px -1px rgba(50, 50, 50, 0.2);
-moz-box-shadow:    inset 1px 0 5px -1px rgba(50, 50, 50, 0.2);
box-shadow:         inset 1px 0 5px -1px rgba(50, 50, 50, 0.2);
}

[data-accordion] > [data-control] span.data-item-icon2{
	position:absolute;
	top:0;
	right:15px;
	display:block;
	width:44px;
	height:44px;
	background-color:#EDEDED;
	line-height:44px;
	margin:10px 0 0 0;
	text-align:center;
	background: #fca40c; /* Old browsers */
background: -moz-linear-gradient(top,  #fca40c 0%, #fc9901 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fca40c 0%,#fc9901 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fca40c 0%,#fc9901 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fca40c', endColorstr='#fc9901',GradientType=0 ); /* IE6-9 */
}

[data-accordion] > [data-control]:hover span.data-item-icon2{
	background: #f9b53e; /* Old browsers */
background: -moz-linear-gradient(top,  #f9b53e 0%, #f9aa34 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f9b53e 0%,#f9aa34 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f9b53e 0%,#f9aa34 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b53e', endColorstr='#f9aa34',GradientType=0 ); /* IE6-9 */
-webkit-box-shadow: 1px 0 2px -1px rgba(50, 50, 50, 0.4);
-moz-box-shadow:    1px 0 2px -1px rgba(50, 50, 50, 0.4);
box-shadow:         1px 0 2px -1px rgba(50, 50, 50, 0.4);

}

[data-accordion] > [data-control] span.data-item-icon3{
	position:absolute;
	top:0;
	right:15px;
	display:block;
	width:44px;
	height:44px;
	background-color:#EDEDED;
	line-height:44px;
	margin:10px 0 0 0;
	text-align:center;
	background: #46a8cf;
background: -moz-linear-gradient(top,  #46a8cf 0%, #2c8fa6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#46a8cf), color-stop(100%,#2c8fa6));
background: -webkit-linear-gradient(top,  #46a8cf 0%,#2c8fa6 100%);
background: -o-linear-gradient(top,  #46a8cf 0%,#2c8fa6 100%);
background: -ms-linear-gradient(top,  #46a8cf 0%,#2c8fa6 100%);
background: linear-gradient(to bottom,  #46a8cf 0%,#2c8fa6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46a8cf', endColorstr='#2c8fa6',GradientType=0 );
}

[data-accordion] > [data-control]:hover span.data-item-icon3{
	background: #81d9f4;
	background: -moz-linear-gradient(top,  #81d9f4 0%, #00afe5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#81d9f4), color-stop(100%,#00afe5));
	background: -webkit-linear-gradient(top,  #81d9f4 0%,#00afe5 100%);
	background: -o-linear-gradient(top,  #81d9f4 0%,#00afe5 100%);
	background: -ms-linear-gradient(top,  #81d9f4 0%,#00afe5 100%);
	background: linear-gradient(to bottom,  #81d9f4 0%,#00afe5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81d9f4', endColorstr='#00afe5',GradientType=0 );
-webkit-box-shadow: 1px 0 2px -1px rgba(50, 50, 50, 0.4);
-moz-box-shadow:    1px 0 2px -1px rgba(50, 50, 50, 0.4);
box-shadow:         1px 0 2px -1px rgba(50, 50, 50, 0.4);

}

[data-accordion].open > [data-control] span.data-item-icon2{
	background: #fca40c; /* Old browsers */
background: -moz-linear-gradient(top,  #fca40c 0%, #fc9901 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fca40c 0%,#fc9901 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fca40c 0%,#fc9901 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fca40c', endColorstr='#fc9901',GradientType=0 ); /* IE6-9 */
-webkit-box-shadow: inset 1px 0 5px -1px rgba(50, 50, 50, 0.2);
-moz-box-shadow:    inset 1px 0 5px -1px rgba(50, 50, 50, 0.2);
box-shadow:         inset 1px 0 5px -1px rgba(50, 50, 50, 0.2);
}

[data-accordion] > [data-control] span.data-item-icon span.icon,
[data-accordion] > [data-control] span.data-item-icon2 span.icon,
[data-accordion] > [data-control] span.data-item-icon3 span.icon{
	position:absolute;
	top:0;
	right:0;
	display:block;
	width:44px;
	height:44px;
	background-color:#EDEDED;
	line-height:44px;
	margin:0 0 0 0;
	text-align:center;
	background: url('../images/Global/down.png') center center no-repeat;
    background-size: 50% auto;
}

[data-accordion].open > [data-control] span.data-item-icon span.icon,
[data-accordion].open > [data-control] span.data-item-icon2 span.icon,
[data-accordion].open > [data-control] span.data-item-icon3 span.icon{
    -webkit-transform: rotate(-180deg); 
    -ms-transform: rotate(-180deg); 
    transform: rotate(-180deg);
}

[data-content] [data-accordion] {
    border: 0;
    padding: 0;
}

[data-accordion] [data-control] {
	position: relative;
    display:block;
    text-align: left;
	vertical-align:middle;
	width: 100%;
    padding:0 70px 0 15px;
	background-color:#FFFFFF;
	text-transform:uppercase;
	font-size:19px;
	color:#000000;
}

[data-accordion] [data-control] p {
	width: 100%;
	height:64px;
    display:table-cell;
	vertical-align:middle;
    text-align: left;
	line-height:23px;
    padding:0;
	font-size:19px;
	color:#000000;
}

[data-accordion] [data-control]:hover p {
	color:#CC0001;
}

[data-accordion].open > [data-control] p{
	color:#CC0001;
}

[data-accordion] [data-content] {
    background:#F7F7F7;
}

[data-accordion] [data-content] [data-accordion] [data-control] {
    background:#F7F7F7;
	text-transform:none;
}

[data-accordion] [data-content] [data-accordion] [data-content] a {
    background:#F0F0F0;
}

[data-accordion] [data-content] [data-content] [data-content] {
    background:#F0F0F0;
}

/* Media Queries */

@media (max-width:800px){
	#openAccordion{
		display:block;
	}
}

/* End Media Queries */