/* Minification failed. Returning unminified contents.
(448,36): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* arrows */

select.arrow {
        /*background-image:
                linear-gradient(45deg, transparent 50%, #fff  50%),
                linear-gradient(135deg, #fff  50%, transparent 50%),
                linear-gradient(to right, #6fa8dc, #6fa8dc);*/
        background-position:
                calc(100% - 23px) calc(1em + -2px),
                calc(100% - 15px) calc(1em + -2px),
                100% 0;
        background-size:8px 8px,8px 8px,2.5em 2.5em;
        background-repeat: no-repeat;       
            }

select.arrow:focus {
        background-image:
                linear-gradient(45deg, white 50%, transparent 50%),
                linear-gradient(135deg, transparent 50%, white 50%) 
                background-position:calc(100% - 15px) 1em,calc(100% - 23px) 1em,100% 0;
        background-size:8px 8px,8px 8px,2.5em 2.5em;
        background-repeat: no-repeat;
        border-color: #fff;
        outline: 0;
        }
     
select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #000;
            }
                 
    


body {
  background: white;
}
body,
button,
input,
select,
textarea,
legend {
  font-family: helvetica, arial, sans-serif;
  font-size: 16px;
}
input[type="checkbox"],
input[type="radio"] {
  width: 20px;
  height: 20px;
}
.inputpadding {
  padding-bottom: 5px;
  margin: 10px 0;
}
.inputpermission {
  padding-bottom: 10px;
  margin-left: 0;
}
body,
legend {
  color: black;
}
h1,
h2,
h3,
h4 {
  color: #3887ab;
  margin: 20px 0;
}
.error {
  color: red;
}
.name .input-field,
.address .input-field,
.account .input-field,
.emergencyContact .input-field,
.registration-info .input-field,
.payment-details .input-field,
.donation .permissions .input-field {
  margin: 10px 0;
}
.name .input-field input[type=text],
.address .input-field input[type=text],
.account .input-field input[type=text],
.emergencyContact .input-field input[type=text],
.registration-info .input-field input[type=text],
.payment-details .input-field input[type=text],
.donation .permissions .input-field input[type=text],
.name .input-field input[type=password],
.address .input-field input[type=password],
.account .input-field input[type=password],
.emergencyContact .input-field input[type=password],
.registration-info .input-field input[type=password],
.payment-details .input-field input[type=password],
.donation .permissions .input-field input[type=password],
.name .input-field input[type=email],
.address .input-field input[type=email],
.account .input-field input[type=email],
.emergencyContact .input-field input[type=email],
.registration-info .input-field input[type=email],
.payment-details .input-field input[type=email],
.donation .permissions .input-field input[type=email],
.name .input-field input[type=tel],
.address .input-field input[type=tel],
.account .input-field input[type=tel],
.emergencyContact .input-field input[type=tel],
.registration-info .input-field input[type=tel],
.payment-details .input-field input[type=tel],
.donation .permissions .input-field input[type=tel],
.name .input-field select,
.address .input-field select,
.account .input-field select,
.emergencyContact .input-field select,
.registration-info .input-field select,
.payment-details .input-field select,
.donation .permissions .input-field select {
  width: 100%;
  border: 1px solid #bdc3c7;
  border-radius: 3px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.location-select,
.registration-type-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-align: center;
  border-radius: 3px;
  font-weight: bold;
  width: 100%;
  padding: 5px;
}
.location-select::-ms-expand,
.registration-type-select::-ms-expand {
  display: none;
}
.confirmation-label {
  font-weight: bold;
}
.participation-type {
  margin-bottom: 10px;
}
.participation-type label {
  font-weight: bold;
}
.participation-type label:after,
.participation-type label:before {
  content: ' ';
  display: block;
}
.error-message {
  color: red;
  display: block;
  margin: 10px 0;
  font-weight: bold;
}
.location-choose,
.reg-type-choose {
  display: block;
  margin: 20px;
}
button {
  font-size: 17px;
  font-weight: bold;
}
.selected {
  background-color: #57bfe5;
}
.selected:before {
  font-family: fontawesome;
  content: '\f00c';
  margin-right: 6px;
  opacity: 0.85;
}
.unselected {
  background-color: #337ab7;
}
.type-options button,
.payment-options button {
  border-radius: 4px;
  width: 100%;
  /* Removing default outline on active element */

}
.type-options button:nth-of-type(2),
.payment-options button:nth-of-type(2) {
  margin-top: 8px;
}
.type-options button:active,
.payment-options button:active,
.type-options button:hover,
.payment-options button:hover,
.type-options button:focus,
.payment-options button:focus,
.type-options button:visited,
.payment-options button:visited {
  outline: none;
  text-decoration: none;
}
.right {
  display: inline;
  float: right;
  overflow: hidden;
}
.article-main {
  margin-top: 16px;
  margin-left: 16px;
  margin-right: 16px;
}
.wizard-navigation {
  margin: 20px 0;
}
#creditcardButton,
#homeButton,
#proxyHomeButton {
  float: left;
}
.payment-details {
  border: solid 1px;
  border-radius: 3px;
  padding: 5px;
  overflow: auto;
  border-color: #6fa8dc;
}
.center-page {
  float: none;
  margin: 0 auto;
  padding-bottom: 30px;
}
.credit-card-expire {
  margin-top: -10px;
  margin-bottom: -25px;
}
.credit-card-expire div {
  width: 50%;
  float: left;
  display: inline-block;
}
.returningReg-label {
  font-weight: bold;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, whitesmoke 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, whitesmoke 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(whitesmoke));
  background-image: linear-gradient(to bottom, #ebebeb 0%, whitesmoke 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
  background-repeat: repeat-x;
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: whitesmoke;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: white;
  text-align: center;
  background-color: #6fa8dc;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
#teamSearchHeading {
  width: 100%;
  margin-bottom: 10px;
}
td {
  width: 33%;
  text-align: center;
  cursor: pointer;
  padding: 7px;
  font-size: 17px;
  font-family: helvetica, arial, sans-serif;
  font-weight: bold;
}
td:hover {
  text-decoration: underline;
}
#teamName {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#captainLastName {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.forEachDivChild {
  display: table;
  width: 100%;
}
.joinTeamDetails {
  padding-top: 10px;
}
#teamResult {
  padding-top: 10px;
}
.divForEach {
  border: solid 1px gainsboro;
}
.divRadio {
  float: left;
  width: 25px;
  height: 23px;
  margin-right: 10px;
}
.divRadio input {
  position: relative;
  top: 15px;
  float: right;
}
.divTeamInfo {
  display: inline;
  width: 96%;
}
.spanTeamInfo {
  display: table;
}
.searchform {
  display: inline-block;
  zoom: 1;
  display: inline;
  border-radius: 2em;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
  width: 100%;
}
.searchform .searchfield {
  background: url(/Fundraising/Areas/Registration/Images/search-white.png) no-repeat 10px 6px #fcfcfc;
  padding-left: 30px;
  width: 202px;
  border-top-color: #bcbbbb;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #bcbbbb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #bcbbbb;
  border-left-style: double;
  border-left-width: 1px;
  border-right-color: transparent;
  border-right-style: none;
  border-right-width: 0px;
  width: 90%;
  box-sizing: border-box;
  height: 27px;
  border-top-left-radius: 2em;
  border-bottom-left-radius: 2em;
}
.searchform .searchbutton {
  border: solid 1px;
  font-size: 11px;
  height: 29px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  background: #5f5f5f;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545');
  width: 10%;
  background-color: #6fa8dc;
  color: white;
  float: right;
  border-bottom-right-radius: 2em;
  border-top-right-radius: 2em;
  position: absolute;
  margin-left: -1px;
  margin-top: -1.3px;
  padding-left: 1px;
}
.imageHeader {
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 20px;
  margin-top: -16px;
}
.imageLitHeader {
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 10px;
  margin-top: -16px;
}
.imageFooter {
  margin-left: -16px;
  margin-right: -16px;
}
.footerImg {
  width: 100%;
  margin-bottom: -4px;
}
.imageLitFooter {
  margin-left: -16px;
  margin-right: -16px;
  bottom: 0px;
}
dd label input {
  margin-right: 0px;
}
.ui-datepicker-title {
  color: black !important;
}
.permissionQuestion {
  margin-left: 0.27em;
}
.forgot-password {
  text-align: center;
}
.divider {
  margin: 0 auto 20px auto;
  text-align: center;
  width: 100%;
}
.divider hr {
  border: none;
  border-top: 1px solid #cccccc;
  margin-left: auto;
  margin-right: auto;
  color: #cccccc;
  width: 45%;
}
.divider hr.left {
  float: left;
}
.divider hr.right {
  float: right;
}
/*facebook*/

.facebook-button {
  border: 1px solid #32437f;
  background: url(/Fundraising/Areas/Registration/images/facebook_login_button_background.jpg) top repeat-x #6b7aae;
  font: bold 11px 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif !important;
  display: inline-block;
  border-radius: 3px;
}
.facebook-button-mobile {
  color: white;
  background-color: #3b5999;
  margin: 0 0 20px 0;
  width: 100%;
}
.facebook-button-link {
  background: url(/Fundraising/Areas/Registration/images/facebook_login_button_logo.jpg) bottom left no-repeat;
  font: bold 11px 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif !important;
  padding-left: 27px;
  padding-right: 4px;
  line-height: 20px !important;
  display: inline-block;
  height: 20px !important;
  color: white !important;
  text-decoration: none !important;
}
.facebook-button-link:hover {
  color: white !important;
}
.facebook-option-wraper-small {
  color: #606060;
  clear: both;
  background: #eceef5;
  padding: 5px;
  margin-top: 10px;
}
.facebook-option-wraper-small img.photo-mask {
  border-radius: 50%;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
.facebook-options-wraper {
  color: #606060;
  background: #eceef5;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 40px;
  overflow: hidden;
}
.fb_button .fb_button_text,
.fb_button_rtl .fb_button_text {
  background: url(/Fundraising/Areas/Registration/images/facebook_login_button_background_options.png) repeat scroll 0 0 #5f78ab !important;
  border-bottom: 1px solid #1a356e !important;
  border-top: 1px solid #879ac0 !important;
  color: white !important;
  display: block !important;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif !important;
  font-weight: bold !important;
  margin: 1px 1px 0 21px !important;
  padding: 2px 6px 3px !important;
  text-shadow: none !important;
  font-size: 11px !important;
}
a.fb_button,
a.fb_button_rtl,
.fb_button,
.fb_button_rtl {
  text-decoration: none !important;
}
.facebook-EventClosedMsg {
  clear: both;
  background: #eceef5;
  padding: 5px;
  color: Red;
  margin-bottom: 20px;
}
.addthis_default_style {
  margin: 10px 0;
}
.iframeFacebookShare {
  width: 625px;
  height: 250px;
}
#frame-facebook-share-wrapper {
  width: 650px;
  margin: auto;
}
/* Start media queries */

@media only screen and (orientation: landscape) {
  .type-options button,
  .payment-options button {
    width: calc(50vw - 20px);
  }
  .type-options button:nth-of-type(2),
  .payment-options button:nth-of-type(2) {
    margin-top: 0px;
    margin-left: 8px;
  }
}
.policy {
  padding: 5px 0px;
}
.proxyregistrants {
  margin-top: 10px;
}
.proxyregistrants ul {
  padding: 0px;
  margin: 0px;
  overflow: auto;
}
.proxyregistrants li {
  list-style-type: none;
  float: left;
  overflow: auto;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 7px;
  background-color: lightgrey;
}
.proxyregistrants li a {
  cursor: pointer;
}
.deletex {
  margin-left: 10px;
  font-weight: bold;
  position: relative;
  text-decoration: none;
}
.purchaseitems-wrapper {
  display: grid;
  grid-template-columns: 50% 50%;
}
.purchaseitem-container {
  display: inline-block;
  padding: 10px 0;
  text-align: center;
}
.purchaseitem-container:nth-child(odd) {
  padding-right: 10px;
}
.purchaseitem-container:nth-child(even) {
  padding-left: 10px;
}
.purchaseitem-image {
  min-height: 80px;
  min-width: 80px;
  border: 1px solid lightgray;
  height: 845px;
  max-width: 100%;
  width: 100%;
}
.purchaseitem-title {
  word-break: break-word;
  margin: 5px 0;
  font-size: 14px;
  color: #3a3a3a;
  overflow: hidden;
  max-height: 2.2em;
}
.purchaseitem-description {
  word-break: break-word;
  margin: 0 20px 20px;
}
.showmore-section {
  text-align: center;
}
.showmore-btn {
  background: transparent;
  border: none;
  color: #0029ff;
  outline: none;
  text-decoration: none !important;
}
.back-btn {
  background: transparent;
  border: none;
  outline: none;
  text-decoration: none !important;
  background-color: transparent;
  color: gray;
  font-weight: normal;
  padding-left: 0;
}
.itemdetail-image-container {
  margin-top: 20px;
  text-align: center;
}
.itemdetail-image {
  width: 90%;
  height: 300px;
  border: 1px solid lightgray;
}
.itemdetail-btn-container {
  padding: 0 !important;
  color: white;
  background-color: #337ab7;
  border-radius: 7px;
  margin: 0 20px;
  width: auto !important;
}
.itemdetail-btn-container * {
  display: inline-block;
}
.itemdetail-separator {
  border-left-width: 1px;
  border-left-style: solid;
  height: 45px;
  position: absolute;
  margin-top: 10px;
}
#wizard-purchaseitem-detail {
  margin-bottom: 70px;
}
.reg-control {
  width: 100%;
  height: 35px;
}
.reg-control option {
  width: 100%;
}
.attributes-list {
  overflow: hidden;
  margin: 0 20px;
}
.control-container {
  margin-bottom: 20px;
}
.itemdetail-heading {
  margin: 0 20px;
}
.itemdetail-heading h3 {
  width: 70%;
  display: inline-block;
}
.itemdetail-heading strong {
  float: right;
  display: inline-block;
  padding: 20px;
  padding-right: 0px;
}
.add-cart-btn {
  width: 100%;
  height: 100%;
  padding: 20px 0;
  padding-top: 24px;
  font-size: 18px;
  border-radius: 0;
  padding-left: 20px;
}
.itemdetail-btn-left {
  width: 45%;
  text-align: center;
}
.itemdetail-btn-right {
  width: 53%;
  text-align: center;
}
.quantity-indicator {
  font-size: 24px;
}
.quantity-btn {
  height: 100%;
  padding: 20px;
  font-size: 24px;
  font-weight: normal;
  text-decoration: none !important;
  outline: none !important;
}
#purchaseitem-price {
  color: gray;
}
.cart-container {
  width: 100%;
  height: auto;
}
.cart-wraper {
  padding: 10px;
  margin-bottom: 5px;
  background-color: #f1f1f1;
}
.cart-title {
  margin-bottom: 10px;
}
.cart-price {
  display: inline-block;
  float: right;
  font-size: 14px;
}
.cart-description {
  width: 45%;
  display: inline-block;
  color: #acacac;
  padding-left: 10px;
  font-size: 14px;
}
.cart-description * {
  font-size: 14px;
  margin-bottom: 5px;
}
.cart-description__name {
  color: #9b9b9b;
  font-size: 14px;
}
.cart-description__remove {
  color: black;
}
.cart-img {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}
.cart-img img {
  width: 100%;
}
#AttributesDropdown option:first-child {
  display: none;
}
/*Desktop*/

@media only screen and (max-width: 1440px) {
  .purchaseitem-image {
    height: 690px;
  }
}
/*Laptop resolutions*/

@media only screen and (max-width: 1024px) {
  .purchaseitem-image {
    height: 486px;
  }
}
@media only screen and (max-width: 896px) {
  .purchaseitem-image {
    height: 422px;
  }
}
/*Tablet resolutions*/

@media only screen and (max-width: 768px) {
  .purchaseitem-image {
    height: 258px;
  }
}
/*Large mobile resolutions*/

@media only screen and (max-width: 425px) {
  .purchaseitem-image {
    height: 186px;
  }
}
/*Small mobile resolutions*/

@media only screen and (max-width: 375px) {
  .purchaseitem-image {
    height: 156px;
  }
  .quantity-btn {
    padding: 20px 15px;
  }
  .cart-description {
    width: 35%;
  }
}
/*Extra small mobile resolutions*/

@media only screen and (max-width: 320px) {
  .purchaseitem-image {
    height: 126px;
  }
  .add-cart-btn {
    font-size: 18px;
  }
  .quantity-btn {
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 256px) {
  .purchaseitem-image {
    height: 102px;
  }
}

