p { font-size: 16px; line-height: 1.6; }
h1 { margin-top: 5px; color: #c21f25; }
img { width: 100%; } 
a:hover { color: #c21f25; }

.text-center { width: 100%; }
.text-center .row { max-width: 1000px; margin: 0 auto; }
header { text-align: right;  padding: 5px 0px;}
/* box-shadow: 0px 0px 10px #ccc; */

.content { margin-top: 0px; padding: 5px 0px; }
.content p strong { font-size: 22px; }

.content nav {
  width: 100%;
  margin: 0 auto;
  max-width: 640px;
  margin-left: 10px;
}

.content-form h1 { font-size: 2em; }
.content-form ul:not(.end-list) { width:60%; padding: 0px; list-style: none; margin: 10px auto; }
.content-form select {
	box-shadow: none;background-color: white; color: black;
}
.content-form p label {
	font-weight: normal;
}
.content-form input[type="text"], .content-form input[type="email"], .content-form select {
	width: 100%;
	margin: 15px auto;
}
.content-form input[type="radio"] {
	margin: 15px auto;
}


.content-form .end-row {
  margin: 15px 0px;
}

.content-form .end-list {
  padding-left: 30px;
    line-height: 2em;
    text-align: left;
}

.content-form .end-cont {
  height: 270px;
}

.btn.end-btn {
  padding: 15px 50px;
  width: 100%;

  background-color: #df2235;
  border: 1px solid #df2235;
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
  display: inline-block;
  font-size: 2em;
  color: #fff;
}

header.container-fluid { 
  padding-left: 0px;
  padding-right: 0px;
  padding: 0px;
  background-color: #2a334f;
}

header #header-logo {
    box-shadow: 0 4px 2px -2px black;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #fff;
    margin-bottom: 15px;
    padding-top: 5px;
}

header #header-logo:before {
    content: '';
    position: absolute;
    bottom: 0; right: 0;
    border-bottom: 32px solid #2a334f;
    border-left: 32px solid transparent;
    width: 0;
    box-shadow: 0 10px 0px -0px #2a334f;
}

header #header-logo:after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    border-bottom: 32px solid #2a334f;
    border-right: 32px solid transparent;
    width: 0;
    box-shadow: 0 10px 0px -0px #2a334f;
}

header #header-white-display {
  position: absolute;
  top: 0px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 4px 2px -2px black;
  height: 75px;
}

header #call-cta:before {
    content: '';
    position: absolute;
    top: 0; right: 0;
    border-top: 32px solid white;
    border-left: 32px solid transparent;
    width: 0;
}

header #call-cta:after {
    content: '';
    position: absolute;
    top: 0; left: 0;
    border-top: 32px solid white;
    border-right: 32px solid transparent;
    width: 0;
}

header #call-cta { 
  margin-top: 42.5px; 
  color: #fff;
  background-color: #2a334f;
  box-shadow: 0 3px 2px -2px black inset;
}
header #call-cta p { 
  margin: 0px auto;
  position: relative;
  top: 5px;
  color: #fff;
}
header #call-cta .cta-display {  
  margin-top: 0px; 
  position: relative;
  top: -10px;
  font-size: 3em; 
  font-weight: bold;
  color: #fff;
}

.cd-breadcrumb.triangle li.current > * {
  background-color: #c21f25;
  border-color: #c21f25;
}

.cd-breadcrumb.triangle.custom-icons li::after, .cd-breadcrumb.triangle.custom-icons li > *::after {
  border-top-width: 29px;
}

.cd-multi-steps.text-top li.visited > *::before, .cd-multi-steps.text-top li.current > *::before, .cd-multi-steps.text-bottom li.visited > *::before, .cd-multi-steps.text-bottom li.current > *::before, .cd-multi-steps li.visited::after {
  background-color: #c21f25;
}

.cd-multi-steps.text-bottom.count li.visited em::before {
  color: #fff;
}

.centered-promo { margin: 30px auto; }
.centered-promo p { font-size: 22px; }
.centered-promo a { text-transform: uppercase; text-align: left; }

.form-section { display: none; }
.form-section.current { display: block; }

.form-section-bordered {
  border: 4px solid #edeff0;
  border-radius: 10px;
  padding: 0px 15px;
 margin-left: 10px;
}

.form-section label.title { font-size: 2.5em; margin-bottom: 0px; }
.form-navigation .btn {
	background-color: #df2235;
	border: 1px solid #df2235;
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
	display: inline-block;
	padding: 15px 80px;
	font-size: 2em;
  color: #fff;
}
.form-navigation {
	margin: 10px auto;
}
.form-navigation .btn:hover, .form-navigation .btn:focus {
	color: white;
	text-decoration: underline;
}

.form-section .select-me:after, .form-section .select-love:after {
    color: #2a334f;
    position: absolute;
    bottom: 60px;
    font-size: 2em;
    text-align: center;
    /* width: 100%; */
    left: 220px;
    max-width: 200px;
}
.form-section .select-me { background-image: url("../img/user-blue.svg"); }
.form-section .select-me:after { content: "Me"; }
.form-section .select-love { background-image: url("../img/user-and-heart-blue.svg"); }
.form-section .select-love:after { content: "Loved One"; left: 530px; }

.form-section .select-short {
  height: auto;
  font-size: 1.8em;
  padding: 20px 5px;
}

.form-selector input{
    margin:0;padding:0;
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
}
.form-selector input:active +.drinkcard-form{opacity: .9;}
.form-selector input:checked +.drinkcard-form{
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
}
.drinkcard-form{
    cursor:pointer;
    background-size:60% 60%;
    background-repeat:no-repeat;
    background-position: center 20px;
    border: 8px solid #edeff0;
    padding: 5px 0px;
    padding-bottom: 40px;
    padding-top: 20px;
    display:inline-block;
    margin-top: 15px;
    margin-left: 15px; 
    margin-right: 15px;
    width:330px;height:280px;
    /*box-shadow: 3px 3px 5px 6px #ccc;*/
    box-shadow: 2px 4px 6px 3px #ccc;
    border-radius: 10px;
    -webkit-transition: all 100ms linear;
       -moz-transition: all 100ms linear;
            transition: all 100ms linear;
}

input[type="radio"]:checked+label, .drinkcard-form:hover{
	border: 8px solid #c21f25;
}

footer { padding: 15px 0px; margin-bottom: 10px; background-repeat: no-repeat; }
footer h1 { font-size: 3.5em; margin-top: 25px; margin-top: 35px; margin-left: 40px; }

@media (max-width: 991px) {
  header #call-cta:after, header #call-cta:before, header #header-logo:after, header #header-logo:before {
    display: none;
  }

  header #call-cta {
    box-shadow: none;
  }

  .cta-form.content-form {
    height: 100%;
  }

  .footer-comp-cont .footer-comp {
    float: left;
    height: 100px;
  }
    header #call-cta p {
    font-size: 20px;
  }

    header #call-cta .cta-display {
    font-size: 2.4em;
  }
}

@media (max-width: 767px) {
  header p { font-size: 22px; text-align: center; margin-top: 30px; }
  header h1 { font-size: 3.5em; text-align: center; }

  header nav { 
    width: 100%;
  }

  .cd-breadcrumb li.current > *, .cd-multi-steps li.current > * {
    color: #fff;
  }

  .content .row { padding: 0 10%; }

  .centered-promo img { margin-bottom: 15px; }
}