/* custom select styles */

 .left-box {
     float: left;
     width: 50%;
 }
	.chart-header .right-box {
		float: left;
		width: 50%;
	}

.share-holder {
		font-size: 10px;
		font-family:"BentonSansBold",sans-serif;
		text-transform:uppercase;
		text-align:right;
		color:#c7c3c2;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		position: static;
		padding: 14px 7px 0 0;
		width: 260px;
		margin: auto;
	}

	.share-holder .share-text {
		margin: 0 10px 10px 0;
	}

    .share-list {
	display: inline-block;
	font-size: 0;
	padding:0;
}

.share-list li {
	float: left;
}

.share-list li:not(:last-child) {
	margin-right: 5px;
}

.share-list a {
	display: inline-block;
	width: 28px;
	height: 28px;
	border-radius: 5px;
}


.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 2px solid #777;
	background: #fff;
	min-width: 120px;
	cursor: pointer;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 13px;
	line-height: 26px;
	margin: 0 35px 0 8px;
	cursor: pointer;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 26px;
	bottom: 0;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-opener:after {
	content: "";
	position: absolute;
	width: 13px;
	height: 13px;
	border: 1px solid #a5a7a9;
	border-width: 0 1px 1px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 6px;
	left: 8px;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #e6e7e8;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 10px;
	color: #656565;
	height: 1%;
	cursor: pointer;
	line-height: 1.1;
}

.jcf-list .jcf-option.jcf-option-jcf-option-hideme {
	display: none !important;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.donate .percentage {
	margin: 0;
	padding: 0;
	list-style: none;
}

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

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

#header {
	padding: 30px 0 15px;
}

#header h1 {
	color: #a90533;
	text-transform: uppercase;
	margin: 0;
	text-align: center;
}

#main {
	padding-bottom: 30px;
}

.select-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 10px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.select-holder span.text {
	width: 100%;
	text-align: center;
}

.select-holder .jcf-select {
	padding: 3px 5px;
	border-color: #e6e7e8;
	width: 125px;
	margin: 0 5px;
}

.select-holder .jcf-select-text {
	margin: 0 0 0 25px;
}

	.donors {
		border: 2px solid #c9cacc;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		border-width: 2px 0 2px 0;
		text-transform: uppercase;
		padding: 11px 0;
		margin-bottom: 25px;
	}

	.donors .heading {
		font-size: 36px;
	}

	.donors .text-holder {
		font-size: 20px;
	}
.donors1 {
display:none;

}

.donors .heading {
	color: #867d78;
	font-family: "BentonSansLight", sans-serif;
}

.donors .heading i {
	font-style: normal;
	color: #a90533;
}

.donors .text-holder {
	line-height: 1.2;
	color: #c7c3c2;
	margin-right: 92px;
}

.donate {
	padding-bottom: 25px;
}

.donate .percentage {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-bottom: 20px;
}

.donate .percentage li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1.25;
	position: relative;
	padding: 3px 0;
}

.donate .percentage li:first-child {
	background-color: #d6d3d2;
	color: #a90533;
	font-size: 72px;
	font-family: "BentonSansCompMedium", sans-serif;
	line-height: 1;
	padding-right: 10px;
	padding-left: 5px;
}

.donate .percentage li:nth-child(2) {
	background-color: #d6d3d2;
}

.donate .percentage li:nth-child(2):after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 39px solid transparent;
	border-bottom: 39px solid transparent;
	border-left: 17px solid #d6d3d2;
	top: 0;
	right: 0;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	z-index: 2;
}

.donate .percentage li:nth-child(3) {
	background-color: #f8f7f7;
	padding-right: 5px;
	padding-left: 20px;
	color: #c7c3c2;
}

.donate .percentage li:nth-child(3):after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 39px solid transparent;
	border-bottom: 39px solid transparent;
	border-left: 17px solid #f8f7f7;
	top: 0;
	right: 0;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	z-index: 2;
}

.donate table {
	text-transform: uppercase;
	line-height: 1.2;
	margin: 0 auto;
}

.donate table .amount {
	color: #a90533;
	padding-right: 18px;
	padding: 0 10px 0 0;
	font-family: "BentonSansCompMedium", sans-serif;
	font-size: 36px;
}

.donate table .amount1{
	color: black;
	padding-right: 18px;
	padding: 10px 10px 0 0;
	font-family: "BentonSansCompMedium", sans-serif;
	font-size: 38px;
}

.region {
	padding-bottom: 25px;
}

.region .map-holder {
	padding-bottom: 20px;
}

.region table {
	text-transform: uppercase;
	width: 100%;
}

.region table tr {
	border-top: 2px solid #ecedee;
}

.region table tr:last-child {
	border-bottom: 2px solid #ecedee;
}

.region table td {
	font-size: 14px;
}

.region table td:first-child {
	width: 70%;
	color: #ada7a4;
}

.region table td:last-child {
	width: 30%;
	color: #493828;
}

.time-graphic {
	padding-bottom: 25px;
}

.sector-graphic {
	padding-bottom: 25px;
}

.how-gave-graphic {
	padding-bottom: 25px;
}

.how-gave-graphic h3 {
	text-transform: uppercase;
	margin: 0 0 7px;
	color: #ada7a4;
	font-size: 13px;
	font-family: "BentonSansLight", sans-serif;
}

.how-gave-graphic .graphic-holder {
	padding-bottom: 20px;
}

.about-donors {
	position: relative;
        margin-top: 20px;
}

.about-donors:before {
	content: "";
	position: absolute;
	top: -10px;
	right: 0;
	bottom: -10px;
	left: 0;
	background-color: #f8f7f7;
	display: block !important;
}

.about-donors .heading-wrap h2 {
	background-color: #f8f7f7;
}

.about-donors .subheading {
	display: block;
	padding-bottom: 7px;
	color: #000;
	font-size: 18px;
}

.about-donors .two-cols {
	/*display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 20px;*/
}

#gmtc svg, #vtt svg {
	margin: auto;
}

.about-donors .two-cols .graphic-holder {
	/*width: 45%;*/
}

.about-donors .left-side .graphc-holder.big {
	/*width: 70%;*/
	margin: 0 auto;
	padding-bottom: 20px;
}

.about-donors .right-side .graphic-holder {
	padding-bottom: 20px;
}

.about-donors .right-side .graphic-holder:last-child {
	padding-bottom: 0;
}

#footer {
	position: relative;
	padding: 12px 0 28px;
}

#footer:after {
	content: "";
	position: absolute;
	height: 2px;
	width: 100%;
	left: 0;
	top: 0;
	background-color: #bcbec0;
}

#footer span {
	text-transform: uppercase;
	color: #ada7a4;
	font-size: 11px;
}

.heading-wrap {
	position: relative;
	margin-bottom: 15px;
}

.heading-wrap:after {
	content: "";
	height: 2px;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	left: 0;
	right: 0;
	border-bottom: 2px dotted #e4e5e6;
}

.heading-wrap h2 {
	color: #867d78;
	text-transform: uppercase;
	display: inline-block;
	background-color: #fff;
	margin: 0;
	position: relative;
	z-index: 2;
	padding-right: 5px;
}

div[class*="content"] ul > li:before {
    content: "";
}
	
#lineChart .label {
	font-size:14px;
}

#lineChart .tick text {
	font-size:15px;
}

#stackedbatText1, #stackedbatText2 {
	vertical-align: middle;
	font-size:14px;
	height:65px;
	text-align: center;
	margin-top: 20px;
	font-family:BentonSansBold;
	color: #867d78;
	background-color: #d6d3d2;
	padding: 15px 0px 15px 10px;
	margin-left: -15px;
	margin-right:-15px;
}

@media (min-width: 768px) {
	
	#stackedbatText1:after, #stackedbatText2:after {
		margin-right: -13px;
		content: "";
		position: absolute;
		border-top: 33px solid transparent;
		border-bottom: 33px solid transparent;
		border-left: 28px solid #d6d3d2;
		top: 19px;
		right: 0;
	}
	
	#stackedbatText1, #stackedbatText2 {
		margin-right:0;
		text-align:left;
		font-size:12px;
		line-height:1;
		padding: 10px 0px 10px 10px;
	}
	
	.jcf-select .jcf-select-opener:after {
		width: 15px;
		height: 15px;
		top: 5px;
		left: 16px;
	}

	.jcf-list {
		font-size: 20px;
	}

	#header h1 {
		font-size: 36px;
		text-align: left;
	}

	#main {
		padding-bottom: 55px;
	}

	.select-holder {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.select-holder span {
		font-size: 18px;
	}

	.select-holder span.text {
		width: auto;
		text-align: left;
	}

	.select-holder .jcf-select {
		width: 200px;
		padding: 5px 10px;
		margin: 0 10px;
	}

	.select-holder .jcf-select-text {
		margin-left: 38px;
	}

	.donors .heading {
		font-size: 26px;
	}

	.donors .text-holder {
		font-size: 14px;
	}

	.donate .percentage {
		margin-bottom: 0;
	}

	.donate .percentage li:first-child {
		padding-right: 13px;
		padding-left: 8px;
	}

	.donate table {
		margin: 0;
	}

	.donate table .amount {
		padding: 0 12px 0 7px;
	}

	.donate table .text {
		font-size: 18px;
	}

	.region {
		padding-bottom: 38px;
	}

	.region .map-holder {
		padding-bottom: 0;
	}

	.time-graphic {
		padding-bottom: 46px;
	}

	.sector-graphic {
		padding-bottom: 46px;
	}

	.how-gave-graphic {
		padding-bottom: 55px;
	}

	.how-gave-graphic .graphic-holder {
		padding-bottom: 40px;
	}

	.how-gave-graphic .graphic-holder:last-child {
		padding: 0;
	}

	.about-donors .two-cols .graphic-holder {
		/*width: 35%;
		margin-left: 35px;*/
	}

	.about-donors .left-side .subheading {
		padding-left: 35px;
	}

	.about-donors .left-side .graphic-holder.big {
		/*width: 55%;*/
		padding-bottom: 0;
	}

	.about-donors .right-side .graphic-holder {
		padding-bottom: 50px;
	}

	.heading-wrap h2 {
		font-size: 20px;
	}

	#lineChart .label {
		font-size:18px;
	}
	
	#.lineChart .tick text {
		font-size:14px;
	}
	
		.about-donors .left-side .graphic-holder.big {
		/*width: 50%;*/
		margin:auto;
		float:none;
	}
}

@media (min-width: 1024px) {
	.jcf-select .jcf-select-opener:after {
		top: 8px;
		width: 20px;
		height: 20px;
	}

	#stackedbatText1, #stackedbatText2 {
		margin-right:0;
		text-align:left;
		font-size:14px;
		line-height:1;
	}
	
	#header {
		padding: 67px 0 38px;
	}

	#header h1 {
		font-size: 48px;
	}

	#main {
		padding-bottom: 0px;
	}

	.select-holder {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		padding-bottom: 45px;
	}

	.select-holder span {
		font-size: 24px;
	}

	.select-holder .jcf-select {
		width: 270px;
		padding: 13px 10px 5px;
	}

	.donors .heading {
		font-size: 36px;
	}

	.donors .text-holder {
		font-size: 20px;
	}

	.donate {
		padding-bottom: 39px;
	}

	.donate .percentage li {
		font-size: 20px;
		line-height: 1.2;
		padding: 6px 0 5px;
	}

	.donate .percentage li:first-child {
		font-size: 96px;
		padding-right: 5px;
		padding-left: 5px;
	}

	.donate .percentage li:nth-child(2):after {
		border-top: 53px solid transparent;
		border-bottom: 53px solid transparent;
		border-left: 25px solid #d6d3d2;
	}

	.donate .percentage li:nth-child(3) {
		padding-left: 30px;
		padding-right: 11px;
	}

	.donate .percentage li:nth-child(3):after {
		border-top: 53px solid transparent;
		border-bottom: 53px solid transparent;
		border-left: 25px solid #f8f7f7;
	}

	.donate table .amount {
		font-size: 48px;
		padding-right: 18px;
	}

	.donate table .text {
		font-size: 24px;
	}

	.region {
		padding-bottom: 55px;
	}

	.region table {
		margin-top: 34px;
	}

	.region table td {
		font-size: 20px;
	}

	.how-gave-graphic {
		padding-bottom: 9px;
	}

	.how-gave-graphic h3 {
		font-size: 20px;
	}

	.about-donors:before {
		top: -15px;
		right: -15px;
		bottom: -15px;
		left: -15px;
	}

	.about-donors .subheading {
		font-size: 24px;
	}

	.about-donors .two-cols {
		padding-bottom: 30px;
	}

	.about-donors .two-cols .graphic-holder {
		/*margin-left: 45px;*/
	}

	.about-donors .left-side .subheading {
		padding-left: 50px;
	}

	#footer {
		padding-top: 22px;
	}

	#footer span {
		font-size: 16px;
	}

	.heading-wrap {
		margin-bottom: 19px;
	}

	.heading-wrap h2 {
		font-size: 28px;
		padding-right: 15px;
	}
}

@media (min-width: 1200px) {
	.select-holder .jcf-select {
		width: 300px;
		margin: 0 21px;
	}

	.donate .percentage li:first-child {
		padding-right: 19px;
		padding-left: 11px;
	}

	.region .map-holder img {
		width: 87.5%;
	}

	.about-donors:before {
		top: -25px;
		right: -25px;
		bottom: -25px;
		left: -25px;
	}

	.about-donors .two-cols .graphic-holder {
		/*width: 30%;
		margin-left: 65px;*/
	}
}

@media (max-width: 767px) {
	.donate .percentage {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.about-donors .two-cols {
		/*-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;*/
	}

   /* #linearGaugeContainer1 svg
    {
        width:200px!important;
    }*/
}

@media print {
	
	 .share-holder
	 {
		 display:none;
	 }
		
	#volAnnualGiving
	{
		page-break-after:always;
	}

    .volunteerhead {
        margin-top:-20px;
    }
	header,footer {
		display:none; 
		/* visibility:hidden; */
	}

	#header {
		padding: 0 0 38px;
		margin-top: -60px;
	}

	#header h1 {
		font-size: 48px;
		text-align: left;
	}

	#main {
		padding-bottom: 80px;
	}

	.select-holder {
        display:none;
		/*-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding-bottom: 45px;*/
	}

	.select-holder span {
		font-size: 24px;
	}

	.select-holder span.text {
		width: auto;
		text-align: left;
	}

	.select-holder .jcf-select {
		width: auto;
		margin: 0 21px;
		border: none;
	}

	.select-holder .jcf-select .jcf-select-opener {
		display: none;
	}

	.select-holder .jcf-select-text {
		margin-left: 38px;
	}

	.donors, .donors1 {
		border: 2px solid #c9cacc;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		border-width: 2px 0 2px 0;
		text-transform: uppercase;
		padding: 11px 0;
		margin-bottom: 25px;
	}

	.donors .heading,.donors1 .heading {
		font-size: 36px;
	}

	.donors .text-holder {
		font-size: 20px;
	}

	.donate {
		padding-bottom: 0px;
	}

	.donate .percentage {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.donate .percentage li {
		font-size: 20px;
		line-height: 1.2;
		padding: 6px 0 5px;
	}

	.donate .percentage li:first-child {
		padding-right: 19px;
		padding-left: 11px;
		font-size: 96px;
	}

	.donate .percentage li:nth-child(2):after {
		border-top: 53px solid transparent;
		border-bottom: 53px solid transparent;
		border-left: 25px solid #d6d3d2;
	}

	.donate .percentage li:nth-child(3) {
		padding-left: 30px;
		padding-right: 11px;
	}

	.donate .percentage li:nth-child(3):after {
		border-top: 53px solid transparent;
		border-bottom: 53px solid transparent;
		border-left: 25px solid #f8f7f7;
	}

	.donate table {
		margin: 0;
	}

	.donate table .amount {
		font-size: 48px;
		padding: 0 18px 0 7px;
	}

	.donate table .text {
		font-size: 24px;
	}

	.region {
		padding-bottom: 0px;
	}

	.region .map-holder {
		padding-bottom: 0;
	}

	.region table {
		margin-top: 34px;
	}

	.region table td {
		font-size: 20px;
	}

	.time-graphic {
		padding-bottom: 0px;
	}

	.sector-graphic {
		padding-bottom: 46px;
		page-break-after: always;
	}

	.how-gave-graphic {
		padding-bottom: 0px;
	}

	.how-gave-graphic h3 {
		font-size: 20px;
	}

	.how-gave-graphic .graphic-holder {
		padding-bottom: 40px;
	}

	.how-gave-graphic .graphic-holder:last-child {
		padding: 0;
	}

	.about-donors:before {
		/*top: -25px;
		right: -20px;
		bottom: -58px;
		left: -20px;*/
	}


	.about-donors .subheading {
		font-size: 24px;
	}

	.about-donors .two-cols {
		padding-bottom: 30px;
	}

	.about-donors .two-cols .graphic-holder {
		/*width: 30%;
		margin-left: 65px;*/
	}

	.about-donors .left-side .subheading {
		padding-left: 50px;
	}

	.about-donors .left-side .graphic-holder.big {
		/*width: 50%;*/
		padding-bottom: 0;
	}

	.about-donors .right-side .graphic-holder {
		padding-bottom: 50px;
	}

	#footer {
		padding-top: 22px;
	}

	#footer span {
		font-size: 16px;
	}

	.heading-wrap {
		margin-bottom: 19px;
	}

	.heading-wrap h2 {
		font-size: 28px;
		padding-right: 15px;
	}

	body {
		-webkit-print-color-adjust: exact;
		page-break-before: always;
	}

	.container {
		width: 1100px;
	}

	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-11 {
		width: 91.66666666666666%;
	}

	.col-sm-10 {
		width: 83.33333333333334%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-8 {
		width: 66.66666666666666%;
	}

	.col-sm-7 {
		width: 58.333333333333336%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-5 {
		width: 41.66666666666667%;
	}

	.col-sm-4 {
		width: 33.33333333333333%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-2 {
		width: 16.666666666666664%;
	}

	.col-sm-1 {
		width: 8.333333333333332%;
	}
}

