@charset "UTF-8";
/* CSS Document */

/* ----------> ELEMENTS <--------- */

* {
  margin: 0;
  padding: 0;
}

body{
  font-family: 'Noto Sans';
}

a {
  color: #f47b22;
}

a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

p, label{
  font-weight: 400;
  font-size: 1.025em;
  letter-spacing: .01em;
  line-height: 1.8em;
  text-transform: none;
  color: #707070;
  padding-top: .5em;
}

h1, h3 {
  font-family: 'Futura';
  text-align: center;
}

h2 {
  font-family: 'Noto Sans';
}

h1 {
  font-weight: 700;
  font-size: 5em;
  letter-spacing: -.01em;
  line-height: 1em;
  color: #707070;
}

h1.white {
  color: white;
}

h2 {
  font-weight: 600;
  font-size: 35px;
  letter-spacing: -.01em;
  line-height: 1em;
  text-transform: none;
  color: #525252;
}

h3 {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .15em;
  line-height: 3em;
  text-transform: uppercase;
  color: #A8A8A8;
}

th, td {
  padding: 15px;
  color: #707070;
  font-weight: 400;
}

li {
  margin-left: 3em;
}

.hover:hover {
  cursor: pointer;
}

.defaultgrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
}

.defaultgriditem1 {
  grid-col: 2/4;
  grid-row: 2/4;
  z-index: 1;
}
.defaultgriditem2 {
  grid-col: 1/4;
  grid-row: 1/4;
}

.defaultimage {
  opacity: 50%;
  width: 750px;
}

.vcenter {
  /*! margin-top: auto; */
  /*! margin-bottom: auto; */
  /*! justify-content: center; */
}

.alignleft {
  justify-content: flex-start !important;
  text-align: left !important;
}

.data {
  font-size: .7em;
  letter-spacing: .05em;
  line-height: 1em;
  text-transform: uppercase;
  height: 1em;
  margin-top: auto;
  margin-bottom: auto;
  overflow: hidden;
}

.datanotverticallycentered {
  font-size: .7em;
  letter-spacing: .05em;
  line-height: 1em;
  text-transform: uppercase;
  height: 1em;
}

.datatitle {
  padding: 1em;
  text-align: left;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #CCC;
  box-sizing: border-box;
  width: 100%;
}

.datatitlenoborder {
  padding: 1em;
  text-align: center;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  height: auto;
}

.userinfo {
  min-width: 4em;
}

.orange {
  color: #f47b22;
}

.lightgrey {
  color: #cbcbcb;
}

.darkgrey {
  color: #525252;
}

.greybackground {
  background-color: #fafafa;
}

.nocaps {
  text-transform: none;
}

img {
  width: 100%;
  height: auto;
}

.notificationimage {
  max-width: 275px;
}

.planimage {
  max-width: 150px;
}

.center {
  text-align: center;
}

.left {
  text-align: left !important;
}

.displaynone {
  display: none !important;
}

.width50vw {
  width: 50vw !important;
}

.width35 {
  width: 35% !important;
  display: flex;
}

.width65 {
  width: 65% !important;
  display: flex;
  overflow: scroll;
}

.width80 {
  width: 80% !important;
}

.width100 {
  width: 100% !important;
}

.centercontent {
  justify-content: center;
  align-items: center;
}

.alignitemcenter {
  align-items: center;
}

.height {
  min-height: calc(100vh - 10em);
}

.wordwrap {
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    overflow: hidden;
    text-align: center;
    height: auto;
  }

.width15vw {
  width: 15vw !important;
  padding-right: .5em !important;
  padding-left: .5em !important;
}

.trackingtokenwidth {
  width: 15vw !important;
  padding-right: .5em !important;
  padding-left: .5em !important;
}

.thickmargin {
  margin-right: 4em;
  margin-left: 4em;
}

.thinmargin {
  margin-right: 4em;
  margin-left: 4em;
}

.marginbottom {
  margin-bottom: 2em;
}

.margintop {
  margin-top: 2em !important;
}

.borderbottom {
  border-bottom: 1px solid #f47b22;
}

.greyborderbottom {
  border-bottom: 1px solid #CCC;
}

.noborder  {
  border: none;
}

.callout {
  animation: callout 2s 4;
}

@keyframes callout {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: .7;
  }
}

.flexwrap  {
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.wrapper {
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  grid-column: 1/5; /* Incase used in form grid */
}

.vwrapper {
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  grid-column: 1/5; /* Incase used in form grid */
  align-items: center;
}

.notificationbox {
  /*! padding: 4em; */
  border: 1px solid #CCC;  
  box-shadow: -5px 5px 15px lightgray;
  display: flex;
  flex-direction: column;
  width: 80vw;
  height: 80vh;
  background-color: white;
  justify-content: space-between;
}

.notification {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: none;
  flex-direction: column;
  z-index: 10;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  background-color: transparent;
}

.notificationcontentcontainer {
  /*display: flex;*/ /*CREATES ISSUE IN SAFARI ISSUE*/
  /*flex-direction: column;*/
  overflow: scroll;
}

.notificationrowblock {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*! align-items: center; */
  padding: 1em;
  /*! height: auto; */
}

.subnotificationcontentcontainer {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-evenly;
  padding-bottom: 1em;
  /*! height: auto; */
}

.nwrapper {
  display: flex;
  width: 50%;
  justify-content: center;
  padding-right: 1em;
  padding-left: 1em;
  align-items: center;
  padding-bottom: 3em;
  flex-direction: column;
  /*! height: auto; */
}

.atitle {
    font-weight: 500;
    font-size: 32px;
    letter-spacing: .04em;
    line-height: 1.2em;
    text-transform: none;
    color: #000;
}

.alotofwords {
    font-weight: 400;
    font-size: 1.025em;
    letter-spacing: .01em;
    line-height: 1.8em;
    text-transform: none;
    color: #707070;
}

/* ----------> MAIN <---------- */

.container {
  position: absolute;
  top:0px;
  left:0px;
  max-width: 100%;
}

.spacer {
  width: 100vw;
  height: 8em;
}

.contentcontainer {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  position: relative;
  overflow-x: hidden;
  min-height: calc(100% - 8em);
  padding: 1em;
  max-width: 100%;
  box-sizing: border-box;
}

.contentrowblock {
  display: flex;
  flex-direction: row;
  width: 100vw;
}

.subcontentcontainer {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow-x: hidden;
}

.subcontentcontainernooverflow {/* for calendly safari */
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.linkcontainer {
  width: 100%;
  height: 7em;
  border-top: 1px solid #CCC;
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  box-sizing: border-box;
}

.linkcontainer:hover {
  background-color: white !important;
  cursor: pointer !important;
}

.righttogglepanel {
  width: 30vw;
  display: flex;
  flex-direction: column;
  height: 80vh;
  position: absolute;
  top: 0px;
  right: 0px;
  box-sizing: border-box;
  box-shadow: -5px 5px 15px lightgray;
  display: none;
  z-index: 5;
  border-top: 1px orange solid;
  border-bottom: 1px orange solid;
  background-color: white;
}

.closepanel {
  width: .75em;
  height: .75em;
  padding: .75em;
  background-color: #f47b22;
  color: white;
  line-height: .75em;
  text-align: center;
}

.closepanel:hover {
  background-color: #f48f22;
  cursor: pointer;
}

.titlecontainer {
    display: flex;
    align-items: center;
    flex-direction: row; 
}

.helpiconsmall {
    width: 28px;
    height: 28px;
    padding-left: 1em;
}

.helpiconsmall:hover {
  cursor: pointer;
}

.profilecontent:hover {
  cursor: pointer;
}

.profilewrapper {
  padding: 1em;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: center;
  /*! width: 100%; */
  /*! height: 100%; */
}

.profilevwrapper {
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  /*! align-items: center; */
  /*! align-items: flex-start; */
  /*! padding: 2em; */
}

.border {
  border: 1px solid #CCC;
}

.paddingrl {
  padding-right: 1em;
  padding-left: 1em;
}

/* ----------> HEADER <---------- */

.header {
  position: fixed;
  width: 100vw;
  background-color: white;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 8em;
}

.headerlogo {
  width: 16em;
}

.headernavright {
  width: 16em;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.headernavleft {
  width: 16em;
  display: flex;
  justify-content: space-between;
}

/* ----------> PARALLAX <---------- */

.parallax__group{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  position: relative;
  place-items: center;
  place-content: center;
}

.parallax-slide{
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  grid-row: 1/4;
  grid-column: 1/4;
}

.image {
  position: relative;
  top:0px;
  left:0px;
  width: 1000px;
  overflow: hidden;
} 

#parallax1 {
  text-align: center;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
    width: 2000px;
}

.content-slide {
  grid-column: 1/4;
  grid-row:2/3;
  position: relative;
}

/* ----------> FORM <---------- */

.inputformcontainer {
    max-width: 50vw;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    /* ----------> The following stretches to fill parent height <---------- */
    position: relative;
    /*! height: 100vh; */
    align-items: stretch;
}

.inputform {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  padding: 1em;
  box-sizing: border-box;
  max-width: 100%;
  /*! height: 100%; */
}

.inputformrow {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100vw;
  padding: 1em;
  box-sizing: border-box;
  max-width: 100%;
}

.inputcontainer {
  width: 100%;
  padding: 1em;
  margin-right: 1em;
  margin-left: 1em;
}

/* #fname, #lname, #email, #password { NOT SURE IF I NEED THIS. CREATES ALIGNMENT ERROR IIN PORTAL FNAME
    width: 100%;
    width: -moz-available;          /* WebKit-based browsers will ignore this. */
/*    width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
/*    width: fill-available; */
/*}*/

.firstname {
  grid-column: 1/3;
  box-sizing: border-box;
}

.lastname {
  grid-column: 3/5;
  box-sizing: border-box;
}

.formsuccess{
	display: none;
}

.error {
  border: 1px solid #f47b22;
  background: #fafafa;
  color: #f47b22;
  font-family: sans-serif;
  font-size: .75em;
  padding: 1em 1em;
  height: 3em;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 1em;
  display: none;
}

.email, .password {
  grid-column: 1/5;
  box-sizing: border-box;
}

.criteria {
  width: 50%;
  height: 4em;
  text-align: center;
  font-size: .75em;
  color: #f47b22;
}

.submit {
  grid-column: 2/4;
  justify-self: center;
}

.button {
  font-family: futura;
  font-style: normal;
  text-transform: uppercase;
  color: white;
  border: thin;
  background-color: #f47b22;
  border-color: #f47b22;
  border-style: solid;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  place-self: center;
}

.buttonlight {
  font-family: futura;
  font-style: normal;
  text-transform: uppercase;
  color: #707070;
  border: thin;
  background-color: white;
  border-color: #707070;
  border-style: solid;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  place-self: center;
}

.buttonreverse {
  font-family: futura;
  font-style: normal;
  text-transform: uppercase;
  color: #f47b22;
  border: thin;
  background-color: white;
  border-color: #f47b22;
  border-style: solid;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  place-self: center;
}

.buttonlarge {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: .26em;
  padding: 2em 3em;
  margin: 0em 1em;
}

.buttonsmall {
  font-size: .75em;
  font-weight: 700;
  letter-spacing: .26em;
  padding: 1.3em 2em;
  margin: 0em 1em;
}

.buttontiny {
  font-size: .6em;
  font-weight: 400;
  letter-spacing: .13em;
  padding: 1.3em 2em;
  margin: 0em 1em;
}

.buttonmini {
  font-size: .35em;
  font-weight: 400;
  letter-spacing: .23em;
  padding: 1.3em 2em;
  margin: 0em 1em;
}

.buttonreverse:hover {
  border: thin;
  background-color: #f48f22;
  border-color: #f48f22;
  border-style: solid;
  color: white;
}

.button:hover {
  border: thin;
  background-color: #f48f22;
  border-color: #f48f22;
  border-style: solid;
}

input[type=text], input[type=number], input[type=email], input[type=password] {
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  font-family: sans-serif;
  font-size: 1em;
  padding: 2em 1em;
  height: 3em;
  box-sizing: border-box;
  width: 100%;
}

input:invalid {
  box-shadow: none;
}

.smallfield{
  border: 1px solid #ccc !important;
  background: #fafafa !important;
  color: #000 !important;
  font-family: sans-serif !important;
  font-size: .7em !important;
  padding: 2em 1em !important;
  height: 3em !important;
  box-sizing: border-box !important;
  width: 15vw !important;
}

.minifield{
  border: 1px solid #ccc !important;
  background: #fafafa !important;
  color: #000 !important;
  font-family: sans-serif !important;
  font-size: .7em !important;
  padding: 2em 1em !important;
  height: 3em !important;
  box-sizing: border-box !important;
  width: 55px !important;
  margin-left: 1em;
  margin-right: 1em;
}

#editfieldcampaign, #editfieldcalendarname {
  text-align: center;
}

/* ----------> IMAGE PREVEIW <---------- */


.avatar-upload {
	 position: relative;
	 max-width: 205px;
	 margin: auto;
}
 .avatar-upload .avatar-edit {
	 position: absolute;
	 right: 12px;
	 z-index: 1;
	 top: 10px;
}
 .avatar-upload .avatar-edit input {
	 display: none;
}
 .avatar-upload .avatar-edit input + label {
	 display: inline-block;
	 width: 34px;
	 height: 34px;
	 margin-bottom: 0;
	 border-radius: 100%;
	 background: #fff;
	 border: 1px solid transparent;
	 box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
	 cursor: pointer;
	 font-weight: normal;
	 transition: all 0.2s ease-in-out;
}
 .avatar-upload .avatar-edit input + label:hover {
	 background: #f1f1f1;
	 border-color: #d6d6d6;
}
 .avatar-upload .avatar-edit input + label:after {
	 content: "\f040";
   font-family: 'FontAwesome';
	 color: #757575;
	 position: absolute;
	 top: 10px;
	 left: 0;
	 right: 0;
	 text-align: center;
	 margin: auto;
}
 .avatar-upload .avatar-preview {
	 width: 192px;
	 height: 192px;
	 position: relative;
	 border-radius: 100%;
	 border: 6px solid #f8f8f8;
	 box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
 .avatar-upload .avatar-preview > div {
	 width: 100%;
	 height: 100%;
	 border-radius: 100%;
	 background-size: cover;
	 background-repeat: no-repeat;
	 background-position: center;
}

.avatar-preview {
	 width: 192px;
	 height: 192px;
	 position: relative;
	 border-radius: 100%;
	 border: 6px solid #f8f8f8;
	 box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
   animation: pulse 1s infinite;
   animation-play-state: paused;
}

.avatar-preview > div {
	 width: 100%;
	 height: 100%;
	 border-radius: 100%;
	 background-size: cover;
	 background-repeat: no-repeat;
	 background-position: center;
}

@keyframes pulse {
  0%, 100% {
    border-color: #f8f8f8;
  }
  50% {
    border-color: #CECECE;
  }
}

.completeborder { /* jquerydoesn't understand !important  so need to add the class. */
  border: 6px solid #32cd32 !important;
}


/* ----------> END IMAGE PREVIEW <---------- */



/* ----------> CHECKBOX <---------- */

.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox label {
  position: relative;
  cursor: pointer;
  /*! display: none; */
}

.checkbox label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #ccc;
  padding: .6em;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 1em;
  width: 1em;
  height: 1em;
}

.checkbox input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 14px;
  width: .63em;
  height: 1.5em;
  border: solid #f47b22;
  border-width: 0 2px 2px 0;
  transform: rotate(35deg);
}

/* ----------> END CHECKBOX <---------- */

/* ----------> TOOL TIPS <----------- */
/*https://codepen.io/neogomo/pen/BjqJzr*/

/* setup tooltips */
.tooltip {
  position: relative;
}
.tooltip:before,
.tooltip:after {
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.tooltip:after {
	border-right: 6px solid transparent;
	border-bottom: 6px solid rgba(0,0,0,.75); 
  border-left: 6px solid transparent;
  content: '';
  height: 0;
    top: 20px;
    left: 20px;
  width: 0;
}
.tooltip:before {
  background: rgba(0,0,0,.75);
  border-radius: 2px;
  color: #fff;
  content: attr(data-title);
  font-size: 14px;
  padding: 6px 10px;
    top: 26px;
  white-space: nowrap;
}

/* expand */
.tooltip.expand:before {
  transform: scale3d(.2,.2,1);
  transition: all .2s ease-in-out;
}
.tooltip.expand:after {
  transform: translate3d(0,6px,0);
  transition: all .1s ease-in-out;
}
.tooltip.expand:hover:before,
.tooltip.expand:hover:after {
  opacity: 1;
  transform: scale3d(1,1,1);
}
.tooltip.expand:hover:after {
  transition: all .2s .1s ease-in-out;
}
/* ----------> END TOOL TIPS <---------- */



/* ----------> SELECT DROPDOWN <---------- */

/* class applies to select element itself, not a wrapper element */
.select-css {
	display: block;
	font-size: 16px;
	font-family: 'Noto Sans';
	font-weight: 400;
	color: #444;
	line-height: 2.3;
	padding: .6em 1.4em .5em .8em;
	width: 100%;
	max-width: 100%; /* useful when width is set to anything other than 100% */
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: .1em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	/* note: bg image below uses 2 urls. The first is an svg data uri for the arrow icon, and the second is the gradient. 
		for the icon, if you want to change the color, be sure to use `%23` instead of `#`, since it's a url. You can also swap in a different svg icon or an external image reference
		
	*/
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	/* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
	background-position: right .7em top 50%, 0 0;
	/* icon size, then gradient */
	background-size: .65em auto, 100%;
}
/* Hide arrow icon in IE browsers */
.select-css::-ms-expand {
	display: none;
}
/* Hover style */
.select-css:hover {
	border-color: #888;
}
/* Focus style */
.select-css:focus {
	border-color: #aaa;
	/* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222; 
	outline: none;
}

/* Set options to normal weight */
.select-css option {
	font-weight:normal;
}

/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir="rtl"] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css {
	background-position: left .7em top 50%, 0 0;
	padding: .6em .8em .5em 1.4em;
}

/* Disabled styles */
.select-css:disabled, .select-css[aria-disabled=true] {
	color: graytext;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
}

.select-css:disabled:hover, .select-css[aria-disabled=true] {
	border-color: #aaa;
}


body {
  margin: 2rem;
}


/* ----------> END SELECT DROPDOWN <---------- */

/* ----------> HAMBURGER MENU <---------- */

.open {
  background-color: #f47b22;
  width: 24px;
  height: 4px;
  display: block;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  top: 8px;
}

.open:before {
  content: "";
  background-color: #f47b22;
  width: 24px;
  height: 4px;
  display: block;
  border-radius: 2px;
  position: relative;
  top: -8px;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}

.open:after {
  content: "";
  background-color: #f47b22;
  width: 24px;
  height: 4px;
  display: block;
  border-radius: 2px;
  position: relative;
  top: 4px;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}

.menuOpen {
  width: 24px;
  height: 20px;
  display: block;
  padding: 15px;
  cursor: pointer;
  float: right;
}

.menuOpen:hover .open:before {
  top: -9px;
}

.menuOpen:hover .open:after {
  top: 5px;
}

.menu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
}

.menu label {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  background-size: 100%;
  cursor: pointer;
}

.menu .menuContent {
  position: relative;
  top: 15%;
}

.menu ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.menu ul li a {
  display: block;
  color: #707070;
  transition: color 0.2s;
  padding: 10px 0;
}

.menu ul li a:hover {
  color: #f47b22;
}

.menuEffects {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}

.menuEffects ul {
  transform: translateY(0%);
  transition: all 0.5s;
}

#menuToggle:checked ~ .menuEffects {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s;
}

#menuToggle:checked ~ .menuEffects ul {
  opacity: 1;
}

#menuToggle:checked ~ .menuOpen .open {
  background-color: transparent;
}

#menuToggle:checked ~ .menuOpen .open:before {
  content: "";
  background-color: #f47b22;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

#menuToggle:checked ~ .menuOpen .open:after {
  content: "";
  background-color: #f47b22;
  transform: rotate(-45deg);
  position: relative;
  top: 0;
  right: 0;
  z-index: 1;
}

#menuToggle:not(:checked) ~ .menuEffects ul {
  transform: translateY(-30%);
}

/* ----------> END HAMBURGER MENU <---------- */


/* ----------> MEDIIA <---------- */

@media (max-width: 2000px) {
 .calendly-inline-widget {
    height: 1120px !important;
}
}


@media only screen and (max-width: 750px)  {
      
  h1 {
    font-size: 4em;
  }
  
  #datatable {
    display: none;
  }
  
  .height {
    min-height: auto;
  }  
  .inputformcontainer {
    width: 100vw;
    max-width: 100%;
  }
  
  .contentcontainer {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    position: relative;
    overflow-x: hidden;
    min-height: calc(100% - 8em);
    padding: 1em;
    max-width: 100%;
    box-sizing: border-box;
    top: 80px;
  }
  
  .spacer2 {
    width: 100vw;
    height: 0px;
  }

  
  .headernavleft, .headernavright {
    width: 2em;
  }  

  .header {
    position: fixed;
    width: 100vw;
    background-color: white;
    z-index: 4;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 6em;
    flex-direction: row;
    left: -8px;
  }

  .contentrowblock {  
    display: flex;
    flex-direction: column;
    width: 100vw;
  }

  .subcontentcontainer {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow-x: hidden;
  }
  
  .subcontentcontainernooverflow {/* for calendly safari */
    width: 100%;
    /* height: calc(100vh - 10em); */
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    /* overflow-x: hidden; */
  }

  .datatitlenoborder {
    padding: 1em;
    text-align: center;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    height: auto;
    font-size: .7em;
    letter-spacing: .05em;
    line-height: 1.5em;
    text-transform: uppercase
  }
  .width50vw {
    width: 100vw !important;
  }
  
  .trackingtokenwidth {
    width: 100% !important;
    padding-right: .5em !important;
    padding-left: .5em !important;
  }
  
  #border {
    display: none;
  }
  
  #embeddedchat {
    display: none;
  }
  
  #spacer {
    display: none;
  }
  
  #headernavright {
    display: none;
  }
  
  .righttogglepanel {
    width: 100vw;
    display: flex;
    flex-direction: column;
    height: 80vh;
    position: absolute;
    top: 0px;
    right: 0px;
    box-sizing: border-box;
    box-shadow: -5px 5px 15px lightgray;
    display: none;
    z-index: 5;
    border-top: 1px orange solid;
    border-bottom: 1px orange solid;
    background-color: white;
  }
  
  .smallfield {
    border: 1px solid #ccc !important;
    background: #fafafa !important;
    color: #000 !important;
    font-family: sans-serif !important;
    font-size: .7em !important;
    padding: 2em 1em !important;
    height: 3em !important;
    box-sizing: border-box !important;
    width: 100% !important;
  }
  
  .buttonmini {
    font-size: .35em;
    font-weight: 400;
    letter-spacing: .23em;
    padding: 1.3em 2em;
    margin: 3em 1em;
  }
  
  .profilevwrapper {
    padding: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
  
  .profilewrapper {
    padding: 1em;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
  }
  
  .subnotificationcontentcontainer {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-evenly;
    padding-bottom: 1em;
    /*! height: auto; */
  }

  .nwrapper {
    display: flex;
    width: 95%;
    justify-content: center;
    padding-right: 1em;
    padding-left: 1em;
    align-items: center;
    padding-bottom: 3em;
    /*! height: auto; */
  }  
}
  