/*************************************************************** 
 Massgov - v20150923 
 Deployed from Git Branch: feature/ER186-accordion-details-summary 
 Prior Commit: 4e4c38b at "2015-09-21 08:19:11 -0400"
 Change made by "Jes Constantine" (jessica.constantine@state.ma.us)
****************************************************************/

@charset "UTF-8";
/***********************************
    Main.css

    v20150715
    recommendations, toggle switch styles removed

    v20150414
    recommendations styles added

    v20141203
    tabbed module styles added

    v20140523
    toggle switch styles added

    v20140313jc
    share widget styles added

    v20131206jc
    New MegaDD styles + FontAwesome 4.0.2
************************************/
@import url(normalize.css);
/*
 * HTML5 Boilerplate
 */
/* ==========================================================================
 Base styles: opinionated defaults
 ========================================================================== */
@import url(ui-lightness/jquery-ui-1.9.0.custom.min.css);
/* line 9, ../scss/base.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/* line 17, ../scss/base.scss */
body {
  font-size: 1em;
  line-height: 1.4;
}

/*
* Remove text-shadow in selection highlight: h5bp.com/i
* These selection declarations have to be separate.
* Customize the background color to match your design.
*/
/* line 28, ../scss/base.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 33, ../scss/base.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
* A better looking default horizontal rule
*/
/* line 42, ../scss/base.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
* Remove the gap between images and the bottom of their containers: h5bp.com/i/440
*/
/* line 55, ../scss/base.scss */
img {
  vertical-align: middle;
}

/*
* Remove default fieldset styles.
*/
/* line 63, ../scss/base.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
* Allow only vertical resizing of textareas.
*/
/* line 73, ../scss/base.scss */
textarea {
  resize: vertical;
}

/* ==========================================================================
 Chrome Frame prompt
========================================================================== */
/* line 81, ../scss/base.scss */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
  MASS.GOV BASE STYLES
  ========================================================================== */
/* line 92, ../scss/base.scss */
body {
  font-size: 13px;
  line-height: 1.5em;
}

/* line 98, ../scss/base.scss */
ol, ul {
  list-style: none;
  padding: 0 0 0 20px;
}

/* line 102, ../scss/base.scss */
blockquote {
  margin: 1em 0.5em 1em 1.2em;
}

/* line 106, ../scss/base.scss */
a:link {
  color: #07459A;
}

/* line 109, ../scss/base.scss */
a:visited {
  color: #64406B;
}

/* line 113, ../scss/base.scss */
p {
  margin: 0 0 1em 0;
  word-wrap: break-word;
}

/* line 119, ../scss/base.scss */
table {
  margin: 1.5em 0;
}

/* line 122, ../scss/base.scss */
thead {
  background-color: #eee;
}

/* line 125, ../scss/base.scss */
td, th {
  padding: 0.3em;
}

/* line 128, ../scss/base.scss */
th {
  text-align: left;
}

/* line 132, ../scss/base.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: Tahoma,Verdana,Geneva,sans-serif;
  line-height: 1.2;
}

/* line 136, ../scss/base.scss */
h1 {
  font-size: 1.6em;
}

/* line 20, ../scss/layout.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 44, ../scss/layout.scss */
body {
  background-color: #fff;
}

/* line 59, ../scss/layout.scss */
.alert-container,
.outer-container {
  width: 1006px;
  margin: 0 auto;
  background-image: url("../images/backgrounds/default.gif");
  background-position: 51.9% 0;
  background-repeat: repeat-y;
  padding: 0 14px 14px 14px;
}
/* line 68, ../scss/layout.scss */
.lt-ie9 .alert-container, .lt-ie9
.outer-container {
  background-position: 52.9% 0;
}

/* line 74, ../scss/layout.scss */
.alert-container {
  background: none;
  padding: 0;
}
/* line 77, ../scss/layout.scss */
.alert-container .col {
  padding-bottom: 0;
}
/* line 80, ../scss/layout.scss */
.alert-container ul {
  margin: 0;
  padding: 0;
}
/* line 84, ../scss/layout.scss */
.alert-container .icon {
  padding-right: .4em;
}

/* line 90, ../scss/layout.scss */
#mobile-menu {
  display: none;
}
/* line 92, ../scss/layout.scss */
#mobile-menu button {
  margin-left: 5px;
}

/* line 96, ../scss/layout.scss */
.container {
  padding: 12px 12px 0 12px;
  background: #fff url("../images/template/container_bck.png") top left repeat-x;
  -webkit-box-shadow: 0px 0px 6px #000;
  -moz-box-shadow: 0px 0px 6px #000;
  box-shadow: 0px 0px 6px #000;
}
/* line 102, ../scss/layout.scss */
.container .alert-container {
  width: auto;
  margin-bottom: 0.7em;
  border: 1px solid #C5C7C9;
}
/* line 106, ../scss/layout.scss */
.container .alert-container .alert-broadcast {
  background-image: none;
  background-color: #f5f6f3;
  border-bottom: 1px solid #D6D8DB;
}
/* line 110, ../scss/layout.scss */
.container .alert-container .alert-broadcast:last-child {
  border: none;
}
/* line 113, ../scss/layout.scss */
.container .alert-container .alert-broadcast h2 {
  color: #D62C20;
}
/* line 116, ../scss/layout.scss */
.container .alert-container .alert-broadcast .icon {
  width: 2.5%;
  height: 2.5%;
}

/* line 123, ../scss/layout.scss */
.megadd {
  padding-bottom: 15px;
}

/* line 126, ../scss/layout.scss */
.footer {
  border-top: 1px solid #ddd;
  margin-top: 10px;
  padding-top: 10px;
}

/* line 132, ../scss/layout.scss */
.col {
  float: left;
  padding-bottom: 15px;
  zoom: 1;
  /* tetris50/50 ie7 width is wrong */
  *display: inline;
  margin-left: 2.86299%;
}
/* line 134, ../scss/layout.scss */
.content .col a {
  overflow: hidden;
}
/* line 137, ../scss/layout.scss */
.col:first-child {
  margin-left: 0;
}
/* line 158, ../scss/layout.scss */
.top-line .col {
  padding-bottom: 0;
}

/* line 165, ../scss/layout.scss */
.col1 {
  width: 5.70893%;
}

/* line 165, ../scss/layout.scss */
.col2 {
  width: 14.28085%;
}

/* line 165, ../scss/layout.scss */
.col3 {
  width: 22.85276%;
}

/* line 165, ../scss/layout.scss */
.col4 {
  width: 31.42468%;
}

/* line 165, ../scss/layout.scss */
.col5 {
  width: 39.99659%;
}

/* line 165, ../scss/layout.scss */
.col6 {
  width: 48.56851%;
}

/* line 165, ../scss/layout.scss */
.col7 {
  width: 57.14042%;
}

/* line 165, ../scss/layout.scss */
.col8 {
  width: 65.71234%;
}

/* line 165, ../scss/layout.scss */
.col9 {
  width: 74.28425%;
}

/* line 165, ../scss/layout.scss */
.col10 {
  width: 82.85617%;
}

/* line 165, ../scss/layout.scss */
.col11 {
  width: 91.42808%;
}

/* line 165, ../scss/layout.scss */
.col12 {
  width: 100%;
}

/* line 175, ../scss/layout.scss */
.row img {
  max-width: 100%;
}

/* line 179, ../scss/layout.scss */
.row, .module {
  *zoom: 1;
}
/* line 4, ../scss/partials/_mixins.scss */
.row:before, .row:after, .module:before, .module:after {
  content: "";
  display: table;
}
/* line 10, ../scss/partials/_mixins.scss */
.row:after, .module:after {
  clear: both;
}

/* line 184, ../scss/layout.scss */
.tetrisrow {
  margin-bottom: 15px;
}
/* line 187, ../scss/layout.scss */
.tetrisrow .module:last-child {
  margin-bottom: 0;
}
/* line 190, ../scss/layout.scss */
.tetrisrow .col {
  padding-bottom: 0;
}

/* line 200, ../scss/layout.scss */
.col444-dotted-verts {
  background-image: url("../images/template/9d-dotted-vert.gif"), url("../images/template/9d-dotted-vert.gif");
  background-position: 32.9% 0, 67.1% 0;
  background-repeat: repeat-y;
}
/* line 205, ../scss/layout.scss */
.lt-ie9 .col444-dotted-verts {
  background-image: url("../images/template/444-dotted-verts-IE.gif");
  background-position: 50% 0;
  background-repeat: repeat-y;
}

/* line 212, ../scss/layout.scss */
.col444-solid-verts {
  background-image: url("../images/template/ddd-solid.gif"), url("../images/template/ddd-solid.gif");
  background-position: 32.9% 0, 67.1% 0;
  background-repeat: repeat-y;
}
/* line 218, ../scss/layout.scss */
.lt-ie9 .col444-solid-verts {
  background-image: url("../images/template/444-solid-verts-IE.gif");
  background-position: 50% 0;
  background-repeat: repeat-y;
}

/* line 225, ../scss/layout.scss */
.col363-solid-dotted-verts,
.col363-dotted-verts {
  background-image: url("../images/template/9d-dotted-vert.gif"), url("../images/template/9d-dotted-vert.gif");
  background-position: 24.3% 0, 75.7% 0;
  background-repeat: repeat-y;
}
/* line 232, ../scss/layout.scss */
.lt-ie9 .col363-solid-dotted-verts, .lt-ie9
.col363-dotted-verts {
  background-image: url("../images/template/363-dotted-verts-IE.gif");
  background-position: 50% 0;
  background-repeat: repeat-y;
}

/* line 239, ../scss/layout.scss */
.col363-solid-dotted-verts {
  background-image: url("../images/template/ddd-solid.gif"), url("../images/template/9d-dotted-vert.gif");
}
/* line 243, ../scss/layout.scss */
.lt-ie9 .col363-solid-dotted-verts {
  background-image: url("../images/template/363-solid-dotted-verts-IE.gif");
}

/* line 249, ../scss/layout.scss */
.lt-ie9 .col6 .tetrisrow.col444-solid-verts {
  background-image: url("../images/template/444-solid-verts-tetrisrow.gif");
  background-position: 50%;
  background-repeat: repeat-y;
}

/* line 255, ../scss/layout.scss */
.col66-dotted-vert {
  background-image: url("../images/template/9d-dotted-vert.gif");
  background-position: 50%;
  background-repeat: repeat-y;
}

/* line 260, ../scss/layout.scss */
.col93-dotted-vert {
  background-image: url("../images/template/9d-dotted-vert.gif");
  background-position: 75.7% 0;
  background-repeat: repeat-y;
}

/* line 265, ../scss/layout.scss */
.col39-dotted-vert {
  background-image: url("../images/template/9d-dotted-vert.gif");
  background-position: 24.3% 0;
  background-repeat: repeat-y;
}

/* line 270, ../scss/layout.scss */
.col84-dotted-vert,
.col84-solid-vert {
  background-image: url("../images/template/ddd-solid.gif");
  background-position: 67.2% 0;
  background-repeat: repeat-y;
}

/* line 276, ../scss/layout.scss */
.col84-dotted-vert {
  background-image: url("../images/template/9d-dotted-vert.gif");
}

/* line 279, ../scss/layout.scss */
.col48-dotted-vert,
.col48-solid-vert {
  background-image: url("../images/template/ddd-solid.gif");
  background-position: 32.8% 0;
  background-repeat: repeat-y;
}

/* line 285, ../scss/layout.scss */
.col48-dotted-vert {
  background-image: url("../images/template/9d-dotted-vert.gif");
}

/* line 288, ../scss/layout.scss */
.solid-right {
  border: 1px solid #9d9d9d;
}

/*********************************************************************
 v.20140418JC update to MegaDD Active Tab style
 v.20140213JC update to breadcrubms, remove home css content (added as <i> element) @ #402 for ER206 C1009914
 v.20140106JC update to sassy list - ie 7 / 8 margins
 v.20131230JC update to sassy list - added .no-icon styles to h3
 v.20131220JC update to persistant nav styles start @ #934
 v.20131216JC update to subnav styles for keyboard focus start @ #575
 v.20130924JC update to sassy list styles @ #1156
 v.20130903P heading size, list styles in body and callout fix
**********************************************************************/
/* line 22, ../scss/styles.scss */
.top-line {
  font-size: 0.9em;
}
/* line 20, ../scss/partials/_mixins.scss */
.top-line a {
  text-decoration: none;
}
/* line 23, ../scss/partials/_mixins.scss */
.top-line a:hover, .top-line a.menu.active {
  text-decoration: underline;
}
/* line 25, ../scss/styles.scss */
.top-line a {
  color: #fff;
}

/* line 32, ../scss/styles.scss */
.alert {
  text-align: right;
  padding: 8px 0 0 0;
  margin: 0;
}
/* line 36, ../scss/styles.scss */
.alert .icon {
  position: relative;
  top: -2px;
}

/* line 43, ../scss/styles.scss */
.top-line #logo {
  float: left;
}
/* line 46, ../scss/styles.scss */
#logo img {
  position: relative;
  top: 8px;
  margin-right: 30px;
}

/* line 52, ../scss/styles.scss */
.rwd-small {
  font-size: 0.8em;
}

/* line 55, ../scss/styles.scss */
.rwd-right {
  float: right;
}

/* line 59, ../scss/styles.scss */
.titlelink {
  text-decoration: none;
}
/* line 61, ../scss/styles.scss */
.titlelink:hover, .titlelink.menu.active {
  text-decoration: underline;
}

/* line 69, ../scss/styles.scss */
.callout .titlelink,
.bodyfield .titlelink,
p .titlelink {
  text-decoration: underline;
}

/* line 74, ../scss/styles.scss */
.rwd-ulhorizontal {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 78, ../scss/styles.scss */
.rwd-ulhorizontal li {
  float: left;
}
/* line 87, ../scss/styles.scss */
.top-line .rwd-ulhorizontal li {
  padding: 0 1em;
  margin: 8px 0;
  border-right: 1px solid #fff;
}
/* line 92, ../scss/styles.scss */
.top-line .rwd-ulhorizontal li.skip-to-main {
  padding: 0 .5em 0 0;
}
/* line 95, ../scss/styles.scss */
.top-line .rwd-ulhorizontal li.resizing-text {
  padding: 0 .5em;
}
/* line 98, ../scss/styles.scss */
.top-line .rwd-ulhorizontal li.translate-widget {
  padding: 0 0 0 .5em;
}
/* line 102, ../scss/styles.scss */
.top-line .rwd-ulhorizontal li:first-child {
  padding-left: 0;
}
/* line 106, ../scss/styles.scss */
.top-line .rwd-ulhorizontal li:last-child {
  border-right-width: 0;
}
/* line 110, ../scss/styles.scss */
.top-line .rwd-ulhorizontal li.last {
  border-right-width: 0;
}
/* line 114, ../scss/styles.scss */
.footer .rwd-ulhorizontal {
  font-size: 0.9em;
  text-align: right;
}
/* line 117, ../scss/styles.scss */
.footer .rwd-ulhorizontal li {
  padding: 0 0 0 14px;
}

/* line 123, ../scss/styles.scss */
.nav {
  padding: 0;
  margin: 0;
}
/* line 126, ../scss/styles.scss */
.nav:first-child {
  padding-left: 0;
}
/* line 129, ../scss/styles.scss */
.nav li {
  display: inline-block;
  padding: 0 0 0 10px;
  font-size: 0.9em;
}

/* line 136, ../scss/styles.scss */
.module {
  padding: 0 0 1em 0;
  margin: 0 0 1em 0;
  border-bottom: 1px solid #DDD;
}
/* line 149, ../scss/styles.scss */
.module h3 {
  color: #333;
  line-height: 1.2em;
  margin: 0 0 1em 0;
}
/* line 155, ../scss/styles.scss */
.introduction .module {
  border-bottom: 1px dotted #DDD;
}
/* line 158, ../scss/styles.scss */
.resources .module, .leftcol .module {
  font-size: 1em;
}
/* line 170, ../scss/styles.scss */
.module:last-child, .module:last-of-type {
  padding-bottom: 0;
  border-bottom-width: 0;
}
/* line 175, ../scss/styles.scss */
.module ul {
  list-style: none;
  padding-left: 0;
}
/* line 180, ../scss/styles.scss */
.module li {
  margin: 1em 0;
}
/* line 183, ../scss/styles.scss */
.module .img_wrapper {
  display: block;
  text-align: center;
}
/* line 187, ../scss/styles.scss */
.module .caption {
  font-size: 0.85em;
}

/* line 192, ../scss/styles.scss */
.caption {
  color: #575757;
  font-weight: bold;
  line-height: 1.35em;
  margin: 0.8em auto;
  padding: 0 0.5em;
  font-size: 0.9em;
}

/* -------------------------------
  welcome module
---------------------------------- */
/* line 204, ../scss/styles.scss */
#welcome {
  padding-top: 0;
}
/* line 20, ../scss/partials/_mixins.scss */
#welcome a {
  text-decoration: none;
}
/* line 23, ../scss/partials/_mixins.scss */
#welcome a:hover, #welcome a.menu.active {
  text-decoration: underline;
}
/* line 207, ../scss/styles.scss */
#welcome .unit {
  min-width: 161px;
  max-width: 218px;
  font-size: 1em;
  margin: 0 auto;
  line-height: 1.2;
}
/* line 216, ../scss/styles.scss */
#welcome .unit div {
  width: 62%;
  float: right;
}
/* line 220, ../scss/styles.scss */
#welcome .unit h3 {
  font-weight: normal;
}
/* line 224, ../scss/styles.scss */
#welcome .img_wrapper {
  display: inline-block;
  max-width: 34%;
  margin-bottom: 16px;
}

/* line 237, ../scss/styles.scss */
.search {
  *zoom: 1;
  position: relative;
  float: right;
  margin-top: 30px;
  background: url("../images/template/search-bg-smooth.png") repeat-x scroll 0 0 transparent;
}
/* line 4, ../scss/partials/_mixins.scss */
.search:before, .search:after {
  content: "";
  display: table;
}
/* line 10, ../scss/partials/_mixins.scss */
.search:after {
  clear: both;
}
/* line 245, ../scss/styles.scss */
.search:before {
  content: url("../images/template/search-left.png");
  position: absolute;
  left: -29px;
}
/* line 252, ../scss/styles.scss */
.search .lt-ie8-magnify {
  position: absolute;
  left: -29px;
}
/* line 258, ../scss/styles.scss */
.search legend {
  display: none;
}
/* line 260, ../scss/styles.scss */
.search input, .search select {
  float: left;
}
/* line 264, ../scss/styles.scss */
.search #searchinput {
  padding: 9px 1px;
  background: url("../images/template/search-input-tight.png") no-repeat scroll 100% 0 transparent;
}
/* line 268, ../scss/styles.scss */
.search #searchinput:focus {
  outline: none;
}
/* line 273, ../scss/styles.scss */
.search #search_scope {
  margin: 8px 6px;
  max-width: 15em;
}
/* line 278, ../scss/styles.scss */
.search input, .search select {
  background-color: transparent;
  border: medium none;
}
/* line 285, ../scss/styles.scss */
.search.no-option #searchinput {
  width: 24em;
}
/* line 290, ../scss/styles.scss */
.search.has-option #searchinput {
  width: 13em;
}
/* line 294, ../scss/styles.scss */
.search #submit {
  margin-left: -1px;
  background: #fff;
}

/* line 302, ../scss/styles.scss */
.ui-menu {
  max-height: 5.5em;
}

/* line 305, ../scss/styles.scss */
.ui-widget-content {
  background: #fff;
  position: absolute;
  overflow-y: scroll;
}

/* line 310, ../scss/styles.scss */
.ui-menu-item {
  font-size: 0.8em;
}

/* line 315, ../scss/styles.scss */
#seal {
  float: left;
  padding-right: 6px;
  border-right: 1px solid #E9E9E9;
}

/* line 322, ../scss/styles.scss */
#sitetitle,
#sitetitle_nonexec {
  float: left;
  max-width: 78%;
  padding-left: 10px;
  padding-top: 30px;
  font-family: Tahoma, Verdana, Geneva, sans-serif;
}
/* line 331, ../scss/styles.scss */
.lt-ie9 #sitetitle, .lt-ie9
#sitetitle_nonexec {
  width: 80%;
}
/* line 334, ../scss/styles.scss */
#sitetitle > a,
#sitetitle_nonexec > a {
  color: #000;
  text-decoration: none;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1em;
}
/* line 342, ../scss/styles.scss */
#sitetitle span,
#sitetitle_nonexec span {
  color: #E25800;
  display: block;
  font-weight: bold;
  padding-top: 4px;
}
/* line 348, ../scss/styles.scss */
#sitetitle ul,
#sitetitle_nonexec ul {
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
}
/* line 353, ../scss/styles.scss */
#sitetitle li,
#sitetitle_nonexec li {
  display: inline;
  padding-right: 10px;
  font-size: 0.9em;
}

/* line 359, ../scss/styles.scss */
#nonexec span {
  font-size: 1.2em;
}

/* line 362, ../scss/styles.scss */
#sitetitle {
  min-height: 45px;
}

/* line 367, ../scss/styles.scss */
#tagline {
  font-size: 0.85em;
  position: absolute;
  top: 0;
  left: 100px;
  line-height: 1.3em;
}

/* line 376, ../scss/styles.scss */
.breadcrumbs ol {
  margin: 0;
  padding: 0 0.3em 0 0.3em;
}
/* line 379, ../scss/styles.scss */
.breadcrumbs ol li {
  font-size: 0.9em;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
/* line 387, ../scss/styles.scss */
.lt-ie8 .breadcrumbs ol li {
  background: url("../images/template/breadcrumbs.png") 0% 6px no-repeat transparent;
  padding-left: 14px;
}
/* line 392, ../scss/styles.scss */
.breadcrumbs ol li:before {
  content: "\F105";
  /* caret right */
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  background: none;
  margin: 0 8px 0 0;
  font-size: 1.1em;
  position: relative;
  color: #444;
}
/* line 405, ../scss/styles.scss */
.lt-ie8 .breadcrumbs ol li:first-child {
  background: none;
  padding-left: 0px;
}
/* line 409, ../scss/styles.scss */
.lt-ie8 .breadcrumbs ol li:first-child .fa-home {
  padding-right: 5px;
}
/* line 414, ../scss/styles.scss */
.breadcrumbs ol li:first-child:before {
  content: " ";
  margin: 0 5px 0 -10px;
}
/* line 420, ../scss/styles.scss */
.breadcrumbs ol li a, .breadcrumbs ol li span {
  padding: 0 0.5em 0 0;
  text-decoration: none;
}

/* line 429, ../scss/styles.scss */
#pagedescription {
  margin-bottom: 1em;
  font-size: 1.1em;
}

/* line 434, ../scss/styles.scss */
.author {
  margin-bottom: 1.7em;
}

/* asides */
/* line 444, ../scss/styles.scss */
.leftcol h2, .leftcol h3, .leftcol h4, .leftcol h5, .leftcol h6, .resources h2, .resources h3, .resources h4, .resources h5, .resources h6 {
  margin: 0 0 0.8em 0;
}

/* line 465, ../scss/styles.scss */
.introduction h1 {
  background: none;
  font-size: 1.67em;
  margin-top: 1em;
  padding: 0;
}
/* line 473, ../scss/styles.scss */
.introduction .meta h1 {
  margin-top: 0;
}
/* line 477, ../scss/styles.scss */
.introduction h2 {
  margin-top: 0;
  font-weight: normal;
}
/* line 484, ../scss/styles.scss */
.introduction h3, .introduction h4, .introduction h5, .introduction h6 {
  margin: 0 0 0.8em 0;
}
/* line 489, ../scss/styles.scss */
.introduction h3:first-child {
  margin-top: 0;
}
/* line 503, ../scss/styles.scss */
.introduction ul {
  list-style-type: disc;
}
/* line 506, ../scss/styles.scss */
.introduction ul .seeall {
  list-style-type: none;
}
/* line 510, ../scss/styles.scss */
.introduction ul ul {
  list-style-type: square;
}
/* line 512, ../scss/styles.scss */
.introduction ul ul ul {
  list-style-type: circle;
}
/* line 514, ../scss/styles.scss */
.introduction ul ul ul ul {
  list-style-type: disc;
}
/* line 520, ../scss/styles.scss */
.introduction ol {
  list-style-type: decimal;
}
/* line 522, ../scss/styles.scss */
.introduction ol ol {
  list-style-type: lower-alpha;
}
/* line 524, ../scss/styles.scss */
.introduction ol ol ol {
  list-style-type: lower-roman;
}
/* line 529, ../scss/styles.scss */
.introduction li {
  margin: 1em 0;
}
/* line 534, ../scss/styles.scss */
.introduction ul.category,
.introduction .module ul {
  list-style: none outside none;
  margin-left: 0;
  padding-left: 0;
}
/* line 540, ../scss/styles.scss */
.introduction ul.category {
  margin-top: 0;
}
/* line 20, ../scss/partials/_mixins.scss */
.introduction ul.category a.titlelink a {
  text-decoration: none;
}
/* line 23, ../scss/partials/_mixins.scss */
.introduction ul.category a.titlelink a:hover, .introduction ul.category a.titlelink a.menu.active {
  text-decoration: underline;
}
/* line 550, ../scss/styles.scss */
.introduction ul.category > li {
  *zoom: 1;
  border-bottom: 1px dotted #9b9b9b;
  padding: 0 0 1.3em 0;
  margin: 0 0 1.3em 0;
}
/* line 4, ../scss/partials/_mixins.scss */
.introduction ul.category > li:before, .introduction ul.category > li:after {
  content: "";
  display: table;
}
/* line 10, ../scss/partials/_mixins.scss */
.introduction ul.category > li:after {
  clear: both;
}
/* line 560, ../scss/styles.scss */
.introduction ul.category > li h2 {
  margin-bottom: 0;
}
/* line 563, ../scss/styles.scss */
.introduction ul.category > li .callout {
  margin-top: 0.7em;
}
/* line 568, ../scss/styles.scss */
.introduction ul.category > li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 573, ../scss/styles.scss */
.introduction ul.category ul {
  list-style-type: square;
}

/* line 579, ../scss/styles.scss */
ul.category {
  padding-left: 0;
}

/* line 589, ../scss/styles.scss */
.subnav {
  margin-top: 0;
  padding: 0;
  -moz-box-shadow: 5px 5px 14px -6px #eaeaea;
  -webkit-box-shadow: 5px 5px 14px -6px #eaeaea;
  box-shadow: 5px 5px 14px -6px #eaeaea;
}
/* line 596, ../scss/styles.scss */
.lt-ie9 .subnav {
  border-top: 1px solid #dfdfdf;
}
/* line 600, ../scss/styles.scss */
.subnav .nav_label {
  *zoom: 1;
  background: #f5f5f5;
  -webkit-background-clip: border-box;
  -webkit-background-origin: padding-box;
  -webkit-background-size: auto;
  -webkit-box-shadow: rgba(155, 155, 155, 0.2) 0px 0px 0px 1px, rgba(255, 255, 255, 0.90196) 1px 0px 0px 0px inset, rgba(0, 0, 0, 0.09804) 0px 2px 2px 0px, #cccccc 0px 1px 1px -1px;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background: -webkit-linear-gradient(top, whitesmoke 90%, #f0f0f0 97%);
  background: -moz-linear-gradient(top, whitesmoke 90%, #f0f0f0 97%);
  background: -o-linear-gradient(top, whitesmoke 90%, #f0f0f0 97%);
  background: -ms-linear-gradient(top, whitesmoke 90%, #f0f0f0 97%);
  background: linear-gradient(top, #f5f5f5 90%, #f0f0f0 97%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f0f0f0',GradientType=0 );
  background-origin: padding-box;
  background-size: auto;
  border-top-color: white;
  border-top-style: solid;
  border-top-width: 1px;
  -webkit-box-shadow: rgba(155, 155, 155, 0.2) 0px 0px 0px 1px, rgba(255, 255, 255, 0.90196) 1px 0px 0px 0px inset, rgba(0, 0, 0, 0.09804) 0px 2px 2px 0px;
  -moz-box-shadow: rgba(155, 155, 155, 0.2) 0px 0px 0px 1px, rgba(255, 255, 255, 0.90196) 1px 0px 0px 0px inset, rgba(0, 0, 0, 0.09804) 0px 2px 2px 0px;
  box-shadow: rgba(155, 155, 155, 0.2) 0px 0px 0px 1px, rgba(255, 255, 255, 0.90196) 1px 0px 0px 0px inset, rgba(0, 0, 0, 0.09804) 0px 2px 2px 0px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: normal;
}
/* line 4, ../scss/partials/_mixins.scss */
.subnav .nav_label:before, .subnav .nav_label:after {
  content: "";
  display: table;
}
/* line 10, ../scss/partials/_mixins.scss */
.subnav .nav_label:after {
  clear: both;
}
/* line 629, ../scss/styles.scss */
.lt-ie9 .subnav .nav_label {
  background: #f5f5f5;
  border: 1px solid #dfdfdf;
  border-top: 0;
}
/* line 642, ../scss/styles.scss */
.lt-ie8 .subnav li {
  position: relative;
}
/* line 646, ../scss/styles.scss */
.subnav li:first-of-type .nav_label {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
/* line 651, ../scss/styles.scss */
.subnav li:last-of-type .nav_label {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
/* line 656, ../scss/styles.scss */
.subnav li a {
  text-decoration: none;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
/* line 661, ../scss/styles.scss */
.subnav li a:hover, .subnav li a.menu.active {
  text-decoration: underline;
}
/* line 664, ../scss/styles.scss */
.subnav li a.link {
  float: left;
  padding: 12px 4% 9px;
  width: 100%;
  color: #222;
}
/* line 674, ../scss/styles.scss */
.lt-ie9 .subnav li a {
  position: relative;
}
/* line 679, ../scss/styles.scss */
.subnav li.trigger a.button {
  float: right;
  height: 25px;
  margin: 7px 7px 0 0;
  padding: 0;
  position: relative;
  width: 25px;
  border: 1px solid #e0e0e0;
  overflow: visible !important;
  z-index: 2;
  line-height: 29px;
  background-color: #ececec;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#ececec));
  background-image: -webkit-linear-gradient(top, #f6f6f6, #ececec);
  background-image: -moz-linear-gradient(top, #f6f6f6, #ececec);
  background-image: -ms-linear-gradient(top, #f6f6f6, #ececec);
  background-image: -o-linear-gradient(top, #f6f6f6, #ececec);
  background-image: linear-gradient(top, #f6f6f6, #ececec);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.97), inset -1px -1px 2px #eaeaea;
  text-indent: 0;
  display: inline-block;
  color: #777777;
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 0px #ffffff;
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild( document.createElement("small") ).className="after-down", this.appendChild( document.createElement("small") ).className="after-up" );
}
/* line 716, ../scss/styles.scss */
.subnav li.trigger a.button:hover, .subnav li.trigger a.button.menu.active {
  text-decoration: none;
  box-shadow: inset 0 -1px 2px rgba(255, 255, 255, 0.97), inset 1px 1px 2px #eaeaea;
}
/* line 720, ../scss/styles.scss */
.subnav li.trigger a.button:hover:after, .subnav li.trigger a.button.menu.active:after {
  color: #777;
}
/* line 725, ../scss/styles.scss */
.subnav li.trigger a.button:focus {
  text-decoration: none;
  outline: 1px dotted #222;
  box-shadow: inset 0 -1px 2px rgba(255, 255, 255, 0.97), inset 1px 1px 2px #eaeaea;
  border-color: #ddd;
}
/* line 731, ../scss/styles.scss */
.subnav li.trigger a.button:focus:after {
  color: #999;
}
/* line 743, ../scss/styles.scss */
.subnav li.trigger a.button:after, .subnav li.trigger a.button .after-down {
  content: "\F0D7";
  /* caret down */
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  background: none;
  top: -1px;
  position: relative;
  font-size: 1.25em;
  color: #222;
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\f0d7');
  cursor: pointer;
}
/* line 761, ../scss/styles.scss */
.subnav li.trigger a.button .after-up {
  display: none;
}
/* line 765, ../scss/styles.scss */
.subnav li.trigger a.button:active {
  position: relative;
  box-shadow: inset 1px 1px 1px 0 #bebebe;
  padding-top: 1px;
  background: #ebebeb;
  border: 1px solid #d0d0d0;
}
/* line 772, ../scss/styles.scss */
.subnav li.trigger a.button:active:after {
  color: #555;
}
/* line 777, ../scss/styles.scss */
.subnav li.trigger a.link {
  color: #222;
  width: 85%;
}
/* line 780, ../scss/styles.scss */
.lt-ie8 .subnav li.trigger a.link {
  width: 150px;
}
/* line 783, ../scss/styles.scss */
.subnav li.trigger a.link:focus {
  text-decoration: underline;
}
/* line 789, ../scss/styles.scss */
.subnav li.trigger.active a.button {
  -moz-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.97), 0 1px 1px rgba(80, 80, 80, 0.1), 1px 1px 1px rgba(75, 75, 75, 0.35);
  -webkit-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.97), 0 1px 1px rgba(80, 80, 80, 0.1), 1px 1px 1px rgba(75, 75, 75, 0.35);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.97), 0 1px 1px rgba(80, 80, 80, 0.1), 1px 1px 1px rgba(75, 75, 75, 0.35);
}
/* line 794, ../scss/styles.scss */
.subnav li.trigger.active a.button:focus {
  text-decoration: none;
  outline: 1px dotted #333;
  box-shadow: inset 0 -1px 2px rgba(255, 255, 255, 0.97), inset 1px 1px 2px #eaeaea;
  border-color: #ddd;
}
/* line 800, ../scss/styles.scss */
.subnav li.trigger.active a.button:focus:after {
  color: #999;
}
/* line 805, ../scss/styles.scss */
.lt-ie9 .subnav li.trigger.active a.button {
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#bababa,direction=90,strength=2), progid:DXImageTransform.Microsoft.Shadow(color=#bababa,direction=135,strength=1), progid:DXImageTransform.Microsoft.Shadow(color=#bababa,direction=180,strength=2);
  zoom: 1;
}
/* line 812, ../scss/styles.scss */
.lt-ie8 .subnav li.trigger.active a.button {
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild( document.createElement("small") ).className="after-up" );
  filter: none;
}
/* line 820, ../scss/styles.scss */
.subnav li.trigger.active a.button:hover, .subnav li.trigger.active a.button.menu.active {
  -moz-box-shadow: inset 0 -1px 2px rgba(255, 255, 255, 0.97), inset 1px 1px 2px #eaeaea, 0 1px 1px rgba(80, 80, 80, 0.1), 1px 2px 1px rgba(100, 100, 100, 0.35);
  -webkit-box-shadow: inset 0 -1px 2px rgba(255, 255, 255, 0.97), inset 1px 1px 2px #eaeaea, 0 1px 1px rgba(80, 80, 80, 0.1), 1px 2px 1px rgba(100, 100, 100, 0.35);
  box-shadow: inset 0 -1px 2px rgba(255, 255, 255, 0.97), inset 1px 1px 2px #eaeaea, 0 1px 1px rgba(80, 80, 80, 0.1), 1px 2px 1px rgba(100, 100, 100, 0.35);
}
/* line 825, ../scss/styles.scss */
.subnav li.trigger.active a.button:hover:after, .subnav li.trigger.active a.button.menu.active:after {
  color: #777;
}
/* line 830, ../scss/styles.scss */
.subnav li.trigger.active a.button:active {
  position: relative;
  box-shadow: inset 1px 1px 1px 0 #bebebe;
  padding-top: 1px;
  background: #ebebeb;
  border: 1px solid #d0d0d0;
}
/* line 837, ../scss/styles.scss */
.subnav li.trigger.active a.button:active:after {
  color: #555;
}
/* line 842, ../scss/styles.scss */
.subnav li.trigger.active a.button .after-down {
  display: none;
}
/* line 846, ../scss/styles.scss */
.subnav li.trigger.active a.button:after {
  content: "\F0D8";
  /* caret up */
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  background: none;
  top: -3px;
  position: relative;
  font-size: 1.25em;
  color: #222;
}
/* line 860, ../scss/styles.scss */
.lt-ie8 .subnav li.trigger.active a.button .after-up {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  background: none;
  top: -3px;
  position: relative;
  font-size: 1.25em;
  color: #222;
  display: block;
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\f0d8');
  cursor: pointer;
}
/* line 881, ../scss/styles.scss */
.subnav .toggle_container {
  background-color: #FFF;
  clear: both;
  overflow: hidden;
}
/* line 885, ../scss/styles.scss */
.subnav .toggle_container .block {
  margin: 0;
  padding: 0;
  background-color: #fff;
  border: 1px solid #cad7e6;
  border-top: 0;
}
/* line 894, ../scss/styles.scss */
.subnav .toggle_container .block li {
  border-top: 1px solid #cad7e6;
  margin-bottom: 0;
}
/* line 899, ../scss/styles.scss */
.subnav .toggle_container .block li:hover, .subnav .toggle_container .block li.menu.active {
  background: #ECF0F6;
  background-color: #ECF0F6;
}
/* line 906, ../scss/styles.scss */
.lt-ie9 .subnav .toggle_container .block li:hover, .lt-ie9 .subnav .toggle_container .block li.menu.active {
  background: #ECF0F6;
}
/* line 910, ../scss/styles.scss */
.subnav .toggle_container .block li a {
  display: block;
  margin: 0;
  padding: 14px 12px 14px 22px;
  color: #222;
}
/* line 916, ../scss/styles.scss */
.subnav .toggle_container .block li a:focus {
  outline: 0;
  text-decoration: underline;
  background: #ECF0FC;
  background-color: #ECF0FC;
}
/* line 925, ../scss/styles.scss */
.lt-ie9 .subnav .toggle_container .block li a:focus {
  background: #ECF0FC;
}

@media only screen and (min-width: 761px) and (max-width: 1004px) {
  /* line 937, ../scss/styles.scss */
  .subnav li.trigger a.link {
    color: #222;
    width: 80%;
  }

  /* line 941, ../scss/styles.scss */
  .subnav li.trigger a.button {
    margin-right: 5px;
  }
}
/* line 965, ../scss/styles.scss */
.persist {
  -moz-box-shadow: 5px 5px 14px -6px #eaeaea;
  -webkit-box-shadow: 5px 5px 14px -6px #eaeaea;
  box-shadow: 5px 5px 14px -6px #eaeaea;
}
/* line 970, ../scss/styles.scss */
.lt-ie9 .persist {
  border: 1px solid #e0e0e0;
}
/* line 974, ../scss/styles.scss */
.persist > li {
  background-color: #f5f5f5;
  -webkit-background-clip: border-box;
  -webkit-background-origin: padding-box;
  -webkit-background-size: auto;
  -webkit-box-shadow: rgba(155, 155, 155, 0.2) 0px 0px 0px 1px, rgba(255, 255, 255, 0.90196) 1px 0px 0px 0px inset, rgba(0, 0, 0, 0.09804) 0px 2px 2px 0px;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background: -webkit-linear-gradient(top, whitesmoke 90%, #f0f0f0 90%);
  background: -moz-linear-gradient(top, whitesmoke 90%, #f0f0f0 90%);
  background: -o-linear-gradient(top, whitesmoke 90%, #f0f0f0 90%);
  background: -ms-linear-gradient(top, whitesmoke 90%, #f0f0f0 90%);
  /* IE10+ */
  background: linear-gradient(top, #f5f5f5 90%, #f0f0f0 90%);
  /* W3C */
  box-shadow: rgba(155, 155, 155, 0.2) 0px 0px 0px 1px, rgba(255, 255, 255, 0.90196) 1px 0px 0px 0px inset, rgba(0, 0, 0, 0.09804) 0px 2px 2px 0px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f0f0f0',GradientType=0 );
  *zoom: 1;
}
/* line 992, ../scss/styles.scss */
.persist > li:first-of-type {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
/* line 997, ../scss/styles.scss */
.persist > li:last-of-type {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
/* line 1002, ../scss/styles.scss */
.lt-ie9 .persist > li {
  border-bottom: 1px solid #e0e0e0;
}
/* line 1006, ../scss/styles.scss */
.persist > li.active {
  border-color: #dcdcdc;
  box-shadow: rgba(155, 155, 155, 0.3) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 2px 2px 0px;
  padding-bottom: 3px;
}
/* line 1014, ../scss/styles.scss */
.persist > li > a {
  position: relative;
  display: block;
  font-size: 1em;
  margin: 0;
  padding: 12px 4%;
  clear: both;
  color: #222;
  padding: 12px 20px 12px 4%;
  border-top: 1px solid #FFFFFF;
  font-weight: normal;
}
/* line 1023, ../scss/styles.scss */
.persist > li > a:hover, .persist > li > a.menu.active,
.persist > li > a:focus,
.persist > li > span {
  position: relative;
  display: block;
  font-size: 1em;
  margin: 0;
  padding: 12px 4%;
  clear: both;
  color: #222;
  padding: 12px 20px 12px 4%;
  font-weight: bold;
  border-bottom: none;
  clear: both;
}
/* line 1038, ../scss/styles.scss */
.persist > li > a:hover, .persist > li > a.menu.active,
.persist > li > a:focus {
  font-weight: normal;
  text-decoration: underline;
}
/* line 1044, ../scss/styles.scss */
.persist > li > span {
  font-weight: bold;
  text-decoration: none;
  border-right: 4px solid #4d72a1;
}
/* line 1051, ../scss/styles.scss */
.persist > li > ul {
  margin: 0 -1px 3px 5px;
  padding: 0;
  background-color: #fff;
  /*-moz-box-shadow: inset 0 0 10px #cad7e6, 0px 0px 4px 0px #e0e0e0;
	-webkit-box-shadow: inset 0px 0px 10px #cad7e6, 0px 0px 4px 0px #e0e0e0;
	box-shadow: inset 0px 0px 10px #cad7e6, 0px 0px 4px 0px #e0e0e0;*/
  border: 1px solid #cad7e6;
  position: relative;
  /*.lt-ie9 & {
    margin: 2px -1px 3px 5px;
  }*/
}
/* line 1068, ../scss/styles.scss */
.persist > li > ul:before {
  position: absolute;
  top: -11px;
  right: 7px;
  display: inline-block;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #cad7e6;
  border-left: 11px solid transparent;
  content: '';
  z-index: 90;
}
/* line 1081, ../scss/styles.scss */
.persist > li > ul:after {
  position: absolute;
  top: -9px;
  right: 9px;
  display: inline-block;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  border-left: 9px solid transparent;
  content: '';
  z-index: 100;
}
/* line 1100, ../scss/styles.scss */
.persist > li > ul li {
  margin-bottom: 0;
  padding-left: 0;
  border-top: 0;
}
/* line 1105, ../scss/styles.scss */
.persist > li > ul li:first-child > a, .persist > li > ul li:first-child > a:hover, .persist > li > ul li:first-child > a.menu.active, .persist > li > ul li:first-child > span, .persist > li > ul li:first-child > span:hover, .persist > li > ul li:first-child > span.menu.active {
  border-top: 0;
}
/* line 1112, ../scss/styles.scss */
.persist > li > ul li > span, .persist > li > ul li > a {
  padding: 10px 8px 10px 27px;
  /*  background-color: $subnav-child-base-bg;  move bg color to UL, not LI */
  padding: 10px 20px;
  display: block;
  color: #222;
}
/* line 1119, ../scss/styles.scss */
.persist > li > ul li > a {
  border-top: 1px solid #cad7e6;
}
/* line 1121, ../scss/styles.scss */
.persist > li > ul li > a:hover, .persist > li > ul li > a.menu.active, .persist > li > ul li > a:focus {
  background: #ECF0F6;
  border-top: 1px solid #cad7e6;
  text-decoration: underline;
}
/* line 1130, ../scss/styles.scss */
.persist > li > ul li > span {
  border-top: 1px solid #cad7e6;
  font-weight: bold;
  border-right: 4px solid #4d72a1;
  /*&:after {
    display:block;
    content:".";
    color:transparent;
    font-size:0;
    border-right:4px solid #4d72a1;
    height:1px;
    position:absolute;
    right:0;
    padding:0; // Top/bottom padding should equal top/bottom border of .test
    top:0; // Should equal top border of .test
    bottom:0; // Should equal bottom border of .test
  }*/
}
/* line 1152, ../scss/styles.scss */
.persist > li > ul li > ul {
  background-color: #fafafa;
  margin: 0;
  /*pull out to align background color with parent ul */
  padding: 0;
  position: relative;
  border-top: 1px solid #ececec;
}
/* line 1159, ../scss/styles.scss */
.persist > li > ul li > ul:before {
  position: absolute;
  top: -11px;
  right: 7px;
  display: inline-block;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #ececec;
  border-left: 11px solid transparent;
  content: '';
  z-index: 90;
}
/* line 1171, ../scss/styles.scss */
.persist > li > ul li > ul:after {
  position: absolute;
  top: -9px;
  right: 9px;
  display: inline-block;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fafafa;
  border-left: 9px solid transparent;
  content: '';
  z-index: 100;
}
/* line 1183, ../scss/styles.scss */
.persist > li > ul li > ul > li {
  padding-left: 0;
  border-top: 0;
}
/* line 1190, ../scss/styles.scss */
.persist > li > ul li > ul > li > span, .persist > li > ul li > ul > li > a {
  padding: 10px 20px;
  margin-left: 22px;
  border-top: 0;
  border-left: 1px dotted #ccc;
  overflow: visible !important;
}
/* line 1198, ../scss/styles.scss */
.persist > li > ul li > ul > li > span {
  padding: 5px 8px 5px 21px;
  border-bottom: 0;
  font-weight: bold;
  text-indent: -15px;
  color: #222;
  background: #fafafa;
  border-right: 0;
  *zoom: expression(this.runtimeStyle.zoom="1", this.insertBefore( document.createElement("small") ).className="before-check" );
}
/* line 1208, ../scss/styles.scss */
.persist > li > ul li > ul > li > span:after {
  content: '';
  border: 0;
}
/* line 1218, ../scss/styles.scss */
.persist > li > ul li > ul > li > span:before {
  content: "\f058";
  /* check in circle */
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  background-color: #FAFCFF;
  position: relative;
  font-size: 1.3em;
  color: #333;
  left: -13px;
  top: 1px;
}
/* line 1234, ../scss/styles.scss */
.lt-ie8 .persist > li > ul li > ul > li > span {
  border-left: 5px solid #222;
  text-indent: 0;
  padding-left: 20px;
  margin-left: 20px;
}
/* line 1241, ../scss/styles.scss */
.lt-ie8 .persist > li > ul li > ul > li > span .before-check {
  display: none;
}
/* line 1251, ../scss/styles.scss */
.persist > li > ul li > ul > li > a {
  padding: 5px 8px 5px 22px;
}
/* line 1253, ../scss/styles.scss */
.persist > li > ul li > ul > li > a:hover, .persist > li > ul li > ul > li > a.menu.active, .persist > li > ul li > ul > li > a:focus {
  background-color: #fafafa;
  border-top: 0;
  text-decoration: underline;
}
/* line 1261, ../scss/styles.scss */
.persist > li > ul li > ul > li ul li {
  padding: 0 0 0 12px;
}

/* line 1272, ../scss/styles.scss */
.seeall a {
  font-weight: bold;
  text-decoration: none;
}
/* line 1275, ../scss/styles.scss */
.seeall a:hover, .seeall a.menu.active {
  text-decoration: underline;
}

/* line 20, ../scss/partials/_mixins.scss */
.rss a {
  text-decoration: none;
}
/* line 23, ../scss/partials/_mixins.scss */
.rss a:hover, .rss a.menu.active {
  text-decoration: underline;
}
/* line 1283, ../scss/styles.scss */
.module .rss {
  line-height: 1.6em;
  padding-bottom: 1em;
  padding-top: 0;
}
/* line 1288, ../scss/styles.scss */
.rss a {
  padding: 0 8px 4px;
}
/* line 1291, ../scss/styles.scss */
.rss a.subscribe {
  background: url("../images/icon_rss.png") no-repeat 0 0;
  border-right: 1px solid #DDDDDD;
  padding-left: 27px;
}

/* line 1301, ../scss/styles.scss */
.center_slot > .img_wrapper {
  padding-bottom: 1em;
  display: block;
}

/*  =================================================
    LISTS IN EPHOX EDITOR
    ================================================= */
/* line 1318, ../scss/styles.scss */
.introduction ul {
  list-style-type: disc;
}
/* line 1320, ../scss/styles.scss */
.introduction ul .seeall {
  list-style-type: none;
}
/* line 1323, ../scss/styles.scss */
.introduction ul ul {
  list-style-type: square;
}
/* line 1325, ../scss/styles.scss */
.introduction ul ul ul {
  list-style-type: circle;
}
/* line 1327, ../scss/styles.scss */
.introduction ul ul ul ul {
  list-style-type: disc;
}
/* line 1333, ../scss/styles.scss */
.introduction ol {
  list-style-type: decimal;
}
/* line 1335, ../scss/styles.scss */
.introduction ol ol {
  list-style-type: lower-alpha;
}
/* line 1337, ../scss/styles.scss */
.introduction ol ol ol {
  list-style-type: lower-roman;
}
/* line 1342, ../scss/styles.scss */
.introduction li {
  margin: 1em 0;
}
/* line 1346, ../scss/styles.scss */
.introduction ul.category ul, .introduction .module .callout ul {
  list-style-type: disc;
  margin-left: 1.8em;
}
/* line 1349, ../scss/styles.scss */
.introduction ul.category ul .seeall, .introduction .module .callout ul .seeall {
  list-style-type: none;
}
/* line 1352, ../scss/styles.scss */
.introduction ul.category ul ul, .introduction .module .callout ul ul {
  list-style-type: square;
}
/* line 1354, ../scss/styles.scss */
.introduction ul.category ul ul ul, .introduction .module .callout ul ul ul {
  list-style-type: circle;
}
/* line 1356, ../scss/styles.scss */
.introduction ul.category ul ul ul ul, .introduction .module .callout ul ul ul ul {
  list-style-type: disc;
}
/* line 1362, ../scss/styles.scss */
.introduction ul.category ol, .introduction .module .callout ol {
  list-style-type: decimal;
  margin-left: 0.3em;
}
/* line 1365, ../scss/styles.scss */
.introduction ul.category ol ol, .introduction .module .callout ol ol {
  list-style-type: lower-alpha;
}
/* line 1367, ../scss/styles.scss */
.introduction ul.category ol ol ol, .introduction .module .callout ol ol ol {
  list-style-type: lower-roman;
}
/* line 1373, ../scss/styles.scss */
.introduction ul.category ul {
  margin-left: 0;
}

/* line 1405, ../scss/styles.scss */
.leftcol .module .callout ul, .resources .module .callout ul {
  list-style-type: disc;
  margin-left: 1em;
}
/* line 1408, ../scss/styles.scss */
.leftcol .module .callout ul .seeall, .resources .module .callout ul .seeall {
  list-style-type: none;
}
/* line 1411, ../scss/styles.scss */
.leftcol .module .callout ul ul, .resources .module .callout ul ul {
  list-style-type: square;
}
/* line 1413, ../scss/styles.scss */
.leftcol .module .callout ul ul ul, .resources .module .callout ul ul ul {
  list-style-type: circle;
}
/* line 1415, ../scss/styles.scss */
.leftcol .module .callout ul ul ul ul, .resources .module .callout ul ul ul ul {
  list-style-type: disc;
}
/* line 1421, ../scss/styles.scss */
.leftcol .module .callout ol, .resources .module .callout ol {
  list-style-type: decimal;
}
/* line 1424, ../scss/styles.scss */
.leftcol .module .callout ol ol, .resources .module .callout ol ol {
  list-style-type: lower-alpha;
}
/* line 1426, ../scss/styles.scss */
.leftcol .module .callout ol ol ol, .resources .module .callout ol ol ol {
  list-style-type: lower-roman;
}

/*  =================================================
    .HIGHPROFILE LISTS
    ================================================= */
/* line 1438, ../scss/styles.scss */
.highprofile {
  background-color: #f5f5f5;
  padding: 0;
}
/* line 1443, ../scss/styles.scss */
.highprofile.green h2, .highprofile.green h3 {
  background-color: #374f37;
}
/* line 1447, ../scss/styles.scss */
.highprofile.red h2, .highprofile.red h3 {
  background-color: #93000e;
}
/* line 1451, ../scss/styles.scss */
.highprofile.blue h2, .highprofile.blue h3 {
  background-color: #2d5faf;
}
/* line 1455, ../scss/styles.scss */
.highprofile h2, .highprofile h3 {
  line-height: 1.3;
  background-color: #575757;
  color: #fff;
  margin-bottom: 2px;
  padding: 8px;
}
/* line 1464, ../scss/styles.scss */
.highprofile li {
  font-size: 1em;
  line-height: 1.3;
  margin: 0.3em 0.8em;
  padding: 0.2em;
}

/*  =================================================
    .PG_{TYPE}
    ================================================= */
/* line 1476, ../scss/styles.scss */
.pg_pr {
  margin-top: 20px;
}
/* line 1478, ../scss/styles.scss */
.pg_pr .releaseinfo {
  background-color: #EEE;
  display: inline-block;
  margin: 0;
  padding: 0.3em;
  font-size: 1em;
  font-weight: normal;
}
/* line 1486, ../scss/styles.scss */
.pg_pr .pr {
  margin-top: 0;
  border-bottom: 3px double #DDDDDD;
  padding-bottom: .2em;
  color: #333;
  text-transform: uppercase;
}
/* line 1493, ../scss/styles.scss */
.pg_pr .pr dd {
  font-size: 0.9em;
  margin: 0 0 1em 0;
}

/* line 1512, ../scss/styles.scss */
.pg_more .rss {
  margin: 0 0 20px 0;
}
/* line 1516, ../scss/styles.scss */
.pg_more .introduction h2 {
  margin: 20px 0 16px 0;
  padding: 16px 0 0 0;
  font-size: 1.2em;
  border-top: 1px solid #ddd;
}
/* line 1522, ../scss/styles.scss */
.pg_more .introduction h2:nth-of-type(1) {
  border-top: none;
  padding-top: 0;
}
/* line 1526, ../scss/styles.scss */
.pg_more .introduction li {
  list-style-image: url("../images/template/morepg-bullet.png");
  margin: 0 0 1.3em;
  padding: 0;
}
/* line 1530, ../scss/styles.scss */
.pg_more .introduction li .callout {
  margin-top: 0.4em;
}

/* line 1542, ../scss/styles.scss */
.pg_article {
  margin-top: 1em;
}
/* line 1544, ../scss/styles.scss */
.pg_article #pagedescription {
  margin-bottom: 0.6em;
  font-weight: bold;
}
/* line 1548, ../scss/styles.scss */
.pg_article .articleinfo {
  margin-bottom: 1.7em;
  font-size: 0.9em;
}
/* line 1552, ../scss/styles.scss */
.pg_article .graphicallist {
  padding-bottom: 0;
  border: 1px solid #B25801;
}
/* line 1555, ../scss/styles.scss */
.pg_article .graphicallist h3 {
  padding: 0.5em;
  background-color: #B25801;
  color: #fefefe;
}
/* line 1560, ../scss/styles.scss */
.pg_article .graphicallist ul {
  margin: 1em 0.5em 0 0.5em;
}

/*  =================================================
    CITIZEN ALERT MODULE
    ================================================= */
/* line 1571, ../scss/styles.scss */
.alert-broadcast {
  background: #fded7e;
  color: #222222;
  padding: 8px 12px;
  border-top: 1px solid #fff;
}
/* line 1577, ../scss/styles.scss */
.alert-broadcast .fa {
  font-size: 2.25em;
  margin-left: 5px;
  width: 40px;
  vertical-align: middle;
}
/* line 1584, ../scss/styles.scss */
.alert-broadcast .fa-info-circle {
  color: #0420d6;
  margin-left: 6px;
  width: 39px;
}
/* line 1590, ../scss/styles.scss */
.alert-broadcast .fa-exclamation-triangle {
  color: #f50a04;
}
/* line 1594, ../scss/styles.scss */
.alert-broadcast h2 {
  display: inline;
  font-size: 1.1em;
  padding-right: 6px;
}
/* line 1597, ../scss/styles.scss */
.alert-broadcast h2 span {
  border-right: 1px solid #B0A349;
  padding-right: 6px;
}
/* line 1603, ../scss/styles.scss */
.alert-broadcast .timestamp {
  font-weight: bold;
}

/* line 1607, ../scss/styles.scss */
.alert-message:before {
  content: " - ";
}

/* line 1610, ../scss/styles.scss */
.alert-message:after {
  content: "..";
}

/*  =================================================
    SITE LEVEL ALERT MODULE
    ================================================= */
/* line 1618, ../scss/styles.scss */
.container .alert-container {
  width: auto;
  margin-bottom: 0.7em;
  border: 1px solid #C5C7C9;
}
/* line 1622, ../scss/styles.scss */
.container .alert-container .alert-broadcast {
  background-image: none;
  background-color: #f5f6f3;
  border-bottom: 1px solid #D6D8DB;
}
/* line 1626, ../scss/styles.scss */
.container .alert-container .alert-broadcast:last-child {
  border: none;
}
/* line 1629, ../scss/styles.scss */
.container .alert-container .alert-broadcast h2 {
  color: #D62C20;
}
/* line 1632, ../scss/styles.scss */
.container .alert-container .alert-broadcast .icon {
  margin-top: -0.2em;
  width: 2.5%;
  height: 2.5%;
}

/*  =================================================
    ALERT LANDING PAGE - ALERT UNIT
    ================================================= */
/* line 1644, ../scss/styles.scss */
.alert_unit {
  margin: 1.5em 0;
}
/* line 1647, ../scss/styles.scss */
.alert_unit h2 {
  display: inline;
}
/* line 1651, ../scss/styles.scss */
.alert_unit .alert_meta {
  margin-top: .5em;
}
/* line 1654, ../scss/styles.scss */
.alert_unit .fa {
  margin-left: 5px;
  height: 30px;
  width: 30px;
  vertical-align: middle;
}
/* line 1660, ../scss/styles.scss */
.alert_unit .fa-info-circle {
  color: #0420d6;
}
/* line 1664, ../scss/styles.scss */
.alert_unit .fa-exclamation-triangle {
  color: #f50a04;
}

/*  =================================================
    UTILITIES
    ================================================= */
/* line 1677, ../scss/styles.scss */
.ephoxsection-right,
.ephoxsection-left {
  max-width: 100%;
}

/* line 1681, ../scss/styles.scss */
.ephoxsection-right {
  float: right;
  margin: 2px 0 2px 10px;
}

/* line 1685, ../scss/styles.scss */
.ephoxsection-left {
  float: left;
  padding: 2px 10px 2px 0;
}

/* line 1689, ../scss/styles.scss */
.fileinfo {
  font-size: 80%;
  font-weight: normal;
}
/* line 1692, ../scss/styles.scss */
h2 .fileinfo {
  font-size: 60%;
}
/* line 1695, ../scss/styles.scss */
h3 .fileinfo {
  font-size: 68%;
}

/*  =================================================
    GLOBAL FORMS PAGE http://goo.gl/Frbzf
    ================================================= */
/* line 1704, ../scss/styles.scss */
.sans-bullets ul {
  list-style-type: none !important;
}
/* line 1707, ../scss/styles.scss */
.sans-bullets > ul {
  margin-left: 0;
  padding-left: 0;
}

/* line 1712, ../scss/styles.scss */
.index {
  font-size: 160%;
}
/* line 1714, ../scss/styles.scss */
.index li {
  padding: 0.2em;
  margin: 0.5em 0;
}

/* ======================================================
   Heading Font Size Test 8/13/2013 - YG
   ======================================================*/
/* line 1733, ../scss/styles.scss */
h2 {
  font-size: 1.35em;
}

/* line 1737, ../scss/styles.scss */
.bodyfield h2, .callout h2 {
  font-weight: bold;
}

/* line 1742, ../scss/styles.scss */
.callout h2 {
  font-size: 1.2285em;
}

/* line 1746, ../scss/styles.scss */
h3 {
  font-size: 1.2em;
}

/* line 1749, ../scss/styles.scss */
h4 {
  font-size: 1.115em;
}

/* line 1752, ../scss/styles.scss */
h5 {
  font-size: 1.038em;
}

/* line 1755, ../scss/styles.scss */
h6 {
  font-size: 0.9em;
}

/* line 1759, ../scss/styles.scss */
.leftcol h2, .resources h2 {
  font-size: 0.97133em;
  font-weight: bold;
}
/* line 1763, ../scss/styles.scss */
.leftcol h3, .resources h3 {
  font-size: 1.0044em;
}
/* line 1767, ../scss/styles.scss */
.leftcol .callout h3, .resources .callout h3 {
  font-size: 0.91983em;
}
/* line 1771, ../scss/styles.scss */
.leftcol h4, .resources h4 {
  font-size: 0.8842em;
}
/* line 1774, ../scss/styles.scss */
.leftcol h5, .resources h5 {
  font-size: 0.86984em;
}
/* line 1777, ../scss/styles.scss */
.leftcol h6, .resources h6 {
  font-size: 0.8073em;
}
/* line 1780, ../scss/styles.scss */
.leftcol .callout h2, .resources .callout h2 {
  font-weight: bold;
}

/* ======================================================
   END - Heading Font Size Test 8/13/2013 - YG
   ======================================================*/
/*  ====================================================
    SASSY LISTS - UPDATE 9/24/2013
    Online Services, Contact Us, Forms, Additional Reading
    ==================================================== */
/* line 1795, ../scss/styles.scss */
.module:first-of-type .module-inner-wrapper {
  margin-top: .25em !important;
}

/* can't be coupled with .first-of-type or it won't work */
/* line 1800, ../scss/styles.scss */
.lt-ie9 .module .module-inner-wrapper:first-child {
  margin-top: .25em !important;
}

/* line 1804, ../scss/styles.scss */
.module-inner-wrapper {
  padding: .7em 0 0 0;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  @-moz-document url-prefix() {
    /* line 1780, ../scss/styles.scss */
    .sassy.fa-stack {
      top: 1.4em;
    }

    /* line 1783, ../scss/styles.scss */
    .fa-circle-o.white-base {
      top: -.07em;
    }
}

  /*  =====================================================
      CSS for ALL SASSY LIST H3s, site specific H3s is site .scss
      =====================================================*/
}
/* line 1811, ../scss/styles.scss */
.module-inner-wrapper .sassy.fa-stack {
  font-size: 1.2em;
  height: 1em;
  z-index: 2;
}
/* line 1817, ../scss/styles.scss */
.module-inner-wrapper .fa-circle {
  color: #222;
  /*-webkit-text-stroke: 1px #fff;
  text-shadow: -1.5px -1.5px 0 #fff, 1.5px -1.5px 0 #fff, -1.5px 1.5px 0 #fff, 1.5px 1.5px 0 #fff;*/
  text-shadow: none;
}
/* line 1823, ../scss/styles.scss */
.module-inner-wrapper .fa-circle-o.white-base {
  top: -2px;
  left: 0;
  color: #fff;
  font-size: 2.3em;
  text-shadow: none;
}
/* line 1791, ../scss/styles.scss */
.module-inner-wrapper .callout h4 {
  font-size: 1em;
}
/* line 1846, ../scss/styles.scss */
.module-inner-wrapper .callout ul {
  list-style: none !important;
}
/* line 1854, ../scss/styles.scss */
.module-inner-wrapper h3 {
  font-family: sans-serif;
  font-size: 15px;
  line-height: 21px;
  position: relative;
  display: block;
  color: #fff;
  background: #4d72a1;
  text-shadow: 2px 2px 1px #000;
}
/* line 1865, ../scss/styles.scss */
.module-inner-wrapper h3 span.icon {
  position: absolute;
  top: 6px;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("../images/template/sprite_articleULh3.png");
  background-repeat: no-repeat;
}
/* line 1875, ../scss/styles.scss */
.module-inner-wrapper h3 span.icon.contact-us {
  background-position: 0 0;
}
/* line 1878, ../scss/styles.scss */
.module-inner-wrapper h3 span.icon.online-services {
  background-position: -30px 0;
}
/* line 1881, ../scss/styles.scss */
.module-inner-wrapper h3 span.icon.forms-you-may-need {
  background-position: -60px 0;
}
/* line 1884, ../scss/styles.scss */
.module-inner-wrapper h3 span.icon.additional-reading {
  background-position: -90px 0;
}
/* line 1887, ../scss/styles.scss */
.module-inner-wrapper h3 span.icon.most-requested {
  background-position: -120px 0;
}
/* line 1893, ../scss/styles.scss */
.module-inner-wrapper > ul {
  list-style: none outside none !important;
  background: none repeat scroll 0 0 #f7f7f7;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: -70px 0 10px 0%;
  padding: 75px 10px 15px 10px;
}
/* line 1901, ../scss/styles.scss */
.module-inner-wrapper > ul span.reference {
  display: block;
  font-family: sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bolder;
  line-height: 10.5px;
}
/* line 1912, ../scss/styles.scss */
.module-inner-wrapper > ul li:first-child {
  margin-top: 0;
}
/* line 1916, ../scss/styles.scss */
.module-inner-wrapper > ul li p {
  font-family: sans-serif;
  font-size: .95em;
  line-height: 1.35em;
}
/* line 1921, ../scss/styles.scss */
.module-inner-wrapper > ul li p > a.titlelink {
  text-decoration: none;
}
/* line 1924, ../scss/styles.scss */
.module-inner-wrapper > ul li p > a.titlelink:hover, .module-inner-wrapper > ul li p > a.titlelink.menu.active {
  text-decoration: underline;
}
/* line 1930, ../scss/styles.scss */
.module-inner-wrapper > ul li a {
  font-family: sans-serif;
  font-size: .95em;
  line-height: 1.35em;
  font-weight: bold;
  text-decoration: none;
}
/* line 1937, ../scss/styles.scss */
.module-inner-wrapper > ul li a:hover, .module-inner-wrapper > ul li a.menu.active {
  text-decoration: underline;
}
/* line 1941, ../scss/styles.scss */
.module-inner-wrapper > ul li ul {
  margin: -8px 0 15px 0;
}
/* line 1946, ../scss/styles.scss */
.module-inner-wrapper > ul li ul li {
  margin: .75em 0;
}
/* line 1949, ../scss/styles.scss */
.module-inner-wrapper > ul li ul li a {
  font-weight: normal;
}
/* line 1952, ../scss/styles.scss */
.module-inner-wrapper > ul li ul li a:hover, .module-inner-wrapper > ul li ul li a.menu.active {
  text-decoration: underline;
}
/* line 1956, ../scss/styles.scss */
.module-inner-wrapper > ul li ul li a.titlelink {
  text-decoration: none;
}
/* line 1962, ../scss/styles.scss */
.module-inner-wrapper > ul li p + ul {
  padding-left: 10px;
}
/* line 1968, ../scss/styles.scss */
.module-inner-wrapper .rss {
  padding-left: 10px;
  background: #f7f7f7;
  border-bottom: 1px solid #ccc;
  margin: -15px 0 10px 0;
}

/*  =====================================================
    SASSY LIST - LEFT COLUMN ONLY STYLE
    =====================================================*/
/* line 1980, ../scss/styles.scss */
.leftcol .module-inner-wrapper {
  margin: -1.1em 0 -15px -0.5px;
  width: 232px;
}
/* line 1985, ../scss/styles.scss */
.leftcol .module-inner-wrapper .sassy.fa-stack {
  left: 2%;
  top: 1.3em;
}
/* line 1991, ../scss/styles.scss */
.leftcol .module-inner-wrapper h3 {
  left: -5px;
  width: 238px;
  padding: 10px 10px 10px 45px;
}
/* line 1998, ../scss/styles.scss */
.leftcol .module-inner-wrapper h3.no-icon {
  padding-left: 15px;
}
/* line 2002, ../scss/styles.scss */
.leftcol .module-inner-wrapper h3:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-color: #aaa;
  bottom: -5px;
  border-width: 5px 0 0 5px;
  left: 0;
  border-left-color: transparent;
}
/* line 2014, ../scss/styles.scss */
.leftcol .module-inner-wrapper h3 span.icon {
  left: 7%;
}
/* line 2019, ../scss/styles.scss */
.leftcol .module-inner-wrapper > ul {
  border-left: 1px solid #ccc;
  padding: 75px 10px 15px 10px;
  width: 100%;
}
/* line 2027, ../scss/styles.scss */
.leftcol .module-inner-wrapper .rss {
  border-left: 1px solid #ccc;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 2034, ../scss/styles.scss */
  .leftcol .module-inner-wrapper {
    margin-left: 0;
  }
}
/*  =====================================================
    SASSY LIST - RIGHT COLUMN ONLY STYLE
    =====================================================*/
/* line 2043, ../scss/styles.scss */
.resources .module-inner-wrapper {
  margin: -1.1em 0 -15px -6%;
  width: 243px;
}
/* line 2047, ../scss/styles.scss */
.resources .module-inner-wrapper .sassy.fa-stack {
  left: 80%;
  top: 1.35em;
}
/* line 2052, ../scss/styles.scss */
.resources .module-inner-wrapper h3 {
  left: -.5%;
  width: 97%;
  padding: 10px 50px 10px 15px;
}
/* line 2057, ../scss/styles.scss */
.resources .module-inner-wrapper h3.no-icon {
  padding: 10px 15px 10px 10px;
}
/* line 2061, ../scss/styles.scss */
.resources .module-inner-wrapper h3:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-color: transparent;
  bottom: -5px;
  border-width: 0 5px 5px;
  right: -5px;
  border-left-color: #aaa;
}
/* line 2072, ../scss/styles.scss */
.resources .module-inner-wrapper h3 span.icon {
  right: 7%;
}
/* line 2077, ../scss/styles.scss */
.resources .module-inner-wrapper > ul {
  border-right: 1px solid #ccc;
  padding: 75px 10px 15px;
  width: 95%;
}
/* line 2085, ../scss/styles.scss */
.resources .module-inner-wrapper .rss {
  border-right: 1px solid #ccc;
  width: 95%;
}

/* ======================================================
   SASSY LIST - IE Fixes
   ======================================================*/
/* line 2097, ../scss/styles.scss */
.lt-ie9 .module-inner-wrapper {
  margin: -1.1em 0 2em 1.3%;
  width: 105%;
}
/* line 2101, ../scss/styles.scss */
.lt-ie9 .module-inner-wrapper h3 {
  width: 99.5%;
}
/* line 2106, ../scss/styles.scss */
.lt-ie9 .leftcol .module-inner-wrapper {
  margin-bottom: -15px;
  margin-top: -1.1em;
  margin-left: 0;
  width: 232px;
}
/* line 2112, ../scss/styles.scss */
.lt-ie9 .leftcol .module-inner-wrapper h3 {
  width: 238px;
}
/* line 2117, ../scss/styles.scss */
.lt-ie9 .resources .module-inner-wrapper {
  margin: -1.1em 0px -15px -9.5%;
  width: 111.3%;
}
/* line 2121, ../scss/styles.scss */
.lt-ie9 .resources .module-inner-wrapper .sassy.fa-stack {
  left: 80%;
  top: 1.35em;
}
/* line 2126, ../scss/styles.scss */
.lt-ie9 .resources .module-inner-wrapper h3 {
  width: 97.5%;
}
/* line 2129, ../scss/styles.scss */
.lt-ie9 .resources .module-inner-wrapper ul {
  width: 95%;
}
/* line 2134, ../scss/styles.scss */
.lt-ie9 .col363-dotted-verts .resources .module-inner-wrapper {
  margin: -1.1em 0px -15px -6.5%;
  width: 111.3%;
}
/* line 2137, ../scss/styles.scss */
.lt-ie9 .col363-dotted-verts .resources .module-inner-wrapper h3 {
  width: 97.5%;
}
/* line 2140, ../scss/styles.scss */
.lt-ie9 .col363-dotted-verts .resources .module-inner-wrapper ul {
  width: 95%;
}

/* line 2147, ../scss/styles.scss */
.lt-ie8 .module-inner-wrapper {
  margin: -.75em 0 2em -8.5% !important;
  width: 100% !important;
}
/* line 2151, ../scss/styles.scss */
.lt-ie8 .module-inner-wrapper ul {
  width: 95%;
}
/* line 2155, ../scss/styles.scss */
.lt-ie8 .module-inner-wrapper .sassy.fa-stack .fa-inverse {
  top: 0.5em !important;
}
/* line 2159, ../scss/styles.scss */
.lt-ie8 .module-inner-wrapper h3 {
  width: 79% !important;
  z-index: 0 !important;
}
/* line 2163, ../scss/styles.scss */
.lt-ie8 .module-inner-wrapper .rss {
  width: 100% !important;
}
/* line 2168, ../scss/styles.scss */
.lt-ie8 .leftcol .module-inner-wrapper {
  margin: -1.1em 0 2em 5% !important;
}
/* line 2171, ../scss/styles.scss */
.lt-ie8 .leftcol .module-inner-wrapper h3 {
  width: 76.5% !important;
}
/* line 2175, ../scss/styles.scss */
.lt-ie8 .leftcol .module-inner-wrapper h3.no-icon {
  width: 97% !important;
}
/* line 2181, ../scss/styles.scss */
.lt-ie8 .resources .module-inner-wrapper {
  margin: -.25em 0 2em -9% !important;
}
/* line 2183, ../scss/styles.scss */
.lt-ie8 .resources .module-inner-wrapper .sassy.fa-stack {
  left: 90%;
}
/* line 2188, ../scss/styles.scss */
.lt-ie8 .resources .module-inner-wrapper h3.no-icon {
  width: 97% !important;
}
/* line 2193, ../scss/styles.scss */
.lt-ie8 .resources .module-inner-wrapper .rss {
  width: 99.5% !important;
}

/* =======================================================
   SASSY LIST - RESPONSIVE
   =======================================================*/
@media only screen and (min-width: 761px) and (max-width: 1004px) {
  /* line 2204, ../scss/styles.scss */
  .module-inner-wrapper {
    width: 175px;
  }
  /* line 2206, ../scss/styles.scss */
  .module-inner-wrapper h3 {
    width: 101%;
    font-size: .9em !important;
  }

  /* line 2212, ../scss/styles.scss */
  .leftcol .module-inner-wrapper {
    width: 172px !important;
  }
  /* line 2216, ../scss/styles.scss */
  .leftcol .module-inner-wrapper h3 {
    left: -2%;
    width: 103% !important;
  }

  /* line 2222, ../scss/styles.scss */
  .resources .module-inner-wrapper {
    width: 180px;
    margin-left: -6%;
  }
  /* line 2226, ../scss/styles.scss */
  .resources .module-inner-wrapper .sassy.fa-stack {
    left: 77% !important;
    top: 1.35em;
  }
  /* line 2231, ../scss/styles.scss */
  .resources .module-inner-wrapper h3 {
    left: -.5%;
    width: 98.5%;
    padding-right: 48px;
  }

  /* line 2238, ../scss/styles.scss */
  .lt-ie9 .resources .sassy.fa-stack {
    left: 77%;
  }

  /* line 2244, ../scss/styles.scss */
  .lt-ie8 .leftcol .module-inner-wrapper {
    margin: -1.5em 0px .8em -3%;
  }
  /* line 2247, ../scss/styles.scss */
  .lt-ie8 .leftcol .module-inner-wrapper h3 {
    width: 129px !important;
    padding: 5px 5px 5px 40px;
    min-height: 30px !important;
  }
  /* line 2253, ../scss/styles.scss */
  .lt-ie8 .leftcol .module-inner-wrapper ul {
    width: 149px;
  }
  /* line 2260, ../scss/styles.scss */
  .lt-ie8 .resources .module-inner-wrapper {
    margin: -1.5em 0px .8em -3%;
  }
  /* line 2263, ../scss/styles.scss */
  .lt-ie8 .resources .module-inner-wrapper h3 {
    width: 134px !important;
    padding: 5px 40px 5px 5px;
    min-height: 30px !important;
  }
  /* line 2269, ../scss/styles.scss */
  .lt-ie8 .resources .module-inner-wrapper ul {
    width: 149px;
  }
}
@media only screen and (max-width: 760px) {
  /* line 2280, ../scss/styles.scss */
  .module-inner-wrapper {
    width: 100% !important;
  }
  /* line 2283, ../scss/styles.scss */
  .module-inner-wrapper h3 {
    left: 0;
    width: 100%;
  }
  /* line 2288, ../scss/styles.scss */
  .module-inner-wrapper ul {
    width: 100% !important;
    border: 1px solid #ccc;
  }
  /* line 2293, ../scss/styles.scss */
  .module-inner-wrapper .rss {
    width: 100% !important;
  }

  /* line 2298, ../scss/styles.scss */
  .leftcol .module-inner-wrapper {
    margin-left: 9px;
    margin-left: 0;
  }
  /* line 2303, ../scss/styles.scss */
  .leftcol .module-inner-wrapper .sassy.fa-stack {
    top: 1.6em;
  }
  /* line 2307, ../scss/styles.scss */
  .leftcol .module-inner-wrapper h3 {
    left: -1% !important;
    width: 101%;
    left: 0 !important;
    width: 100%;
  }
  /* line 2314, ../scss/styles.scss */
  .leftcol .module-inner-wrapper h3:before {
    border: 0;
  }
  /* line 2318, ../scss/styles.scss */
  .leftcol .module-inner-wrapper h3 span.icon {
    left: 4% !important;
  }

  /* line 2324, ../scss/styles.scss */
  .resources .module-inner-wrapper {
    margin: -.5em 0 -15px -.75% !important;
    margin: -.5em 0 -15px 0 !important;
  }
  /* line 2329, ../scss/styles.scss */
  .resources .module-inner-wrapper .sassy.fa-stack {
    left: 90%;
    top: 1.6em;
  }
  /* line 2334, ../scss/styles.scss */
  .resources .module-inner-wrapper h3 {
    left: -.1%;
    width: 101.2%;
    left: 0;
    width: 100%;
  }
  /* line 2341, ../scss/styles.scss */
  .resources .module-inner-wrapper h3:after {
    border: 0;
  }
}
/*********************************************
*  END SASSY LISTS
*********************************************/
/* line 3, ../scss/helpers.scss */
.cf {
  *zoom: 1;
}
/* line 4, ../scss/partials/_mixins.scss */
.cf:before, .cf:after {
  content: "";
  display: table;
}
/* line 10, ../scss/partials/_mixins.scss */
.cf:after {
  clear: both;
}

/* line 7, ../scss/helpers.scss */
.clear {
  display: none;
}

/* line 8, ../scss/helpers.scss */
.hide {
  display: none;
}

/* line 9, ../scss/helpers.scss */
.posrel {
  position: relative;
}

/* line 10, ../scss/helpers.scss */
.right {
  float: right;
}

/* line 11, ../scss/helpers.scss */
.left {
  float: left;
}

/* line 12, ../scss/helpers.scss */
.horizontal {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 16, ../scss/helpers.scss */
.horizontal li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

/* line 22, ../scss/helpers.scss */
.accessibility {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 33, ../scss/helpers.scss */
iframe[src*='maps.google.com'] {
  max-width: 100%;
}

/* ==========================================================================
   H5BP Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 47, ../scss/helpers.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 55, ../scss/helpers.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 66, ../scss/helpers.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 75, ../scss/helpers.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 91, ../scss/helpers.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 105, ../scss/helpers.scss */
.invisible {
  visibility: hidden;
}

/*
 *  Font Awesome 4.0.0
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.0.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.0.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.0.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.0.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.0.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 4, ../scss/font-awesome/_core.scss */
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 5, ../scss/font-awesome/_larger.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, ../scss/font-awesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 11, ../scss/font-awesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12, ../scss/font-awesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 13, ../scss/font-awesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 3, ../scss/font-awesome/_fixed-width.scss */
.fa-fw {
  width: 1.28571em;
  text-align: center;
}

/* line 4, ../scss/font-awesome/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
/* line 8, ../scss/font-awesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 10, ../scss/font-awesome/_list.scss */
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
/* line 16, ../scss/font-awesome/_list.scss */
.fa-li.fa-lg {
  left: -1.85714em;
}

/* line 4, ../scss/font-awesome/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

/* line 10, ../scss/font-awesome/_bordered-pulled.scss */
.pull-right {
  float: right;
}

/* line 11, ../scss/font-awesome/_bordered-pulled.scss */
.pull-left {
  float: left;
}

/* line 14, ../scss/font-awesome/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em;
}
/* line 15, ../scss/font-awesome/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, ../scss/font-awesome/_spinning.scss */
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  /* line 12, ../scss/font-awesome/_spinning.scss */
  0% {
    -moz-transform: rotate(0deg);
  }

  /* line 13, ../scss/font-awesome/_spinning.scss */
  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  /* line 16, ../scss/font-awesome/_spinning.scss */
  0% {
    -webkit-transform: rotate(0deg);
  }

  /* line 17, ../scss/font-awesome/_spinning.scss */
  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  /* line 20, ../scss/font-awesome/_spinning.scss */
  0% {
    -o-transform: rotate(0deg);
  }

  /* line 21, ../scss/font-awesome/_spinning.scss */
  100% {
    -o-transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  /* line 24, ../scss/font-awesome/_spinning.scss */
  0% {
    -ms-transform: rotate(0deg);
  }

  /* line 25, ../scss/font-awesome/_spinning.scss */
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  /* line 28, ../scss/font-awesome/_spinning.scss */
  0% {
    transform: rotate(0deg);
  }

  /* line 29, ../scss/font-awesome/_spinning.scss */
  100% {
    transform: rotate(359deg);
  }
}
/* line 4, ../scss/font-awesome/_rotated-flipped.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 5, ../scss/font-awesome/_rotated-flipped.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 6, ../scss/font-awesome/_rotated-flipped.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 8, ../scss/font-awesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 9, ../scss/font-awesome/_rotated-flipped.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 4, ../scss/font-awesome/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 12, ../scss/font-awesome/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  width: 100%;
  text-align: center;
}

/* line 17, ../scss/font-awesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 18, ../scss/font-awesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 19, ../scss/font-awesome/_stacked.scss */
.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 4, ../scss/font-awesome/_icons.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 5, ../scss/font-awesome/_icons.scss */
.fa-music:before {
  content: "\f001";
}

/* line 6, ../scss/font-awesome/_icons.scss */
.fa-search:before {
  content: "\f002";
}

/* line 7, ../scss/font-awesome/_icons.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 8, ../scss/font-awesome/_icons.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 9, ../scss/font-awesome/_icons.scss */
.fa-star:before {
  content: "\f005";
}

/* line 10, ../scss/font-awesome/_icons.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 11, ../scss/font-awesome/_icons.scss */
.fa-user:before {
  content: "\f007";
}

/* line 12, ../scss/font-awesome/_icons.scss */
.fa-film:before {
  content: "\f008";
}

/* line 13, ../scss/font-awesome/_icons.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 14, ../scss/font-awesome/_icons.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 15, ../scss/font-awesome/_icons.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 16, ../scss/font-awesome/_icons.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 17, ../scss/font-awesome/_icons.scss */
.fa-times:before {
  content: "\f00d";
}

/* line 18, ../scss/font-awesome/_icons.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 19, ../scss/font-awesome/_icons.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 20, ../scss/font-awesome/_icons.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 21, ../scss/font-awesome/_icons.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 23, ../scss/font-awesome/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 24, ../scss/font-awesome/_icons.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 25, ../scss/font-awesome/_icons.scss */
.fa-home:before {
  content: "\f015";
}

/* line 26, ../scss/font-awesome/_icons.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 27, ../scss/font-awesome/_icons.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 28, ../scss/font-awesome/_icons.scss */
.fa-road:before {
  content: "\f018";
}

/* line 29, ../scss/font-awesome/_icons.scss */
.fa-download:before {
  content: "\f019";
}

/* line 30, ../scss/font-awesome/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 31, ../scss/font-awesome/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 32, ../scss/font-awesome/_icons.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 33, ../scss/font-awesome/_icons.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 34, ../scss/font-awesome/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 36, ../scss/font-awesome/_icons.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 37, ../scss/font-awesome/_icons.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 38, ../scss/font-awesome/_icons.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 39, ../scss/font-awesome/_icons.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 40, ../scss/font-awesome/_icons.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 41, ../scss/font-awesome/_icons.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 42, ../scss/font-awesome/_icons.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 43, ../scss/font-awesome/_icons.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 44, ../scss/font-awesome/_icons.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 45, ../scss/font-awesome/_icons.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 46, ../scss/font-awesome/_icons.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 47, ../scss/font-awesome/_icons.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 48, ../scss/font-awesome/_icons.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 49, ../scss/font-awesome/_icons.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 50, ../scss/font-awesome/_icons.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 51, ../scss/font-awesome/_icons.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 52, ../scss/font-awesome/_icons.scss */
.fa-font:before {
  content: "\f031";
}

/* line 53, ../scss/font-awesome/_icons.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 54, ../scss/font-awesome/_icons.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 55, ../scss/font-awesome/_icons.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 56, ../scss/font-awesome/_icons.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 57, ../scss/font-awesome/_icons.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 58, ../scss/font-awesome/_icons.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 59, ../scss/font-awesome/_icons.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 60, ../scss/font-awesome/_icons.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 61, ../scss/font-awesome/_icons.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 62, ../scss/font-awesome/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 64, ../scss/font-awesome/_icons.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 65, ../scss/font-awesome/_icons.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 66, ../scss/font-awesome/_icons.scss */
.fa-picture-o:before {
  content: "\f03e";
}

/* line 67, ../scss/font-awesome/_icons.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 68, ../scss/font-awesome/_icons.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 69, ../scss/font-awesome/_icons.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 70, ../scss/font-awesome/_icons.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 71, ../scss/font-awesome/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 73, ../scss/font-awesome/_icons.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 74, ../scss/font-awesome/_icons.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 75, ../scss/font-awesome/_icons.scss */
.fa-move:before {
  content: "\f047";
}

/* line 76, ../scss/font-awesome/_icons.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 77, ../scss/font-awesome/_icons.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 78, ../scss/font-awesome/_icons.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 79, ../scss/font-awesome/_icons.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 80, ../scss/font-awesome/_icons.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 81, ../scss/font-awesome/_icons.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 82, ../scss/font-awesome/_icons.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 83, ../scss/font-awesome/_icons.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 84, ../scss/font-awesome/_icons.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 85, ../scss/font-awesome/_icons.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 86, ../scss/font-awesome/_icons.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 87, ../scss/font-awesome/_icons.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 88, ../scss/font-awesome/_icons.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 89, ../scss/font-awesome/_icons.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 90, ../scss/font-awesome/_icons.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 91, ../scss/font-awesome/_icons.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 92, ../scss/font-awesome/_icons.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 93, ../scss/font-awesome/_icons.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 94, ../scss/font-awesome/_icons.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 95, ../scss/font-awesome/_icons.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 96, ../scss/font-awesome/_icons.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 97, ../scss/font-awesome/_icons.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 98, ../scss/font-awesome/_icons.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 99, ../scss/font-awesome/_icons.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 100, ../scss/font-awesome/_icons.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 101, ../scss/font-awesome/_icons.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 102, ../scss/font-awesome/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 104, ../scss/font-awesome/_icons.scss */
.fa-resize-full:before {
  content: "\f065";
}

/* line 105, ../scss/font-awesome/_icons.scss */
.fa-resize-small:before {
  content: "\f066";
}

/* line 106, ../scss/font-awesome/_icons.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 107, ../scss/font-awesome/_icons.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 108, ../scss/font-awesome/_icons.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 109, ../scss/font-awesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 110, ../scss/font-awesome/_icons.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 111, ../scss/font-awesome/_icons.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 112, ../scss/font-awesome/_icons.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 113, ../scss/font-awesome/_icons.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 114, ../scss/font-awesome/_icons.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 115, ../scss/font-awesome/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 117, ../scss/font-awesome/_icons.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 118, ../scss/font-awesome/_icons.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 119, ../scss/font-awesome/_icons.scss */
.fa-random:before {
  content: "\f074";
}

/* line 120, ../scss/font-awesome/_icons.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 121, ../scss/font-awesome/_icons.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 122, ../scss/font-awesome/_icons.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 123, ../scss/font-awesome/_icons.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 124, ../scss/font-awesome/_icons.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 125, ../scss/font-awesome/_icons.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 126, ../scss/font-awesome/_icons.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 127, ../scss/font-awesome/_icons.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 128, ../scss/font-awesome/_icons.scss */
.fa-resize-vertical:before {
  content: "\f07d";
}

/* line 129, ../scss/font-awesome/_icons.scss */
.fa-resize-horizontal:before {
  content: "\f07e";
}

/* line 130, ../scss/font-awesome/_icons.scss */
.fa-bar-chart-o:before {
  content: "\f080";
}

/* line 131, ../scss/font-awesome/_icons.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 132, ../scss/font-awesome/_icons.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 133, ../scss/font-awesome/_icons.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 134, ../scss/font-awesome/_icons.scss */
.fa-key:before {
  content: "\f084";
}

/* line 135, ../scss/font-awesome/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 137, ../scss/font-awesome/_icons.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 138, ../scss/font-awesome/_icons.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 139, ../scss/font-awesome/_icons.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 140, ../scss/font-awesome/_icons.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 141, ../scss/font-awesome/_icons.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 142, ../scss/font-awesome/_icons.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 143, ../scss/font-awesome/_icons.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 144, ../scss/font-awesome/_icons.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 145, ../scss/font-awesome/_icons.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 146, ../scss/font-awesome/_icons.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 147, ../scss/font-awesome/_icons.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 148, ../scss/font-awesome/_icons.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 149, ../scss/font-awesome/_icons.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 150, ../scss/font-awesome/_icons.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 151, ../scss/font-awesome/_icons.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 152, ../scss/font-awesome/_icons.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 153, ../scss/font-awesome/_icons.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 154, ../scss/font-awesome/_icons.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 155, ../scss/font-awesome/_icons.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 156, ../scss/font-awesome/_icons.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 157, ../scss/font-awesome/_icons.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 158, ../scss/font-awesome/_icons.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 159, ../scss/font-awesome/_icons.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 160, ../scss/font-awesome/_icons.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 161, ../scss/font-awesome/_icons.scss */
.fa-hdd:before {
  content: "\f0a0";
}

/* line 162, ../scss/font-awesome/_icons.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 163, ../scss/font-awesome/_icons.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 164, ../scss/font-awesome/_icons.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 165, ../scss/font-awesome/_icons.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 166, ../scss/font-awesome/_icons.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 167, ../scss/font-awesome/_icons.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 168, ../scss/font-awesome/_icons.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 169, ../scss/font-awesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 170, ../scss/font-awesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 171, ../scss/font-awesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 172, ../scss/font-awesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 173, ../scss/font-awesome/_icons.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 174, ../scss/font-awesome/_icons.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 175, ../scss/font-awesome/_icons.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 176, ../scss/font-awesome/_icons.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 177, ../scss/font-awesome/_icons.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 178, ../scss/font-awesome/_icons.scss */
.fa-fullscreen:before {
  content: "\f0b2";
}

/* line 179, ../scss/font-awesome/_icons.scss */
.fa-group:before {
  content: "\f0c0";
}

/* line 180, ../scss/font-awesome/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 182, ../scss/font-awesome/_icons.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 183, ../scss/font-awesome/_icons.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 184, ../scss/font-awesome/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 186, ../scss/font-awesome/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 188, ../scss/font-awesome/_icons.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 189, ../scss/font-awesome/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 191, ../scss/font-awesome/_icons.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 192, ../scss/font-awesome/_icons.scss */
.fa-reorder:before {
  content: "\f0c9";
}

/* line 193, ../scss/font-awesome/_icons.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 194, ../scss/font-awesome/_icons.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 195, ../scss/font-awesome/_icons.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 196, ../scss/font-awesome/_icons.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 197, ../scss/font-awesome/_icons.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 198, ../scss/font-awesome/_icons.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 199, ../scss/font-awesome/_icons.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 200, ../scss/font-awesome/_icons.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 201, ../scss/font-awesome/_icons.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 202, ../scss/font-awesome/_icons.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 203, ../scss/font-awesome/_icons.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 204, ../scss/font-awesome/_icons.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 205, ../scss/font-awesome/_icons.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 206, ../scss/font-awesome/_icons.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 207, ../scss/font-awesome/_icons.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 208, ../scss/font-awesome/_icons.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 209, ../scss/font-awesome/_icons.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 210, ../scss/font-awesome/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 212, ../scss/font-awesome/_icons.scss */
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}

/* line 214, ../scss/font-awesome/_icons.scss */
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}

/* line 216, ../scss/font-awesome/_icons.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 217, ../scss/font-awesome/_icons.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 218, ../scss/font-awesome/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 220, ../scss/font-awesome/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 222, ../scss/font-awesome/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 224, ../scss/font-awesome/_icons.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 225, ../scss/font-awesome/_icons.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 226, ../scss/font-awesome/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 228, ../scss/font-awesome/_icons.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 229, ../scss/font-awesome/_icons.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 230, ../scss/font-awesome/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 232, ../scss/font-awesome/_icons.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 233, ../scss/font-awesome/_icons.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 234, ../scss/font-awesome/_icons.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 235, ../scss/font-awesome/_icons.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 236, ../scss/font-awesome/_icons.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 237, ../scss/font-awesome/_icons.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 238, ../scss/font-awesome/_icons.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 239, ../scss/font-awesome/_icons.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 240, ../scss/font-awesome/_icons.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 241, ../scss/font-awesome/_icons.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 242, ../scss/font-awesome/_icons.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 243, ../scss/font-awesome/_icons.scss */
.fa-building:before {
  content: "\f0f7";
}

/* line 244, ../scss/font-awesome/_icons.scss */
.fa-hospital:before {
  content: "\f0f8";
}

/* line 245, ../scss/font-awesome/_icons.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 246, ../scss/font-awesome/_icons.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 247, ../scss/font-awesome/_icons.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 248, ../scss/font-awesome/_icons.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 249, ../scss/font-awesome/_icons.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 250, ../scss/font-awesome/_icons.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 251, ../scss/font-awesome/_icons.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 252, ../scss/font-awesome/_icons.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 253, ../scss/font-awesome/_icons.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 254, ../scss/font-awesome/_icons.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 255, ../scss/font-awesome/_icons.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 256, ../scss/font-awesome/_icons.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 257, ../scss/font-awesome/_icons.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 258, ../scss/font-awesome/_icons.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 259, ../scss/font-awesome/_icons.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 260, ../scss/font-awesome/_icons.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 261, ../scss/font-awesome/_icons.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 262, ../scss/font-awesome/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 264, ../scss/font-awesome/_icons.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 265, ../scss/font-awesome/_icons.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 266, ../scss/font-awesome/_icons.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 267, ../scss/font-awesome/_icons.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 268, ../scss/font-awesome/_icons.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 269, ../scss/font-awesome/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 271, ../scss/font-awesome/_icons.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 272, ../scss/font-awesome/_icons.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 273, ../scss/font-awesome/_icons.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 274, ../scss/font-awesome/_icons.scss */
.fa-expand-o:before {
  content: "\f116";
}

/* line 275, ../scss/font-awesome/_icons.scss */
.fa-collapse-o:before {
  content: "\f117";
}

/* line 276, ../scss/font-awesome/_icons.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 277, ../scss/font-awesome/_icons.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 278, ../scss/font-awesome/_icons.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 279, ../scss/font-awesome/_icons.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 280, ../scss/font-awesome/_icons.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 281, ../scss/font-awesome/_icons.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 282, ../scss/font-awesome/_icons.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 283, ../scss/font-awesome/_icons.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 284, ../scss/font-awesome/_icons.scss */
.fa-code:before {
  content: "\f121";
}

/* line 285, ../scss/font-awesome/_icons.scss */
.fa-reply-all:before {
  content: "\f122";
}

/* line 286, ../scss/font-awesome/_icons.scss */
.fa-mail-reply-all:before {
  content: "\f122";
}

/* line 287, ../scss/font-awesome/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 290, ../scss/font-awesome/_icons.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 291, ../scss/font-awesome/_icons.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 292, ../scss/font-awesome/_icons.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 293, ../scss/font-awesome/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 295, ../scss/font-awesome/_icons.scss */
.fa-question:before {
  content: "\f128";
}

/* line 296, ../scss/font-awesome/_icons.scss */
.fa-info:before {
  content: "\f129";
}

/* line 297, ../scss/font-awesome/_icons.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 298, ../scss/font-awesome/_icons.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 299, ../scss/font-awesome/_icons.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 300, ../scss/font-awesome/_icons.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 301, ../scss/font-awesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 302, ../scss/font-awesome/_icons.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 303, ../scss/font-awesome/_icons.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 304, ../scss/font-awesome/_icons.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 305, ../scss/font-awesome/_icons.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 306, ../scss/font-awesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 307, ../scss/font-awesome/_icons.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 308, ../scss/font-awesome/_icons.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 309, ../scss/font-awesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 310, ../scss/font-awesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 311, ../scss/font-awesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 312, ../scss/font-awesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 313, ../scss/font-awesome/_icons.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 314, ../scss/font-awesome/_icons.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 315, ../scss/font-awesome/_icons.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 316, ../scss/font-awesome/_icons.scss */
.fa-unlock-o:before {
  content: "\f13e";
}

/* line 317, ../scss/font-awesome/_icons.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 318, ../scss/font-awesome/_icons.scss */
.fa-ellipsis-horizontal:before {
  content: "\f141";
}

/* line 319, ../scss/font-awesome/_icons.scss */
.fa-ellipsis-vertical:before {
  content: "\f142";
}

/* line 320, ../scss/font-awesome/_icons.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 321, ../scss/font-awesome/_icons.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 322, ../scss/font-awesome/_icons.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 323, ../scss/font-awesome/_icons.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 324, ../scss/font-awesome/_icons.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 325, ../scss/font-awesome/_icons.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 326, ../scss/font-awesome/_icons.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 327, ../scss/font-awesome/_icons.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 328, ../scss/font-awesome/_icons.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 329, ../scss/font-awesome/_icons.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 330, ../scss/font-awesome/_icons.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 331, ../scss/font-awesome/_icons.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 332, ../scss/font-awesome/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 334, ../scss/font-awesome/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 336, ../scss/font-awesome/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 338, ../scss/font-awesome/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 340, ../scss/font-awesome/_icons.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 341, ../scss/font-awesome/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 343, ../scss/font-awesome/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 345, ../scss/font-awesome/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 349, ../scss/font-awesome/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 352, ../scss/font-awesome/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 354, ../scss/font-awesome/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 356, ../scss/font-awesome/_icons.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 357, ../scss/font-awesome/_icons.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 358, ../scss/font-awesome/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 359, ../scss/font-awesome/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 360, ../scss/font-awesome/_icons.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 361, ../scss/font-awesome/_icons.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 362, ../scss/font-awesome/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 363, ../scss/font-awesome/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 364, ../scss/font-awesome/_icons.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 365, ../scss/font-awesome/_icons.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 366, ../scss/font-awesome/_icons.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 367, ../scss/font-awesome/_icons.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 368, ../scss/font-awesome/_icons.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 369, ../scss/font-awesome/_icons.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 370, ../scss/font-awesome/_icons.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 371, ../scss/font-awesome/_icons.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 372, ../scss/font-awesome/_icons.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 373, ../scss/font-awesome/_icons.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 374, ../scss/font-awesome/_icons.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 375, ../scss/font-awesome/_icons.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 376, ../scss/font-awesome/_icons.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 377, ../scss/font-awesome/_icons.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 378, ../scss/font-awesome/_icons.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 379, ../scss/font-awesome/_icons.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 380, ../scss/font-awesome/_icons.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 381, ../scss/font-awesome/_icons.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 382, ../scss/font-awesome/_icons.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 383, ../scss/font-awesome/_icons.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 384, ../scss/font-awesome/_icons.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 385, ../scss/font-awesome/_icons.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 386, ../scss/font-awesome/_icons.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 387, ../scss/font-awesome/_icons.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 388, ../scss/font-awesome/_icons.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 389, ../scss/font-awesome/_icons.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 390, ../scss/font-awesome/_icons.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 391, ../scss/font-awesome/_icons.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 392, ../scss/font-awesome/_icons.scss */
.fa-female:before {
  content: "\f182";
}

/* line 393, ../scss/font-awesome/_icons.scss */
.fa-male:before {
  content: "\f183";
}

/* line 394, ../scss/font-awesome/_icons.scss */
.fa-gittip:before {
  content: "\f184";
}

/* line 395, ../scss/font-awesome/_icons.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 396, ../scss/font-awesome/_icons.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 397, ../scss/font-awesome/_icons.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 398, ../scss/font-awesome/_icons.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 399, ../scss/font-awesome/_icons.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 400, ../scss/font-awesome/_icons.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 401, ../scss/font-awesome/_icons.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 402, ../scss/font-awesome/_icons.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 403, ../scss/font-awesome/_icons.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 404, ../scss/font-awesome/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 405, ../scss/font-awesome/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 406, ../scss/font-awesome/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 408, ../scss/font-awesome/_icons.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 409, ../scss/font-awesome/_icons.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 410, ../scss/font-awesome/_icons.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 411, ../scss/font-awesome/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/*
   megadd.scss: Default Styles for the MegaDD
   Sites Affected (Color-wise): Auditor, Child Advocate, Essex Sherrif, IG, MOVA, MSA, MTRS, Portal, Recovery, Transparency

   v20140418jc updated Active Tab styling for ER208 C1010358  on 4-30-2014
   @#166 &.menu_on

   v20140313jc updated for FX38 C1009916 on 3-19-2014 @#987 (for loop)
   Changed .dd-drawer height loop max from 10 to 20 to accommodate more dropdown items

   v20131231jc updated for C1009408 on 1-8-2014 */
/* line 31, ../scss/megadd.scss */
#topnav {
  position: relative;
  background-color: #f3f3f3;
}

/* line 36, ../scss/megadd.scss */
#nav {
  width: 978px;
  margin-left: -12px;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #dfdfdf;
}
/* line 44, ../scss/megadd.scss */
.lt-ie8 #nav {
  width: 1004px;
}

/* border only at desktop large breakpoint */
@media only screen and (max-width: 1004px) {
  /* Styles */
  /* line 53, ../scss/megadd.scss */
  #nav {
    border: 0;
  }
}
/* line 58, ../scss/megadd.scss */
.megamenu {
  *zoom: 1;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #e5e5e5;
  border-top-width: 2px;
  border-bottom-width: 0;
}
/* line 4, ../scss/partials/_mixins.scss */
.megamenu:before, .megamenu:after {
  content: "";
  display: table;
}
/* line 10, ../scss/partials/_mixins.scss */
.megamenu:after {
  clear: both;
}
/* line 68, ../scss/megadd.scss */
.megamenu a.nav_bubblelabel {
  padding: 0 14px;
  color: #333;
  font-size: 0.95em;
  width: 100%;
  display: table-cell;
  margin: auto 0;
  vertical-align: middle;
  text-decoration: none;
}
/* line 72, ../scss/megadd.scss */
.megamenu a.nav_bubblelabel:hover, .megamenu a.nav_bubblelabel.menu.active {
  text-decoration: underline;
}

/* line 80, ../scss/megadd.scss */
.menu {
  height: 50px;
  float: left;
  border-top: 0;
  margin-bottom: 0;
  -webkit-box-shadow: 3px 0 0 -2px #f6f6f6, -5px 0 0 -4px #cacaca;
  -moz-box-shadow: 3px 0 0 -2px #f6f6f6, -5px 0 0 -4px #cacaca;
  box-shadow: 3px 0 0 -2px #f6f6f6, -5px 0 0 -4px #cacaca;
}
/* line 90, ../scss/megadd.scss */
.lt-ie9 .menu {
  border-left: 1px solid #cacaca;
}
/* line 94, ../scss/megadd.scss */
.menu a.tab {
  color: #444;
  text-decoration: none;
  padding: 0 5px;
}
/* line 100, ../scss/megadd.scss */
.menu:hover, .menu.active {
  border-right: 0;
  border-bottom: 0;
  padding-top: 0;
  margin-bottom: 0;
  background: #FAFCFF;
  -webkit-box-shadow: 0px -1px 5px 0 #bababa, -5px 0 0 -4px #dddddd, 5px 0 0 -4px #dddddd;
  -moz-box-shadow: 0px -1px 5px 0 #bababa, -5px 0 0 -4px #dddddd, 5px 0 0 -4px #dddddd;
  box-shadow: 0px -1px 5px 0 #bababa, -5px 0 0 -4px #dddddd, 5px 0 0 -4px #dddddd;
  border-top: 3px solid #f5f9fc;
  margin-top: -3px;
  height: 53px;
}
/* line 112, ../scss/megadd.scss */
.lt-ie9 .menu:hover, .lt-ie9 .menu.active {
  border-left: 1px solid #ddd;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=0,strength=1);
  zoom: 1;
}
/* line 118, ../scss/megadd.scss */
.lt-ie8 .menu:hover, .lt-ie8 .menu.active {
  margin-top: -4px;
}
/* line 122, ../scss/megadd.scss */
.menu:hover + .menu, .menu.active + .menu {
  -webkit-box-shadow: 3px 0 0 -2px #f6f6f6;
  -moz-box-shadow: 3px 0 0 -2px #f6f6f6;
  box-shadow: 3px 0 0 -2px #f6f6f6;
}
/* line 125, ../scss/megadd.scss */
.menu:hover + .menu.menu_on, .menu.active + .menu.menu_on {
  -webkit-box-shadow: -5px 0 0 -4px #dddddd, 5px 0 0 -4px #dddddd, 0 1px 0 0 white;
  -moz-box-shadow: -5px 0 0 -4px #dddddd, 5px 0 0 -4px #dddddd, 0 1px 0 0 white;
  box-shadow: -5px 0 0 -4px #dddddd, 5px 0 0 -4px #dddddd, 0 1px 0 0 white;
}
/* line 131, ../scss/megadd.scss */
.menu:hover a.tab, .menu.active a.tab {
  color: #215486;
}
/* line 134, ../scss/megadd.scss */
.menu:hover a.tab:hover, .menu.active a.tab:hover, .menu:hover a.tab.menu.active, .menu.active a.tab.menu.active {
  text-decoration: underline;
}
/* line 139, ../scss/megadd.scss */
.menu:hover:first-child, .menu.active:first-child {
  border-left: 0;
  -webkit-box-shadow: 0px -1px 5px 0 #bababa, 5px 0 0 -4px #dddddd, -5px 0 0 -4px #dddddd;
  -moz-box-shadow: 0px -1px 5px 0 #bababa, 5px 0 0 -4px #dddddd, -5px 0 0 -4px #dddddd;
  box-shadow: 0px -1px 5px 0 #bababa, 5px 0 0 -4px #dddddd, -5px 0 0 -4px #dddddd;
}
/* line 144, ../scss/megadd.scss */
.lt-ie9 .menu:hover:first-child, .lt-ie9 .menu.active:first-child {
  border-left: 0;
}
/* line 150, ../scss/megadd.scss */
.menu.active {
  border-top: 6px solid #4D72A1;
  height: 56px;
  margin-top: -6px;
}
/* line 156, ../scss/megadd.scss */
.menu.active a.tab {
  outline: 0;
}
/* line 159, ../scss/megadd.scss */
.menu.active a.tab:focus {
  text-decoration: underline;
  background-color: #215486;
  color: #fff;
}
/* line 169, ../scss/megadd.scss */
.menu.menu_on {
  border-bottom: 0;
  background: #fff;
  -webkit-box-shadow: -1px 0 0 0 #A7BBD5, 1px 0 0 0 #A7BBD5, 0 2px 0 0 #ffffff;
  -moz-box-shadow: -1px 0 0 0 #A7BBD5, 1px 0 0 0 #A7BBD5, 0 2px 0 0 #ffffff;
  box-shadow: -1px 0 0 0 #A7BBD5, 1px 0 0 0 #A7BBD5, 0 2px 0 0 #ffffff;
  height: 56px;
  margin-top: -6px;
  border-top: 6px solid #4D72A1;
  padding-top: 0;
}
/* line 180, ../scss/megadd.scss */
.menu.menu_on + .menu {
  -webkit-box-shadow: 3px 0 0 -2px #f6f6f6;
  -moz-box-shadow: 3px 0 0 -2px #f6f6f6;
  box-shadow: 3px 0 0 -2px #f6f6f6;
}
/* line 183, ../scss/megadd.scss */
.menu.menu_on + .menu.active, .menu.menu_on + .menu:focus, .menu.menu_on + .menu:hover, .menu.menu_on + .menu.active {
  -webkit-box-shadow: 0px -1px 5px 0 #bababa, -5px 0 0 -4px #dddddd, 5px 0 0 -4px #dddddd;
  -moz-box-shadow: 0px -1px 5px 0 #bababa, -5px 0 0 -4px #dddddd, 5px 0 0 -4px #dddddd;
  box-shadow: 0px -1px 5px 0 #bababa, -5px 0 0 -4px #dddddd, 5px 0 0 -4px #dddddd;
}
/* line 190, ../scss/megadd.scss */
.lt-ie9 .menu.menu_on {
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#ffffff,direction=180,strength=7), progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=90,strength=1), progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=270,strength=1);
  ZOOM: 1;
}
/* line 198, ../scss/megadd.scss */
.menu.menu_on a.tab {
  color: #215486;
  text-decoration: none;
}
/* line 203, ../scss/megadd.scss */
.menu.menu_on.active, .menu.menu_on:focus, .menu.menu_on:hover, .menu.menu_on.active {
  background: #FAFCFF;
  -webkit-box-shadow: 0px -3px 10px -3px #bababa, -5px 0 10px -7px #dddddd, 5px 0 10px -7px #dddddd;
  -moz-box-shadow: 0px -3px 10px -3px #bababa, -5px 0 10px -7px #dddddd, 5px 0 10px -7px #dddddd;
  box-shadow: 0px -3px 10px -3px #bababa, -5px 0 10px -7px #dddddd, 5px 0 10px -7px #dddddd;
  border-top: 3px solid #FAFCFF;
  margin-top: -3px;
  height: 53px;
  padding-top: 1px;
}
/* line 213, ../scss/megadd.scss */
.lt-ie9 .menu.menu_on.active, .lt-ie9 .menu.menu_on:focus, .lt-ie9 .menu.menu_on:hover, .lt-ie9 .menu.menu_on.active {
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=0,strength=1);
  zoom: 1;
}
/* line 218, ../scss/megadd.scss */
.menu.menu_on.active a.tab, .menu.menu_on:focus a.tab, .menu.menu_on:hover a.tab, .menu.menu_on.active a.tab {
  text-decoration: underline;
  outline: none;
}
/* line 226, ../scss/megadd.scss */
.menu:first-child {
  border-left: 0;
  -webkit-box-shadow: 3px 0 0 -2px #f6f6f6;
  -moz-box-shadow: 3px 0 0 -2px #f6f6f6;
  box-shadow: 3px 0 0 -2px #f6f6f6;
}
/* line 229, ../scss/megadd.scss */
.menu:first-child.menu_on {
  -webkit-box-shadow: 1px 0 0 0 #A7BBD5, 0 2px 0 0 #fff;
  -moz-box-shadow: 1px 0 0 0 #A7BBD5, 0 2px 0 0 #fff;
  box-shadow: 1px 0 0 0 #A7BBD5, 0 2px 0 0 #fff;
}
/* line 231, ../scss/megadd.scss */
.menu:first-child.menu_on:hover, .menu.active:first-child.menu_on {
  -webkit-box-shadow: 3px 0 0 -2px #f6f6f6, 0 1px 0 0 white, 0px -3px 10px -3px #bababa, -5px 0 10px -7px #dddddd, 5px 0 10px -7px #dddddd;
  -moz-box-shadow: 3px 0 0 -2px #f6f6f6, 0 1px 0 0 white, 0px -3px 10px -3px #bababa, -5px 0 10px -7px #dddddd, 5px 0 10px -7px #dddddd;
  box-shadow: 3px 0 0 -2px #f6f6f6, 0 1px 0 0 white, 0px -3px 10px -3px #bababa, -5px 0 10px -7px #dddddd, 5px 0 10px -7px #dddddd;
}
/* line 237, ../scss/megadd.scss */
.menu #tablabel,
.menu .nav_label {
  font-family: Tahoma,Verdana,Geneva,sans-serif;
  font-weight: bold;
  display: table;
  height: 100%;
  width: 100%;
  font-size: 0.9em;
  line-height: 1.25em;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
/* line 250, ../scss/megadd.scss */
.lt-ie9 .menu #tablabel, .lt-ie9
.menu .nav_label {
  position: relative;
}
/* line 254, ../scss/megadd.scss */
.menu #tablabel a.tab,
.menu .nav_label a.tab {
  display: table-cell;
  vertical-align: middle;
  /* IE7 Solution */
  *position: absolute;
  *top: 50%;
  *width: 100%;
  text-align: center;
}
/* line 262, ../scss/megadd.scss */
.menu #tablabel a.tab span,
.menu .nav_label a.tab span {
  *position: relative;
  *top: -50%;
  *display: block;
  margin: 0 auto;
}

/* line 272, ../scss/megadd.scss */
.sub {
  position: relative;
  top: 0;
  left: -1px;
  width: 465px;
  margin: 0 0 0 1px;
  display: none;
  /*--Hidden for those with js turned off--*/
  z-index: 300;
  border: 0;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-radius: 0 0 5px 5px;
}
/* line 285, ../scss/megadd.scss */
.lt-ie9 .sub {
  zoom: 1;
  left: -2px;
  height: auto;
}
/* line 291, ../scss/megadd.scss */
.sub.dd-pull-right {
  float: right;
  right: -1px;
  left: auto;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-radius: 0 0 5px 5px;
}
/* line 299, ../scss/megadd.scss */
.lt-ie8 .sub {
  position: relative;
  top: 0 !important;
}

/* line 306, ../scss/megadd.scss */
.category-shadow {
  width: 225px;
  margin: 0;
  padding: 0;
  background-color: #a0a0a0;
  position: relative;
  left: -10px;
  top: 0px;
  z-index: 400;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=5);
}
/* line 317, ../scss/megadd.scss */
.dd-pull-right .category-shadow {
  right: -243px;
  left: auto;
}

/* line 323, ../scss/megadd.scss */
.sub .category {
  width: 215px;
  margin: 0;
  padding: 0;
  border-top: 1px solid #e5e5e5;
  text-align: left;
  position: relative;
  z-index: 700;
  -moz-border-radius: 0 0 0 5px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  border-radius: 0 0 0 5px;
}
/* line 338, ../scss/megadd.scss */
.lt-ie9 .sub .category {
  *zoom: 1;
  border-left: 1px solid #e5e5e5;
}
/* line 343, ../scss/megadd.scss */
.noDrawer .sub .category {
  border: 0;
  height: 0;
}
/* line 348, ../scss/megadd.scss */
.sub .category .category-drop {
  *zoom: 1;
  margin: 0;
  list-style: none;
  padding: 0;
  z-index: 600;
}
/* line 357, ../scss/megadd.scss */
.lt-ie8 .sub .category .category-drop {
  background: #ececec;
}
/* line 361, ../scss/megadd.scss */
.sub .category .category-drop:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* line 371, ../scss/megadd.scss */
.sub .category .category-drop-li {
  *zoom: 1;
  margin: 0;
  border-right: none;
  background: #FAFCFF;
  cursor: default;
  color: #333;
  z-index: 900;
  border-left: 0;
  position: relative;
  height: 45px;
  width: 215px;
  border-bottom: 1px solid #e0e7f0;
  display: table;
}
/* line 392, ../scss/megadd.scss */
.lt-ie8 .sub .category .category-drop-li:first-child {
  margin-top: 0;
}
/* line 397, ../scss/megadd.scss */
.sub .category .category-drop-li.dd-active {
  background: #4d72a1;
  border-bottom-color: #a7bbd5;
  border-top: 1px solid #a7bbd5;
  margin-top: -1px;
  height: 46px;
}
/* line 408, ../scss/megadd.scss */
.sub .category .category-drop-li.dd-active:first-child {
  border-top: 0;
  margin-top: 0;
  height: 45px;
}
/* line 412, ../scss/megadd.scss */
.lt-ie8 .sub .category .category-drop-li.dd-active:first-child {
  height: 46px;
}
/* line 417, ../scss/megadd.scss */
.sub .category .category-drop-li.dd-active.active-on:before {
  position: absolute;
  border-bottom-color: #2e4460;
  right: -8px;
  display: inline-block;
  border-top: 23px solid #ecf0f6;
  border-left: 21px solid #ecf0f6;
  border-bottom: 21px solid #ecf0f6;
  content: '';
  z-index: 90;
}
/* line 429, ../scss/megadd.scss */
.sub .category .category-drop-li.dd-active.active-on:after {
  position: absolute;
  top: .5px;
  right: 4px;
  display: inline-block;
  border-top: 22px solid transparent;
  border-left: 9px solid #4d72a1;
  border-bottom: 22px solid transparent;
  content: '';
  z-index: 100;
}
/* line 442, ../scss/megadd.scss */
.sub .category .category-drop-li.dd-active > a.nav_bubblelabel {
  color: #fff;
  padding: 0 14px;
  line-height: normal;
  vertical-align: middle;
  text-shadow: 1px 1px 1px #000;
  filter: DropShadow(Color=#000000, OffX=1, OffY=1);
}
/* line 451, ../scss/megadd.scss */
.lt-ie9 .sub .category .category-drop-li.dd-active > a.nav_bubblelabel {
  filter: none;
  font-weight: normal;
}
/* line 456, ../scss/megadd.scss */
.lt-ie8 .sub .category .category-drop-li.dd-active > a.nav_bubblelabel {
  width: 187px;
}
/* line 460, ../scss/megadd.scss */
.sub .category .category-drop-li.dd-active > a.nav_bubblelabel:focus {
  outline: 0;
  text-decoration: underline;
}
/* line 472, ../scss/megadd.scss */
.sub .category .category-drop-li.dd-active.no-sub:before, .sub .category .category-drop-li.dd-active.no-sub:after {
  border: 0;
}
/* line 479, ../scss/megadd.scss */
.sub .category .category-drop-li:last-child {
  border-bottom: 0;
  -moz-border-radius: 0 0 0 5px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  border-radius: 0 0 0 5px;
}
/* line 483, ../scss/megadd.scss */
.sub .category .category-drop-li:last-child.dd-active.active-on {
  border-bottom: 0;
  border-top: 0;
  margin-top: 0;
  height: 45px;
}
/* line 489, ../scss/megadd.scss */
.sub .category .category-drop-li:last-child.dd-active.active-on:before {
  border-bottom-width: 22px;
}
/* line 495, ../scss/megadd.scss */
.sub .category .category-drop-li.list-container-content {
  background: #ececec;
  border-bottom-color: #ccc;
}
/* line 499, ../scss/megadd.scss */
.sub .category .category-drop-li.list-container-content > a.nav_bubblelabel {
  color: #404040;
  font-weight: bold;
  *display: inline-block;
  /*haslayout for IE6/7 */
}
/* line 503, ../scss/megadd.scss */
.lt-ie9 .sub .category .category-drop-li.list-container-content > a.nav_bubblelabel {
  font-weight: normal;
}
/* line 508, ../scss/megadd.scss */
.lt-ie8 .sub .category .category-drop-li.list-container-content > a.nav_bubblelabel {
  width: 187px;
  position: relative;
  margin-top: expression(this.offsetHeight < this.parentNode.offsetHeight ? parseInt((this.parentNode.offsetHeight - this.offsetHeight) / 2) + "px" : "0");
  /*margin-top: inherit;
  *clear: expression(
    style.marginTop = "" + (offsetHeight < parentNode.offsetHeight ? parseInt((parentNode.offsetHeight - offsetHeight) / 2) + "px" : "0"),
    style.clear = "none", 0
    );*/
}
/* line 520, ../scss/megadd.scss */
.sub .category .category-drop-li.list-container-content > a.nav_bubblelabel:hover, .sub .category .category-drop-li.list-container-content > a.nav_bubblelabel.menu.active {
  cursor: default;
  color: #404040;
  text-decoration: none;
}
/* line 527, ../scss/megadd.scss */
.sub .category .category-drop-li.list-container-content .fa-stack {
  font-size: 1.2em;
  color: #606060;
  display: block;
  float: left;
  position: relative;
  top: 8px;
  left: 8px;
}
/* line 536, ../scss/megadd.scss */
.lt-ie8 .sub .category .category-drop-li.list-container-content .fa-stack {
  display: none;
  height: 0;
  width: 0;
  line-height: 0;
  top: 0;
  left: 0;
  margin: 0;
}
/* line 546, ../scss/megadd.scss */
.sub .category .category-drop-li.list-container-content .fa-stack .fa-stack-2x {
  text-shadow: 0 0 1px #222;
}
/* line 550, ../scss/megadd.scss */
.lt-ie8 .sub .category .category-drop-li.list-container-content .fa-stack .fa-stack-2x {
  display: none;
  height: 0;
  width: 0;
  line-height: 0;
  top: 0;
  left: 0;
  margin: 0;
}
/* line 561, ../scss/megadd.scss */
.sub .category .category-drop-li.list-container-content .fa-stack .fa-stack-1x {
  text-shadow: 1px 1px 1px #111;
  filter: DropShadow(Color=#111111, OffX=1, OffY=1);
}
/* line 565, ../scss/megadd.scss */
.lt-ie9 .sub .category .category-drop-li.list-container-content .fa-stack .fa-stack-1x {
  filter: none;
}
/* line 569, ../scss/megadd.scss */
.lt-ie8 .sub .category .category-drop-li.list-container-content .fa-stack .fa-stack-1x {
  display: none;
  height: 0;
  width: 0;
  line-height: 0;
  top: 0;
  left: 0;
  margin: 0;
}
/* line 580, ../scss/megadd.scss */
.sub .category .category-drop-li.list-container-content .fa-stack .fa-question {
  font-size: 1.2em;
}
/* line 584, ../scss/megadd.scss */
.sub .category .category-drop-li.list-container-content .fa-stack .fa-code-fork {
  font-size: 1.1em;
}
/* line 588, ../scss/megadd.scss */
.sub .category .category-drop-li.list-container-content .fa-stack .fa-desktop {
  font-size: .85em;
}
/* line 592, ../scss/megadd.scss */
.sub .category .category-drop-li.list-container-content .fa-stack.hover-on {
  color: #404040;
  font-size: 1.75em;
  top: 0px;
  left: -1px;
  margin: -1px -14px -1px 0;
}
/* line 599, ../scss/megadd.scss */
.lt-ie8 .sub .category .category-drop-li.list-container-content .fa-stack.hover-on {
  display: none;
  height: 0;
  width: 0;
  line-height: 0;
  top: 0;
  left: 0;
  margin: 0;
}
/* line 609, ../scss/megadd.scss */
.sub .category .category-drop-li.list-container-content .fa-stack.hover-on .fa-stack-1x {
  text-shadow: 1px 1px 1px #111;
  filter: DropShadow(Color=#111111, OffX=1, OffY=1);
}
/* line 613, ../scss/megadd.scss */
.lt-ie9 .sub .category .category-drop-li.list-container-content .fa-stack.hover-on .fa-stack-1x {
  filter: none;
}
/* line 616, ../scss/megadd.scss */
.lt-ie8 .sub .category .category-drop-li.list-container-content .fa-stack.hover-on .fa-stack-1x {
  display: none;
  height: 0;
  width: 0;
  line-height: 0;
  top: 0;
  left: 0;
  margin: 0;
}
/* line 627, ../scss/megadd.scss */
.sub .category .category-drop-li.list-container-content .fa-stack.hover-on .fa-stack-2x {
  display: none;
}
/* line 630, ../scss/megadd.scss */
.lt-ie8 .sub .category .category-drop-li.list-container-content .fa-stack.hover-on .fa-stack-2x {
  display: none;
  height: 0;
  width: 0;
  line-height: 0;
  top: 0;
  left: 0;
  margin: 0;
}
/* line 643, ../scss/megadd.scss */
.sub .category .category-drop-li.list-container-content.dd-active {
  background-color: #8d8d8d;
  border-bottom-color: #c0c0c0;
  border-top-color: #c0c0c0;
  margin-top: -1px;
  height: 46px;
}
/* line 651, ../scss/megadd.scss */
.sub .category .category-drop-li.list-container-content.dd-active > a.nav_bubblelabel {
  color: #fff;
  padding: 0 14px;
  line-height: normal;
  vertical-align: middle;
  text-shadow: 1px 1px 1px #111;
  filter: DropShadow(Color=#111111, OffX=1, OffY=1);
}
/* line 661, ../scss/megadd.scss */
.lt-ie9 .sub .category .category-drop-li.list-container-content.dd-active > a.nav_bubblelabel {
  filter: none;
  font-weight: normal;
}
/* line 666, ../scss/megadd.scss */
.lt-ie8 .sub .category .category-drop-li.list-container-content.dd-active > a.nav_bubblelabel {
  width: 187px;
}
/* line 670, ../scss/megadd.scss */
.sub .category .category-drop-li.list-container-content.dd-active > a.nav_bubblelabel:focus {
  outline: 0;
  text-decoration: underline;
}
/* line 677, ../scss/megadd.scss */
.sub .category .category-drop-li.list-container-content.dd-active.active-on:before {
  position: absolute;
  right: -8px;
  display: inline-block;
  border-top: 23px solid #e3e3e3;
  border-left: 21px solid #e3e3e3;
  border-bottom: 21px solid #e3e3e3;
  content: '';
  z-index: 900;
}
/* line 689, ../scss/megadd.scss */
.sub .category .category-drop-li.list-container-content.dd-active.active-on:after {
  position: absolute;
  top: .5px;
  right: 4px;
  display: inline-block;
  border-top: 22px solid transparent;
  border-left: 9px solid #8d8d8d;
  border-bottom: 21px solid transparent;
  content: '';
  z-index: 1000;
}
/* line 702, ../scss/megadd.scss */
.sub .category .category-drop-li.list-container-content.dd-active.active-on:last-child:before {
  border-bottom: 22px solid #e3e3e3;
}
/* line 711, ../scss/megadd.scss */
.sub .category .category-drop-li.list-container-content.dd-active .subcat .subcat-li a {
  color: #404040;
}
/* line 718, ../scss/megadd.scss */
.sub .category .category-drop-li > a.nav_bubblelabel {
  color: #215486;
  line-height: normal;
  vertical-align: middle;
}
/* line 723, ../scss/megadd.scss */
.lt-ie9 .sub .category .category-drop-li > a.nav_bubblelabel {
  font-weight: normal;
}
/* line 728, ../scss/megadd.scss */
.sub .category .category-drop-li > a.nav_bubblelabel {
  *display: inline-block;
  /*haslayout for IE6/7 */
}
/* line 730, ../scss/megadd.scss */
.lt-ie8 .sub .category .category-drop-li > a.nav_bubblelabel {
  width: 187px;
  position: relative;
  margin-top: expression(this.offsetHeight < this.parentNode.offsetHeight ? parseInt((this.parentNode.offsetHeight - this.offsetHeight) / 2) + "px" : "0");
  /*margin-top: inherit;
  *clear: expression(
    style.marginTop = "" + (offsetHeight < parentNode.offsetHeight ? parseInt((parentNode.offsetHeight - offsetHeight) / 2) + "px" : "0"),
    style.clear = "none", 0
    );*/
}
/* line 746, ../scss/megadd.scss */
.sub .category .category-drop-li .subcat {
  display: block;
  position: absolute;
  width: 230px;
  left: 225px;
  padding: 0 5px;
  top: -99999em;
  margin-top: 10px;
}
/* line 757, ../scss/megadd.scss */
.sub .category .category-drop-li .subcat ul {
  padding: 0;
  margin: 0;
}
/* line 762, ../scss/megadd.scss */
.sub .category .category-drop-li .subcat .subcat-heading {
  font-size: 14px;
  line-height: 20px;
  padding: 3px 0;
  font-weight: bold;
  cursor: auto;
}
/* line 769, ../scss/megadd.scss */
.sub .category .category-drop-li .subcat .subcat-heading a {
  color: #1b446d;
  text-decoration: none;
  cursor: pointer;
  padding: 0;
}
/* line 776, ../scss/megadd.scss */
.sub .category .category-drop-li .subcat .subcat-heading a:hover, .sub .category .category-drop-li .subcat .subcat-heading a.menu.active {
  text-decoration: underline;
  cursor: pointer;
}
/* line 781, ../scss/megadd.scss */
.sub .category .category-drop-li .subcat .subcat-heading a:focus {
  background-color: #1b446d;
  color: #ecf0f6;
  outline: 0;
  padding: 2px 4px;
}
/* line 791, ../scss/megadd.scss */
.sub .category .category-drop-li .subcat .subcat-li {
  font-size: 0.9em;
  display: block;
  height: auto;
  margin: 0 0 0 15px;
  padding: 10px 0 0 0;
  text-indent: -12px;
  line-height: 1.16em;
}
/* line 800, ../scss/megadd.scss */
.sub .category .category-drop-li .subcat .subcat-li a {
  color: #1b446d;
}
/* line 803, ../scss/megadd.scss */
.sub .category .category-drop-li .subcat .subcat-li a:hover, .sub .category .category-drop-li .subcat .subcat-li a.menu.active {
  text-decoration: underline;
}
/* line 807, ../scss/megadd.scss */
.sub .category .category-drop-li .subcat .subcat-li a:focus {
  text-decoration: none;
}
/* line 816, ../scss/megadd.scss */
.sub .category .category-drop-li .subcat .subcat-li:before {
  content: "\F111";
  /* icon-circle */
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  background: none;
  margin: 0 8px 0 0;
  top: -2px;
  position: relative;
  font-size: .35em;
  color: #444;
}
/* line 832, ../scss/megadd.scss */
.sub .category .category-drop-li .subcat .subcat-li.seeall {
  background-image: none;
  clear: both;
  text-indent: 0;
  margin-left: 0;
  height: 25px;
}
/* line 839, ../scss/megadd.scss */
.sub .category .category-drop-li .subcat .subcat-li.seeall a {
  text-decoration: none;
}
/* line 842, ../scss/megadd.scss */
.sub .category .category-drop-li .subcat .subcat-li.seeall a:hover, .sub .category .category-drop-li .subcat .subcat-li.seeall a.menu.active {
  text-decoration: underline;
}
/* line 847, ../scss/megadd.scss */
.sub .category .category-drop-li .subcat .subcat-li.seeall:before {
  content: " ";
  /* icon-double-angle-right */
  background: none;
}
/* line 853, ../scss/megadd.scss */
.sub .category .category-drop-li .subcat .subcat-li .callout p {
  text-indent: 0;
  margin: 0 0 3px 0;
  line-height: 1.3em;
}
/* line 861, ../scss/megadd.scss */
.sub .category .category-drop-li .subcat .rss {
  clear: both;
  position: relative;
  line-height: 1.5em;
  margin-top: 5px;
  height: 20px;
}

/* line 871, ../scss/megadd.scss */
.sub.dd-pull-right .category {
  float: right;
  border-left: 0;
  -moz-border-radius: 0 0 5px 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  border-radius: 0 0 5px 0;
}
/* line 876, ../scss/megadd.scss */
.lt-ie9 .sub.dd-pull-right .category {
  zoom: 1;
  border-right: 1px solid #e5e5e5;
}
/* line 881, ../scss/megadd.scss */
.sub.dd-pull-right .category .category-drop-li {
  padding-left: 5px;
  width: 215px;
}
/* line 886, ../scss/megadd.scss */
.sub.dd-pull-right .category .category-drop-li:last-child {
  -moz-border-radius: 0 0 5px 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  border-radius: 0 0 5px 0;
  border-bottom: 0;
}
/* line 893, ../scss/megadd.scss */
.sub.dd-pull-right .category .category-drop-li.dd-active.active-on:before {
  left: -10px;
  right: auto;
  border-left: 0;
  border-right: 24px solid #ecf0f6;
}
/* line 900, ../scss/megadd.scss */
.sub.dd-pull-right .category .category-drop-li.dd-active.active-on:after {
  right: auto;
  left: 5px;
  border-left: 0;
  border-right: 9px solid #4d72a1;
}
/* line 910, ../scss/megadd.scss */
.sub.dd-pull-right .category .category-drop-li.dd-active.list-container-content.active-on:before {
  border-top: 23px solid #e3e3e3;
  border-right: 24px solid #e3e3e3;
  border-bottom: 21px solid #e3e3e3;
}
/* line 916, ../scss/megadd.scss */
.sub.dd-pull-right .category .category-drop-li.dd-active.list-container-content.active-on:after {
  border-right: 9px solid #8d8d8d;
}
/* line 920, ../scss/megadd.scss */
.sub.dd-pull-right .category .category-drop-li.dd-active.list-container-content.active-on:last-child:before {
  border-bottom: 22px solid #e3e3e3;
}
/* line 929, ../scss/megadd.scss */
.sub.dd-pull-right .category .category-drop-li .subcat {
  left: -240px;
}

/* line 934, ../scss/megadd.scss */
.drawer-shadow {
  position: relative;
  top: 0;
  width: 250px;
  background: #a0a0a0;
  margin: 0;
  left: 215px;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=5);
  margin-bottom: -1000px;
  /* !important for short (ie 404) pages where vert scroll bar added */
}
/* line 945, ../scss/megadd.scss */
.lt-ie8 .drawer-shadow {
  width: 280px;
  left: 210px;
}
/* line 950, ../scss/megadd.scss */
.dd-pull-right .drawer-shadow {
  right: 10px;
  left: auto;
}
/* line 954, ../scss/megadd.scss */
.lt-ie8 .dd-pull-right .drawer-shadow {
  left: -38px;
  right: auto;
}

/* line 962, ../scss/megadd.scss */
.dd-drawer {
  position: absolute;
  top: 0;
  width: 250px;
  background: #ecf0f6;
  margin: 0;
  border: 1px solid #e0e0e0;
  border-left-color: #a7bbd5;
  -moz-border-radius: 0 0 5px 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  border-radius: 0 0 5px 0;
  z-index: 500;
  padding: 10px;
  display: none;
  left: 215px;
  /*.lt-ie8 & {
    display: block;
  }*/
}
/* line 979, ../scss/megadd.scss */
.dd-drawer.items-1 {
  min-height: 46px;
}
/* line 982, ../scss/megadd.scss */
.lt-ie9 .dd-drawer.items-1 {
  min-height: 25px;
}
/* line 986, ../scss/megadd.scss */
.lt-ie8 .dd-drawer.items-1 {
  min-height: 33px;
  width: 255px;
}
/* line 979, ../scss/megadd.scss */
.dd-drawer.items-2 {
  min-height: 91px;
}
/* line 982, ../scss/megadd.scss */
.lt-ie9 .dd-drawer.items-2 {
  min-height: 70px;
}
/* line 986, ../scss/megadd.scss */
.lt-ie8 .dd-drawer.items-2 {
  min-height: 78px;
  width: 255px;
}
/* line 979, ../scss/megadd.scss */
.dd-drawer.items-3 {
  min-height: 136px;
}
/* line 982, ../scss/megadd.scss */
.lt-ie9 .dd-drawer.items-3 {
  min-height: 115px;
}
/* line 986, ../scss/megadd.scss */
.lt-ie8 .dd-drawer.items-3 {
  min-height: 123px;
  width: 255px;
}
/* line 979, ../scss/megadd.scss */
.dd-drawer.items-4 {
  min-height: 181px;
}
/* line 982, ../scss/megadd.scss */
.lt-ie9 .dd-drawer.items-4 {
  min-height: 160px;
}
/* line 986, ../scss/megadd.scss */
.lt-ie8 .dd-drawer.items-4 {
  min-height: 168px;
  width: 255px;
}
/* line 979, ../scss/megadd.scss */
.dd-drawer.items-5 {
  min-height: 226px;
}
/* line 982, ../scss/megadd.scss */
.lt-ie9 .dd-drawer.items-5 {
  min-height: 205px;
}
/* line 986, ../scss/megadd.scss */
.lt-ie8 .dd-drawer.items-5 {
  min-height: 213px;
  width: 255px;
}
/* line 979, ../scss/megadd.scss */
.dd-drawer.items-6 {
  min-height: 271px;
}
/* line 982, ../scss/megadd.scss */
.lt-ie9 .dd-drawer.items-6 {
  min-height: 250px;
}
/* line 986, ../scss/megadd.scss */
.lt-ie8 .dd-drawer.items-6 {
  min-height: 258px;
  width: 255px;
}
/* line 979, ../scss/megadd.scss */
.dd-drawer.items-7 {
  min-height: 316px;
}
/* line 982, ../scss/megadd.scss */
.lt-ie9 .dd-drawer.items-7 {
  min-height: 295px;
}
/* line 986, ../scss/megadd.scss */
.lt-ie8 .dd-drawer.items-7 {
  min-height: 303px;
  width: 255px;
}
/* line 979, ../scss/megadd.scss */
.dd-drawer.items-8 {
  min-height: 361px;
}
/* line 982, ../scss/megadd.scss */
.lt-ie9 .dd-drawer.items-8 {
  min-height: 340px;
}
/* line 986, ../scss/megadd.scss */
.lt-ie8 .dd-drawer.items-8 {
  min-height: 348px;
  width: 255px;
}
/* line 979, ../scss/megadd.scss */
.dd-drawer.items-9 {
  min-height: 406px;
}
/* line 982, ../scss/megadd.scss */
.lt-ie9 .dd-drawer.items-9 {
  min-height: 385px;
}
/* line 986, ../scss/megadd.scss */
.lt-ie8 .dd-drawer.items-9 {
  min-height: 393px;
  width: 255px;
}
/* line 979, ../scss/megadd.scss */
.dd-drawer.items-10 {
  min-height: 451px;
}
/* line 982, ../scss/megadd.scss */
.lt-ie9 .dd-drawer.items-10 {
  min-height: 430px;
}
/* line 986, ../scss/megadd.scss */
.lt-ie8 .dd-drawer.items-10 {
  min-height: 438px;
  width: 255px;
}
/* line 979, ../scss/megadd.scss */
.dd-drawer.items-11 {
  min-height: 496px;
}
/* line 982, ../scss/megadd.scss */
.lt-ie9 .dd-drawer.items-11 {
  min-height: 475px;
}
/* line 986, ../scss/megadd.scss */
.lt-ie8 .dd-drawer.items-11 {
  min-height: 483px;
  width: 255px;
}
/* line 979, ../scss/megadd.scss */
.dd-drawer.items-12 {
  min-height: 541px;
}
/* line 982, ../scss/megadd.scss */
.lt-ie9 .dd-drawer.items-12 {
  min-height: 520px;
}
/* line 986, ../scss/megadd.scss */
.lt-ie8 .dd-drawer.items-12 {
  min-height: 528px;
  width: 255px;
}
/* line 979, ../scss/megadd.scss */
.dd-drawer.items-13 {
  min-height: 586px;
}
/* line 982, ../scss/megadd.scss */
.lt-ie9 .dd-drawer.items-13 {
  min-height: 565px;
}
/* line 986, ../scss/megadd.scss */
.lt-ie8 .dd-drawer.items-13 {
  min-height: 573px;
  width: 255px;
}
/* line 979, ../scss/megadd.scss */
.dd-drawer.items-14 {
  min-height: 631px;
}
/* line 982, ../scss/megadd.scss */
.lt-ie9 .dd-drawer.items-14 {
  min-height: 610px;
}
/* line 986, ../scss/megadd.scss */
.lt-ie8 .dd-drawer.items-14 {
  min-height: 618px;
  width: 255px;
}
/* line 979, ../scss/megadd.scss */
.dd-drawer.items-15 {
  min-height: 676px;
}
/* line 982, ../scss/megadd.scss */
.lt-ie9 .dd-drawer.items-15 {
  min-height: 655px;
}
/* line 986, ../scss/megadd.scss */
.lt-ie8 .dd-drawer.items-15 {
  min-height: 663px;
  width: 255px;
}
/* line 979, ../scss/megadd.scss */
.dd-drawer.items-16 {
  min-height: 721px;
}
/* line 982, ../scss/megadd.scss */
.lt-ie9 .dd-drawer.items-16 {
  min-height: 700px;
}
/* line 986, ../scss/megadd.scss */
.lt-ie8 .dd-drawer.items-16 {
  min-height: 708px;
  width: 255px;
}
/* line 979, ../scss/megadd.scss */
.dd-drawer.items-17 {
  min-height: 766px;
}
/* line 982, ../scss/megadd.scss */
.lt-ie9 .dd-drawer.items-17 {
  min-height: 745px;
}
/* line 986, ../scss/megadd.scss */
.lt-ie8 .dd-drawer.items-17 {
  min-height: 753px;
  width: 255px;
}
/* line 979, ../scss/megadd.scss */
.dd-drawer.items-18 {
  min-height: 811px;
}
/* line 982, ../scss/megadd.scss */
.lt-ie9 .dd-drawer.items-18 {
  min-height: 790px;
}
/* line 986, ../scss/megadd.scss */
.lt-ie8 .dd-drawer.items-18 {
  min-height: 798px;
  width: 255px;
}
/* line 979, ../scss/megadd.scss */
.dd-drawer.items-19 {
  min-height: 856px;
}
/* line 982, ../scss/megadd.scss */
.lt-ie9 .dd-drawer.items-19 {
  min-height: 835px;
}
/* line 986, ../scss/megadd.scss */
.lt-ie8 .dd-drawer.items-19 {
  min-height: 843px;
  width: 255px;
}
/* line 979, ../scss/megadd.scss */
.dd-drawer.items-20 {
  min-height: 901px;
}
/* line 982, ../scss/megadd.scss */
.lt-ie9 .dd-drawer.items-20 {
  min-height: 880px;
}
/* line 986, ../scss/megadd.scss */
.lt-ie8 .dd-drawer.items-20 {
  min-height: 888px;
  width: 255px;
}
/* line 993, ../scss/megadd.scss */
.csstransitions .dd-drawer {
  -moz-transition: width .25s, height .15s ease;
  -webkit-transition: width .25s, height .15s ease;
  -o-transition: width .25s, height .15s ease;
  transition: width .25s, height .1 5s ease;
}
/* line 1000, ../scss/megadd.scss */
.lt-ie9 .dd-drawer {
  zoom: 1;
  border-right-color: #a7bbd5;
  border-bottom-color: #a7bbd5;
  left: 216px;
}
/* line 1012, ../scss/megadd.scss */
.dd-drawer.list-container-content-on {
  background: #e3e3e3;
  border-left-color: #c0c0c0;
}
/* line 1016, ../scss/megadd.scss */
.lt-ie9 .dd-drawer.list-container-content-on {
  border-right-color: #c0c0c0;
  border-bottom-color: #c0c0c0;
}
/* line 1022, ../scss/megadd.scss */
.noDrawer .dd-drawer {
  height: 0;
  padding: 0;
  border: 0;
  min-height: 0;
}
/* line 1029, ../scss/megadd.scss */
.dd-drawer h4, .dd-drawer h2 {
  color: #B16001;
  font-size: 1em;
  margin: 0 0 12px;
}
/* line 1034, ../scss/megadd.scss */
.dd-drawer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 1040, ../scss/megadd.scss */
.dd-drawer .brief-content {
  position: absolute;
  bottom: 10px;
  overflow: hidden;
  width: 225px;
  padding: 10px 15px;
  background: #FDFEFF;
  border: 1px solid #ccc;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-radius: 3px 3px 3px 3px;
}
/* line 1052, ../scss/megadd.scss */
.dd-drawer .brief-content:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 96%;
  top: -10px;
  height: 10px;
  left: 2%;
  border-radius: 100px/5px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
/* line 1064, ../scss/megadd.scss */
.dd-drawer .brief-content h2 {
  color: #215486;
}
/* line 1068, ../scss/megadd.scss */
.dd-drawer .brief-content p {
  font-size: .85em;
  line-height: 1.45em;
}
/* line 1074, ../scss/megadd.scss */
.dd-pull-right .dd-drawer {
  border-left-color: #e0e0e0;
  border-right-color: #a7bbd5;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-box-shadow: 3px 0 5px -1px #eaeaea;
  -moz-box-shadow: 3px 0 5px -1px #eaeaea;
  box-shadow: 3px 0 5px -1px #eaeaea;
  left: 0;
}
/* line 1085, ../scss/megadd.scss */
.dd-pull-right .dd-drawer.list-container-content-on {
  background: #e3e3e3;
  border-right-color: #c0c0c0;
}
/* line 1089, ../scss/megadd.scss */
.lt-ie9 .dd-pull-right .dd-drawer.list-container-content-on {
  border-left-color: #c0c0c0;
  border-bottom-color: #c0c0c0;
}
/* line 1095, ../scss/megadd.scss */
.lt-ie9 .dd-pull-right .dd-drawer {
  zoom: 1;
  border-left-color: #a7bbd5;
  left: 0;
}
/* line 1101, ../scss/megadd.scss */
.lt-ie8 .dd-pull-right .dd-drawer {
  left: -28px;
}

/* line 1108, ../scss/megadd.scss */
#moretab {
  display: none;
  width: 55px;
}
/* line 1111, ../scss/megadd.scss */
#moretab .category {
  width: 218px;
  padding: 12px 12px 4px 12px;
  border-right: none;
}
/* line 1115, ../scss/megadd.scss */
#moretab .category li {
  width: 218px;
  height: auto;
  margin-bottom: 12px;
  padding: 0;
  border: none;
  float: none;
}
/* line 1123, ../scss/megadd.scss */
#moretab .category a {
  padding: 0 14px;
  color: #333;
  font-size: 0.95em;
  width: 100%;
  display: table-cell;
  margin: auto 0;
  vertical-align: middle;
  font-size: 1em;
  text-decoration: underline;
}

/* line 1132, ../scss/megadd.scss */
.kb_expando {
  display: none !important;
  position: relative;
  top: -520px;
  left: -2000px;
  width: 1px;
  height: 1px;
  overflow: visible;
  z-index: 100;
}
/* line 1141, ../scss/megadd.scss */
.kb_expando a, .kb_expando a:link, .kb_expando a:visited, .kb_expando a:active {
  outline: none;
  color: #333;
  font-weight: normal;
  text-decoration: underline;
  font-size: 11px;
  letter-spacing: normal;
  width: 150px;
  text-align: center;
  line-height: 1.4em;
}
/* line 1155, ../scss/megadd.scss */
.kb_expando a.focused, .kb_expando a:focus, .kb_expando a:active {
  position: absolute;
  top: 520px !important;
  /*IE7 issue*/
  left: 2000px !important;
  /*IE7 issue*/
  display: block;
  background: #FAFAC5;
  border: 1px dotted #444;
  padding: 6px 4px;
  width: 150px;
}

/* a responsive table */
/* line 6, ../scss/tables.scss */
.rtbl {
  max-width: 100%;
  margin: 1em;
}

/* line 10, ../scss/tables.scss */
.rtimg {
  display: block;
  cursor: pointer;
}

/* line 14, ../scss/tables.scss */
#back {
  display: block;
  margin: 1em 1em 0 1em;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 19, ../scss/tables.scss */
#back:hover, #back.menu.active {
  text-decoration: none;
}

/* line 23, ../scss/queries.scss */
.top-line .col {
  padding-bottom: 0;
}
/* line 27, ../scss/queries.scss */
.top-line .rwd-ulhorizontal li:first-child {
  padding-left: 0;
}
/* line 31, ../scss/queries.scss */
.top-line .rwd-ulhorizontal li:last-child {
  border-right-width: 0;
}

/* line 37, ../scss/queries.scss */
body.debug {
  padding-top: 5px;
}

/* line 41, ../scss/queries.scss */
.mobile_only {
  display: none;
}

@media only screen and (max-width: 1004px) {
  /* line 47, ../scss/queries.scss */
  .lt-ie9 .col363-dotted-verts {
    background-image: url("../images/template/363-dotted-verts-IE-tablet.gif");
    background-position: 50% 0;
    background-repeat: repeat-y;
  }
  /* line 52, ../scss/queries.scss */
  .lt-ie9 .col363-solid-dotted-verts {
    background-image: url("../images/template/363-solid-dotted-verts-IE-tablet.gif");
    background-position: 50% 0;
    background-repeat: repeat-y;
  }
  /* line 57, ../scss/queries.scss */
  .lt-ie9 .col444-dotted-verts {
    background-image: url("../images/template/444-dotted-verts-IE-tablet.gif");
    background-position: 50% 0;
    background-repeat: repeat-y;
  }
  /* line 62, ../scss/queries.scss */
  .lt-ie9 .col444-solid-verts {
    background-image: url("../images/template/444-solid-verts-IE-tablet.gif");
    background-position: 50% 0;
    background-repeat: repeat-y;
  }
  /* line 67, ../scss/queries.scss */
  .lt-ie9 .col6 .tetrisrow.col444-solid-verts {
    background: #fff;
  }

  /* line 72, ../scss/queries.scss */
  body.debug {
    background-color: purple;
  }

  /* line 79, ../scss/queries.scss */
  .lt-ie9 .alert-container,
  .lt-ie9 .outer-container {
    background-position: 54.9% 0;
  }

  /* line 84, ../scss/queries.scss */
  .alert-container,
  .outer-container {
    width: 744px;
  }

  /* line 88, ../scss/queries.scss */
  .alert-container {
    font-size: 0.78em;
  }
  /* line 92, ../scss/queries.scss */
  .alert-container .alert-broadcast .fa {
    width: 25px !important;
    margin-left: 0;
  }

  /* line 98, ../scss/queries.scss */
  .outer-container {
    padding: 0 6px 6px 6px;
    background-position: 53.85% 0;
  }

  /* line 102, ../scss/queries.scss */
  .top-line {
    font-size: 0.78em;
  }

  /* line 108, ../scss/queries.scss */
  .top-line .rwd-ulhorizontal li {
    padding: 0 0.5em;
  }

  /* line 111, ../scss/queries.scss */
  .lt-ie9 .top-line .rwd-ulhorizontal li {
    padding: 0 0.4em;
  }

  /* line 118, ../scss/queries.scss */
  #logo img {
    height: 25px;
    top: 7px;
  }

  /* line 123, ../scss/queries.scss */
  #seal {
    height: 55px;
  }

  /* line 126, ../scss/queries.scss */
  #sitetitle,
  #sitetitle_nonexec {
    max-width: 75%;
    padding-top: 5px;
    padding-left: 10px;
  }

  /* line 132, ../scss/queries.scss */
  .megamenu {
    display: none;
  }

  /* line 136, ../scss/queries.scss */
  #mobile-menu {
    display: block;
  }

  /* line 138, ../scss/queries.scss */
  #main_menu {
    position: static;
    float: left;
    margin: 0 10px 0 0;
    font-size: 1.3em;
  }

  /* line 146, ../scss/queries.scss */
  .search.no-option #searchinput {
    width: 19em;
  }
  /* line 149, ../scss/queries.scss */
  .search.has-option #searchinput {
    width: 10em;
  }
  /* line 152, ../scss/queries.scss */
  .search #search_scope {
    max-width: 7.3em;
  }

  /* line 157, ../scss/queries.scss */
  #tagline {
    position: static;
    padding: 0 0 6px 0;
  }
}
@media only screen and (max-width: 760px) {
  /* line 166, ../scss/queries.scss */
  body.debug {
    background-color: green;
  }

  /* line 170, ../scss/queries.scss */
  .col {
    margin-left: 0;
    width: 100%;
    padding: 0 0 10px 0;
  }

  /* line 179, ../scss/queries.scss */
  .content form input[type=text],
  .content form textarea,
  .content form select {
    width: 100%;
    margin-bottom: 10px;
  }

  /* line 188, ../scss/queries.scss */
  .leftcol, .introduction, .resources {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  /* line 193, ../scss/queries.scss */
  .footer {
    border-top: none;
  }

  /* line 199, ../scss/queries.scss */
  .tetrisrow {
    margin-bottom: 15px;
  }
  /* line 201, ../scss/queries.scss */
  .tetrisrow .module:last-child,
  .tetrisrow .module:last-of-type {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom-width: 1px;
  }
  /* line 207, ../scss/queries.scss */
  .tetrisrow .col {
    padding-bottom: none;
  }

  /* line 215, ../scss/queries.scss */
  .alert-container,
  .outer-container {
    max-width: 480px;
    width: 100%;
  }

  /* line 222, ../scss/queries.scss */
  .alert-container .alert-broadcast {
    padding: 5px 4px;
  }
  /* line 225, ../scss/queries.scss */
  .alert-container .alert-broadcast .sep,
  .alert-container .alert-broadcast .timestamp {
    display: none;
  }
  /* line 230, ../scss/queries.scss */
  .alert-container .alert-broadcast .fa {
    font-size: 1.75em;
    width: 20px !important;
  }
  /* line 234, ../scss/queries.scss */
  .alert-container .alert-broadcast .alert-message:before {
    content: '';
  }

  /* line 239, ../scss/queries.scss */
  .outer-container {
    background-position: 0 0;
    padding: 0 4px 4px 4px;
  }

  /* line 243, ../scss/queries.scss */
  .lt-ie9 .outer-container {
    background-position: 0 0;
  }

  /* line 246, ../scss/queries.scss */
  .container {
    padding: 4px 4px 0;
    font-size: 0.9em;
  }

  /* line 252, ../scss/queries.scss */
  .top-line .col {
    float: left;
    width: auto;
    margin-right: 1.5em;
  }
  /* line 257, ../scss/queries.scss */
  .top-line .rwd-ulhorizontal {
    float: left;
  }
  /* line 260, ../scss/queries.scss */
  .top-line .skip-links {
    float: right;
    margin-right: 0;
  }
  /* line 263, ../scss/queries.scss */
  .top-line .skip-links ul li:first-child {
    border-right: none;
  }
  /* line 267, ../scss/queries.scss */
  .top-line .alert-wrap,
  .top-line .resizing-text {
    display: none;
  }

  /* line 273, ../scss/queries.scss */
  .alert {
    text-align: left;
    min-height: 27px;
    background-image: none;
    position: static;
  }

  /* line 280, ../scss/queries.scss */
  #main_menu {
    position: static;
    float: none;
  }

  /* line 285, ../scss/queries.scss */
  #tagline {
    padding: 0 0 10px 0;
  }

  /* line 289, ../scss/queries.scss */
  .search {
    float: left;
    margin: 4px 0 4px 29px;
  }
  /* line 292, ../scss/queries.scss */
  .search.no-option #searchinput {
    width: 24em;
  }
  /* line 295, ../scss/queries.scss */
  .search.has-option #searchinput {
    width: 13em;
  }
  /* line 298, ../scss/queries.scss */
  .search #search_scope {
    max-width: 15em;
  }

  /* line 303, ../scss/queries.scss */
  .megadd .col {
    padding: 10px 0;
  }

  /* line 307, ../scss/queries.scss */
  .col444-dotted-verts,
  .col444-solid-verts,
  .col363-dotted-verts,
  .col363-solid-dotted-verts,
  .col66-dotted-vert,
  .col93-dotted-vert,
  .col39-dotted-vert,
  .col84-dotted-vert,
  .col84-solid-vert,
  .col48-dotted-vert,
  .col48-solid-vert {
    background: #fff;
  }

  /* line 322, ../scss/queries.scss */
  .lt-ie9 .col444-dotted-verts,
  .lt-ie9 .col444-solid-verts,
  .lt-ie9 .col363-dotted-verts,
  .lt-ie9 .col363-solid-dotted-verts,
  .lt-ie9 .tetrisrow.col444-solid-verts {
    background: #fff;
  }

  /* line 330, ../scss/queries.scss */
  .row {
    background-image: none;
  }

  /* line 335, ../scss/queries.scss */
  #mobile-menu select {
    max-width: 14em;
  }

  /* line 342, ../scss/queries.scss */
  .footer .rwd-ulhorizontal li {
    padding: 0 14px 0 0;
  }
  /* line 345, ../scss/queries.scss */
  .footer .rwd-right {
    float: left;
  }

  /* line 350, ../scss/queries.scss */
  .mobile_only {
    display: inline;
  }
}
@media only screen and (max-width: 468px) {
  /* line 357, ../scss/queries.scss */
  body.debug {
    background-color: yellow;
  }

  /* line 360, ../scss/queries.scss */
  .alert-container,
  .outer-container {
    padding: 0;
  }

  /* line 365, ../scss/queries.scss */
  .alert-message {
    display: none;
  }

  /* line 368, ../scss/queries.scss */
  #logo img {
    top: 4px;
  }

  /* line 371, ../scss/queries.scss */
  .container {
    padding: 8px 2px;
  }

  /* line 376, ../scss/queries.scss */
  .top-line {
    padding: 0 2px;
  }
  /* line 379, ../scss/queries.scss */
  .top-line .rwd-ulhorizontal li {
    margin: 0.3em 0;
  }
  /* line 382, ../scss/queries.scss */
  .top-line .skip-links {
    float: none;
  }

  /* line 389, ../scss/queries.scss */
  .search.no-option #searchinput {
    width: 16em;
  }
  /* line 392, ../scss/queries.scss */
  .search.has-option #searchinput {
    width: 7em;
  }
  /* line 395, ../scss/queries.scss */
  .search #search_scope {
    max-width: 10em;
  }

  /* line 401, ../scss/queries.scss */
  #mobile-menu select {
    max-width: 21em;
  }
}
@media only screen and (max-width: 306px) {
  /* line 409, ../scss/queries.scss */
  body.debug {
    background-color: pink;
  }

  /* line 415, ../scss/queries.scss */
  .top-line .col {
    margin-right: 0;
  }

  /* line 418, ../scss/queries.scss */
  .rwd-ulhorizontal {
    font-size: 0.9em;
  }

  /* line 421, ../scss/queries.scss */
  .alert {
    min-height: 20px;
    padding: 0;
  }

  /* line 425, ../scss/queries.scss */
  .alert .icon {
    height: 16px;
  }

  /* line 428, ../scss/queries.scss */
  #seal {
    padding-right: 3px;
    height: 48px;
  }

  /* line 432, ../scss/queries.scss */
  #sitetitle_nonexec {
    padding-top: 3px;
    padding-left: 3px;
  }

  /* line 436, ../scss/queries.scss */
  #nonexec span {
    font-size: 1em;
  }

  /* line 439, ../scss/queries.scss */
  #sitetitle {
    font-size: 0.9em;
    padding-top: 6px;
    padding-left: 6px;
  }
  /* line 443, ../scss/queries.scss */
  #sitetitle img {
    width: 111px;
  }

  /* line 449, ../scss/queries.scss */
  .search.no-option #searchinput {
    width: 9em;
  }
  /* line 452, ../scss/queries.scss */
  .search.has-option #searchinput {
    width: 5em;
  }
  /* line 455, ../scss/queries.scss */
  .search #search_scope {
    max-width: 5.9em;
  }

  /* line 461, ../scss/queries.scss */
  #mobile-menu select {
    max-width: 14em;
  }

  /* line 465, ../scss/queries.scss */
  .row {
    overflow: hidden;
  }
}
@media print {
  /* line 7, ../scss/print.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 14, ../scss/print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* MASS.GOV CUSTOM PRINT STYLES */
  /* line 74, ../scss/print.scss */
  .top-line,
  .search,
  .megadd,
  .fluid-width-video-wrapper {
    display: none;
  }

  /* line 83, ../scss/print.scss */
  .container,
  .col {
    background-image: none !important;
  }
}
/* line 2, ../scss/ie.scss */
.lt-ie9 {
  	/* horizontal slideshow dimensions, to override media queries
  	.ma_hshow {
  		&.col954 {
  			.slides, .slides ul, .slides ul li {
  				//width: 954px;
  				//height: 275px;
  			}
  			.slides ul li .story {
  				width: 154px;
  				height: 260px;
  
  				.hs-category-wrapper {
  					height: 33px;
  					width: 133px;
  				}
  
  				img {
  					width: 133px;
  				}
  			}
  		}
  
  		&.col696 {
  			.slides, .slides ul, .slides ul li {
  				//width: 696px;
  				//height: 275px;
  				//padding: 5px 10px;
  			}
  			.slides ul li .story {
  				width: 154px;
  				height: 260px;
  				padding: 7px;
  
  				.hs-category-wrapper {
  					height: 27px;
  					width: 145px;
  				}
  			}
  		}
  
  		&.col462 {
  			.slides, .slides ul, .slides ul li {
  				//width: 462px;
  				//height: 275px;
  			}
  			.slides ul li .story {
  				width: 154px;
  				height: 260px;
  				padding: 7px 4px;
  
  				.hs-category-wrapper {
  					height: 27px;
  					width: 145px;
  				}
  			}
  		}
  	} */
}

/* line 67, ../scss/ie.scss */
.lt-ie8 .top-line .col4 {
  margin-left: 18px;
}
/* line 74, ../scss/ie.scss */
.lt-ie8 .megadd {
  position: relative;
  z-index: 2;
}
/* line 78, ../scss/ie.scss */
.lt-ie8 .ma_slideshow {
  z-index: 1;
}
/* line 83, ../scss/ie.scss */
.lt-ie8 .tetrisrow .col4 {
  margin-left: 8px;
}
/* line 87, ../scss/ie.scss */
.lt-ie8 #welcome .img_wrapper {
  float: left;
}

@media only screen and (max-width: 760px) {
  /* line 122, ../scss/ie.scss */
  .lt-ie8 .resources {
    width: 15px !important;
  }
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
/* line 8, ../scss/jscrollpane.scss */
.jspContainer {
  overflow: hidden;
  position: relative;
}

/* line 14, ../scss/jscrollpane.scss */
.jspPane {
  position: absolute;
  /*left:1px;*/
}

/* line 20, ../scss/jscrollpane.scss */
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 6.5px;
  height: 100%;
}

/* line 28, ../scss/jscrollpane.scss */
.jspHorizontalBar {
  display: none;
  /*position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: red;*/
}

/* line 39, ../scss/jscrollpane.scss */
.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0;
}

/* line 46, ../scss/jscrollpane.scss */
.jspCap {
  display: none;
}

/* line 51, ../scss/jscrollpane.scss */
.jspHorizontalBar .jspCap {
  float: left;
}

/* line 56, ../scss/jscrollpane.scss */
.jspTrack {
  background: #eaeaea;
  position: relative;
}

/* line 62, ../scss/jscrollpane.scss */
.jspDrag {
  background: #999;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

/* line 71, ../scss/jscrollpane.scss */
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

/* line 78, ../scss/jscrollpane.scss */
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}

/* line 86, ../scss/jscrollpane.scss */
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

/* line 92, ../scss/jscrollpane.scss */
.jspVerticalBar .jspArrow {
  height: 5px;
}

/* line 97, ../scss/jscrollpane.scss */
.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}

/* line 104, ../scss/jscrollpane.scss */
.jspVerticalBar .jspArrow:focus {
  outline: none;
}

/* line 109, ../scss/jscrollpane.scss */
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
/* line 117, ../scss/jscrollpane.scss */
* html .jspCorner {
  margin: 0 -3px 0 0;
}

/* --------------------------------------------------------------

  Slideshow Style 2.0
  mgs-ss-slideshow.css  v.07192013JC
  fix .ss_overlay opacity for .col696 slideshows

  12142012KB:
  Note: Attempts to fix SS sizing issues by restricting image ratios

  $('.ma_slideshow.with_captions').mAss( {timeout: 7000;} );
  $('.ma_slideshow.sans_captions').mAss( {timeout: 4000;} );

  Golden ratio: 2:1 max (540x270) 946x473, 696x348, 462x231, 302x151
  Older ratios:                   946x400, 696x330, 462x290, 302x302
-------------------------------------------------------------- */
/** 4 sizes **/
/* ALTERNATE CAPTIONLESS VERSION OF mASS */
/* line 45, ../scss/slideshow.scss */
.ma_slideshow.sans_captions .ss_overlay p {
  display: none;
}
/* line 48, ../scss/slideshow.scss */
.ma_slideshow.sans_captions .ss_overlay .learn_more {
  display: block;
  top: 44px;
}
/* line 52, ../scss/slideshow.scss */
.ma_slideshow.sans_captions.col302 {
  height: 221px;
}
/* line 55, ../scss/slideshow.scss */
.ma_slideshow.sans_captions.col302 .slides_nav {
  max-height: 24px;
}
/* line 59, ../scss/slideshow.scss */
.ma_slideshow.sans_captions.col302 .ss_overlay {
  top: 151px;
  height: 70px;
}
/* line 68, ../scss/slideshow.scss */
.ma_slideshow.sans_captions.col462 {
  height: 301px;
}
/* line 71, ../scss/slideshow.scss */
.ma_slideshow.sans_captions.col462 .ss_overlay {
  top: 231px;
  height: 70px;
}
/* line 76, ../scss/slideshow.scss */
.ma_slideshow.sans_captions.col696 .ss_overlay {
  top: 278px;
  height: 70px;
}
/* line 80, ../scss/slideshow.scss */
.ma_slideshow.sans_captions.col946 .ss_overlay {
  top: 403px;
  height: 70px;
}

/* STANDARD mASS WITH CAPTIONS */
/* line 87, ../scss/slideshow.scss */
.ma_slideshow.col302 {
  width: 302px;
  height: 260px;
}
/* line 90, ../scss/slideshow.scss */
.ma_slideshow.col302 .slides {
  width: 302px;
  height: 260px;
}
/* line 93, ../scss/slideshow.scss */
.ma_slideshow.col302 .slides li {
  height: 260px;
}
/* line 96, ../scss/slideshow.scss */
.ma_slideshow.col302 .slides h3, .ma_slideshow.col302 .slides p {
  margin: 0;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 102, ../scss/slideshow.scss */
.ma_slideshow.col302 .slides h3 a {
  font-size: 14px;
  max-height: 34px;
  overflow: hidden;
}
/* line 107, ../scss/slideshow.scss */
.ma_slideshow.col302 .slides p {
  font-size: 12px;
  line-height: 14px;
  max-height: 27px;
  overflow: hidden;
}
/* line 114, ../scss/slideshow.scss */
.ma_slideshow.col302 .slides .learn_more {
  display: none;
}
/* line 120, ../scss/slideshow.scss */
.ma_slideshow.col302 .slide_content > a {
  height: 151px;
  display: block;
}
/* line 125, ../scss/slideshow.scss */
.ma_slideshow.col302 .ss_overlay {
  background-color: #353535;
  position: absolute;
  top: 151px;
  left: 0;
  width: 302px;
}
/* line 133, ../scss/slideshow.scss */
.ma_slideshow.col302 .slides_control {
  width: 100%;
}
/* line 137, ../scss/slideshow.scss */
.ma_slideshow.col302 .slides_nav {
  max-width: 21em;
}

/* line 141, ../scss/slideshow.scss */
.ma_slideshow.col462 {
  width: 462px;
  height: 340px;
}
/* line 144, ../scss/slideshow.scss */
.ma_slideshow.col462 .slides {
  width: 462px;
  height: 340px;
}
/* line 147, ../scss/slideshow.scss */
.ma_slideshow.col462 .slides li {
  height: 340px;
}
/* line 152, ../scss/slideshow.scss */
.ma_slideshow.col462 .slide_content > a {
  height: 231px;
  display: block;
}
/* line 157, ../scss/slideshow.scss */
.ma_slideshow.col462 .ss_overlay {
  background-color: #353535;
  position: absolute;
  top: 231px;
  left: 0;
  width: 462px;
}
/* line 165, ../scss/slideshow.scss */
.ma_slideshow.col462 .slides_control {
  width: 352px;
  /* minus .learn_more */
}
/* line 168, ../scss/slideshow.scss */
.ma_slideshow.col462 .slides_nav {
  max-width: 26em;
}

/* line 172, ../scss/slideshow.scss */
.ma_slideshow.col696 {
  width: 696px;
  height: 348px;
}
/* line 175, ../scss/slideshow.scss */
.ma_slideshow.col696 .slides {
  width: 696px;
  height: 348px;
}
/* line 178, ../scss/slideshow.scss */
.ma_slideshow.col696 .slides li {
  height: 348px;
}
/* line 182, ../scss/slideshow.scss */
.ma_slideshow.col696 .ss_overlay {
  background-color: #353535;
  position: absolute;
  top: 239px;
  left: 0;
  width: 696px;
}
/* line 189, ../scss/slideshow.scss */
.ma_slideshow.col696 .slides_control {
  width: 586px;
  /* minus .learn_more */
}
/* line 192, ../scss/slideshow.scss */
.ma_slideshow.col696 .slides_nav {
  max-width: 40em;
}

/* line 196, ../scss/slideshow.scss */
.ma_slideshow.col946 {
  width: 946px;
  height: 473px;
}
/* line 199, ../scss/slideshow.scss */
.ma_slideshow.col946 .slides {
  width: 946px;
  height: 473px;
}
/* line 202, ../scss/slideshow.scss */
.ma_slideshow.col946 .slides li {
  height: 473px;
}
/* line 206, ../scss/slideshow.scss */
.ma_slideshow.col946 .ss_overlay {
  background-color: #353535;
  position: absolute;
  top: 364px;
  left: 0;
  width: 946px;
}
/* line 213, ../scss/slideshow.scss */
.ma_slideshow.col946 .slides_control {
  width: 836px;
  /* minus .learn_more */
}

/* line 218, ../scss/slideshow.scss */
.ma_slideshow {
  border: none;
  font-family: arial, helvetica, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 15px;
  /* matches .col padding-bottom */
}
/* line 225, ../scss/slideshow.scss */
.ma_slideshow a {
  color: #fff;
}
/* line 227, ../scss/slideshow.scss */
.ma_slideshow a:focus, .ma_slideshow a:hover, .ma_slideshow a.menu.active {
  color: #F4912A;
}
/* line 232, ../scss/slideshow.scss */
.ma_slideshow ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 1%;
  /* IE fix */
}
/* line 237, ../scss/slideshow.scss */
.ma_slideshow ul:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 245, ../scss/slideshow.scss */
.ma_slideshow .slide_content {
  position: relative;
}
/* line 247, ../scss/slideshow.scss */
.ma_slideshow .slide_content > a {
  overflow: hidden;
  display: block;
}
/* line 256, ../scss/slideshow.scss */
.ma_slideshow .ss_overlay {
  height: 109px;
  margin: 0;
  padding-top: 8px;
  /*css3please.com*/
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.7);
  /* FF3+, Saf3+, Opera 10.10+, Chrome, IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);
  /* IE6–IE9 */
  zoom: 1;
}
/* line 267, ../scss/slideshow.scss */
.ma_slideshow .next {
  font-size: 20px;
  position: absolute;
  right: -9999px;
  top: -9999px;
}
/* line 272, ../scss/slideshow.scss */
.ma_slideshow .next:focus {
  right: -95px;
  top: -160px;
}
/* line 277, ../scss/slideshow.scss */
.ma_slideshow .slides {
  overflow: hidden;
}
/* line 279, ../scss/slideshow.scss */
.ma_slideshow .slides ul {
  margin: 0 !important;
}
/* line 282, ../scss/slideshow.scss */
.ma_slideshow .slides a img {
  border: 0;
}
/* line 285, ../scss/slideshow.scss */
.ma_slideshow .slides li {
  float: left;
  margin: 0 !important;
  width: 100%;
}
/* line 290, ../scss/slideshow.scss */
.ma_slideshow .slides h3, .ma_slideshow .slides p {
  margin: 0;
  padding: 0 12px 6px 12px;
}
/* line 294, ../scss/slideshow.scss */
.ma_slideshow .slides h3,
.ma_slideshow .slides h3 a {
  font-size: 16px;
  font-weight: bold !important;
  color: #F4912A !important;
  text-decoration: none;
  line-height: 1;
}
/* line 302, ../scss/slideshow.scss */
.ma_slideshow .slides p {
  font-size: 13px;
  color: #fff;
  line-height: 15px;
}
/* line 307, ../scss/slideshow.scss */
.ma_slideshow .slides .learn_more {
  text-align: right;
  line-height: 14px;
  font-size: 14px;
  padding: 0;
  position: absolute;
  top: 85px;
  right: 12px;
  z-index: 102;
  overflow: hidden;
}
/* line 319, ../scss/slideshow.scss */
.ma_slideshow .slides_control {
  z-index: 101;
  position: absolute;
  bottom: 4px;
  left: 8px;
}
/* line 325, ../scss/slideshow.scss */
.ma_slideshow .slides_nav {
  margin: 0 !important;
  float: left;
  border-right: 1px solid #515151;
  padding-right: 4px;
  height: 2em;
  overflow: hidden;
}
/* line 332, ../scss/slideshow.scss */
.ma_slideshow .slides_nav a,
.ma_slideshow .slides_nav a:hover,
.ma_slideshow .slides_nav a.menu.active {
  display: block;
  /*outline: none;*/
  text-decoration: none !important;
  background: url("../images/spacer.gif") 0 0 no-repeat;
  /* < IE9 stupid click-target bug */
  padding: 0 10px;
}
/* line 340, ../scss/slideshow.scss */
.ma_slideshow .slides_nav li {
  margin: 0 !important;
  line-height: 25px;
  display: inline-block;
  /*IE7 rule required*/
  *display: inline;
  zoom: 1;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

/* end .ma_slideshow */
/* line 353, ../scss/slideshow.scss */
.js .ma_slideshow .slides_nav li.activeSlide {
  background-image: url("../images/ma_slideshow_sprites.gif");
  background-position: 50% 1px;
  background-repeat: no-repeat;
}

/* line 358, ../scss/slideshow.scss */
.ma_slideshow .slides_nav a:focus,
.js .ma_slideshow .slides_nav li.activeSlide,
.js .ma_slideshow .slides_nav li.activeSlide a {
  color: #c60;
}

/* line 364, ../scss/slideshow.scss */
.ma_slideshow .ss_pause_play {
  display: block;
  float: left;
  visibility: hidden;
  height: 23px;
  width: 23px;
  margin-left: 12px;
  text-decoration: none;
  text-indent: -9999em;
  background-image: url("../images/ma_slideshow_sprites.gif");
  background-position: 50% -98px;
  /* pause active*/
  background-repeat: no-repeat;
  /* override <button> styling */
  border: 0;
  padding: 0;
}
/* line 381, ../scss/slideshow.scss */
.ma_slideshow .ss_pause_play.play {
  background-position: 50% -32px;
  /* play active*/
}
/* line 384, ../scss/slideshow.scss */
.ma_slideshow .ss_pause_play.play:focus, .ma_slideshow .ss_pause_play.play:hover, .ma_slideshow .ss_pause_play.play.menu.active {
  background-position: 50% -65px;
  /* play hover*/
}
/* line 388, ../scss/slideshow.scss */
.ma_slideshow .ss_pause_play.paused:focus, .ma_slideshow .ss_pause_play.paused:hover, .ma_slideshow .ss_pause_play.paused.menu.active {
  background-position: 50% -131px;
  /* pause hover*/
}

/* --------------------------------------------------------------

  Horizontal Slideshow Style 1.1
  v20131203jc - fixed portrait tablet viewport dimensions
  horizontal-slideshow.css  v.20130424JC

        JS creates hshow class based on top parent col container class
  		--- IE is the top column a col6, col9, or col12?

  No-JS uses no hshow class, 100% ul width, and uniform story widths

-------------------------------------------------------------- */
/** horizontal slideshow colors **/
/** 3 slideshow size version (will aplpy to .slides [<- the container] ul li) **/
/** desktop sizes **/
/** tablet sizes **/
/** mobile landscape sizes **/
/** mobile portrait sizes **/
/* ---------------------------------------------------- */
/* HORIZONTAL SLIDESHOW SETUPS: NO-JS ONLY
/* ---------------------------------------------------- */
/* line 115, ../scss/horizontal-slideshow.scss */
.no-js {
  /* ---------------------------------------------------- */
  /* HORIZONTAL SLIDESHOW MOBILE PORTRAIT CSS
  /* ---------------------------------------------------- */
  /* ---------------------------------------------------- */
  /* HORIZONTAL SLIDESHOW LANDSCAPE MOBILE + TABLET PORTRAIT CSS */
  /* ---------------------------------------------------- */
}
/* line 116, ../scss/horizontal-slideshow.scss */
.no-js .ma_hshow {
  /* the static slideshow title */
}
/* line 119, ../scss/horizontal-slideshow.scss */
.no-js .ma_hshow h2.hs-title {
  font-size: 1.35em;
  line-height: 1.4em;
  margin: .35em 0 0 0;
  color: #333;
  border-bottom: 1px solid #eee;
}
/* line 127, ../scss/horizontal-slideshow.scss */
.no-js .ma_hshow .hs-nav {
  display: none;
}
/* line 131, ../scss/horizontal-slideshow.scss */
.no-js .ma_hshow .slides {
  background-color: #fff;
  overflow: hidden;
}
/* line 142, ../scss/horizontal-slideshow.scss */
.no-js .ma_hshow .slides .curtains > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 100%;
  /*IE fix*/
}
/* line 151, ../scss/horizontal-slideshow.scss */
.no-js .ma_hshow .slides .curtains > ul li.story {
  /*display:table-cell;
  white-space: pre-line; */
  float: left;
  padding: 0 5px;
  width: 154px;
  height: 260px;
  margin: 0 .3% 5px .3%;
}
/* line 162, ../scss/horizontal-slideshow.scss */
.no-js .ma_hshow .slides .curtains > ul li.story:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 170, ../scss/horizontal-slideshow.scss */
.no-js .ma_hshow .slides .curtains > ul li.story:last-child {
  border-right: 0;
}
/* line 176, ../scss/horizontal-slideshow.scss */
.no-js .ma_hshow .slides .curtains > ul li.story .hs-category-wrapper {
  margin-bottom: .5em;
  position: relative;
  vertical-align: baseline;
  width: 133px;
  height: 38px;
}
/* line 183, ../scss/horizontal-slideshow.scss */
.no-js .ma_hshow .slides .curtains > ul li.story .hs-category-wrapper a, .no-js .ma_hshow .slides .curtains > ul li.story .hs-category-wrapper span {
  font-family: sans-serif;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  font-size: .8em;
  line-height: 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #333;
  text-decoration: none;
}
/* line 199, ../scss/horizontal-slideshow.scss */
.no-js .ma_hshow .slides .curtains > ul li.story .hs-category-wrapper a:hover, .no-js .ma_hshow .slides .curtains > ul li.story .hs-category-wrapper a.menu.active {
  color: #333;
  text-decoration: underline;
}
/* line 207, ../scss/horizontal-slideshow.scss */
.no-js .ma_hshow .slides .curtains > ul li.story img {
  width: 145px;
  margin-bottom: 5px;
}
/* line 212, ../scss/horizontal-slideshow.scss */
.no-js .ma_hshow .slides .curtains > ul li.story .hs-story-title-link {
  color: #25548c;
  text-decoration: none;
  margin: .3em 0;
  font-size: 1em;
  line-height: 1.2em;
  font-family: sans-serif;
  font-weight: bold;
}
/* line 222, ../scss/horizontal-slideshow.scss */
.no-js .ma_hshow .slides .curtains > ul li.story .hs-story-title-link:hover, .no-js .ma_hshow .slides .curtains > ul li.story .hs-story-title-link.menu.active {
  text-decoration: underline;
}
/* line 227, ../scss/horizontal-slideshow.scss */
.no-js .ma_hshow .slides .curtains > ul li.story:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
@media only screen and (max-width: 380px) {
  /* line 246, ../scss/horizontal-slideshow.scss */
  .no-js .ma_hshow {
    /* ---------------------------------------------------- */
    /* HSHOW > SLIDES MOBILE PORTRAIT NO-JS ALL SIZES */
    /* ---------------------------------------------------- */
  }
  /* line 253, ../scss/horizontal-slideshow.scss */
  .no-js .ma_hshow .slides {
    width: 100%;
  }
  /* line 257, ../scss/horizontal-slideshow.scss */
  .no-js .ma_hshow .slides .curtains > ul {
    width: 100%;
    margin-top: 10px;
  }
  /* line 262, ../scss/horizontal-slideshow.scss */
  .no-js .ma_hshow .slides .curtains > ul li.story {
    height: 250px;
    width: 145px;
  }
  /* line 266, ../scss/horizontal-slideshow.scss */
  .no-js .ma_hshow .slides .curtains > ul li.story .hs-category-wrapper {
    height: 40px;
    width: 124px;
  }
  /* line 272, ../scss/horizontal-slideshow.scss */
  .no-js .ma_hshow .slides .curtains > ul li.story .hs-story-title {
    margin: .5em 0;
    font-size: .9em;
    line-height: 1.2em;
    width: 124px;
  }
  /* line 280, ../scss/horizontal-slideshow.scss */
  .no-js .ma_hshow .slides .curtains > ul li.story:nth-child(even) {
    border-right: 0;
  }
  /* line 288, ../scss/horizontal-slideshow.scss */
  .no-js .ma_hshow.no-attr {
    				/*height: 210px !important; //  = li.story height - .hs-category-wrapper
    
    				.slides,
    				.slides > ul,*/
  }
  /* line 293, ../scss/horizontal-slideshow.scss */
  .no-js .ma_hshow.no-attr .slides > ul li.story {
    height: 220px !important;
  }
  /* line 296, ../scss/horizontal-slideshow.scss */
  .no-js .ma_hshow.no-attr .slides > ul li.story .hs-category-wrapper {
    display: none;
  }
}
@media only screen and (min-width: 380px) and (max-width: 1004px) {
  /* line 312, ../scss/horizontal-slideshow.scss */
  .no-js .ma_hshow {
    /* ---------------------------------------------------- */
    /* HSHOW > SLIDES PORTRAIT TABLET NO-JS ALL SIZES */
    /* ---------------------------------------------------- */
  }
  /* line 320, ../scss/horizontal-slideshow.scss */
  .no-js .ma_hshow .slides {
    width: 100%;
  }
  /* line 323, ../scss/horizontal-slideshow.scss */
  .no-js .ma_hshow .slides .curtains > ul {
    width: 100%;
  }
  /* line 326, ../scss/horizontal-slideshow.scss */
  .no-js .ma_hshow .slides .curtains > ul li.story {
    padding: 7px 5px;
    height: 280px;
    border-right: 0;
    width: 150px;
  }
  /* line 332, ../scss/horizontal-slideshow.scss */
  .no-js .ma_hshow .slides .curtains > ul li.story .hs-category-wrapper {
    margin-bottom: .5em;
  }
  /* line 340, ../scss/horizontal-slideshow.scss */
  .no-js .ma_hshow.no-attr {
    				/*height: 232px !important; //  = li.story height - .hs-category-wrapper
    
    				.slides,
    				.slides > ul,*/
  }
  /* line 345, ../scss/horizontal-slideshow.scss */
  .no-js .ma_hshow.no-attr .slides > ul li.story {
    height: 242px !important;
  }
  /* line 348, ../scss/horizontal-slideshow.scss */
  .no-js .ma_hshow.no-attr .slides > ul li.story .hs-category-wrapper {
    display: none;
  }
}
@media only screen and (min-width: 1005px) {
  /* line 115, ../scss/horizontal-slideshow.scss */
  .no-js {
    /* ---------------------------------------------------- */
    /* DESKTOP HORIZONTAL SLIDESHOW NO-JS SETUPS  ALL SIZES */
    /* ---------------------------------------------------- */
  }
  /* line 366, ../scss/horizontal-slideshow.scss */
  .no-js .ma_hshow .slides {
    width: 100%;
    height: 265px;
    overflow-y: auto;
  }
  /* line 371, ../scss/horizontal-slideshow.scss */
  .no-js .ma_hshow .slides .curtains > ul {
    width: 100%;
    height: 265px;
  }
  /* line 376, ../scss/horizontal-slideshow.scss */
  .no-js .ma_hshow .slides .curtains > ul li.story {
    display: inline;
    float: left;
    padding: 7px 5px;
    width: 145px;
    height: 270px;
  }
  /* line 384, ../scss/horizontal-slideshow.scss */
  .no-js .ma_hshow .slides .curtains > ul li.story .hs-category-wrapper {
    height: 38px;
    width: 133px;
  }
  /* line 389, ../scss/horizontal-slideshow.scss */
  .no-js .ma_hshow .slides .curtains > ul li.story .hs-story-title {
    width: 133px;
  }
  /* line 400, ../scss/horizontal-slideshow.scss */
  .no-js .ma_hshow.no-attr .slides,
  .no-js .ma_hshow.no-attr .slides > ul,
  .no-js .ma_hshow.no-attr .slides > ul li.story {
    height: 232px !important;
  }
  /* line 405, ../scss/horizontal-slideshow.scss */
  .no-js .ma_hshow.no-attr .slides .hs-category-wrapper,
  .no-js .ma_hshow.no-attr .slides > ul .hs-category-wrapper,
  .no-js .ma_hshow.no-attr .slides > ul li.story .hs-category-wrapper {
    display: none;
  }
}

/* ---------------------------------------------------- */
/* HORIZONTAL SLIDESHOW SETUPS: ALL SIZES JS
/* ---------------------------------------------------- */
/* Uses jQuery cycle */
/* line 419, ../scss/horizontal-slideshow.scss */
.js {
  /* slideshow containing div */
  /* ---------------------------------------------------- */
  /* HSHOW > SLIDES MOBILE PORTRAIT JS ALL SIZES  3 COLUMN (CENTER) */
  /* ---------------------------------------------------- */
  /* ---------------------------------------------------- */
  /* HORIZONTAL SLIDESHOW MOBILE LANDSCAPE CSS
  /* ---------------------------------------------------- */
  /* ---------------------------------------------------- */
  /* HORIZONTAL SLIDESHOW TABLET PORTRAIT CSS
  /* ---------------------------------------------------- */
}
/* line 422, ../scss/horizontal-slideshow.scss */
.js .ie-9 .slides {
  padding: 10px 0 10px 0;
}
/* line 429, ../scss/horizontal-slideshow.scss */
.js.lt-ie9 .col954 .curtains > ul > li {
  padding-left: 35px;
}
/* line 435, ../scss/horizontal-slideshow.scss */
.js.lt-ie9 .col696 .curtains > ul > li {
  padding-left: 50px;
}
/* line 439, ../scss/horizontal-slideshow.scss */
.js.lt-ie9 .hs-story-title-link {
  width: 123px !important;
}
/* line 446, ../scss/horizontal-slideshow.scss */
.js.lt-ie8 .col954 .curtains {
  width: 944px !important;
}
/* line 450, ../scss/horizontal-slideshow.scss */
.js.lt-ie8 .col696 .curtains {
  width: 686px !important;
}
/* line 454, ../scss/horizontal-slideshow.scss */
.js.lt-ie8 .col462 .curtains {
  width: 435px !important;
}
/* line 458, ../scss/horizontal-slideshow.scss */
.js.lt-ie8 .slides {
  height: 245px !important;
}
/* line 461, ../scss/horizontal-slideshow.scss */
.js.lt-ie8 .slides .curtains {
  height: 245px !important;
}
/* line 465, ../scss/horizontal-slideshow.scss */
.js.lt-ie8 .slides .curtains > ul {
  height: 245px !important;
}
/* line 468, ../scss/horizontal-slideshow.scss */
.js.lt-ie8 .slides .curtains > ul .story {
  width: 125px !important;
  height: 226px !important;
}
/* line 472, ../scss/horizontal-slideshow.scss */
.js.lt-ie8 .slides .curtains > ul .story .hs-story-title-link {
  display: block !important;
  clear: both;
}
/* line 476, ../scss/horizontal-slideshow.scss */
.js.lt-ie8 .slides .curtains > ul .story .hs-story-title-link img {
  display: block !important;
}
/* line 485, ../scss/horizontal-slideshow.scss */
.js.lt-ie8 .no-attr .slides {
  height: 225px !important;
}
/* line 488, ../scss/horizontal-slideshow.scss */
.js.lt-ie8 .no-attr .slides .curtains {
  height: 225px !important;
}
/* line 490, ../scss/horizontal-slideshow.scss */
.js.lt-ie8 .no-attr .slides .curtains > ul {
  height: 225px !important;
}
/* line 493, ../scss/horizontal-slideshow.scss */
.js.lt-ie8 .no-attr .slides .curtains > ul .story {
  height: 205px !important;
}
/* line 503, ../scss/horizontal-slideshow.scss */
.js .ma_hshow {
  width: 100%;
  font-family: sans-serif;
  margin: 10px 0;
  position: relative;
  border: 0;
  /* the static slideshow title */
  /*  navigation arrows  */
  		/*.hs-nav {
  			//width: 106%;
  			top: 90px;
  			//left: -19px;
  			position: absolute;
  			z-index: 100;
  
  			/*&:after {
  					content: ".";
  					clear: both;
  					display: block;
  					height: 0;
  					visibility: hidden;
  				}*/
}
/* line 512, ../scss/horizontal-slideshow.scss */
.js .ma_hshow h2.hs-title {
  font-size: 1.35em;
  margin: .35em 0;
  color: #333;
  padding: 0 10px;
  border: 0;
}
/* line 537, ../scss/horizontal-slideshow.scss */
.js .ma_hshow button {
  text-decoration: none;
  font-weight: bold;
  width: 40px;
  height: 45px;
  background-color: #333;
  border: 0;
  padding: 0;
  color: #fff;
}
/* line 547, ../scss/horizontal-slideshow.scss */
.js .ma_hshow button.hs-nav {
  top: 120px;
  position: absolute;
  z-index: 100;
  background: url("../images/template/sprite-hs-nav.png");
  text-indent: -9999em;
}
/* line 559, ../scss/horizontal-slideshow.scss */
.js .ma_hshow button#prev {
  float: left;
  display: none;
  background-position: -64px -5px;
  left: -19px;
}
/* line 568, ../scss/horizontal-slideshow.scss */
.js .ma_hshow button#next {
  float: right;
  display: inline;
  background-position: -5px -5px;
  right: -9px;
}
/* line 578, ../scss/horizontal-slideshow.scss */
.js .ma_hshow .slides {
  background-color: #f0f0f0;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 3px;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 3px;
  /* Firefox 1-3.6 */
  -moz-border-radius: 3px;
  padding: 10px 0px;
  -moz-box-shadow: inset 0 0 6px #ddd;
  -webkit-box-shadow: inset 0 0 6px #ddd;
  box-shadow: inset 0 0 6px #ddd;
  margin: 0 auto;
  height: 262px;
}
/* line 597, ../scss/horizontal-slideshow.scss */
.js .ma_hshow .slides .curtains {
  width: 99.5%;
  overflow: hidden;
  border-left: 15px solid #f0f0f0;
  border-right: 15px solid #f0f0f0;
  position: absolute;
  z-index: 90;
}
/* line 606, ../scss/horizontal-slideshow.scss */
.js .ma_hshow .slides .curtains > ul {
  margin: 0 0 0 -15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  /*IE fix*/
}
/* line 608, ../scss/horizontal-slideshow.scss */
.js .ma_hshow .slides .curtains > ul.loading {
  display: none !important;
}
/* line 620, ../scss/horizontal-slideshow.scss */
.js .ma_hshow .slides .curtains > ul:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 628, ../scss/horizontal-slideshow.scss */
.js .ma_hshow .slides .curtains > ul > li {
  margin: 0 12px;
  width: 100%;
}
/* line 633, ../scss/horizontal-slideshow.scss */
.js .ma_hshow .slides .curtains > ul > li ul.slide-content {
  margin: 0;
  padding: 0;
}
/* line 637, ../scss/horizontal-slideshow.scss */
.js .ma_hshow .slides .curtains > ul > li ul.slide-content:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 647, ../scss/horizontal-slideshow.scss */
.js .ma_hshow .slides .curtains > ul > li ul.slide-content li.story {
  display: inline;
  float: left;
  padding: 7px 5px;
  margin: 0 5px;
  width: 135px;
  height: 239px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 6px;
  /* Firefox 1-3.6 */
  -moz-border-radius: 6px;
}
/* line 671, ../scss/horizontal-slideshow.scss */
.js .ma_hshow .slides .curtains > ul > li ul.slide-content li.story .hs-category-wrapper {
  margin-bottom: .5em;
  position: relative;
  vertical-align: baseline;
  width: 125px;
  height: 30px;
}
/* line 678, ../scss/horizontal-slideshow.scss */
.js .ma_hshow .slides .curtains > ul > li ul.slide-content li.story .hs-category-wrapper a, .js .ma_hshow .slides .curtains > ul > li ul.slide-content li.story .hs-category-wrapper span {
  font-family: sans-serif;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  font-size: .8em;
  line-height: 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #333;
  text-decoration: none;
}
/* line 694, ../scss/horizontal-slideshow.scss */
.js .ma_hshow .slides .curtains > ul > li ul.slide-content li.story .hs-category-wrapper a:hover, .js .ma_hshow .slides .curtains > ul > li ul.slide-content li.story .hs-category-wrapper a.menu.active {
  color: #333;
  text-decoration: underline;
}
/* line 701, ../scss/horizontal-slideshow.scss */
.js .ma_hshow .slides .curtains > ul > li ul.slide-content li.story img {
  width: 123px;
  margin: 0 0 5px 0;
  border: 1px solid #eaeaea;
  float: none;
}
/* line 708, ../scss/horizontal-slideshow.scss */
.js .ma_hshow .slides .curtains > ul > li ul.slide-content li.story .hs-story-title-link {
  text-decoration: none;
  font-size: 1em;
  line-height: 1.25em !important;
  font-family: sans-serif;
  font-weight: bold;
  display: inline-block;
}
/* line 717, ../scss/horizontal-slideshow.scss */
.js .ma_hshow .slides .curtains > ul > li ul.slide-content li.story a.hs-story-title-link {
  color: #07459A;
}
/* line 721, ../scss/horizontal-slideshow.scss */
.js .ma_hshow .slides .curtains > ul > li ul.slide-content li.story a.hs-story-title-link:hover, .js .ma_hshow .slides .curtains > ul > li ul.slide-content li.story a.hs-story-title-link.menu.active {
  text-decoration: underline;
}
/* line 733, ../scss/horizontal-slideshow.scss */
.js .ma_hshow.no-attr .hs-nav {
  top: 90px !important;
}
/* line 736, ../scss/horizontal-slideshow.scss */
.js .ma_hshow.no-attr .slides {
  height: 228px;
}
/* line 739, ../scss/horizontal-slideshow.scss */
.js .ma_hshow.no-attr .slides .curtains > ul {
  height: 205px;
}
/* line 742, ../scss/horizontal-slideshow.scss */
.js .ma_hshow.no-attr .slides .curtains > ul > li ul li.story {
  height: 205px;
}
@media only screen and (max-width: 380px) {
  /* line 769, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow .hs-nav#prev {
    left: -9px;
  }
  /* line 772, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow .hs-nav#next {
    right: -1px;
  }
  /* line 777, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow .slides {
    width: 299px;
    height: 260px;
    padding: 10px 0;
  }
  /* line 782, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow .slides .curtains {
    width: 296px;
    border-left: 3px solid #f0f0f0;
    border-right: 3px solid #f0f0f0;
    height: 239px;
  }
  /* line 789, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow .slides .curtains > ul {
    width: 299px !important;
    margin: 0;
  }
  /* line 794, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow .slides .curtains > ul > li {
    width: 280px !important;
    margin: 0 8px;
  }
  /* line 800, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow .slides .curtains > ul > li ul li.story {
    margin: 0 2px !important;
  }
  /* line 808, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.no-attr {
    height: 265px;
  }
  /* line 811, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.no-attr .slides {
    height: 228px;
  }
  /* line 814, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.no-attr .slides .curtains {
    height: 205px;
  }
  /* line 817, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.no-attr .slides .curtains > ul {
    height: 225px;
  }
  /* line 821, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.no-attr .slides .curtains > ul > li {
    height: 225px;
  }
}
@media only screen and (min-width: 381px) and (max-width: 767px) {
  /* line 848, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow {
    /* ---------------------------------------------------- */
    /* HSHOW > SLIDES MOBILE LANDSCAPE JS .col954  FULL WIDTH COLUMN */
    /* ---------------------------------------------------- */
  }
  /* line 858, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow .hs-nav#prev {
    left: -12px;
  }
  /* line 861, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow .hs-nav#next {
    right: -4px;
  }
  /* line 866, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow .slides {
    width: 461px;
    height: 260px;
    padding: 10px 0;
  }
  /* line 871, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow .slides .curtains {
    width: 459px;
  }
  /* line 874, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow .slides .curtains > ul {
    width: 461px !important;
  }
  /* line 878, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow .slides .curtains > ul > li {
    width: 435px;
  }
  /* line 888, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.no-attr {
    height: 265px;
  }
  /* line 891, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.no-attr .slides {
    height: 228px;
  }
  /* line 894, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.no-attr .slides .curtains > ul {
    height: 205px;
  }
  /* line 898, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.no-attr .slides .curtains > ul > li {
    height: 205px;
    padding-left: 1px;
  }
  /* line 902, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.no-attr .slides .curtains > ul > li ul {
    width: 434px;
  }
  /* line 905, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.no-attr .slides .curtains > ul > li ul li.story {
    margin: 0 4px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1004px) {
  /* line 923, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow {
    /* ---------------------------------------------------- */
    /* HSHOW > SLIDES PORTRAIT TABLET JS .col954  FULL WIDTH COLUMN */
    /* ---------------------------------------------------- */
    /* ---------------------------------------------------- */
    /* HSHOW > SLIDES PORTRAIT TABLET JS .col696  2/3 COLUMN */
    /* ---------------------------------------------------- */
    /* ---------------------------------------------------- */
    /* HSHOW > SLIDES PORTRAIT TABLET JS .col462  3COL CENTER COLUMN */
    /* ---------------------------------------------------- */
  }
  /* line 931, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col954 {
    /*.hs-nav {
    	width: 104%;
    }*/
  }
  /* line 937, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col954 .slides {
    width: 708px !important;
    height: 260px;
  }
  /* line 941, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col954 .slides .curtains > ul {
    width: 708px !important;
  }
  /* line 945, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col954 .slides .curtains > ul > li {
    width: 620px;
    margin: 0 45px;
  }
  /* line 950, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col954 .slides .curtains > ul > li ul li.story {
    margin: 0 10px;
  }
  /* line 958, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col954.no-attr {
    height: 265px;
  }
  /* line 961, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col954.no-attr .slides {
    height: 228px;
  }
  /* line 964, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col954.no-attr .slides .curtains > ul {
    height: 205px;
  }
  /* line 967, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col954.no-attr .slides .curtains > ul > li {
    height: 205px;
  }
  /* line 982, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col696 .slides {
    width: 526px !important;
    height: 260px;
  }
  /* line 986, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col696 .slides .curtains > ul {
    width: 526px !important;
  }
  /* line 990, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col696 .slides .curtains > ul > li {
    width: 500px;
    padding-left: 16px;
  }
  /* line 995, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col696 .slides .curtains > ul > li ul li.story {
    margin: 0 10px;
  }
  /* line 1003, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col696.no-attr {
    height: 265px;
  }
  /* line 1006, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col696.no-attr .slides {
    height: 228px;
  }
  /* line 1009, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col696.no-attr .slides .curtains > ul {
    height: 205px;
  }
  /* line 1012, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col696.no-attr .slides .curtains > ul > li {
    height: 205px;
  }
  /* line 1026, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col462 {
    /*.hs-nav {
    	width: 107%;
    }*/
  }
  /* line 1031, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col462 .slides {
    width: 344px !important;
    height: 260px;
  }
  /* line 1035, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col462 .slides .curtains > ul {
    width: 344px !important;
  }
  /* line 1039, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col462 .slides .curtains > ul > li {
    width: 314px;
    padding-left: 10px;
  }
  /* line 1048, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col462.no-attr {
    height: 265px;
  }
  /* line 1051, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col462.no-attr .slides {
    height: 228px;
  }
  /* line 1054, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col462.no-attr .slides .curtains > ul {
    height: 205px;
  }
  /* line 1057, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col462.no-attr .slides .curtains > ul > li {
    height: 205px;
  }
}
@media only screen and (min-width: 1005px) {
  /* line 419, ../scss/horizontal-slideshow.scss */
  .js {
    /* ---------------------------------------------------- */
    /* DESKTOP HORIZONTAL SLIDESHOW SETUPS */
    /* ---------------------------------------------------- */
    /* .ma_hshow .col954  FULL WIDTH  */
  }
  /* line 1080, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow {
    /* ---------------------------------------------------- */
    /* DESKTOP HORIZONTAL SLIDESHOW SETUPS */
    /* ---------------------------------------------------- */
    /* .ma_hshow .col696  2/3  */
    /* ---------------------------------------------------- */
    /* DESKTOP HORIZONTAL SLIDESHOW SETUPS */
    /* ---------------------------------------------------- */
    /* .ma_hshow .col462  3col  */
  }
  /* line 1082, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col954 {
    /*.hs-nav {
    	width: 103%;
    }*/
  }
  /* line 1088, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col954 .slides {
    width: 954px !important;
    height: 260px;
  }
  /* line 1092, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col954 .slides .curtains > ul {
    width: 954px !important;
  }
  /* line 1096, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col954 .slides .curtains > ul > li {
    width: 900px;
    margin: 0 27px;
    padding-left: 12px;
  }
  /* line 1112, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col954.no-attr .slides {
    height: 228px;
  }
  /* line 1115, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col954.no-attr .slides .curtains {
    height: 205px;
  }
  /* line 1118, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col954.no-attr .slides .curtains > ul {
    height: 205px;
  }
  /* line 1121, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col954.no-attr .slides .curtains > ul > li {
    height: 205px;
    margin: 0 27px;
  }
  /* line 1137, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col696 {
    /*.hs-nav {
    	width: 104%;
    }*/
  }
  /* line 1143, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col696 .slides {
    width: 709px;
    height: 260px;
  }
  /* line 1147, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col696 .slides .curtains > ul {
    width: 709px !important;
  }
  /* line 1151, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col696 .slides .curtains > ul > li {
    width: 680px !important;
    padding-left: 32px;
  }
  /* line 1156, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col696 .slides .curtains > ul > li ul li.story {
    margin: 0 10px;
  }
  /* line 1166, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col696.no-attr .slides {
    height: 228px;
  }
  /* line 1169, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col696.no-attr .slides .curtains {
    height: 205px;
  }
  /* line 1172, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col696.no-attr .slides .curtains > ul {
    height: 205px;
  }
  /* line 1175, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col696.no-attr .slides .curtains > ul > li {
    height: 205px;
    margin: 0 45px;
  }
  /* line 1190, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col462 {
    /*.hs-nav {
    	width: 106.5%;
    }*/
  }
  /* line 1196, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col462 .slides {
    width: 463px;
    height: 260px;
  }
  /* line 1201, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col462 .slides .curtains > ul {
    width: 463px !important;
  }
  /* line 1206, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col462 .slides .curtains > ul > li {
    width: 440px !important;
  }
  /* line 1216, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col462.no-attr .slides {
    height: 228px;
  }
  /* line 1220, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col462.no-attr .slides .curtains {
    height: 205px;
  }
  /* line 1224, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col462.no-attr .slides .curtains > ul {
    height: 205px;
  }
  /* line 1227, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col462.no-attr .slides .curtains > ul > li {
    height: 205px;
  }
}

/*************************************************************
    Tabbed Module V1 - 20141201 JC
 ************************************************************/
/* Center column modules have margin & border */
/* line 6, ../scss/tabs.scss */
.introduction .ma-tabs {
  margin: 25px 0;
  border-bottom: 1px #ddd solid;
}

/* Tabs list */
/* line 12, ../scss/tabs.scss */
.tab-control {
  margin: 0;
  padding: 0;
  bottom: -1px;
  list-style-type: none !important;
  position: relative;
  display: block;
}
/* line 20, ../scss/tabs.scss */
.tab-control:before, .tab-control:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* line 30, ../scss/tabs.scss */
.tab-control li {
  display: table;
  table-layout: fixed;
  vertical-align: bottom;
  margin: 0;
  padding: 0 0 4px 4px;
  height: auto;
  float: left;
  text-align: center;
  word-wrap: break-word;
}
/* line 41, ../scss/tabs.scss */
.tab-control li:first-child {
  padding: 0 0 4px;
}
/* line 44, ../scss/tabs.scss */
.lt-ie8 .tab-control li:first-child {
  border-left: 0;
}
/* line 49, ../scss/tabs.scss */
.tab-control li.tabs-selected {
  padding-bottom: 0;
}
/* line 53, ../scss/tabs.scss */
.lt-ie8 .tab-control li {
  float: left;
  display: inline;
  border-left: 1px solid #aaa;
}
/* line 59, ../scss/tabs.scss */
.resources .tab-control li, .leftcol .tab-control li {
  width: 50%;
}
/* line 63, ../scss/tabs.scss */
.lt-ie8 .resources .tab-control li, .lt-ie8 .leftcol .tab-control li {
  width: auto;
}

/* line 70, ../scss/tabs.scss */
.leftcol .tab-control li:last-child.tabs-selected,
.resources .tab-control li:last-child.tabs-selected {
  width: 50%;
}
/* line 74, ../scss/tabs.scss */
.lt-ie8 .leftcol .tab-control li:last-child.tabs-selected, .lt-ie8
.resources .tab-control li:last-child.tabs-selected {
  width: auto;
}

/* loop to set up uniform width of tabs list
   1 @ 100%, 2 @ 50% etc */
/* line 85, ../scss/tabs.scss */
.tabs-2 .tab-control li,
.tabs-2 .tab-control li.tabs-selected {
  width: 50%;
}
/* line 90, ../scss/tabs.scss */
.lt-ie8 .tabs-2 .tab-control li, .lt-ie8
.tabs-2 .tab-control li.tabs-selected {
  width: auto;
}

/* line 85, ../scss/tabs.scss */
.tabs-3 .tab-control li,
.tabs-3 .tab-control li.tabs-selected {
  width: 33.33333%;
}
/* line 90, ../scss/tabs.scss */
.lt-ie8 .tabs-3 .tab-control li, .lt-ie8
.tabs-3 .tab-control li.tabs-selected {
  width: auto;
}

/* line 85, ../scss/tabs.scss */
.tabs-4 .tab-control li,
.tabs-4 .tab-control li.tabs-selected {
  width: 25%;
}
/* line 90, ../scss/tabs.scss */
.lt-ie8 .tabs-4 .tab-control li, .lt-ie8
.tabs-4 .tab-control li.tabs-selected {
  width: auto;
}

/* line 85, ../scss/tabs.scss */
.tabs-5 .tab-control li,
.tabs-5 .tab-control li.tabs-selected {
  width: 20%;
}
/* line 90, ../scss/tabs.scss */
.lt-ie8 .tabs-5 .tab-control li, .lt-ie8
.tabs-5 .tab-control li.tabs-selected {
  width: auto;
}

/* line 96, ../scss/tabs.scss */
.tab-control li a {
  display: table-cell;
  vertical-align: middle;
  padding: .6em;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #4d72a1;
  background: #4d72a1;
  color: #fff;
  margin: 0;
  font-size: 1.1em;
  width: 100%;
  height: 100%;
  text-align: center;
  word-wrap: break-word;
  /* All browsers since IE 5.5+ */
  overflow-wrap: break-word;
  white-space: pre-wrap;
  font-weight: bold;
  border-radius: 2px;
}
/* line 116, ../scss/tabs.scss */
.tab-control li a:hover, .tab-control li a.menu.active {
  background-color: #ECF0F0;
  border-color: #aaa;
  border-bottom: 1px solid #aaa;
  color: #000;
  text-decoration: underline;
}
/* line 124, ../scss/tabs.scss */
.leftcol .tab-control li a, .resources .tab-control li a {
  font-size: 1em;
  padding: .3em 0 .45em;
}
/* line 130, ../scss/tabs.scss */
.lt-ie8 .tab-control li a {
  background: #fff;
  color: #07459A;
  text-decoration: underline;
  border: 0;
  padding: 5px;
}
/* line 137, ../scss/tabs.scss */
.lt-ie8 .tab-control li a:hover, .lt-ie8 .tab-control li a.menu.active {
  background-color: #fff;
  text-decoration: none;
}
/* line 142, ../scss/tabs.scss */
.lt-ie8 .tab-control li a:first-child {
  border-left: 0;
}

/* line 148, ../scss/tabs.scss */
.tab-control li.tabs-selected a {
  padding-top: .9em;
  margin: 0;
  background: #fff;
  border: 1px solid #aaa;
  border-bottom: 1px solid #fff;
  color: #333;
  text-decoration: none;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
/* line 160, ../scss/tabs.scss */
.tab-control li.tabs-selected a:hover, .tab-control li.tabs-selected a.menu.active {
  background-color: #fff;
  /*#eaeaea;*/
  border-color: #aaa;
  /* #aaa; */
  border-bottom: 1px solid #fff;
  color: #000;
  cursor: default;
  text-decoration: none;
}
/* line 169, ../scss/tabs.scss */
.tab-control li.tabs-selected a:focus {
  outline: 0;
}
/* line 173, ../scss/tabs.scss */
.resources .tab-control li.tabs-selected a, .leftcol .tab-control li.tabs-selected a {
  padding-top: .6em;
}
/* line 178, ../scss/tabs.scss */
.lt-ie8 .tab-control li.tabs-selected a {
  border: 0;
  border-bottom: 0;
}

/*  Tab content */
/* line 185, ../scss/tabs.scss */
.pane {
  clear: both;
  overflow: auto;
  width: 100%;
  border-top: 1px solid #aaa;
}
/* line 192, ../scss/tabs.scss */
.lt-ie8 .introduction .pane {
  margin-top: -15px;
}
/* line 197, ../scss/tabs.scss */
.pane > div {
  padding: 15px;
  overflow: auto;
  display: none;
}
/* line 203, ../scss/tabs.scss */
.pane .tabs-panel-selected {
  display: block;
}
/* line 208, ../scss/tabs.scss */
.pane .img_caption {
  margin: 1em 0;
}
/* line 212, ../scss/tabs.scss */
.pane h2 {
  margin: .83em 0;
}
/* line 215, ../scss/tabs.scss */
.pane h3 {
  margin: 1em 0;
}
/* line 219, ../scss/tabs.scss */
.pane h4 {
  margin: 1.33em 0;
}
/* line 223, ../scss/tabs.scss */
.pane h5 {
  margin: 1.67em 0;
}
/* line 227, ../scss/tabs.scss */
.pane h6 {
  margin: 2.33em 0;
}

/* line 233, ../scss/tabs.scss */
.resources .tabs-body,
.leftcol .tabs-body {
  border: 1px solid #aaa;
}
/* line 237, ../scss/tabs.scss */
.lt-ie8 .resources .tabs-body, .lt-ie8
.leftcol .tabs-body {
  border: 0;
  border-top: 1px solid #ccc;
}

@media only screen and (max-width: 468px) {
  /* line 245, ../scss/tabs.scss */
  .resources .tabs-body,
  .leftcol .tabs-body {
    border: 0;
    border-top: 1px solid #aaa;
  }
}
@media only screen and (max-width: 344px) {
  /* line 255, ../scss/tabs.scss */
  .tab-control li a {
    font-size: 1em;
  }
  /* line 258, ../scss/tabs.scss */
  .tabs-4 .tab-control li a, .tabs-3 .tab-control li a {
    font-size: .95em;
  }
}
@media only screen and (min-width: 469px) and (max-width: 1003px) {
  /* line 266, ../scss/tabs.scss */
  .introduction .tab-control li a {
    font-size: 1em;
  }

  /* line 270, ../scss/tabs.scss */
  .introduction.col6 .tabs-4 .tab-control li a {
    font-size: .95em;
  }
}
/**************************************
 *    No JS styles
 *    Hide tab control UL
 *    Show all tab panel contents
 **************************************/
/* line 282, ../scss/tabs.scss */
.no-js .introduction .ma-tabs {
  border-bottom: 0;
}
/* line 285, ../scss/tabs.scss */
.no-js .tab-control {
  display: none;
}
/* line 288, ../scss/tabs.scss */
.no-js .pane {
  border-top: 0;
}
/* line 291, ../scss/tabs.scss */
.no-js .pane > div {
  display: block;
}

/*==============================================================
=      Begin Details / Summary Elements (show/hide) - ER186    =
==============================================================*/
/*----------  details module font awesome base mixin  ----------*/
/*----------  details module font awesome IE7 mixin  ----------*/
/* line 35, ../scss/details.scss */
.lt-ie8 details > summary {
  *zoom: expression( this.runtimeStyle.zoom="1", this.appendChild( document.createElement("small") ).className="after" );
}
/* line 41, ../scss/details.scss */
.lt-ie8 details > summary .after {
  top: 5px;
}

/*----------  Details module style  ----------*/
/* line 52, ../scss/details.scss */
details {
  display: block;
  margin: 0 1em 1em 1em;
  position: relative;
  border-bottom: 1px solid #ccc;
}
/* line 59, ../scss/details.scss */
details p, details blockquote, details div {
  padding: 0 1em;
}
/* line 64, ../scss/details.scss */
details ul {
  margin-left: 1em;
  margin-right: 1em;
}

/* line 71, ../scss/details.scss */
summary {
  padding: 1em;
  padding-right: 4em;
  cursor: pointer;
  border: 1px solid #fff;
}
/* line 77, ../scss/details.scss */
summary h2, summary h3, summary h4 {
  display: inline-block;
  margin: 0;
}
/* line 83, ../scss/details.scss */
details summary:hover, details summary.menu.active {
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
  outline: 0;
  color: #444;
}
/* line 91, ../scss/details.scss */
details summary:focus {
  outline: 0;
  border: 1px solid #ccc;
  border-bottom: 1px solid #f7f7f7;
  background-color: #f7f7f7;
}
/* line 100, ../scss/details.scss */
.details details[open] summary, details.open summary {
  margin-bottom: .75em;
  border: 1px solid #f5f5f5;
  border-bottom: 1px dashed #ccc;
  color: #444;
  background: #f7f7f7;
}
/* line 110, ../scss/details.scss */
.details details[open] summary:hover, .details details[open] summary.menu.active, details.open summary:hover, details.open summary.menu.active, .details details[open] summary:focus, details.open summary:focus {
  border: 1px solid #ccc;
  outline: 0;
}
/* line 119, ../scss/details.scss */
summary::-webkit-details-marker {
  display: none;
}
/* line 124, ../scss/details.scss */
summary:after, .lt-ie8 summary .after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 2em;
  content: "\f067";
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  color: #222;
}
/* line 133, ../scss/details.scss */
.details details[open] > summary:after, details.open > summary:after, .lt-ie8 details.open > summary .after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 2em;
  content: "\f068";
  /* the new icon */
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  color: #444;
}

/*----------  details module style fallbacks  ----------*/
/* line 150, ../scss/details.scss */
.no-details details > * {
  display: none;
}

/* line 153, ../scss/details.scss */
.no-details details > summary:after,
.lt-ie8 details > summary .after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 2em;
  float: right;
  width: 20px;
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  content: '\f067';
}

/* line 162, ../scss/details.scss */
details.open > summary:after,
.lt-ie8 details.open > summary .after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 2em;
  content: '\f068';
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  color: #444;
}

/* line 171, ../scss/details.scss */
.no-details details summary,
.no-js details,
.no-js details summary {
  display: block;
}

/* line 178, ../scss/details.scss */
.no-js.no-details details {
  border: 0;
}

/* line 183, ../scss/details.scss */
.no-js.no-details summary:after,
.no-js summary .after {
  content: '';
}

/*=========  End Details / Summary Elements (show/hide)  ==========*/
/*=================================================
   TRANSLATE MODULE 
  ===================================================*/
/* line 7, ../scss/translate.scss */
.js body .translate-disabled {
  display: none;
}
/* line 10, ../scss/translate.scss */
.js body li#js-disabled {
  display: none;
}
/* line 13, ../scss/translate.scss */
.js body li#translate-no {
  display: block;
}
/* line 17, ../scss/translate.scss */
.js body[translate="no"] #ms-translate, .js body.notranslate #ms-translate {
  display: none;
}
/* line 20, ../scss/translate.scss */
.js body[translate="no"] .translate-disabled, .js body.notranslate .translate-disabled {
  display: block;
}

/* line 30, ../scss/translate.scss */
.no-js body #ms-translate {
  display: none;
}
/* line 33, ../scss/translate.scss */
.no-js body li#js-disabled {
  display: block;
}
/* line 36, ../scss/translate.scss */
.no-js body .translate-disabled {
  display: block;
}
/* line 39, ../scss/translate.scss */
.no-js body li#translate-no {
  display: none;
}

/* line 51, ../scss/translate.scss */
.lt-ie8 #ms-translate {
  margin-top: -2px;
}

/* line 56, ../scss/translate.scss */
select#to-language {
  height: 20px;
  width: 105px;
}

/* line 61, ../scss/translate.scss */
button#translate-go {
  width: 30px;
  margin: -5px -1px;
  background: url("../images/template/translate.png") no-repeat;
  text-indent: -9999em;
  border: 0;
  padding: 4px 7px;
}
/* line 69, ../scss/translate.scss */
button#translate-go:hover, button#translate-go.menu.active {
  background: url("../images/template/translate-hover.png") no-repeat;
}

/* line 75, ../scss/translate.scss */
.ms-translate-accept {
  background: url("../images/template/check-icon.png") no-repeat 0% 50%;
  padding-left: 33px;
  padding-bottom: 6px;
  padding-top: 6px;
}

/* line 82, ../scss/translate.scss */
.ms-translate-deny {
  background: url("../images/template/no-icon.png") no-repeat 0% 50%;
  padding-left: 33px;
  padding-bottom: 6px;
  padding-top: 6px;
}

/* line 89, ../scss/translate.scss */
.little-a {
  font-size: .9em;
}

/* line 93, ../scss/translate.scss */
.big-a {
  font-size: 1.3em;
}

/* line 97, ../scss/translate.scss */
#translate-no, #js-disabled {
  margin: .75em 0;
}
/* line 100, ../scss/translate.scss */
#translate-no > ul, #js-disabled > ul {
  margin-top: 0;
}

@media only screen and (max-width: 1004px) {
  /* line 109, ../scss/translate.scss */
  .skip-links {
    width: 32%;
    margin-left: 2%;
  }

  /* line 114, ../scss/translate.scss */
  select#to-language {
    width: 85px;
  }

  /* line 118, ../scss/translate.scss */
  button#translate-go {
    display: none;
  }

  /* line 122, ../scss/translate.scss */
  .translate-widget {
    background: none;
    padding: 0 0 0 .25em !important;
  }

  /* line 127, ../scss/translate.scss */
  .top-line .rwd-ulhorizontal li:first-child {
    padding-left: .2em;
  }

  /* line 131, ../scss/translate.scss */
  .translate-disabled {
    background: none !important;
    padding-right: 0px !important;
  }
}
@media only screen and (max-width: 768px) {
  /* line 149, ../scss/translate.scss */
  .notranslate .translate-widget {
    border-left: 1px solid #fff;
  }
}
/************************************************************************
  
  BEGIN ER100 / BLOG WIDGET SCSS
  v1.1 updated for Font-Awesome 4.0 - C1009407 (12/11/13)
  v1.0 deployed for C1008603 10/2/13

  .mablog-rss contains default no-js html (.rss-*)
  .js loads new html (.blog-*)
  some add'l styles for .leftcol, .resources, .small (IE tetris 30-30-30), .mobile versions

************************************************************************/
/* line 40, ../scss/blog-widget.scss */
.screen-reader-text {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/* line 46, ../scss/blog-widget.scss */
.mablog-rss {
  margin: 0;
  /*-moz-box-shadow: 5px 5px 14px -6px #eaeaea;
  -webkit-box-shadow: 5px 5px 14px -6px #eaeaea;
  box-shadow: 5px 5px 14px -6px #eaeaea;*/
  -webkit-box-shadow: 5px 5px 14px -6px #eaeaea;
  -moz-box-shadow: 5px 5px 14px -6px #eaeaea;
  box-shadow: 5px 5px 14px -6px #eaeaea;
}

/* line 56, ../scss/blog-widget.scss */
.js .rss-title, .js .rss-wrapper, .js .rss-list-wrapper {
  display: none;
}

/* line 61, ../scss/blog-widget.scss */
.no-js .rss-title, .blogs-title {
  padding: 10px 15px 10px 10px;
  color: #222;
  font-weight: bold !important;
  font-size: 1.2em !important;
  font-family: Tahoma,Verdana,Geneva,sans-serif;
  background: #f5f5f5;
  -webkit-background-clip: border-box;
  -webkit-background-origin: padding-box;
  -webkit-background-size: auto;
  -webkit-box-shadow: rgba(155, 155, 155, 0.2) 0px 0px 0px 1px, rgba(255, 255, 255, 0.90196) 1px 0px 0px 0px inset, rgba(0, 0, 0, 0.09804) 0px 2px 2px 0px, #cccccc 0px 1px 1px -1px;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background: -webkit-linear-gradient(top, whitesmoke 90%, #f0f0f0 90%);
  background: -moz-linear-gradient(top, whitesmoke 90%, #f0f0f0 90%);
  background: -o-linear-gradient(top, whitesmoke 90%, #f0f0f0 90%);
  background: -ms-linear-gradient(top, whitesmoke 90%, #f0f0f0 90%);
  background: linear-gradient(top, #f5f5f5 90%, #f0f0f0 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f0f0f0',GradientType=0 );
  /* IE6-8 */
  background-origin: padding-box;
  background-size: auto;
  border-top-color: white;
  border-top-style: solid;
  border-top-width: 1px;
  box-shadow: rgba(155, 155, 155, 0.2) 0px 0px 0px 1px, rgba(255, 255, 255, 0.90196) 1px 0px 0px 0px inset, rgba(0, 0, 0, 0.09804) 0px 2px 2px 0px;
  -webkit-box-shadow: rgba(155, 155, 155, 0.2) 0px 0px 0px 1px, rgba(255, 255, 255, 0.90196) 1px 0px 0px 0px inset, rgba(0, 0, 0, 0.09804) 0px 2px 2px 0px;
  -moz-box-shadow: rgba(155, 155, 155, 0.2) 0px 0px 0px 1px, rgba(255, 255, 255, 0.90196) 1px 0px 0px 0px inset, rgba(0, 0, 0, 0.09804) 0px 2px 2px 0px;
  box-sizing: border-box;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-radius: 2px 2px 2px 2px;
  position: relative;
  margin: 0 !important;
}

/* line 97, ../scss/blog-widget.scss */
.no-js.lt-ie9 .rss-title, .no-js.lt-ie9 .resources .rss-title, .no-js.lt-ie9 .leftcol .rss-title {
  background: #f5f5f5;
  border: 1px solid #dfdfdf;
}

/* line 104, ../scss/blog-widget.scss */
.lt-ie9 .blogs-title, .lt-ie9 .small .blogs-title, .lt-ie9 .resources .blogs-title, .lt-ie9 .leftcol .blogs-title {
  background: #f5f5f5;
  border: 1px solid #dfdfdf;
}

/* line 110, ../scss/blog-widget.scss */
.no-js .rss-title:before, .blogs-title:before {
  position: absolute;
  bottom: 0px;
  right: 15px;
  display: inline-block;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #dfdfdf;
  border-left: 11px solid transparent;
  content: '';
  z-index: 90;
}

/* line 122, ../scss/blog-widget.scss */
.no-js .rss-title:after, .blogs-title:after {
  position: absolute;
  bottom: -1px;
  right: 16.5px;
  display: inline-block;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  content: '';
  z-index: 100;
}

/* line 135, ../scss/blog-widget.scss */
.no-js .leftcol .rss-title, .no-js .resources .rss-title {
  font-size: 0.85em !important;
  padding: 10px 15px 15px 10px;
}

/* line 141, ../scss/blog-widget.scss */
.small .blogs-title {
  font-size: 0.85em !important;
  padding: 10px 15px 15px 10px;
}

/* line 146, ../scss/blog-widget.scss */
.no-js .rss-wrapper, .blogs-wrapper {
  background: #f7f7ff;
  border: 1px solid #dfdfdf;
  border-top-color: #fafafa;
  border-top: 0;
  zoom: 1;
  padding: 0 3px 3px 5px;
  position: relative;
  top: 1px;
}

/* line 158, ../scss/blog-widget.scss */
.no-js .rss-wrapper {
  padding: 0 3px 3px 3px;
}
/* line 161, ../scss/blog-widget.scss */
.no-js .kb-key {
  display: none;
}

/* line 166, ../scss/blog-widget.scss */
.leftcol .kb-key, .resources .kb-key, .kb-key {
  position: absolute;
  top: 10px;
  left: -9999px;
  z-index: -10;
  overflow: visible;
  /*display: none;*/
  border: 3px solid #134b8f;
  width: 96%;
  background: #fafafa;
  background: rgba(245, 245, 245, 0.96);
  padding: 10px;
  -moz-box-shadow: 0px 3px 7px 3px #505050;
  -webkit-box-shadow: 0px 3px 7px 3px #505050;
  box-shadow: 0px 3px 7px 3px #505050;
}
/* line 181, ../scss/blog-widget.scss */
.leftcol .kb-key:focus, .resources .kb-key:focus, .kb-key:focus {
  outline: none;
}
/* line 184, ../scss/blog-widget.scss */
.leftcol .kb-key ul, .resources .kb-key ul, .kb-key ul {
  padding-left: 10px;
  margin: 0px 2px 0px 10px;
}

/* line 190, ../scss/blog-widget.scss */
.small .kb-key, .leftcol .kb-key, .resources .kb-key {
  width: 93%;
}
/* line 194, ../scss/blog-widget.scss */
.small .kb-key ul, .leftcol .kb-key ul, .resources .kb-key ul {
  padding-left: 0;
  list-style-type: none;
  font-size: .85em;
}

/* line 201, ../scss/blog-widget.scss */
.no-js .rss-list-wrapper {
  background: #fff;
  border-width: 0 1px 1px 1px;
  border-color: #dfdfdf;
  border-style: solid;
  /*background:#fff;*/
  zoom: 1;
  /*top: -13px;*/
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  /*display:block;
  width:100%;*/
}
/* line 216, ../scss/blog-widget.scss */
.no-js .rss-list-wrapper p {
  padding: 10px;
  margin: 0;
}
/* line 221, ../scss/blog-widget.scss */
.no-js .rss-list-wrapper img {
  float: left;
  margin-right: 10px;
  width: 60px;
}

/* line 228, ../scss/blog-widget.scss */
.blogs-list-wrapper {
  /*background:#fff;*/
  zoom: 1;
  /*top: -13px;*/
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  /*display:block;
  width:100%;*/
}
/* line 239, ../scss/blog-widget.scss */
.blogs-list-wrapper .scroll-pane {
  -webkit-box-shadow: -2px 4px 10px -8px #333;
  -moz-box-shadow: -2px 4px 10px -8px #333;
  box-shadow: -2px 4px 10px -8px #333;
}
/* line 242, ../scss/blog-widget.scss */
.blogs-list-wrapper .scroll-pane:focus {
  outline: 0;
}
/* line 247, ../scss/blog-widget.scss */
.blogs-list-wrapper .jspContainer {
  /*background: #fff !important;  
  border: 1px solid #dfdfdf;
  border-top:0 !important;
  border-radius: 1px;*/
}
/* line 254, ../scss/blog-widget.scss */
.blogs-list-wrapper .jspTrack {
  /*background: #fff !important;*/
  border-left: 1px solid #dfdfdf;
}
/* line 259, ../scss/blog-widget.scss */
.blogs-list-wrapper .jspDrag {
  outline: 1px solid #999;
}

/* line 265, ../scss/blog-widget.scss */
.rss-feed {
  list-style-type: none !important;
  padding: 0;
  /* 0 0 3px; */
  margin: 0 2px 0 0;
}
/* line 270, ../scss/blog-widget.scss */
.rss-feed:before {
  content: "";
  display: table;
}
/* line 274, ../scss/blog-widget.scss */
.rss-feed:after {
  content: "";
  display: table;
  clear: both;
}

/* line 281, ../scss/blog-widget.scss */
.rss-feed li {
  margin: 0;
  /*position: relative;*/
  background: #fff;
  margin-top: 5px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #dadada;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  border-right-radius: 3px;
  border-left-radius: 3px;
}
/* line 292, ../scss/blog-widget.scss */
.rss-feed li:hover, .rss-feed li.menu.active {
  /*background: #f9f9fc;*/
  /*background: #E2EDF7;*/
  border-color: #c0c0c0;
}
/* line 297, ../scss/blog-widget.scss */
.rss-feed li:first-child {
  margin-top: 0 !important;
  border-top-color: #fff;
}

/* line 304, ../scss/blog-widget.scss */
.lt-ie9 .focused-post, .lt-ie9 .leftcol .focused-post, .lt-ie9 .resources .focused-post {
  background: #fff;
}

/* line 309, ../scss/blog-widget.scss */
.focused-post {
  border-color: #666 !important;
  /*margin:-1px 0 0 0 !important;
  padding-top:1px !important;*/
  /*background: #f9f9fc !important;*/
}

/* line 316, ../scss/blog-widget.scss */
.post-title {
  padding: 5px 15px 0 0;
  display: block;
  font-size: 1.05em !important;
  font-weight: normal;
  text-decoration: none;
  color: #134b8f;
  position: relative;
}
/* line 324, ../scss/blog-widget.scss */
.post-title:visited {
  padding: 5px 15px 0 0;
  display: block;
  font-size: 1.05em !important;
  font-weight: normal;
  text-decoration: none;
  color: #134b8f;
  position: relative;
}
/* line 333, ../scss/blog-widget.scss */
.post-title:hover, .post-title.menu.active, .post-title:focus {
  text-decoration: underline;
  /*outline: 1px dashed #aeaeae;  */
}

/* line 339, ../scss/blog-widget.scss */
.post-from {
  position: relative;
  line-height: 1.3em;
  display: inline-block;
}
/* line 344, ../scss/blog-widget.scss */
.post-from a {
  color: #222;
  text-decoration: none;
}
/* line 347, ../scss/blog-widget.scss */
.post-from a:hover, .post-from a.menu.active {
  text-decoration: underline;
}
/* line 350, ../scss/blog-widget.scss */
.post-from a:focus {
  text-decoration: underline;
}
/* line 352, ../scss/blog-widget.scss */
.post-from a:focus > .fa-rss {
  color: #ff6600;
}

/* line 359, ../scss/blog-widget.scss */
.article-top {
  clear: left;
  display: block;
  min-height: 75px;
  position: relative;
}

/* line 366, ../scss/blog-widget.scss */
.titlefrom-wrapper {
  position: relative;
  margin-left: 75px;
  min-height: 76px;
  margin-right: 60px;
}

/* line 374, ../scss/blog-widget.scss */
.lt-ie8 .titlefrom-wrapper, .lt-ie8 .small .titlefrom-wrapper {
  padding-left: 5px;
}

/* line 379, ../scss/blog-widget.scss */
.article-top.no-image {
  min-height: 76px;
  position: relative;
}
/* line 382, ../scss/blog-widget.scss */
.article-top.no-image .titlefrom-wrapper {
  padding-left: 7px;
  min-height: 76px;
}

/* line 388, ../scss/blog-widget.scss */
.no-image .titlefrom-wrapper {
  padding-left: 7px;
}

/* line 392, ../scss/blog-widget.scss */
.meta-info {
  position: absolute;
  left: auto;
  bottom: 2px;
  right: 7px;
  width: 55px;
  text-align: center;
}

/* line 401, ../scss/blog-widget.scss */
.post-meta {
  font-size: 1em;
  color: #4a4a4a;
  display: block;
}

/* line 407, ../scss/blog-widget.scss */
.show-hide {
  font-size: .9em;
  color: #4a4a4a !important;
  cursor: pointer;
  text-decoration: none;
  display: block;
  margin-top: 3px;
  position: relative;
}
/* line 415, ../scss/blog-widget.scss */
.show-hide i {
  text-decoration: none !important;
  display: block;
  font-size: 1.75em;
}
/* line 420, ../scss/blog-widget.scss */
.show-hide .fa-plus-circle {
  color: #134b8f;
}

/* line 425, ../scss/blog-widget.scss */
.focused-post .show-hide .fa-minus-circle {
  color: #134b8f;
}

/* line 430, ../scss/blog-widget.scss */
.show-hide .fa-minus-circle {
  color: #91A6BF;
}
/* line 433, ../scss/blog-widget.scss */
.show-hide:hover, .show-hide.menu.active {
  text-decoration: underline;
}
/* line 436, ../scss/blog-widget.scss */
.show-hide i:hover, .show-hide i.menu.active {
  text-decoration: none !important;
}
/* line 439, ../scss/blog-widget.scss */
.show-hide:focus {
  outline: 1px dotted #222;
}
/* line 442, ../scss/blog-widget.scss */
.show-hide:hover i, .show-hide.menu.active i, .show-hide:focus i {
  color: #444;
}

/* line 447, ../scss/blog-widget.scss */
.excerpt-text {
  clear: both;
  border-top: 1px dashed #CACACA;
  padding: 7px;
  color: #454545;
  margin: 0;
  font-size: 0.875em;
  line-height: 1.4em;
}
/* line 455, ../scss/blog-widget.scss */
.excerpt-text:focus {
  outline: none;
  color: #000;
  background: #fafafa;
  /*border-top: 1px solid #efefef;
  border-bottom:1px solid #F1F4F7;*/
}
/* line 462, ../scss/blog-widget.scss */
.excerpt-text a {
  color: #134b8f;
}
/* line 464, ../scss/blog-widget.scss */
.excerpt-text a:visited {
  color: #134b8f;
}

/* line 470, ../scss/blog-widget.scss */
.rss-feed img {
  padding: 4px 6px 4px 4px;
  -ms-interpolation-mode: bicubic;
  width: 75px;
  height: 75px;
  float: left;
  border: 1px solid transparent;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  border-radius: 7px 7px 7px 7px;
}

/* line 481, ../scss/blog-widget.scss */
.small .titlefrom-wrapper {
  margin-left: 55px;
  min-height: 70px;
  margin-right: 50px;
}
/* line 486, ../scss/blog-widget.scss */
.small .article-top {
  min-height: 70px;
}
/* line 489, ../scss/blog-widget.scss */
.small .post-title {
  padding: 5px 5px 0 0;
  display: block;
  font-size: 0.9em !important;
  font-weight: 500;
  line-height: 1.2em !important;
  margin: 0 !important;
}
/* line 497, ../scss/blog-widget.scss */
.small .post-meta, .small .show-hide {
  font-size: .85em;
}
/* line 500, ../scss/blog-widget.scss */
.small .no-image .titlefrom-wrapper {
  padding-left: 5px;
  right: 50;
}
/* line 504, ../scss/blog-widget.scss */
.small .meta-info {
  right: 0;
}
/* line 507, ../scss/blog-widget.scss */
.small .rss-feed img {
  padding: 3px;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-radius: 2px 2px 2px 2px;
  width: 50px !important;
  height: 50px !important;
  float: left;
}
/* line 516, ../scss/blog-widget.scss */
.small .excerpt-text {
  font-size: .825em;
}
/* line 519, ../scss/blog-widget.scss */
.small .post-from {
  font-size: .85em;
  position: relative;
}

/* line 526, ../scss/blog-widget.scss */
.fa-rss:hover, .fa-rss.menu.active, .fa-rss:focus {
  color: #ff6600;
}

/* line 533, ../scss/blog-widget.scss */
.mobile .post-title {
  font-size: 1.7em !important;
  line-height: 1.2em !important;
  padding: 5px 5px 0 0;
}
/* line 538, ../scss/blog-widget.scss */
.mobile .post-from {
  font-size: 1.4em !important;
  line-height: 1.3em;
}
/* line 542, ../scss/blog-widget.scss */
.mobile .meta-info {
  right: 0px;
  left: auto;
  top: 1px;
  width: 50px;
  text-align: center;
}
/* line 548, ../scss/blog-widget.scss */
.mobile .meta-info .post-meta {
  font-size: 1.35em;
  display: block;
}
/* line 552, ../scss/blog-widget.scss */
.mobile .meta-info .show-hide {
  margin-left: 0 !important;
  font-size: 1.5em;
  display: block;
  height: 50px;
}
/* line 557, ../scss/blog-widget.scss */
.mobile .meta-info .show-hide .fa-plus-circle, .mobile .meta-info .show-hide .fa-minus-circle {
  display: block;
  font-size: 1.5em;
}
/* line 563, ../scss/blog-widget.scss */
.mobile .show-hide:focus {
  outline: 0;
}
/* line 566, ../scss/blog-widget.scss */
.mobile .excerpt-text {
  font-size: 1.25em;
}

@media only screen and (min-width: 768px) and (max-width: 1004px) {
  /* line 572, ../scss/blog-widget.scss */
  .resources .small .rss-feed img, .leftcol .small .rss-feed img {
    float: right;
    width: 45px;
    height: 45px;
    padding: 2px 2px 3px 3px;
    border-left: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    border-right: 0;
  }

  /* line 581, ../scss/blog-widget.scss */
  .resources .small .titlefrom-wrapper {
    margin-left: 5px !important;
  }

  /* line 585, ../scss/blog-widget.scss */
  .leftcol .small .titlefrom-wrapper {
    margin-left: 5px !important;
  }
  /* line 588, ../scss/blog-widget.scss */
  .leftcol .small .post-meta {
    display: none;
  }

  /* line 592, ../scss/blog-widget.scss */
  .resources .small .post-meta {
    display: none;
  }

  /* line 595, ../scss/blog-widget.scss */
  .leftcol .small .show-hide i {
    display: inline-block;
    font-size: 1em;
  }
}
/*******************************************
  social share style
********************************************/
/* line 4, ../scss/share.scss */
.magov-share {
  margin-bottom: 15px;
  width: 100%;
}
/* line 8, ../scss/share.scss */
.magov-share:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 15, ../scss/share.scss */
.magov-share .share-heading {
  font-size: 12px;
  font-weight: bold;
}
/* line 20, ../scss/share.scss */
.magov-share .addThis-custom {
  padding: 0;
  margin: -21px 0 0 66px;
  list-style: none;
}
/* line 26, ../scss/share.scss */
.magov-share .addThis-custom:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 34, ../scss/share.scss */
.magov-share .addThis-custom li {
  display: -moz-inline-stack;
  display: inline-block;
  padding: 0;
  margin: 0 3px;
  list-style: none;
  line-height: 21px;
  height: 21px;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  _height: 21px;
}
/* line 47, ../scss/share.scss */
.magov-share .addThis-custom li a {
  display: block;
  height: 21px;
  line-height: 21px;
  width: 85px;
  color: #222;
  color: #07459a;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}
/* line 58, ../scss/share.scss */
.magov-share .addThis-custom li a.facebook:hover .fa-facebook-square, .magov-share .addThis-custom li a.facebook.menu.active .fa-facebook-square {
  color: #a2b4db;
}
/* line 61, ../scss/share.scss */
.magov-share .addThis-custom li a.twitter:hover .fa-twitter, .magov-share .addThis-custom li a.twitter.menu.active .fa-twitter {
  color: #98e3ff;
}
/* line 64, ../scss/share.scss */
.magov-share .addThis-custom li a.google:hover .fa-google-plus-square, .magov-share .addThis-custom li a.google.menu.active .fa-google-plus-square {
  color: #f6cfca;
}
/* line 67, ../scss/share.scss */
.magov-share .addThis-custom li a.linkedin:hover .fa-linkedin-square, .magov-share .addThis-custom li a.linkedin.menu.active .fa-linkedin-square {
  color: #b6e7ff;
}
/* line 71, ../scss/share.scss */
.magov-share .addThis-custom li a .hide-mobile {
  display: inline;
}
/* line 77, ../scss/share.scss */
.magov-share .addThis-custom > :first-child {
  margin-left: 0;
}
/* line 81, ../scss/share.scss */
.magov-share .addThis-custom > :last-child {
  background: transparent;
  border: 0;
  height: 21px;
}
/* line 88, ../scss/share.scss */
.magov-share .fa {
  font-size: 21px;
  width: 19px;
  height: 21px;
}
/* line 93, ../scss/share.scss */
.magov-share .fa.fa-facebook-square {
  color: #3b5998;
}
/* line 96, ../scss/share.scss */
.magov-share .fa.fa-twitter {
  color: #00aced;
}
/* line 99, ../scss/share.scss */
.magov-share .fa.fa-google-plus-square {
  color: #dd4b39;
}
/* line 102, ../scss/share.scss */
.magov-share .fa.fa-linkedin-square {
  color: #007bb6;
}
/* line 107, ../scss/share.scss */
.leftcol .magov-share {
  margin: 30px 0 10px 0;
  width: 100px;
}
/* line 111, ../scss/share.scss */
.leftcol .magov-share .share-heading {
  font-size: 13px;
  font-weight: bold;
}
/* line 115, ../scss/share.scss */
.leftcol .magov-share .addThis-custom {
  margin: 0;
}
/* line 118, ../scss/share.scss */
.leftcol .magov-share .addThis-custom li {
  margin: 5px 3px;
}
/* line 121, ../scss/share.scss */
.leftcol .magov-share .addThis-custom li a {
  text-align: left;
  width: 85px;
}
/* line 126, ../scss/share.scss */
.leftcol .magov-share .addThis-custom > :first-child {
  margin-left: 3px;
}
/* line 132, ../scss/share.scss */
.no-js .magov-share {
  display: none;
}

@media only screen and (max-width: 1004px) {
  /* line 138, ../scss/share.scss */
  .magov-share {
    margin-bottom: 15px;
    width: 100%;
  }
  /* line 142, ../scss/share.scss */
  .magov-share .addThis-custom {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  /* line 149, ../scss/share.scss */
  .magov-share {
    width: 100%;
  }
  /* line 152, ../scss/share.scss */
  .magov-share .addThis-custom {
    margin: 0;
  }
  /* line 155, ../scss/share.scss */
  .magov-share .addThis-custom li {
    margin: 0 3px;
    line-height: 26px;
    height: 26px;
  }
  /* line 160, ../scss/share.scss */
  .magov-share .addThis-custom li a {
    height: 26px;
    line-height: 26px;
    width: 80px;
    text-align: left;
  }
  /* line 166, ../scss/share.scss */
  .magov-share .addThis-custom li a .hide-mobile {
    display: inline;
  }
  /* line 172, ../scss/share.scss */
  .magov-share .addThis-custom > :first-child {
    margin-left: 0;
  }
  /* line 175, ../scss/share.scss */
  .magov-share .addThis-custom > :first-child a {
    width: 85px;
  }
  /* line 181, ../scss/share.scss */
  .magov-share .fa {
    font-size: 26px;
    width: 23px;
    height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 191, ../scss/share.scss */
  .magov-share .addThis-custom {
    margin: 0;
  }
  /* line 194, ../scss/share.scss */
  .magov-share .addThis-custom li {
    margin: 0 1px;
    line-height: 32px;
    height: 35px;
    /*border: 1px solid #eaeaea; //buttons style
    border-radius: 2px;
    background: #f0f0f0;*/
  }
  /* line 202, ../scss/share.scss */
  .magov-share .addThis-custom li a {
    height: 35px;
    line-height: 40px;
    width: 40px;
    text-align: center;
  }
  /* line 208, ../scss/share.scss */
  .magov-share .addThis-custom li a .hide-mobile {
    display: none;
  }
  /* line 214, ../scss/share.scss */
  .magov-share .addThis-custom > :first-child {
    margin-left: 0;
  }
  /* line 217, ../scss/share.scss */
  .magov-share .addThis-custom > :first-child a {
    width: 40px;
  }
  /* line 223, ../scss/share.scss */
  .magov-share .fa {
    font-size: 38px;
    width: 40px;
    height: 40px;
  }
  /* line 229, ../scss/share.scss */
  .magov-share .fa.fa-twitter:before {
    content: '\f081';
  }
  /* line 234, ../scss/share.scss */
  .leftcol .magov-share {
    margin: 20px 0 10px 0;
    width: 100%;
  }
  /* line 238, ../scss/share.scss */
  .leftcol .magov-share .share-heading {
    font-size: 13px;
    font-weight: bold;
  }
  /* line 242, ../scss/share.scss */
  .leftcol .magov-share .addThis-custom {
    margin: 0;
  }
  /* line 245, ../scss/share.scss */
  .leftcol .magov-share .addThis-custom li {
    margin: 0 2px;
  }
  /* line 248, ../scss/share.scss */
  .leftcol .magov-share .addThis-custom li a {
    width: 40px;
  }
  /* line 252, ../scss/share.scss */
  .leftcol .magov-share .addThis-custom > :first-child {
    margin-left: 0;
  }
}
