@import url("//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700");
/*	--------------------------------------	*\
	Fonts
\*	--------------------------------------	*/
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=3.2.1");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("fonts/fontawesome-webfont.ttf?v=3.2.1") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* line 16, ../__SASS/_MODULE__fonts.scss */
body {
  font-size: 100%;
  font-family: 'Open Sans', sans-serif;
}
/* line 18, ../__SASS/_MODULE__fonts.scss */
body #wrapper {
  font-size: 0.81em;
}

/* ------------------------ *\

	_MODULE__header.scss
	
	Classes for header block

\* ------------------------ */
/* line 11, ../__SASS/_MODULE__header.scss */
.sys-warning {
  background-color: #006;
  color: #fff;
  margin: 5em auto;
  padding: 8px;
  max-width: 40em;
}

/* line 16, ../__SASS/_MODULE__header.scss */
#header {
  background-image: url("img-header/header--bg-swirl.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background: opacity(0.4);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 18, ../__SASS/_MODULE__header.scss */
  #header {
    background-image: url("img-header/header--bg-swirlx2.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: 443px 156px;
    background-size: 443px 521px;
  }
}
/* line 26, ../__SASS/_MODULE__header.scss */
#hdr__utilities {
  padding-top: 0px;
}

/* line 28, ../__SASS/_MODULE__header.scss */
#search_wrapper {
  border: 1px solid #55b;
  padding: 8px 7px 8px 7px;
  float: right;
  margin-left: 5px;
  width: 180px;
  height: 1.6em;
  background-color: #fff;
}
/* line 30, ../__SASS/_MODULE__header.scss */
#search_wrapper #search #q {
  font-size: 0.9em;
  border: none;
  margin-left: 5px;
  padding: 0.15em;
}
/* line 33, ../__SASS/_MODULE__header.scss */
#search_wrapper #search #q.watermark {
  color: #999;
}

/* line 42, ../__SASS/_MODULE__header.scss */
body.https-on #search #q,
body.https-on #search .btn-go,
body.https-on #search #search_wrapper {
  display: none;
}

/* line 46, ../__SASS/_MODULE__header.scss */
#search_wrapper .icon-search {
  float: left;
  margin-top: 4px;
}

/* line 48, ../__SASS/_MODULE__header.scss */
#search_wrapper input {
  float: left;
  width: 100px;
  margin-top: 3px;
}

/* line 50, ../__SASS/_MODULE__header.scss */
.no-js #resize-box {
  display: none;
}

/* line 53, ../__SASS/_MODULE__header.scss */
#resize-box {
  float: right;
}
/* line 54, ../__SASS/_MODULE__header.scss */
#resize-box a {
  font-size: 100%;
  display: block;
  padding: 10px 11px 11px 11px;
  float: right;
  background-color: #333;
  color: #fff;
  font-weight: bold;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -o-transition: background .3s;
  -ms-transition: background .3s;
  transition: background .3s;
}
/* line 55, ../__SASS/_MODULE__header.scss */
#resize-box a:hover {
  background-color: #474747;
  text-decoration: none;
}
/* line 56, ../__SASS/_MODULE__header.scss */
#resize-box a:first-child {
  border-left: 1px solid #4b4b4b;
}
/* line 57, ../__SASS/_MODULE__header.scss */
#resize-box a:last-child {
  border-right: 1px solid #202020;
}
/* line 58, ../__SASS/_MODULE__header.scss */
#resize-box #hdr__reset_font {
  display: none;
  background-color: #ddd;
  color: #333;
}

/* line 63, ../__SASS/_MODULE__header.scss */
.btn-go {
  float: right;
  margin: 0 !important;
  padding: 10px 11px 11px 11px;
  font-size: 1.15em;
  background-color: #006ec6;
  color: #fff;
  font-weight: bold;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -o-transition: background .3s;
  -ms-transition: background .3s;
  transition: background .3s;
  border-width: 0px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

@-moz-document url-prefix() {
  /* line 72, ../__SASS/_MODULE__header.scss */
  .btn-go {
    font-size: 1.07em;
  }
}

/* line 77, ../__SASS/_MODULE__header.scss */
.btn-go {
  padding-top: 12px\9;
}

/* line 81, ../__SASS/_MODULE__header.scss */
:root .btn-go {
  padding-top: 11px \9;
}

@media screen and (max-device-width: 1024px) {
  /* line 86, ../__SASS/_MODULE__header.scss */
  html.touch .btn-go {
    padding-top: 9px;
    padding-bottom: 10px;
  }
}
/* line 93, ../__SASS/_MODULE__header.scss */
.btn-go:hover {
  background-color: #005ca6;
}

/* line 95, ../__SASS/_MODULE__header.scss */
a.skip {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  color: #4b4b4b;
  padding-top: 10px;
  display: block;
}

/* line 97, ../__SASS/_MODULE__header.scss */
#logo {
  padding-top: 10px;
}

/* line 99, ../__SASS/_MODULE__header.scss */
.accessiblity {
  text-align: right;
  margin-bottom: 10px;
}

/* line 100, ../__SASS/_MODULE__header.scss */
.accessiblity .icon-print {
  margin-right: 5px;
  display: inline-block;
  background-color: #fff;
}

/* line 101, ../__SASS/_MODULE__header.scss */
.gov-search {
  text-align: right;
  margin-top: 5px;
}

/* line 102, ../__SASS/_MODULE__header.scss */
.accessiblity a, .gov-search a {
  color: #000;
  font-size: 0.85em;
  background-color: #fff;
}

/* line 104, ../__SASS/_MODULE__header.scss */
.lt-ie8 #search_wrapper {
  height: 1.6em;
}

/* line 106, ../__SASS/_MODULE__header.scss */
#search_wrapper input {
  border: 0px;
}

/* line 108, ../__SASS/_MODULE__header.scss */
.search-label {
  display: none;
}

/* line 110, ../__SASS/_MODULE__header.scss */
.bg-fade {
  width: 100%;
  position: absolute;
  height: 14em;
  background-image: url(img/trans-overlay.png);
  z-index: 0;
  display: none;
}
/* line 110, ../__SASS/_MODULE__header.scss */
.bg-fade.fullscreen {
  height: 7.6em;
}

/* line 113, ../__SASS/_MODULE__header.scss */
#header-right .large {
  font-size: 2.5em;
}

/* line 118, ../__SASS/_MODULE__header.scss */
.print {
  float: right;
  margin-bottom: 10px;
}
/* line 119, ../__SASS/_MODULE__header.scss */
.print .icon-print {
  font-size: 1.6em;
}
/* line 120, ../__SASS/_MODULE__header.scss */
.print a {
  color: #444;
}
/* line 123, ../__SASS/_MODULE__header.scss */
.print a:hover {
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  /* line 136, ../__SASS/_MODULE__header.scss */
  #search_wrapper {
    width: 113px;
    position: relative;
    height: 1.59em;
  }

  /* line 138, ../__SASS/_MODULE__header.scss */
  #search_wrapper .icon-search {
    float: left;
    margin-top: 4px;
  }

  /* line 140, ../__SASS/_MODULE__header.scss */
  #search_wrapper input {
    float: left;
    width: 80px;
  }

  /* line 142, ../__SASS/_MODULE__header.scss */
  #hdr__utilities {
    padding-top: 12px;
    position: relative;
    z-index: 101;
  }

  /* line 144, ../__SASS/_MODULE__header.scss */
  #search_wrapper {
    margin-left: 0;
  }

  /* line 146, ../__SASS/_MODULE__header.scss */
  .accessiblity {
    display: none;
  }

  /* line 148, ../__SASS/_MODULE__header.scss */
  .gov-search {
    display: none;
  }

  /* line 150, ../__SASS/_MODULE__header.scss */
  .btn-go {
    margin-right: 10px;
  }

  /* line 152, ../__SASS/_MODULE__header.scss */
  #logo-small {
    width: 54px;
    height: 53px;
    padding: 5px;
    position: relative;
    z-index: 101;
  }

  /* line 154, ../__SASS/_MODULE__header.scss */
  #header-right {
    margin-right: 4px;
  }

  /* line 156, ../__SASS/_MODULE__header.scss */
  .fade {
    width: 100%;
    position: absolute;
    height: 12em;
    background-image: url(img/trans-overlay.png);
    z-index: 102;
    display: none;
  }

  /* line 158, ../__SASS/_MODULE__header.scss */
  #header {
    background: none;
  }

  /* line 161, ../__SASS/_MODULE__header.scss */
  .mobile-title #title-container {
    margin: 20px 10px 20px 10px;
    width: 100%;
  }
}
@media screen and (min-width: 481px) and (max-width: 959px) {
  /* line 173, ../__SASS/_MODULE__header.scss */
  #search_wrapper {
    width: 123px;
    position: relative;
    height: 1.6em;
  }

  /* line 175, ../__SASS/_MODULE__header.scss */
  #search_wrapper .icon-search {
    float: left;
    margin-top: 4px;
  }

  /* line 177, ../__SASS/_MODULE__header.scss */
  #search_wrapper input {
    float: left;
    width: 60px;
  }

  /* line 179, ../__SASS/_MODULE__header.scss */
  #logo-small {
    width: 80px;
    height: 80px;
    padding-top: 25px;
    padding-left: 10px;
  }

  /* line 181, ../__SASS/_MODULE__header.scss */
  #header-right {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
  }

  /* line 183, ../__SASS/_MODULE__header.scss */
  .fade {
    display: none;
  }

  /* line 187, ../__SASS/_MODULE__header.scss */
  .bg-fade {
    display: inline;
  }

  /* line 190, ../__SASS/_MODULE__header.scss */
  #hdr__logoblock, #hdr__utilities {
    z-index: 1;
    position: relative;
  }
}
@media screen and (min-width: 481px) and (max-width: 719px) {
  /* line 201, ../__SASS/_MODULE__header.scss */
  #logo-small {
    display: block;
  }
  /* line 203, ../__SASS/_MODULE__header.scss */
  #logo-small.fullscreen {
    display: none;
  }

  /* line 207, ../__SASS/_MODULE__header.scss */
  #logo {
    display: none;
  }
  /* line 209, ../__SASS/_MODULE__header.scss */
  #logo.fullscreen {
    display: block;
  }

  /* line 214, ../__SASS/_MODULE__header.scss */
  .mobile-title {
    position: relative;
    z-index: 0;
    margin-left: 10px;
    margin-top: -10px;
    display: block !important;
  }
  /* line 219, ../__SASS/_MODULE__header.scss */
  .mobile-title #title-container {
    margin: 20px 10px 20px 10px;
    width: 100%;
  }

  /* line 226, ../__SASS/_MODULE__header.scss */
  .bg-fade {
    height: 15em;
  }
  /* line 228, ../__SASS/_MODULE__header.scss */
  .bg-fade.fullscreen {
    height: 7.6em;
  }
}
@media screen and (min-width: 721px) and (max-width: 959px) {
  /* line 235, ../__SASS/_MODULE__header.scss */
  #logo-small {
    display: none;
  }

  /* line 238, ../__SASS/_MODULE__header.scss */
  #logo {
    display: block !important;
    padding-top: 25px;
    padding-left: 10px;
  }
  /* line 240, ../__SASS/_MODULE__header.scss */
  #logo img {
    max-width: none;
  }
  /* line 245, ../__SASS/_MODULE__header.scss */
  #logo.fullscreen {
    padding-left: 0px;
    padding-top: 10px;
  }
}
@media screen and (min-width: 960px) {
  /* line 255, ../__SASS/_MODULE__header.scss */
  #header {
    padding-bottom: 1.5em;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 256, ../__SASS/_MODULE__header.scss */
  .mobile-title {
    display: none;
  }

  /* line 259, ../__SASS/_MODULE__header.scss */
  #logo-small {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  /* line 267, ../__SASS/_MODULE__header.scss */
  .skip {
    padding-left: 0px;
  }

  /* line 268, ../__SASS/_MODULE__header.scss */
  #hdr__logoblock {
    padding-left: 0px;
  }

  /* line 269, ../__SASS/_MODULE__header.scss */
  #hdr__utilities {
    padding-right: 0px;
  }

  /* line 270, ../__SASS/_MODULE__header.scss */
  #logo-small {
    display: block;
  }

  /* line 273, ../__SASS/_MODULE__header.scss */
  .mobile-title {
    display: none;
  }
}
/*header cut off fix*/
/* line 279, ../__SASS/_MODULE__header.scss */
.lt-ie9 #header {
  padding-bottom: 20px;
}

/* line 284, ../__SASS/_MODULE__header.scss */
.lt-ie8 .btn-go {
  font-size: 0.9em;
}
/* line 288, ../__SASS/_MODULE__header.scss */
.lt-ie8 .icon-caret-right {
  margin-right: 3px;
}
/* line 292, ../__SASS/_MODULE__header.scss */
.lt-ie8 .mobile-title {
  display: none;
}
/* line 295, ../__SASS/_MODULE__header.scss */
.lt-ie8 #logo-small {
  display: none;
}
/* line 298, ../__SASS/_MODULE__header.scss */
.lt-ie8 #hdr__logoblock {
  overflow: hidden;
}
/* line 302, ../__SASS/_MODULE__header.scss */
.lt-ie8 #logo {
  position: absolute;
}

/*	--------------------------------------	*\
	FILE: _MODULE__layout.scss
\*	--------------------------------------	*/
/*	--------------------------------------	*\
	SASS overrides
\*	--------------------------------------	*/
/* line 14, ../__SASS/_MODULE__layout.scss */
.grid-container, .grid-parent {
  text-align: left;
}

/*	--------------------------------------	*\
	Cell/Grid elements
\*	--------------------------------------	*/
/* line 21, ../__SASS/_MODULE__layout.scss */
.page-span {
  clear: both;
}

/* line 24, ../__SASS/_MODULE__layout.scss */
.row-fluid {
  clear: both;
}

/* line 25, ../__SASS/_MODULE__layout.scss */
.grid-xparent {
  padding-left: 0px;
  padding-right: 0px;
  margin: 0 -10px;
}

/* line 27, ../__SASS/_MODULE__layout.scss */
.row-divider {
  height: 10px;
}

/*	--------------------------------------	*\
	Top Level Page Blocks
\*	--------------------------------------	*/
/* line 46, ../__SASS/_MODULE__layout.scss */
#main {
  margin-top: 0px;
  padding-top: 2em;
  background-color: #fff;
}
/* line 52, ../__SASS/_MODULE__layout.scss */
#main #lh-nav > nav {
  background-color: #f4f4f4;
  padding: 15px;
}
/* line 54, ../__SASS/_MODULE__layout.scss */
#main #content h1.page-title, #main #content h2.page-title {
  margin-top: 4px;
  padding: 0;
  font-size: 1.6em;
}
/* line 57, ../__SASS/_MODULE__layout.scss */
#main #content h3 {
  font-size: 1.2em;
}

@media screen and (max-width: 480px) {
  /* line 74, ../__SASS/_MODULE__layout.scss */
  #wrapper {
    background-image: none;
  }

  /* line 77, ../__SASS/_MODULE__layout.scss */
  #main {
    margin-top: 15px !important;
  }

  /* line 79, ../__SASS/_MODULE__layout.scss */
  body {
    font-size: 1em !important;
  }
}
@media screen and (min-width: 481px) and (max-width: 959px) {
  /* line 85, ../__SASS/_MODULE__layout.scss */
  #content {
    padding-left: 0;
  }

  /* line 86, ../__SASS/_MODULE__layout.scss */
  #main {
    margin-top: 15px !important;
  }

  /* line 87, ../__SASS/_MODULE__layout.scss */
  .max-width-tablet {
    max-width: 520px;
    margin: 0 auto;
  }

  /* line 91, ../__SASS/_MODULE__layout.scss */
  #side-col > div.cell {
    padding: 0 10px 0 0;
  }

  /* line 95, ../__SASS/_MODULE__layout.scss */
  body {
    font-size: 1em !important;
  }
}
@media screen and (min-width: 1200px) {
  /* line 107, ../__SASS/_MODULE__layout.scss */
  #lh-nav {
    padding-left: 0;
  }

  /* line 108, ../__SASS/_MODULE__layout.scss */
  #side-col {
    padding-right: 0px;
  }
}
/* line 4, ../__SASS/_MODULE__footer.scss */
#footer {
  background-color: #e7e3e2;
  min-height: 12em;
}
/* line 8, ../__SASS/_MODULE__footer.scss */
#footer > .grid-container {
  background-image: url("./img-footer/bg-footer-swirl.png");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  padding-bottom: 25px;
}
/* line 12, ../__SASS/_MODULE__footer.scss */
#footer .shadow-bar {
  height: 3px;
  background-color: #007ec7;
  margin-bottom: 2em;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
/* line 17, ../__SASS/_MODULE__footer.scss */
#footer .footer-link-group h3 {
  margin-bottom: 0.5em;
}
/* line 18, ../__SASS/_MODULE__footer.scss */
#footer .footer-link-group a {
  color: #444;
}
/* line 19, ../__SASS/_MODULE__footer.scss */
#footer .footer-link-group a:hover {
  text-decoration: none;
}
/* line 21, ../__SASS/_MODULE__footer.scss */
#footer .footer-link-group .body ul,
#footer .footer-link-group ul.body {
  list-style-type: none;
  margin: 0;
}
/* line 23, ../__SASS/_MODULE__footer.scss */
#footer .footer-link-group .body ul li,
#footer .footer-link-group ul.body li {
  margin: 0;
  padding: 4px 0;
  padding-left: 20px;
  position: relative;
}
/* line 25, ../__SASS/_MODULE__footer.scss */
#footer .footer-link-group .body ul li .line,
#footer .footer-link-group ul.body li .line {
  position: absolute;
  border-top: 1px solid #cfcccb;
  border-bottom: 1px solid #fff;
  width: 80%;
  height: 0;
  position: relative;
  top: -4px;
  left: -20px;
}
/* line 28, ../__SASS/_MODULE__footer.scss */
#footer .footer-link-group .body ul li .fixed-ico-left,
#footer .footer-link-group ul.body li .fixed-ico-left {
  display: block;
  position: absolute;
  left: -3px;
  width: 20px;
  top: 8px;
}
/* line 31, ../__SASS/_MODULE__footer.scss */
#footer .footer-link-group .body ul li a:hover,
#footer .footer-link-group ul.body li a:hover {
  text-decoration: underline;
  color: 000;
}
/* line 34, ../__SASS/_MODULE__footer.scss */
#footer .footer-link-group .body ul li:first-child .line,
#footer .footer-link-group ul.body li:first-child .line {
  display: none;
}
/* line 37, ../__SASS/_MODULE__footer.scss */
#footer .footer-link-group .social {
  font-size: 2.5em;
}
/* line 39, ../__SASS/_MODULE__footer.scss */
#footer .footer-link-group .social .icon {
  display: inline-block;
  color: #666;
}
/* line 41, ../__SASS/_MODULE__footer.scss */
#footer .footer-link-group .social .icon span {
  display: block;
  position: absolute;
  left: -9999px;
}
/* line 43, ../__SASS/_MODULE__footer.scss */
#footer .footer-link-group .social .icon:hover {
  color: #333;
}
/* line 47, ../__SASS/_MODULE__footer.scss */
#footer .footer-link-group .cell.right {
  padding-bottom: 40px;
}
/* line 52, ../__SASS/_MODULE__footer.scss */
#footer .footer-band {
  background-color: #000;
  min-height: 12em;
}
/* line 54, ../__SASS/_MODULE__footer.scss */
#footer .footer-band .content {
  padding: 10px 0;
  color: #fff;
}
/* line 56, ../__SASS/_MODULE__footer.scss */
#footer .footer-band .content a {
  color: #fff;
  font-weight: normal;
}
/* line 60, ../__SASS/_MODULE__footer.scss */
#footer .footer-band .content.left {
  font-weight: bold;
}
/* line 62, ../__SASS/_MODULE__footer.scss */
#footer .footer-band .content.left a {
  font-weight: bold;
}

/* line 69, ../__SASS/_MODULE__footer.scss */
.lt-ie8 #footer ul.body {
  margin-left: 10px;
}
/* line 73, ../__SASS/_MODULE__footer.scss */
.lt-ie8 #footer .body li .line {
  display: none;
}

@media screen {
  /* line 84, ../__SASS/_MODULE__footer.scss */
  #footer .section-open .ftr--arr-down {
    display: none;
  }
  /* line 85, ../__SASS/_MODULE__footer.scss */
  #footer .section-closed .ftr--arr-up {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  /* line 94, ../__SASS/_MODULE__footer.scss */
  .footer-band .content {
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  /* line 111, ../__SASS/_MODULE__footer.scss */
  .js #footer h3 {
    position: relative;
  }
  /* line 113, ../__SASS/_MODULE__footer.scss */
  .js #footer h3 .activator {
    display: block;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    top: 0;
    cursor: pointer;
    left: 0;
    z-index: 2;
    height: 100%;
    background-color: #fff;
    opacity: 0;
  }
  /* line 116, ../__SASS/_MODULE__footer.scss */
  .js #footer div.body,
  .js #footer ul.body {
    display: none;
  }

  /* line 121, ../__SASS/_MODULE__footer.scss */
  .no-js #footer .ftr--arr-down {
    display: none;
  }
}
/* line 3, ../__SASS/_MODULE__access_panels.scss */
#dot_direct {
  background-color: #006ec6;
  color: #fff;
  padding-top: 2em;
}
/* line 7, ../__SASS/_MODULE__access_panels.scss */
#dot_direct .header {
  border-bottom: 1px solid #99c;
  padding-bottom: 5%;
  margin: 0 10% 0% 10%;
}
/* line 12, ../__SASS/_MODULE__access_panels.scss */
#dot_direct .header img {
  height: 20px;
}
/* line 17, ../__SASS/_MODULE__access_panels.scss */
#dot_direct .subheader {
  border-bottom: 1px solid #1481d9;
  width: 100%;
  background-image: url("img/rounded-shadow-up.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-width: 100%;
}
/* line 26, ../__SASS/_MODULE__access_panels.scss */
#dot_direct .subheader p {
  padding: 2% 10% 0 10%;
  font-size: 1.125em;
}
/* line 35, ../__SASS/_MODULE__access_panels.scss */
#dot_direct .body ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0.825em 10% 0.825em 10%;
  width: 80%;
}
/* line 42, ../__SASS/_MODULE__access_panels.scss */
#dot_direct .body .links {
  font-family: 'Open Sans', sans-serif;
}
/* line 46, ../__SASS/_MODULE__access_panels.scss */
#dot_direct .body .links li {
  border-bottom: 1px solid #2684ce;
  width: 100%;
  line-height: 1.5em;
  margin: 0;
  padding: 0.825em 0 0.825em 0;
}
/* line 50, ../__SASS/_MODULE__access_panels.scss */
#dot_direct .body .links li a {
  color: #fff;
  width: 100%;
  display: table;
}
/* line 54, ../__SASS/_MODULE__access_panels.scss */
#dot_direct .body .links li a .arrow, #dot_direct .body .links li a .menu, #dot_direct .body .links li a .link {
  display: table-cell;
  vertical-align: middle;
}
/* line 55, ../__SASS/_MODULE__access_panels.scss */
#dot_direct .body .links li a .menu {
  font-size: 1.250em;
  padding: 0em;
  width: 20px;
}
/* line 56, ../__SASS/_MODULE__access_panels.scss */
#dot_direct .body .links li a .arrow {
  padding-right: 0.563em;
}
/* line 57, ../__SASS/_MODULE__access_panels.scss */
#dot_direct .body .links li a:hover {
  text-decoration: none;
}
/* line 59, ../__SASS/_MODULE__access_panels.scss */
#dot_direct .body .links li a:hover .link {
  text-decoration: underline;
}
/* line 64, ../__SASS/_MODULE__access_panels.scss */
#dot_direct .body .links li.last {
  border-bottom: none;
}

/* line 74, ../__SASS/_MODULE__access_panels.scss */
#quick_access {
  border: 1px solid #999;
  background-color: #FFF;
}
/* line 76, ../__SASS/_MODULE__access_panels.scss */
#quick_access .header {
  margin: 10% 10% 0 10%;
}
/* line 80, ../__SASS/_MODULE__access_panels.scss */
#quick_access #quick_access h2 {
  font-weight: bold;
}
/* line 82, ../__SASS/_MODULE__access_panels.scss */
#quick_access .body {
  margin: 0 10% 10% 10%;
  font-weight: 500;
}
/* line 87, ../__SASS/_MODULE__access_panels.scss */
#quick_access .body ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0.625em 0 0.625em 0;
}
/* line 93, ../__SASS/_MODULE__access_panels.scss */
#quick_access .body .links {
  font-family: 'Open Sans', sans-serif;
}
/* line 97, ../__SASS/_MODULE__access_panels.scss */
#quick_access .body .links li {
  margin: 0;
  padding: 0.625em  0 0 0;
}
/* line 101, ../__SASS/_MODULE__access_panels.scss */
#quick_access .body .links li a {
  color: #000;
  display: table;
}
/* line 104, ../__SASS/_MODULE__access_panels.scss */
#quick_access .body .links li a .arrow, #quick_access .body .links li a .menu, #quick_access .body .links li a .link {
  vertical-align: middle;
  display: table-cell;
}
/* line 105, ../__SASS/_MODULE__access_panels.scss */
#quick_access .body .links li a .icon-angle-right {
  margin-right: 5px;
}
/* line 106, ../__SASS/_MODULE__access_panels.scss */
#quick_access .body .links li a .menu {
  font-size: 1.250em;
  padding: 0 0.750em 0 0;
}
/* line 107, ../__SASS/_MODULE__access_panels.scss */
#quick_access .body .links li a .arrow {
  padding-right: 0.563em;
}
/* line 108, ../__SASS/_MODULE__access_panels.scss */
#quick_access .body .links li a:hover {
  text-decoration: none;
}
/* line 110, ../__SASS/_MODULE__access_panels.scss */
#quick_access .body .links li a:hover .link {
  text-decoration: underline;
}
/* line 114, ../__SASS/_MODULE__access_panels.scss */
#quick_access .body .links li.last {
  border-bottom: none;
}
/* line 122, ../__SASS/_MODULE__access_panels.scss */
#quick_access .shadow {
  border-top: 1px #cbcbcb solid;
  margin-bottom: 0;
  height: 18px;
  background-image: url("img/rounded-shadow-down.png");
  background-position: top;
  background-repeat: no-repeat;
  background-width: 100%;
}

@media screen and (min-width: 481px) and (max-width: 959px) {
  /* line 135, ../__SASS/_MODULE__access_panels.scss */
  #dot_direct {
    color: #fff;
    padding-top: 30px;
  }
  /* line 139, ../__SASS/_MODULE__access_panels.scss */
  #dot_direct header {
    margin: 0 10% 0% 10%;
  }
  /* line 145, ../__SASS/_MODULE__access_panels.scss */
  #dot_direct .body ul {
    padding: 10px 10% 30px 10%;
  }

  /* line 152, ../__SASS/_MODULE__access_panels.scss */
  #quick_access header {
    margin: 30px 10% 0 10%;
    font-weight: bold !important;
  }
  /* line 157, ../__SASS/_MODULE__access_panels.scss */
  #quick_access #quick_access h2 {
    font-weight: bold !important;
  }
  /* line 159, ../__SASS/_MODULE__access_panels.scss */
  #quick_access .body {
    margin: 0 10% 30px 10%;
  }
}
/* line 169, ../__SASS/_MODULE__access_panels.scss */
.lt-ie8 #dot_direct .header img {
  max-width: none;
}

/* line 2, ../__SASS/_MODULE__concertina.scss */
.concertina {
  margin-top: 0.75em;
}

/* line 6, ../__SASS/_MODULE__concertina.scss */
.js .concertina.closed .body {
  display: none;
  height: auto;
}

/* line 11, ../__SASS/_MODULE__concertina.scss */
.js .concertina.closed .body.invisible-w-js {
  position: absolute !important;
  display: block !important;
  left: -999em !important;
  top: -999em !important;
  height: 0;
}

/* line 19, ../__SASS/_MODULE__concertina.scss */
.concertina > .cell > h2, .concertina > .cell > h3 {
  background-color: #126fa4;
  color: #fff;
  position: relative;
  padding: 8px;
  padding-right: 75px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 26, ../__SASS/_MODULE__concertina.scss */
.concertina.open > .cell > h2,
.concertina.open > .cell > h3,
.concertina.closed > .cell > h2,
.concertina.closed > .cell > h3 {
  cursor: pointer;
}

/* line 30, ../__SASS/_MODULE__concertina.scss */
.concertina > .cell > h2,
.concertina > .cell > h3 {
  font-size: 1.2em;
}

/* line 34, ../__SASS/_MODULE__concertina.scss */
.concertina.closed > .cell > h2,
.concertina.closed > .cell > h3 {
  background-color: #767676;
}

/* line 38, ../__SASS/_MODULE__concertina.scss */
.concertina > .cell > h2:hover,
.concertina > .cell > h3:hover {
  background-color: #126fa4;
}

/* line 43, ../__SASS/_MODULE__concertina.scss */
.concertina > .cell > h2:after,
.concertina > .cell > h3:after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 0.95em;
  padding: 0.5em 0;
  position: absolute;
  top: 0px;
  right: 0;
  width: 50px;
  text-align: center;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

/* line 49, ../__SASS/_MODULE__concertina.scss */
.concertina.closed > .cell > h2:after,
.concertina.closed > .cell > h3:after {
  content: "\f078";
  background-color: #555555;
}

/* line 54, ../__SASS/_MODULE__concertina.scss */
.concertina.open > .cell > h2:hover:after, .concertina.closed > .cell > h2:hover:after,
.concertina.open > .cell > h3:hover:after, .concertina.closed > .cell > h3:hover:after {
  background-color: #234;
}

/* line 58, ../__SASS/_MODULE__concertina.scss */
.concertina.open > .cell > h2:after,
.concertina.open > .cell > h3:after {
  content: "\f077";
  background-color: #064f7a;
}

/* line 66, ../__SASS/_MODULE__concertina.scss */
.lt-ie8 .concertina.closed > .cell > h2,
.lt-ie8 .concertina.closed > .cell > h3 {
  background-image: url("img-bg-ie7/BG-concertina-arr-down.jpg");
  background-repeat: no-repeat;
  background-position: 100% 0;
}
/* line 70, ../__SASS/_MODULE__concertina.scss */
.lt-ie8 .concertina.open > .cell > h2,
.lt-ie8 .concertina.open > .cell > h3 {
  background-image: url("img-bg-ie7/BG-concertina-arr-up.jpg");
  background-repeat: no-repeat;
  background-position: 100% 0;
}

/* line 75, ../__SASS/_MODULE__concertina.scss */
.sss {
  color: #333;
}

/*	--------------------------------------	*\
	MEGA MENU
\*	--------------------------------------	*/
/* line 9, ../__SASS/_MODULE__mega-menu.scss */
nav#top-nav {
  position: relative;
  width: 100%;
  z-index: 60;
  margin: 0 auto;
  background-image: url("img/header.gif");
  background-position: center bottom;
  background-repeat: no-repeat;
  /* TOP LEVEL */
  /* CSS3 transition for on hover + focus over top level menu items */
  /* SECOND LEVEL */
  /*nav#top-nav li:hover .full { opacity:1; left: 0;}
  nav#top-nav li:focus .full { opacity:1; left: 0;}*/
  /* styling specific to the content within the menu */
  /* aligning of arrows  */
  /* contact box alignment using nested divs with table cell property, if in IE7 contact box will sit underneath list */
}
/* line 15, ../__SASS/_MODULE__mega-menu.scss */
nav#top-nav #nav {
  background-image: linear-gradient(#161616, #2f2f2f, #313131);
  background-color: #181818;
}
/* line 17, ../__SASS/_MODULE__mega-menu.scss */
nav#top-nav > ul > li {
  z-index: 200;
  font-size: 1.21em;
  font-weight: 400;
}
/* line 18, ../__SASS/_MODULE__mega-menu.scss */
nav#top-nav ul {
  list-style-type: none !important;
}
/* line 21, ../__SASS/_MODULE__mega-menu.scss */
nav#top-nav .grid-container {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
}
/* line 22, ../__SASS/_MODULE__mega-menu.scss */
nav#top-nav li {
  display: block;
  margin: 0;
}
/* line 23, ../__SASS/_MODULE__mega-menu.scss */
nav#top-nav ul li a {
  color: #fff;
}
/* line 24, ../__SASS/_MODULE__mega-menu.scss */
nav#top-nav .mega-menu .grid-25 {
  padding-top: 1.5em;
  width: 25%;
  position: relative;
  color: #fff;
  min-height: 18.5em;
}
/* line 28, ../__SASS/_MODULE__mega-menu.scss */
nav#top-nav .mega-menu > li > a {
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -o-transition: background .3s;
  -ms-transition: background .3s;
  transition: background .3s;
  padding: 0.75em;
  display: inline-block;
}
/* line 33, ../__SASS/_MODULE__mega-menu.scss */
nav#top-nav .mega-menu > li.hovered > a,
nav#top-nav .mega-menu > li.sfhover > a {
  background-color: #069;
  text-decoration: none;
}
/* line 36, ../__SASS/_MODULE__mega-menu.scss */
nav#top-nav .mega-menu > li > a:focus,
nav#top-nav .mega-menu > li > a:hover {
  text-decoration: none;
}
/* line 42, ../__SASS/_MODULE__mega-menu.scss */
nav#top-nav .mega-menu .full {
  position: absolute;
  left: -999em;
  width: 100%;
  -webkit-transition: opacity .55s;
  -moz-transition: opacity .55s;
  -o-transition: opacity .05s;
  -ms-transition: opacity .55s;
  transition: opacity .55s;
  background-color: #069;
  opacity: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  min-height: 19.2em;
}
/* line 53, ../__SASS/_MODULE__mega-menu.scss */
nav#top-nav #nav li.sfhover .full,
nav#top-nav #nav li.hovered .full {
  left: 0px;
  opacity: 1;
}
/* line 54, ../__SASS/_MODULE__mega-menu.scss */
nav#top-nav #nav li.close .full {
  left: -999em !important;
  opacity: 0;
}
/* line 56, ../__SASS/_MODULE__mega-menu.scss */
nav#top-nav .mega-menu > li {
  float: left;
}
/* line 59, ../__SASS/_MODULE__mega-menu.scss */
nav#top-nav .mega-menu > li span {
  display: inline;
}
/* line 62, ../__SASS/_MODULE__mega-menu.scss */
nav#top-nav .mega-menu p {
  font-size: 0.75em;
  margin-bottom: 0.7em;
  line-height: 1.2em;
}
/* line 63, ../__SASS/_MODULE__mega-menu.scss */
nav#top-nav .mega-menu .main {
  width: 100%;
}
/* line 64, ../__SASS/_MODULE__mega-menu.scss */
nav#top-nav .mega-menu .full ul li {
  font-size: 0.813em;
  font-size: 0.75em;
  display: table;
  width: 100%;
}
/* line 67, ../__SASS/_MODULE__mega-menu.scss */
nav#top-nav .mega-menu .full ul li span {
  display: table-cell;
  vertical-align: middle;
}
/* line 68, ../__SASS/_MODULE__mega-menu.scss */
nav#top-nav .mega-menu .full ul li a {
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -o-transition: background .3s;
  -ms-transition: background .3s;
  transition: background .3s;
  display: table;
  width: 97%;
  padding-top: 0.22em;
  padding-left: 3%;
  border-top: 1px solid #1a84c1;
  padding-bottom: 0.22em;
  line-height: 1.7em;
}
/* line 73, ../__SASS/_MODULE__mega-menu.scss */
nav#top-nav .mega-menu .full ul li a:hover {
  background-color: #054f79;
  text-decoration: none;
}
/* line 74, ../__SASS/_MODULE__mega-menu.scss */
nav#top-nav .mega-menu .full ul li a {
  text-decoration: none;
}
/* line 75, ../__SASS/_MODULE__mega-menu.scss */
nav#top-nav .mega-menu .full ul li .arrow {
  display: table-cell;
  font-weight: bold;
  vertical-align: middle;
  text-align: right;
  padding-right: 7px;
}
/* line 76, ../__SASS/_MODULE__mega-menu.scss */
nav#top-nav .mega-menu .full ul li a:hover .arrow {
  text-decoration: none;
}
/* line 77, ../__SASS/_MODULE__mega-menu.scss */
nav#top-nav .mega-menu .full ul li:first-child a {
  border-top: 0px;
  margin-top: 0;
}
/* line 78, ../__SASS/_MODULE__mega-menu.scss */
nav#top-nav .mega-menu .full h3 {
  font-size: 1.1em;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0;
  margin-bottom: 0.6em;
}
/* line 79, ../__SASS/_MODULE__mega-menu.scss */
nav#top-nav .mega-menu .full h3 a {
  padding: 0.3em;
  padding-right: 20px;
  display: block;
}
/* line 83, ../__SASS/_MODULE__mega-menu.scss */
nav#top-nav .contact-menu {
  display: table;
  width: 100%;
  height: 100%;
}
/* line 85, ../__SASS/_MODULE__mega-menu.scss */
nav#top-nav .menu-contact-holder {
  display: table-cell;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
/* line 86, ../__SASS/_MODULE__mega-menu.scss */
nav#top-nav .menu-contacts {
  background-color: #054f79;
  padding: 0 0.8em;
  margin-bottom: 1.5em;
}
/* line 88, ../__SASS/_MODULE__mega-menu.scss */
nav#top-nav .menu-contacts h4 {
  padding-top: 0.5em;
}
/* line 89, ../__SASS/_MODULE__mega-menu.scss */
nav#top-nav .menu-contacts p {
  margin-bottom: 0;
}
/* line 90, ../__SASS/_MODULE__mega-menu.scss */
nav#top-nav .menu-contacts a.btn-quickcontact {
  font-size: 0.813em;
  width: 100%;
  display: block;
  position: relative;
  padding: 0.4em 0;
}
/* line 91, ../__SASS/_MODULE__mega-menu.scss */
nav#top-nav .menu-contacts a.btn-quickcontact .arrow {
  position: absolute;
  right: 0;
  top: 0.7em;
}
/* line 92, ../__SASS/_MODULE__mega-menu.scss */
nav#top-nav .menu-contacts a.btn-quickcontact:hover .arrow {
  text-decoration: none !important;
}
/* line 95, ../__SASS/_MODULE__mega-menu.scss */
nav#top-nav .quick-access {
  display: table-cell;
  width: 100%;
}
/* line 96, ../__SASS/_MODULE__mega-menu.scss */
nav#top-nav .contact-row {
  display: table-row;
  height: auto;
}
/* line 97, ../__SASS/_MODULE__mega-menu.scss */
nav#top-nav .contact-email {
  text-indent: -9999px;
  display: inline-block;
}

/* Quick Access & Licensing Header */
/* line 102, ../__SASS/_MODULE__mega-menu.scss */
nav#top-nav .mega-menu > li span.ico--star {
  background-image: url("img-mega-menu/star-icon.png");
  position: relatvive;
  margin-right: 5px;
  margin-top: 2px;
  float: left;
  width: 20px;
  height: 19px;
  display: inline-block;
}

/* line 104, ../__SASS/_MODULE__mega-menu.scss */
nav#top-nav .mega-menu > li span.logo--dotdirect-mini {
  background-image: url("img-mega-menu/logo-mini.png");
  width: 96px;
  height: 14px;
  margin-left: 5px;
  display: inline-block;
  cursor: pointer;
}

/* mega menu buttons */
/* line 108, ../__SASS/_MODULE__mega-menu.scss */
a.btn-close {
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -o-transition: background .3s;
  -ms-transition: background .3s;
  transition: background .3s;
  background-color: #054f79;
  float: right;
  position: relative;
  color: #126fa4;
  display: inline-block;
  text-decoration: none;
  padding: 2px 5px 5px 5px;
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 110, ../__SASS/_MODULE__mega-menu.scss */
a.btn-close .icon-remove {
  color: #126fa4;
  text-indent: 0px;
}

/* line 112, ../__SASS/_MODULE__mega-menu.scss */
a.btn-close span {
  text-indent: -9999px;
  display: inline-block !important;
}

/* line 114, ../__SASS/_MODULE__mega-menu.scss */
a:hover.btn-close {
  background-color: #083955;
}

/* line 117, ../__SASS/_MODULE__mega-menu.scss */
a:hover.btn--quickcontact .arrow {
  text-decoration: none;
}

/* line 119, ../__SASS/_MODULE__mega-menu.scss */
a.btn-licensing {
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -o-transition: background .3s;
  -ms-transition: background .3s;
  transition: background .3s;
  display: block;
  position: relative;
  background-color: #054f79;
  text-decoration: none;
}

/* line 121, ../__SASS/_MODULE__mega-menu.scss */
a:hover.btn-licensing {
  background-color: #083955;
}

/* line 123, ../__SASS/_MODULE__mega-menu.scss */
a.btn-licensing .arrow {
  position: absolute;
  right: 3px;
  top: 9px;
  width: 1em;
  margin-left: 20px;
}

/* line 125, ../__SASS/_MODULE__mega-menu.scss */
a.btn-menu span {
  display: block;
  text-indent: -9999px;
  width: 0px;
  height: 0px;
  z-index: 4;
}

/* line 127, ../__SASS/_MODULE__mega-menu.scss */
.menu-indicator {
  display: inline-block;
  width: 0px;
  height: 0px;
  margin-left: -9999px;
  position: absolute;
  font-size: 0px;
}

/* line 129, ../__SASS/_MODULE__mega-menu.scss */
a.btn-menu span {
  display: inline-block;
  position: absolute;
  margin-left: -999px;
  z-index: 4;
}

/* line 132, ../__SASS/_MODULE__mega-menu.scss */
.megamain .quick-access h3 {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}

/* line 134, ../__SASS/_MODULE__mega-menu.scss */
.megamain a.promo-image {
  display: block;
  position: relative;
}
/* line 137, ../__SASS/_MODULE__mega-menu.scss */
.megamain a.promo-image .btn-learn-more {
  background-color: none;
  left: 0;
  position: absolute;
  bottom: 0;
  font-size: 0.75em;
  width: 100% !important;
}
/* line 144, ../__SASS/_MODULE__mega-menu.scss */
.megamain a.promo-image .btn-learn-more .text {
  display: inline-block !important;
  padding-top: 0.5em;
  padding-bottom: 0.55em;
  padding-left: 0.75em;
  padding-right: 2em;
  cursor: pointer;
  margin: 0 0 1px 0;
  width: 75%;
  box-sizing: border-box;
}
/* line 155, ../__SASS/_MODULE__mega-menu.scss */
.megamain a.promo-image .btn-learn-more .ico {
  width: 20%;
  display: inline-block !Important;
  box-sizing: border-box;
  text-align: right;
}
/* line 161, ../__SASS/_MODULE__mega-menu.scss */
.megamain a.promo-image .btn-learn-more.transparent {
  background-color: rgba(0, 0, 0, 0.75);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#cc131313', endColorstr='#cc131313');
}
/* line 165, ../__SASS/_MODULE__mega-menu.scss */
.megamain a.promo-image .btn-learn-more.black {
  background-color: #000;
}
/* line 168, ../__SASS/_MODULE__mega-menu.scss */
.megamain a.promo-image .btn-learn-more.purple {
  background-color: #6357a1;
}
/* line 171, ../__SASS/_MODULE__mega-menu.scss */
.megamain a.promo-image .btn-learn-more.green {
  background-color: #237B0E;
}
/* line 174, ../__SASS/_MODULE__mega-menu.scss */
.megamain a.promo-image .btn-learn-more.dot-blue {
  background-color: #1F6DB5;
}
/* line 177, ../__SASS/_MODULE__mega-menu.scss */
.megamain a.promo-image .btn-learn-more.mm-blue {
  background-color: #006699;
}
/* line 180, ../__SASS/_MODULE__mega-menu.scss */
.megamain a.promo-image .btn-learn-more.orange {
  background-color: #B66406;
}
/* line 183, ../__SASS/_MODULE__mega-menu.scss */
.megamain a.promo-image .btn-learn-more.red {
  background-color: #BF3119;
}
/* line 186, ../__SASS/_MODULE__mega-menu.scss */
.megamain a.promo-image .btn-learn-more.slate {
  background-color: #333333;
}
/* line 189, ../__SASS/_MODULE__mega-menu.scss */
.megamain a.promo-image .btn-learn-more.teal {
  background-color: #0D6269;
}
/* line 192, ../__SASS/_MODULE__mega-menu.scss */
.megamain a.promo-image .btn-learn-more.white {
  background-color: none;
}
/* line 194, ../__SASS/_MODULE__mega-menu.scss */
.megamain a.promo-image .btn-learn-more.white .text, .megamain a.promo-image .btn-learn-more.white .ico {
  color: #555;
}
/* line 198, ../__SASS/_MODULE__mega-menu.scss */
.megamain a.promo-image:hover .btn-learn-more {
  background-color: #333;
}
/* line 201, ../__SASS/_MODULE__mega-menu.scss */
.megamain a.promo-image:hover .btn-learn-more.transparent, .megamain a.promo-image:hover .btn-learn-more.black {
  background-color: #333;
}
/* line 204, ../__SASS/_MODULE__mega-menu.scss */
.megamain a.promo-image:hover .btn-learn-more.purple {
  background-color: #574d8e;
}
/* line 207, ../__SASS/_MODULE__mega-menu.scss */
.megamain a.promo-image:hover .btn-learn-more.green {
  background-color: #1C590B;
}
/* line 210, ../__SASS/_MODULE__mega-menu.scss */
.megamain a.promo-image:hover .btn-learn-more.dot-blue {
  background-color: #165A7C;
}
/* line 213, ../__SASS/_MODULE__mega-menu.scss */
.megamain a.promo-image:hover .btn-learn-more.mm-blue {
  background-color: #005272;
}
/* line 216, ../__SASS/_MODULE__mega-menu.scss */
.megamain a.promo-image:hover .btn-learn-more.orange {
  background-color: #874606;
}
/* line 219, ../__SASS/_MODULE__mega-menu.scss */
.megamain a.promo-image:hover .btn-learn-more.red {
  background-color: #912314;
}
/* line 222, ../__SASS/_MODULE__mega-menu.scss */
.megamain a.promo-image:hover .btn-learn-more.slate {
  background-color: #020202;
}
/* line 225, ../__SASS/_MODULE__mega-menu.scss */
.megamain a.promo-image:hover .btn-learn-more.teal {
  background-color: #0A494E;
}
/* line 228, ../__SASS/_MODULE__mega-menu.scss */
.megamain a.promo-image:hover .btn-learn-more.white {
  background-color: #eaeaea;
}
/* line 230, ../__SASS/_MODULE__mega-menu.scss */
.megamain a.promo-image:hover .btn-learn-more.white .text, .megamain a.promo-image:hover .btn-learn-more.white .ico {
  color: #000;
}

/* line 237, ../__SASS/_MODULE__mega-menu.scss */
nav#top-nav .mega-menu > li > a.tablet-menu {
  display: none;
}

@media screen and (max-width: 480px) {
  /* mobile */
  /* line 249, ../__SASS/_MODULE__mega-menu.scss */
  a.btn-menu, #toggle + .toggle-menu span {
    text-decoration: none;
    position: absolute;
    z-index: 100;
    top: 0px;
    min-width: 320px;
    width: 100%;
    text-align: right;
  }

  /* line 251, ../__SASS/_MODULE__mega-menu.scss */
  a.btn-menu.active {
    z-index: 103;
  }

  /* line 253, ../__SASS/_MODULE__mega-menu.scss */
  a.btn-menu:after, .toggle-menu span:after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    color: #3b3b3b;
    padding: 0.31em;
    font-size: 3em;
    text-decoration: none;
  }

  /* line 255, ../__SASS/_MODULE__mega-menu.scss */
  a.btn-menu:after, .toggle-menu span:after {
    content: "\f0c9";
  }

  /* line 257, ../__SASS/_MODULE__mega-menu.scss */
  a.btn-menu.active:after, #toggle:checked + .toggle-menu span:after {
    background-color: #e7e3e2;
    color: #fff;
  }

  /* line 260, ../__SASS/_MODULE__mega-menu.scss */
  nav#top-nav {
    display: none;
  }

  /* line 262, ../__SASS/_MODULE__mega-menu.scss */
  nav#top-nav {
    display: none;
    position: absolute;
    width: 100%;
    border-bottom: 0px;
    top: 63px;
    z-index: 103;
  }

  /* line 264, ../__SASS/_MODULE__mega-menu.scss */
  nav#top-nav .mega-menu > li {
    display: block;
    float: inherit;
    border: 0px;
    background-color: #e7e3e2;
    position: relative;
  }

  /* line 266, ../__SASS/_MODULE__mega-menu.scss */
  nav#top-nav .mega-menu > li a {
    background-color: #e7e3e2;
    color: #3e3e3e;
    /*background-image: url(img/mega-menu/mobile-divider.gif);*/
    background-position: top center;
    background-repeat: repeat-x;
    display: block;
    position: relative;
  }

  /* line 268, ../__SASS/_MODULE__mega-menu.scss */
  nav#top-nav .mega-menu > li:after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #3b3b3b;
    text-decoration: none;
  }

  /* line 270, ../__SASS/_MODULE__mega-menu.scss */
  nav#top-nav .mega-menu > li:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #3b3b3b;
    text-decoration: none;
  }

  /* line 272, ../__SASS/_MODULE__mega-menu.scss */
  nav#top-nav .mega-menu > li:after {
    content: "\f111";
    font-size: 2em;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 7px;
    z-index: 10;
  }

  /* line 274, ../__SASS/_MODULE__mega-menu.scss */
  nav#top-nav .mega-menu > li:before {
    content: "\f054";
    font-size: 0.7em;
    color: #006ec6;
    position: absolute;
    right: 20px;
    top: 18px;
    z-index: 15;
  }

  /* line 276, ../__SASS/_MODULE__mega-menu.scss */
  nav#top-nav .mega-menu > li:first-child a {
    background-image: none;
  }

  /* line 278, ../__SASS/_MODULE__mega-menu.scss */
  nav#top-nav #nav {
    min-width: 320px;
  }

  /* line 280, ../__SASS/_MODULE__mega-menu.scss */
  #toggle:checked ~ nav#top-nav .mega-menu > li a:hover, nav#top-nav .mega-menu > li a:hover {
    background-color: #fff;
  }

  /* line 283, ../__SASS/_MODULE__mega-menu.scss */
  nav#top-nav .mega-menu > li.hovered > a,
  nav#top-nav .mega-menu > li.sfhover > a {
    background-color: rgba(255, 255, 255, 0.8);
  }

  /* line 285, ../__SASS/_MODULE__mega-menu.scss */
  a.tablet-menu {
    display: none !important;
  }

  /* line 286, ../__SASS/_MODULE__mega-menu.scss */
  a.normal-menu {
    display: block !important;
  }
}
@media screen and (min-width: 481px) and (max-width: 959px) {
  /* tablet*/
  /* line 2, ../__SASS/_MODULE__mega-menu_tablet.scss */
  .menu-bar {
    width: 100%;
    background-image: linear-gradient(#161616, #2f2f2f, #313131);
    background-color: #181818;
    height: 4.05em;
    z-index: 14;
    position: relative;
  }
  /* line 3, ../__SASS/_MODULE__mega-menu_tablet.scss */
  .menu-bar a.btn-menu.active {
    background-color: #3d3d3d;
    /*#069;*/
    background-image: none;
  }
  /* line 4, ../__SASS/_MODULE__mega-menu_tablet.scss */
  .menu-bar a.btn-menu:after {
    content: "\f078";
  }
  /* line 6, ../__SASS/_MODULE__mega-menu_tablet.scss */
  .menu-bar a.btn-menu {
    background-image: linear-gradient(#161616, #2f2f2f, #313131);
    background-color: #181818;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    float: left;
    padding: 0.97em;
    text-decoration: none;
    font-size: 1.2em;
  }
  /* line 7, ../__SASS/_MODULE__mega-menu_tablet.scss */
  .menu-bar a.btn-menu:before {
    content: "Open Navigation";
  }
  /* line 8, ../__SASS/_MODULE__mega-menu_tablet.scss */
  .menu-bar a.btn-menu:after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 0.95em;
    padding: 0.5em 0;
    margin-left: 15px;
    top: 0px;
    right: 0;
    width: 50px;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }

  /* line 11, ../__SASS/_MODULE__mega-menu_tablet.scss */
  .toggle-menu {
    width: 100%;
    background-image: linear-gradient(#161616, #2f2f2f, #313131);
    background-color: #181818;
    height: 4.05em;
    z-index: 14;
    position: relative;
  }

  /* line 12, ../__SASS/_MODULE__mega-menu_tablet.scss */
  label.toggle-menu span {
    color: #fff;
    font-weight: 600;
    display: inline-block;
    float: left;
    padding: 0.97em;
    text-decoration: none;
    font-size: 1.2em;
  }

  /* line 16, ../__SASS/_MODULE__mega-menu_tablet.scss */
  label.toggle-menu span:before {
    content: "Open Navigation";
  }

  /* line 19, ../__SASS/_MODULE__mega-menu_tablet.scss */
  label.toggle-menu span:after {
    content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 0.95em;
    padding: 0.5em 0;
    margin-left: 15px;
    top: 0px;
    right: 0;
    width: 50px;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }

  /* line 23, ../__SASS/_MODULE__mega-menu_tablet.scss */
  #toggle:checked ~ label.toggle-menu span {
    background-color: #3d3d3d;
    /*#069;*/
  }

  /* line 25, ../__SASS/_MODULE__mega-menu_tablet.scss */
  #toggle:checked ~ nav#top-nav .mega-menu > li a:hover {
    background-color: #000;
    background-image: none;
  }

  /* line 27, ../__SASS/_MODULE__mega-menu_tablet.scss */
  nav#top-nav {
    display: none;
    position: absolute;
    width: 100%;
    border-bottom: 0px;
  }
  /* line 30, ../__SASS/_MODULE__mega-menu_tablet.scss */
  nav#top-nav #nav {
    background-color: #3d3d3d;
    /*#069;*/
    background-image: none;
  }
  /* line 32, ../__SASS/_MODULE__mega-menu_tablet.scss */
  nav#top-nav .mega-menu > li {
    background-color: #3d3d3d;
    /*#069;*/
    background-image: none;
  }
  /* line 36, ../__SASS/_MODULE__mega-menu_tablet.scss */
  nav#top-nav .mega-menu > li {
    display: block;
    float: inherit;
    position: relative;
  }
  /* line 38, ../__SASS/_MODULE__mega-menu_tablet.scss */
  nav#top-nav .mega-menu > li a {
    display: block;
    border-top: 1px solid #4a4a4a;
    position: relative;
  }
  /* line 40, ../__SASS/_MODULE__mega-menu_tablet.scss */
  nav#top-nav .mega-menu > li a:hover {
    background-color: #000;
    background-image: none;
  }
  /* line 42, ../__SASS/_MODULE__mega-menu_tablet.scss */
  nav#top-nav .grid-container {
    width: 100%;
  }
  /* line 44, ../__SASS/_MODULE__mega-menu_tablet.scss */
  nav#top-nav .mega-menu > li:after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    text-decoration: none;
  }
  /* line 46, ../__SASS/_MODULE__mega-menu_tablet.scss */
  nav#top-nav .mega-menu > li:after {
    content: "\f054";
    font-size: 0.7em;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 18px;
    z-index: 15;
  }
  /* line 48, ../__SASS/_MODULE__mega-menu_tablet.scss */
  nav#top-nav a.tablet-menu {
    display: none !important;
  }
  /* line 49, ../__SASS/_MODULE__mega-menu_tablet.scss */
  nav#top-nav a.normal-menu {
    display: block !important;
  }
}
@media screen and (min-width: 960px) {
  /* desktop */
  /* line 302, ../__SASS/_MODULE__mega-menu.scss */
  .touch nav#top-nav .mega-menu > li > a.normal-menu {
    display: none;
  }

  /* line 303, ../__SASS/_MODULE__mega-menu.scss */
  .btn-menu {
    display: none;
  }

  /* line 304, ../__SASS/_MODULE__mega-menu.scss */
  label.toggle-menu span {
    display: none !important;
  }

  /* line 306, ../__SASS/_MODULE__mega-menu.scss */
  .mega-menu .full ul li a.DOT-more {
    display: block;
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
    color: #fff;
    background-color: #0077b3;
  }
  /* line 312, ../__SASS/_MODULE__mega-menu.scss */
  .mega-menu .full ul li a.DOT-more:hover {
    background-color: #054f79;
  }

  /* line 2, ../__SASS/_MODULE__mega-menu_tablet.scss */
  .large-font .menu-bar {
    width: 100%;
    background-image: linear-gradient(#161616, #2f2f2f, #313131);
    background-color: #181818;
    height: 4.05em;
    z-index: 14;
    position: relative;
  }
  /* line 3, ../__SASS/_MODULE__mega-menu_tablet.scss */
  .large-font .menu-bar a.btn-menu.active {
    background-color: #3d3d3d;
    /*#069;*/
    background-image: none;
  }
  /* line 4, ../__SASS/_MODULE__mega-menu_tablet.scss */
  .large-font .menu-bar a.btn-menu:after {
    content: "\f078";
  }
  /* line 6, ../__SASS/_MODULE__mega-menu_tablet.scss */
  .large-font .menu-bar a.btn-menu {
    background-image: linear-gradient(#161616, #2f2f2f, #313131);
    background-color: #181818;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    float: left;
    padding: 0.97em;
    text-decoration: none;
    font-size: 1.2em;
  }
  /* line 7, ../__SASS/_MODULE__mega-menu_tablet.scss */
  .large-font .menu-bar a.btn-menu:before {
    content: "Open Navigation";
  }
  /* line 8, ../__SASS/_MODULE__mega-menu_tablet.scss */
  .large-font .menu-bar a.btn-menu:after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 0.95em;
    padding: 0.5em 0;
    margin-left: 15px;
    top: 0px;
    right: 0;
    width: 50px;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  /* line 11, ../__SASS/_MODULE__mega-menu_tablet.scss */
  .large-font .toggle-menu {
    width: 100%;
    background-image: linear-gradient(#161616, #2f2f2f, #313131);
    background-color: #181818;
    height: 4.05em;
    z-index: 14;
    position: relative;
  }
  /* line 12, ../__SASS/_MODULE__mega-menu_tablet.scss */
  .large-font label.toggle-menu span {
    color: #fff;
    font-weight: 600;
    display: inline-block;
    float: left;
    padding: 0.97em;
    text-decoration: none;
    font-size: 1.2em;
  }
  /* line 16, ../__SASS/_MODULE__mega-menu_tablet.scss */
  .large-font label.toggle-menu span:before {
    content: "Open Navigation";
  }
  /* line 19, ../__SASS/_MODULE__mega-menu_tablet.scss */
  .large-font label.toggle-menu span:after {
    content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 0.95em;
    padding: 0.5em 0;
    margin-left: 15px;
    top: 0px;
    right: 0;
    width: 50px;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  /* line 23, ../__SASS/_MODULE__mega-menu_tablet.scss */
  .large-font #toggle:checked ~ label.toggle-menu span {
    background-color: #3d3d3d;
    /*#069;*/
  }
  /* line 25, ../__SASS/_MODULE__mega-menu_tablet.scss */
  .large-font #toggle:checked ~ nav#top-nav .mega-menu > li a:hover {
    background-color: #000;
    background-image: none;
  }
  /* line 27, ../__SASS/_MODULE__mega-menu_tablet.scss */
  .large-font nav#top-nav {
    display: none;
    position: absolute;
    width: 100%;
    border-bottom: 0px;
  }
  /* line 30, ../__SASS/_MODULE__mega-menu_tablet.scss */
  .large-font nav#top-nav #nav {
    background-color: #3d3d3d;
    /*#069;*/
    background-image: none;
  }
  /* line 32, ../__SASS/_MODULE__mega-menu_tablet.scss */
  .large-font nav#top-nav .mega-menu > li {
    background-color: #3d3d3d;
    /*#069;*/
    background-image: none;
  }
  /* line 36, ../__SASS/_MODULE__mega-menu_tablet.scss */
  .large-font nav#top-nav .mega-menu > li {
    display: block;
    float: inherit;
    position: relative;
  }
  /* line 38, ../__SASS/_MODULE__mega-menu_tablet.scss */
  .large-font nav#top-nav .mega-menu > li a {
    display: block;
    border-top: 1px solid #4a4a4a;
    position: relative;
  }
  /* line 40, ../__SASS/_MODULE__mega-menu_tablet.scss */
  .large-font nav#top-nav .mega-menu > li a:hover {
    background-color: #000;
    background-image: none;
  }
  /* line 42, ../__SASS/_MODULE__mega-menu_tablet.scss */
  .large-font nav#top-nav .grid-container {
    width: 100%;
  }
  /* line 44, ../__SASS/_MODULE__mega-menu_tablet.scss */
  .large-font nav#top-nav .mega-menu > li:after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    text-decoration: none;
  }
  /* line 46, ../__SASS/_MODULE__mega-menu_tablet.scss */
  .large-font nav#top-nav .mega-menu > li:after {
    content: "\f054";
    font-size: 0.7em;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 18px;
    z-index: 15;
  }
  /* line 48, ../__SASS/_MODULE__mega-menu_tablet.scss */
  .large-font nav#top-nav a.tablet-menu {
    display: none !important;
  }
  /* line 49, ../__SASS/_MODULE__mega-menu_tablet.scss */
  .large-font nav#top-nav a.normal-menu {
    display: block !important;
  }
  /* line 318, ../__SASS/_MODULE__mega-menu.scss */
  .large-font #nav li .full {
    display: none !important;
  }
  /* line 319, ../__SASS/_MODULE__mega-menu.scss */
  .large-font nav#top-nav {
    position: absolute;
    background-image: none;
  }

  /* line 20, ../__SASS/_MODULE_mega-menu-highlights.scss */
  body.section-menu-1 li.menu-1 > a,
  body.section-menu-2 li.menu-2 > a,
  body.section-menu-3 li.menu-3 > a,
  body.section-menu-4 li.menu-4 > a,
  body.section-menu-5 li.menu-5 > a,
  body.section-menu-6 li.menu-6 > a,
  body.section-menu-7 li.menu-7 > a,
  body.section-menu-8 li.menu-8 > a {
    background-color: #069;
  }

  /* line 26, ../__SASS/_MODULE_mega-menu-highlights.scss */
  body #top-nav .mega-menu > li > a:hover {
    background-color: #069 !important;
  }

  /* line 52, ../__SASS/_MODULE_mega-menu-highlights.scss */
  body.section-menu-1 .mega-menu:hover > li.menu-1 > a,
  body.section-menu-2 .mega-menu:hover > li.menu-2 > a,
  body.section-menu-1 .mega-menu:hover > li.menu-1 > a,
  body.section-menu-3 .mega-menu:hover > li.menu-3 > a,
  body.section-menu-1 .mega-menu:hover > li.menu-1 > a,
  body.section-menu-4 .mega-menu:hover > li.menu-4 > a,
  body.section-menu-5 .mega-menu:hover > li.menu-5 > a,
  body.section-menu-6 .mega-menu:hover > li.menu-6 > a,
  body.section-menu-7 .mega-menu:hover > li.menu-7 > a,
  body.section-menu-8 .mega-menu:hover > li.menu-8 > a,
  body.section-menu-1 .mega-menu.sfhover > li.menu-1 > a,
  body.section-menu-2 .mega-menu.sfhover > li.menu-2 > a,
  body.section-menu-1 .mega-menu.sfhover > li.menu-1 > a,
  body.section-menu-3 .mega-menu.sfhover > li.menu-3 > a,
  body.section-menu-1 .mega-menu.sfhover > li.menu-1 > a,
  body.section-menu-4 .mega-menu.sfhover > li.menu-4 > a,
  body.section-menu-5 .mega-menu.sfhover > li.menu-5 > a,
  body.section-menu-6 .mega-menu.sfhover > li.menu-6 > a,
  body.section-menu-7 .mega-menu.sfhover > li.menu-7 > a,
  body.section-menu-8 .mega-menu.sfhover > li.menu-8 > a {
    background-color: transparent;
  }

  /* line 65, ../__SASS/_MODULE_mega-menu-highlights.scss */
  body.section-menu-1 .mega-menu.sfhover:hover > li.menu-1 > a.sfhover:hover,
  body.section-menu-1 .mega-menu.sfhover:hover > li.menu-2 > a.sfhover:hover,
  body.section-menu-1 .mega-menu.sfhover:hover > li.menu-3 > a.sfhover:hover,
  body.section-menu-1 .mega-menu.sfhover:hover > li.menu-4 > a.sfhover:hover,
  body.section-menu-1 .mega-menu.sfhover:hover > li.menu-5 > a.sfhover:hover,
  body.section-menu-1 .mega-menu.sfhover:hover > li.menu-6 > a.sfhover:hover,
  body.section-menu-1 .mega-menu.sfhover:hover > li.menu-7 > a.sfhover:hover,
  body.section-menu-1 .mega-menu.sfhover:hover > li.menu-8 > a.sfhover:hover {
    background-color: #006699;
  }

  /* line 72, ../__SASS/_MODULE_mega-menu-highlights.scss */
  .mega-menu:hover > li.sfhover > a {
    background-color: transparent !important;
  }
}
@media screen and (min-width: 1200px) {
  /* desktop, on wide monitor */
}
/* line 331, ../__SASS/_MODULE__mega-menu.scss */
.fontAdjust-med .mega-menu > li, .fontAdjust-lg .mega-menu > li {
  width: 6em;
}
/* line 333, ../__SASS/_MODULE__mega-menu.scss */
.fontAdjust-med .mega-menu > li span, .fontAdjust-lg .mega-menu > li span {
  display: block !important;
}

/* line 340, ../__SASS/_MODULE__mega-menu.scss */
.fontAdjust-lg nav#top-nav > ul > li {
  font-size: 1.1em;
}

/* line 347, ../__SASS/_MODULE__mega-menu.scss */
#page_cover {
  position: fixed;
  opacity: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  z-index: 14;
  background-color: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* line 350, ../__SASS/_MODULE__mega-menu.scss */
#page_cover a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/* line 353, ../__SASS/_MODULE__mega-menu.scss */
#page_cover_mobile {
  position: fixed;
  opacity: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  z-index: 14;
  background-color: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* line 356, ../__SASS/_MODULE__mega-menu.scss */
#page_cover_mobile a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/* line 359, ../__SASS/_MODULE__mega-menu.scss */
.touch #page_cover {
  /*display:block;*/
}

/* line 364, ../__SASS/_MODULE__mega-menu.scss */
#toggle, .toggle-menu {
  display: none;
  cursor: pointer;
}

/* line 365, ../__SASS/_MODULE__mega-menu.scss */
label.toggle-menu span {
  display: none;
}

/* line 367, ../__SASS/_MODULE__mega-menu.scss */
#toggle:checked ~ #top-nav {
  display: block;
  opacity: 1;
}

/* line 370, ../__SASS/_MODULE__mega-menu.scss */
.no-js .toggle-menu {
  display: block;
  z-index: 10;
}
/* line 371, ../__SASS/_MODULE__mega-menu.scss */
.no-js label.toggle-menu span {
  display: block;
  z-index: 11;
}
/* line 372, ../__SASS/_MODULE__mega-menu.scss */
.no-js .menu-bar {
  display: none;
}
/* line 375, ../__SASS/_MODULE__mega-menu.scss */
.no-js nav#top-nav li:hover .full {
  opacity: 1;
  left: 0;
}
/* line 376, ../__SASS/_MODULE__mega-menu.scss */
.no-js nav#top-nav li:focus .full {
  opacity: 1;
  left: 0;
}
/* line 378, ../__SASS/_MODULE__mega-menu.scss */
.no-js nav#top-nav .mega-menu > li > a:focus,
.no-js nav#top-nav .mega-menu > li > a:hover {
  background-color: #069;
}
/* line 380, ../__SASS/_MODULE__mega-menu.scss */
.no-js nav#top-nav .mega-menu > li > a.tablet-menu {
  display: none;
}
/* line 381, ../__SASS/_MODULE__mega-menu.scss */
.no-js nav#top-nav .mega-menu > li > a.normal-menu {
  display: block;
}

/*	--------------------------------------	*\
	MEGA MENU - IE 7 ONLY
\*	--------------------------------------	*/
/* IE7 fixes - does not recognise table-cell property */
/* line 10, ../__SASS/_MODULE__mega-menu-ie7.scss */
.eq-ie8 .btn-menu span {
  display: none;
}

/* line 16, ../__SASS/_MODULE__mega-menu-ie7.scss */
.lt-ie8 {
  /* IE7 fixes - does not recognise table-cell property for positioning of arrows - using absolute instead */
}
/* line 17, ../__SASS/_MODULE__mega-menu-ie7.scss */
.lt-ie8 nav#top-nav .mega-menu .grid-25 {
  float: left;
  display: block;
  position: relative;
  width: 24.6%;
}
/* line 18, ../__SASS/_MODULE__mega-menu-ie7.scss */
.lt-ie8 nav#top-nav .grid-container {
  margin: 0 auto;
  position: relative;
}
/* line 19, ../__SASS/_MODULE__mega-menu-ie7.scss */
.lt-ie8 nav#top-nav .mega-menu .full {
  overflow: visible;
}
/* line 20, ../__SASS/_MODULE__mega-menu-ie7.scss */
.lt-ie8 nav#top-nav .mega-menu .grid-25 {
  float: left;
  display: inline-block;
}
/* line 23, ../__SASS/_MODULE__mega-menu-ie7.scss */
.lt-ie8 nav#top-nav .mega-menu .full ul li span {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
}
/* line 24, ../__SASS/_MODULE__mega-menu-ie7.scss */
.lt-ie8 nav#top-nav .mega-menu .full ul li a {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
}
/* line 25, ../__SASS/_MODULE__mega-menu-ie7.scss */
.lt-ie8 nav#top-nav .mega-menu .full ul li .arrow {
  position: absolute;
  right: 9px;
  display: inline-block;
  top: 8px;
}
/* line 26, ../__SASS/_MODULE__mega-menu-ie7.scss */
.lt-ie8 nav#top-nav .mega-menu .full {
  height: auto;
}

/* line 30, ../__SASS/_MODULE__mega-menu-ie7.scss */
.lt-ie9 .mega-menu .full ul li a.DOT-more {
  display: block;
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
  color: #fff;
  background-color: #0077b3;
}
/* line 36, ../__SASS/_MODULE__mega-menu-ie7.scss */
.lt-ie9 .mega-menu .full ul li a.DOT-more:hover {
  background-color: #054f79;
}
/* line 39, ../__SASS/_MODULE__mega-menu-ie7.scss */
.lt-ie9 .mega-menu .full ul li a.DOT-more .arrow {
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
}

/* line 47, ../__SASS/_MODULE__mega-menu-ie7.scss */
.lt-ie8 nav#top-nav .mega-menu .full {
  height: auto;
}

/* line 49, ../__SASS/_MODULE__mega-menu-ie7.scss */
.lt-ie8 nav#top-nav .mega-menu > li span.logo--dotdirect-mini {
  vertical-align: middle;
}

/* line 52, ../__SASS/_MODULE__mega-menu-ie7.scss */
.lt-ie8 nav#top-nav .mega-menu > li a.btn-close {
  right: -20px;
}

/* line 56, ../__SASS/_MODULE__mega-menu-ie7.scss */
.lt-ie9 .mega-menu .full ul li a.DOT-more {
  display: block;
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
  color: #fff;
  background-color: #0077b3;
}
/* line 62, ../__SASS/_MODULE__mega-menu-ie7.scss */
.lt-ie9 .mega-menu .full ul li a.DOT-more:hover {
  background-color: #054f79;
}
/* line 65, ../__SASS/_MODULE__mega-menu-ie7.scss */
.lt-ie9 .mega-menu .full ul li a.DOT-more .arrow {
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
}

/* line 71, ../__SASS/_MODULE__mega-menu-ie7.scss */
.lt-ie8 nav#top-nav li:hover .full {
  top: 2.9em;
}

/* line 72, ../__SASS/_MODULE__mega-menu-ie7.scss */
.lt-ie8 #nav li.hovered .full {
  top: 2.9em;
}

/* line 73, ../__SASS/_MODULE__mega-menu-ie7.scss */
.lt-ie8 #nav li.sfhover .full {
  top: 2.9em;
}

/* line 76, ../__SASS/_MODULE__mega-menu-ie7.scss */
.lt-ie9 .btn--close {
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 0;
}

/* line 2, ../__SASS/_MODULE__mega-menu_tablet.scss */
.lt-ie9.large-font .menu-bar {
  width: 100%;
  background-image: linear-gradient(#161616, #2f2f2f, #313131);
  background-color: #181818;
  height: 4.05em;
  z-index: 14;
  position: relative;
}
/* line 3, ../__SASS/_MODULE__mega-menu_tablet.scss */
.lt-ie9.large-font .menu-bar a.btn-menu.active {
  background-color: #3d3d3d;
  /*#069;*/
  background-image: none;
}
/* line 4, ../__SASS/_MODULE__mega-menu_tablet.scss */
.lt-ie9.large-font .menu-bar a.btn-menu:after {
  content: "\f078";
}
/* line 6, ../__SASS/_MODULE__mega-menu_tablet.scss */
.lt-ie9.large-font .menu-bar a.btn-menu {
  background-image: linear-gradient(#161616, #2f2f2f, #313131);
  background-color: #181818;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  float: left;
  padding: 0.97em;
  text-decoration: none;
  font-size: 1.2em;
}
/* line 7, ../__SASS/_MODULE__mega-menu_tablet.scss */
.lt-ie9.large-font .menu-bar a.btn-menu:before {
  content: "Open Navigation";
}
/* line 8, ../__SASS/_MODULE__mega-menu_tablet.scss */
.lt-ie9.large-font .menu-bar a.btn-menu:after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 0.95em;
  padding: 0.5em 0;
  margin-left: 15px;
  top: 0px;
  right: 0;
  width: 50px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
/* line 11, ../__SASS/_MODULE__mega-menu_tablet.scss */
.lt-ie9.large-font .toggle-menu {
  width: 100%;
  background-image: linear-gradient(#161616, #2f2f2f, #313131);
  background-color: #181818;
  height: 4.05em;
  z-index: 14;
  position: relative;
}
/* line 12, ../__SASS/_MODULE__mega-menu_tablet.scss */
.lt-ie9.large-font label.toggle-menu span {
  color: #fff;
  font-weight: 600;
  display: inline-block;
  float: left;
  padding: 0.97em;
  text-decoration: none;
  font-size: 1.2em;
}
/* line 16, ../__SASS/_MODULE__mega-menu_tablet.scss */
.lt-ie9.large-font label.toggle-menu span:before {
  content: "Open Navigation";
}
/* line 19, ../__SASS/_MODULE__mega-menu_tablet.scss */
.lt-ie9.large-font label.toggle-menu span:after {
  content: "\f078";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 0.95em;
  padding: 0.5em 0;
  margin-left: 15px;
  top: 0px;
  right: 0;
  width: 50px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
/* line 23, ../__SASS/_MODULE__mega-menu_tablet.scss */
.lt-ie9.large-font #toggle:checked ~ label.toggle-menu span {
  background-color: #3d3d3d;
  /*#069;*/
}
/* line 25, ../__SASS/_MODULE__mega-menu_tablet.scss */
.lt-ie9.large-font #toggle:checked ~ nav#top-nav .mega-menu > li a:hover {
  background-color: #000;
  background-image: none;
}
/* line 27, ../__SASS/_MODULE__mega-menu_tablet.scss */
.lt-ie9.large-font nav#top-nav {
  display: none;
  position: absolute;
  width: 100%;
  border-bottom: 0px;
}
/* line 30, ../__SASS/_MODULE__mega-menu_tablet.scss */
.lt-ie9.large-font nav#top-nav #nav {
  background-color: #3d3d3d;
  /*#069;*/
  background-image: none;
}
/* line 32, ../__SASS/_MODULE__mega-menu_tablet.scss */
.lt-ie9.large-font nav#top-nav .mega-menu > li {
  background-color: #3d3d3d;
  /*#069;*/
  background-image: none;
}
/* line 36, ../__SASS/_MODULE__mega-menu_tablet.scss */
.lt-ie9.large-font nav#top-nav .mega-menu > li {
  display: block;
  float: inherit;
  position: relative;
}
/* line 38, ../__SASS/_MODULE__mega-menu_tablet.scss */
.lt-ie9.large-font nav#top-nav .mega-menu > li a {
  display: block;
  border-top: 1px solid #4a4a4a;
  position: relative;
}
/* line 40, ../__SASS/_MODULE__mega-menu_tablet.scss */
.lt-ie9.large-font nav#top-nav .mega-menu > li a:hover {
  background-color: #000;
  background-image: none;
}
/* line 42, ../__SASS/_MODULE__mega-menu_tablet.scss */
.lt-ie9.large-font nav#top-nav .grid-container {
  width: 100%;
}
/* line 44, ../__SASS/_MODULE__mega-menu_tablet.scss */
.lt-ie9.large-font nav#top-nav .mega-menu > li:after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  text-decoration: none;
}
/* line 46, ../__SASS/_MODULE__mega-menu_tablet.scss */
.lt-ie9.large-font nav#top-nav .mega-menu > li:after {
  content: "\f054";
  font-size: 0.7em;
  color: #fff;
  position: absolute;
  right: 20px;
  top: 18px;
  z-index: 15;
}
/* line 48, ../__SASS/_MODULE__mega-menu_tablet.scss */
.lt-ie9.large-font nav#top-nav a.tablet-menu {
  display: none !important;
}
/* line 49, ../__SASS/_MODULE__mega-menu_tablet.scss */
.lt-ie9.large-font nav#top-nav a.normal-menu {
  display: block !important;
}
/* line 82, ../__SASS/_MODULE__mega-menu-ie7.scss */
.lt-ie9.large-font #nav li .full {
  display: none !important;
}
/* line 83, ../__SASS/_MODULE__mega-menu-ie7.scss */
.lt-ie9.large-font nav#top-nav {
  position: absolute;
  background-image: none;
}
/* line 85, ../__SASS/_MODULE__mega-menu-ie7.scss */
.lt-ie9.large-font .menu-bar a.btn-menu {
  *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = 'Open Navigation <span>&nbsp;</span>');
}
/* line 86, ../__SASS/_MODULE__mega-menu-ie7.scss */
.lt-ie9.large-font .menu-bar a.btn-menu span {
  margin-left: 0;
  left: 11em;
  top: 1.4em;
  width: 20px;
  height: 20px;
  color: #fff;
  background-image: url("../css/img-bg-ie7/menu-ie7-arrdown.jpg");
  background-position: center;
  background-repeat: no-repeat;
}
/* line 89, ../__SASS/_MODULE__mega-menu-ie7.scss */
.lt-ie9.large-font nav#top-nav .mega-menu > li {
  display: block;
  float: none;
  position: relative;
}
/* line 90, ../__SASS/_MODULE__mega-menu-ie7.scss */
.lt-ie9.large-font #header .fade {
  display: none !important;
}

/* line 97, ../__SASS/_MODULE__mega-menu-ie7.scss */
.lt-ie9.std-font nav#top-nav.show-on-desktop {
  display: block !important;
}

/* line 20, ../__SASS/_MODULE_mega-menu-highlights.scss */
.lt-ie9 body.section-menu-1 li.menu-1 > a,
.lt-ie9 body.section-menu-2 li.menu-2 > a,
.lt-ie9 body.section-menu-3 li.menu-3 > a,
.lt-ie9 body.section-menu-4 li.menu-4 > a,
.lt-ie9 body.section-menu-5 li.menu-5 > a,
.lt-ie9 body.section-menu-6 li.menu-6 > a,
.lt-ie9 body.section-menu-7 li.menu-7 > a,
.lt-ie9 body.section-menu-8 li.menu-8 > a {
  background-color: #069;
}
/* line 26, ../__SASS/_MODULE_mega-menu-highlights.scss */
.lt-ie9 body #top-nav .mega-menu > li > a:hover {
  background-color: #069 !important;
}
/* line 52, ../__SASS/_MODULE_mega-menu-highlights.scss */
.lt-ie9 body.section-menu-1 .mega-menu:hover > li.menu-1 > a,
.lt-ie9 body.section-menu-2 .mega-menu:hover > li.menu-2 > a,
.lt-ie9 body.section-menu-1 .mega-menu:hover > li.menu-1 > a,
.lt-ie9 body.section-menu-3 .mega-menu:hover > li.menu-3 > a,
.lt-ie9 body.section-menu-1 .mega-menu:hover > li.menu-1 > a,
.lt-ie9 body.section-menu-4 .mega-menu:hover > li.menu-4 > a,
.lt-ie9 body.section-menu-5 .mega-menu:hover > li.menu-5 > a,
.lt-ie9 body.section-menu-6 .mega-menu:hover > li.menu-6 > a,
.lt-ie9 body.section-menu-7 .mega-menu:hover > li.menu-7 > a,
.lt-ie9 body.section-menu-8 .mega-menu:hover > li.menu-8 > a,
.lt-ie9 body.section-menu-1 .mega-menu.sfhover > li.menu-1 > a,
.lt-ie9 body.section-menu-2 .mega-menu.sfhover > li.menu-2 > a,
.lt-ie9 body.section-menu-1 .mega-menu.sfhover > li.menu-1 > a,
.lt-ie9 body.section-menu-3 .mega-menu.sfhover > li.menu-3 > a,
.lt-ie9 body.section-menu-1 .mega-menu.sfhover > li.menu-1 > a,
.lt-ie9 body.section-menu-4 .mega-menu.sfhover > li.menu-4 > a,
.lt-ie9 body.section-menu-5 .mega-menu.sfhover > li.menu-5 > a,
.lt-ie9 body.section-menu-6 .mega-menu.sfhover > li.menu-6 > a,
.lt-ie9 body.section-menu-7 .mega-menu.sfhover > li.menu-7 > a,
.lt-ie9 body.section-menu-8 .mega-menu.sfhover > li.menu-8 > a {
  background-color: transparent;
}
/* line 65, ../__SASS/_MODULE_mega-menu-highlights.scss */
.lt-ie9 body.section-menu-1 .mega-menu.sfhover:hover > li.menu-1 > a.sfhover:hover,
.lt-ie9 body.section-menu-1 .mega-menu.sfhover:hover > li.menu-2 > a.sfhover:hover,
.lt-ie9 body.section-menu-1 .mega-menu.sfhover:hover > li.menu-3 > a.sfhover:hover,
.lt-ie9 body.section-menu-1 .mega-menu.sfhover:hover > li.menu-4 > a.sfhover:hover,
.lt-ie9 body.section-menu-1 .mega-menu.sfhover:hover > li.menu-5 > a.sfhover:hover,
.lt-ie9 body.section-menu-1 .mega-menu.sfhover:hover > li.menu-6 > a.sfhover:hover,
.lt-ie9 body.section-menu-1 .mega-menu.sfhover:hover > li.menu-7 > a.sfhover:hover,
.lt-ie9 body.section-menu-1 .mega-menu.sfhover:hover > li.menu-8 > a.sfhover:hover {
  background-color: #006699;
}
/* line 72, ../__SASS/_MODULE_mega-menu-highlights.scss */
.lt-ie9 .mega-menu:hover > li.sfhover > a {
  background-color: transparent !important;
}

/* line 9, ../__SASS/_MODULE__subnav.scss */
#body_landing nav.sub-nav,
#body_content nav.sub-nav,
.page-toc-wrapper {
  background-color: #f4f4f4;
  padding: 1em 0 1em 0;
  font-size: 0.95em;
}
/* line 12, ../__SASS/_MODULE__subnav.scss */
#body_landing nav.sub-nav a.home-link,
#body_content nav.sub-nav a.home-link,
.page-toc-wrapper a.home-link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.87em;
  color: #4b4b4b;
  padding: 0 0 0 8px;
  display: block;
  margin-bottom: 10px;
}
/* line 15, ../__SASS/_MODULE__subnav.scss */
#body_landing nav.sub-nav ul,
#body_content nav.sub-nav ul,
.page-toc-wrapper ul {
  list-style-type: none;
  margin: 0;
}
/* line 17, ../__SASS/_MODULE__subnav.scss */
#body_landing nav.sub-nav ul li,
#body_content nav.sub-nav ul li,
.page-toc-wrapper ul li {
  margin: 0;
  padding: 0;
  position: relative;
}
/* line 19, ../__SASS/_MODULE__subnav.scss */
#body_landing nav.sub-nav ul li .element,
#body_content nav.sub-nav ul li .element,
.page-toc-wrapper ul li .element {
  padding: 0.45em 0;
  position: relative;
}
/* line 22, ../__SASS/_MODULE__subnav.scss */
#body_landing nav.sub-nav ul li .element .indent,
#body_content nav.sub-nav ul li .element .indent,
.page-toc-wrapper ul li .element .indent {
  position: relative;
}
/* line 24, ../__SASS/_MODULE__subnav.scss */
#body_landing nav.sub-nav ul li .element .indent .line,
#body_content nav.sub-nav ul li .element .indent .line,
.page-toc-wrapper ul li .element .indent .line {
  position: absolute;
  border-top: 1px solid #cfcccb;
  border-bottom: 1px solid #fff;
  width: 80%;
  height: 0;
  position: relative;
  top: -4px;
  left: 0px;
}
/* line 27, ../__SASS/_MODULE__subnav.scss */
#body_landing nav.sub-nav ul li .element .indent .fixed-ico-left,
#body_content nav.sub-nav ul li .element .indent .fixed-ico-left,
.page-toc-wrapper ul li .element .indent .fixed-ico-left {
  display: block;
  position: absolute;
  width: 20px;
  top: 11px;
  left: 8px;
  top: 0.2em;
}
/* line 30, ../__SASS/_MODULE__subnav.scss */
#body_landing nav.sub-nav ul li .element .indent a,
#body_content nav.sub-nav ul li .element .indent a,
.page-toc-wrapper ul li .element .indent a {
  color: #333;
}
/* line 32, ../__SASS/_MODULE__subnav.scss */
#body_landing nav.sub-nav ul li .element .indent a:hover,
#body_content nav.sub-nav ul li .element .indent a:hover,
.page-toc-wrapper ul li .element .indent a:hover {
  text-decoration: underline;
  color: 000;
}
/* line 40, ../__SASS/_MODULE__subnav.scss */
#body_landing nav.sub-nav ul li .element.selected .indent a,
#body_content nav.sub-nav ul li .element.selected .indent a,
.page-toc-wrapper ul li .element.selected .indent a {
  font-weight: bold;
}
/* line 44, ../__SASS/_MODULE__subnav.scss */
#body_landing nav.sub-nav ul li .element.current,
#body_content nav.sub-nav ul li .element.current,
.page-toc-wrapper ul li .element.current {
  background-color: #ccc;
}
/* line 46, ../__SASS/_MODULE__subnav.scss */
#body_landing nav.sub-nav ul li .element.current .line,
#body_content nav.sub-nav ul li .element.current .line,
.page-toc-wrapper ul li .element.current .line {
  display: none !important;
}
/* line 53, ../__SASS/_MODULE__subnav.scss */
#body_landing nav.sub-nav ul.nav-root .indent,
#body_content nav.sub-nav ul.nav-root .indent,
.page-toc-wrapper ul.nav-root .indent {
  padding-left: 18px;
}
/* line 57, ../__SASS/_MODULE__subnav.scss */
#body_landing nav.sub-nav ul.nav-root > li:first-child > .element .line,
#body_content nav.sub-nav ul.nav-root > li:first-child > .element .line,
.page-toc-wrapper ul.nav-root > li:first-child > .element .line {
  display: none;
}
/* line 61, ../__SASS/_MODULE__subnav.scss */
#body_landing nav.sub-nav ul.nav-root > li > ul > li .indent,
#body_content nav.sub-nav ul.nav-root > li > ul > li .indent,
.page-toc-wrapper ul.nav-root > li > ul > li .indent {
  margin-left: 14px;
}
/* line 66, ../__SASS/_MODULE__subnav.scss */
#body_landing nav.sub-nav ul.nav-root > li > ul > li > ul > li .indent,
#body_content nav.sub-nav ul.nav-root > li > ul > li > ul > li .indent,
.page-toc-wrapper ul.nav-root > li > ul > li > ul > li .indent {
  margin-left: 28px;
}
/* line 71, ../__SASS/_MODULE__subnav.scss */
#body_landing nav.sub-nav ul.nav-root > li > ul > li > ul > li > ul > li .indent,
#body_content nav.sub-nav ul.nav-root > li > ul > li > ul > li > ul > li .indent,
.page-toc-wrapper ul.nav-root > li > ul > li > ul > li > ul > li .indent {
  margin-left: 42px;
}
/* line 76, ../__SASS/_MODULE__subnav.scss */
#body_landing nav.sub-nav ul.nav-root > li > ul > li > ul > li > ul > li > ul > li .indent,
#body_content nav.sub-nav ul.nav-root > li > ul > li > ul > li > ul > li > ul > li .indent,
.page-toc-wrapper ul.nav-root > li > ul > li > ul > li > ul > li > ul > li .indent {
  margin-left: 56px;
}
/* line 81, ../__SASS/_MODULE__subnav.scss */
#body_landing nav.sub-nav ul.nav-root > li > ul > li > ul > li > ul > li > ul > li > ul > li .indent,
#body_content nav.sub-nav ul.nav-root > li > ul > li > ul > li > ul > li > ul > li > ul > li .indent,
.page-toc-wrapper ul.nav-root > li > ul > li > ul > li > ul > li > ul > li > ul > li .indent {
  margin-left: 70px;
}

/* line 89, ../__SASS/_MODULE__subnav.scss */
.page-toc-wrapper {
  margin-bottom: 1.5em;
  padding: 1em 0 1em 10px;
}

/* line 103, ../__SASS/_MODULE__subnav.scss */
.lt-ie8 #body_landing nav.sub-nav ul li .line, .lt-ie8 #body_landing .page-toc-wrapper ul li .line,
.lt-ie8 #body_content nav.sub-nav ul li .line,
.lt-ie8 #body_content .page-toc-wrapper ul li .line {
  display: none !important;
}

/* line 121, ../__SASS/_MODULE__subnav.scss */
.lt-ie8 #body_landing nav.sub-nav ul li .element .indent .fixed-ico-left,
.lt-ie8 #body_content nav.sub-nav ul li .element .indent .fixed-ico-left,
.lt-ie8 .page-toc-wrapper ul li .element .indent .fixed-ico-left {
  left: 5px;
  top: 0.2em;
}

/* line 5, ../__SASS/_MODULE__forms.scss */
.frm-wrapper label {
  font-weight: bold;
  display: block;
  padding-bottom: 4px;
}
/* line 7, ../__SASS/_MODULE__forms.scss */
.frm-wrapper label i[class^="icon-"] {
  color: #b33;
}
/* line 9, ../__SASS/_MODULE__forms.scss */
.frm-wrapper input, .frm-wrapper select {
  font-size: 1em;
}
/* line 12, ../__SASS/_MODULE__forms.scss */
.frm-wrapper input[type="text"],
.frm-wrapper textarea {
  width: 90%;
  padding: 3px;
  margin: 0;
  border: 1px solid #bbb;
  font-size: 1em;
}
/* line 15, ../__SASS/_MODULE__forms.scss */
.frm-wrapper .edge-ua input[type="text"],
.frm-wrapper .edge-ua textarea {
  width: 100%;
  box-sizing: border-box;
}
/* line 18, ../__SASS/_MODULE__forms.scss */
.frm-wrapper input.error,
.frm-wrapper textarea.error {
  background: #f8dbdb;
  border: 1px solid #e77776;
}
/* line 19, ../__SASS/_MODULE__forms.scss */
.frm-wrapper .info {
  color: #e77776;
  font-style: italic;
}
/* line 20, ../__SASS/_MODULE__forms.scss */
.frm-wrapper .itemDivider {
  display: block;
  clear: both;
  height: 0.5em;
}

/* line 25, ../__SASS/_MODULE__forms.scss */
#main .frm-btn-main {
  background-image: none;
  background: transparent none;
  border: 1px solid #f00;
  -moz-box-shadow: inset 0px 1px 0px 0px #97c4fe;
  -webkit-box-shadow: inset 0px 1px 0px 0px #97c4fe;
  box-shadow: inset 0px 1px 0px 0px #97c4fe;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
  background: -moz-linear-gradient(center top, #3d94f6 5%, #1e62d0 100%);
  background-color: #3d94f6;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #337fed;
  display: inline-block;
  color: #ffffff;
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 1px 1px 0px #1570cd;
  height: auto;
  width: auto;
  *height: 35px;
}

/* line 48, ../__SASS/_MODULE__forms.scss */
#main .frm-btn-main:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
  background: -moz-linear-gradient(center top, #1e62d0 5%, #3d94f6 100%);
  background-color: #1e62d0;
  color: #fff;
  position: relative;
}

/* line 56, ../__SASS/_MODULE__forms.scss */
#main .frm-btn-main[disabled] {
  background-image: none;
  background: transparent none;
  border: 1px solid #f00;
  -moz-box-shadow: inset 0px 1px 0px 0px #ccc;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ccc;
  box-shadow: inset 0px 1px 0px 0px #ccc;
  background-image: linear-gradient(bottom, #b3b3b3 8%, #8a8588 54%);
  background-image: -o-linear-gradient(bottom, #b3b3b3 8%, #8a8588 54%);
  background-image: -moz-linear-gradient(bottom, #b3b3b3 8%, #8a8588 54%);
  background-image: -webkit-linear-gradient(bottom, #b3b3b3 8%, #8a8588 54%);
  background-image: -ms-linear-gradient(bottom, #b3b3b3 8%, #8a8588 54%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.08, #b3b3b3), color-stop(0.54, #8a8588));
  background-color: #B3B3B3;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #ccc;
  display: inline-block;
  color: #eee;
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: none;
  *height: 35px;
}

/* line 92, ../__SASS/_MODULE__forms.scss */
#main .frm-btn-main:hover[disabled] {
  background-image: linear-gradient(bottom, #b3b3b3 8%, #8a8588 54%);
  background-image: -o-linear-gradient(bottom, #b3b3b3 8%, #8a8588 54%);
  background-image: -moz-linear-gradient(bottom, #b3b3b3 8%, #8a8588 54%);
  background-image: -webkit-linear-gradient(bottom, #b3b3b3 8%, #8a8588 54%);
  background-image: -ms-linear-gradient(bottom, #b3b3b3 8%, #8a8588 54%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.08, #b3b3b3), color-stop(0.54, #8a8588));
  background-color: #B3B3B3;
  color: #eee;
  cursor: default;
}

/* line 111, ../__SASS/_MODULE__forms.scss */
.lt-ie8 .frm-wrapper input[type="text"], .lt-ie8 textarea, .lt-ie8 select {
  margin-left: -7px;
}

/*	--------------------------------------	*\
	Utility defs
\*	--------------------------------------	*/
/* line 5, ../__SASS/_MODULE__utilities.scss */
img {
  max-width: 100%;
}

/* line 6, ../__SASS/_MODULE__utilities.scss */
.align-right {
  text-align: right;
}

/* line 9, ../__SASS/_MODULE__utilities.scss */
i.align-right,
span.align-right,
.align-right > div {
  display: block;
  float: right;
}

/* line 10, ../__SASS/_MODULE__utilities.scss */
.align-center {
  text-align: center;
}

/* line 12, ../__SASS/_MODULE__utilities.scss */
.no-margin {
  margin: 0;
}

/* line 13, ../__SASS/_MODULE__utilities.scss */
ul.no-margin > li {
  margin: 0;
}

/* line 14, ../__SASS/_MODULE__utilities.scss */
.invisible {
  position: absolute !important;
  left: -9999em !important;
  top: -9999em !important;
}

/* line 15, ../__SASS/_MODULE__utilities.scss */
.px-floor {
  display: block;
  line-height: 0;
  font-size: 0;
  height: 1px !important;
}

/* line 16, ../__SASS/_MODULE__utilities.scss */
.debug {
  display: none;
  border: none !important;
}

@media screen and (max-width: 480px) {
  /* line 29, ../__SASS/_MODULE__utilities.scss */
  div.show-on-mobile,
  ul.show-on-mobile {
    display: block !important;
  }
}
@media screen and (min-width: 481px) and (max-width: 959px) {
  /* line 35, ../__SASS/_MODULE__utilities.scss */
  div.show-on-tablet,
  ul.show-on-tablet {
    display: block !important;
  }
}
@media screen and (min-width: 960px) {
  /* line 42, ../__SASS/_MODULE__utilities.scss */
  .std-font nav.show-on-desktop,
  div.show-on-desktop,
  ul.show-on-desktop {
    display: block !important;
  }
}
/* line 50, ../__SASS/_MODULE__utilities.scss */
html.touch .hide-on-touch {
  display: none;
}

/* line 53, ../__SASS/_MODULE__utilities.scss */
html.no-touch .hide-on-notouch {
  display: none;
}

/* ------------------------ *\

	_MODULE__content.scss

	Classes for site wide content
	
\* ------------------------ */
/* line 12, ../__SASS/_MODULE__content.scss */
#main .nav-button {
  cursor: pointer;
}
/* line 17, ../__SASS/_MODULE__content.scss */
#main input {
  padding: 0.15em;
}

/* line 23, ../__SASS/_MODULE__content.scss */
#content .page-description {
  font-size: 1.1em;
  margin-bottom: 1em;
}

/* line 27, ../__SASS/_MODULE__content.scss */
h3 {
  font-size: 1.1em;
}

/* line 31, ../__SASS/_MODULE__content.scss */
.iframe-desktop, .iframe-mob {
  /*padding: 2.5%;*/
  width: 100%;
  height: 400px !important;
}

/* line 38, ../__SASS/_MODULE__content.scss */
.iframe-concertina {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 41, ../__SASS/_MODULE__content.scss */
.iframe-concertina .btn-nav {
  display: none;
}

/* line 47, ../__SASS/_MODULE__content.scss */
.mobile-notification {
  display: none;
  font-weight: bold;
}

/* line 52, ../__SASS/_MODULE__content.scss */
ul.bottom-nav {
  margin: 0;
  list-style: none;
}
/* line 55, ../__SASS/_MODULE__content.scss */
ul.bottom-nav li {
  padding: 0;
  margin: 0;
}
/* line 56, ../__SASS/_MODULE__content.scss */
ul.bottom-nav .btn-nav {
  margin-bottom: 4px;
}

/* line 68, ../__SASS/_MODULE__content.scss */
.image-wrapper-50 .btn-full-screen,
.image-wrapper-50-center .btn-full-screen,
.image-wrapper-50-float .btn-full-screen,
.image-wrapper-50-float-right .btn-full-screen {
  width: 100%;
}

/* line 72, ../__SASS/_MODULE__content.scss */
.image-wrapper-50 {
  width: 50%;
}

/* line 75, ../__SASS/_MODULE__content.scss */
.image-wrapper-50-center {
  width: 50%;
  margin: 0 auto;
}

/* line 78, ../__SASS/_MODULE__content.scss */
.image-wrapper-50-float {
  width: 50%;
  float: left;
  clear: left;
  padding-right: 1em;
}

/* line 81, ../__SASS/_MODULE__content.scss */
.image-wrapper-50-float-right {
  width: 50%;
  float: right;
  clear: right;
  padding-left: 1em;
}

/* line 95, ../__SASS/_MODULE__content.scss */
table.documents {
  width: 100%;
  background-color: #f2f2f2;
  border-collapse: collapse;
}
/* line 100, ../__SASS/_MODULE__content.scss */
table.documents tr.data td {
  padding: 3px;
}

/* line 105, ../__SASS/_MODULE__content.scss */
td.file-ico {
  vertical-align: middle;
  width: 5%;
}

/* line 110, ../__SASS/_MODULE__content.scss */
td.file-link {
  vertical-align: middle;
}

/* line 114, ../__SASS/_MODULE__content.scss */
td.file-info {
  text-align: right;
  vertical-align: middle;
  width: 10%;
  white-space: nowrap;
}

/* line 122, ../__SASS/_MODULE__content.scss */
.default-text {
  color: #333333;
}

/* line 125, ../__SASS/_MODULE__content.scss */
.margin-bottom-small {
  margin-bottom: 0.2em;
}

/* line 127, ../__SASS/_MODULE__content.scss */
ul {
  list-style-type: disc;
}
/* line 129, ../__SASS/_MODULE__content.scss */
ul ul {
  list-style-type: circle;
}
/* line 131, ../__SASS/_MODULE__content.scss */
ul ul ul {
  list-style-type: square;
}

/* line 143, ../__SASS/_MODULE__content.scss */
.bg1 {
  background-color: #333333;
}

/* line 146, ../__SASS/_MODULE__content.scss */
.bg2 {
  background-color: #bbbbbb;
}

/* line 149, ../__SASS/_MODULE__content.scss */
.bg3 {
  background-color: #dddddd;
}

/* line 152, ../__SASS/_MODULE__content.scss */
.bg4 {
  background-color: #eeeeee;
}

/* line 155, ../__SASS/_MODULE__content.scss */
.hr {
  background-color: #cccccc;
}

/* line 159, ../__SASS/_MODULE__content.scss */
.chartinfo {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #33616E;
}

/* line 164, ../__SASS/_MODULE__content.scss */
.chartinfo strong {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #234952;
}

/* line 169, ../__SASS/_MODULE__content.scss */
.chartinfo a:link {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #33616E;
  text-decoration: none;
}

/* line 175, ../__SASS/_MODULE__content.scss */
.chartinfo a:visited {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #005970;
  text-decoration: none;
}

/* line 181, ../__SASS/_MODULE__content.scss */
.chartinfo a:hover {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #33616E;
  text-decoration: underline;
}

/* line 188, ../__SASS/_MODULE__content.scss */
.warning {
  display: block;
  border: 1px solid #f55;
  padding: 8px;
  color: #f00;
  background-color: #eaeaea;
}

/* line 193, ../__SASS/_MODULE__content.scss */
.swellchart {
  text-align: center;
  margin-bottom: 6px;
}
/* line 196, ../__SASS/_MODULE__content.scss */
.swellchart span {
  display: inline-block;
  background-color: #555;
}

@media screen and (max-width: 480px) {
  /* line 222, ../__SASS/_MODULE__content.scss */
  .image-wrapper-50,
  .image-wrapper-50-center,
  .image-wrapper-50-float,
  .image-wrapper-50-float-right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 230, ../__SASS/_MODULE__content.scss */
.btn-full-screen {
  display: block;
  background-color: #126fa4;
  width: 50%;
  color: #fff;
  position: relative;
  margin: 0 auto 0.5em auto;
}
/* line 77, ../__SASS/partials/_dot-system-vars.scss */
.btn-full-screen:hover {
  background-color: #054f79;
  text-decoration: none;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -o-transition: background .3s;
  -ms-transition: background .3s;
  transition: background .3s;
}
/* line 85, ../__SASS/partials/_dot-system-vars.scss */
.btn-full-screen .text {
  display: inline-block;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  padding-left: 0.75em;
  padding-right: 2em;
  cursor: pointer;
  margin: 0 0 1px 0;
}
/* line 100, ../__SASS/partials/_dot-system-vars.scss */
.btn-full-screen .wrap {
  display: block;
  width: 2em;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 0.75em;
}
/* line 114, ../__SASS/partials/_dot-system-vars.scss */
.btn-full-screen .wrap .ico {
  display: block;
  padding-top: 0.4em;
  position: relative;
  top: 0.2em;
}

/* line 234, ../__SASS/_MODULE__content.scss */
.btn-nav {
  display: block;
  background-color: #126fa4;
  width: 50%;
  color: #fff;
  position: relative;
}
/* line 77, ../__SASS/partials/_dot-system-vars.scss */
.btn-nav:hover {
  background-color: #054f79;
  text-decoration: none;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -o-transition: background .3s;
  -ms-transition: background .3s;
  transition: background .3s;
}
/* line 85, ../__SASS/partials/_dot-system-vars.scss */
.btn-nav .text {
  display: inline-block;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
  padding-right: 2em;
  cursor: pointer;
  margin: 0 0 1px 0;
}
/* line 100, ../__SASS/partials/_dot-system-vars.scss */
.btn-nav .wrap {
  display: block;
  width: 2em;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 0.75em;
}
/* line 114, ../__SASS/partials/_dot-system-vars.scss */
.btn-nav .wrap .ico {
  display: block;
  padding-top: 0.75em;
  position: relative;
  top: 0.2em;
}

@media screen and (max-width: 480px) {
  /* line 238, ../__SASS/_MODULE__content.scss */
  .btn-nav {
    width: 100%;
  }
}
/* line 243, ../__SASS/_MODULE__content.scss */
.btn-nav-back {
  display: block;
  background-color: #126fa4;
  width: 50%;
  color: #fff;
  position: relative;
  text-align: right;
}
/* line 77, ../__SASS/partials/_dot-system-vars.scss */
.btn-nav-back:hover {
  background-color: #054f79;
  text-decoration: none;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -o-transition: background .3s;
  -ms-transition: background .3s;
  transition: background .3s;
}
/* line 85, ../__SASS/partials/_dot-system-vars.scss */
.btn-nav-back .text {
  display: inline-block;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 2em;
  padding-right: 0.75em;
  cursor: pointer;
  margin: 0 0 1px 0;
}
/* line 100, ../__SASS/partials/_dot-system-vars.scss */
.btn-nav-back .wrap {
  display: block;
  width: 2em;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 114, ../__SASS/partials/_dot-system-vars.scss */
.btn-nav-back .wrap .ico {
  display: block;
  padding-top: 0.75em;
  position: relative;
  top: 0.2em;
}

@media screen and (max-width: 480px) {
  /* line 247, ../__SASS/_MODULE__content.scss */
  .btn-nav-back {
    width: 100%;
  }
}
/* line 253, ../__SASS/_MODULE__content.scss */
.btn-nav-OLD {
  background-color: #126fa4;
  display: block;
  width: 33%;
  padding: 0.5em 1.5em 0.5em 0.75em;
  margin: 8px 0 8px 0;
  color: #fff;
}
/* line 256, ../__SASS/_MODULE__content.scss */
.btn-nav-OLD.indented {
  margin-left: 15%;
}
/* line 259, ../__SASS/_MODULE__content.scss */
.btn-nav-OLD:hover {
  background-color: #054f79;
  text-decoration: underline;
}
/* line 260, ../__SASS/_MODULE__content.scss */
.btn-nav-OLD .arr {
  display: block;
  float: right;
  position: relative;
}
/* line 262, ../__SASS/_MODULE__content.scss */
.btn-nav-OLD .arr .arr-right {
  display: block;
  height: 0;
  width: 0;
  border: 0.35em solid transparent;
  border-left-color: #fff;
  position: relative;
  top: 0.45em;
  left: 2px;
}
/* line 265, ../__SASS/_MODULE__content.scss */
.btn-nav-OLD .arr .arr-left {
  display: block;
  height: 0;
  width: 0;
  border: 0.35em solid transparent;
  border-right-color: #fff;
  position: relative;
  top: 0.45em;
  left: 2px;
}

/* line 272, ../__SASS/_MODULE__content.scss */
.search-result-frame {
  position: relative;
  padding-bottom: 100%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
/* line 279, ../__SASS/_MODULE__content.scss */
.search-result-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
}

@media screen and (min-width: 961px) {
  /* line 289, ../__SASS/_MODULE__content.scss */
  .search-result-frame {
    padding-bottom: 150%;
  }

  /* line 295, ../__SASS/_MODULE__content.scss */
  .touch .iframe-concertina iframe {
    display: none;
  }
  /* line 298, ../__SASS/_MODULE__content.scss */
  .touch .iframe-concertina .btn-nav {
    display: block;
  }
}
@media screen and (min-width: 721px) and (max-width: 959px) {
  /* line 307, ../__SASS/_MODULE__content.scss */
  .search-result-frame {
    padding-bottom: 250%;
  }

  /* line 312, ../__SASS/_MODULE__content.scss */
  .touch .iframe-concertina iframe {
    display: none;
  }
  /* line 315, ../__SASS/_MODULE__content.scss */
  .touch .iframe-concertina .btn-nav {
    display: block;
  }
}
@media screen and (min-width: 481px) and (max-width: 719px) {
  /* line 322, ../__SASS/_MODULE__content.scss */
  .search-result-frame {
    padding-bottom: 330%;
  }

  /* line 327, ../__SASS/_MODULE__content.scss */
  .touch .iframe-concertina iframe {
    display: none;
  }
  /* line 330, ../__SASS/_MODULE__content.scss */
  .touch .iframe-concertina .btn-nav {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  /* line 338, ../__SASS/_MODULE__content.scss */
  .search-result-frame {
    padding-bottom: 750%;
  }

  /* line 342, ../__SASS/_MODULE__content.scss */
  #body_landing #side-col .cell {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 480px) and (orientation: portrait) {
  /* line 350, ../__SASS/_MODULE__content.scss */
  .mobile-notification {
    display: block;
  }
}
/* line 356, ../__SASS/_MODULE__content.scss */
.lt-ie8 .btn-nav {
  padding-bottom: 0em;
}
/* line 359, ../__SASS/_MODULE__content.scss */
.lt-ie8 .btn-nav .arr .arr-right {
  top: -1em;
}

/* line 369, ../__SASS/_MODULE__content.scss */
.image-wrapper-50-float + .simple-text ul {
  display: table;
}

/* line 373, ../__SASS/_MODULE__content.scss */
.option-teaser {
  margin-top: 0.75em;
  margin-bottom: 1.35em;
}

/* line 378, ../__SASS/_MODULE__content.scss */
.option-teaser h2 {
  display: none;
}

/* line 382, ../__SASS/_MODULE__content.scss */
.option-teaser .wrapper .prefix-symbol {
  width: 24px;
  background-color: #28841a;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 1.5em;
  padding: 6px;
}

/* line 392, ../__SASS/_MODULE__content.scss */
.option-teaser .wrapper .header {
  background-color: #333;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 1.2em;
  vertical-align: middle;
  text-align: center;
}

/* rect(45px, 19px, 164px, 138px) */
/* line 403, ../__SASS/_MODULE__content.scss */
.option-teaser .wrapper .body {
  background-image: url("img-steptask/step-task-bg-shade.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  color: #fff;
  background-color: #116fa3;
}

/* line 411, ../__SASS/_MODULE__content.scss */
.option-teaser .wrapper .body h3 {
  /* text-transform:uppercase; */
  display: block;
  color: #fff;
  font-size: 1.1em;
  margin: 0 0 0.2em 0;
}

/* line 419, ../__SASS/_MODULE__content.scss */
.option-teaser .wrapper .body h3 a {
  color: #fff;
}

/* line 423, ../__SASS/_MODULE__content.scss */
.option-teaser .wrapper .body h3 span {
  display: none;
}

/* Layout options - ie8+, opensrc */
/* line 429, ../__SASS/_MODULE__content.scss */
.edge-ua .option-teaser .wrapper,
.eq-ie8 .option-teaser .wrapper {
  display: table;
  width: 100%;
  border-collapse: 0;
  position: relative;
  min-height: 85px;
}

/* line 438, ../__SASS/_MODULE__content.scss */
.edge-ua .option-teaser .wrapper .prefix-symbol,
.eq-ie8 .option-teaser .wrapper .prefix-symbol {
  display: table-cell;
  padding: 6px;
  width: 24px;
  position: relative;
}

/* line 446, ../__SASS/_MODULE__content.scss */
.edge-ua .option-teaser .wrapper .header,
.eq-ie8 .option-teaser .wrapper .header {
  display: table-cell;
  padding: 6px;
  width: 30%;
  position: relative;
}

/* line 454, ../__SASS/_MODULE__content.scss */
.edge-ua .option-teaser .wrapper .body,
.eq-ie8 .option-teaser .wrapper .body {
  display: table-cell;
  padding: 6px;
}

/* line 460, ../__SASS/_MODULE__content.scss */
.edge-ua .option-teaser .wrapper .link,
.eq-ie8 .option-teaser .wrapper .link {
  display: table-cell;
  width: 36px;
}

/* line 465, ../__SASS/_MODULE__content.scss */
.option-teaser .wrapper .link {
  background-color: #054f79;
  text-align: center;
  vertical-align: middle;
  position: relative;
  height: 100%;
  cursor: pointer;
}

/* line 474, ../__SASS/_MODULE__content.scss */
html.js .option-teaser .wrapper .link:hover {
  background-color: #333;
}

/* line 478, ../__SASS/_MODULE__content.scss */
.option-teaser .wrapper .link a {
  color: #fff;
  font-weight: bold;
  font-size: 1.5em;
}

/* display:block; position:absolute; width:100%; height:100%; top:0; left:0; background-color:#999; border:1px solid #f00; */
/* line 485, ../__SASS/_MODULE__content.scss */
html.js.edge-ua.no-touch .option-teaser .wrapper {
  cursor: pointer;
}

/* line 489, ../__SASS/_MODULE__content.scss */
html.js.edge-ua.no-touch .option-teaser .wrapper:hover .body {
  background-color: #054f79;
}

/* Layout options - ie7 */
/* line 494, ../__SASS/_MODULE__content.scss */
.eq-ie7 .option-teaser .wrapper {
  width: 100%;
}

/* line 498, ../__SASS/_MODULE__content.scss */
.eq-ie7 .option-teaser .wrapper .header {
  padding: 6px;
  width: 30%;
}

/* .eq-ie7 .option-teaser .wrapper .header .set-height { } */
/* line 504, ../__SASS/_MODULE__content.scss */
.eq-ie7 .option-teaser .wrapper .body {
  padding: 6px;
}

/* .eq-ie7 .option-teaser .wrapper .body .shim	{ padding:6px; } */
/* line 509, ../__SASS/_MODULE__content.scss */
.eq-ie7 .option-teaser .wrapper .link {
  width: 36px;
  background-color: #054f79;
  text-align: center;
  vertical-align: middle;
  position: relative;
}

@media screen and (max-width: 480px) and (orientation: portrait) {
  /* line 518, ../__SASS/_MODULE__content.scss */
  .edge-ua .option-teaser .wrapper .header {
    display: none;
  }

  /* line 522, ../__SASS/_MODULE__content.scss */
  .edge-ua .option-teaser .wrapper .header .icon {
    display: none;
  }
}
/* Utility classes */
/* line 527, ../__SASS/_MODULE__content.scss */
.invisible-img {
  position: absolute !important;
  left: -9999em;
  font-size: inherit;
}

/* Put the image off the screen, to the left, font-size:inherit fixes problem in Chrome for images placed off screen */
/* line 534, ../__SASS/_MODULE__content.scss */
.eq-ie7 .invisible-img {
  display: none;
}

/* IE utility classes */
/* line 539, ../__SASS/_MODULE__content.scss */
.lte-ie8 .ie7-clear {
  clear: both;
  height: 0;
  float: none;
  font-size: 0;
  line-height: 0;
}

/* -------------------------------------- *\
	Zero px grid
	The grid elements are reduced to zero px padding and margin
	It overrides the output from SASS
\* -------------------------------------- */
/* line 10, ../__SASS/_MODULE__zero-grid.scss */
.grid-zero {
  padding: 0;
}
/* line 13, ../__SASS/_MODULE__zero-grid.scss */
.grid-zero .grid-5, .grid-zero .mobile-grid-5, .grid-zero .tablet-grid-5, .grid-zero .grid-10, .grid-zero .mobile-grid-10, .grid-zero .tablet-grid-10, .grid-zero .grid-15, .grid-zero .mobile-grid-15, .grid-zero .tablet-grid-15, .grid-zero .grid-20, .grid-zero .mobile-grid-20, .grid-zero .tablet-grid-20, .grid-zero .grid-25, .grid-zero .mobile-grid-25, .grid-zero .tablet-grid-25, .grid-zero .grid-30, .grid-zero .mobile-grid-30, .grid-zero .tablet-grid-30, .grid-zero .grid-35, .grid-zero .mobile-grid-35, .grid-zero .tablet-grid-35, .grid-zero .grid-40, .grid-zero .mobile-grid-40, .grid-zero .tablet-grid-40, .grid-zero .grid-45, .grid-zero .mobile-grid-45, .grid-zero .tablet-grid-45, .grid-zero .grid-50, .grid-zero .mobile-grid-50, .grid-zero .tablet-grid-50, .grid-zero .grid-55, .grid-zero .mobile-grid-55, .grid-zero .tablet-grid-55, .grid-zero .grid-60, .grid-zero .mobile-grid-60, .grid-zero .tablet-grid-60, .grid-zero .grid-65, .grid-zero .mobile-grid-65, .grid-zero .tablet-grid-65, .grid-zero .grid-70, .grid-zero .mobile-grid-70, .grid-zero .tablet-grid-70, .grid-zero .grid-75, .grid-zero .mobile-grid-75, .grid-zero .tablet-grid-75, .grid-zero .grid-80, .grid-zero .mobile-grid-80, .grid-zero .tablet-grid-80, .grid-zero .grid-85, .grid-zero .mobile-grid-85, .grid-zero .tablet-grid-85, .grid-zero .grid-90, .grid-zero .mobile-grid-90, .grid-zero .tablet-grid-90, .grid-zero .grid-95, .grid-zero .mobile-grid-95, .grid-zero .tablet-grid-95, .grid-zero .grid-100, .grid-zero .mobile-grid-100, .grid-zero .tablet-grid-100, .grid-zero .grid-33, .grid-zero .mobile-grid-33, .grid-zero .tablet-grid-33, .grid-zero .grid-66, .grid-zero .mobile-grid-66, .grid-zero .tablet-grid-66, .grid-zero .grid-6col, .grid-zero .mobile-grid-6col, .grid-zero .tablet-grid-6col, .grid-zero .grid-7col, .grid-zero .mobile-grid-7col, .grid-zero .tablet-grid-7col, .grid-zero .grid-8col, .grid-zero .mobile-grid-8col, .grid-zero .tablet-grid-8col, .grid-zero .grid-9col, .grid-zero .mobile-grid-9col, .grid-zero .tablet-grid-9col {
  padding-left: 0px;
  padding-right: 0px;
  /* <IE7> */
  *padding-left: 0;
  *padding-right: 0;
  /* </IE7> */
}
/* line 22, ../__SASS/_MODULE__zero-grid.scss */
.grid-zero .grid-5 > section, .grid-zero .mobile-grid-5 > section, .grid-zero .tablet-grid-5 > section, .grid-zero .grid-10 > section, .grid-zero .mobile-grid-10 > section, .grid-zero .tablet-grid-10 > section, .grid-zero .grid-15 > section, .grid-zero .mobile-grid-15 > section, .grid-zero .tablet-grid-15 > section, .grid-zero .grid-20 > section, .grid-zero .mobile-grid-20 > section, .grid-zero .tablet-grid-20 > section, .grid-zero .grid-25 > section, .grid-zero .mobile-grid-25 > section, .grid-zero .tablet-grid-25 > section, .grid-zero .grid-30 > section, .grid-zero .mobile-grid-30 > section, .grid-zero .tablet-grid-30 > section, .grid-zero .grid-35 > section, .grid-zero .mobile-grid-35 > section, .grid-zero .tablet-grid-35 > section, .grid-zero .grid-40 > section, .grid-zero .mobile-grid-40 > section, .grid-zero .tablet-grid-40 > section, .grid-zero .grid-45 > section, .grid-zero .mobile-grid-45 > section, .grid-zero .tablet-grid-45 > section, .grid-zero .grid-50 > section, .grid-zero .mobile-grid-50 > section, .grid-zero .tablet-grid-50 > section, .grid-zero .grid-55 > section, .grid-zero .mobile-grid-55 > section, .grid-zero .tablet-grid-55 > section, .grid-zero .grid-60 > section, .grid-zero .mobile-grid-60 > section, .grid-zero .tablet-grid-60 > section, .grid-zero .grid-65 > section, .grid-zero .mobile-grid-65 > section, .grid-zero .tablet-grid-65 > section, .grid-zero .grid-70 > section, .grid-zero .mobile-grid-70 > section, .grid-zero .tablet-grid-70 > section, .grid-zero .grid-75 > section, .grid-zero .mobile-grid-75 > section, .grid-zero .tablet-grid-75 > section, .grid-zero .grid-80 > section, .grid-zero .mobile-grid-80 > section, .grid-zero .tablet-grid-80 > section, .grid-zero .grid-85 > section, .grid-zero .mobile-grid-85 > section, .grid-zero .tablet-grid-85 > section, .grid-zero .grid-90 > section, .grid-zero .mobile-grid-90 > section, .grid-zero .tablet-grid-90 > section, .grid-zero .grid-95 > section, .grid-zero .mobile-grid-95 > section, .grid-zero .tablet-grid-95 > section, .grid-zero .grid-100 > section, .grid-zero .mobile-grid-100 > section, .grid-zero .tablet-grid-100 > section, .grid-zero .grid-33 > section, .grid-zero .mobile-grid-33 > section, .grid-zero .tablet-grid-33 > section, .grid-zero .grid-66 > section, .grid-zero .mobile-grid-66 > section, .grid-zero .tablet-grid-66 > section, .grid-zero .grid-6col > section, .grid-zero .mobile-grid-6col > section, .grid-zero .tablet-grid-6col > section, .grid-zero .grid-7col > section, .grid-zero .mobile-grid-7col > section, .grid-zero .tablet-grid-7col > section, .grid-zero .grid-8col > section, .grid-zero .mobile-grid-8col > section, .grid-zero .tablet-grid-8col > section, .grid-zero .grid-9col > section, .grid-zero .mobile-grid-9col > section, .grid-zero .tablet-grid-9col > section {
  position: relative;
  /* <IE7> */
  *margin-left: 0;
  *margin-right: 0;
  /* </IE7> */
}

/* line 35, ../__SASS/_MODULE__zero-grid.scss */
.lt-ie8 .grid-zero .grid-5 > *, .lt-ie8 .grid-zero .mobile-grid-5 > *, .lt-ie8 .grid-zero .tablet-grid-5 > *, .lt-ie8 .grid-zero .grid-10 > *, .lt-ie8 .grid-zero .mobile-grid-10 > *, .lt-ie8 .grid-zero .tablet-grid-10 > *, .lt-ie8 .grid-zero .grid-15 > *, .lt-ie8 .grid-zero .mobile-grid-15 > *, .lt-ie8 .grid-zero .tablet-grid-15 > *, .lt-ie8 .grid-zero .grid-20 > *, .lt-ie8 .grid-zero .mobile-grid-20 > *, .lt-ie8 .grid-zero .tablet-grid-20 > *, .lt-ie8 .grid-zero .grid-25 > *, .lt-ie8 .grid-zero .mobile-grid-25 > *, .lt-ie8 .grid-zero .tablet-grid-25 > *, .lt-ie8 .grid-zero .grid-30 > *, .lt-ie8 .grid-zero .mobile-grid-30 > *, .lt-ie8 .grid-zero .tablet-grid-30 > *, .lt-ie8 .grid-zero .grid-35 > *, .lt-ie8 .grid-zero .mobile-grid-35 > *, .lt-ie8 .grid-zero .tablet-grid-35 > *, .lt-ie8 .grid-zero .grid-40 > *, .lt-ie8 .grid-zero .mobile-grid-40 > *, .lt-ie8 .grid-zero .tablet-grid-40 > *, .lt-ie8 .grid-zero .grid-45 > *, .lt-ie8 .grid-zero .mobile-grid-45 > *, .lt-ie8 .grid-zero .tablet-grid-45 > *, .lt-ie8 .grid-zero .grid-50 > *, .lt-ie8 .grid-zero .mobile-grid-50 > *, .lt-ie8 .grid-zero .tablet-grid-50 > *, .lt-ie8 .grid-zero .grid-55 > *, .lt-ie8 .grid-zero .mobile-grid-55 > *, .lt-ie8 .grid-zero .tablet-grid-55 > *, .lt-ie8 .grid-zero .grid-60 > *, .lt-ie8 .grid-zero .mobile-grid-60 > *, .lt-ie8 .grid-zero .tablet-grid-60 > *, .lt-ie8 .grid-zero .grid-65 > *, .lt-ie8 .grid-zero .mobile-grid-65 > *, .lt-ie8 .grid-zero .tablet-grid-65 > *, .lt-ie8 .grid-zero .grid-70 > *, .lt-ie8 .grid-zero .mobile-grid-70 > *, .lt-ie8 .grid-zero .tablet-grid-70 > *, .lt-ie8 .grid-zero .grid-75 > *, .lt-ie8 .grid-zero .mobile-grid-75 > *, .lt-ie8 .grid-zero .tablet-grid-75 > *, .lt-ie8 .grid-zero .grid-80 > *, .lt-ie8 .grid-zero .mobile-grid-80 > *, .lt-ie8 .grid-zero .tablet-grid-80 > *, .lt-ie8 .grid-zero .grid-85 > *, .lt-ie8 .grid-zero .mobile-grid-85 > *, .lt-ie8 .grid-zero .tablet-grid-85 > *, .lt-ie8 .grid-zero .grid-90 > *, .lt-ie8 .grid-zero .mobile-grid-90 > *, .lt-ie8 .grid-zero .tablet-grid-90 > *, .lt-ie8 .grid-zero .grid-95 > *, .lt-ie8 .grid-zero .mobile-grid-95 > *, .lt-ie8 .grid-zero .tablet-grid-95 > *, .lt-ie8 .grid-zero .grid-100 > *, .lt-ie8 .grid-zero .mobile-grid-100 > *, .lt-ie8 .grid-zero .tablet-grid-100 > *, .lt-ie8 .grid-zero .grid-33 > *, .lt-ie8 .grid-zero .mobile-grid-33 > *, .lt-ie8 .grid-zero .tablet-grid-33 > *, .lt-ie8 .grid-zero .grid-66 > *, .lt-ie8 .grid-zero .mobile-grid-66 > *, .lt-ie8 .grid-zero .tablet-grid-66 > *, .lt-ie8 .grid-zero .grid-6col > *, .lt-ie8 .grid-zero .mobile-grid-6col > *, .lt-ie8 .grid-zero .tablet-grid-6col > *, .lt-ie8 .grid-zero .grid-7col > *, .lt-ie8 .grid-zero .mobile-grid-7col > *, .lt-ie8 .grid-zero .tablet-grid-7col > *, .lt-ie8 .grid-zero .grid-8col > *, .lt-ie8 .grid-zero .mobile-grid-8col > *, .lt-ie8 .grid-zero .tablet-grid-8col > *, .lt-ie8 .grid-zero .grid-9col > *, .lt-ie8 .grid-zero .mobile-grid-9col > *, .lt-ie8 .grid-zero .tablet-grid-9col > * {
  position: relative;
  /* <IE7> */
  *margin-left: 0;
  *margin-right: 0;
  /* </IE7> */
}

/* line 3, ../__SASS/_MODULE__breadcrumbs.scss */
#breadcrumbs {
  background-color: #126fa4;
  color: #fff;
  font-size: 1em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  position: relative;
  z-index: 1;
}

/* line 6, ../__SASS/_MODULE__breadcrumbs.scss */
#breadcrumbs a {
  color: #fff;
}
/* line 7, ../__SASS/_MODULE__breadcrumbs.scss */
#breadcrumbs a:hover {
  text-decoration: underline;
}

/* line 12, ../__SASS/_MODULE__breadcrumbs.scss */
#breadcrumbs .icon-home {
  font-size: 1.4em;
}

/* line 14, ../__SASS/_MODULE__breadcrumbs.scss */
.breadcrumbs-home span {
  display: inline-block;
  height: 0px;
  width: 0px;
  text-indent: -9999px;
}

/* line 16, ../__SASS/_MODULE__breadcrumbs.scss */
.landing-page-title {
  float: left;
  font-size: 1.7em;
  font-weight: 400;
  position: relative;
  top: -5px;
  padding-left: 10px;
  margin: 0;
  padding-top: 0;
}

/* line 18, ../__SASS/_MODULE__breadcrumbs.scss */
.trail {
  display: table;
  width: 100%;
}

/* line 20, ../__SASS/_MODULE__breadcrumbs.scss */
.trail-home {
  display: table-cell;
  padding-right: 10px;
  width: 15px;
}

/* line 22, ../__SASS/_MODULE__breadcrumbs.scss */
.trail-links {
  display: table-cell;
}

/* line 24, ../__SASS/_MODULE__breadcrumbs.scss */
.lt-ie8 .trail {
  padding-top: 5px;
}

/* line 27, ../__SASS/_MODULE__breadcrumbs.scss */
.lt-ie8 .trail-home {
  display: inline;
  float: left;
  height: 15px;
}

/* line 29, ../__SASS/_MODULE__breadcrumbs.scss */
.lt-ie8 .trail-links {
  display: inline;
  float: left;
}

/* line 32, ../__SASS/_MODULE__breadcrumbs.scss */
.lt-ie8 #breadcrumbs {
  padding-bottom: 10px;
}

/* line 34, ../__SASS/_MODULE__breadcrumbs.scss */
.lt-ie8 .valigh-fix {
  height: 100%;
  width: 1px;
  margin-left: -1px;
}

/* line 36, ../__SASS/_MODULE__breadcrumbs.scss */
.lt-ie8 .valigh-fix, .lt-ie8 .trail-home, .lt-ie8 .trail-links {
  display: inline;
}

/* line 39, ../__SASS/_MODULE__breadcrumbs.scss */
.skip-link {
  color: #333;
  font-size: 0.9em;
  font-family: Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 480px) {
  /* line 51, ../__SASS/_MODULE__breadcrumbs.scss */
  #breadcrumbs {
    background-color: #fff;
    color: #3b3b3b;
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 0.25em;
  }

  /* line 53, ../__SASS/_MODULE__breadcrumbs.scss */
  #breadcrumbs a {
    color: #3b3b3b;
  }

  /* line 55, ../__SASS/_MODULE__breadcrumbs.scss */
  .landing-page-title {
    display: none;
  }

  /* line 57, ../__SASS/_MODULE__breadcrumbs.scss */
  #breadcrumbs .icon-home {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 481px) and (max-width: 959px) {
  /* line 64, ../__SASS/_MODULE__breadcrumbs.scss */
  #breadcrumbs {
    background-color: #126fa4;
    color: #fff;
    font-size: 1.1em;
    padding-top: 17px;
    padding-bottom: 17px;
    margin-bottom: 0.25em;
  }

  /* line 66, ../__SASS/_MODULE__breadcrumbs.scss */
  #breadcrumbs a {
    color: #fff;
    text-decoration: none;
  }

  /* line 68, ../__SASS/_MODULE__breadcrumbs.scss */
  #breacrumbs .icon-home {
    padding-right: 5px;
  }

  /* line 70, ../__SASS/_MODULE__breadcrumbs.scss */
  .breadcrumbs-home span {
    display: inline-block;
    height: 0px;
    width: 0px;
    text-indent: -9999px;
  }

  /* line 72, ../__SASS/_MODULE__breadcrumbs.scss */
  .landing-page-title {
    font-size: 23px;
    line-height: 23px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
  }
}
@media screen and (min-width: 960px) {
  /* line 78, ../__SASS/_MODULE__breadcrumbs.scss */
  #breadcrumbs {
    min-height: 32px;
  }

  /* line 80, ../__SASS/_MODULE__breadcrumbs.scss */
  .landing-page-title {
    margin-top: 2px;
  }

  /* line 82, ../__SASS/_MODULE__breadcrumbs.scss */
  .trail {
    margin-top: 5px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 89, ../__SASS/_MODULE__breadcrumbs.scss */
  #breadcrumbs {
    min-height: 32px;
  }

  /* line 91, ../__SASS/_MODULE__breadcrumbs.scss */
  .landing-page-title {
    margin-top: 2px;
  }

  /* line 93, ../__SASS/_MODULE__breadcrumbs.scss */
  .trail {
    margin-top: 5px;
  }
}
/* line 1, ../__SASS/_MODULE__footable.scss */
.footable > thead > tr > th, .footable > thead > tr > td {
  position: relative;
}

/* line 5, ../__SASS/_MODULE__footable.scss */
.footable {
  border-spacing: 0;
  background-color: #f5f5f5;
  /* -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; */
}
/* line 16, ../__SASS/_MODULE__footable.scss */
.footable img.icon {
  width: 25px;
  height: 25px;
}

/* line 22, ../__SASS/_MODULE__footable.scss */
.full-screen .footable {
  width: 100%;
}

/* line 29, ../__SASS/_MODULE__footable.scss */
.footable.breakpoint > tbody > tr > td.expand .expand-cell {
  position: relative;
  padding-left: 3em;
}
/* line 32, ../__SASS/_MODULE__footable.scss */
.footable.breakpoint > tbody > tr > td.expand .expand-cell:before {
  content: " + ";
  font-size: 0.8em;
  font-family: FontAwesome;
  content: "\f078";
  background-color: #7f7f7f;
  color: #fff;
  display: block;
  position: absolute;
  left: 3px;
  top: 0.5em;
  padding: .5em;
}
/* line 44, ../__SASS/_MODULE__footable.scss */
.footable.breakpoint > tbody > tr > td.expand .expand-cell .ie7-expand {
  font-size: 0.8em;
  font-family: FontAwesome;
  position: absolute;
  left: 3px;
  top: 0.5em;
  padding: .5em;
  background-color: #7f7f7f;
  color: #fff;
}
/* line 54, ../__SASS/_MODULE__footable.scss */
.footable.breakpoint > tbody > tr > td.expand .expand-cell .ie7-close {
  ont-size: 0.8em;
  font-family: FontAwesome;
  position: absolute;
  left: 3px;
  top: 0.5em;
  padding: .5em;
  background-color: #064f7a;
  color: #fff;
}
/* line 64, ../__SASS/_MODULE__footable.scss */
.footable.breakpoint > tbody > tr > td.expand .expand-cell .ie7-expand {
  display: block;
}
/* line 67, ../__SASS/_MODULE__footable.scss */
.footable.breakpoint > tbody > tr > td.expand .expand-cell .ie7-close {
  display: none;
}

/* line 76, ../__SASS/_MODULE__footable.scss */
.footable.breakpoint > tbody > tr:hover td.expand .expand-cell:before, .footable.breakpoint > tbody > tr:hover td.expand .expand-cell .ie7-before {
  background-color: #333;
}

/* line 82, ../__SASS/_MODULE__footable.scss */
.footable.breakpoint > tbody > tr.footable-detail-show > td.expand .expand-cell {
  position: relative;
}
/* line 85, ../__SASS/_MODULE__footable.scss */
.footable.breakpoint > tbody > tr.footable-detail-show > td.expand .expand-cell:before {
  content: " + ";
  font-size: 0.8em;
  font-family: FontAwesome;
  content: "\f077";
  background-color: #064f7a;
  color: #fff;
  display: block;
  position: absolute;
  left: 3px;
  top: 0.5em;
  padding: .5em;
}
/* line 97, ../__SASS/_MODULE__footable.scss */
.footable.breakpoint > tbody > tr.footable-detail-show > td.expand .expand-cell .ie7-expand {
  font-size: 0.8em;
  display: none;
}
/* line 101, ../__SASS/_MODULE__footable.scss */
.footable.breakpoint > tbody > tr.footable-detail-show > td.expand .expand-cell .ie7-close {
  font-size: 0.8em;
  display: block;
}
/* line 106, ../__SASS/_MODULE__footable.scss */
.footable.breakpoint > tbody > tr.footable-detail-show > td.expand .expand-cell .ico-collapse {
  display: inline-block;
}

/* line 109, ../__SASS/_MODULE__footable.scss */
.footable.breakpoint > tbody > tr.footable-row-detail {
  background: #ddd;
}

/* line 113, ../__SASS/_MODULE__footable.scss */
.footable > tbody > tr:hover {
  background: #fff;
}

/* line 117, ../__SASS/_MODULE__footable.scss */
.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
  cursor: pointer;
}

/* line 121, ../__SASS/_MODULE__footable.scss */
.footable > tbody > tr > td, .footable > thead > tr > th {
  padding: 10px;
  text-align: left;
}

/* line 130, ../__SASS/_MODULE__footable.scss */
.footable > thead > tr > th, .footable > thead > tr > td {
  background-color: #767676;
  padding: 10px 16px 10px 5px;
  color: #fff;
  font-weight: bold;
  /* background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
  background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: linear-gradient(to bottom, #ebf3fc, #dce9f9);
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  border-top: none;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  */
}

/* 
.footable > thead > tr > th:first-child, .footable > thead > tr > td:first-child {
	-moz-border-radius: 6px 0 0 0;
	-webkit-border-radius: 6px 0 0 0;
	border-radius: 6px 0 0 0;
}

.footable > thead > tr > th:last-child, .footable > thead > tr > td:last-child {
	-moz-border-radius: 0 6px 0 0;
	-webkit-border-radius: 0 6px 0 0;
	border-radius: 0 6px 0 0;
}

.footable > thead > tr > th:only-child, .footable > thead > tr > td:only-child {
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}

.footable > tbody > tr:last-child > td:first-child {
	-moz-border-radius: 0 0 0 6px;
	-webkit-border-radius: 0 0 0 6px;
	border-radius: 0 0 0 6px;
}

.footable > tbody > tr:last-child > td:last-child {
	-moz-border-radius: 0 0 6px 0;
	-webkit-border-radius: 0 0 6px 0;
	border-radius: 0 0 6px 0;
}
*/
/* line 180, ../__SASS/_MODULE__footable.scss */
.footable > tbody img {
  vertical-align: middle;
}

/* line 184, ../__SASS/_MODULE__footable.scss */
.footable > thead > tr > th div.expand-head {
  position: relative;
  text-align: left;
  display: block;
  padding-right: 20px;
}

/* line 192, ../__SASS/_MODULE__footable.scss */
.footable > thead > tr > th span.footable-sort-indicator {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  right: 0px;
  top: 0em;
  background: url("./img-footable/sorting_sprite.png") no-repeat top left;
}

/* line 202, ../__SASS/_MODULE__footable.scss */
.footable > thead > tr > th.footable-sortable:hover {
  cursor: pointer;
  background-color: #545454;
}

/* line 211, ../__SASS/_MODULE__footable.scss */
.footable > thead > tr > th.footable-sorted span.footable-sort-indicator {
  background-position: 0 -32px;
}

/* line 215, ../__SASS/_MODULE__footable.scss */
.footable > thead > tr > th.footable-sorted-desc span.footable-sort-indicator {
  background-position: 0 -16px;
}

/* line 221, ../__SASS/_MODULE__footable.scss */
.full-width .footable {
  width: 100%;
}
/* line 226, ../__SASS/_MODULE__footable.scss */
.full-width.wide-first-col table {
  table-layout: fixed;
  border-collapse: collapse;
}
/* line 229, ../__SASS/_MODULE__footable.scss */
.full-width.wide-first-col table .col-wide {
  width: 66%;
}
/* line 233, ../__SASS/_MODULE__footable.scss */
.full-width.wide-first-col table td + td {
  text-overflow: ellipsis;
  overflow: hidden;
}
/* line 242, ../__SASS/_MODULE__footable.scss */
.full-width.equal-col table {
  table-layout: fixed;
}
/* line 244, ../__SASS/_MODULE__footable.scss */
.full-width.equal-col table td {
  text-overflow: ellipsis;
  overflow: hidden;
}
/* line 249, ../__SASS/_MODULE__footable.scss */
.full-width.equal-col table td div.inner {
  width: 100%;
  overflow: hidden;
  border: solid 1px #000;
}
/* line 255, ../__SASS/_MODULE__footable.scss */
.full-width.equal-col.table-2-cols td {
  width: 50%;
}
/* line 258, ../__SASS/_MODULE__footable.scss */
.full-width.equal-col.table-3-cols td {
  width: 33.33333333%;
}
/* line 261, ../__SASS/_MODULE__footable.scss */
.full-width.equal-col.table-4-cols td {
  width: 25%;
}
/* line 264, ../__SASS/_MODULE__footable.scss */
.full-width.equal-col.table-5-cols td {
  width: 20%;
}
/* line 267, ../__SASS/_MODULE__footable.scss */
.full-width.equal-col.table-6-cols td {
  width: 16.6666666667%;
}
/* line 270, ../__SASS/_MODULE__footable.scss */
.full-width.equal-col.table-7-cols td {
  width: 14.2857142%;
}
/* line 273, ../__SASS/_MODULE__footable.scss */
.full-width.equal-col.table-8-cols td {
  width: 12.5%;
}
/* line 276, ../__SASS/_MODULE__footable.scss */
.full-width.equal-col.table-9-cols td {
  width: 11.1111111%;
}
/* line 279, ../__SASS/_MODULE__footable.scss */
.full-width.equal-col.table-10-cols td {
  width: 10%;
}

/* line 1, ../__SASS/_MODULE__pdf.scss */
.outer-container {
  margin-bottom: 2em;
}
/* line 4, ../__SASS/_MODULE__pdf.scss */
.outer-container a {
  vertical-align: middle;
  color: #333333;
}
/* line 8, ../__SASS/_MODULE__pdf.scss */
.outer-container .pdf-container {
  position: relative;
  vertical-align: middle;
  height: auto;
  margin-bottom: 20px;
}
/* line 14, ../__SASS/_MODULE__pdf.scss */
.outer-container .pdf-container .link {
  vertical-align: middle;
  width: auto;
  margin-left: 35px;
  margin-right: 100px;
}
/* line 21, ../__SASS/_MODULE__pdf.scss */
.outer-container .pdf-container .pdf-logo {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  float: left;
}
/* line 25, ../__SASS/_MODULE__pdf.scss */
.outer-container .pdf-container .pdf-logo img {
  heigh: 25px;
  width: auto;
}
/* line 33, ../__SASS/_MODULE__pdf.scss */
.outer-container .pdf-container .size {
  position: absolute;
  width: 100px;
  right: 0;
  top: 0;
  color: #999;
}
/* line 40, ../__SASS/_MODULE__pdf.scss */
.outer-container .pdf-container .size .wrap {
  padding: 0px;
  margin: 0;
  width: auto;
  right: 0;
  float: right;
}
/* line 48, ../__SASS/_MODULE__pdf.scss */
.outer-container .pdf-container .icon-info-sign.yellow {
  color: #FFBB00;
  margin-left: 5px;
  font-size: 1.2em;
  vertical-align: middle;
}

/* line 1, ../__SASS/_MODULE__link.scss */
.outer-container {
  margin-bottom: 2em;
}
/* line 3, ../__SASS/_MODULE__link.scss */
.outer-container a {
  vertical-align: middle;
  color: #333333;
}
/* line 8, ../__SASS/_MODULE__link.scss */
.outer-container .link-container {
  position: relative;
  vertical-align: middle;
  height: auto;
  margin-bottom: 20px;
}
/* line 14, ../__SASS/_MODULE__link.scss */
.outer-container .link-container .link {
  vertical-align: middle;
  width: auto;
  margin-left: 35px;
  margin-right: 100px;
}
/* line 22, ../__SASS/_MODULE__link.scss */
.outer-container .link-container .link-logo {
  vertical-align: middle;
  margin-right: 10px;
  float: left;
  font-size: 20px;
}
/* line 29, ../__SASS/_MODULE__link.scss */
.outer-container .link-container .new-window {
  position: absolute;
  width: 100px;
  right: 0;
  top: 0;
}
/* line 34, ../__SASS/_MODULE__link.scss */
.outer-container .link-container .new-window a {
  color: #999;
}
/* line 38, ../__SASS/_MODULE__link.scss */
.outer-container .link-container .new-window .wrap {
  padding: 0px;
  margin: 0;
  width: auto;
  right: 0;
  float: right;
}
/* line 46, ../__SASS/_MODULE__link.scss */
.outer-container .link-container .new-window .icon-external-link {
  font-size: 0.8em;
  margin-left: 5px;
  vertical-align: middle;
}

/* line 3, ../__SASS/_MODULE__responsive_image.scss */
.content-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: auto;
}
/* line 13, ../__SASS/_MODULE__responsive_image.scss */
.content-image.left {
  float: left;
}
/* line 16, ../__SASS/_MODULE__responsive_image.scss */
.content-image.right {
  float: right;
}
/* line 20, ../__SASS/_MODULE__responsive_image.scss */
.content-image.xsml {
  min-height: 10em;
}
/* line 23, ../__SASS/_MODULE__responsive_image.scss */
.content-image.sml {
  min-height: 12em;
}
/* line 26, ../__SASS/_MODULE__responsive_image.scss */
.content-image.med {
  min-height: 15em;
}
/* line 29, ../__SASS/_MODULE__responsive_image.scss */
.content-image.lg {
  min-height: 18em;
}
/* line 32, ../__SASS/_MODULE__responsive_image.scss */
.content-image.xlg {
  min-height: 24em;
}

/* line 2, ../__SASS/_MODULE__sitemap.scss */
.sitemap-title h2 {
  margin-top: 0.5em;
}

/* line 5, ../__SASS/_MODULE__sitemap.scss */
.sitemap-section {
  background: #767676;
  padding-top: 1.5em;
  margin: 0 1.25em 1.25em 1.25em;
  color: #fff;
}
/* line 11, ../__SASS/_MODULE__sitemap.scss */
.sitemap-section span.ico--star {
  background-image: url("img-mega-menu/star-icon.png");
  position: relatvive;
  margin-right: 5px;
  margin-top: 2px;
  float: left;
  width: 20px;
  height: 19px;
  display: inline-block;
}
/* line 12, ../__SASS/_MODULE__sitemap.scss */
.sitemap-section span.logo--dotdirect-mini {
  background-image: url("img-mega-menu/logo-mini.png");
  width: 96px;
  height: 14px;
  margin-top: 5px;
  display: inline-block;
}
/* line 15, ../__SASS/_MODULE__sitemap.scss */
.sitemap-section a {
  color: #fff;
}
/* line 16, ../__SASS/_MODULE__sitemap.scss */
.sitemap-section li.sitemap-item {
  margin: 0;
  position: relative;
}
/* line 18, ../__SASS/_MODULE__sitemap.scss */
.sitemap-section li.sitemap-item a {
  color: #fff;
}
/* line 20, ../__SASS/_MODULE__sitemap.scss */
.sitemap-section li.sitemap-item a .arrow {
  position: absolute;
  right: 4px;
  top: 4px;
}
/* line 26, ../__SASS/_MODULE__sitemap.scss */
.sitemap-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 29, ../__SASS/_MODULE__sitemap.scss */
.sitemap-section .clear {
  margin-bottom: 20px;
}
/* line 32, ../__SASS/_MODULE__sitemap.scss */
.sitemap-section .sitemap-summary {
  margin-bottom: 1.5em;
  min-height: 165px;
}
/* line 38, ../__SASS/_MODULE__sitemap.scss */
.sitemap-section .sitemap-links {
  background-color: #fff;
  padding-top: 10px;
  padding-left: 0px;
  padding-right: 0px;
}
/* line 43, ../__SASS/_MODULE__sitemap.scss */
.sitemap-section .sitemap-links .body {
  padding: 0px 10% 20px 10%;
}
/* line 45, ../__SASS/_MODULE__sitemap.scss */
.sitemap-section .sitemap-links .body li {
  position: relative;
  padding-left: 2.25em;
  padding-top: 0.5em;
}
/* line 47, ../__SASS/_MODULE__sitemap.scss */
.sitemap-section .sitemap-links .body li .fixed-ico-left {
  color: #444;
  display: block;
  position: absolute;
  width: 2em;
  top: 0.55em;
  left: 15px;
}
/* line 50, ../__SASS/_MODULE__sitemap.scss */
.sitemap-section .sitemap-links .body li a {
  color: #444;
}
/* line 54, ../__SASS/_MODULE__sitemap.scss */
.sitemap-section .sitemap-links .body ul {
  list-style: none;
}
/* line 59, ../__SASS/_MODULE__sitemap.scss */
.sitemap-section .sitemap-links .cell {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media screen and (max-width: 480px) {
  /* line 71, ../__SASS/_MODULE__sitemap.scss */
  .sitemap-section .sitemap-links .body {
    padding: 0px 30px 20px 0px;
  }
  /* line 72, ../__SASS/_MODULE__sitemap.scss */
  .sitemap-section .sitemap-links .body li {
    margin-left: 0;
  }
  /* line 78, ../__SASS/_MODULE__sitemap.scss */
  .sitemap-section .sitemap-links .sitemap-summary {
    min-height: 0px;
  }
}
@media screen and (max-width: 959px) {
  /* line 89, ../__SASS/_MODULE__sitemap.scss */
  .sitemap-section .sitemap-summary {
    min-height: 0;
  }
}
/* ------------------------ *\
	_MODULE__fullscreen.scss
\* ------------------------ */
/* line 6, ../__SASS/_MODULE__fullscreen.scss */
.large-font #body_fullscreen #header {
  padding-bottom: 1.5em;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 7, ../__SASS/_MODULE__fullscreen.scss */
#body_fullscreen #main {
  margin-top: 0;
  padding-top: 0;
}
/* line 9, ../__SASS/_MODULE__fullscreen.scss */
#body_fullscreen #main h1 {
  padding-top: 0.5em 0px;
}

/* ------------------------ *\

	_MODULE__homelayout.scss
	
	Classes for homepage

\* ------------------------ */
/* line 12, ../__SASS/_MODULE__homelayout.scss */
#body_home {
  /************************************\
  
  	TEASERS
  
  \************************************/
}
/* line 14, ../__SASS/_MODULE__homelayout.scss */
#body_home #main {
  max-width: 980px;
  margin: 0px auto;
  padding-top: 30px;
}
/* line 26, ../__SASS/_MODULE__homelayout.scss */
#body_home .text-teaser {
  position: relative;
  background-color: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 14em;
  margin-bottom: 1.3em;
  margin-right: 10px;
}
/* line 37, ../__SASS/_MODULE__homelayout.scss */
#body_home .text-teaser img {
  display: none;
}
/* line 41, ../__SASS/_MODULE__homelayout.scss */
#body_home .text-teaser .body {
  position: absolute;
  height: 100%;
  width: 45%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  overflow: auto;
}
/* line 47, ../__SASS/_MODULE__homelayout.scss */
#body_home .text-teaser .body .caption {
  height: 100%;
  position: relative;
}
/* line 51, ../__SASS/_MODULE__homelayout.scss */
#body_home .text-teaser .body .caption .content {
  position: relative;
  padding: 0.5em;
  min-height: 80%;
}
/* line 59, ../__SASS/_MODULE__homelayout.scss */
#body_home .text-teaser .body .caption h3 {
  font-weight: 600;
}
/* line 65, ../__SASS/_MODULE__homelayout.scss */
#body_home .bg-image-teaser {
  color: #fff;
  		/* -webkit-background-size: contain;
    		-moz-background-size: contain;
    		-o-background-size: contain;
    		background-size: contain;
  		*/
  background-repeat: no-repeat;
  background-position: center;
  height: 11em;
  margin-bottom: 1.3em;
  padding-bottom: 3em;
  position: relative;
}
/* line 82, ../__SASS/_MODULE__homelayout.scss */
#body_home .bg-image-teaser img {
  display: none;
}
/* line 86, ../__SASS/_MODULE__homelayout.scss */
#body_home .bg-image-teaser.black {
  background-color: #181818;
}
/* line 89, ../__SASS/_MODULE__homelayout.scss */
#body_home .bg-image-teaser.purple {
  background-color: #6357a1;
}
/* line 92, ../__SASS/_MODULE__homelayout.scss */
#body_home .bg-image-teaser.green {
  background-color: #237B0E;
}
/* line 96, ../__SASS/_MODULE__homelayout.scss */
#body_home .bg-image-teaser.dot-blue {
  background-color: #1F6DB5;
}
/* line 99, ../__SASS/_MODULE__homelayout.scss */
#body_home .bg-image-teaser.mm-blue {
  background-color: #006699;
}
/* line 102, ../__SASS/_MODULE__homelayout.scss */
#body_home .bg-image-teaser.none {
  background-color: none;
}
/* line 105, ../__SASS/_MODULE__homelayout.scss */
#body_home .bg-image-teaser.orange {
  background-color: #B66406;
}
/* line 108, ../__SASS/_MODULE__homelayout.scss */
#body_home .bg-image-teaser.red {
  background-color: #BF3119;
}
/* line 111, ../__SASS/_MODULE__homelayout.scss */
#body_home .bg-image-teaser.slate {
  background-color: #333333;
}
/* line 114, ../__SASS/_MODULE__homelayout.scss */
#body_home .bg-image-teaser.teal {
  background-color: #0d6269;
}
/* line 118, ../__SASS/_MODULE__homelayout.scss */
#body_home .bg-image-teaser.white {
  background-color: #FFFFFF;
}
/* line 125, ../__SASS/_MODULE__homelayout.scss */
#body_home .image-teaser {
  color: #fff;
  		/* -webkit-background-size: cover;
    		-moz-background-size: cover;
    		-o-background-size: cover;
    		background-size: cover;
  		*/
  background-repeat: no-repeat;
  background-position: center;
  height: 11em;
  margin-bottom: 1.3em;
  padding-bottom: 3em;
  position: relative;
}
/* line 141, ../__SASS/_MODULE__homelayout.scss */
#body_home .image-teaser .teaser-table {
  height: 100%;
  width: 100%;
}
/* line 145, ../__SASS/_MODULE__homelayout.scss */
#body_home .image-teaser .teaser-table .teaser-cell {
  width: 100%;
  vertical-align: middle;
}
/* line 149, ../__SASS/_MODULE__homelayout.scss */
#body_home .image-teaser .teaser-table .teaser-cell img {
  max-width: 100%;
}
/* line 154, ../__SASS/_MODULE__homelayout.scss */
#body_home .image-teaser.black {
  background-color: #181818;
}
/* line 157, ../__SASS/_MODULE__homelayout.scss */
#body_home .image-teaser.purple {
  background-color: #6357a1;
}
/* line 160, ../__SASS/_MODULE__homelayout.scss */
#body_home .image-teaser.green {
  background-color: #237B0E;
}
/* line 164, ../__SASS/_MODULE__homelayout.scss */
#body_home .image-teaser.dot-blue {
  background-color: #1F6DB5;
}
/* line 167, ../__SASS/_MODULE__homelayout.scss */
#body_home .image-teaser.mm-blue {
  background-color: #006699;
}
/* line 170, ../__SASS/_MODULE__homelayout.scss */
#body_home .image-teaser.none {
  background-color: none;
}
/* line 173, ../__SASS/_MODULE__homelayout.scss */
#body_home .image-teaser.orange {
  background-color: #B66406;
}
/* line 176, ../__SASS/_MODULE__homelayout.scss */
#body_home .image-teaser.red {
  background-color: #BF3119;
}
/* line 179, ../__SASS/_MODULE__homelayout.scss */
#body_home .image-teaser.slate {
  background-color: #333333;
}
/* line 182, ../__SASS/_MODULE__homelayout.scss */
#body_home .image-teaser.teal {
  background-color: #0d6269;
}
/* line 186, ../__SASS/_MODULE__homelayout.scss */
#body_home .image-teaser.white {
  background-color: #FFFFFF;
}
/* line 194, ../__SASS/_MODULE__homelayout.scss */
#body_home .btn-learn-more {
  display: block;
  width: 100%;
  color: #fff;
  position: relative;
  position: absolute;
  bottom: 0;
}
/* line 77, ../__SASS/partials/_dot-system-vars.scss */
#body_home .btn-learn-more:hover {
  background-color: #333333;
  text-decoration: none;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -o-transition: background .3s;
  -ms-transition: background .3s;
  transition: background .3s;
}
/* line 85, ../__SASS/partials/_dot-system-vars.scss */
#body_home .btn-learn-more .text {
  display: inline-block;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
  padding-right: 2em;
  cursor: pointer;
  margin: 0 0 1px 0;
}
/* line 100, ../__SASS/partials/_dot-system-vars.scss */
#body_home .btn-learn-more .wrap {
  display: block;
  width: 2em;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 0.75em;
}
/* line 114, ../__SASS/partials/_dot-system-vars.scss */
#body_home .btn-learn-more .wrap .ico {
  display: block;
  padding-top: 0.75em;
  position: relative;
  top: 0.2em;
}
/* line 197, ../__SASS/_MODULE__homelayout.scss */
#body_home .btn-learn-more.black {
  display: block;
  background-color: black;
  width: 100%;
  color: #fff;
  position: relative;
  position: absolute;
  bottom: 0;
}
/* line 77, ../__SASS/partials/_dot-system-vars.scss */
#body_home .btn-learn-more.black:hover {
  background-color: #333333;
  text-decoration: none;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -o-transition: background .3s;
  -ms-transition: background .3s;
  transition: background .3s;
}
/* line 85, ../__SASS/partials/_dot-system-vars.scss */
#body_home .btn-learn-more.black .text {
  display: inline-block;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
  padding-right: 2em;
  cursor: pointer;
  margin: 0 0 1px 0;
}
/* line 100, ../__SASS/partials/_dot-system-vars.scss */
#body_home .btn-learn-more.black .wrap {
  display: block;
  width: 2em;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 0.75em;
}
/* line 114, ../__SASS/partials/_dot-system-vars.scss */
#body_home .btn-learn-more.black .wrap .ico {
  display: block;
  padding-top: 0.75em;
  position: relative;
  top: 0.2em;
}
/* line 200, ../__SASS/_MODULE__homelayout.scss */
#body_home .btn-learn-more.purple {
  display: block;
  background-color: #6357a1;
  width: 100%;
  color: #fff;
  position: relative;
  position: absolute;
  bottom: 0;
}
/* line 77, ../__SASS/partials/_dot-system-vars.scss */
#body_home .btn-learn-more.purple:hover {
  background-color: #574d8e;
  text-decoration: none;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -o-transition: background .3s;
  -ms-transition: background .3s;
  transition: background .3s;
}
/* line 85, ../__SASS/partials/_dot-system-vars.scss */
#body_home .btn-learn-more.purple .text {
  display: inline-block;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
  padding-right: 2em;
  cursor: pointer;
  margin: 0 0 1px 0;
}
/* line 100, ../__SASS/partials/_dot-system-vars.scss */
#body_home .btn-learn-more.purple .wrap {
  display: block;
  width: 2em;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 0.75em;
}
/* line 114, ../__SASS/partials/_dot-system-vars.scss */
#body_home .btn-learn-more.purple .wrap .ico {
  display: block;
  padding-top: 0.75em;
  position: relative;
  top: 0.2em;
}
/* line 203, ../__SASS/_MODULE__homelayout.scss */
#body_home .btn-learn-more.green {
  display: block;
  background-color: #237b0e;
  width: 100%;
  color: #fff;
  position: relative;
  position: absolute;
  bottom: 0;
}
/* line 77, ../__SASS/partials/_dot-system-vars.scss */
#body_home .btn-learn-more.green:hover {
  background-color: #1c590b;
  text-decoration: none;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -o-transition: background .3s;
  -ms-transition: background .3s;
  transition: background .3s;
}
/* line 85, ../__SASS/partials/_dot-system-vars.scss */
#body_home .btn-learn-more.green .text {
  display: inline-block;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
  padding-right: 2em;
  cursor: pointer;
  margin: 0 0 1px 0;
}
/* line 100, ../__SASS/partials/_dot-system-vars.scss */
#body_home .btn-learn-more.green .wrap {
  display: block;
  width: 2em;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 0.75em;
}
/* line 114, ../__SASS/partials/_dot-system-vars.scss */
#body_home .btn-learn-more.green .wrap .ico {
  display: block;
  padding-top: 0.75em;
  position: relative;
  top: 0.2em;
}
/* line 208, ../__SASS/_MODULE__homelayout.scss */
#body_home .btn-learn-more.dot-blue {
  display: block;
  background-color: #1f6db5;
  width: 100%;
  color: #fff;
  position: relative;
  position: absolute;
  bottom: 0;
}
/* line 77, ../__SASS/partials/_dot-system-vars.scss */
#body_home .btn-learn-more.dot-blue:hover {
  background-color: #165a7c;
  text-decoration: none;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -o-transition: background .3s;
  -ms-transition: background .3s;
  transition: background .3s;
}
/* line 85, ../__SASS/partials/_dot-system-vars.scss */
#body_home .btn-learn-more.dot-blue .text {
  display: inline-block;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
  padding-right: 2em;
  cursor: pointer;
  margin: 0 0 1px 0;
}
/* line 100, ../__SASS/partials/_dot-system-vars.scss */
#body_home .btn-learn-more.dot-blue .wrap {
  display: block;
  width: 2em;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 0.75em;
}
/* line 114, ../__SASS/partials/_dot-system-vars.scss */
#body_home .btn-learn-more.dot-blue .wrap .ico {
  display: block;
  padding-top: 0.75em;
  position: relative;
  top: 0.2em;
}
/* line 211, ../__SASS/_MODULE__homelayout.scss */
#body_home .btn-learn-more.mm-blue {
  display: block;
  background-color: #006699;
  width: 100%;
  color: #fff;
  position: relative;
  position: absolute;
  bottom: 0;
}
/* line 77, ../__SASS/partials/_dot-system-vars.scss */
#body_home .btn-learn-more.mm-blue:hover {
  background-color: #005272;
  text-decoration: none;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -o-transition: background .3s;
  -ms-transition: background .3s;
  transition: background .3s;
}
/* line 85, ../__SASS/partials/_dot-system-vars.scss */
#body_home .btn-learn-more.mm-blue .text {
  display: inline-block;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
  padding-right: 2em;
  cursor: pointer;
  margin: 0 0 1px 0;
}
/* line 100, ../__SASS/partials/_dot-system-vars.scss */
#body_home .btn-learn-more.mm-blue .wrap {
  display: block;
  width: 2em;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 0.75em;
}
/* line 114, ../__SASS/partials/_dot-system-vars.scss */
#body_home .btn-learn-more.mm-blue .wrap .ico {
  display: block;
  padding-top: 0.75em;
  position: relative;
  top: 0.2em;
}
/* line 214, ../__SASS/_MODULE__homelayout.scss */
#body_home .btn-learn-more.orange {
  display: block;
  background-color: #b66406;
  width: 100%;
  color: #fff;
  position: relative;
  position: absolute;
  bottom: 0;
}
/* line 77, ../__SASS/partials/_dot-system-vars.scss */
#body_home .btn-learn-more.orange:hover {
  background-color: #874606;
  text-decoration: none;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -o-transition: background .3s;
  -ms-transition: background .3s;
  transition: background .3s;
}
/* line 85, ../__SASS/partials/_dot-system-vars.scss */
#body_home .btn-learn-more.orange .text {
  display: inline-block;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
  padding-right: 2em;
  cursor: pointer;
  margin: 0 0 1px 0;
}
/* line 100, ../__SASS/partials/_dot-system-vars.scss */
#body_home .btn-learn-more.orange .wrap {
  display: block;
  width: 2em;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 0.75em;
}
/* line 114, ../__SASS/partials/_dot-system-vars.scss */
#body_home .btn-learn-more.orange .wrap .ico {
  display: block;
  padding-top: 0.75em;
  position: relative;
  top: 0.2em;
}
/* line 217, ../__SASS/_MODULE__homelayout.scss */
#body_home .btn-learn-more.red {
  display: block;
  background-color: #bf3119;
  width: 100%;
  color: #fff;
  position: relative;
  position: absolute;
  bottom: 0;
}
/* line 77, ../__SASS/partials/_dot-system-vars.scss */
#body_home .btn-learn-more.red:hover {
  background-color: #912314;
  text-decoration: none;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -o-transition: background .3s;
  -ms-transition: background .3s;
  transition: background .3s;
}
/* line 85, ../__SASS/partials/_dot-system-vars.scss */
#body_home .btn-learn-more.red .text {
  display: inline-block;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
  padding-right: 2em;
  cursor: pointer;
  margin: 0 0 1px 0;
}
/* line 100, ../__SASS/partials/_dot-system-vars.scss */
#body_home .btn-learn-more.red .wrap {
  display: block;
  width: 2em;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 0.75em;
}
/* line 114, ../__SASS/partials/_dot-system-vars.scss */
#body_home .btn-learn-more.red .wrap .ico {
  display: block;
  padding-top: 0.75em;
  position: relative;
  top: 0.2em;
}
/* line 220, ../__SASS/_MODULE__homelayout.scss */
#body_home .btn-learn-more.slate {
  display: block;
  background-color: #333333;
  width: 100%;
  color: #fff;
  position: relative;
  position: absolute;
  bottom: 0;
}
/* line 77, ../__SASS/partials/_dot-system-vars.scss */
#body_home .btn-learn-more.slate:hover {
  background-color: #020202;
  text-decoration: none;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -o-transition: background .3s;
  -ms-transition: background .3s;
  transition: background .3s;
}
/* line 85, ../__SASS/partials/_dot-system-vars.scss */
#body_home .btn-learn-more.slate .text {
  display: inline-block;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
  padding-right: 2em;
  cursor: pointer;
  margin: 0 0 1px 0;
}
/* line 100, ../__SASS/partials/_dot-system-vars.scss */
#body_home .btn-learn-more.slate .wrap {
  display: block;
  width: 2em;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 0.75em;
}
/* line 114, ../__SASS/partials/_dot-system-vars.scss */
#body_home .btn-learn-more.slate .wrap .ico {
  display: block;
  padding-top: 0.75em;
  position: relative;
  top: 0.2em;
}
/* line 223, ../__SASS/_MODULE__homelayout.scss */
#body_home .btn-learn-more.teal {
  display: block;
  background-color: #0d6269;
  width: 100%;
  color: #fff;
  position: relative;
  position: absolute;
  bottom: 0;
}
/* line 77, ../__SASS/partials/_dot-system-vars.scss */
#body_home .btn-learn-more.teal:hover {
  background-color: #0a494e;
  text-decoration: none;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -o-transition: background .3s;
  -ms-transition: background .3s;
  transition: background .3s;
}
/* line 85, ../__SASS/partials/_dot-system-vars.scss */
#body_home .btn-learn-more.teal .text {
  display: inline-block;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
  padding-right: 2em;
  cursor: pointer;
  margin: 0 0 1px 0;
}
/* line 100, ../__SASS/partials/_dot-system-vars.scss */
#body_home .btn-learn-more.teal .wrap {
  display: block;
  width: 2em;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 0.75em;
}
/* line 114, ../__SASS/partials/_dot-system-vars.scss */
#body_home .btn-learn-more.teal .wrap .ico {
  display: block;
  padding-top: 0.75em;
  position: relative;
  top: 0.2em;
}
/* line 228, ../__SASS/_MODULE__homelayout.scss */
#body_home .btn-learn-more.white {
  display: block;
  width: 100%;
  color: #fff;
  position: relative;
  position: absolute;
  bottom: 0;
}
/* line 77, ../__SASS/partials/_dot-system-vars.scss */
#body_home .btn-learn-more.white:hover {
  background-color: #eaeaea;
  text-decoration: none;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -o-transition: background .3s;
  -ms-transition: background .3s;
  transition: background .3s;
}
/* line 85, ../__SASS/partials/_dot-system-vars.scss */
#body_home .btn-learn-more.white .text {
  display: inline-block;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
  padding-right: 2em;
  cursor: pointer;
  margin: 0 0 1px 0;
}
/* line 100, ../__SASS/partials/_dot-system-vars.scss */
#body_home .btn-learn-more.white .wrap {
  display: block;
  width: 2em;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 0.75em;
}
/* line 114, ../__SASS/partials/_dot-system-vars.scss */
#body_home .btn-learn-more.white .wrap .ico {
  display: block;
  padding-top: 0.75em;
  position: relative;
  top: 0.2em;
}
/* line 232, ../__SASS/_MODULE__homelayout.scss */
#body_home .btn-learn-more.white .text, #body_home .btn-learn-more.white .ico {
  color: #555;
}
/* line 235, ../__SASS/_MODULE__homelayout.scss */
#body_home .btn-learn-more.white:hover .text, #body_home .btn-learn-more.white:hover .ico {
  color: #000;
}

@media screen and (max-width: 959px) {
  /* line 247, ../__SASS/_MODULE__homelayout.scss */
  #body_home #main {
    max-width: 520px !important;
    margin: 0 auto;
  }
  /* line 250, ../__SASS/_MODULE__homelayout.scss */
  #body_home #content {
    padding-right: 0;
  }
  /* line 255, ../__SASS/_MODULE__homelayout.scss */
  #body_home #side-col {
    padding: 0;
    width: 100%;
  }
  /* line 258, ../__SASS/_MODULE__homelayout.scss */
  #body_home #side-col .cell {
    padding: 0 10px 20px 10px !important;
  }
  /* line 261, ../__SASS/_MODULE__homelayout.scss */
  #body_home .text-teaser {
    margin-right: 0;
  }
}
@media screen and (min-width: 960px) {
  /* line 272, ../__SASS/_MODULE__homelayout.scss */
  #body_home #side-col {
    float: right !important;
  }
}
/* line 279, ../__SASS/_MODULE__homelayout.scss */
.lt-ie9 #body_home .text-teaser {
  background-position: right center;
}
/* line 282, ../__SASS/_MODULE__homelayout.scss */
.lt-ie9 #body_home #side-col {
  float: right !important;
}

/* line 290, ../__SASS/_MODULE__homelayout.scss */
.large-font #body_home .text-teaser {
  margin-right: 0px;
}
/* line 293, ../__SASS/_MODULE__homelayout.scss */
.large-font #body_home .image-teaser {
  width: 100%;
  height: auto;
  padding-bottom: 0px;
}
/* line 298, ../__SASS/_MODULE__homelayout.scss */
.large-font #body_home .image-teaser .teaser-table {
  display: block;
  float: left !important;
  width: 45%;
}
/* line 301, ../__SASS/_MODULE__homelayout.scss */
.large-font #body_home .image-teaser .btn-learn-more {
  width: 55%;
  right: 0;
  top: 0;
  height: 100%;
}
/* line 305, ../__SASS/_MODULE__homelayout.scss */
.large-font #body_home .image-teaser .btn-learn-more .text, .large-font #body_home .image-teaser .btn-learn-more .ico {
  padding-top: 3em;
}
/* line 312, ../__SASS/_MODULE__homelayout.scss */
.large-font #body_home .bg-image-teaser {
  height: 5em;
  background-position: left;
}
/* line 316, ../__SASS/_MODULE__homelayout.scss */
.large-font #body_home .bg-image-teaser .btn-learn-more {
  width: 55%;
  right: 0;
  top: 0;
  height: 100%;
}
/* line 320, ../__SASS/_MODULE__homelayout.scss */
.large-font #body_home .bg-image-teaser .btn-learn-more .text, .large-font #body_home .bg-image-teaser .btn-learn-more .ico {
  padding-top: 2.75em;
}

/* line 333, ../__SASS/_MODULE__homelayout.scss */
.lt-ie9 #body_home .text-teaser .body {
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#cc131313', endColorstr='#cc131313');
  /* IE */
}

/*	--------------------------------------	*\
	SLIDER DEFAULT STYLING
\*	--------------------------------------	*/
/* line 6, ../__SASS/_MODULE__slider.scss */
.royalSlider {
  width: 100%;
  height: 400px;
  position: relative;
  direction: ltr;
  z-index: 10;
  overflow: hidden;
  border-top: 4px solid #fff;
}

/* line 8, ../__SASS/_MODULE__slider.scss */
#body_landing .royalSlider {
  border-top-width: 0px;
}

/* line 11, ../__SASS/_MODULE__slider.scss */
.royalSlider > * {
  float: left;
}

/* line 13, ../__SASS/_MODULE__slider.scss */
.rsWebkit3d .rsSlide, .rsWebkit3d .rsContainer, .rsWebkit3d .rsThumbs, .rsWebkit3d .rsPreloader, .rsWebkit3d img, .rsWebkit3d .rsOverflow, .rsWebkit3d .rsBtnCenterer, .rsWebkit3d .rsAbsoluteEl, .rsWebkit3d .rsABlock, .rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden;
}

/* line 17, ../__SASS/_MODULE__slider.scss */
.rsFade.rsWebkit3d .rsSlide, .rsFade.rsWebkit3d img, .rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}

/* line 21, ../__SASS/_MODULE__slider.scss */
.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 0;
}

/* line 23, ../__SASS/_MODULE__slider.scss */
.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 25, ../__SASS/_MODULE__slider.scss */
.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 27, ../__SASS/_MODULE__slider.scss */
.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 29, ../__SASS/_MODULE__slider.scss */
.rsArrow {
  cursor: pointer;
}

/* line 31, ../__SASS/_MODULE__slider.scss */
.rsArrow, .rsNav {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

/* line 33, ../__SASS/_MODULE__slider.scss */
.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear;
}

/* line 35, ../__SASS/_MODULE__slider.scss */
.rsGCaption {
  width: 100%;
  float: left;
  text-align: left;
}

/* Fullscreen options, very important ^^ */
/* line 38, ../__SASS/_MODULE__slider.scss */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}

/* line 40, ../__SASS/_MODULE__slider.scss */
.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none;
}

/* line 42, ../__SASS/_MODULE__slider.scss */
.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

/* line 44, ../__SASS/_MODULE__slider.scss */
.royalSlider.rsAutoHeight, .rsAutoHeight .rsSlide {
  height: auto;
}

/* line 46, ../__SASS/_MODULE__slider.scss */
.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 48, ../__SASS/_MODULE__slider.scss */
.rsPreloader {
  position: absolute;
  z-index: 0;
}

/* line 50, ../__SASS/_MODULE__slider.scss */
.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
  position: relative;
}

/* line 52, ../__SASS/_MODULE__slider.scss */
.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  padding: 9px;
  border-radius: 12px;
  display: inline-block;
  background-color: #054f79;
  margin-right: 5px;
  color: #ffffff;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  cursor: pointer;
}

/* line 54, ../__SASS/_MODULE__slider.scss */
.rsNavSelected {
  color: #fff;
  background-color: black;
}

/* line 56, ../__SASS/_MODULE__slider.scss */
.royalSlider Img {
  max-width: none;
}

/* line 58, ../__SASS/_MODULE__slider.scss */
.grab-cursor {
  cursor: url(../js/img-slider/grab.png) 8 8, move;
}

/* line 60, ../__SASS/_MODULE__slider.scss */
.grabbing-cursor {
  cursor: url(../js/img-slider/grabbing.png) 8 8, move;
}

/* line 62, ../__SASS/_MODULE__slider.scss */
.rsNoDrag {
  cursor: auto;
}

/* line 64, ../__SASS/_MODULE__slider.scss */
.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif);
}

/* line 66, ../__SASS/_MODULE__slider.scss */
.toggleAutoPlayBtn {
  position: absolute;
  right: 0;
  bottom: 34px;
  right: 70px;
  z-index: 100;
}

/* line 68, ../__SASS/_MODULE__slider.scss */
.toggleAutoPlayBtn a {
  background: url(../js/img-slider/sprite.png) transparent;
  background-position: 0 56px;
  pointer-events: auto;
  display: block;
  width: 29px;
  height: 28px;
  text-indent: -9999px;
}

/* line 70, ../__SASS/_MODULE__slider.scss */
.toggleAutoPlayBtn a.active {
  background-position: 29px 56px;
}

/* line 72, ../__SASS/_MODULE__slider.scss */
#full-width-slider {
  width: 100%;
  max-height: 295px;
  color: #000;
}

/* line 74, ../__SASS/_MODULE__slider.scss */
.coloredBlock {
  padding: 12px;
  background: rgba(255, 0, 0, 0.6);
  color: #FFF;
  width: 200px;
  left: 20%;
  top: 5%;
}

/* line 76, ../__SASS/_MODULE__slider.scss */
.infoBlock {
  position: relative;
  top: 30px;
  right: 30px;
  max-width: 30%;
  left: 0;
  padding-bottom: 0;
  background: #006ec6;
  overflow: hidden;
  padding: 20px;
  z-index: 20;
}

/* line 78, ../__SASS/_MODULE__slider.scss */
.rsCaption p {
  font-size: 0.9em;
  margin-bottom: 7px;
}

/* line 80, ../__SASS/_MODULE__slider.scss */
.rsCaption h4, .item h4 {
  font-size: 1.2em;
}

/* line 82, ../__SASS/_MODULE__slider.scss */
.all-slide-captions .item p {
  min-height: 0em;
}

/* line 84, ../__SASS/_MODULE__slider.scss */
.rsCaption a {
  color: #fff !important;
}

/* line 86, ../__SASS/_MODULE__slider.scss */
.infoBlock h4 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px;
}

/* line 88, ../__SASS/_MODULE__slider.scss */
.infoBlock p {
  font-size: 14px;
  margin: 4px 0 0;
}

/* line 90, ../__SASS/_MODULE__slider.scss */
.infoBlock a {
  color: #FFF;
  text-decoration: underline;
}

/* line 92, ../__SASS/_MODULE__slider.scss */
.photosBy {
  position: absolute;
  line-height: 24px;
  font-size: 12px;
  background: #FFF;
  color: #000;
  padding: 0px 10px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  top: auto;
  border-radius: 2px;
  z-index: 25;
}

/* line 95, ../__SASS/_MODULE__slider.scss */
.photosBy a {
  color: #000;
}

/* line 97, ../__SASS/_MODULE__slider.scss */
.fullWidth {
  max-width: 1920px;
  margin: 0 auto 0px;
}

/* line 99, ../__SASS/_MODULE__slider.scss */
.block-holder {
  top: 30px;
  position: absolute;
  right: 30px;
  max-width: 30em;
  left: 0;
  padding-bottom: 0;
  background: #006ec6;
  overflow: hidden;
  padding: 20px;
  z-index: 20;
  color: #fff;
  text-align: left;
  overflow-y: auto;
}
/* line 103, ../__SASS/_MODULE__slider.scss */
.block-holder #btn-global-more {
  display: block !important;
}

/* line 106, ../__SASS/_MODULE__slider.scss */
#page-navigation {
  display: none;
}

/* line 108, ../__SASS/_MODULE__slider.scss */
#slider {
  position: relative;
}

/*	--------------------------------------	*\
	SLIDER SKIN MINIMAL
\*	--------------------------------------	*/
/* Background */
/* line 116, ../__SASS/_MODULE__slider.scss */
.rsMinW, .rsMinW .rsOverflow, .rsMinW .rsSlide, .rsMinW .rsVideoFrameHolder, .rsMinW .rsThumbs {
  background: #000;
  color: #FFF;
}

/* Arrows */
/* line 120, ../__SASS/_MODULE__slider.scss */
.rsArrow {
  height: 32px;
  width: 32px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}

/* line 122, ../__SASS/_MODULE__slider.scss */
.rsArrowLeft {
  right: 37px;
  bottom: 33px;
}

/* line 123, ../__SASS/_MODULE__slider.scss */
.rsArrowRight {
  right: 7px;
  bottom: 33px;
}

/* line 125, ../__SASS/_MODULE__slider.scss */
.rsArrowIcn {
  width: 29px;
  height: 28px;
  margin-top: 3px;
  margin-left: 3px;
  position: absolute;
  cursor: pointer;
  background: url(../js/img-slider/sprite.png) transparent;
  border-radius: 2px;
}

/* line 127, ../__SASS/_MODULE__slider.scss */
.rsArrowLeft .rsArrowIcn {
  background-position: 0px 0px;
}

/* line 128, ../__SASS/_MODULE__slider.scss */
.rsArrowRight .rsArrowIcn {
  background-position: 29px 0px;
}

/* line 130, ../__SASS/_MODULE__slider.scss */
.rsArrowDisabled .rsArrowIcn {
  opacity: .3 !important;
  filter: alpha(opacity=30);
  *display: none;
}

/* Bullets */
/* line 135, ../__SASS/_MODULE__slider.scss */
.rsBullets {
  position: relative;
  z-index: 35;
  padding-top: 4px;
  float: right;
  height: 25px;
  text-align: center;
  line-height: 6px;
  overflow: hidden;
}

/* line 137, ../__SASS/_MODULE__slider.scss */
.rsBullet {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 141, ../__SASS/_MODULE__slider.scss */
.rsBullet.rsNavSelected span {
  background: #FFF;
}

/* line 143, ../__SASS/_MODULE__slider.scss */
.caption-holder {
  position: absolute;
  top: 0;
  width: 1200px;
  left: 50%;
  z-index: 10;
  margin-left: -600px;
  min-height: 295px;
  text-align: left;
  z-index: 10;
  pointer-events: none;
  visibility: hidden;
}

/* line 145, ../__SASS/_MODULE__slider.scss */
.block-holder, .rsArrow {
  pointer-events: auto;
}

/* Preloader */
/* line 149, ../__SASS/_MODULE__slider.scss */
.rsMinW .rsPreloader {
  width: 20px;
  height: 20px;
  background: url(../js/img-slider/preloader-white.gif);
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

/* line 153, ../__SASS/_MODULE__slider.scss */
a.btn-read-more {
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -o-transition: background .3s;
  -ms-transition: background .3s;
  transition: background .3s;
  display: block;
  position: relative;
  background-color: #054f79;
  padding: 0.4em;
  float: left;
  text-decoration: none;
  float: left;
  font-size: 0.9em;
  margin-top: 5px;
  display: none;
}

/* line 155, ../__SASS/_MODULE__slider.scss */
#btn-global-more {
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -o-transition: background .3s;
  -ms-transition: background .3s;
  transition: background .3s;
  position: relative;
  background-color: #054f79;
  padding: 0.4em;
  float: left;
  text-decoration: none;
  float: left;
  font-size: 0.9em;
  margin-top: 5px;
  color: #fff;
  display: none;
}

/* line 157, ../__SASS/_MODULE__slider.scss */
a:hover.btn-read-more, a:hover#btn-global-more {
  background-color: #083955;
}

/* line 159, ../__SASS/_MODULE__slider.scss */
a.btn-read-more .arrow, a#btn-global-more .arrow {
  margin-left: 5px;
  font-weight: bold;
}

/* properties for slider in body of page */
/* line 163, ../__SASS/_MODULE__slider.scss */
.body-slider .royalSlider.heroSlider, .body-slider .royalSlider.heroSlider .rsOverflow {
  height: 200px !important;
}

/* line 165, ../__SASS/_MODULE__slider.scss */
.body-slider .royalSlider .heroSlider img {
  height: 200px !important;
}

/* line 167, ../__SASS/_MODULE__slider.scss */
.body-slider .rsNav {
  display: none;
}

/* line 169, ../__SASS/_MODULE__slider.scss */
.body-slider .infoBlock h3 {
  font-size: 14px;
  line-height: 17px;
}

/* line 171, ../__SASS/_MODULE__slider.scss */
.body-slider .caption-holder {
  height: auto;
  min-height: 0;
  bottom: 0;
  width: 100%;
  position: relative;
  margin-left: 0;
  left: 0;
}

/* line 173, ../__SASS/_MODULE__slider.scss */
.lt-ie8 .body-slider .caption-holder {
  height: auto;
  min-height: auto;
  bottom: 0;
  width: 100%;
  position: relative;
  margin-left: 0;
  left: 0;
  margin-top: 0px;
}

/* line 175, ../__SASS/_MODULE__slider.scss */
.body-slider .rsArrow {
  bottom: 20;
}

/* line 177, ../__SASS/_MODULE__slider.scss */
.body-slider .rsArrowLeft .rsArrowIcn {
  background-position: 0px 84px;
  bottom: -5px;
}

/* line 179, ../__SASS/_MODULE__slider.scss */
.body-slider .rsArrowRight .rsArrowIcn {
  background-position: 29px 84px;
  bottom: -5px;
}

/* line 181, ../__SASS/_MODULE__slider.scss */
.body-slider .toggleAutoPlayBtn {
  bottom: 27px;
}

/* line 183, ../__SASS/_MODULE__slider.scss */
.body-slider .toggleAutoPlayBtn a {
  background-position: 0 28px;
}

/* line 185, ../__SASS/_MODULE__slider.scss */
.body-slider .toggleAutoPlayBtn a.active {
  background-position: 29px 28px;
}

/* line 187, ../__SASS/_MODULE__slider.scss */
.body-slider .caption-holder figure {
  margin-bottom: 0px !important;
}

/* line 189, ../__SASS/_MODULE__slider.scss */
.body-slider .infoBlock {
  position: relative;
  top: 0;
  clear: both;
  bottom: 0;
  padding: 10px;
  overflow: auto;
  margin-top: 0px;
  height: auto;
  width: 100%;
  max-width: 100%;
  font-size: 12px;
  border-top: 1px solid #fff;
}

/* line 191, ../__SASS/_MODULE__slider.scss */
.body-slider .caption-holder {
  background: #006ec6;
}

/* line 193, ../__SASS/_MODULE__slider.scss */
.body-slider .block-holder {
  top: 0px;
  position: relative;
  right: 30px;
  max-width: 100%;
  left: 0;
  padding-bottom: 0;
  background: #006ec6;
  overflow: hidden;
  overflow-y: auto;
  padding: 20px;
  z-index: 20;
  border-top: 1px solid #fff;
  text-align: left;
}

@media screen and (min-width: 960px) and (min-height: 660px) {
  /* line 198, ../__SASS/_MODULE__slider.scss */
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
    height: 295px !important;
  }
}
@media screen and (max-width: 480px) {
  /* mobile */
  /* line 207, ../__SASS/_MODULE__slider.scss */
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 200px !important;
  }

  /* line 209, ../__SASS/_MODULE__slider.scss */
  .royalSlider .heroSlider img {
    height: 200px !important;
  }

  /* line 211, ../__SASS/_MODULE__slider.scss */
  .rsNav {
    display: none;
  }

  /* line 213, ../__SASS/_MODULE__slider.scss */
  .infoBlock h3 {
    font-size: 14px;
    line-height: 17px;
  }

  /* line 215, ../__SASS/_MODULE__slider.scss */
  .caption-holder {
    height: auto;
    min-height: 0;
    bottom: 0;
    width: 100%;
    position: relative;
    margin-left: 0;
    left: 0;
    background-color: #006ec6;
  }

  /* line 217, ../__SASS/_MODULE__slider.scss */
  .rsArrow {
    bottom: 20;
  }

  /* line 219, ../__SASS/_MODULE__slider.scss */
  .rsArrowLeft {
    right: 37px;
    bottom: 20px;
  }

  /* line 220, ../__SASS/_MODULE__slider.scss */
  .rsArrowRight {
    right: 7px;
    bottom: 20px;
  }

  /* line 222, ../__SASS/_MODULE__slider.scss */
  .toggleAutoPlayBtn {
    bottom: 20px;
  }

  /* line 224, ../__SASS/_MODULE__slider.scss */
  .rsArrowLeft .rsArrowIcn {
    background-position: 0px 84px;
  }

  /* line 225, ../__SASS/_MODULE__slider.scss */
  .rsArrowRight .rsArrowIcn {
    background-position: 29px 84px;
  }

  /* line 227, ../__SASS/_MODULE__slider.scss */
  .toggleAutoPlayBtn a {
    background-position: 0 28px;
  }

  /* line 229, ../__SASS/_MODULE__slider.scss */
  .toggleAutoPlayBtn a.active {
    background-position: 29px 28px;
  }

  /* line 231, ../__SASS/_MODULE__slider.scss */
  .caption-holder figure {
    margin-bottom: 0px !important;
  }

  /* line 233, ../__SASS/_MODULE__slider.scss */
  .infoBlock {
    position: relative;
    top: 0;
    clear: both;
    bottom: 0;
    padding: 10px;
    overflow: auto;
    margin-top: 0px;
    height: auto;
    width: 100%;
    max-width: 100%;
    font-size: 12px;
    border-top: 1px solid #fff;
  }

  /* line 235, ../__SASS/_MODULE__slider.scss */
  .clear-mob {
    clear: both;
  }

  /* line 237, ../__SASS/_MODULE__slider.scss */
  .block-holder {
    top: 0px;
    position: relative;
    right: 30px;
    max-width: 100%;
    left: 0;
    padding-bottom: 0;
    background: #006ec6;
    overflow: hidden;
    padding: 20px;
    z-index: 20;
    border-top: 1px solid #fff;
    text-align: left;
  }

  /* line 240, ../__SASS/_MODULE__slider.scss */
  a.btn-read-more {
    position: absolute;
    bottom: 20px;
  }

  /* line 245, ../__SASS/_MODULE__slider.scss */
  .toggleAutoPlayBtn {
    bottom: 21px;
  }

  /* line 248, ../__SASS/_MODULE__slider.scss */
  .body-slider {
    /*&.small{
    	.block-holder { min-height:12em;}
    	.rsGCaption{ max-height: 10.1em;}
    }*/
  }
  /* line 249, ../__SASS/_MODULE__slider.scss */
  .body-slider a.btn-read-more {
    position: absolute;
    bottom: 15px;
  }
  /* line 250, ../__SASS/_MODULE__slider.scss */
  .body-slider .toggleAutoPlayBtn {
    bottom: 15px;
  }

  /*.home-slider{
  	.block-holder { min-height:15em;}
  	.rsGCaption{ max-height: 13em;}
  		
  	&.small{
  		.block-holder { min-height:12em;}
  		.rsGCaption{ max-height: 10.1em;}
  	}
  }*/
}
@media screen and (min-width: 481px) and (max-width: 959px) {
  /* tablet*/
  /* line 279, ../__SASS/_MODULE__slider.scss */
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 200px !important;
  }

  /* line 281, ../__SASS/_MODULE__slider.scss */
  .royalSlider .heroSlider img {
    height: 200px !important;
  }

  /* line 283, ../__SASS/_MODULE__slider.scss */
  .rsNav {
    display: none;
  }

  /* line 285, ../__SASS/_MODULE__slider.scss */
  .infoBlock h3 {
    font-size: 14px;
    line-height: 17px;
  }

  /* line 287, ../__SASS/_MODULE__slider.scss */
  .caption-holder {
    height: auto;
    min-height: 0;
    bottom: 0;
    width: 100%;
    position: relative;
    margin-left: 0;
    left: 0;
    background-color: #006ec6;
  }

  /* line 289, ../__SASS/_MODULE__slider.scss */
  .rsArrow {
    bottom: 20;
  }

  /* line 294, ../__SASS/_MODULE__slider.scss */
  .rsArrowLeft .rsArrowIcn {
    background-position: 0px 84px;
  }

  /* line 295, ../__SASS/_MODULE__slider.scss */
  .rsArrowRight .rsArrowIcn {
    background-position: 29px 84px;
  }

  /* line 297, ../__SASS/_MODULE__slider.scss */
  .toggleAutoPlayBtn a {
    background-position: 0 28px;
  }

  /* line 299, ../__SASS/_MODULE__slider.scss */
  .toggleAutoPlayBtn a.active {
    background-position: 29px 28px;
  }

  /* line 301, ../__SASS/_MODULE__slider.scss */
  .caption-holder figure {
    margin-bottom: 0px !important;
  }

  /* line 303, ../__SASS/_MODULE__slider.scss */
  .infoBlock {
    position: relative;
    top: 0;
    clear: both;
    bottom: 0;
    padding: 10px;
    overflow: auto;
    margin-top: 0px;
    height: auto;
    width: 100%;
    max-width: 100%;
    font-size: 12px;
    border-top: 1px solid #fff;
  }

  /* line 305, ../__SASS/_MODULE__slider.scss */
  .clear-mob {
    clear: both;
  }

  /* line 307, ../__SASS/_MODULE__slider.scss */
  .block-holder {
    top: 0px;
    position: relative;
    right: 30px;
    max-width: 100%;
    left: 0;
    padding-bottom: 0;
    background: #006ec6;
    overflow: hidden;
    padding: 20px;
    z-index: 20;
    border-top: 1px solid #fff;
    text-align: left;
  }

  /* line 309, ../__SASS/_MODULE__slider.scss */
  a.btn-read-more {
    position: absolute;
    bottom: 15px;
  }

  /* line 312, ../__SASS/_MODULE__slider.scss */
  .rsGCaption p {
    min-height: 0;
  }

  /* line 314, ../__SASS/_MODULE__slider.scss */
  .toggleAutoPlayBtn {
    bottom: 15px;
  }

  /* line 315, ../__SASS/_MODULE__slider.scss */
  .rsArrowLeft {
    right: 37px;
    bottom: 14px;
  }

  /* line 316, ../__SASS/_MODULE__slider.scss */
  .rsArrowRight {
    right: 7px;
    bottom: 14px;
  }

  /* line 319, ../__SASS/_MODULE__slider.scss */
  .body-slider {
    /*&.small{
    	.block-holder { min-height:8.5em;}
    	.rsGCaption{ max-height: 6em; }
    }*/
  }
  /* line 320, ../__SASS/_MODULE__slider.scss */
  .body-slider .toggleAutoPlayBtn {
    bottom: 15px;
  }
  /* line 324, ../__SASS/_MODULE__slider.scss */
  .body-slider .rsArrowLeft {
    bottom: 20px;
  }
  /* line 325, ../__SASS/_MODULE__slider.scss */
  .body-slider .rsArrowRight {
    bottom: 20px;
  }

  /*.home-slider{
  	.block-holder { min-height:10em;}
  	.rsGCaption{ max-height: 8.5em;}
  		
  	&.small{
  		.block-holder { min-height:8em;}
  		.rsGCaption{ max-height: 6em;}
  	}
  }*/
}
@media screen and (min-width: 960px) and (max-width: 1100px) {
  /* line 352, ../__SASS/_MODULE__slider.scss */
  .large-font .home-slider .caption-holder .toggleAutoPlayBtn {
    right: 150px;
  }
  /* line 353, ../__SASS/_MODULE__slider.scss */
  .large-font .home-slider .caption-holder .rsArrowLeft {
    right: 115px;
  }
  /* line 354, ../__SASS/_MODULE__slider.scss */
  .large-font .home-slider .caption-holder .rsArrowRight {
    right: 80px;
  }
}
@media screen and (min-width: 1101px) {
  /* line 365, ../__SASS/_MODULE__slider.scss */
  .large-font .home-slider .caption-holder .toggleAutoPlayBtn {
    right: 240px;
  }
  /* line 366, ../__SASS/_MODULE__slider.scss */
  .large-font .home-slider .caption-holder .rsArrowLeft {
    right: 205px;
  }
  /* line 367, ../__SASS/_MODULE__slider.scss */
  .large-font .home-slider .caption-holder .rsArrowRight {
    right: 170px;
  }
}
@media screen and (min-width: 960px) {
  /* desktop */
  /* line 375, ../__SASS/_MODULE__slider.scss */
  .caption-holder {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 10;
    margin-left: 0;
    min-height: 295px;
    text-align: left;
    z-index: 10;
  }

  /* line 381, ../__SASS/_MODULE__slider.scss */
  .body-slider {
    /*.block-holder { min-height:11em;}
    &.small{
    	.block-holder { min-height:10em;}
    	.rsGCaption{ max-height: 8em;}
    }*/
    /*.rsGCaption{ 
    	max-height: 9em; overflow:auto;
    	.rsCaption p{ min-height: 0;}
    }*/
  }
  /* line 389, ../__SASS/_MODULE__slider.scss */
  .body-slider a.btn-read-more {
    position: absolute;
    bottom: 20px;
  }
  /* line 395, ../__SASS/_MODULE__slider.scss */
  .body-slider .toggleAutoPlayBtn {
    bottom: 22px;
  }
  /* line 399, ../__SASS/_MODULE__slider.scss */
  .body-slider .rsArrow {
    bottom: 27px;
  }

  /*.home-slider{
  	.rsGCaption p { min-height: 6em;}
  	&.small{
  		.rsGCaption p { min-height: 3em;}
  	}
  }
  
  .fontAdjust-med{
  	.body-slider {
  		.block-holder { min-height:13em;}
  		.rsGCaption{ max-height: 10em;}
  		&.small{
  			.block-holder { min-height:9.5em;}
  			.rsGCaption{ max-height: 7em;}
  		}
  	}
  }*/
  	/*.fontAdjust-lg{
  	.home-slider{
  		/*.block-holder { min-height:10.5em;}
  		.rsGCaption{ 
  			/*max-height: 8.5em;
  			a.btn-read-more{
  				margin-top: -5px;
  			}
  		}
  		.rsBullets{
  				bottom: -15px;
  		}
  		&.small{
  			/* .block-holder {min-height: 9em;}
  			.rsGCaption{ 
  			/*	max-height: 8.5em; 
  				a.btn-read-more{
  					margin-top: 5px;
  				}
  			}
  			.rsBullets{
  				bottom: 15px;
  		}
  			
  		}
  		
  	}
  	/*.body-slider {
  	//	.block-holder { min-height:14em;}
  		//.rsGCaption{ max-height: 12em;}
  		&.small{
  			.block-holder { min-height:9.5em;}
  			.rsGCaption{ max-height: 7em;}
  		}
  	}
  }*/
  /*.fontAdjust-xlg{
  	.body-slider {
  		.block-holder { min-height:12em;}
  		.rsGCaption{ max-height: 9.5em;}
  		&.small{
  			.block-holder { min-height:9em;}
  			.rsGCaption{ max-height: 6.5em;}
  		}
  	}
  }
  
  //Handle body slider 2 classes with med , xlg and xxlg font
   .fontAdjust-xxlg {
  	.body-slider {
  		.block-holder { min-height:13em;}
  		.rsGCaption{ max-height: 10.5em;}
  		&.small{
  			.block-holder { min-height:9.5em;}
  			.rsGCaption{ max-height: 7em;}
  		}
  	}
  }*/
  /* line 486, ../__SASS/_MODULE__slider.scss */
  .large-font {
    /*
    .lt-ie9 {
    	// set the position to relative, and make the height fixed to 295px so that the caption holder will sit underneath the slider
    	.home-slider .caption-holder { min-height: 295px;  height:auto; }
    	.home-slider .royalSlider { min-height: 295px; height:auto; }
    	.home-slider #slider { position: relative; min-height: 295px; width: 100%;  height:auto; }
    	.home-slider .sliderContainer { height:295px; }
    }
    */
  }
  /* line 489, ../__SASS/_MODULE__slider.scss */
  .large-font .fontAdjust-xlg .home-slider {
    /*&.small{
    	.caption-holder{
    		.toggleAutoPlayBtn { bottom:70px; };
    		.rsArrowLeft { bottom:70px; }
    		.rsArrowRight { bottom:70px; }
    	}
    }*/
  }
  /* line 491, ../__SASS/_MODULE__slider.scss */
  .large-font .fontAdjust-xlg .home-slider .caption-holder .toggleAutoPlayBtn {
    bottom: 8px;
  }
  /* line 492, ../__SASS/_MODULE__slider.scss */
  .large-font .fontAdjust-xlg .home-slider .caption-holder .rsArrowLeft {
    bottom: 8px;
  }
  /* line 493, ../__SASS/_MODULE__slider.scss */
  .large-font .fontAdjust-xlg .home-slider .caption-holder .rsArrowRight {
    bottom: 8px;
  }
  /* line 506, ../__SASS/_MODULE__slider.scss */
  .large-font .fontAdjust-xxlg .home-slider {
    /*.rsGCaption{ p{min-height:7em;}} */
    /*&.small{
    	.rsGCaption{ p{min-height:4em;}}
    	.caption-holder{
    		.toggleAutoPlayBtn { bottom:20px; };
    		.rsArrowLeft { bottom:20px; }
    		.rsArrowRight { bottom:20px; }
    	}
    } */
  }
  /* line 508, ../__SASS/_MODULE__slider.scss */
  .large-font .fontAdjust-xxlg .home-slider .caption-holder .toggleAutoPlayBtn {
    bottom: 0px;
  }
  /* line 509, ../__SASS/_MODULE__slider.scss */
  .large-font .fontAdjust-xxlg .home-slider .caption-holder .rsArrowLeft {
    bottom: -1px;
  }
  /* line 510, ../__SASS/_MODULE__slider.scss */
  .large-font .fontAdjust-xxlg .home-slider .caption-holder .rsArrowRight {
    bottom: -1px;
  }
  /* line 3, ../__SASS/_MODULE__slider-largefont.scss */
  .large-font .home-slider .caption-holder {
    position: relative !important;
    top: -30px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 1em;
    min-height: 0px;
  }
  /* line 11, ../__SASS/_MODULE__slider-largefont.scss */
  .large-font .home-slider .caption-holder .block-holder {
    max-height: none;
    min-width: 920px;
    max-width: 920px;
    margin: 0 auto;
    right: 0;
    position: relative;
  }
  /* line 20, ../__SASS/_MODULE__slider-largefont.scss */
  .large-font .home-slider .caption-holder .rsNav {
    display: none;
  }
  /* line 23, ../__SASS/_MODULE__slider-largefont.scss */
  .large-font .home-slider .caption-holder .rsArrow {
    bottom: 20;
  }
  /* line 28, ../__SASS/_MODULE__slider-largefont.scss */
  .large-font .home-slider .caption-holder .rsArrowLeft .rsArrowIcn {
    background-position: 0px 84px;
  }
  /* line 29, ../__SASS/_MODULE__slider-largefont.scss */
  .large-font .home-slider .caption-holder .rsArrowRight .rsArrowIcn {
    background-position: 29px 84px;
  }
  /* line 31, ../__SASS/_MODULE__slider-largefont.scss */
  .large-font .home-slider .caption-holder .toggleAutoPlayBtn a {
    background-position: 0 28px;
  }
  /* line 33, ../__SASS/_MODULE__slider-largefont.scss */
  .large-font .home-slider .caption-holder .toggleAutoPlayBtn a.active {
    background-position: 29px 28px;
  }
  /* line 53, ../__SASS/_MODULE__slider-largefont.scss */
  .large-font .fontAdjust-xlg .home-slider {
    /*&.small{
    	.caption-holder{
    		.toggleAutoPlayBtn { bottom:30px; };
    		.rsArrowLeft { bottom:30px; }
    		.rsArrowRight { bottom:30px; }
    	}
    }*/
  }
  /* line 55, ../__SASS/_MODULE__slider-largefont.scss */
  .large-font .fontAdjust-xlg .home-slider .caption-holder .toggleAutoPlayBtn {
    bottom: -10px;
  }
  /* line 56, ../__SASS/_MODULE__slider-largefont.scss */
  .large-font .fontAdjust-xlg .home-slider .caption-holder .rsArrowLeft {
    bottom: -11px;
  }
  /* line 57, ../__SASS/_MODULE__slider-largefont.scss */
  .large-font .fontAdjust-xlg .home-slider .caption-holder .rsArrowRight {
    bottom: -11px;
  }
  /* line 70, ../__SASS/_MODULE__slider-largefont.scss */
  .large-font .fontAdjust-xxlg .home-slider {
    /*.rsGCaption{ p{min-height:7em;}}
    
    &.small{
    	.rsGCaption{ p{min-height:4em;}}
    }*/
  }
  /* line 72, ../__SASS/_MODULE__slider-largefont.scss */
  .large-font .fontAdjust-xxlg .home-slider .caption-holder .toggleAutoPlayBtn {
    bottom: -10px;
  }
  /* line 73, ../__SASS/_MODULE__slider-largefont.scss */
  .large-font .fontAdjust-xxlg .home-slider .caption-holder .rsArrowLeft {
    bottom: -11px;
  }
  /* line 74, ../__SASS/_MODULE__slider-largefont.scss */
  .large-font .fontAdjust-xxlg .home-slider .caption-holder .rsArrowRight {
    bottom: -11px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 531, ../__SASS/_MODULE__slider.scss */
  .caption-holder {
    position: absolute;
    top: 0;
    width: 1200px;
    left: 50%;
    z-index: 10;
    margin-left: -600px;
    min-height: 295px;
    text-align: left;
    z-index: 10;
  }

  /* line 533, ../__SASS/_MODULE__slider.scss */
  .large-font .home-slider {
    /*.caption-holder{
    	position:relative;
    	top: -30px;
    	padding-left: 10px;
    	padding-right: 10px;
    	margin-bottom: 1em;
    	
    	.block-holder{
    		max-height: none;
    		min-width:$media-desktop - 40px;
    		max-width:$media-desktop - 40px;
    		margin: 0 auto;
    		right: 0;
    	}
    	
    	.toggleAutoPlayBtn{
    		bottom:300px;
    	}
    	.rsArrow{
    		bottom:300px;
    	}
    	.rsArrowIcn{
    		height:28.5px;
    	}
    }*/
  }
}
/* line 567, ../__SASS/_MODULE__slider.scss */
.ui-icon {
  display: none;
}

/* IE7 Conditional */
/* line 573, ../__SASS/_MODULE__slider.scss */
.eq-ie7 .home-slider .caption-holder, .eq-ie7 .body-slider .caption-holder {
  visibility: visible;
}

/* line 580, ../__SASS/_MODULE__slider.scss */
.lt-ie9 .home-slider .caption-holder {
  position: relative;
  left: 0;
  pointer-events: none;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
  min-height: 295px;
  text-align: left;
  z-index: 10;
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
  visibility: visible;
}

/* line 585, ../__SASS/_MODULE__slider.scss */
.lt-ie9 .home-slider .royalSlider {
  width: 100%;
  height: 295px;
  position: absolute;
  top: 0;
  direction: ltr;
  z-index: 10;
  overflow: hidden;
  min-width: 960px;
  max-width: 1920px;
}

/* line 593, ../__SASS/_MODULE__slider.scss */
.lt-ie9 figure {
  width: 100%;
}
/* line 599, ../__SASS/_MODULE__slider.scss */
.lt-ie9 .body-slider .toggleAutoPlayBtn {
  bottom: 22px;
}
/* line 603, ../__SASS/_MODULE__slider.scss */
.lt-ie9 .body-slider .rsArrow {
  bottom: 27px;
}
/* line 608, ../__SASS/_MODULE__slider.scss */
.lt-ie9 .block-holder {
  height: auto;
}
/* line 614, ../__SASS/_MODULE__slider.scss */
.lt-ie9.large-font .home-slider .royalSlider {
  position: relative;
}
/* line 615, ../__SASS/_MODULE__slider.scss */
.lt-ie9.large-font .home-slider .caption-holder {
  position: relative !important;
  top: -30px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 1em;
  min-height: 0px;
  margin-left: -600px;
  left: 50%;
  overflow: visible;
}
/* line 628, ../__SASS/_MODULE__slider.scss */
.lt-ie9.large-font .home-slider .caption-holder .toggleAutoPlayBtn {
  right: 260px;
  bottom: -10px;
}
/* line 629, ../__SASS/_MODULE__slider.scss */
.lt-ie9.large-font .home-slider .caption-holder .rsArrowLeft {
  right: 225px;
}
/* line 630, ../__SASS/_MODULE__slider.scss */
.lt-ie9.large-font .home-slider .caption-holder .rsArrowRight {
  right: 190px;
}
/* line 632, ../__SASS/_MODULE__slider.scss */
.lt-ie9.large-font .home-slider .caption-holder .block-holder {
  max-height: none;
  min-width: 920px;
  max-width: 920px;
  margin: 0 auto;
  right: 0;
  position: relative;
}
/* line 641, ../__SASS/_MODULE__slider.scss */
.lt-ie9.large-font .home-slider .caption-holder .rsNav {
  display: none;
}
/* line 644, ../__SASS/_MODULE__slider.scss */
.lt-ie9.large-font .home-slider .caption-holder .rsArrow {
  bottom: -10px;
}
/* line 646, ../__SASS/_MODULE__slider.scss */
.lt-ie9.large-font .home-slider .caption-holder .rsArrowLeft .rsArrowIcn {
  background-position: 0px 84px;
}
/* line 647, ../__SASS/_MODULE__slider.scss */
.lt-ie9.large-font .home-slider .caption-holder .rsArrowRight .rsArrowIcn {
  background-position: 29px 84px;
}
/* line 649, ../__SASS/_MODULE__slider.scss */
.lt-ie9.large-font .home-slider .caption-holder .toggleAutoPlayBtn a {
  background-position: 0 28px;
}
/* line 651, ../__SASS/_MODULE__slider.scss */
.lt-ie9.large-font .home-slider .caption-holder .toggleAutoPlayBtn a.active {
  background-position: 29px 28px;
}
/* line 656, ../__SASS/_MODULE__slider.scss */
.lt-ie9.large-font .fontAdjust-xlg .home-slider .toggleAutoPlayBtn {
  bottom: 5px;
}
/* line 657, ../__SASS/_MODULE__slider.scss */
.lt-ie9.large-font .fontAdjust-xlg .home-slider .rsArrow {
  bottom: 5px;
}

/* -- Auto Height styling -- */
/* line 668, ../__SASS/_MODULE__slider.scss */
.home-slider .block-holder #all-slide-captions {
  position: absolute;
  padding-right: 20px;
  visibility: hidden;
  display: none;
}
/* line 670, ../__SASS/_MODULE__slider.scss */
.home-slider .block-holder #all-slide-captions .item {
  display: block;
  padding-right: 20px;
}
/* line 674, ../__SASS/_MODULE__slider.scss */
.home-slider .block-holder #all-slide-captions p {
  font-size: 0.9em;
}

/* line 681, ../__SASS/_MODULE__slider.scss */
.body-slider .block-holder #all-slide-captions {
  position: absolute;
  padding-right: 20px;
  visibility: hidden;
  display: none;
}
/* line 683, ../__SASS/_MODULE__slider.scss */
.body-slider .block-holder #all-slide-captions .item {
  display: block;
}
/* line 686, ../__SASS/_MODULE__slider.scss */
.body-slider .block-holder #all-slide-captions p {
  font-size: 0.9em;
}

/* line 11, ../__SASS/_MODULE__tabs.scss */
.tab-set .tab {
  background-color: #f2f2f2;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 0.66em 2em;
  font-weight: bold;
  z-index: 2;
}

/* line 18, ../__SASS/_MODULE__tabs.scss */
.tab-body {
  background-color: #f2f2f2;
  border: 1px solid #bbbbbb;
  position: relative;
  top: -1px;
  z-index: 1;
  padding: 10px 20px 60px 20px;
  font-size: 0.95em;
  margin-bottom: 10px;
}

/* line 26, ../__SASS/_MODULE__tabs.scss */
.lt-ie9 .tab-body {
  padding: 40px 20px 60px 30px;
}

/* line 32, ../__SASS/_MODULE__tabs.scss */
.lt-ie8 .tab-body {
  padding: 20px 20px 60px 20px;
}

/* line 2, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-set, .lt-ie9 .tab-set {
  position: relative;
  display: block;
}
/* line 9, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-set .tab-body .content, .lt-ie9 .tab-set .tab-body .content {
  margin-top: -0.313em;
  margin-left: 4.375em;
  margin-right: 0.938em;
}
/* line 13, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-set .tab-body .content p, .lt-ie9 .tab-set .tab-body .content p {
  display: block !important;
}
/* line 16, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-set .tab-body .content a, .lt-ie9 .tab-set .tab-body .content a {
  text-decoration: underline;
}
/* line 19, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-set .tab-body .content .title, .lt-ie9 .tab-set .tab-body .content .title {
  font-size: 1.125em;
  margin-bottom: 0.300em;
  font-weight: bold;
}
/* line 26, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-set .tab-body .news, .lt-ie9 .tab-set .tab-body .news {
  padding: 10px;
}
/* line 29, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-set .tab-body .news .title, .lt-ie8 .tab-set .tab-body .news a, .lt-ie9 .tab-set .tab-body .news .title, .lt-ie9 .tab-set .tab-body .news a {
  color: #006ec6;
}
/* line 32, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-set .tab-body .news .title a, .lt-ie9 .tab-set .tab-body .news .title a {
  text-decoration: none;
}
/* line 35, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-set .tab-body .news .title a:hover, .lt-ie9 .tab-set .tab-body .news .title a:hover {
  text-decoration: underline;
}
/* line 38, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-set .tab-body .news + .more, .lt-ie8 .tab-set .tab-body .news .box, .lt-ie9 .tab-set .tab-body .news + .more, .lt-ie9 .tab-set .tab-body .news .box {
  background-color: #006ec6;
}
/* line 43, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-set .tab-body .alert, .lt-ie9 .tab-set .tab-body .alert {
  padding: 10px;
}
/* line 45, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-set .tab-body .alert .title, .lt-ie8 .tab-set .tab-body .alert a, .lt-ie9 .tab-set .tab-body .alert .title, .lt-ie9 .tab-set .tab-body .alert a {
  color: #b14e01;
}
/* line 48, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-set .tab-body .alert .title a, .lt-ie9 .tab-set .tab-body .alert .title a {
  text-decoration: none;
}
/* line 51, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-set .tab-body .alert .title a:hover, .lt-ie9 .tab-set .tab-body .alert .title a:hover {
  text-decoration: underline;
}
/* line 54, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-set .tab-body .alert + .more, .lt-ie8 .tab-set .tab-body .alert .box, .lt-ie9 .tab-set .tab-body .alert + .more, .lt-ie9 .tab-set .tab-body .alert .box {
  background-color: #b14e01;
}
/* line 59, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-set .tab-body .event, .lt-ie9 .tab-set .tab-body .event {
  padding: 10px;
}
/* line 61, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-set .tab-body .event .title, .lt-ie8 .tab-set .tab-body .event a, .lt-ie9 .tab-set .tab-body .event .title, .lt-ie9 .tab-set .tab-body .event a {
  color: #157331;
}
/* line 64, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-set .tab-body .event .title a, .lt-ie9 .tab-set .tab-body .event .title a {
  text-decoration: none;
}
/* line 67, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-set .tab-body .event .title a:hover, .lt-ie9 .tab-set .tab-body .event .title a:hover {
  text-decoration: underline;
}
/* line 70, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-set .tab-body .event + .more, .lt-ie8 .tab-set .tab-body .event .box, .lt-ie9 .tab-set .tab-body .event + .more, .lt-ie9 .tab-set .tab-body .event .box {
  background-color: #157331;
}
/* line 76, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-set .tab-body .box.date, .lt-ie9 .tab-set .tab-body .box.date {
  width: 2.188em;
  height: 2.625em;
  float: left;
  padding: 10px 10px 15px 10px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
/* line 84, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-set .tab-body .box.date .day, .lt-ie9 .tab-set .tab-body .box.date .day {
  font-size: 1.125em;
}
/* line 87, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-set .tab-body .box.date .month, .lt-ie9 .tab-set .tab-body .box.date .month {
  font-size: 0.938em;
}
/* line 92, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-set .tab-body .more, .lt-ie9 .tab-set .tab-body .more {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.625em 2.000em  0.625em 2.000em;
  margin-top: 2em;
}
/* line 98, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-set .tab-body .more a, .lt-ie9 .tab-set .tab-body .more a {
  text-decoration: none;
  color: #fff;
}
/* line 105, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-set.hide, .lt-ie9 .tab-set.hide {
  position: absolute;
  opacity: 0;
  left: -999em;
}
/* line 114, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-format, .lt-ie9 .tab-format {
  position: relative;
}
/* line 118, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-format .tab, .lt-ie9 .tab-format .tab {
  /* Gradient Background */
  background: #dedede;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dedede 0%, #d1d1d1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dedede), color-stop(100%, #d1d1d1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dedede 0%, #d1d1d1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dedede 0%, #d1d1d1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dedede 0%, #d1d1d1 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #dedede 0%, #d1d1d1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#d1d1d1',GradientType=0 );
  /* IE6-9 */
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  text-align: center;
  position: relative;
  padding: 0.66em 2em;
  font-weight: bold;
  margin-right: 0.375em;
  float: left;
  cursor: hand;
  cursor: pointer;
}
/* line 137, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-format .tab.active, .lt-ie9 .tab-format .tab.active {
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-color: #f2f2f2;
  z-index: 2;
}
/* line 146, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-format .tab-body, .lt-ie9 .tab-format .tab-body {
  /*background-color: $tab-grey; border:1px solid $tab-border-color; position:relative; top:-1px; z-index:1;
  padding :10px 20px 60px 20px;*/
  display: none;
  /*float:none;
  font-size: 0.95em;*/
}
/* line 153, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-format .tab-body.active, .lt-ie9 .tab-format .tab-body.active {
  display: block;
}
/* line 158, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-format .tab-body .content, .lt-ie9 .tab-format .tab-body .content {
  margin-top: -0.313em;
  margin-left: 4.375em;
  margin-right: 0.938em;
}
/* line 162, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-format .tab-body .content p, .lt-ie9 .tab-format .tab-body .content p {
  display: block !important;
}
/* line 165, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-format .tab-body .content a, .lt-ie9 .tab-format .tab-body .content a {
  text-decoration: underline;
}
/* line 168, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-format .tab-body .content .title, .lt-ie9 .tab-format .tab-body .content .title {
  font-size: 1.125em;
  margin-bottom: 0.300em;
  font-weight: bold;
}
/* line 175, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-format .tab-body .news, .lt-ie9 .tab-format .tab-body .news {
  padding: 10px;
}
/* line 177, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-format .tab-body .news .title, .lt-ie8 .tab-format .tab-body .news a, .lt-ie9 .tab-format .tab-body .news .title, .lt-ie9 .tab-format .tab-body .news a {
  color: #006ec6;
}
/* line 180, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-format .tab-body .news .title a, .lt-ie9 .tab-format .tab-body .news .title a {
  text-decoration: none;
}
/* line 183, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-format .tab-body .news .title a:hover, .lt-ie9 .tab-format .tab-body .news .title a:hover {
  text-decoration: underline;
}
/* line 186, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-format .tab-body .news + .more, .lt-ie8 .tab-format .tab-body .news .box, .lt-ie9 .tab-format .tab-body .news + .more, .lt-ie9 .tab-format .tab-body .news .box {
  background-color: #006ec6;
}
/* line 191, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-format .tab-body .alert, .lt-ie9 .tab-format .tab-body .alert {
  padding: 10px;
}
/* line 193, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-format .tab-body .alert .title, .lt-ie8 .tab-format .tab-body .alert a, .lt-ie9 .tab-format .tab-body .alert .title, .lt-ie9 .tab-format .tab-body .alert a {
  color: #b14e01;
}
/* line 196, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-format .tab-body .alert .title a, .lt-ie9 .tab-format .tab-body .alert .title a {
  text-decoration: none;
}
/* line 199, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-format .tab-body .alert .title a:hover, .lt-ie9 .tab-format .tab-body .alert .title a:hover {
  text-decoration: underline;
}
/* line 202, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-format .tab-body .alert + .more, .lt-ie8 .tab-format .tab-body .alert .box, .lt-ie9 .tab-format .tab-body .alert + .more, .lt-ie9 .tab-format .tab-body .alert .box {
  background-color: #b14e01;
}
/* line 207, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-format .tab-body .event, .lt-ie9 .tab-format .tab-body .event {
  padding: 10px;
}
/* line 209, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-format .tab-body .event .title, .lt-ie8 .tab-format .tab-body .event a, .lt-ie9 .tab-format .tab-body .event .title, .lt-ie9 .tab-format .tab-body .event a {
  color: #157331;
}
/* line 212, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-format .tab-body .event .title a, .lt-ie9 .tab-format .tab-body .event .title a {
  text-decoration: none;
}
/* line 215, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-format .tab-body .event .title a:hover, .lt-ie9 .tab-format .tab-body .event .title a:hover {
  text-decoration: underline;
}
/* line 218, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-format .tab-body .event + .more, .lt-ie8 .tab-format .tab-body .event .box, .lt-ie9 .tab-format .tab-body .event + .more, .lt-ie9 .tab-format .tab-body .event .box {
  background-color: #157331;
}
/* line 224, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-format .tab-body .box.date, .lt-ie9 .tab-format .tab-body .box.date {
  width: 2.188em;
  height: 2.625em;
  float: left;
  padding: 10px 10px 15px 10px;
  margin: 0 0.75em 0 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
/* line 233, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-format .tab-body .box.date .day, .lt-ie9 .tab-format .tab-body .box.date .day {
  font-size: 1.125em;
}
/* line 236, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-format .tab-body .box.date .month, .lt-ie9 .tab-format .tab-body .box.date .month {
  font-size: 0.938em;
}
/* line 241, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-format .tab-body .more, .lt-ie9 .tab-format .tab-body .more {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.625em 2.000em  0.625em 2.000em;
  margin-top: 2em;
}
/* line 247, ../__SASS/_MODULE__tabs_desktop.scss */
.lt-ie8 .tab-format .tab-body .more a, .lt-ie9 .tab-format .tab-body .more a {
  text-decoration: none;
  color: #fff;
}

/* line 41, ../__SASS/_MODULE__tabs.scss */
.more-news {
  background-color: #006ec6;
}

/* line 42, ../__SASS/_MODULE__tabs.scss */
.more-alert {
  background-color: #b14e01;
}

/* line 43, ../__SASS/_MODULE__tabs.scss */
.more-event {
  background-color: #157331;
}

@media screen and (max-width: 480px) {
  /* line 47, ../__SASS/_MODULE__tabs.scss */
  .tab-set {
    position: relative;
    display: block;
  }
  /* line 50, ../__SASS/_MODULE__tabs.scss */
  .tab-set .tab {
    width: 4em;
  }
  /* line 53, ../__SASS/_MODULE__tabs.scss */
  .tab-set .tab-body {
    /*background-color: $tab-grey; border:1px solid $tab-border-color; position:relative; top:-0.100em; z-index:1;
    padding :40px 20px 60px 20px;
    float:none;*/
    font-size: 0.938em;
    margin-bottom: 20px;
  }
  /* line 62, ../__SASS/_MODULE__tabs.scss */
  .tab-set .tab-body .content {
    margin-top: -0.313em;
    margin-left: 4.375em;
    margin-right: 0.938em;
  }
  /* line 66, ../__SASS/_MODULE__tabs.scss */
  .tab-set .tab-body .content p {
    display: block !important;
  }
  /* line 69, ../__SASS/_MODULE__tabs.scss */
  .tab-set .tab-body .content a {
    text-decoration: underline;
  }
  /* line 72, ../__SASS/_MODULE__tabs.scss */
  .tab-set .tab-body .content .title {
    font-size: 1.125em;
    margin-bottom: 0.300em;
  }
  /* line 78, ../__SASS/_MODULE__tabs.scss */
  .tab-set .tab-body .news {
    padding: 10px;
  }
  /* line 80, ../__SASS/_MODULE__tabs.scss */
  .tab-set .tab-body .news .title, .tab-set .tab-body .news a {
    color: #006ec6;
  }
  /* line 83, ../__SASS/_MODULE__tabs.scss */
  .tab-set .tab-body .news .title a {
    text-decoration: none;
  }
  /* line 86, ../__SASS/_MODULE__tabs.scss */
  .tab-set .tab-body .news .title a:hover {
    text-decoration: underline;
  }
  /* line 89, ../__SASS/_MODULE__tabs.scss */
  .tab-set .tab-body .news .box {
    background-color: #006ec6;
  }
  /* line 94, ../__SASS/_MODULE__tabs.scss */
  .tab-set .tab-body .alert {
    padding: 10px;
  }
  /* line 96, ../__SASS/_MODULE__tabs.scss */
  .tab-set .tab-body .alert .title, .tab-set .tab-body .alert a {
    color: #b14e01;
  }
  /* line 99, ../__SASS/_MODULE__tabs.scss */
  .tab-set .tab-body .alert .title a {
    text-decoration: none;
  }
  /* line 102, ../__SASS/_MODULE__tabs.scss */
  .tab-set .tab-body .alert .title a:hover {
    text-decoration: underline;
  }
  /* line 105, ../__SASS/_MODULE__tabs.scss */
  .tab-set .tab-body .alert .box {
    background-color: #b14e01;
  }
  /* line 110, ../__SASS/_MODULE__tabs.scss */
  .tab-set .tab-body .event {
    padding: 10px;
  }
  /* line 112, ../__SASS/_MODULE__tabs.scss */
  .tab-set .tab-body .event .title, .tab-set .tab-body .event a {
    color: #157331;
  }
  /* line 115, ../__SASS/_MODULE__tabs.scss */
  .tab-set .tab-body .event .title a {
    text-decoration: none;
  }
  /* line 118, ../__SASS/_MODULE__tabs.scss */
  .tab-set .tab-body .event .title a:hover {
    text-decoration: underline;
  }
  /* line 121, ../__SASS/_MODULE__tabs.scss */
  .tab-set .tab-body .event .box {
    background-color: #157331;
  }
  /* line 126, ../__SASS/_MODULE__tabs.scss */
  .tab-set .tab-body .more-news {
    background-color: #006ec6;
  }
  /* line 127, ../__SASS/_MODULE__tabs.scss */
  .tab-set .tab-body .more-alert {
    background-color: #b14e01;
  }
  /* line 128, ../__SASS/_MODULE__tabs.scss */
  .tab-set .tab-body .more-event {
    background-color: #157331;
  }
  /* line 130, ../__SASS/_MODULE__tabs.scss */
  .tab-set .tab-body .box.date {
    width: 2.188em;
    height: 2.625em;
    float: left;
    padding: 10px 10px 15px 10px;
    color: #fff;
    text-align: center;
    font-weight: bold;
  }
  /* line 138, ../__SASS/_MODULE__tabs.scss */
  .tab-set .tab-body .box.date .day {
    font-size: 1.125em;
  }
  /* line 141, ../__SASS/_MODULE__tabs.scss */
  .tab-set .tab-body .box.date .month {
    font-size: 0.938em;
  }
  /* line 146, ../__SASS/_MODULE__tabs.scss */
  .tab-set .tab-body .more {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0.625em 2.000em  0.625em 2.000em;
    margin-top: 2em;
  }
  /* line 152, ../__SASS/_MODULE__tabs.scss */
  .tab-set .tab-body .more a {
    text-decoration: none;
    color: #fff;
  }

  /* line 161, ../__SASS/_MODULE__tabs.scss */
  .tab-format {
    display: none;
  }
  /* line 163, ../__SASS/_MODULE__tabs.scss */
  .tab-format .tab-body {
    margin-bottom: 0px !important;
  }
}
@media screen and (min-width: 481px) and (max-width: 959px) {
  /* line 172, ../__SASS/_MODULE__tabs.scss */
  .tab-format .tab-body {
    margin-bottom: 0px !important;
  }

  /* line 2, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set {
    position: relative;
    display: block;
  }
  /* line 9, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set .tab-body .content {
    margin-top: -0.313em;
    margin-left: 4.375em;
    margin-right: 0.938em;
  }
  /* line 13, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set .tab-body .content p {
    display: block !important;
  }
  /* line 16, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set .tab-body .content a {
    text-decoration: underline;
  }
  /* line 19, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set .tab-body .content .title {
    font-size: 1.125em;
    margin-bottom: 0.300em;
    font-weight: bold;
  }
  /* line 26, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set .tab-body .news {
    padding: 10px;
  }
  /* line 29, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set .tab-body .news .title, .tab-set .tab-body .news a {
    color: #006ec6;
  }
  /* line 32, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set .tab-body .news .title a {
    text-decoration: none;
  }
  /* line 35, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set .tab-body .news .title a:hover {
    text-decoration: underline;
  }
  /* line 38, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set .tab-body .news + .more, .tab-set .tab-body .news .box {
    background-color: #006ec6;
  }
  /* line 43, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set .tab-body .alert {
    padding: 10px;
  }
  /* line 45, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set .tab-body .alert .title, .tab-set .tab-body .alert a {
    color: #b14e01;
  }
  /* line 48, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set .tab-body .alert .title a {
    text-decoration: none;
  }
  /* line 51, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set .tab-body .alert .title a:hover {
    text-decoration: underline;
  }
  /* line 54, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set .tab-body .alert + .more, .tab-set .tab-body .alert .box {
    background-color: #b14e01;
  }
  /* line 59, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set .tab-body .event {
    padding: 10px;
  }
  /* line 61, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set .tab-body .event .title, .tab-set .tab-body .event a {
    color: #157331;
  }
  /* line 64, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set .tab-body .event .title a {
    text-decoration: none;
  }
  /* line 67, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set .tab-body .event .title a:hover {
    text-decoration: underline;
  }
  /* line 70, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set .tab-body .event + .more, .tab-set .tab-body .event .box {
    background-color: #157331;
  }
  /* line 76, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set .tab-body .box.date {
    width: 2.188em;
    height: 2.625em;
    float: left;
    padding: 10px 10px 15px 10px;
    color: #fff;
    text-align: center;
    font-weight: bold;
  }
  /* line 84, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set .tab-body .box.date .day {
    font-size: 1.125em;
  }
  /* line 87, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set .tab-body .box.date .month {
    font-size: 0.938em;
  }
  /* line 92, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set .tab-body .more {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0.625em 2.000em  0.625em 2.000em;
    margin-top: 2em;
  }
  /* line 98, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set .tab-body .more a {
    text-decoration: none;
    color: #fff;
  }
  /* line 105, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set.hide {
    position: absolute;
    opacity: 0;
    left: -999em;
  }

  /* line 114, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format {
    position: relative;
  }
  /* line 118, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab {
    /* Gradient Background */
    background: #dedede;
    /* Old browsers */
    background: -moz-linear-gradient(top, #dedede 0%, #d1d1d1 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dedede), color-stop(100%, #d1d1d1));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dedede 0%, #d1d1d1 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #dedede 0%, #d1d1d1 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #dedede 0%, #d1d1d1 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #dedede 0%, #d1d1d1 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#d1d1d1',GradientType=0 );
    /* IE6-9 */
    border-top: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
    border-left: 1px solid #bbbbbb;
    text-align: center;
    position: relative;
    padding: 0.66em 2em;
    font-weight: bold;
    margin-right: 0.375em;
    float: left;
    cursor: hand;
    cursor: pointer;
  }
  /* line 137, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab.active {
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-color: #f2f2f2;
    z-index: 2;
  }
  /* line 146, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body {
    /*background-color: $tab-grey; border:1px solid $tab-border-color; position:relative; top:-1px; z-index:1;
    padding :10px 20px 60px 20px;*/
    display: none;
    /*float:none;
    font-size: 0.95em;*/
  }
  /* line 153, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body.active {
    display: block;
  }
  /* line 158, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body .content {
    margin-top: -0.313em;
    margin-left: 4.375em;
    margin-right: 0.938em;
  }
  /* line 162, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body .content p {
    display: block !important;
  }
  /* line 165, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body .content a {
    text-decoration: underline;
  }
  /* line 168, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body .content .title {
    font-size: 1.125em;
    margin-bottom: 0.300em;
    font-weight: bold;
  }
  /* line 175, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body .news {
    padding: 10px;
  }
  /* line 177, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body .news .title, .tab-format .tab-body .news a {
    color: #006ec6;
  }
  /* line 180, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body .news .title a {
    text-decoration: none;
  }
  /* line 183, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body .news .title a:hover {
    text-decoration: underline;
  }
  /* line 186, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body .news + .more, .tab-format .tab-body .news .box {
    background-color: #006ec6;
  }
  /* line 191, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body .alert {
    padding: 10px;
  }
  /* line 193, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body .alert .title, .tab-format .tab-body .alert a {
    color: #b14e01;
  }
  /* line 196, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body .alert .title a {
    text-decoration: none;
  }
  /* line 199, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body .alert .title a:hover {
    text-decoration: underline;
  }
  /* line 202, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body .alert + .more, .tab-format .tab-body .alert .box {
    background-color: #b14e01;
  }
  /* line 207, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body .event {
    padding: 10px;
  }
  /* line 209, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body .event .title, .tab-format .tab-body .event a {
    color: #157331;
  }
  /* line 212, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body .event .title a {
    text-decoration: none;
  }
  /* line 215, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body .event .title a:hover {
    text-decoration: underline;
  }
  /* line 218, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body .event + .more, .tab-format .tab-body .event .box {
    background-color: #157331;
  }
  /* line 224, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body .box.date {
    width: 2.188em;
    height: 2.625em;
    float: left;
    padding: 10px 10px 15px 10px;
    margin: 0 0.75em 0 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
  }
  /* line 233, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body .box.date .day {
    font-size: 1.125em;
  }
  /* line 236, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body .box.date .month {
    font-size: 0.938em;
  }
  /* line 241, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body .more {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0.625em 2.000em  0.625em 2.000em;
    margin-top: 2em;
  }
  /* line 247, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body .more a {
    text-decoration: none;
    color: #fff;
  }
}
@media screen and (min-width: 960px) {
  /* line 2, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set {
    position: relative;
    display: block;
  }
  /* line 9, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set .tab-body .content {
    margin-top: -0.313em;
    margin-left: 4.375em;
    margin-right: 0.938em;
  }
  /* line 13, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set .tab-body .content p {
    display: block !important;
  }
  /* line 16, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set .tab-body .content a {
    text-decoration: underline;
  }
  /* line 19, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set .tab-body .content .title {
    font-size: 1.125em;
    margin-bottom: 0.300em;
    font-weight: bold;
  }
  /* line 26, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set .tab-body .news {
    padding: 10px;
  }
  /* line 29, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set .tab-body .news .title, .tab-set .tab-body .news a {
    color: #006ec6;
  }
  /* line 32, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set .tab-body .news .title a {
    text-decoration: none;
  }
  /* line 35, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set .tab-body .news .title a:hover {
    text-decoration: underline;
  }
  /* line 38, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set .tab-body .news + .more, .tab-set .tab-body .news .box {
    background-color: #006ec6;
  }
  /* line 43, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set .tab-body .alert {
    padding: 10px;
  }
  /* line 45, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set .tab-body .alert .title, .tab-set .tab-body .alert a {
    color: #b14e01;
  }
  /* line 48, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set .tab-body .alert .title a {
    text-decoration: none;
  }
  /* line 51, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set .tab-body .alert .title a:hover {
    text-decoration: underline;
  }
  /* line 54, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set .tab-body .alert + .more, .tab-set .tab-body .alert .box {
    background-color: #b14e01;
  }
  /* line 59, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set .tab-body .event {
    padding: 10px;
  }
  /* line 61, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set .tab-body .event .title, .tab-set .tab-body .event a {
    color: #157331;
  }
  /* line 64, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set .tab-body .event .title a {
    text-decoration: none;
  }
  /* line 67, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set .tab-body .event .title a:hover {
    text-decoration: underline;
  }
  /* line 70, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set .tab-body .event + .more, .tab-set .tab-body .event .box {
    background-color: #157331;
  }
  /* line 76, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set .tab-body .box.date {
    width: 2.188em;
    height: 2.625em;
    float: left;
    padding: 10px 10px 15px 10px;
    color: #fff;
    text-align: center;
    font-weight: bold;
  }
  /* line 84, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set .tab-body .box.date .day {
    font-size: 1.125em;
  }
  /* line 87, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set .tab-body .box.date .month {
    font-size: 0.938em;
  }
  /* line 92, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set .tab-body .more {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0.625em 2.000em  0.625em 2.000em;
    margin-top: 2em;
  }
  /* line 98, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set .tab-body .more a {
    text-decoration: none;
    color: #fff;
  }
  /* line 105, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-set.hide {
    position: absolute;
    opacity: 0;
    left: -999em;
  }

  /* line 114, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format {
    position: relative;
  }
  /* line 118, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab {
    /* Gradient Background */
    background: #dedede;
    /* Old browsers */
    background: -moz-linear-gradient(top, #dedede 0%, #d1d1d1 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dedede), color-stop(100%, #d1d1d1));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dedede 0%, #d1d1d1 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #dedede 0%, #d1d1d1 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #dedede 0%, #d1d1d1 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #dedede 0%, #d1d1d1 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#d1d1d1',GradientType=0 );
    /* IE6-9 */
    border-top: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
    border-left: 1px solid #bbbbbb;
    text-align: center;
    position: relative;
    padding: 0.66em 2em;
    font-weight: bold;
    margin-right: 0.375em;
    float: left;
    cursor: hand;
    cursor: pointer;
  }
  /* line 137, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab.active {
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-color: #f2f2f2;
    z-index: 2;
  }
  /* line 146, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body {
    /*background-color: $tab-grey; border:1px solid $tab-border-color; position:relative; top:-1px; z-index:1;
    padding :10px 20px 60px 20px;*/
    display: none;
    /*float:none;
    font-size: 0.95em;*/
  }
  /* line 153, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body.active {
    display: block;
  }
  /* line 158, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body .content {
    margin-top: -0.313em;
    margin-left: 4.375em;
    margin-right: 0.938em;
  }
  /* line 162, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body .content p {
    display: block !important;
  }
  /* line 165, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body .content a {
    text-decoration: underline;
  }
  /* line 168, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body .content .title {
    font-size: 1.125em;
    margin-bottom: 0.300em;
    font-weight: bold;
  }
  /* line 175, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body .news {
    padding: 10px;
  }
  /* line 177, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body .news .title, .tab-format .tab-body .news a {
    color: #006ec6;
  }
  /* line 180, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body .news .title a {
    text-decoration: none;
  }
  /* line 183, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body .news .title a:hover {
    text-decoration: underline;
  }
  /* line 186, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body .news + .more, .tab-format .tab-body .news .box {
    background-color: #006ec6;
  }
  /* line 191, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body .alert {
    padding: 10px;
  }
  /* line 193, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body .alert .title, .tab-format .tab-body .alert a {
    color: #b14e01;
  }
  /* line 196, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body .alert .title a {
    text-decoration: none;
  }
  /* line 199, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body .alert .title a:hover {
    text-decoration: underline;
  }
  /* line 202, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body .alert + .more, .tab-format .tab-body .alert .box {
    background-color: #b14e01;
  }
  /* line 207, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body .event {
    padding: 10px;
  }
  /* line 209, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body .event .title, .tab-format .tab-body .event a {
    color: #157331;
  }
  /* line 212, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body .event .title a {
    text-decoration: none;
  }
  /* line 215, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body .event .title a:hover {
    text-decoration: underline;
  }
  /* line 218, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body .event + .more, .tab-format .tab-body .event .box {
    background-color: #157331;
  }
  /* line 224, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body .box.date {
    width: 2.188em;
    height: 2.625em;
    float: left;
    padding: 10px 10px 15px 10px;
    margin: 0 0.75em 0 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
  }
  /* line 233, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body .box.date .day {
    font-size: 1.125em;
  }
  /* line 236, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body .box.date .month {
    font-size: 0.938em;
  }
  /* line 241, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body .more {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0.625em 2.000em  0.625em 2.000em;
    margin-top: 2em;
  }
  /* line 247, ../__SASS/_MODULE__tabs_desktop.scss */
  .tab-format .tab-body .more a {
    text-decoration: none;
    color: #fff;
  }
}
/*	-------------------------------- *\
	EXTENSIONS
\*	-------------------------------- */
/* line 7, ../__SASS/partials/_extendable.scss */
#main .nav-button {
  background-color: #0059a1;
  border: 1px solid #444;
  padding-left: 20px;
  text-align: center;
}
