
.title-small {
	color: #1076bc;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	/*text-transform: uppercase;*/
	margin: .25em .25em .25em .25em;
}

.title-medium {
	color: #1076bc;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	/*text-transform: uppercase;*/
	margin: .25em .25em .25em .25em;
}

.title-large {
	color: #1076bc;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	/*text-transform: uppercase;*/
	margin: .25em .25em .25em .25em;
}

.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

.switch input {display:none;}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #2196F3;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}


input:checked + .slider {
	background-color: #ffffff;
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.switch-field {
	padding: 10px;
	overflow: hidden;
}

.switch-title {
	font-weight: bold;
	margin-bottom: 6px;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	float: left;
}

.switch-field label {
	display: inline-block;
	width: 200px;
	background-color: #e4e4e4;
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	text-shadow: none;
	padding: 6px 14px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #A5DC86;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.switch-field label:first-of-type {
	border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
}

/*
Background Shades of White:
#ffffff		White
#f8f8f8 	Ghost White
#fefefa		Baby Powder
#fffafa		Snow
#fffff0		Ivory
#fffaf0		Floral White
#fff5ee		Seashell
 */

.sub1 {
	/* Ghost White */
	background-color: #f8f8f8;
}

.sub2 {
	/* Baby Powder */
	background-color: #fefefa;
}

.sub3 {
	/* Snow */
	background-color: #fffafa;
}

.sub4 {
	/* Ivory */
	background-color: #fffff0;
}

.sub5 {
	/* Floral White */
	background-color: #fffaf0;
}

.sub6 {
	/* Seashell */
	background-color: #fff5ee;
}
