html {
  height: 100%;
}

html body {
  color: #596b7b;
  font: 400 17px/170% "proxima-nova", sans-serif;
  height: 100%;
  overflow-x: hidden;
  position: relative;
}

html body a {
  color: #116cac;
}

html body a:hover {
  color: #116cac;
}

html body a:active {
  outline: none;
  -moz-outline-style: none;
}

html body a:focus {
  outline: none;
  -moz-outline-style: none;
}

html body h1 {
  color: #565656;
  font: 600 42px/110% "proxima-nova", sans-serif;
  margin: 10px 0 10px;
}

html body h2 {
  color: #116cac;
  font: 400 36px/110% "proxima-nova", sans-serif;
  margin: 10px 0;
}

html body h2.pageTitle {
  margin: 0 0 50px 0;
  text-align: center;
}

html body h3 {
  color: #116cac;
  font: 400 30px/110% "proxima-nova", sans-serif;
  margin: 10px 0;
}

html body h4 {
  color: #565656;
  font: 400 24px/110% "proxima-nova", sans-serif;
}

html body h5 {
  color: #116cac;
}

html body h6 {
  color: #116cac;
}

html body p {
  margin: 10px 0;
}

html body .button {
  background-color: #116cac;
  color: white;
  display: inline-block;
  line-height: 100%;
  padding: 15px 20px !important;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border:0;
  margin:3px 0;
}

html body .button:hover {
  background-color: #093656;
  text-decoration: none;
}

html body .button.red {
  background-color: #bb0e09;
  color: white;
  display: inline-block;
  line-height: 100%;
  padding: 15px 20px !important;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

html body .button.red:hover {
  background-color: #880400;
  text-decoration: none;
}

html body .button_external::after {
  content: url(/svg/icons_external.png);
  padding-left: 8px;
}

html body .component {
  padding-top: 30px;
  padding-bottom: 30px;
}

html body .component.tighten {
  padding-bottom: 0 !important;
}

html body .component:first-child {
  padding-top: 0;
}

html body .component.borderBottom {
  border-bottom: 1px solid #e2e3dc;
  margin: 0 0 30px;
}

html body .component h1 {
  color: #116cac;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: uppercase;
}

html body .component .icon_external {
  top: 0;
}

html body .component .com_button {
  display: block;
  margin-top: 20px !important;
}

html body .component .com_button a {
  background-color: #116cac;
  color: white;
  display: inline-block;
  line-height: 100%;
  padding: 15px 20px !important;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

html body .component .com_button a:hover {
  background-color: #093656;
  text-decoration: none;
}

html body .component .com_button_inline {
  display: inline;
  margin-top: 20px !important;
  margin-right: 1em;
}

html body .component .com_button_inline a {
  background-color: #116cac;
  color: white;
  display: inline-block;
  line-height: 100%;
  padding: 15px 20px !important;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

html body .component .com_button_inline a:hover {
  background-color: #093656;
  text-decoration: none;
}

html body .component .com_button_external a::after {
  content: url(/svg/icons_external.png);
  padding-left: 8px;
}

html body .component .com_rte_external_link a::after {
  content: url(/svg/icons_external_blue.png);
  padding-left: 0.25em;
}

html body .component ol {
  list-style: decimal;
}

html body .component ol li ol {
  list-style: lower-alpha;
}

html body .component ol li ol li ol {
  list-style: lower-roman;
}

html body .components {
  margin-top: 50px;
}

html body #contour label.fieldLabel {
  color: #565656;
}

html body .contour .btn {
  background-color: #116cac;
  color: white;
  display: inline-block;
  line-height: 100%;
  padding: 15px 20px !important;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

html body .contour .btn:hover {
  background-color: #093656;
  text-decoration: none;
}


html body .contour label.fieldLabel {
  color: #565656;
}

html body .externalWebsite .icon_external {
  display: inline-block;
  fill: white;
  height: 12px;
  margin-left: 2px;
  position: relative;
  top: 2px;
  width: 12px;
}

html body .imageLeft {
  float: left;
  padding: 0 20px 20px 0;
}

html body .imageRight {
  float: right;
  padding: 0 0 20px 20px;
}

html body .push_menu_container {
  position: relative;
}

html body .thinWeight {
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  html body {
    font-size: 17px;
  }
}

/*# sourceMappingURL=global.css.map */

/* Extra */

hr.style1 {
	border-top: 1px solid #ccc;
	text-align: center;
}
hr.style1:after {
	content: '§';
	display: inline-block;
	position: relative;
	top: -14px;
	padding: 0 10px;
	background: #f0f0f0;
	color: #ccc;
	font-size: 18px;
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	transform: rotate(60deg);
}

.scheduletable {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #ccc;

}.scheduletable table{
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}
.scheduletable tr:nth-child(odd){ background-color:#e5e4e2 !important; }
.scheduletable tr:nth-child(even) { background-color:#fff; }.scheduletable td{
	vertical-align:top;
	border:1px solid #ccc;
	border-width:0px 1px 1px 0px;
	text-align:left;
	font-weight:normal;
	color:#333;
	padding:5px !important;
}
.scheduletable tr:first-child td{
	background-color:#666;
	border:0px solid #ccc;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-weight:bold;
	color:#fff;
	padding:5px !important;
}

.biowrapper {width:100%; float:left}
.bio {width:23%; margin:0 1%; float:left; text-align:left}/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
