html { 
	height: 100%; 
	width: 100%; 
}
body {
  width: 100%; 
  /*height: 100%; */
  margin: 0; padding: 0; border: 0;
  font-family: "Nunito", "Open Sans", Helvetica, Arial, sans-serif; 
  font-size: 17px; line-height: 1.5;
  background: #FFF;
  /*margin-bottom:2em; */
  color: #292929;
}

/*img { border: none; }
a { color: #8D0D19; text-decoration: none !important; }
a:hover { color: #1A446C; text-decoration: none !important; } */
	
#header { 
	min-height: 2em; 
  color: #292929;
}


#menu {  
    display: inline-block;
  	width: 85%; 
  	font-size: 32px; 
  	font-weight: 800; 
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: 0;
    padding-left: 4em; 
	} 

#navigation {
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #575757;
    padding-left: 50%;
}

#empnavigation {
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #575757;
    padding-left: 50%;
}

#seeknavigation {
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #575757;
    padding-left: 65%;
}

#join {
    float: right;
    display: inline-block;
    padding-top: .5em;
}

a.nav:link, a.nav:visited, a.nav:hover, a.nav:active {
    color: #575757;
    text-decoration: none;
    padding-left: .75em;
    padding-right: .75em;
}

#joinbutton {
    background-color: #5bd0a4; /*#00bc8c; Green */
    border: 2px solid #5bd0a4;
    border-radius: 8px;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 900;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    float: right;
    cursor: pointer;
    font-family: "Nunito";
}


#joinbutton:hover {
  background-color: #ffffff; /* white */
    color: #5bd0a4;
}

#postjob-button {
	  background-color: #5bd0a4; /* Green */
    border: 2px solid #5bd0a4;
    border-radius: 8px;
    color: white;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 900;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    font-family: "Nunito";
}


#postjob-button:hover {
	background-color: #ffffff; /* white */
    color: #5bd0a4;
}

#getstartedbutton {
    background-color: #5bd0a4; /* Green */
    border: 2px solid #5bd0a4;
    border-radius: 8px;
    padding: 10px 24px;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 900;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    float: right;
    cursor: pointer;
    font-family: "Nunito";
    float: left;
  }

#getstartedbutton:hover {
    background-color: #ffffff; /* white */
    color: #5bd0a4;
}

#applybutton {
	background-color: #5bd0a4; /* Green */
    border: 2px solid #5bd0a4;
    border-radius: 8px;
    color: white;
    padding: 12px 35px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 900;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    font-family: "Nunito";
}

#applybutton:hover {
	background-color: #ffffff; /* white */
    color: #5bd0a4;
}

#postyourjob {
	background-color: #5bd0a4; /* Green */
    border: 2px solid #5bd0a4;
    border-radius: 8px;
    color: white;
    padding: 12px 35px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    font-weight: 900;
    -webkit-appearance: none !important;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    font-family: "Nunito";
}

#postyourjob:hover {
	 background-color: #ffffff; /* white */
    color: #5bd0a4;
}

#updateyourjob {
    background-color: #3ba5c4;/*#3ba5c4; blue */
    border: 2px solid #3ba5c4;
    border-radius: 8px;
    color: white;
    padding: 12px 35px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 900;
    -webkit-appearance: none !important;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    font-family: "Nunito";
}

#updateyourjob:hover {
    background-color: #ffffff; /* white */
    color: #3ba5c4;
}

#cancelbutton {
    background-color: #3ba5c4; /* blue */
    border: 2px solid #3ba5c4;
    border-radius: 8px;
    color: white;
    padding: 12px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    font-weight: 900;
    -webkit-appearance: none !important;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    font-family: "Nunito";
}

#cancelbutton:hover {
    background-color: #ffffff; /* white */
    color: #3ba5c4;
}

#editbutton {
    background-color: #3ba5c4;/*#3ba5c4;blue */
    border: 2px solid #3ba5c4;
    border-radius: 8px;
    color: white;
    padding: 3px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    font-weight: 900;
    -webkit-appearance: none !important;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    font-family: "Nunito";
    float: right;
}

#editbutton:hover {
    background-color: #ffffff; /* white */
    color: #3ba5c4;
}

#viewbutton {
    background-color: #3ba5c4; /* blue */
    border: 2px solid #3ba5c4;
    border-radius: 8px;
    color: white;
    padding: 3px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    font-weight: 900;
    -webkit-appearance: none !important;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    font-family: "Nunito";
}

#viewbutton:hover {
    background-color: #ffffff; /* white */
    color: #3ba5c4;
}

#contactbutton {
    background-color: #5bd0a4; /* green */
    border: 2px solid #5bd0a4;
    border-radius: 8px;
    color: white;
    padding: 3px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    font-weight: 900;
    -webkit-appearance: none !important;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    font-family: "Nunito";
}

#contactbutton:hover {
    background-color: #ffffff; /* white */
    color: #5bd0a4;
}

#hiremebutton {
    background-color: #5bd0a4; /* blue */
    border: 2px solid #5bd0a4;
    border-radius: 8px;
    color: white;
    padding: 5px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    font-weight: 900;
    -webkit-appearance: none !important;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    font-family: "Nunito";
}

#hiremebutton:hover {
    background-color: #ffffff; /* white */
    color: #5bd0a4;
}

#deleteyourjob {
    background-color: #e74c3c; /* red */
    border: 2px solid #e74c3c;
    border-radius: 8px;
    color: white;
    padding: 12px 35px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 900;
    -webkit-appearance: none !important;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    font-family: "Nunito";
}

#deleteyourjob:hover {
    background-color: #ffffff; 
    color: #e74c3c;
}

#updateyourresume {
    background-color: #3ba5c4; /* blue */
    border: 2px solid #3ba5c4;
    border-radius: 8px;
    color: white;
    padding: 12px 35px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    font-weight: 900;
    -webkit-appearance: none !important;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    font-family: "Nunito";
}

#updateyourresume:hover {
    background-color: #ffffff; /* white */
    color: #3ba5c4;
}

.btn {
    font-size: .9em;
    font-weight:700;
    color:rgb(100,100,100);
    border: none;
    outline: none;
    padding:0.5em;
    padding-left:1em;
    padding-right:1em;
    text-transform:uppercase;
    background-color: white;
    cursor: pointer;
    border:2px solid #ccc;
    border-style: solid;
    border-radius: 5px;
    margin:0.65em;
    display:inline-block;
    line-height:1.5;
    font-family: "Nunito";
 }

  .btn:hover, .active {
    background-color:rgb(214,214,214);
  }

.subscribebutton {
	background-color: #5bd0a4; /* Green */
    border: 2px solid #5bd0a4;
    border-radius: 8px;
    color: white;
    padding: 12px 35px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 900;
    -webkit-appearance: none !important;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    font-family: "Nunito";
}

.subscribebutton:hover {
	background-color: #ffffff; /* white */
    color: #5bd0a4;
}

.lookingtohire {
  font-weight: 900;
}

#createresume {
    background-color: #3ba5c4; /* blue */
    border: 2px solid #3ba5c4;
    border-radius: 8px;
    color: white;
    padding: 12px 35px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    font-weight: 900;
    -webkit-appearance: none !important;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    font-family: "Nunito";
}

#createresume:hover {
    background-color: #ffffff; /* white */
    color: #3ba5c4;
}

input[type=email] {
    width: 25%;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    /*background-image: url('searchicon.png');*/
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 8px 10px 8px 10px;
    font-family: "Nunito";
}

input[type=email]:focus, textarea:focus {
  /*box-shadow: 0 0 2px #1367B0; */
  border: 2px solid #528DC0;
}


input[type=text] {
    width: 30%;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    /*background-image: url('searchicon.png');*/
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 10px 10px 10px 5px;
    font-family: "Nunito";
    margin: 1em;
}

input[type="url"] {
    width: 25%;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 12px 12px 5px;
    font-family: "Nunito";
}

#postjobtitle input {
    width: 100%; 
    margin: 0; 
    margin-top: 10px; 
    margin-right: 0px; 
    margin-bottom: 10px; 
    margin-left: 0px;
}

#postjoblocation input {
    width: 100%; 
    margin: 0; 
    margin-top: 10px; 
    margin-right: 0px; 
    margin-bottom: 15px; 
    margin-left: 0px;
}

#licensespan input {
    width: 90%; 
    margin: 0; 
    margin-top: 10px; 
    margin-right: 35px; 
    margin-bottom: 10px; 
    margin-left: 0px; 
    padding: 10px 10px 10px 5px;
}

#salaryspan input {
  width: 90%; 
  margin: 0; 
  margin-top: 10px; 
  margin-right: 35px; 
  margin-bottom: 10px; 
  margin-left: 0px; 
  padding: 10px 10px 10px 5px;
}

#categoryspan select {
  width: 100%; 
  margin: 0; 
  margin-top: 10px; 
  margin-right: 0px; 
  margin-bottom: 10px; 
  margin-left: 0px; 
  padding: 12px 10px 12px 5px;  
  box-sizing: border-box; 
  border: 2px solid #ccc; 
  border-radius: 4px; 
  font-size: 14px;
}

#engagespan select{
  width: 100%; 
  margin: 0; 
  margin-top: 10px; 
  margin-right: 0px; 
  margin-bottom: 10px; 
  margin-left: 0px; 
  padding: 12px 10px 12px 5px;  
  box-sizing: border-box; 
  border: 2px solid #ccc; 
  border-radius: 4px; 
  font-size: 15px;
}

#jobsformcats {
  width: 100%;
}

#jobsformcompany {
  width: 100%;
}

#jobsformcompany th {
  text-align: left; 
  width: 50%; 
  background-color:#ffffff;
}

#companyspan input {
  width: 100%; 
  margin: 0; 
  margin-top: 10px; 
  margin-right: 0px; 
  margin-bottom: 10px; 
  margin-left: 0px;
}

#urlspan input {
  width: 100%; 
  margin: 0; 
  margin-top: 10px; 
  margin-right: 0px; 
  margin-bottom: 10px; 
  margin-left: 0px;
}

#twitterspan input {
  width: 100%; 
  margin: 0; 
  margin-top: 10px; 
  margin-right: 0px; 
  margin-bottom: 10px; 
  margin-left: 0px;
}

#applyspan input {
  width: 100%; 
  margin: 0; 
  margin-top: 10px; 
  margin-right: 0px; 
  margin-bottom: 10px; 
  margin-left: 0px;
}

#emailspan input {
  width: 100%; 
  margin: 0; 
  margin-top: 10px; 
  margin-right: 0px; 
  margin-bottom: 10px; 
  margin-left: 0px;
  padding-top: 12px;
  padding-right: 15px;
  padding-left: 5px;
  padding-bottom: 12px;
}

#namespan input {
  width: 100%; 
  margin: 0; 
  margin-top: 10px; 
  margin-right: 0px; 
  margin-bottom: 10px; 
  margin-left: 0px;
}

#postedemailspan input {
  width: 100%; 
  margin: 0; 
  margin-top: 10px; 
  margin-right: 0px; 
  margin-bottom: 10px; 
  margin-left: 0px;
  padding-top: 12px;
  padding-right: 15px;
  padding-left: 5px;
  padding-bottom: 12px;
}

#orspan p {
  text-align: center;
}

.emailinfospan {
  font-size: 12px; 
  font-style: italic; 
  font-weight: 600;
}

.emailinfospan p {
  padding-bottom: 2.5em;
}

#payfeatured {
  border:3px solid #ccc; 
  border-radius: 4px;
  padding: 20px;
}

#payfeatured ul {
  font-size: 1.1em; 
  list-style: none; 
  margin-left: 0; 
  padding-left: 1px; 
  line-height: 1.4;
}

#logoupload img {
  cursor: pointer;
}

#publishspan p {
  text-align:center; 
  margin-top: 45px; 
  margin-bottom: 25px;
}

input[type=text]:focus, textarea:focus {
  /*box-shadow: 0 0 2px #1367B0; */
  border: 2px solid #528DC0;
}

input[type=date] {
    width: 30%;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    /*background-image: url('searchicon.png');*/
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 10px 10px 10px 5px;
    font-family: "Nunito";
    margin: 1em;
}

input[type=date]:focus, textarea:focus {
  /*box-shadow: 0 0 2px #1367B0; */
  border: 2px solid #528DC0;
}



input[type=submit] {
    background-color: #00bc8c; /* Green */
    border: 2px solid #00bc8c;
    border-radius: 8px;
    color: white;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    font-family: "Nunito";
}

input[type=submit]:hover {
	  background-color: #ffffff; /* white */
    color: #00bc8c;
    font-weight: 700;
}


a.nostyle:link, a.nostyle:visited, a.nostyle:hover, a.nostyle:active {
    color: #292929;
    text-decoration: none;
}

a.buildresume:link, a.buildresume:visited, a.buildresume:hover, a.buildresume:active {
    color: #3ba5c4;
    font-weight: 900;
    text-decoration: none;
}


#leftnav {
  width: 10%; 
  /*height: auto; */
  /*float: left;*/
  margin-top: 2em;
  padding: 0 4em;
  display: inline-block;
  vertical-align: top;
}

#navigationtable {
  font-weight: 600;
  font-size: 14px;
}

#navigationtable td {
  padding-bottom: .5em;
}

.selected { 
  font-weight: 900; 
}

#dashtable {
  width: 100%;
}

#dashtable td {
  width: 25%; 
  text-align: center;
}

#todayalerts {
  width: 100%; 
  margin-top: 5em;
}

#todayalerts td {
  text-align: center; 
  border:3px solid #3ba5c4; /* blue */ 
  background-color: #3ba5c4;
  border-radius: 5px; 
  color: #ffffff; /* blue */ 
  font-weight: 900;
}

.boldit {
  font-weight: 900;
  font-size: 20px;
}

#resumestatus {
  border:3px solid #3ba5c4; /* blue */ 
  background-color: #ffffff;
  border-radius: 5px; 
  color: #3ba5c4; /* blue */ 
  padding: 5px 10px;
  font-weight: 600;
}

#resumestatus:hover {
  background-color: #3ba5c4; /* blue */
  color: #ffffff;
}


#applied {
  border:3px solid #3ba5c4; /* blue */ 
  background-color: #ffffff;
  border-radius: 5px; 
  color: #3ba5c4; /* blue */ 
  padding: 5px 10px;
  font-weight: 600;
}

#applied:hover {
  background-color: #3ba5c4; /* blue */
  color: #ffffff;
}

#interviews {
  border:3px solid #3ba5c4; /* blue */  
  background-color: #ffffff;
  border-radius: 5px; 
  color: #3ba5c4; /* blue */  
  padding: 5px 10px;
  font-weight: 600;
}

#interviews:hover {
  background-color: #3ba5c4; /* blue */
  color: #ffffff;
}

#messages {
  border:3px solid #3ba5c4; /* blue */
  background-color: #ffffff;
  border-radius: 5px; 
  color: #3ba5c4; /* blue */ 
  padding: 5px 10px;
  font-weight: 600;
}

#messages:hover {
  background-color: #3ba5c4; /* blue */
  color: #ffffff;
}


#toggletable {
  width: 100%; 
  color: #575757; 
  border-collapse: separate; 
  border-spacing: 10px;
}

.publicprivate {
  width: 5%; 
  padding-left: 1em;
}

.edit {
  width: 30%;
  padding-right: 3em;
}

.view {
  width: 5%; 
}

#nametablecv {
  width: 100%;  
  border-collapse: separate;  
  margin-top: 2em;
  margin-bottom: 2em;
}

#nametableresume {
  width: 100%;  
  border-collapse: separate; 
  border-spacing: 1px; 
  margin-top: 2em;
  margin-bottom: 2em;
}

#nametable {
  width: 100%; 
  color: #5a626a; 
  border-collapse: separate; 
  border-spacing: 10px; 
  margin-top: 1em;
}

#nametable img {
  max-height: 8em; 
  max-width: 8em; 
  border-radius: 50%;
}

.required {
  color: #FF0000;
}

.linethrough {
  text-decoration: line-through;
  padding: .15em;
}
.greentext {
  color: #00bc8c;
  padding: .15em;
}

.lightertext {
  font-size: 12px; 
  font-style: italic; 
  font-weight: 600;;
}

.firstlast {
  color: #000;
  font-size: 26px; 
  font-weight: 900; 
}

.firstlastcv {
  text-align: left;
  width: 100%;
}

.firstlastres {
  text-align: left;
  width: 50%;
  padding-right: .5em;
  font-weight: 900;
  font-size: 22px;
}

.imgclass {
  padding-top: 1em;
  padding-left: 1em;
  width: 10em;
}

.citystate {
  font-weight: 800;
  width: 35%;
}

.citystatecv {
  width: 100%;
  text-align: left;
}

.citystateres {
  text-align: left;
  width: 50%;
  padding-right: .5em;
}

.boldheaderres {
  width: 100%;
  font-weight: 900;
}

.solidline {
  width: 100%;
}

td hr {
  border: 1px solid #000;
}

.smallerpic {
  padding-right: 3em;
}

.smallerpic img {
  max-height: 4em;
  max-width: 4em;
  border-radius: 50%;
  float: right;
}

.lookingforcv {
  width: 100%;
  text-align: left;
}

.emailcv {
  width: 100%;
  text-align: left;
}

.datecv {
  width: 100%;
  padding-top: 3em;
}

.relocate {
  font-weight: 800;
}

.lookingfor { 
  font-weight: 800;
  width: 35%;
}

.holdlicense {
  font-weight: 800;
}


#aboutmetable {
  width: 100%;  
  border-collapse: separate; 
  border-spacing: 10px; 
  margin-top: 1em;
}

#aboutmetext {
  padding-left: 3em;
  padding-right: 3em;
  padding-bottom: 1em;
}

#aboutmetextcv {
  padding-bottom: .5em;
}

#summarytextres {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  padding-bottom: .5em;
}

.jobtitleres {
  width: 65%;
  font-weight: 800;
  padding-bottom: .5em;
}

.jobdatesres {
  width: 35%;
  text-align: left;
  padding-bottom: .5em;
}

.jobdescres {
  padding-top: .5em;
  padding-left: .5em;
  padding-bottom: 1em;
}

#experienceres {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  padding-top: .5em;
  padding-bottom: .5em;
}

#educationres {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  padding-top: .5em;
  padding-bottom: .5em;
}

#skillsres {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  padding-top: .5em;
  padding-bottom: .5em;
}

#socialres {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  padding-top: .5em;
  padding-bottom: .5em;
}

.degreeres {
  width: 65%;
  font-weight: 800;
  padding-bottom: .5em;
}

.schooldatesres {
  width: 35%;
  text-align: left;
  padding-bottom: .5em;
}

.studiedres {
  padding-top: .5em;
  padding-left: .5em;
  padding-bottom: 1em;
}

.boldheader {
  font-weight: 900; 
  font-size: 20px; 
  padding-left: 1em;
}

.formheader {
  font-weight: 800;
}

#experiencetable {
  width: 100%; 
  border-collapse: separate; 
  border-spacing: 10px; 
  margin-top: 1em;
}

#experiencetable tr th {
  width: 50%;
}


.title1 {
  padding-left: 2em; 
  padding-top: 1em;
  font-weight: 800;
}

.workdates1 {  
  font-weight: 700;
  font-style: italic;
  text-align: left;
  padding-top: 1em;
  padding-left: 20%;
}

.description1 {
  padding-left: 2em; 
}


.title2 {
  padding-left: 2em; 
  padding-top: 2em;
  font-weight: 800;
}


.workdates2 {
  font-weight: 700;
  font-style: italic;
  text-align: left;
  padding-top: 1em;
  padding-left: 20%;
}

.description2 {
  padding-left: 2em;
}

#educationtable {
  width: 100%; 
  border-collapse: separate; 
  border-spacing: 10px; 
  margin-top: 2em;
}

#educationtable tr th {
  width: 50%;
}

.degree1 {
  font-weight: 800;
  padding-left: 2em; 
  padding-top: 1em;
}

.schooldates1 {
  font-weight: 700;
  font-style: italic;
  text-align: left;
  padding-left: 20%;
}

.studied1 {
  padding-left: 2em; 
}


.degree2 {
  font-weight: 800;
  padding-left: 2em;
  padding-top: 2em; 
}

.schooldates2 {
  font-weight: 700;
  font-style: italic;
  text-align: left;
  padding-left: 20%;
}

.studied2 {
  padding-left: 2em; 
}

#skillstable {
  width: 100%; 
  border-collapse: separate; 
  border-spacing: 10px; 
  margin-top: 2em;
}

.skillslist {
  padding-left: 2em;
}

#certstable {
  width: 100%;  
  border-collapse: separate; 
  border-spacing: 10px; 
  margin-top: 2em;
}

.certslist {
  padding-left: 2em;
}

#socialtable {
  width: 100%; 
  border-collapse: separate; 
  border-spacing: 10px; 
  margin-top: 2em;
}

#socialtable tr th {
  width: 25%;
}

.socialcenter {
  padding-left: 3em;
}

.onoffswitch {
    position: relative; 
    width: 120px;
    -webkit-user-select:none; 
    -moz-user-select:none; 
    -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; 
    overflow: hidden; 
    cursor: pointer;
    border: 2px solid #FFFFFF; 
    border-radius: 12px;
}
.onoffswitch-inner {
    display: block; 
    width: 200%; 
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; 
    float: left; 
    width: 50%; 
    height: 34px; 
    padding: 0; 
    line-height: 34px;
    font-size: 18px; 
    font-weight: 900;
    color: white; 
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "PUBLIC";
    padding-left: 10px;
    background-color: #3ba5c4; 
    color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "PRIVATE";
    padding-right: 10px;
    background-color: #EEEEEE; 
    color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; 
    width: 18px; 
    margin: 8px;
    background: #FFFFFF;
    position: absolute; 
    top: 0; bottom: 0;
    right: 85px;
    border: 2px solid #FFFFFF; 
    border-radius: 10px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}

#cannabisresume {
  width: 100%; 
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0 .5em;
  padding-top: 0px;
  padding-right: 0.5em;
  padding-bottom: 0px;
  padding-left: 0.5em;  
  background: #FFF;
  display: block;
}

#contacttable {
  width: 100%;  
  border-collapse: separate; 
  border-spacing: 10px;
}

#contacttable td {
  padding-left: 1em;
}

#page {
  width: 100%;
  max-width: 1000px;
  /*height: auto; */
  /*float: left;*/
  margin-top: 2em;
  display: inline-block;
  vertical-align: top;
}

/* Hero Content */
#fronthero {
      width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 0 .5em;
    padding-top: 0px;
    padding-right: 0.5em;
    padding-bottom: 0px;
    padding-left: 0.5em;
    background: #FFF;
    display: block;
}

#fronthero h1 {
    width: 100%;
    color: #292929;
    text-align: center;
    line-height: 1.2;
    font-weight: 800;
    margin: 1em 0 .3em;
    margin-top: .75em;
    margin-right: 0px;
    margin-bottom: 0.3em;
    margin-left: 0px;
    font-size: 28px;
}

#boardhero {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 0 .5em;
    padding-top: 0px;
    padding-right: 0.5em;
    padding-bottom: 0px;
    padding-left: 0.5em;
    background: #FFF;
    display: block;
}

#boardhero h1 {
    width: 100%;
    color: #292929;
    text-align: center;
    line-height: 1.2;
    font-weight: 800;
    font-size: 3em;
    margin: 1em 0 .3em;
    margin-top: .75em;
    margin-right: 0px;
    margin-bottom: 0.3em;
    margin-left: 0px;
}

#boardhero p {
  text-align: center;
}

#hero { 
	 width: 100%;  	
	background: #FFF;
	display: inline-block;
}


#hero h1 { 
	width: 100%;
	color: #000;
  font-weight: 800;
    /* max-width: 85%; */

}

#subcontainer {
  padding-top: 1em;
  padding-bottom: 1em;
}

#subinfo h3 {
  text-align: center;
}

#updatesubinfo {
  text-align: center;
}

#updatesubinfo p {
  text-align: left; 
  padding-left: 38%;
  padding-top: 1em;
}

#updatesubcontainer {
  text-align: center;
}

#subhero hr {
  width: 75%; 
  border-top: #ccc;
}

#updatebillcontainer {
  text-align: center;
}

#seekerhero { 
width: 100%;
max-width: 900px;
margin: 0 auto;
margin-top: 0px;
margin-right: auto;
margin-bottom: 10px;
margin-left: auto;
padding: 0 .5em;
padding-top: 0px;
padding-right: 0.5em;
padding-bottom: 0px;
padding-left: 0.5em;
background: #FFF;
display: block;
overflow:hidden;
}

#seekerhero h1 { 
  font-size: 52px;
  font-weight: 300;
  color: #110630;

}

#seekerhero p {
  color: #808080;
  font-size: 18px;
}

.proof {
  font-weight: 600;
}

#seekerintro {
  width: 50%;
  padding-right: .5em;
  display: inline-block;

}

#seekerheroimage {
  display: inline-block;
  width: 45%;
  float: right;
  padding-top: 1.5em;
}

#seekerhero img {
    width: 100%;
    height: 100%;
}

#employerhero { 
width: 100%;
max-width: 900px;
margin: 0 auto;
margin-top: 0px;
margin-right: auto;
margin-bottom: 10px;
margin-left: auto;
padding: 0 .5em;
padding-top: 0px;
padding-right: 0.5em;
padding-bottom: 0px;
padding-left: 0.5em;
background: #FFF;
display: block;
overflow:hidden;
}

#employerhero h1 { 
  font-size: 52px;
  font-weight: 300;
  color: #110630;

}

#employerhero p {
  color: #808080;
  font-size: 18px;
}

#employerintro {
  width: 50%;
  padding-right: .5em;
  display: inline-block;

}

#employerheroimage {
  display: inline-block;
  width: 45%;
  float: right;
  padding-top: 3em;
}

#employerhero img {
    width: 100%;
    height: 100%;
}

#joinhero { 
width: 100%;
max-width: 900px;
margin: 0 auto;
margin-top: 0px;
margin-right: auto;
margin-bottom: 10px;
margin-left: auto;
padding: 0 .5em;
padding-top: 0px;
padding-right: 0.5em;
padding-bottom: 0px;
padding-left: 0.5em;
background: #FFF;
display: block;
overflow:hidden;
}

#joinintro {
width: 100%;
max-width: 600px;
margin: 0 auto;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
padding: 0.5em;
padding-top: 3em;
padding-right: 0.5em;
padding-bottom: 0px;
padding-left: 0.5em;
background: #FFF;
display: block;
text-align: center;;
}

#joinintro h4 {
  font-weight: 600;
}

#herointro {
  display: inline-block; 
  width: 45%; 
  padding-left: 17.1em;
}

#herointro h1 {
  width: 55%; 
  color: #292929; 
  font-size: 44px;
}

#herosvg {
  display: inline-block;
}

#herosvg img {
  width: 35%;
}

#howcontainer {
  width: 100%; 
  display: inline-block;
  padding-top: 3em;
}

#how {
  width: 100%; 
  display: inline-block;
}

#how h2 {
  color: #292929; 
  font-size: 36px; 
  text-align: center;
}

#steps {
  display: inline-block; 
  width: 100%; 
  text-align: center;
}

#onecontainer {
  display: inline-block; 
  width: 20%; 
  border-radius: 10px; 
  padding: 20px; 
  vertical-align: top;
}

#onecontainer h3 {
  color: #292929; 
  text-align: left;
}

.smallerh3 {
  font-weight: 400; 
  font-size: 18px;
}

#onediv {
  display: inline-block; 
  border-radius: 8px; 
  background: #5bd0a4; 
  color: #fff; 
  font-size: 18px; 
  font-weight: 800; 
  width: 2em; 
  text-align: center; 
  padding: .5em;
}

#twocontainer {
  display: inline-block; 
  width: 20%; 
  border-radius: 10px; 
  padding: 20px; 
  vertical-align: top;
}

#twodiv {
  display: inline-block; 
  border-radius: 8px; 
  background: #5bd0a4; 
  color: #fff; 
  font-size: 18px; 
  font-weight: 800; 
  width: 2em; 
  text-align: center; 
  padding: .5em;
}

#twodiv h3 {
  color: #292929; 
  text-align: left;
}

#threecontainer {
  display: inline-block; 
  width: 20%; 
  border-radius: 10px; 
  padding: 20px; 
  vertical-align: top;
}

#threediv {
  display: inline-block; 
  border-radius: 8px; 
  background: #5bd0a4; 
  color: #fff; 
  font-size: 18px; 
  font-weight: 800; 
  width: 2em; 
  text-align: center; 
  padding: .5em;
}

#threediv h3 {
  color: #292929; 
  text-align: left;
}

#whycontainer {
  width: 100%; 
  display: inline-block;
  padding-top: 3em;
}

#why {
  width: 100%; 
  display: inline-block; 
  text-align: center;
}

#why h2 {
  color: #292929; 
  font-size: 36px;
}

.reasons {
  display: inline-block; 
  width: 100%; 
  text-align: center;
}

.reasonsleft {
  display: inline-block; 
  text-align: left; 
  width: 30%;
}

.reasonslefticon {
  display: inline-block; 
  vertical-align: middle; 
  padding-left: 2em;
}

.reasonslefticon i.far.fa-clock {
  font-size: 52px; 
  color: #5bd0a4;
}

.reasonslefticon i.fas.fa-search-location {
  font-size: 52px; 
  color: #5bd0a4;
}

.reasonslefttext {
  display: inline-block; 
  width: 75%; 
  vertical-align: middle; 
  padding-left: 1em;
}

.reasonslefttext h3 {
  color: #292929; 
  text-align: left;
}

.reasonsright {
  display: inline-block; 
  text-align: left; 
  width: 30%;
}

.reasonsrighticon {
  display: inline-block; 
  vertical-align: middle; 
  padding-left: 2em;
}

.reasonsrighticonb {
  display: inline-block; 
  vertical-align: middle; 
  padding-left: 1.8em;
}

.reasonsrighticon i.fas.fa-running {
  font-size: 52px; 
  color: #5bd0a4;
}

.reasonsrighticonb i.far.fa-smile {
  font-size: 52px; 
  color: #5bd0a4;
}

.reasonsrighticonb i.fas.fa-cannabis {
  font-size: 52px; 
  color: #5bd0a4;
}

.reasonsrighttext {
  display: inline-block; 
  width: 75%; 
  vertical-align: middle; 
  padding-left: 1em;
}

.reasonsrighttextb {
  display: inline-block; 
  width: 75%; 
  vertical-align: middle; 
  padding-left: .8em;
}

.reasonsrighttext h3 {
  color: #292929; 
  text-align: left;
}

#newslettercontainer {
  padding-top: 5em; 
  text-align: center; 
  padding-left: 10em; 
  padding-right: 10em;
}

#getcannabisjobs {
  color: #292929; 
  text-align: center;
  padding-top: .5em;
}

#featurelist {
  text-align: left; 
  padding-left: 38%; 
  font-size: 18px;
}

#formcontainer {
  display: inline-block; 
  padding-top: 1em; 
  padding-bottom: 1em; 
  width: 100%;
}

#newsletteremail {
  display: inline-block; 
  width: 35%; 
  padding-left: 16%;
}

#inneremaildiv {
  text-align: left;
}

#emailinputdiv {
  text-align: left;
}

#stateinputdiv {
  display: inline-block; 
  width: 35%;
}

#innerstatediv {
  text-align: left;
}

.statealert {
  font-size: 14px; 
  font-weight: 400; 
  cursor: pointer;
}

#stateinput {
  text-align: left;
}

.choosestate {
  box-sizing: border-box; 
  border: 2px solid #ccc; 
  border-radius: 4px; 
  font-size: 16px; 
  font-family: 'Nunito'; 
  padding: 8px 10px 8px 10px;
  width: 55% !important;
}

.updatestate {
  box-sizing: border-box; 
  border: 2px solid #ccc; 
  border-radius: 4px; 
  font-size: 16px; 
  font-family: 'Nunito'; 
  padding: 8px 10px 8px 10px;
  width: 25% !important;
}

#email {
  padding: 8px 10px 8px 10px; 
  width: 55%;
}

#subscription {
  padding-top: 3em; 
  padding-bottom: 3em; 
  text-align: center;
}

.card {
  border: 2px solid #ccc; 
  border-radius: 10px; 
  transition: 0.3s;
  height: 150px;
  width: 225px;
  padding-right: 1em;
}

.card:hover {
  
}

.cardcontainer {
  padding: 2px 16px;
  cursor: pointer;
}

.cardcontainer h4 {
  font-weight: 800;
}

.cardposition {
  font-weight: 600;
}

.cardsent {
  font-weight: 400;
  font-size: 14px;
  float: right;
  color: #5a626a;
}

.spinmodal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('https://inweed.io/images/ajax-loader.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .spinmodal {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .spinmodal {
    display: block;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px; 
  transition: 0.3s;
  width: 50%;
}

.modal-content h3 {
  font-weight: 900;
}

.modaltitlecompany {
  font-weight: 700;
}

.modalname {
  font-weight: 700;
  padding-top: .5em;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


#hiremeform {
  width: 25%;
  padding-left: 5%;
  padding-right: 5%;
  display: inline-block;
  vertical-align: top;
}

#hiremeform h4 {
  width: 80%; 
  padding-left: 15%; 
  padding-right: 15%;
  font-weight: 900;
}

#hiremeform p {
  text-align: center;
}

#hiremeform textarea {
  width: 100%; 
  float: none; 
  margin-top: 0; 
  margin-bottom: .5em; 
  margin-left: 0; 
  margin-right: 0; 
  font-size: 18px; 
  box-sizing: border-box; 
  border: 2px solid #ccc;
  border-radius: 4px; 
  background-color: white; 
  background-position: 10px 10px; 
  background-repeat: no-repeat; 
  padding: 12px 15px 12px 15px; 
  font-family: 'Nunito'; 
  display: block;
  line-height: 1.5;
}

#hireme {
  padding-left: 15%;
}

#hiremeprofile {
  width: 25%;
  padding-right: 2%;
  padding-left: 2%;
  padding-top: 2%;
  display: inline-block;
  vertical-align: top;
  margin-top: 5%;
  margin-left: 20%;
  box-sizing: border-box; 
  border: 2px solid #ccc;
  border-radius: 10px;
}


#hiremeprofile img {
  max-height: 7em; 
  max-width: 7em; 
  border-radius: 50%;
  margin-right: .5em;
}


.hiremefirstlast {
  font-weight: 900;
  font-size: 22px;
  padding-left: .5em;
}

.hiremelocation {
  padding-left: .5em;
}


.hiremecategory {
  padding-left: .5em;
}

.hiremerelocate {
  padding-left: .5em;
}

#hiremeprofile h4 {
  text-align: center; 
  padding-top: 3em;
  font-weight: 900;
}

#hiremeform form input[type="text"] {
  width: 100%;
  float: none;
  margin-top: 0;
  margin-bottom: .5em;
  margin-left: 0;
  margin-right: 0;
  font-size: 18px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: white;
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding: 12px 15px 12px 15px;
  font-family: "Nunito";
  display: block;
}

#hiremeform form input[type="email"] {
    width: 100%;
    float: none;
    margin-top: 0;
    margin-bottom: .5em;
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: white;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 15px 12px 15px;
    font-family: "Nunito";
    display: block;
}


#dashhero { 
width: 100%;
max-width: 900px;
margin: 0 auto;
margin-top: 0px;
margin-right: auto;
margin-bottom: 10px;
margin-left: auto;
padding: 0 .5em;
padding-top: 0px;
padding-right: 0.5em;
padding-bottom: 0px;
padding-left: 0.5em;
background: #FFF;
display: block;
overflow:hidden;
}

#dashintro {
width: 100%;
max-width: 600px;
margin: 0 auto;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
padding: 0.5em;
padding-top: 3em;
padding-right: 0.5em;
padding-bottom: 0px;
padding-left: 0.5em;
background: #FFF;
display: block;
text-align: center;;
}

div.logo {
    overflow: hidden;
    border-radius: 0.2em;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #FFF;
    width: 3em;
    height: 3em;
    margin: 0;
        margin-right: 0px;
    margin-right: 0.2em;
    display: inline-block;
    vertical-align: middle;
}


#welcome {
  width: 600px;
  text-align: center;
  display: block;
}


#signup {
  width: 600px;
  text-align: center;
  display: block;
}

#signup form {
  width: 100%;
  max-width: 400px;
  display: inline-block;
}

#signup form h4 {
  display: inline;
  font-weight: 900;
}

#signup form input[type="email"] {
  width: 100%;
  float: none;
  margin-bottom: .5em;
  font-size: 18px;
}

#signup form input[type="password"] {
  width: 100%;
  float: none;
  margin-bottom: .5em;
  font-size: 18px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: white;
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding: 12px 15px 12px 15px;
  font-family: "Nunito";
}

#submitsignup {
    background-color: #5bd0a4;
    border: 2px solid #5bd0a4;
    border-radius: 8px;
    color: white;
    padding: 12px 35px;
    margin: 2em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 900;
    -webkit-appearance: none !important;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    font-family: "Nunito";
}

#submitsignup:hover {
    background-color: #ffffff; /* white */
    color: #5bd0a4;
}

.join {
  font-weight: 600;
}

.forfree {
  font-weight: 900;
}

.member {
  font-weight: 900;
}

#loginhero { 
width: 100%;
max-width: 900px;
margin: 0 auto;
margin-top: 0px;
margin-right: auto;
margin-bottom: 10px;
margin-left: auto;
padding: 0 .5em;
padding-top: 0px;
padding-right: 0.5em;
padding-bottom: 0px;
padding-left: 0.5em;
background: #FFF;
display: block;
overflow:hidden;
}

#loginintro {
width: 100%;
max-width: 600px;
margin: 0 auto;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
padding: 0.5em;
padding-top: 3em;
padding-right: 0.5em;
padding-bottom: 0px;
padding-left: 0.5em;
background: #FFF;
display: block;
text-align: center;;
}


#login {
  width: 600px;
  text-align: center;
  display: block;
}

#login form {
  width: 100%;
  max-width: 400px;
  display: inline-block;
}

#login form h4 {
  display: inline;
}

#login form input[type="email"] {
  width: 100%;
  float: none;
  margin-bottom: .5em;
  font-size: 18px;
}

#login form input[type="password"] {
  width: 100%;
  float: none;
  margin-bottom: .5em;
  font-size: 18px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: white;
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding: 12px 15px 12px 15px;
  font-family: "Nunito";
}

#submitlogin {
    background-color: #5bd0a4;
    border: 2px solid #5bd0a4;
    border-radius: 8px;
    color: white;
    padding: 12px 35px;
    margin: 2em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 900;
    -webkit-appearance: none !important;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    font-family: "Nunito";
}

#submitlogin:hover {
    background-color: #ffffff; /* white */
    color: #5bd0a4;
}

#updatesub {
    background-color: #5bd0a4;
    border: 2px solid #5bd0a4;
    border-radius: 8px;
    color: white;
    padding: 12px 35px;
    margin: 2em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 900;
    -webkit-appearance: none !important;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    font-family: "Nunito";
}

#updatesub:hover {
    background-color: #ffffff; /* white */
    color: #5bd0a4;
}

#updatebilling {
    background-color: #3ba5c4;
    border: 2px solid #3ba5c4;
    border-radius: 8px;
    color: white;
    padding: 12px 35px;
    margin: 2em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 900;
    -webkit-appearance: none !important;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    font-family: "Nunito";
}

#updatebilling:hover {
    background-color: #ffffff; /* white */
    color: #3ba5c4;
}

/* Job Listings */
#jobs {
  	width: 100%; 
  	max-width: 1000px;
  	margin: 0 auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
	 padding: 0 .5em;
    padding-top: 0px;
    padding-right: 0.5em;
    padding-bottom: 0px;
    padding-left: 0.5em;	
  	background: #FFF;
  	display: block;
}

#jobs h2 {
	font-size: 1.5em;
	font-weight: 800;
}


/* Job Post Form */
#jobsform {
	width: 100%; 
	max-width: 900px;
	margin: 0 auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
	padding: 0 .5em;
    padding-top: 0px;
    padding-right: 0.5em;
    padding-bottom: 0px;
    padding-left: 0.5em;	
	background: #FFF;
	display: block;
}

#jobsform h1 {
	font-size: 3em;
	font-weight: 800;
}

#logo {
    display: inline-block;
    vertical-align: middle;
    color: #292929;
}

p.solid {
  border-style: solid;
}

div.logo p {
    color: #dad6d2;
    font-weight: 700;
    font-size: 1.5em;
    margin: 0;
    text-align: center;
    line-height: 2em;
    vertical-align: middle;
}

div.centerit {
    text-align: center;
}


/* Begin checkbox styling */
/* Customize the label (the container) for checkbox */
.container {
  display: block;
  position: relative;
  padding-top: 5px;
  padding-left: 32px;
  margin-top: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;  /* was 25 */
  width: 20px;	/* was 25 */
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #ffffff;
  border: 2px solid #ccc;
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 7px; /* was 9 */
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* End of checkbox styling */

/*#page h3 { color: #8D0D19; } */


/* Resume Post Form */
#resumeform {
  width: 100%; 
  max-width: 900px;
  margin: 0 auto;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0 .5em;
  padding-top: 0px;
  padding-right: 0.5em;
  padding-bottom: 0px;
  padding-left: 0.5em;  
  background: #FFF;
  display: block;
}

#resumeform h1 {
  font-size: 3em;
  font-weight: 800;
}

#resumeformyou {
    width: 100%;
    margin-bottom: 3em;
}

#resumeformyou img {
  cursor: pointer; 
  max-height: 8em;
  max-width: 8em;
  border-radius: 50%;
}

#resumeformlocation {
    width: 100%;
    margin-bottom: 3em;
}

#city {
    width: 50%;
}

#state {
    width: 50%;
}

#lookingfor {
    width: 50%;
}

#type {
    width: 50%;
}

#currentlicense {
    width: 50%;
}

#skills {
    width: 50%;
}

#employer1 {
    width: 50%;
}

#jobtitle1 {
    width: 50%;
}

#jobstart1 {
    width: 50%;
}

#jobend1 {
    width: 50%;
}

#employer2 {
    width: 50%;
}

#jobtitle2 {
    width: 50%;
}

#jobstart2 {
    width: 50%;
}

#jobend2 {
    width: 50%;
}

#degree1 {
    width: 50%;
}

#school1 {
    width: 50%;
}

#schoolstart1 {
    width: 50%;
}

#schoolend1 {
    width: 50%;
}

#degree2 {
    width: 50%;
}

#school2 {
    width: 50%;
}

#schoolstart2 {
    width: 50%;
}

#schoolend2 {
    width: 50%;
}

#resumeformcats {
    width: 100%;
    margin-top: 3em;
}

#resumeformquals {
    width: 100%;
    margin-top: 3em;
}

#resumeformexp {
    width: 100%;
    margin-top: 3em;
}

#resumeformedu {
    width: 100%;
    margin-top: 3em;
}

#resumeformsocial {
    width: 100%;
    margin-top: 3em;
}


/*session message */

#message {
  	color: #3ba5c4;
  	font-weight: 600;
  	background: white;
  	border: 3px solid #3ba5c4;
  	padding: 1em 15px;
    width: 100%;
    max-width: 1000px; 
  	margin: 0 auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  	display: block;
  	border-radius: 5px;
}

.closebtn {
  margin-left: 15px;
  color: #3ba5c4;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* errors */
.errors {
  display: inline-block;
  border: 3px solid #e74c3c; /* red */
  color: #e74c3c;
  font-weight: 600;
  padding: 1em;
  margin-bottom: 1em;
  text-align: left;
  border-radius: 5px;
}


.errors ul {
  margin-bottom: 0;
  padding-left: 1em;
}	

/* end errors */

.highlight {
    background-color: #ffff82;
}

.jobstable {
    border-collapse: collapse;
    border-top: 1px solid #efefef;
    width: 100%;
    max-width: 1000px;
}

.jobstable tr {
   	border-bottom: 1px solid #efefef;
}

.jobstable tr:hover {
	background-color:#f5f5f5;
	cursor: pointer;
	border-bottom: 1px solid #efefef;
}

.jobstable .companylogo {
	padding: 8px;
    text-align: left;
    width: 5%;
}

.jobstable .companyname {
	padding: 8px;
    text-align: left;
	font-size: 1em;
	font-weight: 400;
	width: 40%;
}

.jobstable .jobtitle {
	padding: 8px;
    text-align: left;
	font-size: 1em;
	font-weight: 800;
	width: 30%;
}

.jobstable .joblocation {
	color: #5a626a;
	font-size: .95em;
	font-weight: 600;
}

.jobstable .engagetype {
	min-width: 10em;
}

.jobstable .posted {
	padding: 8px;
    text-align: left;
	font-size: 1em;
	width: 5%;
}

.jobstable .featured {
	background-color: #ffff82;
}

.jobstable .featured:hover {
	background-color: #ffff4f;
}

#jobsform h3 {
	font-weight: 800; 
	font-size: 1.5em;
} 

#logoupload {
  padding-left: 75px;
}

.resumepic {
  padding-left: 0;
}

#companylogolabel {
  padding-left: 10px;
}

#resumepiclabel {
  padding-left: 5px;
  padding-bottom: 10px;
}

/* Job Detail */
#jobdetail {
	width: 100%; 
	max-width: 900px;
	margin: 0 auto;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
	padding: 0 .5em;
  padding-top: 0px;
  padding-right: 0.5em;
  padding-bottom: 0px;
  padding-left: 0.5em;	
	background: #FFF;
	display: block;
}

#jobdetail h1 {
	font-weight: 800;
	font-size: 3em;
}

#jobdetail h2 {
	font-weight: 800;
	font-size: 1em;
	color: #5a626a;
}

#jobdetail h3 {
	font-weight: 800;
	font-size: 1.3em;
}


#jobdetail p {
	font-weight: 400;
}

#jobdetail table {
	width: 100%;
}

.featuredcategory {
    color: #000;
    background-color: #ffff82;
    border: 2px solid #000;
    border-radius: 5px;
    padding: .33em;
    font-weight: 800;
    font-size: .65em;
    vertical-align: middle;
    text-transform: uppercase;
}

.category {
    color: #000;
    background-color: white;
    border: 2px solid #000;
    border-radius: 5px;
    padding: .33em;
    font-weight: 800;
    font-size: .65em;
    vertical-align: middle;
    text-transform: uppercase;
}

.detailjobtitle {
  width: 75%; 
  font-size: 3em; 
  font-weight: 800; 
  vertical-align: middle;
}

.detailcompanyname {
	padding-right: .5em;
	display: inline;
}

.detailjoblocation {
	padding-right: .5em;
	display: inline;
}

.detailremoteok {
  padding-right: .5em;
  display: inline;
}

.detailsalary {
	padding-right: .5em;
	display: inline;
}

.detailengagetype {
	padding-right: .5em;
	padding-left: .5em;
	display: inline;
}

.detailcategory {
	padding-right: .5em;
	padding-left: .5em;
	display: inline;
}

.detaillicense {
	padding-left: .5em;
	display: inline;
}

.detailposted {
	font-weight: 400;
	color: #585450;
	font-size: .8em;
}

.detaillink {
  padding: 1em;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #f1f1f1;
  color: #555;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  margin-left: .5em;
  font-weight: 800;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 110%;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.footer { 
 	width: 100%;  
	margin: 0 auto;
  margin-top: 1em;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 2em;
  padding-right: 0px;
  padding-bottom: 2em;
  padding-left: 0px;	
  font-size: 16px;
  background: #292929;  
  color: white;
  text-align: center;
  	
}

.footercontainer {
  padding-top: 1em;
  padding-bottom: 1em;

}

.footer ul li {
  list-style: none;
  line-height: 1.9;
}

.footer a:link, a:visited, a:hover, a:active {
    color: #fff;
    text-decoration: none;
}

.col_1 {
  display: inline-block;
  text-align: left;
  padding-left: 5em;
  padding-right: 5em;
  padding-top: 1em;
  padding-bottom: 1em;
  max-width: 25%;
  vertical-align: top;
}

.col_2 {
  display: inline-block;
  text-align: left;
  padding-left: 5em;
  padding-right: 5em;
  padding-top: 1em;
  padding-bottom: 1em;
  max-width: 25%;
  vertical-align: top;
}

.col_3 {
  display: inline-block;
  text-align: left;
  padding-left: 5em;
  padding-right: 5em;
  padding-top: 1em;
  padding-bottom: 1em;
  max-width: 25%;
  vertical-align: top;
}

.col_4 {
  display: inline-block;
  text-align: left;
  padding-left: 5em;
  padding-right: 5em;
  padding-top: 1em;
  padding-bottom: 1em;
  max-width: 25%;
  vertical-align: top;
}

/* Simple MDE */
.CodeMirror {
	height: 200px !important;
	border: 2px solid #ccc !important;
}

.editor-toolbar {
	border-top: 2px solid #ccc !important;
	border-left: 2px solid #ccc !important;
	border-right: 2px solid #ccc !important;
}
/* End Simple MDE */

/* typewriter effect */
.typewriter p {
	 font-family: Nunito;
    letter-spacing: .15em;
    margin: 0 auto;
    color: #292929; 
    font-size: 24px;
}
/* end typewriter effect */



/* mobile friendly stuff */
@media only screen and (max-width: 600px) {
	#logo {
    padding-left: .3em;
  }

  #hero {
		width: auto;
	}

  #herointro {
    width: unset;
    padding-left: 0;
  }

  #herointro h1 {
    width: unset;
    text-align: center;
  }

  #header .navigation {
    width: 100%;
    display: block;
    padding: 0px;
    font-size: 14px;
  }

  #menu {
    width: 100%;
    padding-left: 0;
  }

  #empnavigation {
    padding-left: .5em;
  }

  #seeknavigation {
    padding-left: .5em;
  }

  #navigation {
    padding-left: .5em;
  }

  #join {
    padding: 0;
    padding-left: .3em;
    float: unset;
  }

  #updatesubinfo p {
    text-align: left;
    padding-left: 1.2em;
    padding-top: .5em;
}

.updatestate {
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    font-family: 'Nunito';
    padding: 8px 10px 8px 10px;
    width: 90% !important;
}

  #licensespan input {
    width: 100%;
  }

  #salaryspan input {
    width: 100%;
  }

  #companyspan input {
    width: 100%;
  }

  #jobsformcompany th {
    width: unset;
  }

  a.nav:link, a.nav:visited, a.nav:hover, a.nav:active {
    color: #575757;
    text-decoration: none;
    padding-left: .15em;
    padding-right: .15em;
}

  #header .logo {
    width: 100%;
    display: block;
  }

  #header .join {
    width: 100%;
    display: block;
    padding: 0px;
    float: none;
  }

  #fronthero {
    width: auto;
    max-width: unset;
    padding: 0;
  }

  #boardhero {
    width: auto;
    max-width: unset;
    padding: 0;
  }

  #seekerhero {
    width: auto;
  }

  #seekerintro {
    width: 100%;
    display: block;
    padding: 0px;
  }

  #seekerhero h1 {
    font-size: 2em;
    width: 100%;
  }

  #seekerhero p {
    font-size: 1em;
    width: 100%;
  }

  #getstartedbutton {
    padding: 2px 6px;
  }

  #seekerheroimage {
    width: 90%;
    display: block;
    float: none;
    margin-top: 2em;
    text-align: center;
  }

  #employerhero {
    width: auto;
  }

  #employerintro {
    width: 100%;
    display: block;
    padding: 0px;
  }

  #employerhero h1 {
    font-size: 2em;
    width: 100%;
  }

  #employerhero p {
    font-size: 1em;
    width: 100%;
  }

  #employerheroimage {
    width: 90%;
    display: block;
    float: none;
    margin-top: 2em;
    text-align: center;
  }

  #joinhero {
    width: auto;
  }


  #joinintro {
    width: 100%;
    display: block;
    padding: 0px;
  }

  #dashhero {
    width: auto;
  }

  #dashintro {
    width: 100%;
    display: block;
    padding: 0px;
  }

  #welcome {
    width: 100%;
    display: block;
    padding: 0px;
  }


  #signup {
    width: 100%;
    display: block;
    padding: 0px;
  }

  #signup h4 {
    text-align: left;
  }


  #submitsignup {
    padding: 5px 12px;
  }

	input[type="email"] {
		width: 90%;
		vertical-align: middle;
	}

  input[type="password"] {
    width: 90%;
    vertical-align: middle;
  }

	input[type="text"] {
		width: 90%;
		display: block;
		margin-top: .5em;
		margin-bottom: .5em;
		vertical-align: middle;
	}

  input[type="date"] {
    width: 90%;
    display: block;
    margin-top: .5em;
    margin-bottom: .5em;
    vertical-align: middle;
  }

  #loginhero {
    width: auto;
  }

  #loginintro {
    width: 100%;
    display: block;
    padding: 0px;
  }

  #login {
    width: 100%;
    display: block;
    padding: 0px;
  }

  #login h4 {
    text-align: left;
  }

  #submitlogin {
    padding: 5px 12px;
  }

  #joinbutton {
    float: none;
  }

	 #searchform {
		  text-align: center;
	  }

  .typewriter {
    	width: auto;
      text-align: center;
    }

  .typewriter p {
    	font-size: 22px;
    }

  #pcontainer {
      text-align: center;
    }

  #herosvg {
    text-align: center;
    padding-top: 2em;
  }

  #howcontainer {
    width: 97%;
    padding-top: 1.5em;
  }

  #onecontainer {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: .2em;
  }

  #onecontainer h3 {
    text-align: center;
  }

  #twocontainer {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: .2em;
  }

  #twocontainer h3 {
    text-align: center;
  }

  #threecontainer {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: .2em;
  }

  #threecontainer h3 {
    text-align: center;
  }

  #whycontainer {
    width: 97%;
    padding-top: 1.5em;
  }

  .reasonsleft {
    display: block;
    width: 100%;
    text-align: center;
    padding-left: .2em;
  }

  .reasonslefticon {
    display: block;
    padding: 0;
  }

  .reasonslefttext {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: .5em;
    padding-left: 0;
    text-align: center;
  }

  .reasonslefttext h3 {
    text-align: center;
  }

  .reasonsright {
    display: block;
    width: 100%;
    text-align: center;
    padding-left: .2em;
  }

  .reasonsrighticon {
    display: block;
    padding: 0;
  }

  .reasonsrighttext {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: .5em;
    padding-left: 0;
    text-align: center;
  }

  .reasonsrighttext h3 {
    text-align: center;
  }

  .reasonsrighticonb {
    display: block;
    padding: 0;
  }

  .reasonsrighttextb {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-right: .5em;
    padding-bottom: 0;
    padding-left: 0;
    text-align: center;
  }

  #newslettercontainer {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: .2em;
  }

  #getcannabisjobs {
    padding: 0;
  }

  #featurelist {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 2em;
  }

  #newsletteremail {
    display: block;
    width: 100%;
    padding-left: 0;
  }

  #inneremaildiv {
    padding-left: 2em;
  }

  #emailinputdiv {
    padding-left: 2em;
  }

  #email {
    width: 90%;
  }

  #stateinputdiv {
    display: block;
    width: 100%;
    padding: 0;
  }

  #innerstatediv {
    padding-left: 2em;
  }

  #stateinput {
    padding-left: 2em;
  }

  .choosestate {
    width: 90% !important;
  }

  #twitter {
      display: none; 
    }

  #mc_embed_signup .clear {
    	padding-top: 1em;
    }

    #jobs {
    	padding: 0;
    	margin: 0;
    }

    #jobs h2 {
    	padding-left: 10px;
    }
  
  	.jobstable {
  		table-layout: fixed;
  		max-width: 600px;
  	}

  	.jobstable tr {
  		width: 100%;
  	}

  	.jobstable td {
  		word-wrap: break-word;
  	}

  	.jobstable .companylogo {
  		width: 20%;
  	}

    .jobstable .jobtitle {
    	display:block;
    	width: 100%;
    	padding-top: 3px;
    	padding-bottom: 3px;
    	padding-left: 10px;
    	padding-right: 3px;
    }

    .jobstable .companyname {
    	display:block;
    	width: 100%;
    	font-size: .9em;
    	padding-top: 3px;
    	padding-bottom: 3px;
    	padding-left: 10px;
    	padding-right: 3px;
    }

    .jobstable .engagetype {
    	display:block;
    	width: 100%;
    	padding-top: 10px;
    	padding-bottom: 10px;
    	padding-left: 10px;
    	padding-right: 3px;
    }

    .jobstable .posted {
    	font-size: .9em;
    	width: 15%;
    	padding: 4px;
    }

    #jobdetail {
      padding: 0;
      margin: 0;
    }

    #jobdetail h3 {
      padding-left: .2em;
    }

    #jobdetail p {
      padding-left: .2em;
      padding-right: .2em;
    }

    #jobdetail table {
      table-layout: fixed;
      max-width: 600px;
    }

    #jobdetail tr {
      width: 100%;
    }

    #jobdetail td {
      display: block;
      width: 100%; 
      word-wrap: break-word;
    }

    .detailjobtitle {
      width: 100%;
      font-size: 3em; 
      font-weight: 800; 
      vertical-align: middle;
    }

    .detailposted {
      padding-left: .5em;
      padding-right: .5em;
    }

    .detailcompanyname {
      display: block;
      padding-left: .2em;
    }

    .detailjoblocation {
      padding-left: .2em;
    }

    .detailremoteok {
      padding-left: .2em;
    }

    .detailsalary {
      display: block;
      padding-left: .2em;
    }

    .detailengagetype {
      display: block;
      padding-left: .2em;
    }

    .detailcategory {
      display: block;
      padding-left: .2em;
    }

    .detaillicense {
      display: block;
      padding-left: .2em;
    }

    .detaillink {
      padding: 1em;
    }

    .tooltip .tooltiptext {
      visibility: hidden;
    }

    .tooltip:hover .tooltiptext {
      visibility: hidden;
    }

    .btn {
    	font-size: .8em;
    	font-weight:700;
    	color:rgb(100,100,100);
    	border: none;
    	outline: none;
    	padding:0.25em;
    	padding-left:.5em;
    	padding-right:.5em;
    	text-transform:uppercase;
    	background-color: white;
    	cursor: pointer;
    	border:2px solid #ccc;
    	border-style: solid;
    	border-radius: 5px;
    	margin:0.65em;
    	display:inline-block;
    	line-height:1.5;
    	font-family: "Nunito";
 }

 	.btn:hover, .active {
    	background-color:rgb(214,214,214);
  }

  #jobsform {
    width: auto;
  }

  #jobsform h1 {
    width: 100%;
    font-size: 2em;
  }

  #jobsform h3 {
    width: 100%;
  }

  #jobsformcats td {
    display: block;
  }

  #jobsformcompany td {
    display: block;
  }

  #jobsformcompany img {
    padding-left: 2em;
  }

  #companylogolabel {
    padding-left: 0px;
  }

  #logoupload {
    padding-left: 0px;
  }

  #resumeform {
    width: auto;
  }

  #resumeformyou {
    margin-bottom: 2em;
  }

  #resumeformlocation {
    margin-bottom: 2em;
  }

  #resumeformcats {
    margin-top: 0em;
  }

  #resumeformquals {
    margin-top: 2em;
  }

  #resumeformexp {
    margin-top: 2em;
  }

  #resumeformedu {
    margin-top: 2em;
  }

  #resumeformsocial {
    margin-top: 2em;
  }

  #resumeform h1 {
    width: 100%;
    font-size: 2em;
  }

  #resumeform h3 {
    width: 100%;
  }

  #resumeformlocation td {
    display: block;
  }

  #resumeformcats td {
    display: block;
  }

  #resumeformquals td {
    display: block;
  }

  #resumeformexp td {
    display: block;
  }

  #resumeformedu td {
    display: block;
  }

  #resumeformsocial td {
    display: block;
  }

  #resumeformyou td {
    display: block;
  }

  .resumepic {
    padding-left: 0px;
    text-align: center;
  }

  #resumepiclabel {
    padding-left: 0px;
    text-align: left;
  }

  #city {
    width: 100%;
  }

  #state {
    width: 100%;
  }

  #lookingfor {
    width: 100%;
  }

  #type {
    width: 100%;
  }

  #currentlicense {
    width: 100%;
  }

  #skills {
    width: 100%;
  }

  #employer1 {
    width: 100%;
  }

  #jobtitle1 {
    width: 100%;
  }

  #jobstart1 {
    width: 100%;
  }

  #jobend1 {
    width: 100%;
  }

  #employer2 {
    width: 100%;
  }

  #jobtitle2 {
    width: 100%;
  }

  #jobstart2 {
    width: 100%;
  }

  #jobend2 {
    width: 100%;
  }

  #degree1 {
    width: 100%;
  }

  #school1 {
    width: 100%;
  }

  #schoolstart1 {
    width: 100%;
  }

  #schoolend1 {
    width: 100%;
  }

  #degree2 {
    width: 100%;
  }

  #school2 {
    width: 100%;
  }

  #schoolstart2 {
    width: 100%;
  }

  #schoolend2 {
    width: 100%;
  }

  .lightertext {
    display: block;
    padding-bottom: .5em;
  }

  .footer {
    padding: 0;
    margin: 0;
  }

  .footercontainer {
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 0;
  }

  .footercontainer ul {
    padding-left: .5em;
  }

 .col_1 {
    width: 100%;
    max-width: 100%;
    display: block;
    text-align: center;
    padding: 0;
    padding-top: .5em;
 }

 .col_2 {
    width: 100%;
    max-width: 100%;
    display: block;
    text-align: left;
    padding: 0;
    padding-top: .5em;
 }

  .col_3 {
    width: 100%;
    max-width: 100%;
    display: block;
    text-align: left;
    padding: 0;
    padding-top: .5em;
 }

  .col_4 {
    width: 100%;
    max-width: 100%;
    display: block;
    text-align: left;
    padding: 0;
    padding-top: .5em;
    padding-bottom: .5em;
 }

 .footerad {
    max-width: 600px;
    height: auto;
    display: block;
    text-align: center;
 }

 .footerad img {
    width: 100%;
    max-width:100%;
    display: block;
 }

 .madewithlove {
    width: 100%;
    max-width: 100%;
    height: 50px;
    display: block;
    text-align: center;
 }


 #leftnav {
    width: 100%;
    margin: 0;
    margin-top: 1em;
    padding: 0;
 }

 #navigationtable {
    width: 100%;
    text-align: center;
 }

 #navigationtable tr {
    display: inline;
 }

 #dashtable {
    width: 100%;
 }

 #dashtable td {
    width: 100%;
    display: block;
    margin-bottom: .5em;
 }

 #offerstable {
  width: 100%;
 }

 #offerstable td {
  width: 100%;
  display: block;
 }

 .card {
  padding: 0;
  width: auto;
 }

#resumestatus {
    display: block;
    padding: 0;
}

#applied {
    display: block;
    padding: 0;
}

#interviews {
    display: block;
    padding: 0;
}

#messages {
    display: block;
    padding: 0;
}

 #todayalerts {
    width: 100%;
    margin-top: 3em;
    margin-bottom: 3em;
 }

#toggletable {
    width: 100%;
    border-spacing: 4px;
}

.publicprivate {  
  padding: 0;
  width: auto;
}

.onoffswitch {
  width: 100%;
}

.edit {
  width: auto;
}

#editbutton {
  width: 100%;
  float: none;
}

.view {
  width: auto;
  padding: 0;
}

#viewbutton {
  width: 100%;
  float: none;
}

#cannabisresume {
  padding: 0;
  margin: 0;
}

#contacttable {
  border-spacing: 0px;
}

#contacttable td {
  padding-left: .5em;
}

#nametable {
    width: 100%;
}

#nametable td {
    width: 100%;
    display: block;
}

#nametable img {
    max-height: 6em;
    max-width: 6em;
    border-radius: 50%;
}

.firstlast {
    padding: 0;
}

.imgclass {
    padding: 0;
}


#aboutmetable {
    width: 100%;
}

#aboutmetable td {
    width: 100%;
    display: block;
}

#aboutmetext {
    padding: .5em;
}

.boldheader {
    padding: 0;
}

#experiencetable {
    width: 100%;
}

#experiencetable tr th {
    width: 100%;
}


#experiencetable td {
    width: 100%;
    display: block;
}

.title1 {
    padding: 0;
}

.workdates1 {
    padding: 0;
}

.description1 {
    padding: 0;
}


.title2 {
    padding: 0;
}

.workdates2 {
    padding: 0;
}

.description2 {
    padding: 0;
}

#educationtable {
    width: 100%;
}

#educationtable tr th {
    width: 100%;
}

#educationtable td {
    width: 100%;
    display: block;
}


.degree1 {
  padding: 0;
}

.schooldates1 {
  padding: 0;
}

.studied1 {
  padding: 0;
}

.degree2 {
  padding: 0;
}

.schooldates2 {
  padding: 0;
}

.studied2 {
  padding: 0;
}

#skillstable {
  width: 100%;
}

.skillslist {
  padding: 0;
}

#certstable {
  width: 100%;
  border-spacing: 5px;
}

.certslist {
  padding: 0;
}

#socialtable {
  width: 100%;
}

#socialtable tr th {
  width: 100%;
}

#socialtable td {
  width: 100%;
  display: block;
}

.socialcenter {
  padding: 0;
}

#hiremeform {
  width: 100%;
  display: block;
  padding: 0;
}

#hiremeform h4 {
  width: 100%;
  padding: 0;
  display: block;
}

#hireme {
  padding: 0;
}

#hiremeprofile {
  width: 100%;
  display: block;
  padding-right: 0;
  padding-left: 0;
  margin: 0;
}

#hiremeprofile img{
  margin: 0;
}


#message {
  padding: 0;
  width: unset;
  max-width: unset;
}

   /* body .madeby {
    	display: none;
    } */


} /* end mobile friendly stuff */