@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: 'Work Sans', sans-serif;
  color: #000000;
}
/* line 18, ../__SASS/_MODULE__fonts.scss */
body #wrapper {
  font-size: 16px;
}
@media screen and (max-width:1024px)
{
  body #wrapper {
    font-size: 14px;
  }
}

/* ------------------------ *\

	_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);*/
  background-color: #0074E2;
  height: 69px;
}

@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;*/
    height: 69px;
    background-color: #0074E2;
  }
}
/* 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: block;
}

/* 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 {
  margin-left: 71px;
}

/* 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-color: #0074E2;
  }

  /* 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;
  }

  #header {
    background-image: none;
  }

}
@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;
  }

  #header {
    background-image: none;
  }
}
@media screen and (min-width: 960px) {
  /* line 255, ../__SASS/_MODULE__header.scss */
  #header {
    padding: 23px 20px;
    /*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: 34px;
  padding-top: 0px;
  background-color: #fff;
  margin-bottom: 50px;
}
/* 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;
  margin-bottom: 30px;
  /*font-size: 1.6em;*/
}
/* line 57, ../__SASS/_MODULE__layout.scss */
#main #content h3 {
  /*font-size: 22px;*/
}

@media screen and (max-width: 1024px){
  #main #content h1.page-title, #main #content h2.page-title {
     line-height: 36px;
    margin-bottom: 15px;
  }

}

@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: 22px !important;
  }

  /* line 79, ../__SASS/_MODULE__layout.scss */
  body {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  /* line 85, ../__SASS/_MODULE__layout.scss */
  #content {
    /*padding-left: 0;*/
  }

  /* line 86, ../__SASS/_MODULE__layout.scss */
  #main {
    margin-top: 22px !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: #F5F5F5;
  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: 60px;
  padding-top: 60px;
  margin-top: 60px;
}
/* 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: 30px;
    font-weight: 500;
    font-size: 20px;
    color: #343434;
}
#footer{
  line-height: 1.5em;
  font-size: 1.2em;
}
/* line 18, ../__SASS/_MODULE__footer.scss */
#footer .footer-link-group a {
  color: #000000;
  text-decoration: none;

}
#footer .footer-column-links  a{
  color: #343434;
  text-decoration: underline;


}
#footer .footer-column-links a:hover {
  color: #343434;
  text-decoration: none;

}
/* 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: 5px 0;
  padding-left: 15px;
  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 .social {
  font-size: 2.5em;
}
/* line 39, ../__SASS/_MODULE__footer.scss */
#footer .social{
  float: right;
}
#footer .social .icon {
  display: inline-block;
  color: #010101;
  margin-right: 15px;
  font-size: 45px;

}
/* line 41, ../__SASS/_MODULE__footer.scss */
#footer  .social .icon span {
  display: block;
  position: absolute;
  left: -9999px;
}
/* line 43, ../__SASS/_MODULE__footer.scss */
#footer  .social .icon:hover {
  color: #010101;
}
/* line 47, ../__SASS/_MODULE__footer.scss */
#footer .footer-link-group .cell.right {
  padding-bottom: 40px;
  color: #343434;

}
/* line 52, ../__SASS/_MODULE__footer.scss */
#footer .footer-band {
  background-color: #0074e1;
  padding: 10px 0px;
}
/* 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;
  text-decoration: underline;
}

#footer .footer-band .content a:hover {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}
/* 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;*/
  text-decoration: underline;
}

#footer .footer-band .content.left a:hover {
  /*font-weight: bold;*/
  text-decoration: none;
}
/* 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: 10px;*/
}

/* 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: #ffffff;
  color: #000000;
  opacity: .87;
  position: relative;
  padding: 20px 0px;
  margin-bottom: 0px;
  padding-right: 50px;
  /*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 {
  font-size: 24px;
  line-height: 28px;
  border-bottom: 2px solid #bdbdbd;
}

.concertina > .cell > h3 {
  font-size: 18px;
  line-height: 28px;
  border-bottom: 2px solid #bdbdbd;
}

/* line 34, ../__SASS/_MODULE__concertina.scss */
.concertina.closed > .cell > h2,
.concertina.closed > .cell > h3 {
  background-color: #ffffff;

}

/* line 38, ../__SASS/_MODULE__concertina.scss */


/* Concertina accessibility changes */

.ConcContent
{
outline:none;
}

.concertina a:hover
{
color: #0074E2 !important;
}
.concertina h2 a
{
text-decoration:none;
}


.concertina > .cell > h2:hover,
.concertina > .cell > h3:hover {
  background-color: #ffffff;
  color: #0074E2;
}

/* 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: 15px;
  padding: 18px 0px;
  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: #ffffff;
  color: #616161;
}

/* 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: #ffffff;
  color: #0074E2;
}

/* line 58, ../__SASS/_MODULE__concertina.scss */
.concertina.open > .cell > h2:after,
.concertina.open > .cell > h3:after {
  content: "\f077";
  background-color: #ffffff;
  color: #616161;
}

/* 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, #main .frm-btn-main-wcag, #main .frm-btn-main-clear {
  /*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;*/
  display: inline-block;
  background-color: #055FAB;
  color: #fff;
  position: relative;
  padding: 11px 25px;
  /*text-decoration: none !important;*/
  text-decoration: none ;
  border-radius: 25px;
  margin-bottom: 5px;
  border: none;
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
}

/* line 48, ../__SASS/_MODULE__forms.scss */
#main .frm-btn-main:hover, #main .frm-btn-main-wcag: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;*/
  background-color: #034883;
}

/* line 56, ../__SASS/_MODULE__forms.scss */
#main .frm-btn-main[disabled], #main .frm-btn-main-wcag[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;*/
  background-color: #F5F5F5;
  color: #B3B3B3;
  border: 2px #EAEAEA solid;
}

/* line 92, ../__SASS/_MODULE__forms.scss */
#main .frm-btn-main:hover[disabled], #main .frm-btn-main-wcag: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 {
  margin-bottom: 25px;
  color: #616161;
  opacity: .87;
  font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 600;
}

@media screen and (max-width: 1024px) {
  #content .page-description {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 600;
    
  }
}


/* 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: #f5f5f5;
  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: left;
  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;
  padding: 14px;
  border-radius: 4px;
  margin-bottom: 20px;
}

/* line 146, ../__SASS/_MODULE__content.scss */
.bg2 {
  background-color: #E0E0E0;
  padding: 14px;
  border-radius: 4px;
  margin-bottom: 20px;
}

/* line 149, ../__SASS/_MODULE__content.scss */
.bg3 {
  background-color: #EEEEEE;
  padding: 14px;
  border-radius: 4px;
  margin-bottom: 20px;
}

/* line 152, ../__SASS/_MODULE__content.scss */
.bg4 {
  background-color: #F5F5F5;
  padding: 14px;
  border-radius: 4px;
  margin-bottom: 20px;
}

/* line 155, ../__SASS/_MODULE__content.scss */
.hr {
  background-color: #BDBDBD;
  padding: 14px;
  border-radius: 4px;
  margin-bottom: 20px;
}

/* line 159, ../__SASS/_MODULE__content.scss */
.chartinfo {
  font-size: 12px;
  color: #000000;
  line-height: 16px;

}

/* line 164, ../__SASS/_MODULE__content.scss */
.chartinfo strong {

  font-size: 12px;
  color: #000000;
  line-height: 16px;

}

/* line 169, ../__SASS/_MODULE__content.scss */
.chartinfo a:link {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #33616E;
  font-weight: 600;
  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 #b90000;
  padding: 8px;
  color: #b90000;
  font-weight: 500;
  background-color: #fff7e5;
  border-radius: 4px;
}

/* 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;*/
  background-color: #EBF5ff;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  position: relative;
  z-index: 1;
  /*margin-top: 116px;*/
}

/* line 6, ../__SASS/_MODULE__breadcrumbs.scss */
#breadcrumbs a {
 /* color: #fff; */
  color: #0074E2;
  text-decoration: underline;
  opacity: 1;
  font-weight:bold;
  font-size: 14px;
  line-height: 20px;
}
/* line 7, ../__SASS/_MODULE__breadcrumbs.scss */
#breadcrumbs a:hover {
  text-decoration: none;
}
#breadcrumbs a:visited {
  color: #4c2c92;
}

.trail span.active-trail {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-weight: 600;
}

/* 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 {
  margin-left: 18px;
  /*width: 100%;*/
}

/* line 20, ../__SASS/_MODULE__breadcrumbs.scss */
.trail-home {
  display: table-cell;
 /* padding-right: 10px; */
 padding-right: 0px;
  width: 15px;
}
.trail-separator{
  margin: 0px 4px;
  font-weight: 400;
  opacity: .87;
}
/* 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: #EBF5FF;
    color: #000;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 12px;
  }

  /* line 53, ../__SASS/_MODULE__breadcrumbs.scss */
  #breadcrumbs a {
    font-size: 12px;
    line-height: 30px;
  }

  /* line 55, ../__SASS/_MODULE__breadcrumbs.scss */
  .landing-page-title {
    display: none;
  }

  /* line 57, ../__SASS/_MODULE__breadcrumbs.scss */
  #breadcrumbs .icon-home {
    font-size: 1.5em;
  }
  .trail span.active-trail, .trail-separator{
    font-size: 12px;
  }
  .trail{
    margin-left: 15px;
    margin-right: 15px;
  }


}
@media screen and (min-width: 481px) and (max-width: 1024px){

  #breadcrumbs {
    background-color: #EBF5FF;
    color: #000;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    /* padding-top: 17px; */
   /* margin-bottom: 0.25em; */
  }
  .trail span.active-trail, .trail-separator{
    font-size: 12px;
  }
  .trail{
    margin-right: 18px;
    margin-left: 18px;
  }

  /* line 66, ../__SASS/_MODULE__breadcrumbs.scss */
  #breadcrumbs a {
    /*color: #0074E2;
    text-decoration: none;*/
    font-size: 12px;
    line-height: 30px;
  }

  /* 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: 1025px) {
  /* line 78, ../__SASS/_MODULE__breadcrumbs.scss */
  #breadcrumbs {
    /*min-height: 25px;*/
    /*margin-top: 116px;*/
  }

  /* line 80, ../__SASS/_MODULE__breadcrumbs.scss */
  .landing-page-title {
    margin-top: 2px;
  }

  /* line 82, ../__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: #ffffff;
  /* -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: #eeeeee;
  color: #000000;
  display: block;
  position: absolute;
  left: 3px;
  top: 0.5em;
  padding: 4px 5px;
  border-radius: 4px;
}
/* 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: #BDBDBD;
}

/* 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: #0074E2;
  color: #fff;
  display: block;
  position: absolute;
  left: 3px;
  top: 0.5em;
  padding: 4px 5px;
}
/* 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: #EBF5FF;
}

/* line 113, ../__SASS/_MODULE__footable.scss */
.footable > tbody > tr:hover {
  background: #eeeeee;
}
.footable > tbody > tr {
  border-bottom: 1px solid #E0E0E0;
}

/* 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;
}

.footable-detail-show{
  border-bottom: 0px !important;
  background: #EBF5FF;
}
.footable-detail-show:hover{
  border-bottom: 0px !important;
  background: #EBF5FF !important;
}

/* line 130, ../__SASS/_MODULE__footable.scss */
.footable > thead > tr > th, .footable > thead > tr > td {
  background-color: #0074e2;
  padding: 10px 16px 10px 10px;
  color: #fff;
  font-weight: 600;
  /* 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;
  letter-spacing: 1px;
}

/* 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: #0074e2;
}

/* 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; */
  /* color:#4F4F4F !important; */
  color:#000000 !important;
}
/* 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: #000000;
  display: block;
  position: absolute;
  width: 2em;
  top: 0.75em;
  left: 15px;
}
/* line 50, ../__SASS/_MODULE__sitemap.scss */
.sitemap-section .sitemap-links .body li a {
  color: #000000;
}
/* 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;
}

/*	-------------------------------- *\
	EXTENSIONS
\*	-------------------------------- */
/* line 7, ../__SASS/partials/_extendable.scss */
#main .nav-button {
  background-color: #0059a1;
  border: 1px solid #444;
  padding-left: 20px;
  text-align: center;
}
#go-to-top-link{
  background-color: #E6E6E6;
  padding: 5px 10px;

  box-shadow: 0px 0px 6px #00000029;
  position: relative;
  float: right;
  margin-top: -80px;
  margin-right: 10px;
  border: 1px solid #BDBDBD;
  font-size: 13px;
  text-decoration: none;

}
#go-to-top-link a{
  color: #D3D3D3 ;
}
#go-to-top-link:hover {
  background-color: #E0E0E0;
}



/* New css for UX design project*/


.showHideAll{

  font-size: 12px;
  background-color: #fff;
  padding: 4px 8px;
  border-radius: 11px;
  border: 1px solid #BDBDBD;
  color: #616161;
  text-decoration: none;
}
.showHideAll:hover{

  font-size: 12px;
  background-color: #F5F5F5;
  padding: 4px 8px;
  border-radius: 11px;
  border: 1px solid #BDBDBD;
  color: #616161;
  text-decoration: none;
}

.showHideAllWrapper{
  text-align: right;
  margin-bottom: 15px;
}

@media screen and (min-width: 1025px) {


}
@media screen and (max-width: 1024px) {

  .concertina > .cell > h2 , .concertina > .cell > h3 {
    font-size: 18px;
    line-height: 27px;
  }

}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  #content{
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .tablet-grid-100 {
    width: auto;
  }
  #lh-nav{
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #content{
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .tablet-grid-100 {
    width: auto;
  }


}

.sub-nav-wrapper a{
  text-decoration: underline;
}
.sub-nav-wrapper a:hover{
  text-decoration: none;
}
.sub-nav-wrapper a:visited{
  color: #4c2c92;
}


@media screen and (max-width: 1025px) {

  .sub-nav-wrapper{

    color: #000;
    opacity: .87;
    border-bottom: 1px solid #616161;

    margin-top: 16px;
    padding-bottom: 10px;
  }

  .sub-nav-parent{


    padding:10px 18px 8px 18px;
    margin-bottom: 0px;

  }
  .sub-nav-parent-span{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    padding-left: 26px;
    padding-right: 26px;


  }
  .sub-nav-parent-link{
    font-size: 18px;
    font-weight: 700;
    color: #000;
    padding-left: 24px;
    padding-right: 40px;
    display: block;

  }
  .sub-nav-children  li{
    padding: 11px 0px;
    color: #000;

  }

  .sub-nav-children  li a{
    padding: 11px 0px;
    font-size: 14px;
    color: #0074E2;

  }
  .sub-nav-children  li.active{
    font-weight: 600;
  }

  #sub-nav-down-chevron{
    float: right;
    margin-left: 30px;
    margin-right: 24px;
    color: #0074E2;
    margin-top: -15px;
  }
  .sub-nav-parent-link-wrapper{
    margin: 8px 0px;
  }
  .sub-nav-children{
    margin-right: 40px;
    margin-left: 40px;
    margin-bottom: 8px;
  }
  #lh-nav-mob {
    padding-left: 0;
    padding-right: 0;
  }

  .sub-nav-children{
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .sub-nav-parent{
    padding:10px 0px 10px 0px;
  }
  #lh-nav-mob{
    padding: 0px;
  }
  .sub-nav-children{
    margin-right: 24px;
    margin-left: 24px;
    margin-bottom: 8px;
    display: none;
  }
  #sub-nav-down-chevron{
    margin-left: 30px;
    margin-right: 24px;
  }



}
@media screen and (min-width: 1025px) {

  .sub-nav-wrapper{
    margin-left: 26px;
    color: #000;
    opacity: .87;
    border-bottom: 1px solid #616161;
    padding-bottom: 20px;
    margin-top: 16px;
  }

  .sub-nav-parent{
    border-top: 3px solid #616161;
    border-bottom: 1px solid #616161;
    padding: 20px 10px 20px 0px;
    margin-bottom: 20px;

  }
  .sub-nav-parent-span{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;

  }
  .sub-nav-parent-link{
    font-size: 20px;
    font-weight: 700;
    color: #000;
  }
  .sub-nav-children  li{
    padding: 8px 0px;
    color: #000;

  }

  .sub-nav-children  li a{
    padding: 11px 0px;
    color: #0074E2;

  }
  .sub-nav-children  li.active{
    font-weight: 600;
  }

  #sub-nav-down-chevron{
    display: none;
  }


}

.concertina h2 em {
  font-style: normal;
  font-size: inherit;
}

.concertina h2 em span {
  font-style: normal;
  font-size: inherit;
}


.form-clear-link{
  background-color: #fff !important;
  color: #000 !important;
  text-decoration: underline !important;
  cursor: pointer;
}

.no-active-alert{
	text-align: center !important;
	font-weight: 500;
	line-height:20px;
	/*letter-spacing: 1px;*/
}