/*##########COLOR SWATCHES#################
Yellow: rgb(252,177,22);
Light blue 15%: rgb(212,239,252);
Light blue: rgb(111,189,233);
Medium blue: rgb(4,159,218);
Dark blue: rgb(45,116,166);
MnDOT blue: rgb(2,63,94);
Really Light Gray: rgb(234,234,234);
Light gray: rgb(228,229,230);
Dark gray: rgb(147,149,152);
*/


/*##############GENERAL######################*/

* {
  margin: 0;
}
html {
  height: 100%;
  position: relative;
}
body {
  width: 100%;
  height: 100%;
  color: rgb(76, 76, 76);
  margin-bottom: 60px;
  font-family: 'PT Sans', sans-serif;
}
.custom-5 {
  width: 20%;
}
.custom-7 {
  width: 14%;
}

.dem-table {
  width:100%;
  border:1px solid #C0C0C0;
  border-collapse:collapse;
  padding:10px;
}
.jt-title {background:#003865!important}
.dem-table th {
  border:1px solid #C0C0C0;
  padding:5px;
  background:#0D5F80;
  color: #fff;
  font-size: 15px;
}
.dem-table td {
  border:1px solid #C0C0C0;
  padding:5px;
}
.page-template-mnshiplanupdated table .totalRow {background:rgb(2, 63, 94)!important}
.page-template-mnshiplanupdated table .totalRow span, .page-template-mnshiplanupdated table .totalRow td {color:white;font-weight:bold;}

.page-template-mnshiplanupdated table, .page-template-mnshiplanupdated #planmiddle td ul li, .page-template-mnshiplanupdated td, .page-template-mnshiplanupdated td p, .page-template-mnshiplanupdated td ul li span, .page-template-mnshiplanupdated td ul li 
 {font-size: 18px!important;
  line-height: 25px;}
.page-template-mnshiplanupdated #planmiddle td ul, .page-template-mnshiplanupdated #planmiddle td ul li{padding-bottom:0px;margin-bottom:0px!important}
#planmiddle img {max-height:700px;width:auto;margin-bottom:25px;}
.ccm-toolbar-visible body {top:auto!important;min-height:10px!important;overflow-x: visible!important;}
.page-template-mnshiplanupdated pre {font-weight:bold;font-family:inherit;font-size:.9em;}
/*##############TYPOGRAPHY######################*/

.ccm-page p {
  line-height: 1.3em;
}
.ccm-page h1, .ccm-page h2, .ccm-page h3, .ccm-page h4, .ccm-page h5, span.mn-future-tagline {
  font-family: 'Oswald', sans-serif;
}
.ccm-page h1, .ccm-page h3, .ccm-page h5 {
  /*text-transform: uppercase;*/
}
.ccm-page h1, .ccm-page h3 {
  color: rgb(13, 95, 128);
}
.ccm-page h2, .ccm-page h4, .ccm-page h5 {
  color: rgb(45, 116, 166);
}
span.mngo-dark-blue {
  color: rgb(2, 63, 94);
}
span.mngo-med-blue {
  color: rgb(45, 116, 166);
}
span.mngo-lite-blue {
  color: rgb(4, 159, 218);
}
span.mngo-yellow {
  color: rgb(250, 184, 38);
}
.ccm-page p {
  font-size: 1.2em;
  color: rgb(76, 76, 76);
}
.ccm-page li, .ccm-page ul {
  font-size: 1em;
  color: rgb(76, 76, 76);
}
p.small-text {
  font-size: 9px;
}
.ccm-page a {
  color: #1e8bc3;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out
}
.ccm-page a:hover {
  color: rgb(13, 95, 128);
}
.default-btn {
  background-color: rgb(2, 63, 94);
  padding: 6px 15px;
  color: #fff!important;
  display: inline-block;
  border-radius: 4px;
  -webkit-transition: background-color 400ms linear;
  -moz-transition: background-color 400ms linear;
  -o-transition: background-color 400ms linear;
  -ms-transition: background-color 400ms linear;
  transition: background-color 400ms linear;
}
span.default-btn {
  font-family: 'Oswald', sans-serif;
  font-size: 1em;
  text-align: center;
}

.default-btn:hover {
  background-color: rgb(45, 116, 166);
  color: #fff;
}
.fa-li {
  color: rgb(2, 63, 94);
}
.ccm-page li {
  padding-bottom: 15px;
}
.ccm-page a img:hover {
  opacity: 0.7;
}
a span.screen-reader-text, span.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/*################HEADER#####################*/

#home-page-skinny-show {
  display: none;
}
#mobile-home-nav-bar {
  display: none;
}
#content-wrap {
  max-width: 80%;
}
#header-container {
  position: relative;
}
#image-banner {}
#subpage-header-container {
  min-height: 135px;
}
#site-logo {
  position: absolute;
  width: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, 20%);
       -o-transform: translate(-50%, 20%);
      -ms-transform: translate(-50%, 20%);
          transform: translate(-50%, 20%);
}
#site-logo-subpage {
  position: absolute;
  margin: 10px 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
       -o-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
#site-logo-subpage img {
  max-height: 110px;
  width: auto;
}
h1.header-title {
  visibility: hidden;
}
.gray-background {
  background-color: rgb(228, 229, 230);
  padding: 15px 20px 30px 20px;
}
.blue-left-border {
  background-color: rgb(212, 239, 252);
  margin-top: 10px;
  padding: 15px;
  border-left: 5px solid rgb(2, 63, 94);
  -webkit-transition: background-color 400ms linear;
  -moz-transition: background-color 400ms linear;
  -o-transition: background-color 400ms linear;
  -ms-transition: background-color 400ms linear;
  transition: background-color 400ms linear;
}
.blue-left-border:hover {
  background-color: rgba(111, 189, 233, 0.4);
}
.lets-make { padding-bottom: 12px; text-align: center; }
.lets-make h2 { color: #023f5e; }
.lets-make h2 span { color: #049fdb; }
.lets-make p { padding-top: 8px; width: 100%; }
.lets-make a.icon-link { display: inline-block; font-size: 1.2em; line-height: 1.2em; margin: 18px 2%; vertical-align: top; width: 15%; }
.lets-make a.icon-link img { display: block; margin: 0 auto 12px; width: 80%; }
/*Alert Black*/

#alert-block {
  display:none;
  width: 100%;
  position: absolute;
  bottom: -8px;
}
#alert-tab {
  height: 45px;
  width: 90px;
  border-radius: 90px 90px 0 0;
  -moz-border-radius: 90px 90px 0 0;
  -webkit-border-radius: 90px 90px 0 0;
  background: rgb(252, 177, 22);
  margin: 0 auto;
}
#alert-tab .fa {
  font-size: 2.3em;
  color: #fff;
  text-align: center;
  margin: 5px auto 0 auto;
  display: block;
  position: relative;
  top: 10px;
}
#alert-body {
  background-color: rgb(252, 177, 22);
  height: 60px;
}
.alert-body-title {
  /*width: 100%;
  height: 55px;*/
  font-weight: bold;
  padding-top: 1%;
  color: rgb(45, 116, 166);
  text-align: right;
  white-space: nowrap;
}
.alert-body-title1 {
  /*width: 100%;
  height: 55px;*/
  font-weight: bold;
  padding-top: 1%;
  color: rgb(45, 116, 166);
  text-align: right;
  white-space: nowrap;
}
.alert-body-title1 span {
  margin-right: 8px;
}
.alert-body-content {
  width: 80%;
  margin: 0 auto;
}
.alert-body-content span {
  font-size: 1.2em;
}
.alert-box-button {
  padding-left: 2%;
  padding-top: 13px;
}
#alert-body span.default-btn {
  font-size: 15px!important;
}
#alert-block .slick-prev:before, #alert-block .slick-next:before {
  font-size: 25px!important;
}
#alert-block .slick-prev, #alert-block .slick-next {
  margin-top: -27px;
}

/** CSM 3/11/16 **/
#alert-block { display: block; }
#alert-block .slick-track, #alert-block .alert-body-title1 { width: 100% !important; }
#alert-block .alert-body-title1 > span { padding-right: 6px; }
#alert-box-button { padding-top: 3px;  vertical-align: top; }


/*carousel header title*/

.slick-rick-header {
  visibility: hidden;
}
.slick-rick-header .slick-arrow {}

/* Menu/Share Button*/

#menu-button {
  position: absolute;
  top: 30px;
  left: 30px;
  color: #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background-color: rgb(0, 59, 83);
  padding: 10px;
  text-align: center;
  -webkit-transition: background-color 400ms linear;
     -moz-transition: background-color 400ms linear;
       -o-transition: background-color 400ms linear;
      -ms-transition: background-color 400ms linear;
          transition: background-color 400ms linear;
}
.helpguidelist {line-height: 2;margin-left:0}
.helpguidelist li {  list-style-type: none;
  counter-increment: item;  font-weight: bold;}
.helpguidelist li:before { content: counter(item);
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  background-color: #78BE21;
  color: rgb(0, 59, 83);
  font-weight: bold;
  font-size: 130%;
  padding: 4px 10px 0px 12px;
  border-radius: 30px;
  line-height: 1.3;}
#menu-button:hover {
  cursor: pointer;
  background-color: rgb(45, 116, 166);
}
#menu-button .fa, #share-button .fa {
  font-size: 2.3em;
}
#menu-button .menu-button-text, #share-button .menu-button-text {
  text-transform: uppercase;
  font-size: .8em;
}
#menu-button-sub {
  position: absolute;
  top: 30px;
  left: 30px;
  color: #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background-color: #78BE21;
  padding: 10px;
  text-align: center;
  -webkit-transition: background-color 400ms linear;
     -moz-transition: background-color 400ms linear;
       -o-transition: background-color 400ms linear;
      -ms-transition: background-color 400ms linear;
          transition: background-color 400ms linear;
}
#menu-button-sub:hover {
  cursor: pointer;
  background-color: rgb(4, 159, 218);
}
#menu-button-sub .fa {
  font-size: 2.3em;
}
#menu-button-sub .menu-button-text {
  text-transform: uppercase;
  font-size: .8em;
}
#share-button-container {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 999;
}
#share-button {
  position: absolute;
  top: 30px;
  right: 0px;
  color: rgb(2, 63, 94);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background-color: rgb(255, 255, 255);
  padding: 10px;
  text-align: center;
  -webkit-transition: background-color 400ms linear;
     -moz-transition: background-color 400ms linear;
       -o-transition: background-color 400ms linear;
      -ms-transition: background-color 400ms linear;
          transition: background-color 400ms linear;
  z-index: 3333;
}
#share-button:hover {
  cursor: pointer;
  background-color: rgb(212, 239, 252);
}
#planmiddle ul {
  margin-left: 1.6rem;
}
#onpagenav .ccm-block-file {padding:7px 15px;background:#008eaa;display:inline-block;border-radius:3px;margin-bottom:12px; -webkit-transition: background-color 400ms linear;
  -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
   -ms-transition: background-color 400ms linear;
       transition: background-color 400ms linear;}
#onpagenav .ccm-block-file a {color:white}
#onpagenav .ccm-block-file:hover {background-color:#78BE21}
p.eqstatement {border-left:3px solid rgb(2, 63, 94)!important;padding-left:10px!important}
.equitycallout h4 {color:rgb(2, 63, 94);font-weight:bold}
.equitycallout h5 {font-weight:bold;}
.equitycallout {display:block;padding:30px; border:2px dotted gray;background:#f6f6f6f6}
#upsidenav h2 {font-size:1.3em;text-transform:uppercase;font-weight:bold;color:rgb(2, 63, 94)}
#upsidenav .ccm-block-page-list-description {font-size:.8em;line-height:1em;}
#upsidenav .ccm-block-page-list-title {font-size:.9em;line-height:1.1em;}
#upsidenav .ccm-block-page-list-page-entry {margin-bottom:12px}
#upsidenav .ccm-block-page-list-page-entry-text {padding-bottom:5px}
#upsidenav hr {margin:12px 0px}
.stillhere {background:#e8fbfe;border:3px dashed rgb(2, 63, 94)}
.stillhere h3, .stillhere p, .stillhere h4, .stillhere ul {padding:0px 40px!important}
.stillhere h3 {margin-top:30px;font-size:2.5em}
#planmiddle ul li, #planmiddle ol li {font-size:1.2em}
.systemapproach {list-style:none;display:block;padding:30px; border:2px dotted gray;background:#f6f6f6f6}
#planmiddle .systemapproach, #planmiddle .objectives5 {margin-left:0;}
.systemapproach img { width: 100%; }
.objectives5 h3 {color:white;}
#planmiddle table thead {background:rgb(2, 63, 94)!important;}
#planmiddle table thead p, #planmiddle table thead tr th {color:white;margin-bottom:0;font-weight:bold;}
#planmiddle table tbody tr.greenbg td  {background-color:#71bf44;color:black}
#planmiddle table tbody tr.greenbg td p, #planmiddle table tbody tr.greenbg td li {color:black}
#planmiddle table tbody tr.turqbg td  {background-color:#96d1f2;color:black}
#planmiddle table tbody tr.turqbg td p, #planmiddle table tbody tr.turqbg td li {color:black}
#planmiddle table tbody tr.purplebg td  {background-color:#712760;color:white}
#planmiddle table tbody tr.purplebg td p, #planmiddle table tbody tr.purplebg td li {color:white}
#planmiddle table tbody tr.orangebg td  {background-color:#f47721;color:white}
#planmiddle table tbody tr.orangebg td p, #planmiddle table tbody tr.orangebg td li {color:black}
#planmiddle table tbody tr.darkbluebg td  {background-color:#023f5e;color:white}
#planmiddle table tbody tr.darkbluebg td p, #planmiddle table tbody tr.darkbluebg td li {color:white}
#planmiddle table tbody tr.graybg td  {background-color:#878a8f;color:white}
#planmiddle table tbody tr.graybg td p, #planmiddle table tbody tr.graybg td li {color:white}
#planmiddle table tbody tr.redbg td  {background-color:#842f15;color:white}
#planmiddle table tbody tr.redbg td p, #planmiddle table tbody tr.redbg td li {color:white}
.systemapproach li:first-of-type {margin-bottom:30px}

#planmiddle table tbody tr:nth-of-type(even) {
    background: #F9F9F9;
}
#planmiddle table tbody tr:nth-of-type(odd) {
    background: #f1faff;
}
.objectives5 {list-style:none;display:block;padding:30px; border:2px dotted #003865;background:rgb(2, 63, 94)}
.objectives5 li {color:white;}
#planmiddle ul li ul li, #planmiddle ol li ol li  {font-size:1em}
.page-template-mnshiplanupdated #planmiddle table {margin-top:20px;border:none;}
.footies ol li {font-size:.9em!important;line-height:1.1em;margin-bottom:8px}
.secondheader h1 {font-size:1.6em;text-transform:uppercase;font-weight:bold;color:rgb(2, 63, 94);padding-left:30px;display:inline-block}
.page-template-mnshiplanupdated .secondheader h1 {font-size:1.6em;text-transform:uppercase;font-weight:bold;color:rgb(2, 63, 94);padding-left:0px;display:inline-block}
.jts-nav li a:hover{color:#78BE21!important}
.jts-nav li {width:100%;}
.fig1-1 .columns {text-align:center}
.fig1-1 .columns img {max-width:90px}
.fig1-1 .columns ul {text-align:left;}
.secondheader h1:before {content:'';width:20px;height:20px;background-color:#78BE21;display:inline-block;margin-right:10px;margin-left:8px}
ol.twocolumnlist {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
ol.twocolumnlist li { padding-right: 28px !important; }

@media screen and (max-width: 930px) {
  #planmiddle ol.twocolumnlist li { font-size: .9em; }
}
@media screen and (max-width: 600px) {
  #planmiddle ol.twocolumnlist { columns: 1; -webkit-columns: 1; -moz-columns: 1; }
}

#planmiddle a {font-weight:bold}
.comicont {display:flex;flex-wrap:wrap}
.comics {width:100%;display:flex;flex-grow:1;flex-direction:row;align-items: center;gap:20px;}
.comics p:first-of-type {min-width:300px;width:40%;flex-grow:1;}
.comics p:last-of-type {min-width:300px;width:60%;flex-grow:2}

@media screen and (max-width: 880px) {
  .comics { display: block; }
  .comics p { display: block; width: 100% !important; }
}

.figtitle {font-weight:bold;font-size:.8em}
#upsidenav {padding:20px; background-color:#e6e6e6;position:fixed;left:0;width:250px;top: 219px;    z-index: 2;}
.page-template-mnshiplanupdated #upsidenav {top: 198px;}
.updatedplan {min-height:900px!important;}
#planmiddle, #footnotes {margin-left:200px;}
.page-template-mnshiplanupdated #onpagenav {padding:0px 20px 10px 20px;}
.ccm-toolbar-visible .page-template-mnshiplanupdated .redactor-editor table tr td {height:50px}
.page-template-mnshiplanupdated #onpagenav h4 {margin-top:20px}
.page-template-mnshiplanupdated #onpagenav .btn {border:#71bf44 1px solid!important;border-radius:3px;background-color:#71bf44!important;  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out}
.page-template-mnshiplanupdated #onpagenav .btn:hover {border:#5cd715 1px solid!important;background-color:#5cd715!important;}
#onpagenav {padding:20px 20px 0px 20px; background-color:rgb(2, 63, 94);color:white;position:fixed;right:20px;width:300px;top:198px;}
#toggle-comment-mode, #upsidenav, #onpagenav  {  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;}
#toggle-comment-mode.moretop {top:50px}
#upsidenav.moretop {top:170px}
#onpagenav.moretop {top:50px}
#onpagenav h4, #onpagenav a {color:white;}

#planmiddle table ol li { font-size: .9em;}
.footies { word-wrap: break-word; }

@media screen and (max-width: 1070px) {
  #onpagenav { display: none; }
  #planmiddle.medium-8 { margin-left: 0; padding-left: 190px; width: 100% !important; }
}

@media screen and (max-height: 765px) and (min-width: 1400px) {
  #upsidenav { font-size: .85em; padding: 8px 15px; }
  #upsidenav h4 { font-size: 1.4em; }
  #upsidenav hr { margin: 8px 0; }
  #upsidenav .ccm-block-page-list-description { line-height: 1.3em; }
}

@media screen and (max-height: 585px) and (min-width: 1400px) {
  #upsidenav { font-size: .8em; padding: 4px 12px; }
  #upsidenav h4 { font-size: 1.2em; }
  #upsidenav hr { margin: 2px 0; }
  #upsidenav .ccm-block-page-list-description { display: none; }
  #upsidenav .ccm-block-page-list-page-entry { margin-bottom: 6px; }

  #onpagenav { font-size: .8em; padding: 5px 12px; }
  .jump-to-section-menu.example-style .jts-nav li { padding-bottom: 6px; margin-bottom: 6px;  }
}

@media screen and (max-width: 1040px) {
  #planmiddle .table-area { border: 1px solid #aaa; overflow: auto; width: 100%; }
  #planmiddle .table-area table td { font-size: .95em; }
}

#planmiddle .fig1-1 {background-color: #f6f6f6;padding:30px;}
.fig1-1 p:first-of-type{padding:20px!important;background:#78BE21;color:black;font-weight:bold;border-radius:4px;}
.esactive .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(1) {border-bottom:solid 2px rgb(13, 95, 128);}
.esactive .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(1) a {color:rgb(2, 63, 94);font-weight:bold;}
.esactive .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(1) div{font-weight:bold}
.esactive .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(1) a:before {content:'';width:10px;height:10px;background:#78BE21;display:inline-block;margin-right:7px}

.ch1active .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(2) {border-bottom:solid 2px rgb(13, 95, 128);}
.ch1active .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(2) a {color:rgb(2, 63, 94);font-weight:bold;}
.ch1active .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(2) div{font-weight:bold}
.ch1active .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(2) a:before {content:'';width:10px;height:10px;background:#78BE21;display:inline-block;margin-right:7px}

.ch2active .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(3) {border-bottom:solid 2px rgb(13, 95, 128);}
.ch2active .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(3) a {color:rgb(2, 63, 94);font-weight:bold;}
.ch2active .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(3) div{font-weight:bold}
.ch2active .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(3) a:before {content:'';width:10px;height:10px;background:#78BE21;display:inline-block;margin-right:7px}

.ch3active .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(4) {border-bottom:solid 2px rgb(13, 95, 128);}
.ch3active .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(4) a {color:rgb(2, 63, 94);font-weight:bold;}
.ch3active .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(4) div{font-weight:bold}
.ch3active .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(4) a:before {content:'';width:10px;height:10px;background:#78BE21;display:inline-block;margin-right:7px}

.ch4active .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(5) {border-bottom:solid 2px rgb(13, 95, 128);}
.ch4active .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(5) a {color:rgb(2, 63, 94);font-weight:bold;}
.ch4active .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(5) div{font-weight:bold}
.ch4active .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(5) a:before {content:'';width:10px;height:10px;background:#78BE21;display:inline-block;margin-right:7px}

.ch5active .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(6) {border-bottom:solid 2px rgb(13, 95, 128);}
.ch5active .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(6) a {color:rgb(2, 63, 94);font-weight:bold;}
.ch5active .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(6) div{font-weight:bold}
.ch5active .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(6) a:before {content:'';width:10px;height:10px;background:#78BE21;display:inline-block;margin-right:7px}

.ch6active .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(7) {border-bottom:solid 2px rgb(13, 95, 128);}
.ch6active .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(7) a {color:rgb(2, 63, 94);font-weight:bold;}
.ch6active .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(7) div{font-weight:bold}
.ch6active .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(7) a:before {content:'';width:10px;height:10px;background:#78BE21;display:inline-block;margin-right:7px}

.ch7active .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(8) {border-bottom:solid 2px rgb(13, 95, 128);}
.ch7active .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(8) a {color:rgb(2, 63, 94);font-weight:bold;}
.ch7active .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(8) div{font-weight:bold}
.ch7active .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(8) a:before {content:'';width:10px;height:10px;background:#78BE21;display:inline-block;margin-right:7px}

.ch8active .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(9) {border-bottom:solid 2px rgb(13, 95, 128);}
.ch8active .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(9) a {color:rgb(2, 63, 94);font-weight:bold;}
.ch8active .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(9) div{font-weight:bold}
.ch8active .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(9) a:before {content:'';width:10px;height:10px;background:#78BE21;display:inline-block;margin-right:7px}

.page-template-mnshiplanupdated .ch1activemnship .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(1) {border-bottom:solid 2px rgb(13, 95, 128);}
.page-template-mnshiplanupdated .ch1activemnship .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(1) a {color:rgb(2, 63, 94);font-weight:bold;}
.page-template-mnshiplanupdated .ch1activemnship .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(1) div{font-weight:bold}
.page-template-mnshiplanupdated .ch1activemnship .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(1) a:before {content:'';width:10px;height:10px;background:#78BE21;display:inline-block;margin-right:7px}

.page-template-mnshiplanupdated .ch2activemnship .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(2) {border-bottom:solid 2px rgb(13, 95, 128);}
.page-template-mnshiplanupdated .ch2activemnship .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(2) a {color:rgb(2, 63, 94);font-weight:bold;}
.page-template-mnshiplanupdated .ch2activemnship .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(2) div{font-weight:bold}
.page-template-mnshiplanupdated .ch2activemnship .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(2) a:before {content:'';width:10px;height:10px;background:#78BE21;display:inline-block;margin-right:7px}

.page-template-mnshiplanupdated .ch3activemnship .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(3) {border-bottom:solid 2px rgb(13, 95, 128);}
.page-template-mnshiplanupdated .ch3activemnship .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(3) a {color:rgb(2, 63, 94);font-weight:bold;}
.page-template-mnshiplanupdated .ch3activemnship .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(3) div{font-weight:bold}
.page-template-mnshiplanupdated .ch3activemnship .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(3) a:before {content:'';width:10px;height:10px;background:#78BE21;display:inline-block;margin-right:7px}

.page-template-mnshiplanupdated .ch4activemnship .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(4) {border-bottom:solid 2px rgb(13, 95, 128);}
.page-template-mnshiplanupdated .ch4activemnship .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(4) a {color:rgb(2, 63, 94);font-weight:bold;}
.page-template-mnshiplanupdated .ch4activemnship .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(4) div{font-weight:bold}
.page-template-mnshiplanupdated .ch4activemnship .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(4) a:before {content:'';width:10px;height:10px;background:#78BE21;display:inline-block;margin-right:7px}

.page-template-mnshiplanupdated .ch5activemnship .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(5) {border-bottom:solid 2px rgb(13, 95, 128);}
.page-template-mnshiplanupdated .ch5activemnship .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(5) a {color:rgb(2, 63, 94);font-weight:bold;}
.page-template-mnshiplanupdated .ch5activemnship .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(5) div{font-weight:bold}
.page-template-mnshiplanupdated .ch5activemnship .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(5) a:before {content:'';width:10px;height:10px;background:#78BE21;display:inline-block;margin-right:7px}

.page-template-mnshiplanupdated .ch6activemnship .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(6) {border-bottom:solid 2px rgb(13, 95, 128);}
.page-template-mnshiplanupdated .ch6activemnship .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(6) a {color:rgb(2, 63, 94);font-weight:bold;}
.page-template-mnshiplanupdated .ch6activemnship .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(6) div{font-weight:bold}
.page-template-mnshiplanupdated .ch6activemnship .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(6) a:before {content:'';width:10px;height:10px;background:#78BE21;display:inline-block;margin-right:7px}

.page-template-mnshiplanupdated .ch7activemnship .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(7) {border-bottom:solid 2px rgb(13, 95, 128);}
.page-template-mnshiplanupdated .ch7activemnship .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(7) a {color:rgb(2, 63, 94);font-weight:bold;}
.page-template-mnshiplanupdated .ch7activemnship .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(7) div{font-weight:bold}
.page-template-mnshiplanupdated .ch7activemnship .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(7) a:before {content:'';width:10px;height:10px;background:#78BE21;display:inline-block;margin-right:7px}

.page-template-mnshiplanupdated .ch8activemnship .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(8) {border-bottom:solid 2px rgb(13, 95, 128);}
.page-template-mnshiplanupdated .ch8activemnship .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(8) a {color:rgb(2, 63, 94);font-weight:bold;}
.page-template-mnshiplanupdated .ch8activemnship .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(8) div{font-weight:bold}
.page-template-mnshiplanupdated .ch8activemnship .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(8) a:before {content:'';width:10px;height:10px;background:#78BE21;display:inline-block;margin-right:7px}

.page-template-mnshiplanupdated .ch9activemnship .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(9) {border-bottom:solid 2px rgb(13, 95, 128);}
.page-template-mnshiplanupdated .ch9activemnship .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(9) a {color:rgb(2, 63, 94);font-weight:bold;}
.page-template-mnshiplanupdated .ch9activemnship .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(9) div{font-weight:bold}
.page-template-mnshiplanupdated .ch9activemnship .ccm-block-page-list-pages .ccm-block-page-list-page-entry:nth-of-type(9) a:before {content:'';width:10px;height:10px;background:#78BE21;display:inline-block;margin-right:7px}
.page-template-mnshiplanupdated ul li ul {margin-bottom:0px}
.page-template-mnshiplanupdated ul li:last-of-type, .page-template-mnshiplanupdated ul li ul li:last-of-type {padding-bottom:0px}

.fig1-1 .row p:first-of-type {background:rgb(13, 95, 128);}
.fig1-1 .row p:not(:first-of-type), .fig1-1 .row p{background-color:#dedede;font-weight:bold;margin:0px 0px 20px 0px;border-radius:0px}
.fig1-1 .columns p:nth-of-type(1) {margin-bottom:0!important;min-height:140px}
.fig1-1 ul {margin-bottom:0px;}
/*################MOBILE HOMEPAGE MENU#############################*/

#home-page-skinny-show .simple-accordion-title-shell {
  background-image: url('../img/med-blue-bg.gif')!important;
  background-repeat: repeat!important;
  padding: 8px 15px!important;
}
#home-page-skinny-show h2.panel-title {
  font-size: 1.3em!important;
  color: #fff!important;
}
#home-page-skinny-show .simple-accordion-group.open .simple-accordion-description {
  background-color: rgb(212, 239, 252);
}

/*################SOCIAL MENU#############################*/

.social-icons {
  visibility: hidden;
}
#socials {
  position: absolute;
  /*top: 30px;*/
  right: 30px;
}
#social-pill {
  background-color: rgb(212, 239, 252);
  overflow: hidden;
  position: absolute;
  top: 35px;
  right: 0px;
  border-radius: 4px 4px 45px 45px;
  width: 80px;
  height: 0px;
  z-index: 2222;
  margin-top: 30px;
}
#social-pill a:hover i {
  color: white;
}
.share-icon, .social-icons {
  color: rgb(28, 64, 94);
  text-align: center;
  width: 100%;
}
.social-icons {
  padding: 10px;
}

/*Slideout menu-button*/

.panel {
  background-color: #fff;
  /*text-align: center;*/
  min-height: 100%;
}
.menu {
  background-color:#003865;
}
.menu.ineditmode {
    height: 120px;
    left: 0;
    position: absolute;
    top: 56px;
    z-index: 3;
}
.menu a {
  color: #fff;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out
}
.menu a:hover {
  color: rgb(111, 189, 233);
}
.menu-header {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px 0px;
  margin: 0px 20px;
  background-size: 32px;
}
.menu-header-title {
  font-size: 11px;
  margin: 0;
}
.menu-section {
  margin: 25px 0px 10px 0px;
}
.menu-section-title {
  text-transform: uppercase;
  color: rgb(0, 155, 152);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 0 20px;
  margin: 0;
}
.menu-section-list {
  padding: 8px 0px 0px 0px;
  margin: 3px 0;
  list-style: none;
}
.menu-section-list a {
  display: block;
  padding: 0px 10px;
}
.menu-section-list li {
  font-size: 1.15em;
  padding-bottom: 10px;
}
.menu-section-list .fa {
  color: rgb(111, 189, 233);
}
ul.menu-section-list li ul {
  list-style: none;
  list-style-position: outside;
  padding: 0px 25px 0px 10px;
  color: rgba(255, 255, 255, 0.7);
}
li.nav-title {
  font-family: 'Oswald', sans-serif;
}
li.nav-title ul li {
  font-family: 'PT Sans', sans-serif;
}
ul.menu-section-list li ul li {
  padding-bottom: 10px;
}
ul.menu-section-list li ul a {
  font-size: .7em;
  padding: 0px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.2em;
}
span.top-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 3px 0px;
}
.menu-section-list .fa-li {
  font-size: 8px;
  padding-top: 5px;
}
.slideout-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /*display: none;*/
}
.panel {
  position: relative;
  z-index: 1;
}
.slideout-open, .slideout-open body, .slideout-open .panel {
  overflow: hidden;
}
.slideout-open .slideout-menu {
  display: block;
}


#menu { overflow-x: hidden; padding-top: 10px; }
#menu ul.nav li { list-style-type: none; }
#menu ul.nav li a { }
#menu ul.nav > li { font-family: "Oswald",sans-serif; position: relative; }
#menu ul.nav > li:after { background-color: rgba(255, 255, 255, 0.3); content: ""; height: 1px; position: absolute; top: -6px; width: 90%; }
#menu ul.nav > li:nth-of-type(1):after { display: none; }
#menu ul.nav > li:before { color: rgb(111, 189, 233); content: "\f015"; font-family: "FontAwesome"; font-size: 1.1em; margin-right: 8px; }
#menu ul.nav > li:nth-of-type(2):before { content: "\f05a"; }
#menu ul.nav > li:nth-of-type(3):before { content: "\f086"; }
#menu ul.nav > li:nth-of-type(4):before { content: "\f0c0"; }
#menu ul.nav > li:nth-of-type(5):before { content: "\f0a1"; }
#menu ul.nav > li:nth-of-type(6):before { content: "\f09e"; }
#menu ul.nav > li a { color: #fff; font-size: 1.15em; }
#menu ul.nav > li ul { font-family: "PT Sans",sans-serif; }
#menu ul.nav > li ul a { color: rgba(255,255,255,.7); display: block; font-size: .94em; line-height: 1.2em; margin: 2px 0 -6px 16px; position: relative; }
#menu ul.nav > li ul a:before { color: rgb(111, 189, 233); content: "\f054"; font-family: "FontAwesome"; font-size: .57em; position: absolute; left: -12px; }

.page-banner-content {min-height:160px}
/*################BODY#############################*/

.share-banner { background-color: #008EAA; text-align:center;margin:40px 0px;}
.share-banner .page-banner-content { background-color: transparent; padding: 32px 5% 58px; min-height:100px!important;}
.share-banner h2 { color: #fff; margin-bottom: 28px; }
.share-banner h3 { color: #fff; line-height: 1.2em; }
.share-banner p { color: #fff; margin: 16px 0 40px; }
/*banners*/

.page-banner {
    background-color: #fff;
  width: 100%;
  margin: 0;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.page-banner-content {
  background-color: #fff;
  width: 100%;
  padding: 15px 5% 0;
}
.page-banner-push {
  padding-top: 70px;
}
.page-banner-white {
  background-color: #fff;
}
.med-blue-banner {
  background-color:#008EAA;
  background-repeat: repeat;
}
.med-blue-banner .page-banner-content,
.dark-blue-banner .page-banner-content,
.lite-blue-banner .page-banner-content
{
   background-color: transparent;
}
#new-navigation { padding: 3px 20px; }
#new-navigation > a, #new-navigation > h3 { color: #fff; display: block; font-family: 'Oswald', sans-serif; font-size: 1.3em; padding: 5px 0 3px;  }
#new-navigation > h3 { border-top: 1px solid #049fdb; }
#new-navigation > a i, #new-navigation > h3 i { color: #049fdb; padding-right: 14px; }
#new-navigation ul { list-style-type: none; margin: -3px 0 13px 24px; }
#new-navigation ul li { font-size: .9em; line-height: 1.1em; margin-bottom: 4px; padding: 0; }
#new-navigation ul li a { font-family: "PT Sans",sans-serif; position: relative; }
#new-navigation ul li a span { left: -12px; position: absolute; }
.lite-blue-banner {
  background-image: url('../img/lite-blue-bg.gif');
  background-repeat: repeat;
}
.dark-blue-banner {
  background-color:#003865;
  background-repeat: repeat;
}
.dark-blue-banner h2, .med-blue-banner h2, .dark-blue-banner h3 {
  color: #fff;
}
.dark-blue-scroll-btn {
  height: 45px;
  width: 90px;
  border-radius: 0 0 90px 90px;
  -moz-border-radius: 0 0 90px 90px;
  -webkit-border-radius: 0 0 90px 90px;
  background: rgb(2, 63, 94);
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0%);

}
.dark-blue-scroll-btn .fa {
  font-size: 2.3em;
  color: #fff;
  text-align: center;
  margin: 5px auto 0 auto;
  display: block;
  position: relative;
  top: -7px;
}
.dark-blue-scroll-btn-small {
  height: 30px;
  width: 60px;
  border-radius: 0 0 60px 60px;
  -moz-border-radius: 0 0 60px 60px;
  -webkit-border-radius: 0 0 60px 60px;
  background: rgb(2, 63, 94);
  position: absolute;
  bottom: -30px;
  left: 48%;
}
.dark-blue-scroll-btn-small .fa {
  font-size: 1.8em;
  color: #fff;
  text-align: center;
  margin: 2px auto 0 auto;
  display: block;
  position: relative;
  top: -7px;
}
#mn-future-banner {
  height: 200px;
  background-image: url('../img/star-burst-background.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
  overflow: hidden;
  position: relative;
}
#future-left {
  position: absolute;
  top: 50%;
  transform: translate(8%, -50%);
  margin: 0;
}
#future-right {
  position: absolute;
  top: 50%;
  transform: translate(130%, -50%);
  margin: 0;
}
#future-middle {
  position: absolute;
  left: 50.5%;
  top: 50%;
  transform: translate(-50.5%, -50%);
  height: 80%;
}
#future-middle img {
  max-height: 80%;
  margin: 0 auto;
  display: block;
  padding-top: 20px;
}
span.mn-future-tagline {
  color: #fff;
  font-size: 2.3125rem;
}
#future-left span.mn-future-tagline {
  text-align: right;
  display: block;
}
#future-right span.mn-future-tagline {
  text-align: left;
  display: block;
}
#future-left h2, #future-right h2 {
  color: #fff;
}

/* intro section*/

#mngo-intro h2, #mngo-intro p {
  text-align: right;
}
#reqprebtn span.default-btn {
  text-align: center;
  display: block;
}
#reqprebtn a {
  float: right;
  width: 100%;
}
#reqprestext h4 {
  text-align: right;
}

/*One future Many Plans section */

#many-plans-title-container {
  text-align: center;
  position: relative;
}
#mp-top-line {
  width: 100%;
  border-bottom: 3px solid rgb(2, 63, 94);
}
#mp-tab-body {
  display: inline-block;
  width: auto;
  padding: 5px 15px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: rgb(2, 63, 94);
}
#mp-tab-body h3 {
  color: #fff;
  text-align: center;
}

/*join mailing list form */

#stayupdatedbanner .control-label {
  display: inline-block;
  width: auto;
  float: left;
  margin-right: 20px;
  text-transform: uppercase;
  color: rgb(111, 189, 233);
  font-family: 'Oswald', sans-serif;
  font-size: 1.6em;
}
#stayupdatedbanner .text-muted {
  display: none;
}
#stayupdatedbanner .form-control {
  width: 40%;
  min-width: 250px;
}
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  display: block;
  width: auto;
  font-size: 1.3em;
  border: 1px solid rgb(111, 189, 233);
  background-color: rgb(111, 189, 233);
  padding: 5px 15px;
  color: #fff;
  float: left;
  border-radius: 3px;
  font-family: 'Oswald', sans-serif;
  -webkit-transition: background-color 400ms linear;
  -moz-transition: background-color 400ms linear;
  -o-transition: background-color 400ms linear;
  -ms-transition: background-color 400ms linear;
  transition: background-color 400ms linear;
}
input[type="submit"]:hover {
  background-color: rgb(2, 63, 94);
  cursor: pointer;
}
#stayupdatedbanner .fields {
  float: left;
  margin-right: 20px;
}
img.ccm-captcha-image {
  margin: 0px 0px 30px 0px!important;
}

/*follow us*/

#stayupdatedbanner .fus {
  text-transform: uppercase;
  color: rgb(111, 189, 233);
  font-family: 'Oswald', sans-serif;
  font-size: 1.6em;
  margin-right: 20px;
}
#stayupdatedbanner .fa {
  color: #fff;
  font-size: 2.9em;
}
#stayupdatedbanner h4 {
  color: #fff;
}
#stayupdatedbanner .yt-username {
  color: #fff;
}

/*image slider*/

.ccm-image-slider-title {
  display: none;
}

/*################FOOTER CONTAINER################*/

#body-container {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -130px;
}
.footer-push {
  height: 100px;
}
#footer-container {
  background-color: rgb(0, 59, 83);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
}
#footer-container .dark-blue-banner {
  height: 230px;
  padding-top: 30px;
  padding-bottom: 30px;
}
#footer-container .med-blue-banner {
  height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#footer-copyright {
  padding-top: 11px;
  color: #fff;
}
#footer-social {
  padding-top: 8px;
  text-align: right;
}
#footer-social .fa {
  font-size: 30px;
  letter-spacing: 10px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out
}
#footer-social .fa:hover {
  color: rgba(255, 255, 255, 0.8);
}
#footer-container a {
  color: rgb(212, 239, 252);
}
#footer-container p {
  margin-bottom: .4rem;
}
#footer-container a:hover {
  color: rgb(111, 189, 233);
}
#footer-mndot-logo img {
  max-height: 160px;
  width: auto;
}
#footer-mngo-logo img {
  max-height: 160px;
  width: auto;
}
#footer-sitemap p {
  font-size: 1em;
  line-height: .5em;
  margin-bottom: 1rem;
}

.goog-te-menu-frame {display:block!important;}

/*########### SIMPLE BAR CHART #####################*/


/*******************************/


/*******************************/

.minnChart {
  padding: 15px 0px 0px 0px;
  font-size: small;
}
.simple-bar-table, .simple-bar-table caption, .simple-bar-table tbody, .simple-bar-table tfoot, .simple-bar-table thead, .simple-bar-table tr, .simple-bar-table th, .simple-bar-table td {
  width: 100%;
  margin: 0px;
  padding: 0px;
  border: 0px !important;
  outline: 0px !important;
  font-size: 100% !important;
  vertical-align: top !important;
  background: transparent !important;
}
.simple-bar-wrapper {
  margin: 10px;
}
.simple-bar-label {
  padding-right: 4px !important;
  color: rgb(70, 70, 70);
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  text-align: right;
  float: left;
}
.dark-blue-banner .simple-bar-label {
  color: #fff;
}
.simple-bar {
  height: 22px;
  background-color: rgb(111, 189, 233) !important;
  display: inline-block !important;
  padding-bottom: 10px;
  -webkit-transition: background-color 400ms linear;
  -moz-transition: background-color 400ms linear;
  -o-transition: background-color 400ms linear;
  -ms-transition: background-color 400ms linear;
  transition: background-color 400ms linear;
}
div.simple-bar:hover {
  background-color: rgb(4, 159, 218)!important;
}
.simple-bar-table-callout {
  visibility: hidden;
  overflow-y: visible;
  display: inline-block;
  height: 22px;
  vertical-align: top;
  line-height: 20px;
  margin-left: 8px;
  padding-left: 10px;
  padding-right: 10px;
  background: rgb(212, 239, 252);
  border: 1px solid rgb(212, 239, 252);
  position: absolute;
}
.dark-blue-banner .simple-bar-table-callout {
  background: #ffffff;
  border: 1px solid #ffffff;
}
#table1 .simple-bar-table tr {
  height: 50px;
}
#table1 .simple-bar {
  padding-bottom: 30px;
}
#table1 .simple-bar-table-callout {
  height: 30px;
  padding-top: 4px;
  min-width: 95px;
}
#table1 .simple-bar-table td {
  height: 26px;
}
#table1 .simple-bar-label {
  width: 80px !important;
}
#table2 .simple-bar {
  padding-bottom: 10px;
  margin-bottom: 5px;
}
#table2 .simple-bar-table tr {
  height: 39px;
}
#table2 .simple-bar-label {
  width: 155px !important;
  height: 0px;
}
#table2 td {
  line-height: 1em;
}

/*******************************/

.simple-bar:hover ~.simple-bar-table-callout {
  visibility: visible;
}
.simple-bar:focus ~.simple-bar-table-callout {
  visibility: visible;
}
.simple-bar-table-callout:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(212, 239, 252, 0);
  border-right-color: rgb(212, 239, 252);
  border-width: 6px;
  margin-top: -6px;
}
.dark-blue-banner .simple-bar-table-callout:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
}

/*******************************/

/******** CM ADDED ************/

body { overflow-x: hidden; }
.footer-push { background-color: #fff; height: 20px; }
#footer-container { height: auto; position: static; }

div.bar-chart-area { background-image: url("http://minnesotago.org/application/blocks/quick_link_box_image/img/shattered.png"); padding: 5px 24px; }
ul.bar-chart-list { font-size: .9em; line-height: 18px; padding: 0 2%; }
ul.bar-chart-list > li { padding-bottom: 12px; }
table.bar-chart { background-color: transparent; border: 0; margin-bottom: 0; width: 100%; }
table.bar-chart tr, table.bar-chart thead { background-color: transparent; }
table.bar-chart th { display: inline-block; font-size: .75em; font-weight: 400; line-height: 14px; margin: 4px 4% 7px; position: relative; vertical-align: top; width: 20%; }
table.bar-chart th:nth-of-type(1) { display: none; }
table.bar-chart th:nth-of-type(2) { margin-left: 28%; }
table.bar-chart th:nth-of-type(2):before, table.bar-chart th:nth-of-type(3):before { background-color: #023f5e; content: ""; display: block; height: 12px; left: -13px; position: absolute; top: 9px; width: 12px; }
table.bar-chart td { display: inline-block; font-size: .8em; margin: 0; padding: 0; }
table.bar-chart td:nth-of-type(1) { font-size: .85em; line-height: 14px; padding-right: 10px; text-align: right; vertical-align: middle; width: 25%; }
table.bar-chart td:nth-of-type(1) > a { color: #023f5e; }
table.bar-chart td:nth-of-type(2), table.bar-chart td:nth-of-type(3) { background-color: #023f5e; color: #eee; font-size: 1.05em; height: 30px; margin-bottom: 4px; min-width: 18px; padding: 5px 4px; text-align: right; }
table.bar-chart th:nth-of-type(3):before, table.bar-chart td:nth-of-type(3) { background-color: #2f74a6; }
p.bar-chart-caption { font-size: .7em; padding: 18px 5px 2px; }

div.bar-chart-slider { background-color: #ddd; background-color: rgba(140,140,140,.2); border-radius: 8px; margin-bottom: 20px; overflow: hidden; padding: 6px 22px 4px; }
div.bar-chart-slider > h4 { cursor: pointer; }
div.bar-chart-slider > h4:after { content: "â–¾"; font-size: 1.4em; margin: -8px 4px 0; position: absolute; }
div.bar-chart-slider.expanded > h4:after { content: "â–´"; }

.show-on-mobile { display: none; }

@media screen and (max-width: 1400px) {
#upsidenav {width:200px}
#planmiddle, #footnotes {margin-left:200px;}
#onpagenav {right:0px;width:200px}
}

@media screen and (max-height: 840px) and (max-width: 1400px) {
  #upsidenav { font-size: .85em; padding: 8px 15px; }
  #upsidenav h4 { font-size: 1.4em; }
  #upsidenav hr { margin: 8px 0; }
  #upsidenav .ccm-block-page-list-description { line-height: 1.3em; }

  
}

@media screen and (max-height: 620px) and (max-width: 1400px) {
  #upsidenav { font-size: .8em; padding: 4px 12px; }
  #upsidenav h4 { font-size: 1.2em; }
  #upsidenav hr { margin: 2px 0; }
  #upsidenav .ccm-block-page-list-description { display: none; }
  #upsidenav .ccm-block-page-list-page-entry { margin-bottom: 6px; }
  
  #onpagenav { font-size: .8em; padding: 5px 12px; }
  .jump-to-section-menu.example-style .jts-nav li { padding-bottom: 6px; margin-bottom: 6px;  }
}


@media screen and (max-width: 642px) {
	.show-on-mobile { display: inline; }
	.remove-on-mobile { display: none; }
}

@media screen and (max-width: 1200px) {
  table.bar-chart td:nth-of-type(1) { font-size: .8em; line-height: 12px; width: 31%; }
  table.bar-chart td:nth-of-type(2), table.bar-chart td:nth-of-type(3) { font-size: 1em; }
  #planmiddle, #footnotes {margin-left:170px;}
}
@media screen and (max-width: 880px) {
  table.bar-chart td:nth-of-type(1) { font-size: .65em; line-height: 10px; width: 30%; }
  table.bar-chart td:nth-of-type(2), table.bar-chart td:nth-of-type(3) { font-size: .8em; }
  table.bar-chart th:nth-of-type(2), table.bar-chart th:nth-of-type(3) { display: block; margin: 0 20%; width: 100%; }
}
@media screen and (max-width: 40.0625em) {
  table.bar-chart td:nth-of-type(1) { font-size: .85em; line-height: 10px; width: 31%; }
  table.bar-chart td:nth-of-type(2), table.bar-chart td:nth-of-type(3) { font-size: .95em; }
}
@media screen and (max-width: 440px) {
  div.bar-chart-area { padding: 8px; }
 	table.bar-chart td:nth-of-type(1) { font-size: .65em; line-height: 10px; width: 40%; }
  table.bar-chart td:nth-of-type(2), table.bar-chart td:nth-of-type(3) { font-size: .8em; }
}

table#trend-table * { font-size: .95em; line-height: 12px; padding: 6px 3px; }
p#citations { font-size: 1em; }
p.trend-figure-header { color: #2d74a6; font-family: "Oswald", sans-serif; font-size: 1.2em; text-align: center; }
#table2 .simple-bar-table td { height: auto; }
.simple-bar-table-callout { z-index: 12; }
.slick-prev, .slick-next { height: 36px; width: 36px; }

#stayupdatedbanner .fields { float: none; }
#stayupdatedbanner .form-control { display: inline-block; margin-left: 2%; width: 49%; }
#stayupdatedbanner input[type="submit"] { display: block; float: none; margin: 0 auto; }

div#footer-container > div.med-blue-banner > div { display: inline-block; float: none; vertical-align: top;  }
div#footer-copyright { display: inline-block; float: none; padding: 7px 2%; width: 63%; }
div#footer-social { display: inline-block; float: none; padding: 7px 2%; vertical-align: top; width: 16%; }
div#translation-widget { display: inline-block; float: none; padding: 9px 0; vertical-align: top; width: 20%; }

div#translation-widget:before { color: #fff; content: "Translate:"; float: left; font-size: .75em; padding: 3px 10px 0 0; }
div#google_translate_element { border: #0f0 !important; }
div#google_translate_element * { font-size: .9em !important; }

ul.pagination li { height: 2.4rem !important; }
.pagination > li > a, .pagination > li > span { line-height: 1.42857 !important; padding: 6px 12px !important; }
div#related-trends > div { display: inline-block; padding-top: 14px; vertical-align: top; width: 24%; }

@media screen and (max-width: 1200px) {
    .simple-bar-table td:nth-child(odd), #table2 .simple-bar-table td:nth-child(odd) { font-size: .75em !important; width: 100% !important; }
    .simple-bar-table td:nth-child(even), #table2 .simple-bar-table td:nth-child(even) { height: 100; width: 100% !important; }
    .simple-bar-table-callout { font-size: .8em; }
    div.trends { font-size: .75em; }
    div.trends a > img { width: 70%; }
    div#related-trends > div > p { margin: 0; }
    div#related-trends > div > p > a > img { width: 55%; }
    div#related-trends > div { font-size: .7em; padding-bottom: 9px; }
    div#related-trends h4, div.trends h4 { font-size: 1.4em; }
}

@media screen and (max-width: 1015px) {
 	#footer-copyright.small-10  { font-size: .8em; line-height: 14px; width: 54%; }
    #footer-social.small-2 { width: 24%; }
    div#translation-widget:before { font-size: .6em; padding: 4px 6px; }
    div#google_translate_element * { font-size: .85em !important; }
}

@media screen and (max-width: 930px) {
    div.page-banner-content { font-size: .8em; }
    div.page-banner-content h1 { font-size: 1.8em; padding-bottom: 20px; }
    .dem-table td, .dem-table th { font-size: .8em; line-height: 12px; padding: 3px;}
}

@media screen and (max-width: 690px) {
  	#footer-copyright.small-10 { font-size: .6em; padding: 14px; width: 66%; }
    div#translation-widget { width: 31%; }
    #footer-social.small-2 { display: none; }
    .simple-bar-table-callout { background-color: transparent; border: none; display: block; font-size: .9em; margin-left: -2px; margin-top: -27px; visibility: visible; }
    #table1 .simple-bar-table-callout { margin-top: -33px; }
    .simple-bar-table-callout:after { display: none; }
    div.trends .column, div.trends .columns { display: inline-block; float: none !important; vertical-align: top; width: 48% !important; }
    div#related-trends > div { width: 48%; }
    div#related-trends > div > p > a > span { display: none; }
}

@media screen and (max-width: 460px) {
    #footer-copyright.small-10 { display: block; margin: 2px auto 0; padding: 0; text-align: center; width: 95%; }
    div#translation-widget { display: block; margin: 0 auto; text-align: center; width: 200px; }
    .fc-left, .fc-right { margin: 0 auto 10px; }
    .fc-center { padding-top: 10px;  }
    .dem-table th { display: none; }
    .dem-table tr:nth-child(even) { background-color: #fff; }
    .dem-table td { border: 0; display: inline-block; padding: 8px 9px; }
}


/*###########MEDIA QUERIES#####################*/

@media only screen and (max-width: 1300px) {
  .alert-body-title {
    padding-top: 2.5%;
  }
}
@media only screen and (max-width: 1300px) {
  .alert-body-title {
    padding-top: 3%;
  }
}
@media only screen and (max-width: 1120px) {
  .alert-body-content {
    width: 80%;
  }

    /** CSM 3/11/16 **/
  #alert-block .slick-track, #alert-block .alert-body-title1 { padding: 9px 2% 0; }
  #alert-block .alert-body-title1 > span { font-size: 14px; }
  #alert-box-button { margin-top: -5px; }
}
@media only screen and (max-width: 1024px) {
  #footer-sitemap p {
    font-size: 1em;
    line-height: .8em;
    margin-bottom: 1rem;
  }
  #future-right {
    transform: translate(135%, -50%);
  }
  #future-left {
    transform: translate(0%, -50%);
  }
  #mn-future-banner span.mn-future-tagline {
    font-size: 1.8em;
  }
  .alert-body-title1 {
    padding-top: .5%;
  }



}

@media only screen and (min-width: 921px) {
  .alert-body-title1 {
    padding-top: .5%;
  }
  .alert-body-title1 span { 
    font-size: 18px;
  }
}
@media only screen and (max-width: 920px) {
  .alert-body-title1 {
    padding-top: .5%;
  }
  .alert-body-title1 span {
    font-size: 27px;
  }
}
@media only screen and (max-width: 860px) {
  #footer-sitemap p {
    font-size: .8em;
  }
  #site-logo {
    transform: translate(-50%, 0%);
  }
  .alert-body-title1 span {
    font-size: 24px;
  }
  .alert-body-title1 {
    padding-top: 1%;
  }
}
@media only screen and (max-width: 740px) {
  #upsidenav {display:none;}
  #planmiddle, #footnotes {margin-left:0;}
  #onpagenav.mobile {display:block;position:relative;width:100%!important;}
  #onpagenav.desktop {display:none;}
  .alert-body-title1 span {
    font-size: 22px;
  }

  #planmiddle.medium-8 { padding-left: 0; }

    /** CSM 3/11/16 **/
  #alert-block { height: 88px; }
  #alert-block .slick-track, #alert-block .alert-body-title1 { padding: 2px 2% 0; }
  #alert-block .alert-body-title1 > span { font-size: 11px; margin-right: 3px; }
  #alert-box-button { margin-top: -6px; padding: 0; }
  #alert-block span.default-btn { font-size: 12px !important; margin-top: 6px; padding: 3px 8px; }
}
@media only screen and (max-width: 705px) {
  #future-left {
    transform: translate(-5%, -50%);
  }
  #future-right {
    transform: translate(140%, -50%);
  }
  #future-left {
    padding-left: 20px
  }
  #future-right {
    padding-left: 10px
  }
  .alert-body-title1 span {
    font-size: 19px;
  }


}
@media only screen and (max-width: 640px) {
  /*.alert-body-content {
    width: 100%;
    height: 100px;
  }
  #alert-body {
    height: 66px;
  }*/
  .slick-prev {
    left: 0px;
  }
  .slick-next {
    right: 0px;
  }
  #footer-sitemap {
    display: none;
  }
  #footer-container .dark-blue-banner {
    height: 200px;
  }
  #footer-container .med-blue-banner {
    height: 80px;
  }
  #footer-copyright {
    font-size: 10px;
  }
  /*#alert-body {
    height: 50px;
  }*/
  #alert-tab {
    display: none;
  }
  #mn-future-banner {
    margin-top: 0;
  }
  #alert-block {
    bottom: -55px;
  }
  #site-logo {
    transform: translate(-50%, 30%);
  }
  .alert-box-button span.default-btn {
    font-size: .9em;
    white-space: nowrap;
  }
  .alert-box-button .default-btn {
    padding: 3px 7px;
  }
  #home-page-hide-skinny {
    display: none;
  }
  #home-page-skinny-show {
    display: block;
  }
  #mngo-intro h2, #mngo-intro p, #reqprestext h4 {
    text-align: center;
  }
  .columns {
    margin-bottom: 30px;
  }
  #alert-block .columns {
    margin-bottom: 0px;
  }


}
@media only screen and (max-width: 580px) {
  #mobile-home-nav-bar {
    display: block;
    height: 75px;
    background-image: url('../img/dark-blue-bg.gif');
  }
  #menu-button, #menu-button-sub {
    top: 10px;
    left: 10px;
    width: 55px;
    height: 55px;
    padding: 0;
  }
  #menu-button {
    background-color: rgb(4, 159, 218);
  }
  #share-button {
    top: 10px;
    right: -20px;
    width: 55px;
    height: 55px;
    padding: 0;
  }
  #menu-button .menu-button-text, #menu-button-sub .menu-button-text, #share-button .menu-button-text {
    font-size: .6em;
  }
  #menu-button .fa, #menu-button-sub .fa, #share-button .fa {
    font-size: 1.3em;
  }
  #social-pill {
    right: -20px;
    top: 5px;
    width: 55px;
  }
  #social-pill .social-icons {
    font-size: 2.2em;
    /* padding: 0; */
  }
  .sicon {
    /* padding: 10px 0px; */
  }
  #site-logo {
    width: 75%;
    transform: translate(-50%, 10%);
  }
  #mn-future-banner span.mn-future-tagline {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 500px) {
  #mn-future-banner {
    height: 150px;
  }
  #mn-future-banner span.mn-future-tagline {
    font-size: 1.3em;
  }
/*  .alert-body-content {
    width: 95%;
  }
  #alert-body-title-column {
    width: 100%!important;
    text-align: center!important;
  }
  .alert-box-button {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .alert-body-title {
    padding: 0;
    height: 35px!important;
  }
  #alert-body {
    height: 70px;
  }
  #alert-block {
    bottom: -70px;
  } */
  #mn-future-banner {
    margin-top: 0;
  }

    /* CSM 3/11/16 */
  #alert-block { height: 82px; }
  #alert-block .alert-body-title1 > span { display: none; }
  #alert-box-button { float: none; margin: -3px; padding: 0; }
  #alert-block .slick-track, #alert-block .alert-body-title1 { margin: 0; padding: 0; }
  #alert-block span.default-btn { font-weight: 400; font-size: 10px !important; text-align: center; width: 100%; }
  #alert-block span.default-btn:after { content: " for the new draft GMTIP plan!"; }
}
@media only screen and (max-width: 460px) {
  .alert-body-title1 span {
    display: block;
  }
  #alert-block .slick-prev, #alert-block .slick-next {
    margin-top: -32px;
  }
  .alert-body-title1 span {
    font-size: 15px;
  }
 /* #alert-body span.default-btn {
    font-size: 13px!important;
    margin-top: 5px
  } */


}
@media only screen and (max-width: 430px) {
  #site-logo-subpage {
    margin: 50px 0px 0px 0px;
    width: 300px!important;
  }
  #site-logo-subpage img {
    display: block;
    margin: 0 auto;
    max-height: 200px;
    width: 88%;
  }
  #subpage-header-container {
    min-height: 205px;
  }
  #footer-container .dark-blue-banner {
    height: 150px;
  }
  #site-logo {
    transform: translate(-50%, 0%);
  }
  #mn-future-banner span.mn-future-tagline {
    font-size: .75em;
  }
  #mn-future-banner {
    height: 120px;
  }


}
@media only screen and (max-width: 340px) {
  .alert-body-title1 span {
    font-size: small;
  }
}
@media only screen and (max-width: 320px) {
  #mn-future-banner span.mn-future-tagline {
    font-size: .9em;
  }
}
