
table tr td {
	vertical-align: top;
}

* {
  /*font-weight: 400;*/
  font-style: normal;
  font-family: 'Calibri', Helvetica, sans-serif;
  /*color: #000000;*/
 /* font-size: 14px; */
  /*line-height: 1.8;*/
  line-height: 1.6;
  letter-spacing: 0px;
}

.small, .note {
	font-size: 8pt
}

.indent {
  margin-left: 30px;
}

p {
	margin-bottom: 15pt;
}

/*span.moto-color3_3 {
	color: white;
}*/

ol li {
  margin-left: 35px;
}

ul {
  margin-bottom: 20px;
}

ul li {
  margin-left: 35px;
}

ul + br {       /* BBcode creates issues by putting <br>s behind lists that already have bottom-padding on them, so this fixes */
  display: none;
}

.center {
  text-align: center;
}

table {
  width: 100%;
}

.float-right {
  float: right;
}

.moto-container_content_569ec0e2 {
    background-image: url('/assets-v3/splash/dreamstime_xxl_33855555.jpg');

}

.moto-container_content_569ec0e9 {
  background-image: url('/assets-v3/splash/shutterstock_131281643.jpg');
}


h1 {
  border-bottom: 1px solid #f3f3f3;
}

h2, h3 {
  text-align: center;
}

div.apply
{
  background-color: #A8FFB0;
  padding: 8px;
  margin-bottom: 16px;
  margin-left: 250px;
  margin-right: 250px;
  text-align: center;

}

div.apply a
{
  color: #333;
  text-decoration: none;
  font-weight: bold;
  font-size: 13pt;
  text-align: center;
}

.curvycorners
{
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}




.button3-111px, .button3-125px, .button3-180px
{
  margin-top: 8px;

  background-color: white;

  padding: 3px;
  padding-left: 8px;
  padding-right: 8px;

  border: 1px outset #9a9a9a;
  border-radius: 20px;

}

.button3-111px
{
  width: 111px;

}

.button3-125px
{
  width: 160px;

}

.button3-180px
{
  width: 180px;

}

.button3-111px a, .button3-125px a, .button3-180px a
{
  font-weight: bold;
  font-size: 11pt;
  text-decoration: none;

  /*padding-left: 12px;*/

  line-height: 26px;

  color: #6c6969;
}



/* Job display stuff */


#job_info_box, #job_apply_box, #job_other_box, #job_file_box, #job_subscribe_box
{
  width: 100%;
  border: 1px solid #c3c3c3;
  margin-right: 15px;

  /*background-color: red;*/

  align: left;
}

#job_info_box td, #job_apply_box td, #job_other_box td, #job_subscribe_box td
{
  padding: 3px;
  padding-left: 2px;
  align: left;
}

#job_other_box td
{
  padding-top: 3px;
}

#job_other_box td table td
{
  padding: 0px;
}

#job_info_box hr
{
  color: #d9d9d9;
  padding: 0;
  margin: 0;
  margin-left: 10px;
  margin-right: 10px;
  height: 1px;
}

#job_other_location, #job_other_at
{
  font-size: 9px;
  line-height: 14px;
}

#job_other_location a, #job_other_at a
{
  color: #434343;
  text-decoration: none;
}


#job_file_photo_box
{
  border: 1px solid #c3c3c3;
}

#job_file_photo_box td
{
  padding: 6px;
  width: 174px;

}

#job_file_photo_box a
{
  font-size: 8pt;
}

#job_file_other_box
{
  border: 1px solid #c3c3c3;
  width: 174px;
}

#job_file_other_box ul
{
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  font-size: 8pt;
}

#job_file_box
{
  float: right;
  width: 174px;
  border: 0;
  margin-left: 15px;
}

.job_descrip_list, .job_descrip_list ul
{
  margin: 0;
  padding: 0;
  margin-top: 10px;
}

.job_descrip_list li
{
  margin: 0;
  margin-left: 30px;
  margin-top: 5px;
}

table.record tr td {
  padding: 10px;
}

.alternate {
  background-color: #f3f3f3;
}

.success_box
{
  background-color: #e9ffda;
  border: 1px solid #88c95d;
  padding: 8px;
}

.error_box,
{
  color: red;
  width: 300px;
  background-color: #ab3b3d;
  border: 1px solid #ff0000;
}

.warning_box
{
  background: #ffffe0;
  border: 1px solid #e6db55;
  padding: 8px;
}

div.error, div.warning, label.error, label.warning, .validation-error     /* Should be used to warn/notify a user about something important */
{
  color: #D8000C !important;
  border: 1px solid #D8000C;

  background-color: #FFBABA;
  background-image: url('/assets/misc/validation-error.png');
  background-repeat: no-repeat;
  background-position: 3px 4px;

  padding: 4px;
  padding-left: 24px;

  -moz-border-radius: 6px; /* Firefox */
  -webkit-border-radius: 6px; /* Safari, Chrome */
  border-radius: 6px;

  width: auto !important;
}

b, strong, span.bold {
  font-weight: bold;
}

i, em, span.italic {
  font-style: italic;
}

span.underline {
  text-decoration: underline;
}

#mobile_menu {
  position: relative;
  z-index: 2;
}

#mobile_menu_content {
  margin-left: 40%;
  width: 60%;
  position: absolute;
  background-color: #1c61ca; 
}

#mobile_menu_content ul
{
  margin-bottom: 0px;
  margin-left: 0px;
  list-style: none;
}

#mobile_menu_content ul li:first-child
{
  border-top: none;
}

#mobile_menu_content ul li
{
  padding-top: 12px;
  padding-bottom: 13px;
  margin-left: 0px;
  border-top: solid 1px white;
}


#mobile_menu_content ul li a
{
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #ffffff;
  text-decoration: none;
  margin-left: 20px;
}