@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v8/LKf8nhXsWg5ybwEGXk8UBQ.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Bold'), local('PTSans-Bold'), url(https://fonts.gstatic.com/s/ptsans/v8/0XxGQsSc1g4rdRdjJKZrNBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: local('PT Sans Italic'), local('PTSans-Italic'), url(https://fonts.gstatic.com/s/ptsans/v8/PIPMHY90P7jtyjpXuZ2cLD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  src: local('PT Sans Bold Italic'), local('PTSans-BoldItalic'), url(https://fonts.gstatic.com/s/ptsans/v8/lILlYDvubYemzYzN7GbLkHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
/* LESS Document */

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */

}
/**
 * Remove default margin.
 */

body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */

}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: yellow;
  color: black;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */

}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
/* 1 */ input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */

}
/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */

}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */

}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
/** THEME
===================================*/

.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #cccccc;
  -webkit-box-shadow: 0 0 5px #cccccc;
  box-shadow: 0 0 5px #cccccc;
  border: 1px solid #1e3165;
  left: -5px;
  background: white;
  height: auto;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/Content/Images/bx_loader.gif) center center no-repeat white;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: black;
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  left: 10px;
  background: url(/images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(/images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(/images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(/images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: white;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
body {
  font-family: 'PT Sans', Arial, sans-serif;
  margin: 0 auto;
  padding: 0 auto;
}
a {
  text-decoration: none;
}
.container {
  margin: 0 auto;
  width: 900px;
  text-align: center;
  color: white;
}
header {
  float: left;
  width: 100%;
  min-width: 900px;
  background: #404040;
  padding: 5px 0;
}
header a {
  color: white;
  text-decoration: underline;
}
.closeBtn {
  float: right;
  height: 25px;
  width: 25px;
  background: url(../Content/Images/closeBtnBG.gif) center no-repeat;
  border: 0px;
}
/*Nav*********************************************/

nav {
  float: left;
  width: 100%;
  min-width: 900px;
  background: #139fda;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
}
nav a {
  color: white;
}
nav ul {
  margin: 10px 0 0 -50px;
  font-size: 0;
}
nav ul li {
  list-style: none;
  display: inline-block;
  padding: 10px 8px 22px;
  text-align: center;
}
nav ul li a {
  padding: 10px 10px 22px;
  font-size: 20px;
}
nav ul li.active,
nav ul li a:hover {
  background: white;
  color: #404040;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
}
nav .active a {
  color: #404040;
}
ul.dropdown {
  display: none;
  -webkit-box-shadow: 0 5px 15px #51626f;
  -moz-box-shadow: 0 5px 15px #51626f;
  box-shadow: 0 5px 15px #51626f;
  margin: 0;
  padding: 0;
  -webkit-transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
  /*border-radius: 3px;*/
  position: absolute;
  background: #139fda;
  margin-top: 20px;
  z-index: 100;
}
ul.dropdown li {
  display: block;
  padding: 0;
}
ul.dropdown li span {
  width: 100%;
  display: block;
}
ul.dropdown li a {
  display: block;
  color: white;
}
ul.dropdown li a:hover {
  color: #404040;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-left-radius: 0;
  -moz-border-top-right-radius: 0;
}
ul.menu li.open ul.dropdown {
  display: block;
}
.show-menu {
  float: right;
  text-decoration: none;
  color: white;
  display: none;
  -webkit-appearance: none;
  background: url(../Content/Images/threeLineMenu.png) no-repeat right;
  margin-top: 5px;
  margin-right: 5px;
  height: 35px;
  width: 30px;
  border: 0px;
}
/*Top Section*********************************************/

.top-section {
  float: left;
  width: 100%;
  padding: 0 0 30px;
}
.top-section .logo {
  float: left;
}
.top-section .banner {
  float: left;
}
/*Main Section*********************************************/

.main-section {
  float: left;
  width: 100%;
  min-width: 900px;
  background: url(../Content/Images/swahn-tile.png) repeat;
  /*** Model ***/

  /*** End of Model ***/

}
.main-section .container .content {
  float: left;
  background: white;
  margin: 40px 0 0;
  padding: 30px;
  width: 840px;
  text-align: left;
  color: #404040;
  font-size: 18px;
}
.main-section .container .left {
  float: left;
  width: 60%;
  margin-right: 10%;
}
.main-section .container .left .title {
  color: #404040;
  font-size: 24px;
  font-weight: bold;
}
.main-section .container .right {
  float: left;
  width: 30%;
  margin-top: 20px;
}
.main-section .container .right .bxslider {
  margin-left: 21px;
}
.main-section .container .right .bxslider img {
  margin-top: 0px;
  box-shadow: 0 5px 10px #cccccc;
}
.main-section .container .right .sliderTitle {
  color: #1e3165;
  text-transform: uppercase;
  width: 90%;
  padding: 20px 0 0 0;
}
.main-section .container .right .sliderTitle hr {
  width: 120%;
  margin-left: -30px;
}
.main-section .container .right .sliderTitle span {
  border-bottom: 1px dotted #1e3165;
}
.main-section .container .right .sliderTitle span:hover {
  border-bottom: 1px solid #f6921e;
  color: #f6921e;
}
.main-section .container .right .sliderContent {
  color: #404040;
  font-size: 14px;
  padding: 10px 0 50px 0;
  width: 90%;
}
.main-section .container .footerWrap {
  float: left;
  /*background:@white;*/

}
.main-section .container .footerContent {
  float: left;
  /*background:@white;*/
  margin: 0 30px 50px 30px;
  padding: 30px 0;
  width: 840px;
  color: #1e3165;
  /*border-top:1px solid @lightOrange;*/
  font-weight: bold;
}
.main-section .container .footerContent a {
  color: #1e3165;
}
.main-section .container .footerContent a:hover {
  color: #404040;
}
.main-section .container .colRight,
.main-section .container .colCenter,
.main-section .container .colLeft {
  float: left;
  width: 25%;
  padding: 10px 0;
  height: 50px;
}
.main-section .container .orangeText {
  color: #f6921e;
}
.main-section .container .colRight {
  padding-top: 15px;
}
.main-section .container .contact-us {
  display: inline-block;
  width: 162px;
  height: 33px;
  color: white;
  background: #139fda;
  border-radius: 4px;
  padding: 10px 0 0 0;
}
.main-section .container .contact-us:hover {
  /*color:@Black;
		    background:@white;*/
  opacity: 0.7;
}
.main-section .container .healthChat {
  display: inline-block;
  width: 162px;
  height: 45px;
  background: url(../Content/Images/healthchat-new-button.png) center no-repeat;
}
.main-section .container .healthChat:hover {
  background: url(../Content/Images/healthchat-new-button-hover.png) center no-repeat;
}
.main-section .container .healthLineLogo {
  display: inline-block;
  width: 154px;
  height: 45px;
  background: url(../Content/Images/healthLineLogo.jpg) center no-repeat;
}
.main-section .container .healthLineLogo:hover {
  background: url(../Content/Images/healthLineLogo-o.jpg) center no-repeat;
}
.main-section .container .healthline-link:hover {
  opacity: 0.7;
}
.main-section .container .smallFontSize {
  display: inline-block;
  width: 23px;
  height: 22px;
  background: url(../Content/Images/fontSize.jpg) 0 0;
}
.main-section .container .smallFontSize:hover {
  background: url(../Content/Images/fontSize-o.jpg) 0 0;
}
.main-section .container .middleFontSize {
  display: inline-block;
  width: 23px;
  height: 22px;
  background: url(../Content/Iimages/fontSize.jpg) -23px 0;
}
.main-section .container .middleFontSize:hover {
  background: url(../Content/Images/fontSize-o.jpg) -23px 0;
}
.main-section .container .largeFontSize {
  display: inline-block;
  width: 30px;
  height: 22px;
  background: url(../Content/Images/fontSize.jpg) -46px 0;
}
.main-section .container .largeFontSize:hover {
  background: url(../Content/Images/fontSize-o.jpg) -46px 0;
}
.main-section .container .event-list-page-copy {
  margin-bottom: 7px;
  float: left;
  width: 79%;
}
.main-section .container section#events {
  float: left;
  width: 94%;
  padding: 8px 2% 5px 4%;
  background: white;
}
.main-section .container section#events a {
  color: #139fda;
  text-decoration: none;
  border-bottom: 1px dotted #139fda;
}
.main-section .container section#events a:hover {
  color: #f6921e;
  text-decoration: none;
  border-bottom-color: #f6921e;
  border-bottom-style: solid;
}
.main-section .container section#events #prev-link {
  text-align: left;
  width: 30%;
  margin-right: 15px;
  display: inline-block;
}
.main-section .container section#events #display-date {
  text-align: center;
  width: 30%;
  margin-right: 15px;
  display: inline-block;
}
.main-section .container section#events #next-link {
  text-align: right;
  width: 30%;
  display: inline-block;
}
.main-section .container section#events ul#event-list {
  margin-top: 20px;
}
.main-section .container section#events ul#event-list li {
  margin-bottom: 1em;
}
.main-section .container section#events ul#event-list a {
  font-weight: bold;
}
.main-section .container section#event-detail {
  float: left;
  width: 94%;
  padding: 8px 2% 5px 4%;
  background: white;
}
.main-section .container section#event-detail a {
  color: #139fda;
  text-decoration: none;
  border-bottom: 1px dotted #139fda;
}
.main-section .container section#event-detail a:hover {
  color: #f6921e;
  text-decoration: none;
  border-bottom-color: #f6921e;
  border-bottom-style: solid;
}
.main-section .container section#event-detail ul {
  Padding: 0 0 0 40px;
  List-style: disc;
}
.main-section .container section#event-description {
  font-weight: bold;
  text-align: center;
}
.main-section .container section#event-series-dates {
  margin: 10px 0;
}
.main-section .container section#event-series-dates h3 {
  margin: 10px 0 0;
  font-weight: bold;
}
.main-section .container section#event-series-dates ul {
  padding: 0;
  list-style: none;
}
.main-section .container .event-breadcrumb {
  margin-bottom: 20px;
  margin-top: 10px;
}
.main-section .container .event-breadcrumb a {
  color: #139fda;
  text-decoration: none;
  border-bottom: 1px dotted #139fda;
}
.main-section .container .event-breadcrumb a:hover {
  color: #f6921e;
  text-decoration: none;
  border-bottom-color: #f6921e;
  border-bottom-style: solid;
}
.main-section .container a.share-button {
  border: 0px none;
}
.main-section #submitEventModal {
  float: right;
  margin-right: -18px;
  margin-top: 15px;
}
.main-section #submitEventBtn {
  padding: 12px 30px;
  margin: 0px auto 20px;
  display: inline-block;
  text-align: center;
  background: #007cb1 none repeat scroll 0% 0%;
  color: white;
  font-weight: bold;
  border-radius: 5px;
  border: 0px none;
  box-shadow: 0px 4px 0px 0px #004c6b;
  transition: background 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  cursor: pointer;
}
.main-section #submitEventBtn span {
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
.main-section div#submitEventModalBackground {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #bababa;
  z-index: 1000;
}
.main-section div#submitEventModalPrompt {
  display: none;
  background-color: white;
  position: fixed;
  /* Next 4 Lines Used to Center the Prompt on the Screen */
  left: 35%;
  /* Half the Screen Width */
  top: 25%;
  /* Half the Screen Height */
  width: 30%;
  padding: 5px;
  border-radius: 10px;
  border: #cccccc solid 1px;
  box-shadow: 2px 2px 1px #888888;
  z-index: 1200;
}
.main-section div#submitEventModalPrompt a {
  color: #139fda;
  text-decoration: none;
  border-bottom: 1px dotted #139fda;
}
.main-section div#submitEventModalPrompt a:hover {
  color: #f6921e;
  text-decoration: none;
  border-bottom-color: #f6921e;
  border-bottom-style: solid;
}
.main-section #submitEventInPromptDiv {
  width: 100%;
  overflow: auto;
}
.main-section #submitEventDestination {
  width: 100%;
}
.main-section .submit-event-link-container {
  width: 90%;
  padding: 2% 5%;
}
.main-section .model-close-button {
  position: absolute;
  right: 5px;
  top: 5px;
  opacity: 0.3;
  cursor: pointer;
}
.main-section .model-close-button:hover {
  opacity: 1.0;
}
@media (max-width: 768px) {
  .main-section #submitEventModal {
    float: none;
    margin: 0;
  }
  .main-section div#submitEventModalPrompt {
    width: 60%;
    left: 18%;
  }
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.center-text {
  text-align: center;
}
/*added styles*/

.title {
  color: #404040;
  font-size: 24px;
  font-weight: bold;
}
#swahn-body header {
  display: none;
}
#swahn-body.header header {
  display: block;
}
.main-section .container .content {
  min-height: 300px;
  position: relative;
}
.text-resize {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 9px;
}
.text-resize span {
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.text-resize img {
  vertical-align: middle;
}
#bx-pager {
  text-align: center;
  font-size: 14px;
  margin-top: -55px;
  float: left;
  width: 100%;
}
#bx-pager .active {
  color: black;
  font-weight: bold;
  text-decoration: underline;
}
#bx-pager a {
  display: inline-block;
  width: 18px;
  text-align: center;
  color: #404040;
}
/* LESS Document */

.slicknav_menu {
  display: none;
}
@media (max-width: 768px) {
  .container {
    width: 100%;
  }
  header {
    width: 100%;
    min-width: 0;
  }
  .js .menu {
    display: none;
  }
  .js .slicknav_menu {
    display: block;
  }
  nav {
    width: 100%;
    min-width: 0;
  }
  nav ul {
    margin: 0 0 0 -40px;
    width: 100%;
    display: none;
  }
  nav ul li {
    list-style: none;
    display: inline-block;
    padding: 0px 0 0px 0;
    width: 100%;
  }
  nav ul li a {
    display: block;
    width: 100%;
    padding: 10px 13px 10px 13px;
  }
  nav ul li a:hover {
    width: 100%;
    background: white;
    color: #f6921e;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-top-left-radius: 0px;
    -moz-border-top-right-radius: 0px;
  }
  ul.dropdown {
    position: relative;
    margin-top: 0;
  }
  .show-menu {
    display: block;
  }
  input[type=checkbox] {
    display: block;
    -webkit-appearance: block;
  }
  .top-section .logo {
    float: none;
  }
  .top-section .logo img {
    width: 60%;
  }
  .top-section .search-container {
    height: 75px;
  }
  .top-section .banner {
    float: none;
  }
  .top-section .banner img {
    width: 90%;
  }
  .main-section {
    width: 100%;
    min-width: 0;
  }
  .main-section .container .content {
    width: 90%;
    padding: 30px 5%;
  }
  .main-section .container .left {
    width: 100%;
    margin-right: 0;
  }
  .main-section .container .right {
    width: 100%;
  }
  .main-section .container .right .sliderTitle {
    color: #1e3165;
    text-transform: uppercase;
    width: 90%;
    padding: 20px 0 0 0;
  }
  .main-section .container .right .sliderContent {
    font-size: 14px;
    padding: 10px 0 50px 0;
    width: 80%;
  }
  .main-section .container .event-list-page-copy {
    float: left;
    width: 100%;
  }
  .main-section .container .footerContent {
    float: left;
    /*background:@white;
  				margin: 0 5% 50px 5%;*/
    padding: 30px 5%;
    width: 85%;
    color: #1e3165;
    border-top: 1px solid #fddfbf;
    font-weight: bold;
  }
  .main-section .container .footerContent a {
    color: #1e3165;
  }
  .main-section .container .footerContent a:hover {
    color: #404040;
  }
  .main-section .container .colRight,
  .main-section .container .colCenter,
  .main-section .container .colLeft {
    float: left;
    width: 100%;
    padding: 20px 0;
    height: 40px;
  }
}
@media (max-width: 480px) {
  .main-section .container .footerContent {
    margin: 0 0 50px 5%;
    width: 70%;
    border-top: 1px solid #fddfbf;
  }
  .main-section .container .colRight,
  .main-section .container .colCenter,
  .main-section .container .colLeft {
    float: left;
    width: 100%;
    padding: 10px 0;
    height: 50px;
  }
  .main-section .container .colLeft,
  .main-section .container .colCenter {
    border-bottom: 1px solid #eeeeee;
    border-right: 0px solid #cccccc;
  }
}
/*
    Mobile Menu Core Style
*/

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
}
.slicknav_menu  .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}
.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}
.slicknav_nav {
  clear: both;
}
.slicknav_nav ul,
.slicknav_nav li {
  display: block;
}
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_nav .slicknav_row {
  display: block;
}
.slicknav_nav a {
  display: block;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}
.slicknav_menu:before,
.slicknav_menu:after {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  clear: both;
}
/* IE6/7 support */

.slicknav_menu {
  *zoom: 1;
}
/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
  font-size: 20px;
  line-height: 26px;
}
/* Button */

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #0f7dab;
}
/* Button Text */

.slicknav_menu  .slicknav_menutxt {
  color: white;
  font-weight: bold;
  text-shadow: 0 1px 3px black;
}
/* Button Lines */

.slicknav_menu .slicknav_icon-bar {
  background-color: whitesmoke;
}
.slicknav_menu {
  background: #139fda;
  padding: 5px;
}
.slicknav_nav {
  color: white;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
}
.slicknav_nav,
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
}
.slicknav_nav ul {
  padding: 0;
  margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px;
}
.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: white;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}
.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: white;
  color: #404040;
}
.slicknav_nav .slicknav_row:hover a {
  color: #404040;
}
.slicknav_nav a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: white;
  color: #404040;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
.slicknav_nav  ul.dropdown {
  position: relative;
  border-radius: 6px;
  margin-left: 5px;
  margin-right: 5px;
}
.slicknav_nav ul.dropdown li a:hover {
  border-radius: 6px;
}
em {
  font-style: italic;
}
.custom-content b,
.custom-content strong,
.custom-content th {
  font-weight: bold;
}
.custom-content ol {
  list-style-type: decimal;
  padding-left: 25px;
}
.custom-content ul {
  list-style-type: disc;
  padding-left: 25px;
}
.custom-content table {
  display: table;
  border-collapse: separate;
  border-spacing: 2px;
}
.custom-content tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
.custom-content tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
.custom-content td,
th {
  display: table-cell;
  vertical-align: inherit;
}
.custom-content a,
.sliderContent a,
.content .left a {
  color: #139fda;
  text-decoration: none;
  border-bottom: 1px dotted #139fda;
}
.custom-content a:hover,
.sliderContent a:hover,
.content .left a:hover {
  color: #f6921e;
  text-decoration: none;
  border-bottom-color: #f6921e;
  border-bottom-style: solid;
}
.hidden {
  display: none;
}
.noborder a {
  border: none;
}
a.noborder {
  border: none;
}
p {
  margin: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin-bottom: 1em;
}
section#event-detail #swahn-body.small .main-section .container .content .left,
#swahn-body.small .main-section .container .content section#events,
#swahn-body.small .main-section .container .content section#event-detail,
#swahn-body.small .main-section .container .content .event-list-page-copy,
#swahn-body.small .main-section .container .content .custom-content {
  font-size: 100%;
}
#swahn-body.medium .main-section .container .content .left,
#swahn-body.medium .main-section .container .content section#events,
#swahn-body.medium .main-section .container .content section#event-detail,
#swahn-body.medium .main-section .container .content .event-list-page-copy,
#swahn-body.medium .main-section .container .content .custom-content {
  font-size: 107%;
}
/*1.3em*/

#swahn-body.large .main-section .container .content .left,
#swahn-body.large .main-section .container .content section#events,
#swahn-body.large .main-section .container .content section#event-detail,
#swahn-body.large .main-section .container .content .event-list-page-copy,
#swahn-body.large .main-section .container .content .custom-content {
  font-size: 115%;
}
.smallText {
  font-size: 75%;
}
.tab {
  padding-left: 20px;
}
.underline {
  text-decoration: underline;
}
.custom-content sub {
  vertical-align: sub;
  font-size: 75%;
}
.custom-content sup {
  vertical-align: super;
  font-size: 75%;
}
#slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
  height: 300px;
}
#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 300px;
  list-style: none;
}
#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 300px;
  background: #cccccc;
  text-align: center;
  line-height: 300px;
}
#slider ul li img {
  height: 100%;
}
a.control_prev,
a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.6;
  cursor: pointer;
}
a.control_prev:hover,
a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}
a.control_prev {
  border-radius: 0 2px 2px 0;
}
a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}
.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}
/*ADDED SLIDER STYLES*/

#slider1_container {
  position: relative;
  top: 0px;
  left: 0px;
  width: 918px;
  height: 207px;
  overflow: hidden;
  margin: 0 auto;
}
#slider1_container img {
  max-width: 100%;
  max-height: 100%;
}
.loading-images {
  position: absolute;
  top: 0px;
  left: 0px;
}
.slider-load {
  position: absolute;
  display: block;
  background: url(Images/loading.gif) no-repeat center center;
  top: 0px;
  left: 0px;
  /*width: 100%;
    height:100%;*/

}
.slider-contorls {
  filter: alpha(opacity=70);
  opacity: 0.7;
  position: absolute;
  display: block;
  background-color: black;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.slides-container {
  cursor: move;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 207px;
  overflow: hidden;
}
/* jssor slider bullet navigator skin 03 css */

/*
.jssorb03 div           (normal)
.jssorb03 div:hover     (normal mouseover)
.jssorb03 .av           (active)
.jssorb03 .av:hover     (active mouseover)
.jssorb03 .dn           (mousedown)
*/

.jssorb03 div,
.jssorb03 div:hover,
.jssorb03 .av {
  background: url(Images/b03.png) no-repeat;
  overflow: hidden;
  cursor: pointer;
}
.jssorb03 div {
  background-position: -5px -4px;
  position: absolute;
  width: 21px;
  height: 21px;
  text-align: center;
  line-height: 21px;
  color: white;
  font-size: 12px;
}
.jssorb03 div:hover,
.jssorb03 .av:hover {
  background-position: -35px -4px;
}
.jssorb03 .av {
  background-position: -65px -4px;
}
.jssorb03 .dn,
.jssorb03 .dn:hover {
  background-position: -95px -4px;
}
.jssorb03 {
  position: absolute;
  bottom: -200px;
  right: 6px;
}
/* jssor slider arrow navigator skin 03 css */

/*
.jssora03l              (normal)
.jssora03r              (normal)
.jssora03l:hover        (normal mouseover)
.jssora03r:hover        (normal mouseover)
.jssora03ldn            (mousedown)
.jssora03rdn            (mousedown)

.jssora03l, .jssora03r, .jssora03ldn, .jssora03rdn
{
    position: absolute;
    cursor: pointer;
    display: block;
    background: url(Images/a03.png) no-repeat;
    overflow:hidden;
}
.jssora03l { background-position: -3px -33px; width: 55px; height: 55px; top: 65px; left: 8px; }
.jssora03r { background-position: -63px -33px; width: 55px; height: 55px; top: 65px; right: 8px }
.jssora03l:hover { background-position: -123px -33px; }
.jssora03r:hover { background-position: -183px -33px; }
.jssora03ldn { background-position: -243px -33px; }
.jssora03rdn { background-position: -303px -33px; }*/

/**************************
Open Search box styles.
**************************/

/* Styles for Search Boxes */

#Open-Search {
  position: relative;
}
#OpenSearchFormHeader {
  text-align: left;
}
#OpenQuerySearch,
#OpenSearchQueryHeader {
  width: 225px;
  height: 34px;
  background: white;
  padding-left: 50px;
  margin-left: -50px;
  border: 1px solid #404040;
  color: #404040;
  font-style: italic;
  font-size: 19px;
  box-sizing: border-box;
  float: right;
}
#OpenSearchQueryPage {
  border: 1px solid black;
}
#OpenSearchButton {
  position: relative;
  top: 3px;
  width: 50px;
  height: 28px;
  padding: 0px;
  border: none;
  background: url(Images/magGlass.png) left no-repeat;
}
/* AutoComplete */

#OssAutoCompleteHeaderlist {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  background-color: white;
  color: black;
  text-align: left;
  padding-left: 3px;
  padding-right: 3px;
  border-left: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  border-right: 1px solid lightgray;
  position: absolute;
  margin: 0;
  cursor: pointer;
  right: 0;
  z-index: 1000;
  width: 218px;
}
#OssAutoCompletePagelist {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  background-color: white;
  color: black;
  text-align: left;
  padding-left: 3px;
  padding-right: 3px;
  border-left: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  border-right: 1px solid lightgray;
  position: absolute;
  margin: 0;
  cursor: pointer;
  right: 0;
  z-index: 1000;
}
.OssAutoCompleteHeader_link,
.OssAutoCompletePage_link {
  color: black;
  background-color: white;
  padding: 2px 6px 2px 6px;
  white-space: nowrap;
}
.OssAutoCompleteHeader_link_over,
.OssAutoCompletePage_link_over {
  color: Blue;
  background-color: whitesmoke;
  padding: 2px 6px 2px 6px;
  white-space: nowrap;
}
/* Styles for Search Results */

#search-form {
  margin: 0 auto;
  width: 50%;
  text-align: center;
}
#result-status {
  text-align: right;
}
#result-status .text-box {
  width: 100%;
}
#paging {
  margin: 0 auto;
  width: 90%;
  text-align: center;
}
#SearchBoxContainer {
  position: relative;
  width: 225px;
  float: right;
}
.container {
  position: relative;
}
.keyword-item {
  background-color: #e8e8ff;
  width: 100%;
  padding: 4px 4px 7px;
  margin-bottom: 1em;
}
.result-item {
  width: 100%;
  padding: 4px;
  margin-bottom: 1em;
}
.result-item h3,
.keyword-item h3 {
  font-weight: bold;
  font-size: 100%;
  margin-bottom: 0;
}
a.a {
  font-size: 90%;
  color: green;
}
#paging a {
  margin: 5px;
}
.paging-endlink {
  font-weight: bold;
  font-size: 120%;
}
.divSuggestion {
  margin-top: 30px;
}
