@charset "utf-8";


/* ---------------------------------------------------------------------------------------------------------------------------------------
0001 - Global
--------------------------------------------------------------------------------------------------------------------------------------- */
html													{}
body													{background: url("../images/bg_pattern.jpg"); font-family: "proxima-nova",sans-serif;}
.tablet, .mobile										{display: none;}
.desktop												{display: block;}
.wrapper, .main-wrapper, 
.contents-wrapper, .form-wrapper 						{margin: 0 auto; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.wrapper												{width: 100%;}
.main-wrapper											{width: 1300px;}
.contents-wrapper										{width: 880px;}
.form-wrapper											{width: 360px;}

.main-container											{background: url("../images/bg_body.jpg") center bottom no-repeat; }

/* ---------------------------------------------------------------------------------------------------------------------------------------
0002 - Typography
--------------------------------------------------------------------------------------------------------------------------------------- */
.gf-lato												{font-family: 'Lato', sans-serif;}
.tk-adobe-garamond-pro									{font-family: "adobe-garamond-pro",sans-serif;}
.tk-proxima-nova										{font-family: "proxima-nova",sans-serif;}

h1,h2													{font-family: 'Lato', sans-serif; font-weight:400; line-height: 1.0em; color: #483996;}
h1														{font-size: 2.2em; line-height: 1.2em; margin-bottom: 0.8em;}
h2														{font-size: 2em; line-height: 1.2em; letter-spacing: 1px;}
h3														{}

p, li													{margin-bottom: 1.5em; line-height: 1.5em;}
li														{list-style: disc; margin-left: 2em;}
a														{color: #483996;}


/* ---------------------------------------------------------------------------------------------------------------------------------------
0003 - Contents
--------------------------------------------------------------------------------------------------------------------------------------- */

/* Common
/* ------------------------------------------------------------ */
.copy													{padding: 0 3%;}
.indent													{padding-left: 8%;}

/* Header 
/* ------------------------------------------------------------ */
header													{position: relative;}
header .title, .logo-main 								{position: absolute; width: 100%; text-align: center;}
header .title											{bottom: 0px; padding: 10px 0;}

.logo-main												{background-color: rgba(70, 59, 127, 0.75); top: 0px;}


/* Body Content 
/* ------------------------------------------------------------ */
.container-contents										{padding: 40px 0 75px;}
.container-intro										{margin-bottom: 40px; line-height: 1.3em;}


/* Form
/* ------------------------------------------------------------ */
.container-form											{}
.container-form > .title								{margin-bottom: 35px;}
.container-form h2										{padding: 10px 0; border-top: 1px solid #483996; border-bottom: 1px solid #483996; text-transform: uppercase; text-align: center;}


/* Confirm Page */
/* ------------------------------------------------------------ */
.container-confirm										{}
.container-confirm h1, .container-confirm h2			{text-transform: uppercase;}
.container-confirm h1									{font-size: 1.8em; text-align: left; margin-bottom: 35px;}
.container-confirm h2									{font-size: 1.6em; margin-bottom: 25px;}
.container-confirm p									{margin-bottom: 1.3em; line-height: 1.3em;}
.container-confirm .section								{border-left: 2px solid #510c76; border-right: 2px solid #510c76; border-top: 2px solid #510c76; padding: 3% 7%; margin: 0px;}
.container-confirm .section:last-child					{border-left: none; border-right: none;} 


/* Footer 
/* ------------------------------------------------------------ */
footer													{text-align:center; font-size:11px;font-family:'Helvetica', Arial, sans-serif; padding:20px 0; line-height:18px;}



/* ---------------------------------------------------------------------------------------------------------------------------------------
0004 - Form
--------------------------------------------------------------------------------------------------------------------------------------- */
form													{font-family:'Helvetica', Arial, sans-serif; font-size: 14px; line-height: 1.3em;}
form h3													{text-transform: uppercase; margin-bottom: 14px;}
form hr													{margin: 45px 0; border-top: solid 1px #483996; border-bottom: none;}
form .fieldCity,
form .fieldState,
form .fieldZip,
form .fieldCountry,
form .fieldPhone,
form .fieldExpMonth,
form .fieldExpYear,
form .fieldCode											{float: left;}
form .fieldCity,
form .fieldState,
form .fieldCountry,
form .fieldCity,
form .fieldExpMonth,
form .fieldExpYear										{margin-right: 2%;}
form .fieldCity											{width: 48%;}
form .fieldState,
form .fieldZip											{width: 24%;}
form .fieldCountry										{width: 58%;}
form .fieldPhone										{width: 40%;}							
form .fieldExpMonth,
form .fieldExpYear										{width: 30%;}
form .fieldCode											{width: 36%;}
form .fieldExpMonth										{white-space: nowrap;}
form .row p:last-child									{margin: 0px;}

.row-frequency input[type=radio]						{margin: 2px 4px 0;}
.row-frequency span										{float: right; width: 94%;}

/* Radio Box Button Type */
/* ------------------------------------------------------------ */
form .row-option-other small							{text-align: right; float: left; width: 26%; margin-top: 4px; margin-right: 2%;}
form .option-other										{display: none;}
form input.option-other-text							{width: 72%;}
form label.option 										{height: 40px; cursor: hand; cursor: pointer; display: block; text-shadow: 0 -1px 0 rgba(0,0,0,0.25); border-radius: 5px; text-align: center; border-width: 1px; font-weight: bold; letter-spacing: 1px; float:left; margin: 0 3%;
														line-height: 40px;
														color: white; 
														font-size: 22px;
														width:30%;
														background-color: #695cad;}
form label.highlight 									{background-color: #483996;}														
form label.option:last-child							{margin: 0 0% 0 2%;}														
form label.option:first-child							{margin: 0 2% 0 0;}														
form label.option span									{font-size:.6em; font-weight:normal; }
form label.option input 								{display: none;}


/* Match */
/* ------------------------------------------------------------ */
.row-match .title										{color: #000000; float:right; line-height: 26px; padding: 8px 10px;}
.row-match .amount										{float:right; font-size: 26px; line-height:26px; background:#fff; width: 30%; border-radius: 5px; border: 2px solid #483996; color: #483996; text-align:center; padding: 8px 10px; font-family:'Helvetica', Arial, sans-serif;}

/* Honor */
/* ------------------------------------------------------------ */
.row-gift-type select,
.row-gift-type input.text								{width: 130px;}
@media (max-width: 479px) {
.row-gift-type select									{width: 204px;}
.row-gift-type input.text								{width: 100%;}
}


/* Credit Card */
/* ------------------------------------------------------------ */
.row-cardtype											{padding-bottom: 10px;}


/* Grid
/* ------------------------------------------------------------ */
.section, .row											{width: 100%; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.section:after, .row:after   	  						{display: block; clear: both; content: '.'; visibility: hidden; height: 0;}
.section												{margin: 0 0 1.5em;}
.row													{margin: 0 0 0.5em;}
.col, .col-2, .col-3, .col-4,
.col-xs, .col-s, .col-m, .col-l, .col-xl,
.col-5,  .col-10, .col-15, .col-20, .col-25, 
.col-30, .col-35, .col-40, .col-45, .col-50, 
.col-55, .col-60, .col-65, .col-70, .col-75, 
.col-80, .col-85, .col-95, .col-95						{float: left; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}

.col-2													{width: 49%;}
.col-3													{width: 32%;}
.col-4													{width: 22%;}
.col-2:first-child										{margin-right: 2%;}
.col-3													{padding-right: 2%;}
.col-4													{margin-right: 3%;}
.col-4:last-child										{margin-right: 0%;}

.col-5													{width: 5%;}
.col-10													{width: 10%;}
.col-15													{width: 15%;}
.col-20													{width: 20%;}
.col-25													{width: 25%;}
.col-30													{width: 30%;}
.col-35													{width: 35%;}
.col-40													{width: 40%;}
.col-45													{width: 45%;}
.col-50													{width: 50%;}
.col-55													{width: 55%;}
.col-60													{width: 60%;}
.col-65													{width: 65%;}
.col-70													{width: 70%;}
.col-75													{width: 75%;}
.col-80													{width: 80%;}
.col-85													{width: 85%;}
.col-90													{width: 90%;}
.col-95													{width: 95%;}
.col-xs, .col-s, .col-m, .col-l, .col-xl,
.col-5,  .col-10, .col-15, .col-20, .col-25,
.col-30, .col-35, .col-40, .col-45, .col-50,
.col-55, .col-60, .col-65, .col-70, .col-75, 
.col-80, .col-85, .col-90, .col-95						{padding-right: 1%;}
.col-xs:last-child, .col-s:last-child, 
.col-m:last-child, .col-l:last-child, 
.col-xl:last-child,
.col-5:last-child,  .col-10:last-child, 
.col-15:last-child, .col-20:last-child, 
.col-25:last-child, .col-30:last-child, 
.col-35:last-child, .col-40:last-child, 
.col-45:last-child, .col-50:last-child, 
.col-55:last-child, .col-60:last-child, 
.col-65:last-child, .col-70:last-child, 
.col-75:last-child, .col-80:last-child, 
.col-85:last-child, .col-90:last-child, 
.col-95:last-child										{padding-right: 0%;}

@media (max-width: 767px) {
	.col-2, .col-3, .col-4,	
	.col-xs, .col-s, .col-m, .col-l, .col-xl,
	.col-5,  .col-10, .col-15, .col-20, .col-25,
	.col-30, .col-35, .col-40, .col-45, .col-50,
	.col-55, .col-60, .col-65, .col-70, .col-75, 
	.col-80, .col-85, .col-90, .col-95					{float: none; width: 100%; margin: 0 0 0.5em;}
}


/* Common 
/* ------------------------------------------------------------ */
input.text, textarea, select							{background:#fff; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; width:100%; margin: 3px 0; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; color: #000; border: 1px solid #bbbbbb; font-size: 12px;}
input.text, select										{padding: 6px 8px; height: 40px;}
textarea												{resize:none; height: 10em; line-height:1.3em; padding: 8px;}
label													{display: block; margin: 0 0 2px;}
.password::-webkit-input-placeholder 					{color: #000; font-size: 2em; line-height: 20px;}
.password::-moz-placeholder 							{color: #000; font-size: 2em; line-height: 20px;}
.password:-ms-input-placeholder							{color: #000; font-size: 2em; line-height: 20px;}
.password:-moz-placeholder 								{color: #000; font-size: 2em; line-height: 20px;}
.disabled												{opacity: 0.7;}	


/* Button 
/* ------------------------------------------------------------ */
.button													{text-align:center; text-decoration: none; display: inline-block; color: #fff; text-transform: uppercase;}
.button-primary											{background: url("../images/btn_primary.jpg") right center no-repeat; color: #483996; border: 1px solid #483996; padding: 1.5% 43px 1.5% 20px; font-size: 16px; line-height: 18px; text-transform: uppercase;}


/* ---------------------------------------------------------------------------------------------------------------------------------------
0005 - Plugin
--------------------------------------------------------------------------------------------------------------------------------------- */



/* ---------------------------------------------------------------------------------------------------------------------------------------
0100 - Common
--------------------------------------------------------------------------------------------------------------------------------------- */
.align-right											{text-align: right;}
.banner													{width: 100%;}
.box-size 												{box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.button													{cursor: hand; cursor: pointer;}
.center													{text-align: center;}
.clear:after   	  										{display:block; clear:both; content:'.'; visibility:hidden; height:0;}
.cross-out												{text-decoration: line-through;} 
.emphasize												{font-weight: bold; text-transform: uppercase;}
.hidden													{display: none;}
.illustration											{max-width: 100%;}
.large													{font-size: 1.2em;}
.left, .right											{box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;} 
.left 													{float: left;}
.panel													{display: none;}
.panel:first-child										{display: block;}
.right													{float: right;}
.rounded-top											{border-top-left-radius: 6px; border-top-right-radius: 6px;}
.rounded-bottom											{border-bottom-left-radius: 6px; border-bottom-right-radius: 6px;}
.rounded												{border-radius: 3px;}
.shadow													{-webkit-box-shadow: 0 0 15px rgba(30, 30, 30, .75); -moz-box-shadow: 0 0 15px rgba(30, 30, 30, .75); box-shadow: 0 0 15px rgba(30, 30, 30, .75);}
.shadow-bottom-right									{-moz-box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, .15); -webkit-box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, .15); box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, .15);}
.shadow-3sides											{-webkit-box-shadow: 0px 8px 10px rgba(100, 100, 100, .75), -10px 8px 15px rgba(100, 100, 100, .75), 10px 8px 15px rgba(100, 100, 100, .75); -moz-box-shadow: 0px 8px 10px rgba(100, 100, 100, .75), -10px 8px 15px rgba(100, 100, 100, .75), 10px 8px 15px rgba(100, 100, 100, .75); box-shadow: 0px 8px 10px rgba(100, 100, 100, .75), -10px 8px 15px rgba(100, 100, 100, .75), 10px 8px 15px rgba(100, 100, 100, .75);}
.shadow-3sides-dark										{-webkit-box-shadow: 0px 8px 10px rgba(45, 45, 45, .25), -10px 8px 15px rgba(45, 45, 45, .25), 10px 8px 15px rgba(45, 45, 45, .25); -moz-box-shadow: 0px 8px 10px rgba(45, 45, 45, .25), -10px 8px 15px rgba(45, 45, 45, .25), 10px 8px 15px rgba(45, 45, 45, .25); box-shadow: 0px 8px 10px rgba(45, 45, 45, .25), -10px 8px 15px rgba(45, 45, 45, .25), 10px 8px 15px rgba(45, 45, 45, .25);}
.shadow-3sides-light									{-webkit-box-shadow: 0px 8px 10px rgba(100, 100, 100, .35), -10px 8px 15px rgba(100, 100, 100, .35), 10px 8px 15px rgba(100, 100, 100, .35); -moz-box-shadow: 0px 8px 10px rgba(100, 100, 100, .35), -10px 8px 15px rgba(100, 100, 100, .35), 10px 8px 15px rgba(100, 100, 100, .35); box-shadow: 0px 8px 10px rgba(100, 100, 100, .35), -10px 8px 15px rgba(100, 100, 100, .35), 10px 8px 15px rgba(100, 100, 100, .35);}
.shadow-inner-top										{box-shadow: inset 0 20px 20px -20px #000000; -webkit-box-shadow: inset 0 20px 20px -20px #000000; -moz-box-shadow: inset 0 20px 20px -20px #000000;}
.text-shadow											{text-shadow: black 0.3em 0.3em 0.5em;}
.upper													{text-transform: uppercase;}
.v-center												{position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);}

