@charset "utf-8";
/* CSS Document */
	@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700italic);
body{
  font-family: 'Open Sans', sans-serif;
}
#header-logos {
	height:auto;
}
#logos {
	display: block;
	height: 35px;
}
#dhs-logo {
	margin: 0px;
	border: 0 none;
}
#MN-logo {
	float: right;
	border: none;
	width: 80px;
}
#borderStripes {
  	height: 46px;
	display: block;
	background: url("images/headerBorderStripesMNColors.gif");
  	background-repeat: repeat-x;
}
#wrapper {
	margin: 0px;
}

h1 {
	font-family: 'Open Sans Extrabold', sans-serif;
	color:#003865;
	font-size: 2em;
	line-height: 1em;
	text-align: center;
	padding: 20px;
	margin: 0px;
	clear: both;
}

h2 {
	font-family: 'Open Sans Extrabold', sans-serif;
	color:#003865;
	font-size: 1.5em;
	padding: 0px;
	width: 100%;
	max-width: 1200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}	

h3 {
	font-family: 'Open Sans Semibold', sans-serif;
	color:#003865;
	font-size: 1.25em;
	padding: 0px;
	width: 100%;
	max-width: 1200px;
	display: block;
	margin: 5px auto 5px auto;
}	
	
		
p {
	color:#000000;
	padding: 0px;
	width: 100%;
	max-width: 1200px;
	display: block;
	margin: 5px auto 15px auto;
}

ul {
	color:#003865;
	padding: 0px 0px 0px 0px;
	width: 100%;
	max-width: 1200px;
	display: block;
	margin: auto;
}

ol {
	padding: 0px 0px 0px 0px;
	width: 100%;
	max-width: 1200px;
	display: block;
	margin: auto;
	/*margin: 0px auto 0px auto;*/
}


li {
	margin-left: 5%;
	
}

li.NoBullet {
	list-style: none;
	margin-left: 0;
	font-size:1.5em;
}

#header-image {
	width: 100%;
	max-width: 1200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.main-menu {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px auto 10px auto;
}
		
.button{
  color:#FFFFFF;
  text-align: center;
  padding: 20px;
}
		
a{
   text-decoration:underline;
   color:#027288;
}

a:hover{
   color:#41D5E1;
}

.main{
  width: 100%;
}

.button-two {
	float: left;
	text-align: center;
	cursor: pointer;
	font-size:1em;
	margin: 5px;
	cursor: pointer;
	border-radius: 8px;
	background-color:#027288;
	border:0.1em solid #003865;
	padding: 15px;
	width: 250px;
	height: auto;
	transition: all 0.5s;
	color:#fff;
}
.button-two-current {
	float: left;
	text-align: center;
	cursor: pointer;
	font-size:1em;
	margin: 5px;
	cursor: pointer;
	border-radius: 8px;
	background-color:#34A4BC;
	border:0.1em solid #003865;
	padding: 15px;
	width: 250px;
	height: auto;
	transition: all 0.5s;
	color:#fff;
}
.button-two:hover {
	background-color:#34A4BC;
}

.button-two span {
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button-two span:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button-two:hover span {
  padding-right: 25px;
}

.button-two:hover span:after {
  opacity: 1;
  right: 0;
}

.button-small {
	text-align: center;
	cursor: pointer;
	font-size: 1em;
	font-family: 'Open Sans Semibold' !important;
	margin: 2px 2px 5px 2px;
	cursor: pointer;
	border-radius: 3px;
	background-color:#003865;
	border:0.1em solid #ABABAB;
	padding: 5px;
	width: 250px;
	transition: all 0.5s;
	color:#fff;
}

.button-small:hover {
	background-color:#CDDADF;
	color:#002F3E;
}

#mid-section {
	width: 100%;
	max-width: 1200px;
	display: block;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 15px;
}

.thirty {
	float: left;
	width: 29%;
	padding: 2%;
}

.two-column {
	float: left;
	width: 45%;
	padding: 2%;
}
		
.button-three {
	text-align: center;
	cursor: pointer;
	font-size:1.25em;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 5px;
	cursor: pointer;
	border-radius: 8px;
	background-color:#CDDADF;
	border:0.1em solid #003865;
	padding: 15px;
	width: 95%;
	height: auto;
	min-height: 85px;
	transition: all 0.5s;
	color:#0D5257;
}

.button-three:hover {
	  	background-color:#0D5257;
		color:#FFF;
}

/* open and close the accordion panel */
.accordion {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	display: block;
	padding: 18px;
	width: 100%;
	max-width: 1200px;
	margin: 0px auto 0px auto;
	text-align: left;
	border: none;
	outline: none;
	font-size: 1em;
	transition: 0.4s;
}

/* background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  color: #777;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
