﻿br.clear {
  clear: both;
  display: block;
  height: 1px;
  margin: -1px 0 0 0;
}
* {
  margin: 0;
  padding: 0;
}
body {
  background: #dadcdd;
  font-size: 100%;
  line-height: 1em;
  font-family: tahoma;
  color: #5d6669;
  text-align: center;
}

h1 {

  color: #333;
  font-weight: normal;
  font-size: 28px;
  line-height: 30px;
  margin: 20px 0 10px 0;
}
h2 {
  color: #333;
  font-weight: normal;
  font-size: 26px;
  line-height: 30px;
  margin: 20px 0 0 0px;
}
h3 {
  color: #666666;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  margin: 10px 0 0 0;
}
.text {
  color: #666;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 0 0px;
  padding: 0 0px 0 0;
}
.subtext {
  color: #333;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 0 5px;
}
.formtext {
  color: #666;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0px 0 20px;
}
.disclaimer {
  color: #666;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  margin: 60px 0 20px 0px;
  text-align: justify;
}

.orange {
  color: #ed7100;
}
.font_2 {
  color: #666;
  font-weight: normal;
}

.btn {
  -webkit-border-radius: 25;
  -moz-border-radius: 25;
  border-radius: 25px;
  font-family: Arial;
  color: #ffffff;
  font-size: 17px;
  background: #ff9900;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  float: right;
}

.btn:hover {
  background: #cc6600;
  text-decoration: none;
}

.btn-small {
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  background: #ff9900;
  padding: 1px 6px 1px 6px;
  text-decoration: none;
  float: right;
}

.btn-small:hover {
  background: #cc6600;
  text-decoration: none;
}

.allcaps {
  text-transform: uppercase;
  padding-bottom: 5px;
}

/*in_line*/
input,
select,
textarea {
  vertical-align: middle;
  font-weight: normal;
  font-family: tahoma;
  color: #5d6669;
  font-size: 16px;
}
img {
  border: 0;
  /*vertical-align: top;*/
  text-align: left;
}
ul {
  list-style: none;
}
input {
  width: 230px;
  height: 20px;
  padding: 2px 2px 2px 2px;
}
.div_input {
  height: 26px;
  width: 230px;
  margin: 0 15px 5px 0px;
}
textarea {
  width: 250px;
  height: 75px;
  overflow: auto;
  margin-bottom: 10px;
  margin-top: 10px;
  display: block;
  padding: 2px 2px 2px 2px;
}

/*==================list====================*/
ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul li {
  line-height: 1.81em;
}
ul li a {
  text-decoration: none;
  color: #5d6669;
  background: url("../images/marker_list.gif") no-repeat 0 5px;
  padding-left: 15px;
}
ul li a:hover {
  text-decoration: none;
  color: #ed7100;
}

dl.price {
  margin-bottom: 20px;
}
.price dd {
  background: url("../images/list_bg.gif") repeat-x 50% bottom;
}
.price span {
  float: right;
  background: #fff;
}
.price a {
  color: #5d6669;
  text-decoration: none;
  background: #fff;
}
.price a:hover {
  color: #ed7100;
}
/*==========================================*/

a {
  text-decoration: none;
  color: #5d6669;
}
a:hover {
  text-decoration: underline;
}

a.link {
  text-decoration: none;
  color: #ed7100;
  text-transform: uppercase;
  font-size: 1.18em;
  font-family: Verdana;
  font-weight: bold;
}
a.link:hover {
  text-decoration: underline;
  color: #5d6669;
}

.fright {
  float: right;
}
.fleft {
  float: left;
}
.clear {
  clear: both;
}

p {
  margin: 0 0 16px 0;
}
.p1 {
  margin: 0 0 27px 0;
}

#site_center {
  background: #fff url("../images/top_bg.jpg") repeat-x 0 60px;
}

#formbox_main {
  margin: 0 auto;
  width: 890px;
  text-align: left;
  padding-left: 0px;
}

/*header*/
#header {
  height: 340px;
  background: url("../images/header_bg_rep.jpg") repeat-x 0 60px;
}
#header .bg_1 {
  width: 100%;
  background: url("../images/header_bg_left.jpg") no-repeat 0 60px;
}
#header .bg_2 {
  width: 100%;
  background: url("../images/header_bg_right.jpg") no-repeat right 60px;
  height: 340px;
  text-align: right;
}

.slogan {
  position: absolute;
  font-family: "Times New Roman", Times, serif;
  color: #f5f5f5;
  font-weight: normal;
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
  margin: 50px 0 0 150px;
}
.logo {
  position: absolute;
  margin: 211px 0 0 0;
}

/*content*/
#content {
  min-height: 411px;
  height: auto !important;
  height: 411px;
  font-size: 0.6875em;
  line-height: 1.45em;
}
.title {
  margin-bottom: 17px;
}
.title_1 {
  margin-bottom: 22px;
}

.img {
  margin-bottom: 14px;
}
.img_left {
  float: left;
  margin: 8px 20px 18px 0;
}
.img_right {
  float: right;
  margin: 0px 0px 18px 20px;
}
.box {
  width: 100%;
}
.office-locations {
  color: #666;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 0 0px;
}

/*program menu*/
/*#menu {
  font-size: 16px;
  line-height: 1.45em;
  text-align: right;
  margin: 20px 0 90px 0;
  background-color: #cccccc;
}
#menu a {
  color: #ed7100;
}
#menu a:hover {
  text-decoration: underline;
}*/
.baseline {
  vertical-align: baseline;
}

/*program tables*/
#programtable {
  font-size: 15px;
}
.table {
  display: table;
}
.title {
  display: table-caption;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.heading {
  display: table-row;
  font-weight: bold;
  text-align: center;
}
.row {
  display: table-row;
}
.row-space {
  display: table-row;
  padding-top: 30px;
}
.cell {
  display: table-cell;
  border: solid;
  border-width: thin;
  padding: 8px 5px 8px 5px;
}
.cell-center {
  display: table-cell;
  border: solid;
  border-width: thin;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}

/*formbox*/
#formbox_main {
  background: #f9f9f9;
  color: #5d6669;
  font-size: 11px;
  line-height: 8.8em;
  text-align: left;
}
.formbox-headline {
  text-align: center;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 20px;
}
#send-button {
  height: 40px;
  color: #000000;
  background-color: #ff9900;
  border: 1pt ridge lightgrey;
  border-radius: 6px;
  moz-border-radius: 6px;
  webkit-border-radius: 6px;
}
#send-button:hover {
  background-color: #ffb03c;
}

a.tooltip {
  outline: none;
  text-decoration: none;
  text-decoration-style: dashed;
  font-style: italic;
}
a.tooltip strong {
  line-height: 30px;
}
a.tooltip:hover {
  text-decoration: none;
}
a.tooltip span {
  z-index: 10;
  display: none;
  padding: 14px 20px;
  margin-top: -30px;
  margin-left: 0px;
  width: 300px;
  line-height: 16px;
  font-size: 16px;
}
a.tooltip:hover span {
  display: inline;
  position: absolute;
  color: #111;
  border: 1px solid #dca;
  background: #ff9933;
}
.callout {
  z-index: 20;
  position: absolute;
  top: 30px;
  border: 0;
  left: -12px;
}
/*CSS3 extras*/
a.tooltip span {
  border-radius: 4px;
  box-shadow: 5px 5px 8px #ccc;
}

/*footer*/
#footer {
  background: #999;
  color: #000;
  font-size: 11px;
  line-height: 8.8em;
  text-align: center;
}
#footer a {
  color: #000;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}

/*back to top button */
a.back-to-top {
  display: none;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  position: fixed;
  z-index: 9999;
  right: 20px;
  bottom: 20px;
  background: #ff6600 url("../images/up-arrow.png") no-repeat center 43%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
a:hover.back-to-top {
  background-color: #000;
}

/*configurator*/
p {
  font-family: arial, helvetica, sans-serif;
}

input {
  font-family: arial, helvetica, sans-serif;
  text-align: center;
  width: 200px;
  height: 40px;
}

div#modaltitle {
  font-family: arial, helvetica, sans-serif;
  font-size: 120%;
  text-align: center;
}

div#question {
  font-family: arial, helvetica, sans-serif;
  font-size: 90%;
  text-align: left;
}

p.popuptext {
  font-family: arial, helvetica, sans-serif;
  font-size: 90%;
  text-align: left;
}

div.form {
  display: block;
  text-align: left;
}

form {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

input[type=submit] {
  -webkit-border-radius: 25;
  -moz-border-radius: 25;
  border-radius: 25px;
  font-family: Arial;
  color: #ffffff;
  font-size: 17px;
  background: #ff9900;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  float: left;
  text-align: center;
  margin-left: 0px;
  height: 40px;
}

input.radiobtn {
  margin: 0px 0px 5px 0px;
  width: 75px;
}

.btn-config-left {
  -webkit-border-radius: 25;
  -moz-border-radius: 25;
  border-radius: 25px;
  font-family: Arial;
  color: #ffffff;
  font-size: 17px;
  background: #ff9900;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  float: left;
  text-align: center;
  margin-left: 0px;
  height: 40px;
}

.btn-config-left:hover {
  background: #cc6600;
  text-decoration: none;
}

button#goback {
  display: inline-block;
  text-align: center;
  width: 70px;
  margin: 0px 100px 0px 0px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99; /* Sit on top */
  padding-top: 80px; /* 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 #888;
  width: 400px;
}

/* The Close Button */
.close {
  color: #000000;
  width: 65px;
  font-size: 13px;
  font-weight: bold;
}

#closebtn {
  width: 100%;
  /*border: 1px solid black;*/
  display: flex;
  align-items: center;
  justify-content: center;
}

#newsbanner {
  position: relative;
  background-color:#F8F8F8;
  z-index: 1;
  xheight: 40vh;
  xtop: 130px;
  left: 0;
  xbox-shadow: -4px 4px 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  font-size: 13px;
  xline-height: 30px;
  padding-top:10px;
  padding-bottom:10px;
}

#newsbanner > img {
  height: 100%;
  width: 100%;
}

@media (max-width: 600px) {
  #newsbanner {
    height: 4vh;
    padding-top:10px;
    padding-bottom:10px;
  }

}

span.email b {
	display: none;
}

