  @import url(https://fonts.googleapis.com/css?family=Open+Sans:300,600); 
/* home page */
body.home div.wrapper { /* fix slider from showing on top of buttons */
    z-index: 1000;
}
body.home .msm-news li h3 {
    font-weight: 300;
    font-family: "Open Sans";
    font-size: 1rem;
}
body.home .msm-news img, body.home .msm-news li h3{
    margin-bottom: 0.5rem;
    margin-top: 0;
}
.msm-news img {
    height: 100px;
    width: auto;
}
span.caption {
    background: #339999;
    color: #fff;
    padding: 5px 20px;
}
span.caption-more {
    background: #cccbd8;
    opacity: .75;
    color: #000;
    text-shadow: none;
    padding: 5px 20px;
}
section.msm-news ul li a div span {
    font-size: 0.9rem;
}
section.msm-news [class*="block-grid-"] > li:last-child {
    padding-bottom: 0;
}
/* home page buttons */
.campaign-banners-wrapper img {
    height: 150px;
    width: auto;
}
/* sidebar adjust */
#sidebar-left ul.social a span.fa-stack,
body.home ul.social a span.fa-stack{
	margin-right: 0.5rem;
}
#sidebar-left h3{
	margin-top:1rem;
}
ul.msm-social-sidebar{
	margin:0;
	list-style-type:none;
	font-size:1rem;
}
#sidebar-left ul.social a{
	color:#636363;
}
#sidebar-left section.msm-news li {
    list-style-type: none;
    margin-bottom: 1rem; /* spacing for news items on sidebar */ 
}
#sidebar-left section.msm-news ul {
    margin-left: 0;
}

/* landing page thumbnail grid */
container[class*=thumbs] {
    margin-top: 1rem;
}
[class*=thumbs] p {
    margin-bottom: 0.5rem;
}
[class*=thumbs] h4 {
    line-height: 1.3rem;
    letter-spacing: -.05rem;
    width: 120%; /* allows more text on a single line*/
}
[class*=thumbs] h4{
    color: #444;
}
[class*=thumbs] a{
    color: inherit;
}
/* landing page image with captions*/
.img-caption{
    position: relative;
    margin-bottom: 1rem;
    display: block;
}
.img-caption a{
    color:inherit;
}
.img-caption a:hover{
    color:inherit;
}
.img-caption .h-group{
    bottom: 2rem;
    left: 2rem;
    position: absolute;
    width: 100%;
} 
.img-caption .headline span{
  padding: 0.5rem 1rem;
  color: #fff;
}
.img-caption .sub span{
  color: #4d4d4d;
  padding: 0.5rem 1rem;
}
.img-caption .sub {
    font-size: 0.9rem;
    margin-top: 0.8rem;
}
.img-caption .blue {
    background: rgba(61, 80, 134, 1);
}
.img-caption .green{
    background: rgba(27, 173, 170,1);
}
.img-caption .gray {
  background: rgba(212,212,212,1);
}
/*		right aligned caption */
.img-caption.right .h-group {
    left: 0rem;
}
.img-caption.right span{
	float: right;
	clear: both;
	margin-right: 2.5rem;
}
@media only screen  and (min-width : 1224px) {
    .img-caption .headline span{
        font-size: 1.5rem;
    } 
    .img-caption .sub span{
        font-size: 1rem;
    }
    .img-caption .blue {
      background: rgba(61, 80, 134, 0.9);  
    }
    .img-caption .green{
      background-color: rgba(21, 147, 142, 0.9);
    }
    .img-caption .gray {
      background: rgba(212,212,212,0.9);
    }
}
/* blockquote caption */
blockquote.callout {
    background-color: #15938e;
    display: block;
    color: #FBFBFB;
    padding: 1rem 2rem;
    font-style: italic;
    margin-left: 1rem;
}
blockquote.callout small { color: #fff; }
.attribution {
    font-style: normal;
    line-height: normal;
    display: block;
    text-align: right;
    font-family: 'Open Sans';
}
blockquote.callout::before { display: none;}
blockquote.callout p {
    font-size: 1rem;
    letter-spacing: 0.02rem;
    line-height: 2rem;
    font-style: italic; 
	color: #fff;
}
.name {
    font-weight: 600;
}
.title {
    font-weight: 300;
}
/* user enabled styles */
.smaller{
    font-size: smaller;
}
div.squarify{
    width: 100%;
    overflow: hidden;
}
/* add image float class back in */
img.float-img
{
    float: left;
    padding-right: 8px;	
}
/* reduce font size where p tag is not used. */
.main-contentdnu span {
    font-size: 0.875rem;
}
/* make h3 smaller */
.main-content h3 {
    font-size: 1.2rem;
}
/* archive */
.archive p {
    margin-bottom: 0;
}
.archive li {
    padding-bottom: 0.5rem;
}
/* make quick links fit */
.top-bar-section ul#quicklinks li > a {
    font-size: 0.87rem;
}


/* inline icons in nav */
ol.inlinenav li {
    float: left;
    clear: none;
    display: inline;
}
ol.inlinenav {
    display: inline-block;
    list-style: none;
    padding-top: 0;
    margin-top: 0;
}


a.button {
    color: #fff;
}

/* for accordion snippet - js 2017 */
.zurbaccordion { margin-left:0;}
.zurbaccordion .accordion-navigation>a:before {content: "\f067";margin-right: 10px;}
.zurbaccordion .accordion-navigation.active>a:before {content: "\f068";}

.zurbaccordion .accordion-navigation>a, .zurbaccordion dd>a {
	background: transparent;
	border-top: 1px solid #ccc;
	padding:10px;
}
.zurbaccordion .accordion-navigation:first-child>a { border-top:0;}
.zurbaccordion .accordion-navigation>a:before { font-family: 'FontAwesome';color: #15938e;}
/* end accordion snippet - js 2017 */

/* easy float right image */
.small-right, .small-left { margin-bottom: 5px; float:right; width:35%; padding: 0 0 10px 15px; font-size: .75rem;}
.small-left { float:left; padding: 0 15px 10px 0;}
@media (max-width: 480px) { .small-right, .small-left { float:none; width:80%; margin: 0 10%; padding: 5px; }}
.small-right p, .small-left p { font-size: 13px; margin-bottom: 0; }
.small-right img, .small-left img { margin-bottom: 10px; }


/* print styles */
@media print {
	* {
		background: none !important;
		text-align: left !important;
		/* iframes height: auto !important; */
	}
	html {
		margin: 0 !important;
		padding: 0 !important;
	}
	body {
		background: #fff !important;
		font-size: 9pt !important;
		padding: 0 !important;
		margin: 10px !important;
	}
	a {
		color: #337ab7 !important;
		font-weight: 400;
		text-decoration: underline !important;
	}
	th,
	td {
		color: #2f2f2f !important;
		border-color: #ccc !important;
	}
	th {
		border-bottom: 1px solid #000 !important;
		font-size: 15px;
	}
	.no-print, .sidebar-offcanvas, #header-logo a, #header-nav, .primary-navigation, footer > .row > .medium-4, footer > .row > .medium-8, .show-for-small-only {
		display: none !important;
	}
 
	#header-logo {
		width: 95%;
		/* background-repeat: no-repeat !important; */
		/* margin-bottom: 15px; */
		margin-left: 15px;
		display: block;
		color: #000;
		padding: 0;
	}
	#header-logo:after {
		content: "ºÚÁÏ³Ô¹Ï×ÜÕ¾";
		padding: 0;
		margin: 0;
		font-size: 30px;
		width: 100%;
		text-transform: uppercase;
	}
	#header-logo:before { content: ''; }
	header, header.contain-to-grid { min-height: auto; padding:0; }
 
	blockquote {
		border: 0;
	}
	a[href]:after {
		content: "";
	}

	.main-content ul > li {
		margin-bottom: 5px;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 blockquote,
	pre {
		text-transform: none;
		font-style: normal;
		font-variant: normal;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	h1 {
		font-size: 24px;
		font-weight: 500;
		line-height: 26.4px;
	}
	h2,
	h3 {
		font-size: 16px;
		font-weight: 500;
		line-height: 17.4px;
	}
	h2 {
		font-size: 18px;
		line-height: 19.4px;
	}
	h4 {
		font-size: 15px;
		line-height: 16.4px;
	}
	h5 {
		font-size: 14px;
		line-height: 15.4px;
	}
	h6 {
		font-size: 13px;
		line-height: 14.4px;
	}
	p, li {
		font-size: 14px;
		font-weight: 400;
		line-height: 20px;
	}
	blockquote {
		font-size: 21px;
		font-weight: 400;
		line-height: 30px;
	}
	pre {
		font-size: 13px;
		font-weight: 400;
		line-height: 18.5714px;
	}
	ul li {
		list-style-type: initial !important;
	}
	ul.bread-crumbs li, .flex-nav-container ul li, .orbit-container ul li, ul.thumbnails li { list-style-type: none !important;}
	ul.bread-crumbs { clear:both;
    padding: 10px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	margin-bottom:15px;
}
	.accordion .accordion-navigation>.content, .accordion dd>.content { display:block;}

	.main-content ul > li:before {
		background: none;
		left: auto;
		top: auto;
		position: relative;
		content: none;
	} 
	.thumbs > .row > div { width:25%;  }
	.thumbs > .row > div img { width:100%; height:auto !important;}
	
	div.squarify, .main-content  > div { height: auto !important;	}
	.img-caption { padding: 0 15px;}
	.large-3 { width:25%;}
	.large-9 { width: 75%;}
	.small-4, .medium-4 { width:33.33%;}
}
/* end print styles*/


blockquote.simple{background:#f9f9f9;border-left:1em solid #eee;margin:1.5em 1em;padding:.5em 1em;quotes:"\201C""\201D"; color:#585858}
blockquote.simple p {color:#585858;}
blockquote.simple:before{color:#808080;content:open-quote;font-size:4rem;line-height:.1em;margin-right:.25em;vertical-align:-.4em;}
blockquote.simple :first-child{display:inline;}
blockquote.simple :last-child{margin-bottom:0;}
blockquote.no-quote:before { display:none;}


/* component card */
.clearfix:before,
.breadcrumb:before,
.clearfix:after,
.breadcrumb:after {
  content: " ";
  display: table;
}

.component-card {
  border: 1px solid rgba(40, 156, 193, 0.59);
  text-align: left;
  margin-bottom: 10px;
}
.component-card .tags {
  padding: 10px 15px;
}
.component-card .tags ul {
  margin-bottom: 0;
  color: #2e3e72;
  font-size: .8rem;
}
.component-card .tags li {
  display: inline-block;
  margin-right: 10px;
}
.component-card .tags .learn-more-link {
  float: left;
}
.component-card .learn-more-link a {
  color: #000;
  padding: 7px 10px;
  padding: 11px 15px;
  float: left;
  font-size: .8rem;
}
.component-card .learn-more-link a:before {
  font-family: FontAwesome;
  content: "\f067";
  margin-right: 4px;
  display: inline-block;
}
.component-card.active .learn-more-link a:before {
  content: "\f068";
}
.component-card .tags {
  float: right;
}
.component-card .sub-info > div > div {
  border-top: 1px solid rgba(40, 156, 193, 0.59);
}
.component-card .component-content {
  -webkit-transition: opacity 600ms, visibility 600ms;
  transition: opacity 600ms, visibility 600ms;
}
.component-card.active .component-content {
  display: block;
  visibility: visible;
  opacity: 1;
  animation: fade 1s;
}
.component-card .component-content > div p {
  font-size: .95rem;
}
.component-card .page-title-background {
  padding: 0;
  color: #fff;
  background-size: cover;
}
.component-card .learn-more-link a:after {
  content: "View Description";
}
.component-card.active .learn-more-link a:after {
  content: "Hide Description";
}
.component-card .component-content-p {
  border-top: 1px solid rgba(40, 156, 193, 0.59);
  padding: 15px;
}
.component-card .page-title-background .img-container {
  background: #fff;
  padding: 3px;
  float: left;
  margin-right: 15px;
  margin-top: -10px;
  margin-left: -5px;
  margin-bottom: -10px;
}
.component-card .page-title-background .img-container img {
  height: 80px;
  width: auto;
}
.component-card .page-title-background > div {
  background-color: #289cc1;
  padding: 20px 15px;
}
.component-card .page-title-background.page-title-background-image > div {
  background-color: rgba(40, 156, 193, 0.7);
}
.component-card .page-title-background ul.list-carat {
  float: right;
  width: 35%;
  margin-bottom: 0;
}
.component-card .page-title-background h2 {
  width: 45%;
  float: left;
  color: #fff;
  margin: 0;
  font-size: 1.2rem;
  font-weight: 300;
}
.component-card .page-title-background h2 a { color:inherit;} 
.component-card .list-carat {
  font-size: .82rem;
  list-style: none;
}
.component-card .list-carat li:before {
  font-size: .7rem;
  margin-right: 3px;
  content: "\f054";
  font-family: FontAwesome;
}

@media (max-width: 768px) {
  .component-card .page-title-background h2 {
    width: 70%;
  }
  .component-card .page-title-background ul.list-carat {
    clear: both;
    float: none;
    padding-top: 25px;
    margin-bottom: 0;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .component-card .page-title-background .img-container,
  .component-card .page-title-background h2 {
    width: 100%;
    float: none;
    clear: both;
    display: block;
    margin: 0;
  }
  .component-card .page-title-background .img-container {
    text-align: center;
    width: 80px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.sr img.float-img {
width: 60%;
margin: 10px 20%; 
}

@media (min-width: 480px) {
	.sr img.float-img {
	width: 20%;
	margin: 0 1rem .5rem 0;
	}
}
	.sr:after {
content: "";
display: block;
clear: both;
}

.sr {
clear: both;
margin-top: 10px;
margin-bottom: 1rem;
display: block;
float: none;
width: 100%; 
}

/* for nonlinked subheadings in left menu */
ul.leftmenu li.menu-heading {
    color: #004f87;
    /* border-bottom: 1px solid #b3b4b4; */
    padding: 20px 10px 10px 3px;
    margin: 0 20px;
    text-transform: uppercase;
    font-size: .8rem;
} 
ul.leftmenu li.menu-heading:hover {
    background-color: initial;
}

/* gme */
.cols-grey-bg div.columns .col-inner { 
	padding: .5rem 1rem; background:#eee; margin-bottom: 1rem;   
}

.main-content a {
    text-decoration: underline;
}
.main-content .sidelinks a, .list-unstyled.social a, .main-content [class*=thumbs] a, .main-content .button-list a, .main-content .slider-container a, .main-content .accordion-navigation > a, .main-content .button a, .main-content a.button, .main-content .leftmenu a, #sidebar-left h2 a {
    text-decoration: none;
}

.table p { margin:0; padding:0;}
.table p + p { margin-top: .5rem;}
table.table { width: 100%; border-spacing: 0;border-collapse: collapse;}
table.table.table-striped tr:nth-of-type(2n+1) td, table.table.table-striped tr:nth-of-type(2n+1) th {
    background: #eee;
}
.table th, .table td { border: 1px solid #ccc;  }

.profile {
    font-size: 14px;
}
.profile li + li {
    margin-top: .5rem;
}

/* responsive thumbnails for gallery */
.responsive-thumbnails ul.thumbnails li, .responsive-thumbnail ul.thumbnails li {
  width: 50% !important;
  margin: 0;
  height: auto !important;
  border: 0;
}
.responsive-thumbnail ul.thumbnails li {
	width: 100% !important;
} 
.responsive-thumbnails ul.thumbnails {
  margin-left: 0;
  width: 100%;
}
.responsive-thumbnails ul.thumbnails li img, .responsive-thumbnail ul.thumbnails li img {
  width: 100%;
}
.responsive-thumbnails ul.thumbnails li a, .responsive-thumbnail ul.thumbnails li a {
  border: 0;
}
@media (min-width: 768px) {
  .responsive-thumbnails ul.thumbnails li {
    width: 33.33% !important;
  }
}
@media (min-width: 992px) {
  .responsive-thumbnails ul.thumbnails li {
    width: 25% !important;
  }
  .responsive-thumbnails.responsive-thumbnails-thirds ul.thumbnails li {
    width: 33.33% !important;
  }
}


.flex-caption {
    padding: 8px 10px !important;
    text-align: left !important;
    font-size: 13px !important;
}

/* caption style for blockquote */
.small-right blockquote p, .small-left blockquote p { font-size: 1.15rem; }
blockquote p { margin-bottom:0; font-size: 1.15rem; }
blockquote p + p { margin-top: .5rem;}
blockquote, blockquote p { 
	color: #333;}
blockquote { 
	font-style: italic;
	padding: 1rem 1rem .5rem 1rem; 
	line-height: 1.6;
	position: relative; 
	font-size: 1.15rem; 
}

blockquote::before{
	font-family: Arial;
	content: "\201C";
	color: #15938e;
	font-size: 4rem;
	position: absolute;
	left: -.8rem;
	top: -10px;
}

blockquote::after{
	content: '';
}

blockquote small:before {
	content: "- ";
}
blockquote small {
	display: block;
	color: #333333;
	font-style: normal;
	font-weight: normal;

	margin: 0;
	padding: 0;
	margin-top: 1em;
	font-size: .8rem;
}

blockquote.simple { font-style:normal; font-size: 1rem; }
blockquote.simple p {font-size: 1rem;}
  
/* end caption style for blockquote */
.main-content form legend { 
	float: none !important;
	width: auto !important;
	clear:both !important;
	padding: 0 .1875rem !important;
	margin: 0 0 0 -.1875rem !important;
}
.main-content form .required { color: #f04124;padding-right:2px;font-weight:bold; }


ul.linklist {
    padding-top: 20px;
    list-style:none;
    margin-left:0;
    padding-left:0;
}
ul.linklist li a {
    font-size: 1rem;
    display:block;
    padding: 8px 12px;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
}
ul.linklist li:first-child a {
    border-top: 1px solid #ccc;
}
ul.linklist li a:after {
	content: "\00bb";
	display: inline;
	padding-left: 3px;
}

/* form styles */
.main-content span.required {
	color: #e20000;
}
.main-content form legend { 
	float: none !important;
	width: auto !important;
	clear:both !important;
	padding: 0 .1875rem !important;
	margin: 0 0 0 -.1875rem !important;
}
.main-content form input[type=checkbox], .main-content form input[type=radio] {
	margin: .5em .5em; 
} 
.main-content button[type=reset] {
	float: right;
	background: rgba(255, 162, 162, 0.35);
	color: #000;
	padding: 8px 15px;
	font-size: 14px;
}

.photolisting:after {
	clear: both;
	content: "";
	display: table;
}
/* cards */
.link-cards img { width: 100%; max-width: 100%;}
.link-cards .link-card {     
	background: #f5f5f5;
	padding: 1rem 2rem; 
	font-weight: 600;
	margin-bottom: 1rem;
	color:#1a3f8a; 
}
.link-card ul li { color:#1a3f8a; font-size: 1rem; }
.link-card li {	margin-bottom: .4rem;}
.link-card h2 {	font-weight: 600;}
.link-card a:hover { text-decoration: underline;}




.button-list.grey li {
  display: inline;
  margin-right: .5rem;
}

.button-list.grey li a {
  background: #eee;
  color: #3d5086;
  padding: 8px 15px;
  text-align: center;
  display: inline-block;
  font-weight: 600;

}

.button-list.grey li a .fa-2x {
  font-size: 1.4em;
  padding-right: 8px;
  top: 2px;
  position: relative;
}
.greybk {
	background-color: #eee;
	padding: 15px 16px;
	margin: 15px 0 25px 0;
	border: 1px solid #ccc;
}
.bluebk {
    background: #1a3f8a;
    color: #fff;
    padding: 20px 16px;
}

/* slider update */		
.orbit-container .orbit-slides-container > * .orbit-caption a {
	background: rgba(255, 255, 255, 0.72);
	color: #212d66;
	font-style: italic;
	padding: 5px 18px;
	z-index:3;  
	display: inline-block;
	line-height: 1.3; 
}

.orbit-container .orbit-slides-container > * .orbit-caption a.caption-more {
	color: #fff;
	background: #212d66;
	opacity: 1;
	margin-left: 0;
	font-style: normal;
	padding: 10px;
	margin-top: 5px;
	transition: background .2s ease-in-out;
	font-size: 1.1rem; 
	border-left: 8px solid #324882;
	position: relative;
}
.orbit-container .orbit-slides-container > * .orbit-caption a.caption-more:after {

}
.orbit-container .orbit-slides-container > * .orbit-caption a.caption-more:hover {
	background-color: #2c3d73;
}

.orbit-container .orbit-slides-container > * .orbit-caption ul li:nth-of-type(1) {
	max-width: 500px;
	display: none;
}
body.home .orbit-container .orbit-slides-container > * .orbit-caption {
	bottom: auto;
	top: 0; 
	width: 70%;
	font-size: 1rem;
}
.orbit-container .orbit-next, .orbit-container .orbit-prev {
	background: rgba(48, 58, 110, 0.15);
	width: 60px;
	height: 60px;
	display: block;
	border-radius: 999px;
}
.orbit-container .orbit-next:hover, .orbit-container .orbit-prev:hover {
	background: rgba(48, 58, 110, 0.3);
}
body.home .orbit-container .orbit-prev > span, body.home .orbit-container .orbit-next > span {
	margin-left:-4px;
	border-width:15px;
	margin-top: -15px;
}
body.home .orbit-container .orbit-prev > span {
	margin-left:4px;
}

@media screen and (max-width: 400px) {
	.orbit-container .orbit-slides-container > * .orbit-caption {
		display: block;
	}
}
@media (min-width: 650px) {
	.orbit-container .orbit-slides-container > * .orbit-caption a.caption-more:after {
		content: " \00BB";
		padding: 13px 16px;
		background: #0c6764;
		background: #344d8a;
		float: right;
		position: absolute;
		top:0;
		right:0;
		margin-top: -3px;
	}
	.orbit-container .orbit-slides-container > * .orbit-caption ul li:nth-of-type(1) {
		display: block;
	}
	body.home .orbit-container .orbit-slides-container > * .orbit-caption {
		bottom: 25%;
		top: auto;
		width: auto; 
	}
	.orbit-container .orbit-slides-container > * .orbit-caption a { 
		font-size: 1.75rem;
	}
	.orbit-container .orbit-slides-container > * .orbit-caption a.caption-more {
		display: block;
		z-index: 3;
		position: absolute;
	}
	body.home .orbit-bullets-container .orbit-bullets { margin-bottom: 0px;}
}
@media (min-width: 850px) {
	body.home .orbit-container .orbit-slides-container > * .orbit-caption {
		bottom: 35%; 
	}
	.orbit-container .orbit-slides-container > * .orbit-caption a.caption-more { font-size: 1.3rem; }
}
@media (min-width: 1200px) {
	body.home .orbit-bullets-container .orbit-bullets { margin-bottom: 30px;}
	body.home .orbit-container .orbit-slides-container > * .orbit-caption {
		bottom: 45%; 
	}
}
.orbit-container .orbit-slides-container > * .orbit-caption a {
	background-color: transparent;
	color: #fff;
	padding:0;
	text-shadow: 1px 1px 2px #2f386f;
}
.orbit-container .orbit-slides-container > * .orbit-caption a.caption-more {
	text-transform: uppercase; 
	font-size: .95rem;
	display: inline-block;
	padding-right: 52px;
	border-left: 0;
	overflow: hidden;
	background-color: #14928e;
	background-color: #303a71;
	color: #fff;
}
.main-content .orbit-container .orbit-prev>span {
    left: 25%;
}
ul.orbit.orbit-slides-container .orbit-caption {
	display: block;
	position: absolute;
	bottom: 0;
	left:30px;
	padding-right: 40px;
}

@media (min-width: 980px) {
	ul.orbit.orbit-slides-container .orbit-caption {
		bottom: 60px;
	}
}
/* end slider update */


/* icon button */

.main-content .icon-button span.fa-3x {
	font-size: 2em;
}
.icon-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.icon-button {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: .5rem;
	background: #eee;
	padding: 1rem .5rem 1rem 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.icon-button-img { padding-right: 10px; }
.icon-button-text {
	padding: 10px 10px 10px 0;
	font-size: 1.7rem;
}

.icon-button.bg-primary {
	background: #15326e;
	color: #fff;
}

.icon-button.bg-primary.bg-lighter {
	background: rgba(21, 50, 110, 0.8);
}

.icon-button.bg-secondary {
	background: #15938e;
	color: #fff;
}

.icon-button small {
	clear: both;
	display: block;
	font-size: .8rem;
}

.icon-button.bg-secondary.bg-lighter {
	background: rgba(21, 147, 142, 0.8);
}
/* end icon button */

.graybox, .gray-box, .greybox {
	background-color: #eee;
	padding: 15px 16px;
	margin: 15px 0 25px 0;
	border: 1px solid #ccc;
}

.primary-accent-small {
    color: #238082;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
}


/* menu contrast */
.top-bar .toggle-topbar a {
	color: #15326e !important;
}
.top-bar .toggle-topbar a span::after {
	box-shadow: 0 0 0 1px #15326e, 0 7px 0 1px #15326e, 0 14px 0 1px #15326e !important;
}

.table-responsive {
	overflow-x:auto;
}

dl, dd, dt { font-size: .9rem; }
@media (min-width: 768px) {
	dl.flex-inline {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row;
		flex-flow: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;      /* set the container width*/
		overflow: visible;
	}
	dl.flex-inline dt {
		-ms-flex-preferred-size: 40%;
		flex-basis: 40%; 
		padding-right: 10px;
	}
	dl.flex-inline dd {
		-ms-flex-preferred-size: 60%;
		flex-basis: 60%;
		margin-left: auto; 
	}
}

.fact-item {
    text-align: center;
    font-size: 2em; 
    padding: 10px;
    border-top: 3px solid #eee;
    border-bottom: 3px solid #eee;
}

.fact-item .lead {
    font-size: 2rem;
    color: #1a3f8a;
    font-weight: 700;
    margin-bottom: 0;
}

.fact-item p:last-child {
    margin-bottom: .5rem;
}
div.ppt { display: none !important; }

.dl-horizontal { font-size:14px;}
.dl-horizontal dd:before,.dl-horizontal dd:after{content:" ";display:table}
.dl-horizontal dd:after{clear:both}
@media (min-width: 480px){
	.dl-horizontal dt{float:left;width:40%;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
		overflow: initial;
		text-overflow: inherit;
		white-space: initial;
	}
	.dl-horizontal dd{margin-left:40%; padding-left:15px;}
	.dl-horizontal dd, .dl-horizontal dt { border-top:1px solid #eee; padding-top:10px;}
	.dl-horizontal dd:first-of-type, .dl-horizontal dt:first-of-type { border-top:0;}
}

/* For lists with h2, blog */
.fancylist li h2 { margin-top: 1.5rem; }
.fancylist li:first-child h2 { margin-top: 0; }
.fancylist {
	counter-reset: fancylist-counter;
	list-style: none;
	margin: 0;
	padding:0;
}
ol.fancylist > li {
	left: 0;
	margin: 0 0 0.5rem 0;
	counter-increment: fancylist-counter;
	position: relative;
	padding-left: 30px;
}
ol.fancylist > li:before { 
	content: counter(fancylist-counter) ".";
	color: #15928e;
	font-size: 1.25rem; 
	position: absolute; 
	width: 1.5rem;
	display: inline-block; 
	left: 0;
	top: 0; 
	text-align: right;
}


.main-content h1 {     
	margin-bottom: .5em;
} 
.main-content h2, 
.main-content h3  {
	margin-top: 1em; 
} 

@media (min-width: 40em) {
	.main-content h1 {  
		font-size: 32px;
	}   
}

ul.accordion ul { list-style: disc;}
ul.accordion ul ul { list-style: circle; }
.main-content .medium-8.columns ul, 
.main-content .medium-8.columns ol { 
	padding-left: 1em;
}
.main-content .medium-8.columns .responsive-thumbnails ul.thumbnails {
	padding-left: 0;
}

.main-content #sidebar-left > h2 {
	margin-top: .2rem; 
}

/* news */
@media (min-width: 480px) {
.media-object {max-width: 150px;}
}
@media (min-width: 992px) {
.media-object {max-width: 200px;}
}
ul.pagination, .main-content .medium-8.columns ul.pagination { 
margin: 3em 0;
padding-left:0;
}
ul.pagination li a {
    color: #585858;
    background: #eee;
    text-decoration: none;
    font-size: 1.15em;
    padding: 6px 12px;
}
ul.pagination li a:hover {
    background: rgba(26, 63, 138, 0.15); 
}



/* fix search button clicking issue */
#searchcontainer input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
#searchcontainer input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
#searchcontainer input[type="search"]::-webkit-search-decoration,
#searchcontainer input[type="search"]::-webkit-search-cancel-button,
#searchcontainer input[type="search"]::-webkit-search-results-button,
#searchcontainer input[type="search"]::-webkit-search-results-decoration { display: none; }

button.searchbutton {
    position: absolute;
    right: -5px;
    padding: 0px;
    line-height: 1;
    height: auto;
    top: auto;
    background: transparent;
    margin-top: -28px;
}
header div#search i.fa-search, header div#search span.fa-search, header div#searchcontainer span.fa-search {
    color: #25408e;
}
button.searchbutton:hover > .fa { color: #000 !important; }

button.searchbutton > .fa {
    padding: 7px;
    margin: 0;
    position: relative !important; 
    top: 0 !important;
}

.top-bar .button, .top-bar button, .top-bar input {
    font-size: .875rem;
} 

@media only screen and (min-width: 40.063em) {
    button.searchbutton {    margin-top: -19px;    }
}


	.alert.alert-error {
	border: 1px solid hsla(0, 82%, 80%, .7);
    background: hsla(0, 82%, 80%, .3);
		
}

.alert-box {
    padding: 12px 16px;
    border: 1px solid #000;
		color: #000;
		font-size: 16px;
}
.alert-box.radius {
    border-radius: 3px
}
.alert-box.round {
    border-radius: 1000px
}
.alert-box.success {
    background-color: #ceecd9;
    border-color: #76bf91; 
		color: #000;
}
.alert-box.alert {
    background-color: #ffe2dd;
    border-color: #c16a5c; 
		color: #000;
}
.alert-box.secondary {
    background-color: #c9d9e8;
    border-color: #004990; 
		color: #000;
}
.alert-box.warning {
    background-color: #efe7df;
    border-color: #de770f; 
		color: #000;
}
.alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #191919
}

/* news feature */
.main-content > div.columns:last-of-type section.msm-news 
.news-feed-item{
  clear: both;
}

.main-content > div.columns:last-of-type section.msm-news h2 {
    display: none;
}

.main-content > div.columns:last-of-type section.msm-news img {
    float: left; padding-right: 10px;
	width: 120px;
    height: auto;
    padding-bottom: 10px;
}
.main-content > div.columns:last-of-type section.msm-news h3 {
    margin-top: 0;
}
.main-content > div.columns:last-of-type section.msm-news p {
  display: none;
} 
.main-content > div.columns:last-of-type .msm-news ul li:nth-of-type(1n) a div span {
  color: #1a3f8a;
}
/* end news feature */