@font-face {
    font-family: 'glacial-bold';
    src: url('../fonts/glacialindifference-bold-webfont.eot');
    src: url('../fonts/glacialindifference-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/glacialindifference-bold-webfont.woff2') format('woff2'),
         url('../fonts/glacialindifference-bold-webfont.woff') format('woff'),
         url('../fonts/glacialindifference-bold-webfont.svg#glacial_indifferencebold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'glacial-italic';
    src: url('../fonts/glacialindifference-italic-webfont.eot');
    src: url('../fonts/glacialindifference-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/glacialindifference-italic-webfont.woff2') format('woff2'),
         url('../fonts/glacialindifference-italic-webfont.woff') format('woff'),
         url('../fonts/glacialindifference-italic-webfont.svg#glacial_indifferenceitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'glacial-regular';
    src: url('../fonts/glacialindifference-regular-webfont.eot');
    src: url('../fonts/glacialindifference-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/glacialindifference-regular-webfont.woff2') format('woff2'),
         url('../fonts/glacialindifference-regular-webfont.woff') format('woff'),
         url('../fonts/glacialindifference-regular-webfont.svg#glacial_indifferenceregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'satisfy-regular';
    src: url('../fonts/satisfy-regular-webfont.eot');
    src: url('../fonts/satisfy-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/satisfy-regular-webfont.woff2') format('woff2'),
         url('../fonts/satisfy-regular-webfont.woff') format('woff'),
         url('../fonts/satisfy-regular-webfont.ttf') format('truetype'),
         url('../fonts/satisfy-regular-webfont.svg#satisfyregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* GENERAL STYLES */

body {
	font-family: 'glacial-regular';
	color: #2E4B57;
	overflow-x: hidden;
  	overflow-y: visible;
	/* NIGHTTIME - DELETE */
	/*background: #202020;*/
}
.container {
	margin-left:auto;
	margin-right:auto;
	padding: 0;
}
ul {
	list-style: none;
}
span.script {
	font-family: 'satisfy-regular';
	text-transform: none;
}
h1 {
	font-family: 'glacial-bold';
	text-transform: uppercase;
	color: #fff;
}
h2 {
	font-family: 'glacial-bold';
	text-transform: uppercase;
}
h2 span.script {
	padding: 0 5px;
}
h3 {
	font-family: 'glacial-bold';
	text-transform: uppercase;
}
h4 {
	font-family: 'glacial-bold';
	text-transform: initial;
}
p {
	margin-bottom: 20px;
}
p > strong {
	font-family: 'glacial-bold';
	font-weight: inherit;
}
ul.list li:before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #7ec7e4;
	display: block;
	position: relative;
	top: 15px;
	left: -15px;
}
.btn {
	font-family: "glacial-bold";
	color: #fff;
	text-transform: uppercase;
	background: #7ec7e4;
	border-radius: 50px;
	min-width: 100px;
	display: block;
	width: 100px;
	transition: .25s all ease-in-out;
}
.btn:hover {
	background: #2E4B57;
	color:  #fff;
	transition: .25s all ease-in-out;
}
.btn-med {
	width: 140px;
}
.btn-large {
	width: 200px;
}
.btn-light {
	border: none;
}
.btn-light:hover {
	background: #2E4B57;
	color:  #fff;
	-webkit-box-shadow:inset 0px 0px 0px 3px #7ec7e4;
    -moz-box-shadow:inset 0px 0px 0px 3px #7ec7e4;
    box-shadow:inset 0px 0px 0px 3px #7ec7e4;
	transition: .25s all ease-in-out;
}
.flex {
	display: flex;
}

/* NAVIGATION */
nav {
	background-color: #2E4B57;
	color:  #fff;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-nav .nav-link {
	color: #fff;
}
.navbar-expand-md .navbar-nav .nav-link {
	padding: 8px 20px;
}
nav ul li {
	color: #fff;
}
nav p {
	margin-bottom: 0;
}
.navbar-dark .navbar-nav .nav-link {
	color: #fff;
}
.navbar-dark .navbar-nav .nav-link:focus, 
.navbar-dark .navbar-nav .nav-link:hover {
	color: #d4edf7;
}
.navbar-dark .navbar-toggler {
	color: transparent;
}

/* BANNER AREA */
.banner {
	background-image: url(../images/banner-img.jpg);
	background-size: cover;
	background-position: 75% bottom;
	background-repeat: no-repeat;
	width: 100%;
}
.banner:before {
	content: "";
	background: linear-gradient(180deg, rgba(46,75,87,0.25) 0%, rgba(46,75,87,1) 100%);
	width: 100%;
	height: 100%;
	display: block;
}
.banner .container {
	margin: 0 auto;
}
.banner .container .banner-text {
	position: absolute;
	color: #fff;
}
.banner-text span.script {
	text-transform: none;
	margin-bottom: 10px;
	display: block;
}

/* INTRO SECTION */
#intro {
	background: #fff;
}
.intro-text {
	margin: 0 auto 15px;
}

/* DEFINITIONS SECTIONS */
#definitions {
	background-image: url(../images/intro-background-img.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	padding: 100px 0;
}
#definitions:before {
	content: "";
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.7) 35%, rgba(255,255,255,0) 100%);
	height: 100%;
	width: 100%;
	display: block;
}
.card {
	border-radius: 0;
	border: none;
	filter: drop-shadow(0px 0px 5px rgba(46, 75, 87, .7));
}

/* TESTIMONIAL SLIDER */
#testimonials {
	background: #D4EDF7;
}
.testimonial {
	background-color: #fff;
	filter: drop-shadow(0px 0px 5px rgba(46, 75, 87, .25));
}
.testimonial:before {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	content: "\f10d";
	color: rgba(254,196,66,.35);

}
.testimonial p.author {
	float: right;
	font-family: "glacial-bold";
	margin-bottom: 0;
}
.read-more-t-1:hover,
.read-more-t-2:hover,
.read-more-t-3:hover,
.read-less-t-1:hover,
.read-less-t-2:hover,
.read-less-t-3:hover {
	color: #2E4B57;
	transition: .25s all ease-in-out;
	cursor: pointer;
}
.read-more-t-1,
.read-more-t-2,
.read-more-t-3,
.read-less-t-1,
.read-less-t-2,
.read-less-t-3 {
	display: none;
	color: #7ec7e4;
	font-family: "glacial-bold";
	transition: .25s all ease-in-out;
}
.show-t-1,
.show-t-2,
.show-t-3 {
	display: none;
}

/* FORM SECTION */
.instruction-text {
	font-family: "glacial-bold";
}
#form .btn-next {
	margin: 30px 0 40px;
	width: 100px;
}
#form .form-field-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	/*align-content: space-evenly;*/
	/*gap: 10px 20px;*/
}
#form input[type="text"],
#form input[type="email"],
form input[type="text"],
form input[type="email"] {
	border: 1px solid rgba(46,75,87,.5);
	padding: 5px 10px;
	height: 35px;
	width: 100%;
}
#form input:focus,
form input:focus {
	outline: none;
	box-shadow: none;
	border: 1px solid rgba(46,75,87,.75);
	filter: drop-shadow(0px 0px 5px rgba(126,199,228,.5));
}
#form input[type="text"],
#form input[type="email"],
form input[type="text"],
form input[type="email"] {
	color: #2e4b57;
	font-family: "glacial-regular";
}
#form .btn-send {
	width: 100px;
	float: right;
	height: 38px;
}
#form .step-container {
	display: none;
}
#form .progress-container {
	display: none;
}
#form .progress {
	display: flex;
	overflow: initial;
	color: transparent;
	text-align: center;
	white-space: initial;
	background-color: transparent;
	transition: .25s all ease-in-out;
	height: auto;
	font-size: initial;
	border-radius: initial;
	background-image: url(../images/line-bkgd.jpg);
	background-size: contain;
	background-repeat: repeat;
	justify-content: space-between;
	width: 75%;
}
#form .progress .progress-dot {
	height: 28px;
	width: 28px;
	border-radius: 50%;
	margin: 0 20px 0 0;
	background: #fff;
	transition: .25s all ease-in-out;
}
#form .progress .progress-dot:last-of-type {
	margin: 0;
}
/*#form .progress .progress-dot:hover {
	cursor: pointer;
	border: 2px solid rgba(126,199,228,1);
	transition: .25s all ease-in-out;
}
#form .progress .progress-dot:hover .dot-filled {
	background: rgb(126,199,228);
	transition: .25s all ease-in-out;
}*/
#form .progress .progress-dot .dot-filled {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	position: relative;
	top: 3px;
	left: 3px;
	transition: .25s all ease-in-out;
}
.slide-1,
.slide-2,
.slide-3,
.slide-3-step-1,
.slide-3-step-2,
.next-3-2,
.slide-4,
.slide-5,
.slide-6,
.final-message,
.preview-message-intro-1,
.preview-message-intro-2,
.sarcastic-message,
.nice-message,
.apologetic-message,
.restart-option,
.sending-message,
.thank-you {
	display: none;
}
#form .slide-6 h3 {
	margin-bottom: 15px;
}
#form .slide-6 .form-field-group {
	align-items: flex-end;
}
#form .slide-6 .form-field-group .field {
	margin: 0 30px 0 0;
}
/*#form .slide-6 .hide-show-content {
	display: none;
}*/
#form .slide-6 .instruction-text {
	margin-bottom: 5px;
}

/* Custom Radio Buttons */
.radio-label {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.radio-label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.custom-radio {
	position: absolute;
	top: 3px;
	left: 10px;
	height: 15px;
	width: 15px;
	background-color: #fff;
	border: 1px solid rgba(46,75,87,.5);
	border-radius: 50%;
	transition: .25s all ease-in-out;
}
.radio-label:hover input ~ .custom-radio {
	background-color: #fff;
	border: 1px solid #2e4b57;
	filter: drop-shadow(0px 0px 5px rgba(126,199,228,.5));
	transition: .25s all ease-in-out;
}
.radio-label input:checked ~ .custom-radio {
	background-color: #7ec7e4;
	border: 1px solid #7ec7e4;
	transition: .25s all ease-in-out;
}
.custom-radio:after {
	content: "";
	position: absolute;
	display: none;
}
.radio-label input:checked ~ .custom-radio:after {
	display: block;
}
.radio-label .custom-radio:after {
    top: 3px;
	left: 3px;
	width: 7px;
	height: 7px;
    border-radius: 50%;
    background: white;
}

/* SUBMISSION PAGE */
#form .slide-6 .final-message {
	margin-bottom: 40px;
}
#form .slide-6 .message {
	margin: 0 0 30px;
	background: #fff;
	filter: drop-shadow(0px 0px 5px rgba(46, 75, 87, .25));
	padding: 30px;
}
#form .slide-6 .preview-message-intro-2 .instruction-text {
	margin-bottom: 20px;
}

.sarcastic-goodbye,
.sarcastic-goodbye-excuse,
.sarcastic-proof-event,
.sarcastic-proof-host,
.sarcastic-see-again,
.nice-goodbye,
.nice-goodbye-excuse,
.nice-proof-event,
.nice-proof-host,
.nice-see-again,
.apologetic-goodbye,
.apologetic-goodbye-excuse,
.apologetic-proof-event,
.apologetic-proof-host,
.apologetic-see-again {
	display: none;
}

/*.has-punctuation {
	margin: 0px -3px 0 0px;
}*/

.loading {
  display: inline-block;
  width: 80px;
  height: 80px;
  top: 50%;
	left: 50%;
	position: relative;
	margin: 110px 0 0 -40px;
}
.loading:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #7ec7e4;
  border-color: #7ec7e4 transparent #7ec7e4 transparent;
  animation: loading 2s linear infinite;
}



/* FOOTER */
footer {
	background: #2E4B57;
	color: #fff;
}
footer .footer-heading {
	font-family: 'satisfy-regular';
	color: #d4edf7;
}
footer .footer-container {
	justify-content: space-between;
	padding: 60px 0 80px;
}
.share-site,
.sending-share-email,
.share-email-confirmation {
	display: none;
}
.sending-share-email .loading {
	width: 40px;
	height: 40px;
}
.sending-share-email .loading:after {
	width: 40px;
	height: 40px;
	margin: 0px;
	border: 4px solid #7ec7e4;
	border-color: #7ec7e4 transparent #7ec7e4 transparent;
}



/* STYLES TO OVERWRITE STANDARD JUNK */
.btn, 
.btn:focus {
	box-shadow: none;
}



/* JAVASCRIPT STYLES */
.form-height {
	min-height: 600px;
}
.full-opacity-dot-border {
	border: 2px solid rgba(126,199,228,1);
}
.half-opacity-dot-border {
	border: 2px solid rgba(126,199,228,.5);
}
.full-opacity-dot {
	background: rgb(126,199,228);
}
.half-opacity-dot {
	background: rgba(126,199,228,.5);
}
.filled-dot {
	width: 28px !important;
	height: 28px !important;
	top: -2px !important;
	left: -2px !important;
}



/* CSS ANIMATIONS */
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}




