/* GENERAL STYLES
-------------------------------------------------- */

html, body {
	font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-align: center;
	overflow: hidden;
	min-height: 100vh;
	margin: 0;
	padding: 0;
	font-size: 20px;
	color: #676767;
  background: #FFFFFF;
  overflow: auto;
}

/* TEXT
-------------------------------------------------- */
h1 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000000;

  margin: 15px 0 30px 0;
}

h1.bigger {
	font-size: 40px;
}

h1.small {
	font-size: 15px;
	margin: 0 0 10px 0;
}

h2 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1px;
  color: #343434;
	text-align: left;

  margin: 15px 0 25px 0;
}

.headings h2 {
	text-transform: uppercase;
	letter-spacing: 0.8px;
	text-align: center;
}

h3 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.1px;
	color: #FF4B95;

	margin: 10px 0 10px 0;
}

.page-badge h3 {
	display: inline;
	font-size: 18px;
	vertical-align: top;
	line-height: 50px;
	font-weight: 700;
	letter-spacing: 0.5px;
	color: #000000;
}

h3.faq-dropdown {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.1px;
	color: #000000;
	cursor: pointer;

	padding: 3px 23px 3px 10px;
	border-radius: 0;
	width: calc(100% - 30px);
	margin: 20px 0 0 0;
	text-align: left;
	border-bottom: solid 3px #FF4B95;
	background-image: url("../images/arrow-down-pink.svg");
	background-position: calc(100% - 10px) center;
	background-size: 20px;
	background-repeat: no-repeat;
	background-color: #f9f9f9;
}
#question1:focus { pointer-events:none; }

#question1:focus #answer1 {
	opacity:1;
	visibility:visible;
}

.center {
	text-align: center;
}

.pink {
	color: #FF4B95;
}

p.message {
	font-family: 'Montserrat', sans-serif;
  font-weight: 400;
	color: #444444;
  text-align: left;
	padding: 0;
	font-size: 16px;
	line-height: 28px;
}

p.message a {
	color: inherit;
}

p.tiny {
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	color: #a1a1a1;
	text-align: center;
	font-size: 10px;

	margin: 10px 10px 5px 10px;
}

p.bigger {
	font-size: 24px;
}

p.faq-dropdown {
	font-family: 'Montserrat', sans-serif;
  font-weight: 400;
	color: #444444;
	text-align: left;
	font-size: 14px;
	line-height: 22px;
	display: none;

	border: solid 1px #e9e9e9;

	margin: 0;
	padding: 15px;
}

a:link {
	text-decoration: none;
}

/* ANCHORS AND BUTTONS
-------------------------------------------------- */
.button, .next-step {
  margin: 0;
  transform: translateY(20px);
  display: inline-block;
  background: #ffffff;
  border: solid 1px #FF4B95;
  border-radius: 5px;
  padding: 5px 15px 4px 15px;
  cursor: pointer;

  font-size: 24px;
  font-weight: 700;
  color: #FF4B95;
  text-transform: uppercase;

  transition: all 0.2s;
}

.button:hover, .next-step:hover {
  background: #FF4B95;
  color: #FFFFFF;
}

a.thumbnail {
	margin: 0;
  display: inline-block;
  background: #E9E9E9;
  border-radius: 5px;
  padding: 3px 10px 4px 10px;
  cursor: pointer;

  font-size: 13px;
  font-weight: 400;
  color: #FF4B95;

  transition: all 0.2s;
}

a.thumbnail.pink {
	background: #FF4B95;

	font-size: 11px;
	letter-spacing: 0.2px;
	font-weight: 400;
	color: #FFFFFF;
}

a.thumbnail:hover {
	background: #d9d9d9;
}

a.thumbnail.pink:hover {
	background: #CF427C;
}

/* DIVS
-------------------------------------------------- */
.body-text {
	max-width: 750px;
	margin: 0 auto 0 auto;
	padding: 0 40px;
}

.box-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	transition: all 0.5s;
}

.box-wrapper tr td {
	width: 100vw;
	vertical-align: top;
}

.box-container {
	width: 100vw;
	display: block;
	margin: 0;
	padding: 0;
}

.dialog-box {
  width: calc(100vw - 90px);
  max-width: 960px;
  padding: 10px 30px 0 30px;
  margin: 30px auto 30px auto;
  border: solid 1px #e9e9e9;
  border-radius: 5px;
  background: rgba(255,255,255,0.6);
}

.dialog-box-content {
  margin-top: 0;
  margin-bottom: 20px;
}

.error {
	display: none;
	margin-top: 5px;
	padding: 8px;
	max-width: 630px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #FF4B95;
	border-radius: 5px;
	background: rgba(255,75,149,0.2);
	color: #FF4B95;
	font-size: 13px;
	font-weight: 400;
}

.headings {
  width: 100%;
  text-align: center;
}

.headings.frontpage {
	margin-top: 60px;
	display: none;
}

.left-align-collumn {
	float: left;
	padding-left: 100px;
	margin-top: 5vh;
	max-width: 480px;
	box-sizing: border-box;
	width: 50%;
}

.menu {
  position: absolute;
  right: 40px;
  top: 20px;
}

.menu-left {
  margin: 1em 0;
  position: absolute;
  top: 20px;
  left: 40px;
  text-align: left;
}

.menu-left img {
	width: 20px;
	margin-left: 10px;
}

.page-badge {
	position: absolute;
	right: 100px;
	bottom: 50px;
	vertical-align: top;
}

.right-align-collumn {
	float: right;
	text-align: right;
	padding-right: 100px;
	margin-top: calc(50px + 22vh);
	box-sizing: border-box;
	width: 50%;
}

.shift-details {
	margin-bottom: 15px;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
  background-image: url("../images/mns-background.svg");
  background-position: top left;
  background-size: auto 100vh;
  background-repeat: no-repeat;
  padding-bottom: 100px;
  padding-top: 20px;
	overflow-y: scroll;
	overflow-x: hidden;
}

/* IMAGES
-------------------------------------------------- */
.logo {
  margin-top: 60px;
  width: 80px;
}

.headings .logo {
	margin-top: 40px;
	margin-bottom: 50px;
	width: 50px;
}

.logo.small {
	margin: 10px 0 0 0;
	width: 40px;
}

.store-icon {
	margin: 8px;
	height: 40px;
}

.phone-display {
	max-width: 100%;
	margin-top: 60px;
}

.page-badge img {
	width: 50px;
	display: inline;
}


/* INPUTS
-------------------------------------------------- */
input, select {
  font-size: 24px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
  color: #343434;

  outline: none;
  -webkit-appearance: none;
  width: 400px;
  margin: 0 10px 0 10px;
  border: none;
  border-bottom: solid 5px #FF4B95;
  border-radius: none;
}

input.datepicker {
  width: 180px;
  padding: 3px 23px 3px 10px;
  background: #f9f9f9;
  background-image: url("../images/arrow-down-pink.svg");
  background-position: calc(100% - 10px) center;
  background-size: 20px;
  background-repeat: no-repeat;
  cursor: pointer;
}

select {
  padding: 3px 23px 3px 10px;
  border-radius: 0;
  width: 150px;
  border-bottom: solid 5px #FF4B95;
  background-image: url("../images/arrow-down-pink.svg");
  background-position: calc(100% - 10px) center;
  background-size: 20px;
  background-repeat: no-repeat;
  background-color: #f9f9f9;
}

select:active {
  font-size: 15px !important;
}

#idpc_dropdown {
	width: 400px;
	margin-top: 20px;
	margin-bottom: 20px;
}

input.small {
  width: 45px;
}

input::placeholder {
  color: rgba(0,0,0,0.3);
}

/* LISTS
-------------------------------------------------- */
.menu ul li {
  display: inline;
}

.menu ul li a {
  font-size: 18px;
  font-weight: 400;
  color: #FF4B95;

  margin: 0 0 0 20px;
	border-bottom: solid 3px rgba(255,75,149,0);
	transition: 0.3s all;
}

.menu ul li a:hover {
	border-bottom: solid 3px rgba(255,75,149,1);
}

/* TABLES
-------------------------------------------------- */
table.contact-details {
	width: 100%;
}

table.contact-details tr td {
	width: 29%;
	padding: 10px;
}

table.contact-details tr td:nth-child(2) {
	width: 42%;
}

table.contact-details input, table.address-details input {
	width: 100%;
	margin: 0;
	padding: 0;
}

table.contact-details input {
	font-size: 20px;
}

table.address-details {
	width: 100%;
}

table.address-details tr td {
	width: 60%;
	padding: 10px;
}

table.address-details tr td:nth-child(2) {
	width: 40%;
}

table.contact-page {
	width: 100%;
	margin: 20px 0 20px 0;
}

table.contact-page tr td {
	margin: 10px 0;
	padding: 0;
	width: 33%;
}

table .message {
	text-align: center;
}

/* JQUERY DATE PICKER
-------------------------------------------------- */
.ui-datepicker {
  width: 240px;
  height: auto;
  margin: 5px auto 0;
  font: 14px 'Montserrat', sans-serif;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}

.ui-datepicker a {
  text-decoration: none;
}

.ui-datepicker table {
  width: 100%;
}

.ui-datepicker-header {
  background: #fefefe;
  border-bottom: solid 1px #e9e9e9;
  color: #000000;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}

.ui-datepicker-prev, .ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  line-height: 600%;
}

.ui-datepicker-prev {
  float: left;
  background-image: url('../images/arrow-left-pink.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}

.ui-datepicker-next {
  float: right;
  background-image: url('../images/arrow-right-pink.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}

.ui-datepicker table {
  border-collapse: collapse;
  border-spacing: 0;
  background: #FFFFFF;
}

.ui-datepicker th {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 0;
  color: #FFFFFF;
  background: #FF4B95;
}

.ui-datepicker table td {
  padding: 0;
  margin: 0;
  border: 0;
  border-right: solid 1px #e9e9e9;
}

.ui-datepicker tbody td:last-child {
  border-right: 0px;
}

.ui-datepicker tbody tr {
  padding: 0;
  margin: 0;
  border-bottom: solid 1px #e9e9e9;
}

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #666666;
}
.ui-datepicker-unselectable .ui-state-default {
  color: #b4b3b3;
}

.ui-datepicker-calendar .ui-state-hover  {
  background: #e9e9e9;
}

.ui-datepicker-calendar .ui-state-active {
  background: #FF4B95;
  color: #FFFFFF;
}

/* JQUERY SELECT MENU
-------------------------------------------------- */
/*the container must be positioned relative:*/
.custom-select {
  position: relative;
	display: inline-block;
	margin: 0 40px 0 0;
}
.custom-select select {
  display: none; /*hide original SELECT element:*/
}
.select-selected {
	font-size: 24px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	text-align: left;
	color: #343434;

	padding: 3px 23px 3px 10px;
	width: 150px;
	border-bottom: solid 5px #FF4B95;
	background-image: url("../images/arrow-down-pink.svg");
	background-position: calc(100% - 10px) center;
	background-size: 20px;
	background-repeat: no-repeat;
	background-color: #f9f9f9;
}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}
/*style the items (options), including the selected item:*/
.select-items div {
	font-size: 14px;
	padding: 3px 23px 3px 10px;
	text-align: left;
	width: 150px;
	background-color: #f9f9f9;
	cursor: pointer;
	border-bottom: solid 1px #e9e9e9;
}

.select-selected {
	padding: 3px 23px 3px 10px;
	width: 150px;
	color: #000000;
	text-align: left;
	font-weight: bold;
	border-bottom: solid 5px #FF4B95;
	background-image: url("../images/arrow-down-pink.svg");
	background-position: calc(100% - 10px) center;
	background-size: 20px;
	background-repeat: no-repeat;
	background-color: #f9f9f9;
	cursor: pointer;
}

/*style items (options):*/
.select-items {
  position: absolute;
	display: inline-block;
	width: 150px;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover {
  background-color: #FF4B95;
	color: #FFFFFF;
}

@media only screen
  and (min-device-width: 200px)
  and (max-device-width: 980px)
  and (-webkit-min-device-pixel-ratio: 2) {

		body {
			font-size: 15px;
			margin: 0;
			padding: 0;
		}

		h1 {
		  font-size: 27px;
		}

		h1.bigger {
		  font-size: 27px;
		}

		p.bigger {
			font-size: 18px;
		}

		h2 {
		  font-size: 18px;
		}

		h3 {
			font-size: 15px;
		}


		p.message, p.faq-dropdown {
			font-size: 12px;
		}

		.menu {
		  position: absolute;
		  right: 20px;
		  top: 10px;
		}

		.menu ul li a {
		  font-size: 14px;
		  margin-left: 10px;
		}

		.right-align-collumn {
			padding-right: 0;
		}

		.menu-left {
		  position: absolute;
		  left: 20px;
		  top: 10px;
		}

		.wrapper {
			background: none;
		}

		input, select {
		  font-size: 18px;
			display: block;
		  width: calc(100% - 20px);
		  margin: 0 10px 10px 10px;
		}

		input.datepicker {
		  width: calc(100% - 63px);
		  padding: 3px 23px 3px 10px;
		  background: #f9f9f9;
		  background-image: url("../images/arrow-down-pink.svg");
		  background-position: calc(100% - 10px) center;
		  background-size: 20px;
		  background-repeat: no-repeat;
		  cursor: pointer;
		}

		select {
		  padding: 3px 23px 3px 10px;
		  border-radius: 0;
		  width: calc(100% - 30px);
		  border-bottom: solid 5px #FF4B95;
		  background-image: url("../images/arrow-down-pink.svg");
		  background-position: calc(100% - 10px) center;
		  background-size: 20px;
		  background-repeat: no-repeat;
		  background-color: #f9f9f9;
		}

		.dialog-box {
			width: calc(100% - 22px);
			margin: 0 5px 0 5px;
			padding: 5px;
		}

		select:active {
		  font-size: 15px !important;
		}

		#idpc_dropdown {
			width: 400px;
			margin-top: 20px;
			margin-bottom: 20px;
		}

		input.small {
		  width: 45px;
		}

		input::placeholder {
		  color: rgba(0,0,0,0.3);
		}

		.shift-details:nth-child(even) {
			padding: 10px 0 10px 0;
			background: #f1f1f1;
		}

		table.contact-details {
			width: 100%;
			display: block;
		}

		table.contact-details tr td, table.contact-details tr td:nth-child(2) {
			display: block;
			width: calc(100% - 20px);
			margin: 0;
			padding: 10px;
		}

		table.contact-details input, table.address-details input {
			display: block;
			width: 100%;
			margin: 0;
			padding: 0;
		}

		table.address-details {
			width: calc(100% - 20px);
		}

		table.address-details tr td {
			display: block;
			width: 100%;
		}

		table.address-details tr td:nth-child(2) {
			width: 100%;
		}

		.box-wrapper {
			margin-left: -4px;
			padding: 0;
		}

		.box-wrapper tr td {
			width: 100vw;
			vertical-align: top;
		}

		.box-container {
			width: 100vw;
		}

		.dialog-box {
		  width: calc(100vw - 20px);
		  max-width: 960px;
		  padding: 10px 5px 0 5px;
		  margin: 5px;
		  border: solid 1px #e9e9e9;
		  border-radius: 5px;
		  background: rgba(255,255,255,0.6);
		}

}

@media only screen and (max-width: 980px) {
		.right-align-collumn {
			float: left;
			width: 100%;
			text-align: center;
			margin-top: 30px;
		}

		.left-align-collumn {
			position: absolute;
			z-index: 1;
			padding-left: 0;
		    left: 0;
		    text-align: center;
		    right: 0;
			margin-top: 350px;
			margin: 300px auto 0 auto;
			width: 100%;
		}

		.headings.frontpage {
			display: block;
		}

		.page-badge {
			display: none;
		}
}
