@charset "UTF-8";
/* Top-level Styling */
* {
	margin:0;
	padding:0; 
	-webkit-margin-before: 0; 
	-webkit-margin-after: 0;
	-webkit-padding-start: 0;
	-webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
	}

body{
	font-family: 'Work Sans', sans-serif;
	background-color:#e6e6e6;
	margin: 0 auto;
		}
		.container{
			width: 97%;
			height: 230px;
			margin-left:20px;
			margin-right:20px;
		}
		
		.container2{
			display: block;
			width: 97%;
			position: relative;
			margin-left:40px;
		}

		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;
}

.left {
    float: left;
    width: 40%;
}

.right {
    margin-left: 40%;
}

fieldset { 
    display: block;
	margin: 5px 2px 0 2px;
    padding-bottom: 0.225em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border: 2px groove (internal value);
	font-weight: 300;
}

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

/* Div Layout Styling */

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

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

/* Text Styling for h2, p, a */
hx {
	font-size: 1.5em;
	font-weight: 500;
	letter-spacing: -.02em;
	color: #333333;
	font-style:normal;
}

.thin {
	font-weight:200;
}

.center-align {
	text-align: center;
}

.right-align {
	text-align: right;
}

h2 {
	font-weight: 400;
	font-size: 1.3em;
	letter-spacing: -.05em;
	color: #333333;
	font-style:normal;
}

h3 {
	font-weight: 500;
	font-size: 1em;
	letter-spacing: -.05em;
	color: #333333;
	font-style:normal;
	margin: 0 0 5px 0;
}

h4 {
	font-weight: 300;
	font-size: 1em;
	letter-spacing: -.05em;
	color: #333333;
	font-style:normal;
}


hp {
	display: block;
	width: 100%;
	font-size: 1em;
	line-height: 1.2em;
	color: #333333;
	font-style: normal;
	font-weight: 300;
}

hp + hp {
	margin-top: 15px;
}

hcpy {
	display: block;
	margin: 5px 0 5px 0;
	font-family: 'News Cycle', sans-serif;
	line-height: 1em;
	font-size: 0.9em;
	font-weight: 400;
}

ol {
	margin-left: 10px;
	padding: 10px;
}

ol li {
    padding: 2px;
    margin-left: 15px;
	font-weight: 300;
	font-size: 1em;
	letter-spacing: -.03em;
}



.wrapper-demo {
    margin: 60px 0 0 0;
    *zoom: 1;
    font-weight: 400;
}

.wrapper-demo:after {
    clear: both;
    content: "";
    display: table;
}

/* DEMO 1 */

.comb-dropdown {
    /* Size and position */
    position: relative; /* Enable absolute positionning for children and pseudo elements */
    width: 615px;
    padding: 8px;
    margin: 5px 0 5px 0;

    /* Styles */
    background: #FE7B1A;
    color: #fff;
    outline: none;
    cursor: pointer;

    /* Font settings */
	font-family: 'News Cycle', sans-serif;
    font-weight: bold;
}

.comb-dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -6px;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent #fff;    
}

.comb-dropdown .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;

    /* Styles */
    background: #fff;
    list-style: none;
    font-weight: normal; /* Cancels previous font-weight: bold; */

    /* Hiding */
    opacity: 0;
    pointer-events: none;
}

.comb-dropdown .dropdown li a {
    display: block;
    text-decoration: none;
    color: #9e9e9e;
    padding: 10px 20px;
}

/* Hover state */
.comb-dropdown .dropdown li:hover a {
    background: #f3f8f8;
}

/* Active state */
.comb-dropdown.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

.comb-dropdown.active:after {
    border-color: #FE7B1A transparent;
    border-width: 6px 6px 0 6px ;
    margin-top: -3px;
}

.comb-dropdown.active {
  background: #FE7B1A;
  background: -moz-linear-gradient(left,  #FE7B1A 0%, #FE7B1A 91%, #ffffff 91%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#FE7B1A), color-stop(91%,#FE7B1A), color-stop(91%,#ffffff), color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(left,  #FE7B1A 0%,#FE7B1A 91%,#ffffff 91%,#ffffff 100%);
  background: -o-linear-gradient(left,  #FE7B1A 0%,#FE7B1A 91%,#ffffff 91%,#ffffff 100%);
  background: -ms-linear-gradient(left,  #FE7B1A 0%,#FE7B1A 91%,#ffffff 91%,#ffffff 100%);
  background: linear-gradient(to right,  #FE7B1A 0%,#FE7B1A 91%,#ffffff 91%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FE7B1A', endColorstr='#ffffff',GradientType=1 );
}
/* No CSS3 support */

.no-opacity       .comb-dropdown .dropdown,
.no-pointerevents .comb-dropdown .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .comb-dropdown.active .dropdown,
.no-pointerevents .comb-dropdown.active .dropdown {
    display: block;
}





/* Switch Boxes */

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

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

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

.switch-field-red {
  font-family: 'Work Sans', sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  padding: 5px;
  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: 'News Cycle', sans-serif;
  line-height: 1.3em;
  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: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  padding: 5px;
  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-family: 'News Cycle', sans-serif;
  line-height: 1.3em;
  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: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  padding: 5px;
  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-family: 'News Cycle', sans-serif;
  line-height: 1.3em;
  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;
}
