.mobile-show {
  display: none !important;
}
.col {
  display: inline-block;
  margin: 0 auto;
}
.col-split {
  display: inline-block;
  width: 49.5%;
  margin: 0 auto;
}
.col-left, .col-right {
  display: inline-block;
  margin: 0 auto;
}
.col-left {
  width: 36%;
  max-width: 250px;
  vertical-align:top;
}
.col-right {
  width: 62%;
  vertical-align:top;
}
.col-left-inner {
  width: 40%;
  display: inline-block;
  max-width: 250px;
  margin: 0 auto;
  vertical-align:top;
}
.col-right-inner {
  width: 58%;
  display: inline-block;
  margin: 0 auto;
  vertical-align:top;
}
.col-3 {
  width: 33.0%;
  display: inline-block;
  margin: 0 auto;
}
.col-4 {
  width: 24.1%;
  display: inline-block;
  margin: 0 auto;
}
.col-5 {
  width: 19%;
  display: inline-block;
  margin: 0 auto;
}
.col-6 {
  width: 16%;
  display: inline-block;
  margin: 0 auto;
}
.col-7 {
  width: 14%;
  display: inline-block;
  margin: 0 auto;
}
.col-8 {
  width: 12.2%;
  display: inline-block;
  margin: 0 auto;
}
.col-9 {
  width: 10.75%;
  display: inline-block;
  margin: 0 auto;
}
.col-10 {
  width: 9.60%;
  display: inline-block;
  margin: 0 auto;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-none {
  display: none !important;
}
.border {
  border: 1px solid #ccc !important;
}
.border-top {
  border-top: 1px solid #ccc !important;
}
.border-bottom {
  border-bottom: 1px solid #ccc !important;
}
.border-radius-5 {
  border-radius: 5px !important;

}
.border-radius-10 {
  border-radius: 10px !important;
  overflow:hidden;
}
.full-width, .w-100 {
  width: 100% !important;
}
.min-width-100 {
  min-width: 100px !important;
  margin: 0 auto;
}
.min-width-150 {
  min-width: 146px !important;
  margin: 0 auto;
}
.min-width-200 {
  min-width: 200px !important;
  margin: 0 auto;
}
.min-width-300 {
  min-width: 300px !important;
}
.max-width-200 {
  max-width: 200px !important;
  margin: 0 auto;
}
.max-width-300 {
  max-width: 300px !important;
  margin: 0 auto;
}
.max-width-315 {
  max-width: 315px !important;
  margin: 0 auto;
}
.max-width-350 {
  max-width: 350px !important;
  margin: 0 auto;
}
.max-width-400 {
  max-width: 400px !important;
  margin: 0 auto;
}
.max-width-450 {
  max-width: 450px !important;
  margin: 0 auto;
}
.max-width-600 {
  max-width: 600px !important;
  margin: 0 auto;
}
.max-width-800 {
  max-width: 800px !important;
  margin: 0 auto;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.w-25 {
  width: 24.9% !important;
}
.w-50 {
  width: 49.8% !important;
}
.w-75 {
  width: 74.6% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.vertical-align-top {
  vertical-align: top !important;
  margin-top: 10px;
}
.vertical-align-middle {
  vertical-align: middle !important;
}
.text {
  margin: 10px 0;
}
.text-decoration-underline {
  text-decoration: underline;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left !important;
  text-align-last: initial !important;
}
.text-right {
  text-align: right !important;
  text-align-last: initial !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-size-80 {
  font-size: 80% !important;
}
.font-size-120 {
  font-size: 120% !important;
}
.font-size-150 {
  font-size: 150% !important;
}
.float-center {
  float: center !important;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.equal-height-box {

}
.equal-height-row {
  vertical-align: middle !important;
}
.bold {
  font-weight: bold !important;
}
.no-bold {
  font-weight: normal !important;
}
a.text-decoration-none {
  text-decoration: none !important;
}
.p-0 {
  padding: 0px !important;
}
.p-1 {
  padding: 5px !important;
}
.p-2 {
  padding: 10px !important;
}
.p-3 {
  padding: 15px !important;
}
.p-4 {
  padding: 20px !important;
}
.p-5 {
  padding: 25px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pt-1 {
  padding-top: 5px !important;
}
.pt-2 {
  padding-top: 10px !important;
}
.pt-3 {
  padding-top: 15px !important;
}
.pt-4 {
  padding-top: 20px !important;
}
.pt-5 {
  padding-top: 25px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pb-1 {
  padding-bottom: 5px !important;
}
.pb-2 {
  padding-bottom: 10px !important;
}
.pb-3 {
  padding-bottom: 15px !important;
}
.pb-4 {
  padding-bottom: 20px !important;
}
.pb-5 {
  padding-bottom: 25px !important;
}
.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.px-1 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.px-2 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.px-3 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.px-4 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.px-5 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.py-1 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.py-2 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.py-3 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.py-4 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.py-5 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.pl-1 {
  padding-left: 5px !important;
}
.pl-2 {
  padding-left: 10px !important;
}
.pl-3 {
  padding-left: 15px !important;
}
.pl-4 {
  padding-left: 20px !important;
}
.pl-5 {
  padding-left: 25px !important;
}
.pr-0 {
  padding-right: 0px !important;
}
.pr-1 {
  padding-right: 5px !important;
}
.pr-2 {
  padding-right: 10px !important;
}
.pr-3 {
  padding-right: 15px !important;
}
.pr-4 {
  padding-right: 20px !important;
}
.pr-5 {
  padding-right: 25px !important;
}
.m-0 {
  margin: 0px !important;
}
.m-1 {
  margin: 5px !important;
}
.m-2 {
  margin: 10px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mt-1 {
  margin-top: 5px !important;
}
.mt-2 {
  margin-top: 10px !important;
}
.mt-3 {
  margin-top: 15px !important;
}
.mt-4 {
  margin-top: 20px !important;
}
.mt-5 {
  margin-top: 25px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-1 {
  margin-bottom: 5px !important;
}
.mb-2 {
  padding-bottom: 10px !important;
}
.mb-3 {
  padding-bottom: 15px !important;
}
.mb-4 {
  padding-bottom: 20px !important;
}
.mb-5 {
  padding-bottom: 25px !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.mx-1 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.mx-2 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.mx-3 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.mx-4 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.mx-5 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.my-1 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.my-2 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.my-3 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.my-4 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.my-5 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.ml-0 {
  margin-left: 0px !important;
}
.ml-1 {
  margin-left: 5px !important;
}
.ml-2 {
  margin-left: 10px !important;
}
.ml-3 {
  margin-left: 15px !important;
}
.ml-4 {
  margin-left: 20px !important;
}
.ml-5 {
  margin-left: 25px !important;
}
.mr-0 {
  margin-right: 0px !important;
}
.mr-1 {
  margin-right: 5px !important;
}
.mr-2 {
  margin-right: 10px !important;
}
.mr-3 {
  margin-right: 15px !important;
}
.mr-4 {
  margin-right: 20px !important;
}
.mr-5 {
  margin-right: 25px !important;
}
.spacer-1 {
  padding: 5px !important;
}
.spacer-2 {
  padding: 10px !important;
}
.spacer-3 {
  padding: 15px !important;
}
.no-padding {
  padding: 0px !important;
}
.no-margin {
  margin: 0px !important;
}
.d-flex {
  display: flex!important;
}
.justify-content-center {
  justify-content: center!important;
}
.table {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.table-cell {
  display: table-cell;
  width: 2%; /* or 100% according to OP comment. See edit about Safari 6 below */
}
.ul-style-none {
  list-style-type: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0px;
}
.mobile-box .btn {
  margin:5px 0;
  font-weight: bold;
  text-transform: none;
}
#google_translate_element {
  margin: 0 auto 40px auto;
  max-width: 250px;
}
.lang-fr, .lang-en, .lang-splitter, .currency, .currency-back {
  display: inline;
}
.lang-fr, .lang-en, .lang-splitter, .currency-back {
  display: none;
}
.Errors, .errors {
  color: red;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 120%;
}
html, body {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
}
.container {
  width: 100%;
  padding: 0px;
  margin: 0;
}
.container-fluid {
  width: 100%;
  padding: 0px;
  margin: 0 auto;
}
.main-wrapper {
  max-width: 1040px;
  padding: 10px 10px 0px 10px;
  margin: 100px auto 0px auto;
}
header {
  background-color: #00b7ce;
  position: fixed;
  top: 0;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  z-index: 999;
}
.header-logo {
  display: inline-block;
  width: 100%;
  max-width: 49%;
  text-align: left;
  vertical-align: middle;
}
.header-logo-center {
  max-width: 100% !important;
  text-align: center;
}
.header-logo > img {
  max-height: 80px;
}
.header-logo a > img {
  max-height: 80px;
}
.wrapper-no-header-link {
  margin-top: 120px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  max-width: 900px;
}
.wrapper-no-header-link .label {
  padding-top: 5px;
}
.header-links {
  display: inline-block;
  width: 100%;
  max-width: 49%;
  text-align: right;
  vertical-align: middle;
}
.header-links ul {
  list-style-type: none;
}
.header-links li {
  display: inline;
  margin: 0 0.5em;
}
.header-links li a { 
  text-decoration: none; 
  color: inherit; 
}
.hamburger {
  display: none;
}
a.hamburger, a.hamburger:visited, a.hamburger:focus {
  font-size: 30px;
  font-family: arial;
  font-weight: bold;
  color: inherit;
  text-decoration: none !important;
  margin-right: 5px;
}
.bannerbg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 350px;
}
.brand-textheader {
  padding-top: 150px;
  margin-top: 60px;
  color: #fff;
}
.footer-steps {
  text-align: right;
  padding: 0 20px;
}
.footer-spacer {
  margin-bottom: 80px;
}
footer {
  background-color: #00b7ce;
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin-top: 80px;
}
footer .links {
  font-size: 0.95rem;
  font-weight: normal;
  color: inherit;
  text-decoration: none;
}
.footer-text1, .footer-text2 {
  display: none;
}
footer > .footer-text1 p {
  margin-bottom: -15px !important;
}
.footer-text2 p {
  margin-bottom: 10px;
}
.heading {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 20px 0 10px 0;
}
.heading-cap {
  font-size: 1.1rem;
  text-transform: uppercase;
  text-decoration: underline;
}
.btn, .btn-disable {
  text-align: center;
  text-align-last: center;
  border: 1px solid #bebebe;
  padding: 10px 12px;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  border-radius: 0px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 0.95rem;
}
.btn {
  width: 100%;
  background-color: #00b7ce;
  color: #eee;
  margin: 5px auto;
}
.btn:hover {
  color: #ffffff;
}
.btn-disable {
  margin: 1px 2px;
  background-color: #e2e2e2;
  color: #888;
}
.btn-disable:hover {
  color: #000;
}
.field-disabled, .field-disabled > select, input, select, textbox, textarea {
  text-align: center;
  text-align-last: center;
  font: inherit;
  color: inherit;
  border: 1px solid #bebebe;
  padding: 10px 10px;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  border-radius: 0px;
  margin: 1px 0;
  line-height: 1.5;
  height: 42px;
}
input, select, textbox, textarea {
  width: 100%;
  background-color: #fff;
}
input[type="checkbox"],input[type="radio"] {
  display: inline;
  max-width: 10px;
  max-height: 10px;
  margin-right: 5px;
  vertical-align: initial;
  text-align: left;
  text-align-last: left;
}
input[type="radio"] {
  margin-right: 8px;
}
textbox, textarea {
  height: initial;
  text-align: left;
  text-align-last: left;
  min-height: 125px;
}
option {
  min-height: none;
  padding: 10px;
}
.bg-grey {
  background-color: #e9ecef;
}
.bg-black {
  background-color: #000;
}
.bg-white {
  background-color: #fff;
}
.field-disabled, .field-disabled:hover {
  background-color: #eee;
  color: initial;
  padding-top: 10px;
}
input[type=submit].field-disabled, input[type=submit].field-disabled:hover {
  padding: initial;
}
select[name="Day"], select[name="Month"], select[name="Year"], select[name="StartDay"], select[name="StartMonth"], select[name="StartYear"], select[name="EndDay"], select[name="EndMonth"], select[name="EndYear"] {
  width: 32.8%;
}
a, a:hover, .links, .links:hover {
  color: #00b7ce;
  font-weight: bold;
  text-decoration: none;
}
a:hover, .links:hover {
  text-decoration: underline;
}
.label, .field {
  margin-bottom: 5px;
  vertical-align: middle;
}
.label {
  font-weight: bold;
}
canvas { /* Canvas Field */
  border: 2px solid #333;
  text-align: center;
}
#canvasDiv {
  text-align: center;
}
.custom-text {
  display: none;
}
.desktop-box {
  background-color: #f9f9f9;
  border: 0.5px solid #bebebe;
  margin: 5px 2px;
  float: left;
}
.col-split.desktop-box {
  width: 49%;
}
.desktop-box input[type=text], .desktop-box input[type=email], .desktop-box input[type=number], .desktop-box input[type=tel] {
  width: 99%;
}
.calendar input {
  background-image : url('/common/img/calendarM.png');
  background-size: 25px;
  background-Position : right 5px top 10px;
  background-Repeat :no-repeat;
  cursor:pointer;
}
.confirmed {
  color: green !important;
}
.unconfirmed {
  color: red !important;
  font-weight: bold;
}
.popup {
  background-color:#fff;
  z-index: 9987;
  transition: all 0.3s;
  overflow-y: auto;
  box-shadow: none;
}
.popup .active {
  display: block !important;
}

.sg-agree-box {
  border: 1px double #000;
  outline: 1px double #000;
  outline-offset: -3px;
  padding: 15px;
}
.sg-agree-box-heading {
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
}
	
@media screen and (max-width: 767px) {
  .full-width {
   /* width: initial !important; */
  }
  .mobile-show {
	display: inline-block !important;
  }
  .mobile-hide {
	display: none !important;
  }
  .mobile-full {
  width: 100% !important;
  }
  .mobile-50 {
	width: 49.4% !important;
	display: inline-block;
  }
  .mobile-text-center {
	text-align: center;
  }
  .mobile-text-left {
    text-align: left;
  }
  .mobile-text-right {
    text-align: right;
  }
  .mobile-fontbold {
    font-weight: bold;
  }
  .mobile-fontnormal {
    font-weight: normal;
  }
  .mobile-box {
	background-color: #f9f9f9;
	border: 1px solid #bebebe;
	margin: 5px 0;
  }
  .mobile-box .mobile-full {
	padding: 0 5px;
  }
  .mobile-box input[type=text], .mobile-box input[type=email], .mobile-box input[type=number], .mobile-box input[type=tel] {
	width: 99%;
  }
  .mobile-box .mobile-no-padding {
    padding: 0;
  }
  .mobile-box .btn {
	padding: 0px;
	margin:0 0 5px 0 !important;
	font-size: 1.0rem;
	border: none;
  }
  .mobile-no-margin {
	margin: 0px !important;
  }
  .mobile-no-margin-x {
	margin-left: 0px !important;
	margin-right: 0px !important;
  }
  .mobile-no-margin-y {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
  }
  .mobile-margin-x-1 {
	margin-left: 5px !important;
	margin-right: 5px !important;
  }
  .mobile-margin-x-2 {
	margin-left: 10px !important;
	margin-right: 10px !important;
  }
  .mobile-margin-x-3 {
	margin-left: 15px !important;
	margin-right: 15px !important;
  }
  .mobile-margin-y-1 {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
  }
  .mobile-no-padding {
	padding: 0px !important;
  }
  .mobile-no-padding-x {
	padding-left: 0px !important;
	padding-right: 0px !important;
  }
  .mobile-no-padding-y {
	padding-top: 0px !important;
	padding-bottom: 5px !important;
  }
  .mobile-padding-top-1 {
	padding-top: 5px !important;
  }
  .mobile-padding-top-2 {
	padding-top: 10px !important;
  }
  .mobile-padding-bottom-1 {
	padding-bottom: 5px !important;
  }
  .mobile-padding-bottom-2 {
	padding-bottom: 10px !important;
  }
  .mobile-padding-x-1 {
	padding-left: 5px !important;
	padding-right: 5px !important;
  }
  .mobile-padding-x-2 {
	padding-left: 10px !important;
	padding-right: 10px !important;
  }
  .mobile-padding-x-3 {
	padding-left: 15px !important;
	padding-right: 15px !important;
  }
  .mobile-padding-y-1 {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
  }
  .mobile-padding-y-2 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
  }
  .mobile-padding-y-3 {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
  }
  .mobile-border-top-dotted-1 {
	border-top: 1px dotted #ccc !important;
  }
  .mobile-border-top-dotted-2 {
	border-top: 2px dotted #ccc !important;
  }
  .mobile-border-bottom-dotted-1 {
	border-bottom: 1px dotted #ccc !important;
  }
  .mobile-border-bottom-dotted-2 {
	border-bottom: 2px dotted #ccc !important;
  }
  ul {
    margin-block-start: 5px;
    margin-block-end: 5px;
    padding-inline-start: 20px;
  }
  .col-3 {
	width:100%;
  }
  .col-split {
	width: 48.9%;
	max-width: 100%;
  }
  .col-left, .col-left-inner {
	width: 40%;
	max-width: 100%;
	vertical-align: top;
  }
  .col-right, .col-right-inner {
	width: 58%;
	max-width: 100%;
	vertical-align: top;
  }
  .equal-height-row {
	height: 100% !important;
  }
  .container-fluid {
    width: initial;
	max-width: 100%;
	margin: 0;
  }
  .main-wrapper {
    margin: 0px auto;
	padding-top: 90px;
	padding-bottom: 70px;
  }
  .wrapper-no-header-link {
    padding-top: 100px;
	padding-bottom: 0px;
    max-width: 100%;
  }
  .header-logo {
    max-width: 85%;
  }
  .header-logo img {
    max-height: 70px;
  }
  .header-logo a img {
    max-height: 70px;
  }
  .hamburger {
    display: block;
  }
  .header-links {
    background-color: inherit;
    border-color: inherit;
    width: 10%;
  }
  .header-links ul {
    display: none;
  }
  .header-links ul.enabled {
	display: block;
	position: absolute;
	right: 0px;
	background-color: inherit;
	padding: 0.5em;
	margin-top: 15px;
  }
  .header-links ul li {
    display: block;
    margin: 0.4em 0.4em;
  }
  .heading {
    font-size: 1.1rem;
  }
  .bannerbg {
	min-height: 250px;
  }
  .brand-textheader {
	padding-top: 100px;
	margin-top: 40px;
  }
  canvas {
	width: 99%;
  }
  .label-input, .field-input {
		width: 100% !important;
  }
  .mobile-no-padding {
	padding: 0px !important;
  }
  select {
	width: 100% !important;
  }
}

/** WEBPRO Promo Boxes CSS BOF **/
#gc-thank-you-container .gc-promo-boxes {
  margin: 5px auto;
  text-align: center;
}

#gc-thank-you-container .gc-promo-box {
  width: 100%;
  max-width: 48%;
  display: inline-block;
  margin: 5px;
	padding-bottom: 15px;
  vertical-align: top;
  text-align: center;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
	box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  border-radius: 0px;
  -webkit-border-radius: 0px;
	overflow: hidden;
  border: 1px solid #ccc;
}

#gc-thank-you-container .gc-promo-box-heading, #gc-thank-you-container .gc-promo-box-link {
  padding: 10px;
  text-align:center;
}

#gc-thank-you-container .gc-promo-box-text {
  padding:0 10px;
  text-align: left;
}

#gc-thank-you-container .gc-promo-box-img img{
  border-width:0;
  width:100%;
  height:auto;
}

@media screen and (max-width: 600px) {
  #gc-thank-you-container .gc-promo-box {
    margin: 5px 0px;
  }
}

@media screen and (min-width: 601px) and (max-width: 811px) {
  #gc-thank-you-container .gc-promo-box {
    width: 100%;
    max-width: 48%;
  }
}

@media screen and (max-width: 599px) {
  #gc-thank-you-container .gc-promo-box {
    width: 100%;
    max-width: 100%;
  }
}
/** WEBPRO Promo Boxes CSS EOF **/

 
/** DIGITAL SIGNATURE BOF **/
#sg-add-name-label {
    vertical-align: top;
}
/** DIGITAL SIGNATURE EOF **/ 

/** GIFTCARD BOF **/
.dimscreen {
	position:fixed;
	top:0px;
	left:0px;
	height:100vh;
	width:100vw;
	background:rgba(0,0,0,0.5);
	z-index:1;
}
.spinscreen {
	position:fixed;
	top:0px;
	left:0px;
	height:100vh;
	width:100vw;
	background:rgba(0,0,0,0.5);
	z-index:1;
	display:none;
}
.errorbox {
	position:absolute;
	top:50vh;
	left:50vw;
	transform:translate(-50%, -50%);
	z-index:2;
	height:250px;
	width:80vw;
	border-radius:5px;
}
.errorbottom {
	position:absolute;
	bottom:0px;
	width:100%;
	padding-top:1rem;
	padding-bottom: 1rem;
}

/* LOADING WHEEL */
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid darkgrey;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: darkgrey transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/** GIFTCARD EOF **/