.accordion.blue {
    -webkit-box-shadow: 0px 75px 35px -55px rgba(10, 30, 65, 0.6);
    -moz-box-shadow: 0px 75px 35px -55px rgba(10, 30, 65, 0.6);
    box-shadow: 0px 75px 35px -55px rgba(10, 30, 65, 0.6);
    font-family: Arial, Helvetica, sans-serif;
    border-color: #505050;
    border-style: solid;
    border-width: 0px;
    border-radius: 8px;
    margin: 0 auto;
    height: 414px;
    width: 700px;
}

.accordion.blue > ul > li,
.blue .accordion-title,
.blue .accordion-content,
.blue .accordion-separator {
    float: none;
}

.accordion.blue > ul > li {
    background-color: #fff6f6;
    margin-right: -0px;
    margin-bottom: -290px;
}

.blue .accordion-select:checked ~ .accordion-separator {
    margin-right: 0px;
    margin-bottom: 290px;
}

.blue .accordion-title,
.blue .accordion-select  {
    background-color: #2b2291;
    color: #ffffff;
    width: 700px;
    height: 30px;
    font-size: 15px;
}

.blue .accordion-title span {
    margin-bottom: 33px;
    margin-left: 15px;
}

.blue .accordion-select:hover ~ .accordion-title,
.blue .accordion-select:checked ~ .accordion-title {
    background-color: #3068cc;
}

.blue .accordion-title span  {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-writing-mode: lr-tb;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    margin-bottom: 0px;
    line-height: 30px;
}

.blue .accordion-content {
    background-color: #ffffff;
    color: #000000;
    height: 234px;
    width: 644px;
    padding: 28px;
}

.blue .accordion-title,
.blue .accordion-select:checked ~ .accordion-content {
    margin-right: 1px;
    margin-bottom: 1px;
}

/* Do not change following properties, they aren't
generated automatically and are common for each slider. */
.accordion {
    overflow: hidden;
}

.accordion > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 101%;
}

.accordion > ul > li,
.accordion-title {
    position: relative;
}

.accordion-select {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 1;
}

.accordion-title span {
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    white-space: nowrap;
}

.accordion-content {
    position: relative;
    overflow: auto;
}

.accordion-separator {
    transition: margin 0.3s ease 0.1s;
    -o-transition: margin 0.3s ease 0.1s;
    -moz-transition: margin 0.3s ease 0.1s;
    -webkit-transition: margin 0.3s ease 0.1s;
}


/* Added by Paul to handle formating information in the accordion */
.colleft {
    float: left;
    width: 15%;
	margin-left: 2%
}

.colright {
    margin-left: 18%;
}

/*  Switch Toggle for document Type */
.switch-field {
  font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
  padding: 4px;
    overflow: hidden;
}

.switch-title {
  margin-bottom: 6px;
}

.switch-field input {
  display: none;
}

.switch-field label {
  float: left;
}

.switch-field label {
  display: inline-block;
  width: 60px;
  background-color: #e6e6e6; /*#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: #0d10f7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: WHITE;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}

@media only screen and (max-width: 670px) {
	.colleft {
		float: left;
		width: 30%;
		margin-left: 2%
	}
	.colright {
		margin-left: 35%;
	}
}

@media only screen and (max-width: 560px) {
	.colleft {
		float: left;
		width: 25%;
		margin-left: 2%
	}
	.colright {
		margin-left: 35%;
	}
}