/* SASS */
/* U.W. */
/*$color-accent:#39275B;
$color-base:#c6981d;
$color-base:$color-accent;
$color-gold:#8e6f0c;*/
/* Christmas */
/*$color-accent:darken(red, 5%);
$color-base:darken(green, 10%);*/
/* Pink/Purple Easter */
/*$color-accent:purple;
$color-base:pink;*/
/* Red */
/*$color-base:#D42B1E;
$color-accent:$color-base;*/
/* Green */
/*$color-base:green;
$color-accent:darken($color-base, 20%);*/
/* END SASS Variables */
/* HTML RESET

 http://meyerweb.com/eric/tools/css/reset/
	 v2.0 | 20110126
	 License: none (public domain)
*/
/* line 1, /Users/blaschko/Sites/medex_nw/_reset.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 12, /Users/blaschko/Sites/medex_nw/_reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 16, /Users/blaschko/Sites/medex_nw/_reset.scss */
html, body {
  line-height: 1em;
  width: 100%;
  overflow-x: hidden;
}

/* line 23, /Users/blaschko/Sites/medex_nw/_reset.scss */
ol, ul {
  list-style: none;
}
/* line 25, /Users/blaschko/Sites/medex_nw/_reset.scss */
ol li, ul li {
  line-height: 1.3em;
}

/* line 31, /Users/blaschko/Sites/medex_nw/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 36, /Users/blaschko/Sites/medex_nw/_reset.scss */
blockquote:before, blockquote:after {
  content: '';
  content: none;
}

/* line 43, /Users/blaschko/Sites/medex_nw/_reset.scss */
q:before, q:after {
  content: '';
  content: none;
}

/* line 49, /Users/blaschko/Sites/medex_nw/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 54, /Users/blaschko/Sites/medex_nw/_reset.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* End CSS Reset */
/* EXTRAS*/
@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/* line 8, /Users/blaschko/Sites/medex_nw/_extras.scss */
.cf:before, img.alignleft:before, img.alignright:before, .wp-caption-text:before {
  content: " ";
  display: table;
}
/* line 12, /Users/blaschko/Sites/medex_nw/_extras.scss */
.cf:after, img.alignleft:after, img.alignright:after, .wp-caption-text:after {
  content: " ";
  display: table;
  clear: both;
}

/* line 19, /Users/blaschko/Sites/medex_nw/_extras.scss */
.entry-content {
  overflow-x: hidden;
  width: 100%;
}

/* line 24, /Users/blaschko/Sites/medex_nw/_extras.scss */
.chartholder .chart {
  height: 225px;
  width: 100%;
  background: #fafafa url("assets/loading.gif") 50% 50% no-repeat;
}
/* line 30, /Users/blaschko/Sites/medex_nw/_extras.scss */
.chartholder .overflow {
  width: 100%;
  height: 100%;
  z-index: 1000;
  position: absolute;
}

/* line 37, /Users/blaschko/Sites/medex_nw/_extras.scss */
.ui-tabs {
  font-family: inherit !important;
  font-size: 100%;
  width: 100%;
}
/* line 41, /Users/blaschko/Sites/medex_nw/_extras.scss */
.ui-tabs .ui-tabs-panel {
  padding: 1em 0px !important;
}

/* line 46, /Users/blaschko/Sites/medex_nw/_extras.scss */
.ui-widget-header {
  background: none !important;
  border: none !important;
  border-bottom: 1px solid #dfdfdf !important;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}

/* line 54, /Users/blaschko/Sites/medex_nw/_extras.scss */
.ui-widget-content a {
  color: #0466d4 !important;
}
/* line 56, /Users/blaschko/Sites/medex_nw/_extras.scss */
.ui-widget-content a:hover {
  color: #023670 !important;
}

/* line 60, /Users/blaschko/Sites/medex_nw/_extras.scss */
.tabs {
  border-color: #dfdfdf !important;
  clear: both;
  margin-top: 1em;
}
/* line 64, /Users/blaschko/Sites/medex_nw/_extras.scss */
.tabs .tabs {
  border: 0px !important;
}
/* line 67, /Users/blaschko/Sites/medex_nw/_extras.scss */
.tabs .alignleft, .tabs .alignright {
  display: none;
}

/* line 71, /Users/blaschko/Sites/medex_nw/_extras.scss */
.ui-tabs .ui-tabs-panel {
  font-size: .9em !important;
  padding: 1em .5em !important;
}

/* line 76, /Users/blaschko/Sites/medex_nw/_extras.scss */
.ui-state-active, .ui-widget-content .ui-state-active {
  border-color: #dfdfdf !important;
}
/* line 78, /Users/blaschko/Sites/medex_nw/_extras.scss */
.ui-state-active:hover, .ui-widget-content .ui-state-active:hover {
  border-color: #c6c6c6 !important;
}

/* line 82, /Users/blaschko/Sites/medex_nw/_extras.scss */
.ui-tabs .ui-tabs-nav {
  list-style: none !important;
  padding: 0px !important;
  margin: 0px !important;
}
/* line 86, /Users/blaschko/Sites/medex_nw/_extras.scss */
.ui-tabs .ui-tabs-nav li a {
  padding: .3em .7em !important;
  font-weight: normal;
}

/* line 91, /Users/blaschko/Sites/medex_nw/_extras.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  padding-bottom: 0px !important;
}

/* line 94, /Users/blaschko/Sites/medex_nw/_extras.scss */
.ui-state-default, .ui-widget-content .ui-state-default {
  color: #777 !important;
  background: #ededed !important;
  border-color: #dfdfdf !important;
  font-size: 1em;
}
/* line 99, /Users/blaschko/Sites/medex_nw/_extras.scss */
.ui-state-default a, .ui-widget-content .ui-state-default a {
  color: #777 !important;
}

/* line 104, /Users/blaschko/Sites/medex_nw/_extras.scss */
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  background: #fff !important;
  color: #000 !important;
}

/* line 110, /Users/blaschko/Sites/medex_nw/_extras.scss */
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-image img {
  border: 0px !important;
}

/* line 113, /Users/blaschko/Sites/medex_nw/_extras.scss */
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-shadow::before, .vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-shadow::after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

/* line 132, /Users/blaschko/Sites/medex_nw/_extras.scss */
.whole-site ul {
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
}

/* line 136, /Users/blaschko/Sites/medex_nw/_extras.scss */
#storyjs {
  z-index: 11 !important;
}

/* line 139, /Users/blaschko/Sites/medex_nw/_extras.scss */
#timelinecontainer {
  width: 100%;
  margin: 1em 0px;
  overflow: auto;
  clear: both;
}
/* line 148, /Users/blaschko/Sites/medex_nw/_extras.scss */
#timelinecontainer .timelinerow {
  width: 100%;
  clear: both;
  margin-bottom: .2em;
  overflow: hidden;
  border-top: 1px solid #333;
  border-bottom: 1px solid #aaa;
  background: #efefef;
}
/* line 157, /Users/blaschko/Sites/medex_nw/_extras.scss */
#timelinecontainer .timelineevent {
  border-left: 2px solid #efefef;
  border-right: 2px solid #efefef;
  color: black;
  text-align: center;
  font-size: .75em;
  padding: 12px;
  line-height: 1em;
  float: left;
  color: #fff;
  background: #d0e4f7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d0e4f7 0%, #73b1e7 24%, #0a77d5 50%, #539fe1 79%, #87bcea 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d0e4f7), color-stop(24%, #73b1e7), color-stop(50%, #0a77d5), color-stop(79%, #539fe1), color-stop(100%, #87bcea));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d0e4f7 0%, #73b1e7 24%, #0a77d5 50%, #539fe1 79%, #87bcea 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d0e4f7 0%, #73b1e7 24%, #0a77d5 50%, #539fe1 79%, #87bcea 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d0e4f7 0%, #73b1e7 24%, #0a77d5 50%, #539fe1 79%, #87bcea 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d0e4f7 0%, #73b1e7 24%, #0a77d5 50%, #539fe1 79%, #87bcea 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0e4f7', endColorstr='#87bcea',GradientType=0 );
  /* IE6-9 */
}
/* line 186, /Users/blaschko/Sites/medex_nw/_extras.scss */
#timelinecontainer .timelineevent:first-child {
  border-left: 0px;
}
/* line 189, /Users/blaschko/Sites/medex_nw/_extras.scss */
#timelinecontainer .timelineevent:last-child {
  border-right: 0px;
}
/* line 192, /Users/blaschko/Sites/medex_nw/_extras.scss */
#timelinecontainer .timelineevent a {
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
}
/* line 197, /Users/blaschko/Sites/medex_nw/_extras.scss */
#timelinecontainer .timelineevent a:hover {
  color: #000;
  text-decoration: underline;
}
/* line 204, /Users/blaschko/Sites/medex_nw/_extras.scss */
#timelinecontainer .timelineevent:hover {
  background: #f0f9ff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f9ff), color-stop(47%, #cbebff), color-stop(100%, #a1dbff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=0 );
  /* IE6-9 */
  color: #000;
}
/* line 216, /Users/blaschko/Sites/medex_nw/_extras.scss */
#timelinecontainer .month, #timelinecontainer .did-quarter, #timelinecontainer .clin-quarter {
  margin: 0;
  text-align: center;
  background: #f9f9f9;
  height: 40px;
  position: relative;
  float: left;
  padding: 4px;
}
/* line 224, /Users/blaschko/Sites/medex_nw/_extras.scss */
#timelinecontainer .month:nth-of-type(odd), #timelinecontainer .did-quarter:nth-of-type(odd), #timelinecontainer .clin-quarter:nth-of-type(odd) {
  background: #eee;
}
/* line 227, /Users/blaschko/Sites/medex_nw/_extras.scss */
#timelinecontainer .month b, #timelinecontainer .did-quarter b, #timelinecontainer .clin-quarter b {
  font-weight: normal;
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  text-align: center;
  margin-top: .5em;
}

/* line 240, /Users/blaschko/Sites/medex_nw/_extras.scss */
table {
  margin: .375em 0px;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -ms-border-radius: 0.25em;
  border-radius: 0.25em;
}
/* line 247, /Users/blaschko/Sites/medex_nw/_extras.scss */
table th, table td {
  padding: 6px 12px 4px;
  vertical-align: middle;
}
/* line 251, /Users/blaschko/Sites/medex_nw/_extras.scss */
table th p, table td p {
  padding: 0px;
}
/* line 257, /Users/blaschko/Sites/medex_nw/_extras.scss */
table td {
  border-bottom: 1px solid #dfdfdf;
}
/* line 262, /Users/blaschko/Sites/medex_nw/_extras.scss */
table th {
  font-weight: bold;
  border-bottom: 1px solid #034289;
  text-align: left;
  color: #444;
}
/* line 271, /Users/blaschko/Sites/medex_nw/_extras.scss */
table tr:hover td {
  background: #fafafa;
}
/* line 276, /Users/blaschko/Sites/medex_nw/_extras.scss */
table.nohover tr:hover td {
  background: none;
}

/* line 282, /Users/blaschko/Sites/medex_nw/_extras.scss */
#cboxCurrent, #cboxTitle {
  /* hides the title from color lightbox */
  display: none !important;
}

/* line 287, /Users/blaschko/Sites/medex_nw/_extras.scss */
#classgallery {
  font-size: 90%;
  margin-top: 2em;
  overflow: display;
}
/* line 291, /Users/blaschko/Sites/medex_nw/_extras.scss */
#classgallery h2 {
  padding-left: 12px;
  padding-right: 12px;
}
/* line 296, /Users/blaschko/Sites/medex_nw/_extras.scss */
#classgallery #thumbs {
  font-size: 90%;
  text-align: center;
}
/* line 299, /Users/blaschko/Sites/medex_nw/_extras.scss */
#classgallery #thumbs .century {
  padding-bottom: 1em;
  padding-top: 1em;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  clear: both;
  width: 100%;
  overflow: auto;
  background: #fff;
}
/* line 309, /Users/blaschko/Sites/medex_nw/_extras.scss */
#classgallery #thumbs.contentbox {
  background: none;
}
/* line 311, /Users/blaschko/Sites/medex_nw/_extras.scss */
#classgallery #thumbs.contentbox:hover {
  background: none;
}
/* line 315, /Users/blaschko/Sites/medex_nw/_extras.scss */
#classgallery #thumbs .thumbnail {
  cursor: pointer;
  width: 31.666%;
  float: left;
  margin: 0px 0px 0 1%;
  padding: .375em 1% 0;
  border: 1px solid #f0f0f0;
}
/* line 322, /Users/blaschko/Sites/medex_nw/_extras.scss */
#classgallery #thumbs .thumbnail:hover {
  background: #f3f3f3;
}
/* line 326, /Users/blaschko/Sites/medex_nw/_extras.scss */
#classgallery #thumbs h2 {
  /*background:   darken($color-base, 5%);
  border: 1px solid darken($color-base, 25%);
  color: #fff;*/
  background: #f9f9f9;
  border: 1px solid #dfdfdf;
  margin-right: 1px;
  width: 100%;
  z-index: 95;
  position: relative;
  display: block;
  cursor: pointer;
  padding: 0.3em 12px;
}
/* line 339, /Users/blaschko/Sites/medex_nw/_extras.scss */
#classgallery #thumbs h2 .caret {
  margin-top: .375em;
  margin-right: 1em;
}

/* line 349, /Users/blaschko/Sites/medex_nw/_extras.scss */
dd.wp-caption-text {
  position: relative;
  max-height: 50px;
  min-height: 35px;
  overflow: hidden;
}
/* line 354, /Users/blaschko/Sites/medex_nw/_extras.scss */
dd.wp-caption-text:after {
  background: url("assets/gradient.png") 0 100% repeat-x;
  width: 100%;
  height: 35px;
  content: " ";
  position: absolute;
  bottom: 0px;
}

/* line 369, /Users/blaschko/Sites/medex_nw/_extras.scss */
#jp-carousel-comment-form-container {
  display: none !important;
}

/* line 375, /Users/blaschko/Sites/medex_nw/_extras.scss */
.jp-carousel-titleanddesc {
  position: absolute;
  top: -50%;
  border-top: 0px !important;
  text-align: center;
}

/* line 382, /Users/blaschko/Sites/medex_nw/_extras.scss */
#mybody #content #maincontent .dynamo.sitemap ul {
  list-style: none;
  padding: 0px;
}
/* line 385, /Users/blaschko/Sites/medex_nw/_extras.scss */
#mybody #content #maincontent .dynamo.sitemap ul li {
  padding: 0px;
}
/* line 387, /Users/blaschko/Sites/medex_nw/_extras.scss */
#mybody #content #maincontent .dynamo.sitemap ul li ul {
  font-size: 80%;
  padding-left: 1em;
}
/* line 390, /Users/blaschko/Sites/medex_nw/_extras.scss */
#mybody #content #maincontent .dynamo.sitemap ul li ul li {
  padding: .2em 0px;
}

/* line 398, /Users/blaschko/Sites/medex_nw/_extras.scss */
.hidden {
  display: none;
}

/* line 401, /Users/blaschko/Sites/medex_nw/_extras.scss */
.mobile-off, #timelinecontainer {
  display: none;
}

/* line 407, /Users/blaschko/Sites/medex_nw/_extras.scss */
.socialmedia {
  width: 40px;
  height: 40px;
  margin: 0px;
  display: inline-block;
  margin: 0.5em 6px 0 -2px;
  border-radius: 8px;
}

/* line 417, /Users/blaschko/Sites/medex_nw/_extras.scss */
.socialmedia:hover {
  background-color: #fff;
}

/* line 421, /Users/blaschko/Sites/medex_nw/_extras.scss */
.twitter {
  background: #eeeeee url("assets/icons/twitter.png") 50% 50% no-repeat;
}

/* line 424, /Users/blaschko/Sites/medex_nw/_extras.scss */
.facebook {
  background: #eeeeee url("assets/icons/facebook.png") 50% 50% no-repeat;
}

/* line 427, /Users/blaschko/Sites/medex_nw/_extras.scss */
.youtube {
  background: #eeeeee url("assets/icons/youtube.png") 50% 50% no-repeat;
}

@-webkit-keyframes wiggle {
  /* line 432, /Users/blaschko/Sites/medex_nw/_extras.scss */
  0% {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
  }

  /* line 435, /Users/blaschko/Sites/medex_nw/_extras.scss */
  25% {
    -webkit-transform: rotate3d(0, 0, 0, 2deg);
  }

  /* line 438, /Users/blaschko/Sites/medex_nw/_extras.scss */
  75% {
    -webkit-transform: rotate3d(0, 0, 0, -2deg);
  }

  /* line 441, /Users/blaschko/Sites/medex_nw/_extras.scss */
  100% {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
  }
}

@-webkit-keyframes bugfix {
  /* line 446, /Users/blaschko/Sites/medex_nw/_extras.scss */
  from {
    padding: 0;
  }

  /* line 447, /Users/blaschko/Sites/medex_nw/_extras.scss */
  to {
    padding: 0;
  }
}

@-moz-keyframes wiggle {
  /* line 451, /Users/blaschko/Sites/medex_nw/_extras.scss */
  0% {
    -moz-transform: rotate(0deg);
  }

  /* line 454, /Users/blaschko/Sites/medex_nw/_extras.scss */
  25% {
    -moz-transform: rotate(2deg);
  }

  /* line 457, /Users/blaschko/Sites/medex_nw/_extras.scss */
  75% {
    -moz-transform: rotate(-2deg);
  }

  /* line 460, /Users/blaschko/Sites/medex_nw/_extras.scss */
  100% {
    -moz-transform: rotate(0deg);
  }
}

/* font styles */
/* line 1, /Users/blaschko/Sites/medex_nw/_font.scss */
a {
  text-decoration: none;
  color: #0466d4;
}
/* line 4, /Users/blaschko/Sites/medex_nw/_font.scss */
a:visited, a:active {
  color: #0466d4;
}
/* line 7, /Users/blaschko/Sites/medex_nw/_font.scss */
a img {
  border: none;
}
/* line 11, /Users/blaschko/Sites/medex_nw/_font.scss */
a:hover {
  color: #023670;
  color: #034ea2;
}

/* line 16, /Users/blaschko/Sites/medex_nw/_font.scss */
b, strong, .bold {
  font-weight: bold;
}

/* line 19, /Users/blaschko/Sites/medex_nw/_font.scss */
.big {
  font-size: 110%;
}

/* line 22, /Users/blaschko/Sites/medex_nw/_font.scss */
.contentboxtitle {
  font-weight: normal;
}

/* line 25, /Users/blaschko/Sites/medex_nw/_font.scss */
h1, h2, h3, h4 {
  font-family: Georgia, Cambria,  serif;
  padding: .5em 0px .2em;
  color: #022a57;
  line-height: 125%;
  font-weight: bold;
  letter-spacing: 1px;
}

/* line 34, /Users/blaschko/Sites/medex_nw/_font.scss */
h1 {
  font-size: 2.2em;
  padding: 0px !important;
  font-weight: normal;
  color: #034ea2;
  letter-spacing: 2px;
}

/* line 42, /Users/blaschko/Sites/medex_nw/_font.scss */
h2 {
  font-size: 1.6em;
}

/* line 45, /Users/blaschko/Sites/medex_nw/_font.scss */
h3 {
  font-size: 1.2em;
}

/* line 49, /Users/blaschko/Sites/medex_nw/_font.scss */
h4 {
  font-size: 1.2em;
  font-weight: normal;
}

/* line 55, /Users/blaschko/Sites/medex_nw/_font.scss */
i, em, .italic {
  font-style: italic;
}

/* line 58, /Users/blaschko/Sites/medex_nw/_font.scss */
p, table {
  padding: .325em 0px;
}

/* line 62, /Users/blaschko/Sites/medex_nw/_font.scss */
p {
  	/*-ms-word-break: break-all;
  	
  	word-break: break-all;
  	word-break: break-word;
  
  
  	-webkit-hyphens: auto;
  	-moz-hyphens: auto;
  	hyphens: auto;*/
}

/* page styles */
/* line 1, /Users/blaschko/Sites/medex_nw/_page.scss */
body {
  font-family: "Cronos Pro Regular", "Frutiger Roman", "Myriad Pro", Helvetica, Arial, sans-serif;
  line-height: 115%;
  background: #011e3e;
  position: relative;
  -webkit-animation: bugfix infinite 1s;
}
/* line 8, /Users/blaschko/Sites/medex_nw/_page.scss */
body #maincontent, body footer {
  font-size: .9em;
}
/* line 11, /Users/blaschko/Sites/medex_nw/_page.scss */
body.nojs #galleria {
  display: none !important;
}

/* line 15, /Users/blaschko/Sites/medex_nw/_page.scss */
.caret {
  width: 12px;
  margin-right: 8px;
  margin-top: 9px;
  height: 10px;
  float: left;
  display: inline;
  /*@extend .sprite;
  background-position: -28px -12px;*/
  background: url("assets/button-right-active.png");
  /*&:hover {
  	background: url("assets/button-right-active.png");
  	
  }*/
}

/* line 30, /Users/blaschko/Sites/medex_nw/_page.scss */
.c-down {
  background: url("assets/button-down-active.png");
  /*background-position: -28px 0;
  &:hover {
  	background: url("assets/button-down-active.png");
  	background-position: 0px 0;
  }*/
}

/* line 38, /Users/blaschko/Sites/medex_nw/_page.scss */
.clear {
  width: 100%;
  clear: both;
}

/* line 42, /Users/blaschko/Sites/medex_nw/_page.scss */
.clearfix, .grid {
  zoom: 1;
}
/* line 44, /Users/blaschko/Sites/medex_nw/_page.scss */
.clearfix:before, .grid:before, .clearfix:after, .grid:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 50, /Users/blaschko/Sites/medex_nw/_page.scss */
.clearfix:after, .grid:after {
  clear: both;
}

/* line 54, /Users/blaschko/Sites/medex_nw/_page.scss */
.clear-left {
  clear: left;
}

/* line 57, /Users/blaschko/Sites/medex_nw/_page.scss */
.gallery-item {
  margin: 0px !important;
  padding: 0px !important;
  width: 33.3%;
}
/* line 62, /Users/blaschko/Sites/medex_nw/_page.scss */
.gallery-item:nth-of-type(3n) {
  padding-left: 1em !important;
  padding-right: 0 !important;
}
/* line 67, /Users/blaschko/Sites/medex_nw/_page.scss */
.gallery-item:nth-of-type(3n-1) {
  padding-left: .5em !important;
  padding-right: .5em !important;
  margin: 0px !important;
}
/* line 72, /Users/blaschko/Sites/medex_nw/_page.scss */
.gallery-item:nth-of-type(3n-2) {
  padding-left: 0 !important;
  padding-right: 1em !important;
  margin: 0px !important;
}

/* line 80, /Users/blaschko/Sites/medex_nw/_page.scss */
#mybody .contentbox {
  border-top: 1px solid #dfdfdf;
  /*padding: 1em 0px;*/
  font-size: 1em;
  overflow: auto;
}
/* line 86, /Users/blaschko/Sites/medex_nw/_page.scss */
#mybody .contentbox.fullprofile img {
  max-width: 100%;
}
/* line 90, /Users/blaschko/Sites/medex_nw/_page.scss */
#mybody .contentbox.fullpage {
  /*padding-left: $padding-content;
  padding-right: $padding-content;*/
}
/* line 94, /Users/blaschko/Sites/medex_nw/_page.scss */
#mybody .contentbox:first-child {
  border-top: 0px;
}
/* line 97, /Users/blaschko/Sites/medex_nw/_page.scss */
#mybody .contentbox.dynamo {
  width: 100%;
  padding: .5em 2%;
  margin-left: 0px;
}
/* line 103, /Users/blaschko/Sites/medex_nw/_page.scss */
#mybody .contentbox.dynamo > h3, #mybody .contentbox.dynamo > p {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
/* line 107, /Users/blaschko/Sites/medex_nw/_page.scss */
#mybody .contentbox.dynamo i, #mybody .contentbox.dynamo em {
  display: none;
}
/* line 110, /Users/blaschko/Sites/medex_nw/_page.scss */
#mybody .contentbox.dynamo img {
  max-width: 100%;
  height: auto;
  display: block;
  clear: both;
  border-radius: 2px;
}
/* line 116, /Users/blaschko/Sites/medex_nw/_page.scss */
#mybody .contentbox.dynamo img:hover {
  opacity: .9;
}

/* line 124, /Users/blaschko/Sites/medex_nw/_page.scss */
.grid {
  margin: 0 -1.5em;
}

/* line 128, /Users/blaschko/Sites/medex_nw/_page.scss */
.grid-unit {
  display: block;
  float: left;
  padding: 0 1.5em;
  width: 100%;
}

/* line 134, /Users/blaschko/Sites/medex_nw/_page.scss */
hr {
  clear: both;
  margin: .8em auto;
  width: 90%;
  color: #dfdfdf;
  background-color: #dfdfdf;
  height: 1px;
  border: none;
}

/* line 143, /Users/blaschko/Sites/medex_nw/_page.scss */
.sprite {
  /*background: url("assets/sprite.png");*/
}

/* line 147, /Users/blaschko/Sites/medex_nw/_page.scss */
sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
  font-size: xx-small;
}

/* line 156, /Users/blaschko/Sites/medex_nw/_page.scss */
sup {
  bottom: 1ex;
}

/* line 160, /Users/blaschko/Sites/medex_nw/_page.scss */
sub {
  top: .5ex;
}

/* line 163, /Users/blaschko/Sites/medex_nw/_page.scss */
.video-wrapper {
  margin: 0px;
  background: #fafafa url("assets/loading.gif") 50% 50% no-repeat;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
/* line 171, /Users/blaschko/Sites/medex_nw/_page.scss */
.video-wrapper iframe, .video-wrapper object, .video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* header */
/* line 1, /Users/blaschko/Sites/medex_nw/_header.scss */
header {
  /*background: lighten($color-accent, 55%);*/
  background: #eee;
  border-bottom: 1px solid #ccc;
  -webkit-box-shadow: 0px 0.5em 0.4em -0.4em rgba(100, 100, 100, 0.2);
  -moz-box-shadow: 0px 0.5em 0.4em -0.4em rgba(100, 100, 100, 0.2);
  box-shadow: 0px 0.5em 0.4em -0.4em rgba(100, 100, 100, 0.2);
}
/* line 7, /Users/blaschko/Sites/medex_nw/_header.scss */
header #branding {
  padding: 10px 12px;
}
/* line 9, /Users/blaschko/Sites/medex_nw/_header.scss */
header #branding img {
  opacity: .15;
  position: absolute;
  height: 100%;
  width: auto;
}
/* line 15, /Users/blaschko/Sites/medex_nw/_header.scss */
header #branding #logo {
  height: 62px;
  position: relative;
}
/* line 20, /Users/blaschko/Sites/medex_nw/_header.scss */
header #branding b {
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  color: #000;
  letter-spacing: 1px;
  padding-left: 0px;
  font-size: 32px;
  line-height: .95em;
  font-weight: bold;
}
/* line 31, /Users/blaschko/Sites/medex_nw/_header.scss */
header #branding b:hover {
  color: #011e3e;
}
/* line 36, /Users/blaschko/Sites/medex_nw/_header.scss */
header .menutrigger {
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 21px;
  text-transform: uppercase;
  background: #034289;
  padding: 10px;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 0.25em !important;
  -moz-border-radius: 0.25em !important;
  -ms-border-radius: 0.25em !important;
  border-radius: 0.25em !important;
  -webkit-box-shadow: rgba(50, 50, 50, 0.4) 0px 0 0.4em inset;
  -moz-box-shadow: rgba(50, 50, 50, 0.4) 0px 0 0.4em inset;
  -ms-box-shadow: rgba(50, 50, 50, 0.4) 0px 0 0.4em inset;
  box-shadow: rgba(50, 50, 50, 0.4) 0px 0 0.4em inset;
  /*&:hover{
  	background: #666 url("assets/sprite.png");
  	background-position: -51px 7px;
  }*/
}
/* line 55, /Users/blaschko/Sites/medex_nw/_header.scss */
header .menutrigger:hover {
  background: #011e3e;
}
/* line 60, /Users/blaschko/Sites/medex_nw/_header.scss */
header .menutrigger:active {
  background: #000;
}
/* line 69, /Users/blaschko/Sites/medex_nw/_header.scss */
header .menutrigger.active {
  background: #0466d4;
}

/* line 75, /Users/blaschko/Sites/medex_nw/_header.scss */
#headerlinks {
  display: none;
  border-bottom: 1px #034ea2 solid;
  background: #034ea2;
}
/* line 79, /Users/blaschko/Sites/medex_nw/_header.scss */
#headerlinks a {
  color: #000;
}

/* navigation */
/* line 1, /Users/blaschko/Sites/medex_nw/_navigation.scss */
#navigation {
  width: 200px;
  position: absolute;
  font-size: 1.1em;
  z-index: 0;
  margin-top: 1px;
}
/* line 8, /Users/blaschko/Sites/medex_nw/_navigation.scss */
#navigation a {
  display: block;
  color: #fff;
}
/* line 12, /Users/blaschko/Sites/medex_nw/_navigation.scss */
#navigation .caret {
  float: right;
}
/* line 15, /Users/blaschko/Sites/medex_nw/_navigation.scss */
#navigation ul {
  padding: 0px;
  margin: 0px;
}
/* line 19, /Users/blaschko/Sites/medex_nw/_navigation.scss */
#navigation .primary {
  width: 200px;
}
/* line 21, /Users/blaschko/Sites/medex_nw/_navigation.scss */
#navigation .primary > li {
  border-bottom: 1px solid #011225;
  float: none;
  position: relative;
}
/* line 28, /Users/blaschko/Sites/medex_nw/_navigation.scss */
#navigation .primary > li > a {
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.7em 12px 0.6em;
  background: #023670;
  box-shadow: -10px 0px 40px rgba(0, 0, 0, 0.25) inset;
  letter-spacing: 1px;
}
/* line 36, /Users/blaschko/Sites/medex_nw/_navigation.scss */
#navigation .primary > li > a:hover {
  background: none;
  background: #035abb;
}
/* line 41, /Users/blaschko/Sites/medex_nw/_navigation.scss */
#navigation .primary > li .caret {
  position: absolute;
  display: block;
  right: 8px;
  top: 5px;
}
/* line 47, /Users/blaschko/Sites/medex_nw/_navigation.scss */
#navigation .primary > li.hover {
  background: #035abb;
}
/* line 49, /Users/blaschko/Sites/medex_nw/_navigation.scss */
#navigation .primary > li.hover > ul {
  display: block;
}
/* line 53, /Users/blaschko/Sites/medex_nw/_navigation.scss */
#navigation .primary > li.hover > .caret {
  background-position: -28px 0;
}
/* line 61, /Users/blaschko/Sites/medex_nw/_navigation.scss */
#navigation .primary > li > ul {
  display: none;
  background: #035abb;
  overflow: auto;
  left: 0;
  width: 200px;
  z-index: 101;
  padding: 0px;
}
/* line 70, /Users/blaschko/Sites/medex_nw/_navigation.scss */
#navigation .primary > li ul {
  width: 100%;
}
/* line 72, /Users/blaschko/Sites/medex_nw/_navigation.scss */
#navigation .primary > li ul li {
  clear: both;
  width: auto;
  overflow-x: hidden;
}
/* line 79, /Users/blaschko/Sites/medex_nw/_navigation.scss */
#navigation .primary > li ul li a {
  background: #035abb;
  padding: 13.2px 12px 10.8px 12px;
  border-top: 1px solid #034289;
}
/* line 84, /Users/blaschko/Sites/medex_nw/_navigation.scss */
#navigation .primary > li ul li a:hover {
  background: #fff;
  color: #034ea2;
  position: relative;
}
/* line 89, /Users/blaschko/Sites/medex_nw/_navigation.scss */
#navigation .primary > li ul li a:hover:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  position: absolute;
  left: -4px;
  top: 10px;
}
/* line 104, /Users/blaschko/Sites/medex_nw/_navigation.scss */
#navigation .primary > li ul li ul {
  display: none;
}
/* line 106, /Users/blaschko/Sites/medex_nw/_navigation.scss */
#navigation .primary > li ul li ul li a {
  padding-left: 30px;
}
/* line 112, /Users/blaschko/Sites/medex_nw/_navigation.scss */
#navigation .primary > li ul.level-1 > li:first-child > a {
  border-top: 0px !important;
}
/* line 123, /Users/blaschko/Sites/medex_nw/_navigation.scss */
#navigation .search {
  margin: 4px 0px;
  padding: 0px 8px;
}
/* line 126, /Users/blaschko/Sites/medex_nw/_navigation.scss */
#navigation .search input, #navigation .search button {
  height: 35px;
}
/* line 130, /Users/blaschko/Sites/medex_nw/_navigation.scss */
#navigation .search button:before {
  top: 8px;
}

/* line 137, /Users/blaschko/Sites/medex_nw/_navigation.scss */
#mybody, footer {
  transition: transform .2s;
  -moz-transition: -moz-transform .2s;
  -webkit-transition: -webkit-transform .2s;
  -o-transition: -o-transform .2s;
  -ms-transition: -ms-transform .2s;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  /* Safari and Chrome */
  z-index: 1;
  position: relative;
}
/* line 148, /Users/blaschko/Sites/medex_nw/_navigation.scss */
#mybody .overlay, footer .overlay {
  display: none;
}
/* line 151, /Users/blaschko/Sites/medex_nw/_navigation.scss */
#mybody.slide, #mybody:target, footer.slide, footer:target {
  /*max-width: 640px - $width-slide-menu - 1px;
  overflow-x: hidden;*/
  transform: translateX(200px);
  -ms-transform: translateX(200px);
  -moz-transform: translateX(200px);
  -webkit-transform: translateX(200px);
  -o-transform: translateX(200px);
}
/* line 159, /Users/blaschko/Sites/medex_nw/_navigation.scss */
#mybody.slide .overlay, #mybody:target .overlay, footer.slide .overlay, footer:target .overlay {
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 9000;
  background: rgba(0, 0, 0, 0.5);
}
/* line 170, /Users/blaschko/Sites/medex_nw/_navigation.scss */
#mybody.slide .overlay a, #mybody:target .overlay a, footer.slide .overlay a, footer:target .overlay a {
  display: block;
  width: 100%;
  height: 100%;
}

/* footer */
/* line 1, /Users/blaschko/Sites/medex_nw/_footer.scss */
footer {
  z-index: 4;
  text-align: center;
  border-top: 1px #5ca7fc solid;
  padding-top: .5em;
  padding-bottom: 1em;
  background: #8ec2fd;
  background: #eee;
  border-top: 1px solid #ddd;
  overflow: auto;
}
/* line 11, /Users/blaschko/Sites/medex_nw/_footer.scss */
footer .footerwidget {
  margin-bottom: .5em;
  padding: 0px 12px;
  overflow: auto;
}
/* line 15, /Users/blaschko/Sites/medex_nw/_footer.scss */
footer .footerwidget h3 {
  text-transform: uppercase;
  font-weight: bold;
}
/* line 19, /Users/blaschko/Sites/medex_nw/_footer.scss */
footer .footerwidget a {
  color: #034ea2;
}
/* line 21, /Users/blaschko/Sites/medex_nw/_footer.scss */
footer .footerwidget a:hover {
  color: #011225;
}

/* line 30, /Users/blaschko/Sites/medex_nw/_footer.scss */
.privacy {
  width: 100%;
  background: #034ea2;
  font-size: 80%;
  padding-top: .65em;
  text-align: center;
}
/* line 36, /Users/blaschko/Sites/medex_nw/_footer.scss */
.privacy a {
  color: #fff;
}

/* content styles */
/* line 3, /Users/blaschko/Sites/medex_nw/_content.scss */
#mybody #breadcrumbs {
  clear: both;
  font-size: 80%;
  letter-spacing: 1px;
  color: #555;
  /*margin: 0px 0 0px .625em;*/
  padding: 0.6em 12px 0.5em 12px;
  margin: 0px 0px;
  border-bottom: 1px solid #dfdfdf;
}
/* line 19, /Users/blaschko/Sites/medex_nw/_content.scss */
#mybody #content {
  /* fallback */
  background-color: #fff;
  z-index: 5;
}
/* line 27, /Users/blaschko/Sites/medex_nw/_content.scss */
#mybody #content #galleria {
  height: 500px;
  z-index: 1;
}
/* line 30, /Users/blaschko/Sites/medex_nw/_content.scss */
#mybody #content #galleria .slides {
  position: relative;
}
/* line 33, /Users/blaschko/Sites/medex_nw/_content.scss */
#mybody #content #galleria .slides, #mybody #content #galleria .slides li, #mybody #content #galleria .slider {
  height: 100% !important;
  width: 100% !important;
}
/* line 40, /Users/blaschko/Sites/medex_nw/_content.scss */
#mybody #content #galleria .info {
  padding: 6px 12px;
  position: absolute !important;
  bottom: 0px !important;
  width: 100% !important;
  background: #fff;
  min-height: 125px;
}
/* line 49, /Users/blaschko/Sites/medex_nw/_content.scss */
#mybody #content #galleria h3 {
  line-height: 1.1em;
}
/* line 53, /Users/blaschko/Sites/medex_nw/_content.scss */
#mybody #content #galleria p {
  font-size: 1em;
}
/* line 58, /Users/blaschko/Sites/medex_nw/_content.scss */
#mybody #content #galleria .flex-control-nav {
  display: none;
}
/* line 63, /Users/blaschko/Sites/medex_nw/_content.scss */
#mybody #content #homepage {
  padding-left: 12px;
  padding-right: 12px;
}
/* line 67, /Users/blaschko/Sites/medex_nw/_content.scss */
#mybody #content #maincontent {
  padding: 0px 12px 1em 12px;
  margin-top: 1em;
}
/* line 71, /Users/blaschko/Sites/medex_nw/_content.scss */
#mybody #content #maincontent .importantlinks {
  font-size: 95%;
  max-width: 100%;
  background: none;
  padding: 0;
  margin: 0.5em 0px 12px 12px;
  border: 1px solid #dfdfdf;
  border-right: 0px;
  border-radius: 8px 0px 0px 8px;
  float: right;
  clear: right;
}
/* line 83, /Users/blaschko/Sites/medex_nw/_content.scss */
#mybody #content #maincontent .importantlinks h3 {
  text-align: center;
  display: none;
}
/* line 87, /Users/blaschko/Sites/medex_nw/_content.scss */
#mybody #content #maincontent .importantlinks ul {
  padding: 4px;
  padding-left: 4px;
  margin-left: 0px;
  display: block;
}
/* line 93, /Users/blaschko/Sites/medex_nw/_content.scss */
#mybody #content #maincontent .importantlinks li {
  margin: 6px 0px;
  clear: both;
  z-index: 10;
  display: block;
  overflow: auto;
}
/* line 101, /Users/blaschko/Sites/medex_nw/_content.scss */
#mybody #content #maincontent .importantlinks li .caret {
  float: right;
  display: none;
}
/* line 105, /Users/blaschko/Sites/medex_nw/_content.scss */
#mybody #content #maincontent .importantlinks li b {
  display: block;
  border-bottom: 1px solid #e1e1e1;
  padding: .25em 8px;
  color: #000;
}
/* line 113, /Users/blaschko/Sites/medex_nw/_content.scss */
#mybody #content #maincontent .importantlinks li i {
  display: block;
  background: #fff;
  color: #555;
  padding: .3em 8px .1em 8px;
}
/* line 128, /Users/blaschko/Sites/medex_nw/_content.scss */
#mybody #content #maincontent .listbox {
  float: left;
  margin: .4em 1% .4em 1%;
  text-align: center;
  width: 48%;
  background: #fafafa;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -ms-border-radius: 0.25em;
  border-radius: 0.25em;
  position: relative;
  overflow: hidden;
}
/* line 137, /Users/blaschko/Sites/medex_nw/_content.scss */
#mybody #content #maincontent .listbox a {
  color: #fff;
}
/* line 140, /Users/blaschko/Sites/medex_nw/_content.scss */
#mybody #content #maincontent .listbox .headshot {
  float: none;
  margin: 0px auto;
  clear: both;
  width: 100%;
  height: auto;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -ms-border-radius: 0.25em;
  border-radius: 0.25em;
  opacity: 1;
  display: block;
}
/* line 149, /Users/blaschko/Sites/medex_nw/_content.scss */
#mybody #content #maincontent .listbox .headshot:hover {
  opacity: .8;
}
/* line 153, /Users/blaschko/Sites/medex_nw/_content.scss */
#mybody #content #maincontent .listbox:hover {
  background: #ededed;
}
/* line 156, /Users/blaschko/Sites/medex_nw/_content.scss */
#mybody #content #maincontent .listbox .title {
  font-size: 110%;
  color: #fff;
  width: 100%;
  bottom: 0px;
  left: 0px;
  position: absolute;
  text-align: center;
  padding: .375em 4% .375em 4%;
  z-index: 15;
  background: url("assets/dark.png");
  -moz-border-radius: 0px 0 0.25em 0.25em;
  -webkit-border-radius: 0px 0 0.25em 0.25em;
  border-radius: 0px 0 0.25em 0.25em;
}
/* line 172, /Users/blaschko/Sites/medex_nw/_content.scss */
#mybody #content #maincontent .listbox a div {
  color: #000;
}
/* line 178, /Users/blaschko/Sites/medex_nw/_content.scss */
#mybody #content #maincontent ol, #mybody #content #maincontent ul {
  padding-left: 24px;
}
/* line 180, /Users/blaschko/Sites/medex_nw/_content.scss */
#mybody #content #maincontent ol ol, #mybody #content #maincontent ol ul, #mybody #content #maincontent ul ol, #mybody #content #maincontent ul ul {
  padding-left: 24px;
}
/* line 186, /Users/blaschko/Sites/medex_nw/_content.scss */
#mybody #content #maincontent ol {
  list-style-type: decimal;
}
/* line 190, /Users/blaschko/Sites/medex_nw/_content.scss */
#mybody #content #maincontent ul {
  list-style: disc;
}
/* line 196, /Users/blaschko/Sites/medex_nw/_content.scss */
#mybody .banner-div {
  margin-bottom: .5em;
  width: 100%;
  /*.wp-caption-text{
  	position: absolute;
  	bottom: 0px;
  	padding: 1em $padding-content;
  	background: url("assets/dark.png");
  	width: 100%;
  	color: #fff;
  	text-align: left;
  }*/
}
/* line 208, /Users/blaschko/Sites/medex_nw/_content.scss */
#mybody .banner-div .wp-caption-text {
  text-align: right;
}
/* line 211, /Users/blaschko/Sites/medex_nw/_content.scss */
#mybody .banner-div .banner-image {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0px 0.5em 0.4em -0.4em rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0px 0.5em 0.4em -0.4em rgba(50, 50, 50, 0.4);
  box-shadow: 0px 0.5em 0.4em -0.4em rgba(50, 50, 50, 0.4);
  border: 1px solid #dfdfdf;
  display: block;
}
/* line 221, /Users/blaschko/Sites/medex_nw/_content.scss */
#mybody #hotbar {
  width: 100%;
  padding: 0px;
}
/* line 227, /Users/blaschko/Sites/medex_nw/_content.scss */
#mybody #hotbar .narrow {
  margin: .375em 0;
  background: #fff;
  width: 31%;
  margin-right: 3.5%;
  float: left;
  border: 0.15em solid #034ea2;
  border-radius: 0em;
  overflow: visible;
  display: table-row;
}
/* line 241, /Users/blaschko/Sites/medex_nw/_content.scss */
#mybody #hotbar .narrow:last-child {
  margin-right: 0;
}
/* line 245, /Users/blaschko/Sites/medex_nw/_content.scss */
#mybody #hotbar .narrow h4 {
  color: #034ea2;
  margin-left: 0px;
  text-align: center;
  padding: .2em 0;
  font-size: 1em;
}
/* line 252, /Users/blaschko/Sites/medex_nw/_content.scss */
#mybody #hotbar .narrow p {
  color: #000;
  text-align: center;
  font-size: 0.9em;
  display: none;
}
/* line 258, /Users/blaschko/Sites/medex_nw/_content.scss */
#mybody #hotbar .narrow .hottopic {
  display: block;
  vertical-align: middle;
  overflow: visible;
  height: auto;
  width: 100%;
  padding: 5px 4%;
}
/* line 268, /Users/blaschko/Sites/medex_nw/_content.scss */
#mybody #hotbar .narrow:hover {
  background: #034ea2 !important;
}
/* line 270, /Users/blaschko/Sites/medex_nw/_content.scss */
#mybody #hotbar .narrow:hover h4 {
  color: #fff;
}
/* line 273, /Users/blaschko/Sites/medex_nw/_content.scss */
#mybody #hotbar .narrow:hover p {
  color: #000;
}

/* line 286, /Users/blaschko/Sites/medex_nw/_content.scss */
.center, .aligncenter {
  text-align: center;
}

/* line 289, /Users/blaschko/Sites/medex_nw/_content.scss */
.right, .alignright {
  float: right !important;
}

/* line 293, /Users/blaschko/Sites/medex_nw/_content.scss */
.left, .alignleft {
  position: relative;
  float: left !important;
}

/* line 297, /Users/blaschko/Sites/medex_nw/_content.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 301, /Users/blaschko/Sites/medex_nw/_content.scss */
img.alignleft, img.alignright {
  padding: 2px;
  border: 1px solid #dfdfdf;
  float: left;
  -webkit-box-shadow: 0px 0.5em 0.4em -0.4em rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0px 0.5em 0.4em -0.4em rgba(50, 50, 50, 0.4);
  box-shadow: 0px 0.5em 0.4em -0.4em rgba(50, 50, 50, 0.4);
  margin: 0px 12px 12px 1px;
  clear: left;
  max-width: 100%;
  height: auto;
}

/* line 313, /Users/blaschko/Sites/medex_nw/_content.scss */
img.alignright {
  clear: right;
  float: right;
  margin: 0px 1px 12px 12px;
}

/* line 320, /Users/blaschko/Sites/medex_nw/_content.scss */
div.alignleft, div.alignright {
  margin: 0px 2px 12px 12px;
  max-width: 100%;
}
/* line 324, /Users/blaschko/Sites/medex_nw/_content.scss */
div.alignleft img, div.alignright img {
  float: none !important;
  max-width: 100%;
  display: inline-block;
  margin: 0px;
}
/* line 331, /Users/blaschko/Sites/medex_nw/_content.scss */
div.alignleft p, div.alignright p {
  padding: 0px 6px;
}

/* line 335, /Users/blaschko/Sites/medex_nw/_content.scss */
div.alignleft {
  margin: 0px 12px 12px 2px;
}

/* line 339, /Users/blaschko/Sites/medex_nw/_content.scss */
img.alignleft.noborder, img.noborder.alignright, img.alignright.noborder, div.alignleft.noborder, div.alignright.noborder {
  border: 0px;
  -webkit-box-shadow: 0px 0.5em 0.4em -0.4em white;
  -moz-box-shadow: 0px 0.5em 0.4em -0.4em white;
  box-shadow: 0px 0.5em 0.4em -0.4em white;
}

/* line 344, /Users/blaschko/Sites/medex_nw/_content.scss */
.wp-caption-text {
  text-align: center;
  color: #666;
  font-size: 0.9em;
  line-height: 1em;
  margin-top: .3em;
}

/* sidebar */
/* line 1, /Users/blaschko/Sites/medex_nw/_sidebar.scss */
.sidebar {
  width: 100%;
  clear: both;
  margin: 0px 0px;
}
/* line 5, /Users/blaschko/Sites/medex_nw/_sidebar.scss */
.sidebar h3 {
  position: relative;
}
/* line 8, /Users/blaschko/Sites/medex_nw/_sidebar.scss */
.sidebar .sideoverlay {
  display: none;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
}
/* line 17, /Users/blaschko/Sites/medex_nw/_sidebar.scss */
.sidebar .sideoverlay a {
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  display: block;
}
/* line 25, /Users/blaschko/Sites/medex_nw/_sidebar.scss */
.sidebar .sideoverlay a:after {
  background: none !important;
}
/* line 31, /Users/blaschko/Sites/medex_nw/_sidebar.scss */
.sidebar .sidebarbox {
  padding: 0px;
  background: #034289;
  font-size: 100%;
  overflow: visible;
  border-top: 0px;
}
/* line 42, /Users/blaschko/Sites/medex_nw/_sidebar.scss */
.sidebar .sidebarbox h3 {
  border: 1px solid #034ea2;
  border-bottom: 1px solid #034289;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  -ms-border-radius: 2px !important;
  border-radius: 2px !important;
  -webkit-box-shadow: rgba(50, 50, 50, 0.4) 0px 0 0.4em inset;
  -moz-box-shadow: rgba(50, 50, 50, 0.4) 0px 0 0.4em inset;
  -ms-box-shadow: rgba(50, 50, 50, 0.4) 0px 0 0.4em inset;
  box-shadow: rgba(50, 50, 50, 0.4) 0px 0 0.4em inset;
  padding: 0.2em 12px;
  /*-moz-border-radius: $rounded-corner-radius  $rounded-corner-radius 0px 0;
  -webkit-border-radius:  $rounded-corner-radius  $rounded-corner-radius 0px 0;
  border-radius:  $rounded-corner-radius  $rounded-corner-radius 0px 0;*/
  font-size: 1em;
}
/* line 56, /Users/blaschko/Sites/medex_nw/_sidebar.scss */
.sidebar .sidebarbox h3 a {
  color: #fff;
}
/* line 66, /Users/blaschko/Sites/medex_nw/_sidebar.scss */
.sidebar .sidebarbox ul {
  -moz-transition: max-height .5s linear;
  -ms-transition: max-height .5s linear;
  -o-transition: max-height .5s linear;
  -webkit-transition: max-height .5s linear;
  transition: max-height .5s linear;
  display: block;
  margin-top: -1px;
}
/* line 73, /Users/blaschko/Sites/medex_nw/_sidebar.scss */
.sidebar .sidebarbox ul a {
  padding-left: 12px;
  padding-right: 12px;
}
/* line 77, /Users/blaschko/Sites/medex_nw/_sidebar.scss */
.sidebar .sidebarbox ul ul {
  display: none;
}
/* line 79, /Users/blaschko/Sites/medex_nw/_sidebar.scss */
.sidebar .sidebarbox ul ul a {
  padding-left: 30px;
}
/* line 83, /Users/blaschko/Sites/medex_nw/_sidebar.scss */
.sidebar .sidebarbox ul ul ul a {
  padding-left: 48px;
}
/* line 87, /Users/blaschko/Sites/medex_nw/_sidebar.scss */
.sidebar .sidebarbox ul ul ul ul a {
  padding-left: 66px;
}
/* line 96, /Users/blaschko/Sites/medex_nw/_sidebar.scss */
.sidebar .sidebarbox > ul {
  padding-bottom: .5em;
}
/* line 99, /Users/blaschko/Sites/medex_nw/_sidebar.scss */
.sidebar .sidebarbox > ul > li {
  border-top: 1px solid #023670;
}
/* line 103, /Users/blaschko/Sites/medex_nw/_sidebar.scss */
.sidebar .sidebarbox > ul > li li {
  border-top: 1px solid #034ea2;
  background: #035abb;
}
/* line 106, /Users/blaschko/Sites/medex_nw/_sidebar.scss */
.sidebar .sidebarbox > ul > li li li {
  border-top: 1px solid #0461ca;
  background: #0466d4;
}
/* line 113, /Users/blaschko/Sites/medex_nw/_sidebar.scss */
.sidebar .sidebarbox > ul > li:first-child {
  border-top: 0px;
}
/* line 118, /Users/blaschko/Sites/medex_nw/_sidebar.scss */
.sidebar .sidebarbox > ul, .sidebar .sidebarbox .current_page_item > ul, .sidebar .sidebarbox .current_page_ancestor > ul, .sidebar .sidebarbox .current_page_parent > ul {
  display: block;
  /* display all children of ancestor */
  /*ul{
  	ul{
  		display: block;
  	}
  }*/
}
/* line 121, /Users/blaschko/Sites/medex_nw/_sidebar.scss */
.sidebar .sidebarbox > ul li, .sidebar .sidebarbox .current_page_item > ul li, .sidebar .sidebarbox .current_page_ancestor > ul li, .sidebar .sidebarbox .current_page_parent > ul li {
  display: block;
}
/* line 132, /Users/blaschko/Sites/medex_nw/_sidebar.scss */
.sidebar .sidebarbox .current_page_item > a {
  color: #fff;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.2);
}
/* line 138, /Users/blaschko/Sites/medex_nw/_sidebar.scss */
.sidebar .sidebarbox a {
  display: block;
  z-index: 2;
  color: #fff;
  padding: .6em 0px;
}
/* line 144, /Users/blaschko/Sites/medex_nw/_sidebar.scss */
.sidebar .sidebarbox li {
  display: inline;
}
/* line 146, /Users/blaschko/Sites/medex_nw/_sidebar.scss */
.sidebar .sidebarbox li > .sidebar-children-open > li {
  position: relative;
  display: block;
  border-bottom: none;
  background: #fff;
  padding-left: .325em;
}

/* forms */
/* line 1, /Users/blaschko/Sites/medex_nw/_forms.scss */
form {
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -ms-border-radius: 0.25em;
  border-radius: 0.25em;
  width: 100%;
}

/* line 9, /Users/blaschko/Sites/medex_nw/_forms.scss */
input, select {
  margin: 0px 2px 1.5em 2px;
  max-width: 100%;
}

/* line 17, /Users/blaschko/Sites/medex_nw/_forms.scss */
.searchbox {
  display: inline-block;
  max-width: 100%;
  position: relative;
  /* Form wrapper styling */
}
/* line 22, /Users/blaschko/Sites/medex_nw/_forms.scss */
.searchbox form {
  border: 0px;
}
/* line 25, /Users/blaschko/Sites/medex_nw/_forms.scss */
.searchbox .form-wrapper {
  width: 15.625em;
  padding: 0;
  max-width: 100%;
  background: #0466d4;
  border-radius: 4px;
  font-size: 1em;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4) inset, 0px 1px 0px rgba(255, 255, 255, 0.2);
}
/* line 35, /Users/blaschko/Sites/medex_nw/_forms.scss */
.searchbox .form-wrapper input {
  height: 23px;
  padding: 3px 2%;
  width: 80%;
  display: block;
  float: left;
  border: 0;
  background: #fafafa;
  border-radius: 4px 0px 0px 4px;
  margin: 0px;
}
/* line 46, /Users/blaschko/Sites/medex_nw/_forms.scss */
.searchbox .form-wrapper input:focus {
  outline: 0;
  background: #fff;
  box-shadow: 0px 0 2px rgba(0, 0, 0, 0.8) inset;
}
/* line 51, /Users/blaschko/Sites/medex_nw/_forms.scss */
.searchbox .form-wrapper input::-webkit-input-placeholder, .searchbox .form-wrapper input:-moz-placeholder, .searchbox .form-wrapper input:-ms-input-placeholder {
  color: #999;
  font-weight: normal;
  font-style: italic;
}
/* line 57, /Users/blaschko/Sites/medex_nw/_forms.scss */
.searchbox .form-wrapper button {
  overflow: visible;
  position: relative;
  float: left;
  border: 0;
  padding: 0;
  cursor: pointer;
  height: 22px;
  width: 20%;
  font-size: 1em;
  color: #fff;
  text-transform: uppercase;
  background-color: #0466d4;
  background-image: url("assets/magnifying_glass.png");
  background-position: 50% 60%;
  background-repeat: no-repeat;
  border-radius: 0px .25em .25em 0;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
  /* left arrow */
}
/* line 77, /Users/blaschko/Sites/medex_nw/_forms.scss */
.searchbox .form-wrapper button:hover {
  background-color: #107ffb;
}
/* line 81, /Users/blaschko/Sites/medex_nw/_forms.scss */
.searchbox .form-wrapper button:active, .searchbox .form-wrapper button:focus {
  background-color: #023670;
  outline: 0;
}
/* line 86, /Users/blaschko/Sites/medex_nw/_forms.scss */
.searchbox .form-wrapper button:before {
  content: '';
  position: absolute;
  border-width: 8px 8px 8px 0;
  border-style: solid solid solid none;
  border-color: transparent #0466d4;
  top: 3px;
  left: -6px;
}
/* line 96, /Users/blaschko/Sites/medex_nw/_forms.scss */
.searchbox .form-wrapper button:hover:before {
  border-right-color: #107ffb;
}
/* line 99, /Users/blaschko/Sites/medex_nw/_forms.scss */
.searchbox .form-wrapper button:focus:before, .searchbox .form-wrapper button:active:before {
  border-right-color: #023670;
}
/* line 102, /Users/blaschko/Sites/medex_nw/_forms.scss */
.searchbox .form-wrapper button::-moz-focus-inner {
  /* remove extra button spacing for Mozilla Firefox */
  border: 0;
  padding: 0;
}

/* line 116, /Users/blaschko/Sites/medex_nw/_forms.scss */
.holder {
  min-width: 250px;
  margin: 0px 0 1em;
}
/* line 121, /Users/blaschko/Sites/medex_nw/_forms.scss */
.holder tr:hover td {
  background: none;
}
/* line 125, /Users/blaschko/Sites/medex_nw/_forms.scss */
.holder td {
  padding: 0.5em 12px;
  border-bottom: 0px;
  vertical-align: top;
}
/* line 129, /Users/blaschko/Sites/medex_nw/_forms.scss */
.holder td input[type=checkbox] {
  margin-top: .2em;
}

/* line 135, /Users/blaschko/Sites/medex_nw/_forms.scss */
label {
  font-size: 1em;
}

/* line 140, /Users/blaschko/Sites/medex_nw/_forms.scss */
.supp_button {
  background-color: #035abb;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #034ea2;
  display: inline-block;
  color: #ffffff;
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 1px 1px 0px #034ea2;
}
/* line 154, /Users/blaschko/Sites/medex_nw/_forms.scss */
.supp_button:hover {
  background-color: #023670;
}
/* line 157, /Users/blaschko/Sites/medex_nw/_forms.scss */
.supp_button:active {
  position: relative;
  top: 1px;
}

/* This imageless css button was generated by CSSButtonGenerator.com */
/* media queries */
@media only screen and (min-width: 20em) {
  /* line 4, /Users/blaschko/Sites/medex_nw/_20em.scss */
  #mybody .contentbox.dynamo {
    width: 50%;
    float: left;
    padding: 1em 2% .5em 0;
  }
  /* line 9, /Users/blaschko/Sites/medex_nw/_20em.scss */
  #mybody .contentbox.dynamo:nth-of-type(1n) {
    clear: left;
  }
  /* line 12, /Users/blaschko/Sites/medex_nw/_20em.scss */
  #mybody .contentbox.dynamo:nth-of-type(2n) {
    clear: none;
    padding: 1em 0 0 2%;
  }
}
@media only screen and (min-width: 26.25em) {
  /* line 1, /Users/blaschko/Sites/medex_nw/_26em.scss */
  #mybody #content #maincontent .importantlinks {
    margin-top: 0px;
    max-width: 50%;
  }

  /* line 7, /Users/blaschko/Sites/medex_nw/_26em.scss */
  footer .footerwidget {
    width: 50%;
    float: left;
    min-height: 0px;
    margin-bottom: 0px;
    text-align: left;
  }
  /* line 13, /Users/blaschko/Sites/medex_nw/_26em.scss */
  footer .footerwidget ul, footer .footerwidget .searchbox {
    padding: 0px;
  }

  /* line 21, /Users/blaschko/Sites/medex_nw/_26em.scss */
  header #branding img {
    float: left;
    display: block;
    margin-right: .5em;
    position: relative;
    opacity: 1;
  }

  /* line 32, /Users/blaschko/Sites/medex_nw/_26em.scss */
  #mybody .contentbox.dynamo {
    width: 33%;
  }
  /* line 35, /Users/blaschko/Sites/medex_nw/_26em.scss */
  #mybody .contentbox.dynamo:nth-of-type(odd) {
    clear: none;
  }
  /* line 39, /Users/blaschko/Sites/medex_nw/_26em.scss */
  #mybody .contentbox.dynamo:nth-of-type(3n) {
    padding-left: 2%;
    padding-right: 0%;
  }
  /* line 43, /Users/blaschko/Sites/medex_nw/_26em.scss */
  #mybody .contentbox.dynamo:nth-of-type(3n-1) {
    padding-left: 1%;
    padding-right: 1%;
  }
  /* line 47, /Users/blaschko/Sites/medex_nw/_26em.scss */
  #mybody .contentbox.dynamo:nth-of-type(3n-2) {
    padding-left: 0%;
    padding-right: 2%;
  }
  /* line 51, /Users/blaschko/Sites/medex_nw/_26em.scss */
  #mybody .contentbox.dynamo:nth-of-type(3n+1) {
    clear: left;
  }

  /* line 58, /Users/blaschko/Sites/medex_nw/_26em.scss */
  img.alignleft, img.alignright, img.alignright {
    max-width: 50%;
  }

  /* line 65, /Users/blaschko/Sites/medex_nw/_26em.scss */
  div.alignleft, div.alignright {
    max-width: 50%;
  }

  /* line 72, /Users/blaschko/Sites/medex_nw/_26em.scss */
  .tabs .alignleft, .tabs .alignright {
    display: block;
  }
}
@media only screen and (min-width: 45em) {
  /* line 2, /Users/blaschko/Sites/medex_nw/_40em.scss */
  .cf40:before, .container:before {
    content: " ";
    display: table;
  }
  /* line 6, /Users/blaschko/Sites/medex_nw/_40em.scss */
  .cf40:after, .container:after {
    content: " ";
    display: table;
    clear: both;
  }

  /* line 14, /Users/blaschko/Sites/medex_nw/_40em.scss */
  body, html {
    overflow-x: auto;
  }

  /* line 17, /Users/blaschko/Sites/medex_nw/_40em.scss */
  body {
    background: #fff;
  }
  /* line 19, /Users/blaschko/Sites/medex_nw/_40em.scss */
  body.nojs #galleria {
    display: block !important;
  }

  /* line 24, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #mybody.slide, footer.slide {
    transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
  }

  /* line 32, /Users/blaschko/Sites/medex_nw/_40em.scss */
  .container {
    padding: 0px 1%;
  }

  /* line 36, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #classgallery {
    position: relative;
    overflow: display;
  }
  /* line 39, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #classgallery img {
    width: 100% !important;
    height: auto;
    margin: 0;
  }
  /* line 44, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #classgallery #title {
    position: absolute;
    color: #fff;
    background: url("assets/dark.png");
    bottom: .375em;
    width: 100%;
    padding: 0px 0 .375em 0;
  }
  /* line 51, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #classgallery #title h2 {
    color: #fff;
  }
  /* line 55, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #classgallery #classes {
    width: 66%;
    margin-right: 2%;
    float: left;
  }
  /* line 60, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #classgallery #thumbs {
    width: 32%;
    float: left;
  }
  /* line 64, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #classgallery #holder {
    padding: 0;
    overflow-x: hidden;
    position: relative;
  }
  /* line 68, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #classgallery #holder #overlay {
    background: url("assets/light.png");
    z-index: 15;
    top: 0;
    display: none;
    position: absolute;
  }
  /* line 74, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #classgallery #holder #overlay .loading {
    width: 100%;
    height: 100%;
    background: url("assets/loading.gif") no-repeat 50% 50%;
  }

  /* line 84, /Users/blaschko/Sites/medex_nw/_40em.scss */
  footer .footerwidget {
    min-height: 100px;
    float: left;
    width: 25%;
    margin-bottom: 1em;
  }

  /* line 91, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #headerlinks {
    position: relative;
    border-bottom: 1px #034793 solid;
    background: #034ea2;
    display: block;
    padding: .25em 0;
  }
  /* line 97, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #headerlinks .container {
    text-align: right;
  }
  /* line 100, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #headerlinks .container .searchbox {
    float: right;
  }
  /* line 105, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #headerlinks ul {
    display: inline-block;
    text-align: right;
    height: 24px;
    float: right;
  }
  /* line 110, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #headerlinks ul div {
    float: right;
  }
  /* line 113, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #headerlinks ul li {
    float: left;
    font-size: 70%;
    margin: 2px 0;
    border-right: 1px dotted #107ffb;
    letter-spacing: 1px;
  }
  /* line 119, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #headerlinks ul li a {
    color: #fff;
    padding: 0px 12px;
    line-height: 23px;
    display: block;
    height: 20px;
  }
  /* line 125, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #headerlinks ul li a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    border-radius: .5em;
  }
  /* line 132, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #headerlinks ul li:last-child {
    border-left: 0px solid #fff;
    margin-right: 7px;
  }

  /* line 139, /Users/blaschko/Sites/medex_nw/_40em.scss */
  header {
    background: white url("assets/banner.png") 50% 100% no-repeat;
    border-bottom: 0px;
    position: relative;
    z-index: 400;
  }
  /* line 147, /Users/blaschko/Sites/medex_nw/_40em.scss */
  header #branding {
    overflow: auto;
    width: 24em;
    display: block;
    padding: 25px 0px;
  }
  /* line 152, /Users/blaschko/Sites/medex_nw/_40em.scss */
  header #branding #logo {
    width: 100%;
    cursor: pointer;
    height: 74px;
    letter-spacing: 1px;
    text-align: left;
    line-height: .9;
    background: none;
  }
  /* line 162, /Users/blaschko/Sites/medex_nw/_40em.scss */
  header #branding #logo a {
    color: #000;
  }
  /* line 166, /Users/blaschko/Sites/medex_nw/_40em.scss */
  header #branding #logo b {
    font-size: 36px;
  }
  /* line 170, /Users/blaschko/Sites/medex_nw/_40em.scss */
  header #branding #logo:hover a {
    color: #022a57;
  }
  /* line 179, /Users/blaschko/Sites/medex_nw/_40em.scss */
  header .container {
    position: relative;
  }
  /* line 185, /Users/blaschko/Sites/medex_nw/_40em.scss */
  header #jumplinks {
    width: 340px;
    position: absolute;
    right: 2px;
    top: 0;
    font-size: .9em;
    font-weight: regular;
    float: right;
  }
  /* line 195, /Users/blaschko/Sites/medex_nw/_40em.scss */
  header #jumplinks #jumpcontainer {
    display: table-cell;
    vertical-align: middle;
    height: 130px;
    width: 100%;
  }
  /* line 201, /Users/blaschko/Sites/medex_nw/_40em.scss */
  header #jumplinks ul {
    width: 100%;
    padding: 2px 0px 2px 5%;
    border-left: 1px solid #dfdfdf;
    overflow: auto;
  }
  /* line 207, /Users/blaschko/Sites/medex_nw/_40em.scss */
  header #jumplinks ul li {
    width: 50%;
    float: left;
  }

  /* line 215, /Users/blaschko/Sites/medex_nw/_40em.scss */
  h1 {
    font-size: 2.7em;
  }

  /* line 218, /Users/blaschko/Sites/medex_nw/_40em.scss */
  .loupe {
    z-index: 50;
    border: 2px solid #000;
  }
  /* line 221, /Users/blaschko/Sites/medex_nw/_40em.scss */
  .loupe img {
    max-width: 1500px;
  }

  /* line 225, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #mybody {
    z-index: 1;
  }
  /* line 228, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #mybody #content {
    background: #fff;
    z-index: 2;
    position: static;
  }
  /* line 233, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #mybody #content #galleria {
    /*padding: 1.2%;*/
    width: 75%;
    float: left;
    border: 1px solid #dfdfdf;
    margin: 1em 0px;
    font-size: 1em;
    padding: 0px !important;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -ms-border-radius: 0.25em;
    border-radius: 0.25em;
    height: 450px;
    background: white url("assets/loading.gif") 50% 50% no-repeat;
  }
  /* line 245, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #mybody #content #galleria .info {
    min-height: 5px;
    border-top: 1px solid #eee;
    background: url("assets/light.png");
    background: rgba(255, 255, 255, 0.85);
  }
  /* line 250, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #mybody #content #galleria .info p {
    line-height: 110%;
  }
  /* line 255, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #mybody #content #homepage {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 90%;
  }
  /* line 261, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #mybody #content #maincontent {
    padding-top: 1em;
    width: 75%;
    float: right;
  }
  /* line 265, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #mybody #content #maincontent .listbox {
    width: 31.33%;
  }
  /* line 268, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #mybody #content #maincontent .importantlinks {
    max-width: 30%;
  }
  /* line 274, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #mybody .contentbox {
    border-top: 0px;
    float: left;
    margin-left: 2%;
    margin-bottom: 1em;
    padding: 0 0 .5em;
  }
  /* line 283, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #mybody .contentbox.half {
    width: 49%;
  }
  /* line 286, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #mybody .contentbox.narrow, #mybody .contentbox.half {
    width: 32%;
    /*background: $color-grey;*/
    margin-top: 1em;
    margin-bottom: 2em;
    padding: 0px;
    border: 1px solid #ededed;
    -webkit-border-radius: 0 0 .5em .5em;
    -moz-border-radius: 0 0 .5em .5em;
    -ms-border-radius: 0 0 .5em .5em;
    border-radius: 0 0 .5em .5em;
  }
  /* line 299, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #mybody .contentbox.narrow .news-img, #mybody .contentbox.half .news-img {
    /*margin-bottom: .5em;*/
  }
  /* line 303, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #mybody .contentbox.narrow h2, #mybody .contentbox.narrow h3, #mybody .contentbox.narrow p, #mybody .contentbox.half h2, #mybody .contentbox.half h3, #mybody .contentbox.half p {
    padding-left: 12px;
    padding-right: 12px;
  }
  /* line 309, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #mybody .contentbox.article {
    width: 75%;
  }
  /* line 312, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #mybody .contentbox.nomarginleft {
    margin-left: 0px;
  }
  /* line 315, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #mybody .contentbox.fullprofile {
    width: 100%;
    border-top: 1px solid #fafafa !important;
    margin-bottom: .25em;
    margin-left: 0px;
  }
  /* line 323, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #mybody .contentbox .contentboxtitle {
    font-size: 1.1em;
    display: block;
    background: #034ea2;
    border-bottom: 1px #034289 solid;
    color: #fff;
    color: #000;
    background: #c0ddfe;
    border-bottom: 1px solid #ccc;
    letter-spacing: 0px;
    /*
    	color: #fff;
    background: darken($color-accent, 10%);
    -webkit-border-top-right-radius: 20px;
    -khtml-border-radius-topright: 20px;	
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    */
    /*margin-bottom: .25em;*/
    padding: 0.25em 12px;
  }
  /* line 348, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #mybody .contentbox.sticky .contentboxtitle {
    background: #034ea2;
    border-bottom: 1px #034289 solid;
    color: #fff;
  }
  /* line 358, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #mybody #hotbar {
    width: 23%;
    margin: 1em 0 1em 2%;
    float: left;
  }
  /* line 365, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #mybody #hotbar .narrow {
    width: 100%;
    float: left !important;
    background: none;
    display: table-row;
    height: 150px;
    margin: 0px;
    border: 0px solid #000 !important;
    border-radius: 0px;
    border-top: 1px solid #e1e1e1 !important;
    border-bottom: 0px solid #fff !important;
    -webkit-box-shadow: 0px 0.5em 0.4em -0.4em rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0.5em 0.4em -0.4em rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0.5em 0.4em -0.4em rgba(0, 0, 0, 0.3);
    background: #fafafa;
  }
  /* line 382, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #mybody #hotbar .narrow h4 {
    color: #034ea2;
    font-size: 1.1em;
  }
  /* line 386, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #mybody #hotbar .narrow p {
    display: block;
    color: #000;
  }
  /* line 390, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #mybody #hotbar .narrow .hottopic {
    display: table-cell;
    vertical-align: middle;
    height: 140px;
    overflow: auto;
    width: 92%;
    margin: 5px 4%;
  }
  /* line 401, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #mybody #hotbar .narrow:hover {
    background: #034ea2 !important;
  }
  /* line 403, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #mybody #hotbar .narrow:hover h4 {
    color: #fff;
  }
  /* line 406, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #mybody #hotbar .narrow:hover p {
    color: #f9f9f9;
  }
  /* line 413, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #mybody #hotbar .narrow:first-child {
    border-bottom: 0px;
    border-top: 0px !important;
  }
  /* line 419, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #mybody #hotbar .narrow:last-child {
    -moz-border-radius: 0px 0px 2em 0px;
    -webkit-border-radius: 0px 0px 2em 0px;
    border-radius: 0px 0px 2em 0px;
  }
  /* line 428, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #mybody #hotbar h4 {
    padding: 0px 0px .625em;
    text-align: center;
    font-weight: normal;
    color: #fff;
  }
  /* line 436, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #mybody #hotbar p {
    font-size: .75em;
    padding: 0px 7%;
    color: #fff;
  }
  /* line 444, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #mybody .sidebar {
    width: 25%;
    float: right;
    z-index: 1;
    clear: none;
    margin: 0px;
  }
  /* line 452, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #mybody .sidebar .sidebarbox {
    margin-bottom: 1em;
    padding: 2em 0px 0 0;
    background: none;
    overflow: visible;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-left: 0px;
    -webkit-border-bottom-right-radius: 20px;
    -khtml-border-radius-bottomright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-right-radius: 20px;
    margin-right: 1em;
  }
  /* line 469, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #mybody .sidebar .sidebarbox a {
    color: #0466d4;
  }
  /* line 474, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #mybody .sidebar .sidebarbox a:hover {
    color: #023670;
  }
  /* line 479, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #mybody .sidebar .sidebarbox h3 {
    padding: 2px 12px;
    /*-moz-border-radius: $rounded-corner-radius  $rounded-corner-radius 0px 0;
    -webkit-border-radius:  $rounded-corner-radius  $rounded-corner-radius 0px 0;
    border-radius:  $rounded-corner-radius  $rounded-corner-radius 0px 0;*/
    font-weight: normal;
    border: 0px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 1px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    border-radius: 0px !important;
    font-weight: bold;
  }
  /* line 496, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #mybody .sidebar .sidebarbox h3 a {
    font-size: 1.5em;
    color: #034289;
  }
  /* line 499, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #mybody .sidebar .sidebarbox h3 a:after {
    background: none;
  }
  /* line 503, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #mybody .sidebar .sidebarbox h3 + ul {
    display: block;
    border: 0px;
  }
  /* line 511, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #mybody .sidebar .sidebarbox ul li {
    background: none !important;
    border-top: 0px !important;
  }
  /* line 515, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #mybody .sidebar .sidebarbox ul a {
    line-height: 1.6em;
    border-top: 1px solid #dfdfdf;
    padding-top: .4em;
    padding-bottom: .3em;
  }
  /* line 520, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #mybody .sidebar .sidebarbox ul a:hover {
    background: #fcfcfc;
  }
  /* line 526, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #mybody .sidebar .sidebarbox ul ul a {
    border-top: 1px dashed #dfdfdf;
    color: #555;
  }
  /* line 529, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #mybody .sidebar .sidebarbox ul ul a:hover {
    color: #0466d4;
  }
  /* line 537, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #mybody .sidebar .sidebarbox > ul > li:first-child > a {
    border-top: 0px;
  }

  /* line 548, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #navigation {
    width: 100%;
    position: relative;
    z-index: 10000;
  }
  /* line 553, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #navigation a {
    display: block;
  }
  /* line 557, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #navigation .primary {
    width: 100%;
    z-index: 9000;
  }
  /* line 560, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #navigation .primary > li {
    z-index: 8000;
    float: left;
    margin-right: 2px;
    width: auto;
    position: relative;
    display: block;
    overflow: visible;
    background: #034ea2;
    /*-webkit-border-top-right-radius: .625em .25em;
    -khtml-border-radius-topright: .625em .25em;	
    -moz-border-radius-topright: .625em .25em;
    border-top-right-radius: .625em .25em;*/
    border-bottom: 0px;
  }
  /* line 579, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #navigation .primary > li > a {
    z-index: 96;
    display: inline-block;
    background: none;
    width: auto;
    float: left;
    padding: .8em .75em .6em;
    font-size: 75%;
    line-height: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  /* line 593, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #navigation .primary > li > a:hover {
    background: none;
  }
  /* line 598, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #navigation .primary > li .caret {
    position: relative;
    float: left;
    top: 0px;
    right: 0px;
  }
  /* line 604, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #navigation .primary > li.current-menu-item, #navigation .primary > li.current-page-ancestor {
    background: #034ea2;
    background: #000;
  }
  /* line 608, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #navigation .primary > li.current-menu-item .nav-holder, #navigation .primary > li.current-page-ancestor .nav-holder {
    background: #034ea2;
    background: #000;
  }
  /* line 614, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #navigation .primary > li:hover, #navigation .primary > li.hover {
    background: #fff;
  }
  /* line 616, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #navigation .primary > li:hover a, #navigation .primary > li.hover a {
    color: #000;
  }
  /* line 619, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #navigation .primary > li:hover > ul, #navigation .primary > li.hover > ul {
    background: #fff;
    top: 100%;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    zoom: 1;
  }
  /* line 622, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #navigation .primary > li:hover > ul a, #navigation .primary > li.hover > ul a {
    color: #000;
  }
  /* line 626, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #navigation .primary > li:hover > ul li a, #navigation .primary > li.hover > ul li a {
    background: #fff;
  }
  /* line 628, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #navigation .primary > li:hover > ul li a:hover, #navigation .primary > li.hover > ul li a:hover {
    color: #fff;
    background: #034ea2;
    border-top: 1px solid #034ea2;
  }
  /* line 635, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #navigation .primary > li:hover > ul li ul li a, #navigation .primary > li.hover > ul li ul li a {
    color: #666;
  }
  /* line 647, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #navigation .primary > li > ul {
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    top: -9000%;
    margin-left: -2px;
    display: block;
    padding: 6px;
    z-index: 7000;
    width: 250px;
    border: 0px;
    position: absolute;
    border-top: 1px solid #fafafa;
    -webkit-box-shadow: 0px 0.25em 24px rgba(25, 25, 25, 0.2);
    -moz-box-shadow: 0px 0.25em 24px rgba(25, 25, 25, 0.2);
    box-shadow: 0px 0.25em 24px rgba(25, 25, 25, 0.2);
  }
  /* line 669, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #navigation .primary > li > ul li a {
    font-size: 90%;
    z-index: 8000;
    padding-top: 4px;
    padding-bottom: 3px;
    border-bottom: 1px dashed #dfdfdf;
    border-top: 1px solid #fff;
  }
  /* line 678, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #navigation .primary > li > ul li:first-child a {
    border-bottom: 1px solid #e4e4e4;
  }
  /* line 681, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #navigation .primary > li > ul li:last-child a {
    border-bottom: 1px solid #fff;
  }
  /* line 686, /Users/blaschko/Sites/medex_nw/_40em.scss */
  #navigation .primary > li > ul ul {
    display: block;
  }

  /* line 697, /Users/blaschko/Sites/medex_nw/_40em.scss */
  .mobile {
    display: none;
  }

  /* line 700, /Users/blaschko/Sites/medex_nw/_40em.scss */
  .mobile-off, #timelinecontainer {
    display: block;
  }

  /* line 704, /Users/blaschko/Sites/medex_nw/_40em.scss */
  .chartholder .chart {
    height: 300px;
  }
  /* line 708, /Users/blaschko/Sites/medex_nw/_40em.scss */
  .chartholder .overflow {
    display: none;
  }

  /* line 712, /Users/blaschko/Sites/medex_nw/_40em.scss */
  img.alignleft, img.alignright, img.alignright {
    max-width: 30%;
  }

  /* line 718, /Users/blaschko/Sites/medex_nw/_40em.scss */
  div.alignleft, div.alignright {
    max-width: 30%;
  }
}
@media only screen and (min-width: 69em) {
  /* line 1, /Users/blaschko/Sites/medex_nw/_max.scss */
  .container {
    width: 69em;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 10, /Users/blaschko/Sites/medex_nw/_max.scss */
  #mybody .contentbox.dynamo {
    width: 25%;
  }
  /* line 13, /Users/blaschko/Sites/medex_nw/_max.scss */
  #mybody .contentbox.dynamo:nth-of-type(3n+1) {
    clear: none;
  }
  /* line 17, /Users/blaschko/Sites/medex_nw/_max.scss */
  #mybody .contentbox.dynamo:nth-of-type(4n+1) {
    clear: left;
  }
  /* line 20, /Users/blaschko/Sites/medex_nw/_max.scss */
  #mybody .contentbox.dynamo:nth-of-type(4n) {
    padding-left: 1.5%;
    padding-right: 0%;
  }
  /* line 24, /Users/blaschko/Sites/medex_nw/_max.scss */
  #mybody .contentbox.dynamo:nth-of-type(4n-1) {
    padding-left: 1%;
    padding-right: .5%;
  }
  /* line 28, /Users/blaschko/Sites/medex_nw/_max.scss */
  #mybody .contentbox.dynamo:nth-of-type(4n-2) {
    padding-left: .5%;
    padding-right: 1%;
  }
  /* line 32, /Users/blaschko/Sites/medex_nw/_max.scss */
  #mybody .contentbox.dynamo:nth-of-type(4n-3) {
    padding-left: 0%;
    padding-right: 1.5%;
  }
}
@media only screen and (max-width: 40em) {
  /* line 83, medex.scss */
  #galleria {
    display: block !important;
    border: none;
    margin-top: 0px !important;
    margin-bottom: .5em !important;
    border-radius: 0px;
  }
}

/* ************************************************************************ */
/* Not in the .scss file This is brute forced to style Preceptor Eval forms */
/* ************************************************************************ */

.evalform_wrapper .left_label li.field_sublabel_below .gfield_label {
    margin: 0 1em 0 0;
}

.evalform_wrapper textarea {
    font-size: inherit;
    font-family: inherit;
    letter-spacing: normal;
    padding: 5px;
}

.evalform_wrapper .gfield {
	padding: 10px;
}
.evalform_wrapper .left_label .gfield_label {
    float: left;
    margin: .75em 15px 0 0;
    width: 29%;
    font-weight: 700;
 }
 
 .evalform_wrapper .gfield_label_header {
	color: #022a57;
    font-family: Georgia,Cambria,serif;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 125%;
    padding: 0.5em 0 0.2em;
    font-size: 1.6em;
    margin: 0em 0 0.5em;
    display: block;
 }
 
 .evalform_wrapper li.field_description_above .gfield_description {
   /* margin-bottom: .75em; */
}
.evalform_wrapper .top_label .gfield_description {
    padding: .625em 0 0;
}

li.gfield > div.gfield_description  {
	margin-top: -1em;
	margin-bottom: 2em;
	font-weight: 700;
}

 .evalform_wrapper .top_label .gfield_label {
    margin: .625em 0 .5em;
    font-weight: 700;
    display: -moz-inline-stack;
    display: inline-block;
    line-height: 1.3;
    clear: both;
}

.evalform_wrapper ul.left_label li ul.gfield_radio li {
margin-bottom: 10px;	
}

.evalform_wrapper ul.gfield_checkbox li, .evalform_wrapper ul.gfield_radio li {
    padding: 0!important;
}
.evalform_wrapper ul.gfield_checkbox li, .evalform_wrapper ul.gfield_radio li {
    overflow: hidden;
}
.evalform_wrapper .gfield_checkbox li, .evalform_wrapper .gfield_radio li {
    position: relative;
    margin: 0 0 .5em;
    line-height: 1.3;
}
.evalform_wrapper form li, .gform_wrapper li {
    margin-left: 0!important;
    list-style: none!important;
    overflow: visible;
}

.evalform_wrapper .gfield_radio li input[type=radio] {
    margin-top: .375em;
	float: left;
}
.evalform_wrapper .gfield_radio li label {
    display: block;
    margin: 0 0 0 24px;
    padding: 0;
    width: auto;
    line-height: 1.5;
    vertical-align: top;
}

.evalform_wrapper .top_label li.gf_left_half {
    clear: left!important;
    margin-right: 1.6%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 .5em;
    width: 49%;
}

.evalform_wrapper .top_label li.gf_right_half {
    clear: right!important;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 .5em;
    width: 48.5%;
}

.evalform_wrapper .top_label li.gfield.gf_one_fifths {
    margin: 0 0 .5em;
    clear: left!important;
}
.evalform_wrapper .top_label li.gfield.gf_one_fifths, 
.evalform_wrapper .top_label li.gfield.gf_two_fifths, 
.evalform_wrapper .top_label li.gfield.gf_three_fifths,
.evalform_wrapper .top_label li.gfield.gf_four_fifths,
.evalform_wrapper .top_label li.gfield.gf_five_fifths {
    width: 17.9%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
}

.evalform_wrapper .top_label input.medium,
.evalform_wrapper .top_label select.medium {
    width: 47.5%;
}

.evalform_wrapper .top_label li.gfield.gf_left_half input.medium {
	width: 97.5%;
}

.evalform_wrapper input[type=text] {
    font-size: inherit;
    font-family: inherit;
    padding: .313em 0;
    letter-spacing: normal;
    text-indent: .25em;
}

.evalform_wrapper textarea.medium {
    height: 6em;
    width: 97.5%;
}

.evalform_wrapper .gfield:hover {
	background: #eee; 
}
 
 .evalform_wrapper li.gfield.gf_list_5col label.gfield_label {
    margin: .625em 0;
}

.evalform_wrapper li.gfield.gf_list_5col input {
	margin: 0;
}

 .evalform_wrapper li.gfield.gf_list_5col ul.gfield_radio {
    overflow: hidden;
}

.evalform_wrapper li.gfield.gf_list_5col ul.gfield_radio li {
    width: 19%;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0 0 .5em;
    min-height: 1.8em;
    vertical-align: top;
    list-style: none !important;
    line-height: normal;
}

.evalform_wrapper li.divider {
	/*border-top: 1px solid #ccc; */
	margin: 1em 0;
}

label.error {
	padding: 0;
	background: #a94442;
	color: #ffffff;
	padding: 4px 8px;
}

