﻿/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0 5px 0 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
	font-size: 62.5%;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

@media screen and (max-width: 720px) {

#res-wrapper {
	width: 100% !important;
	padding-right: 0 !important;
}

#left-panel-res {
	margin: 10px !important;
	width: auto !important;
}

#right-panel-res {
	margin: 10px !important;
	width: auto !important;
	float: left !important;
}

.hide-small {
	display: none !important;
}

}

@media screen and (max-width: 530px) {
	
.header-image {
	width: 100% !important;
	text-align: center !important;
}

.header-text {
	width: 100% !important;
	text-align: center !important;
}
	
}

@media screen and (max-width: 350px) {
	
.cc-types {
	display: none !important;
	width: 0 !important;
}
	
}

body {
    background-color: #D6D6D6;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 16px;
    color: #3F3F3F;
	margin: 0;
	padding: 0;
}

a, a:visited { 
    color: #242F6A;
    font-weight: bold;
}

a:hover {
    text-decoration: none;
}

.bold-copy {
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: bold;
}

#page-content {
	display: block;
	max-width: 980px;
	margin: 0 auto 20px;
}

hr { margin: 15px 0; }

#new-header {
	margin: 20px;
	background-color: #242f6a;
	padding: 20px;
}

#header {
    height: auto;
	width: 100%; 
}

#header img {
	width: 100%
}

#res-wrapper {
	margin: 0;
	padding: 0;
	padding-right: 350px;
	overflow: hidden;
}

#left-panel-res {
	margin: 0 0 0 20px;
	background-color: #ffffff;
	border-top: 4px solid #242F6A;
	width: 290px;
	float: left;
	padding: 15px;
}

#right-panel-res {
	width: 100%;
	background-color: #ffffff;
	border-top: 4px solid #242F6A;
	padding: 15px;
	margin: 0 -330px 0 0;
	float: right;
}

#left-panel-res img {
	width: 100%;
	margin-bottom: 10px;
}

#left-panel,
#right-panel {    
    float: left;      
}

#left-panel {
	width: 303px;
	color: #090;
}

#left-panel > .top {
    height: 85px;
    background-image: url('../images/column-left-top.png');
    background-repeat: no-repeat;
}

#left-panel > .middle {
	background-color: #FFFFFF;
	background-image: url('../images/column-left-bg.png');
	background-repeat: repeat-y;
	padding: 0 30px 15px;
	min-height: 100px;
	color: #000;
	text-align: left;
	font-weight: normal;
}

#left-panel .middle ul li, #left-panel .middle ol li {
	margin: 0 0 10px;
	color: #3F3F3F;
}

#left-panel > .bottom {
    height: 30px;
    background-image: url('../images/column-left-bottom.png');
    background-repeat: no-repeat;
}

#left-panel-res li {
	margin: 0 0 10px;
}

.gray {
	background-color: #f1f1f1;
}

#right-panel {        
    width: 677px;    
}

#right-panel > .top {
    background-image: url('../images/column-right-top.png');
    background-repeat: no-repeat;
    height: 15px;
}

#right-panel > .middle {
    background-image: url('../images/column-right-bg.png');
    background-repeat: repeat-y;
    padding: 0 27px 0 16px;
}

#right-panel > .bottom {
    background-image: url('../images/column-right-bottom.png');
    background-repeat: no-repeat;
    height: 34px;
}

#required-info {    
    padding: 5px;
}

#form-header {
    background-color: #242F6A;
    color: #FFFFFF;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 16px;
    padding: 5px;
    font-weight: bold;
    background-image: url('../images/arrow.png');
    background-repeat: no-repeat;
    background-position: center left;
    overflow: hidden;
}

#form-header > span {    
    margin-left: 20px;    
    float: left;
}

#form-header > .cc-types {
    background-image: url('../images/cards.png');
    background-repeat: no-repeat;
    width: 137px;
    height: 18px;
    float: right;
    margin-top: 1px;
}

#right-panel-inner {
    background-color: #DCDCDC;
}

#main-form {    
    padding: 20px 15px; 
}

#hidden-fields {
    display: none;
}

.input-group {
    overflow: hidden;
    float: left;    
}

.input-group.left {
    width: 250px;    
}

.input-field {
    margin: 0 5px 5px 0;
}
    
.input-field > .input-label {
	font-size: 13px;
	margin-bottom: 2px;
	display: block;
	color: #3F3F3F;
}

.input-field input {
    width: 200px;
}

#first-name.input-field input,
#last-name.input-field input {
    width: 144px;
}

#middle.input-field input,
#suffix.input-field input,
#cid-code.input-field input {
    width: 50px;
}

#expiration.input-field,
#cid-code.input-field {
    float: left;
}

#cid-code.input-field {
    margin-left: 5px;
}

.validation-error {
    background-color: #cf8484;
}

input[type=text],
textarea,
select {
    border: 1px solid #888888;
}

#middle, 
#suffix, 
#first-name, 
#last-name {
    float: left;
}

#agreement-text {
	background-color: #eff8fc;
	border: 1px solid #A0A0A0;
	padding: 10px 20px;
	margin: 0 auto 15px auto;
	font-size: 14px;
	font-family: 'Lato', Arial, sans-serif;
}

#agreement-text > .input-label {
    font-family: 'Lato', Arial, sans-serif;
    display: block;
    font-weight: bold;
    font-size: 14px;
}

#submit-button {
    text-align: center;
}

#submit {
	display: inline-block;
	border-radius: 20px;
	color: #ffffff;
	font-size: 18px;
	line-height: 1;
	padding: .7em .9em;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Montserrat', Arial, sans-serif;
    text-align: center;
	text-decoration: none;
	white-space: normal;
	margin: 10px 0 0;
	text-shadow: none;
	background-color: #779324;
	cursor: pointer;
	border: none;
}

#submit:hover {
	background-color: #89a92a;
}

#error-container {
    color: #343434;
    background-color: #cf8484;
    border: 1px solid #880000;
    display: none;
    margin-bottom: 10px;
    padding: 10px;
}

.clear {
	clear: both;
}

.trial-selection-container {
	width: 100%;
}

.trial-selection-box {
	display: block;
	width: 100%;
	border: 1px solid #858585;
	padding: 10px;
	margin: 0 0 20px;
	float: left;
}

.special-offer {
	text-align: center;
	margin: -30px auto 10px;
	color: #bb0000;
	padding: 10px;
	background-color: #f2f2f2;
	display: block;
	width: 230px;
	border: 1px solid #858585;
	font-weight: bold;
}

.header-image {
	float: left;
	width: 30%;
	padding-right: 10px;
}

.header-text {
	float: right;
	width: 70%;
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
}

ol > ul {
	padding: 5px 0 10px 10px;
}