@charset "UTF-8";

/* Form field styling */
.left {
    float: left;
    width: 42%;
}

.right {
    margin-left: 40%;
}

fieldset { 
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    padding-bottom: 0.225em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border: 2px groove (internal value);
	font-style: normal;
	font-weight: 200;
	font-family: source-sans-pro; sans-serif; 
}

/* Top-level Styling */

* {
	margin:0;
	padding:0; 
	-webkit-margin-before: 0; 
	-webkit-margin-after: 0;
	-webkit-padding-start: 0;
	}

body{
	background-color:#e6e6e6;
	margin: 0 auto;
		}
		.container{
			width: 97%;
			height: 230px;
			margin-left:20px;
			margin-right:20px;
		}

		ul.tabs{
			margin: 0px;
			padding: 0px;
			list-style: none;
			font-style: bold;
		}
		ul.tabs li{
			background: none;
			color: #222;
			display: inline-block;
			padding: 10px 15px;
			cursor: pointer;
		}

		ul.tabs li.current{
			background: #ededed;
			color: #222;
		}

		.tab-content{
			display: none;
			background: #ededed;
			padding: 15px;
		}

		.tab-content.current{
			display: inherit;
		}

#wrapper {
	max-width: 1280px;
	height: 90%;
	background: #fff;
	margin: 25px auto 0;
	padding: 20px;
}

/* Div Layout Styling */

#subscribeBox {
	position: relative;
	margin: 0 auto;
	padding:10px 0;
	height: auto;
	width: 100%;
	min-width: 500px;
}

.subscribeForm {
	display: block;
	margin: 20px 0 0 0;
	width: 100%;
}

/* Text Styling for h2, p, a */

h2 {
	font-weight: 500;
	letter-spacing: .05em;
	color: #333333;
	font-style:normal;
	font-family: source-sans-pro, sans-serif;
}

.thin {
	font-weight:200;
}

p {
	display: block;
	width: 90%;
	margin: 20px 0 0 0;
	line-height: 1.5em;
	color: #333333;
	letter-spacing: .01em;
	font-style: normal;
	font-weight: 300;
	font-family: source-sans-pro; sans-serif;
}

hc {
	font-size: 80%;
	font-weight: 300;
	letter-spacing: .05em;
	line-height: 120%;
	color: #333333;
	font-style:normal;
	font-family: abel, sans-serif;
}

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

.switch-field-red {
  font-family: source-sans-pro; sans-serif;
  padding: 1px;
  overflow: hidden;
}

.switch-field-red input {
  display: none;
}

.switch-field-red label {
  float: left;
}

.switch-field-red label {
  display: inline-block;
  width: 60px;
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-family: source-sans-pro; sans-serif;
  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-red label:hover {
    cursor: pointer;
}

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

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

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

.switch-field-green {
  font-family: source-sans-pro; sans-serif;
  padding: 1px;
    overflow: hidden;
}

.switch-field-green input {
  display: none;
}

.switch-field-green label {
  float: left;
}

.switch-field-green label {
  display: inline-block;
  width: 60px;
  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-green label:hover {
    cursor: pointer;
}

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

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

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

.switch-field-blue {
  font-family: source-sans-pro; sans-serif;
  padding: 1px;
    overflow: hidden;
}

.switch-field-blue input {
  display: none;
}

.switch-field-blue label {
  float: left;
}

.switch-field-blue label {
  display: inline-block;
  width: 60px;
  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-blue label:hover {
    cursor: pointer;
}

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

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

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








